@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

.section-spacer-top {
  padding-top: 0rem;
  padding-top: 0.5rem;
  padding-top: 1rem;
}

@media screen and (min-width: 37.5em) {
  .section-spacer-top {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 56.25em) {
  .section-spacer-top {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 75em) {
  .section-spacer-top {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 93.75em) {
  .section-spacer-top {
    padding-top: 4rem;
  }
}

.section-spacer-bottom {
  padding-bottom: 0rem;
  padding-bottom: 0.5rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 37.5em) {
  .section-spacer-bottom {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 56.25em) {
  .section-spacer-bottom {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 75em) {
  .section-spacer-bottom {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 93.75em) {
  .section-spacer-bottom {
    padding-bottom: 4rem;
  }
}

.section-spacer {
  padding-top: 0rem;
  padding-top: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 0rem;
  padding-bottom: 0.5rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 37.5em) {
  .section-spacer {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 56.25em) {
  .section-spacer {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 75em) {
  .section-spacer {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 93.75em) {
  .section-spacer {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 37.5em) {
  .section-spacer {
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 56.25em) {
  .section-spacer {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 75em) {
  .section-spacer {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 93.75em) {
  .section-spacer {
    padding-bottom: 4rem;
  }
}

.spacer-none {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 0rem 0;
}

.section-spacer-none {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.spacer-tiny {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 0.5rem 0;
}

.section-spacer-tiny {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.spacer-small {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 1rem 0;
}

.section-spacer-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.spacer-medium {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 1.5rem 0;
}

.section-spacer-medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.spacer-large {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 2rem 0;
}

.section-spacer-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spacer-xlarge {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 3rem 0;
}

.section-spacer-xlarge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.spacer-xxlarge {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 4rem 0;
}

.section-spacer-xxlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.small-padding-all-none {
  padding: 0rem !important;
}

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

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

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

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

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

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

.small-padding-all-tiny {
  padding: 0.5rem !important;
}

.small-padding-vertical-tiny {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.small-padding-horizontal-tiny {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.small-padding-left-tiny {
  padding-left: 0.5rem !important;
}

.small-padding-right-tiny {
  padding-right: 0.5rem !important;
}

.small-padding-top-tiny {
  padding-top: 0.5rem !important;
}

.small-padding-bottom-tiny {
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

.small-padding-all-medium {
  padding: 1.5rem !important;
}

.small-padding-vertical-medium {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.small-padding-horizontal-medium {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.small-padding-left-medium {
  padding-left: 1.5rem !important;
}

.small-padding-right-medium {
  padding-right: 1.5rem !important;
}

.small-padding-top-medium {
  padding-top: 1.5rem !important;
}

.small-padding-bottom-medium {
  padding-bottom: 1.5rem !important;
}

.small-padding-all-large {
  padding: 2rem !important;
}

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

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

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

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

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

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

.small-padding-all-xlarge {
  padding: 3rem !important;
}

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

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

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

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

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

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

.small-padding-all-xxlarge {
  padding: 4rem !important;
}

.small-padding-vertical-xxlarge {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.small-padding-horizontal-xxlarge {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.small-padding-left-xxlarge {
  padding-left: 4rem !important;
}

.small-padding-right-xxlarge {
  padding-right: 4rem !important;
}

.small-padding-top-xxlarge {
  padding-top: 4rem !important;
}

.small-padding-bottom-xxlarge {
  padding-bottom: 4rem !important;
}

.small-margin-all-none {
  margin: 0rem !important;
}

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

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

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

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

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

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

.small-margin-all-tiny {
  margin: 0.5rem !important;
}

.small-margin-vertical-tiny {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.small-margin-horizontal-tiny {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.small-margin-left-tiny {
  margin-left: 0.5rem !important;
}

.small-margin-right-tiny {
  margin-right: 0.5rem !important;
}

.small-margin-top-tiny {
  margin-top: 0.5rem !important;
}

.small-margin-bottom-tiny {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

.small-margin-all-medium {
  margin: 1.5rem !important;
}

.small-margin-vertical-medium {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.small-margin-horizontal-medium {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.small-margin-left-medium {
  margin-left: 1.5rem !important;
}

.small-margin-right-medium {
  margin-right: 1.5rem !important;
}

.small-margin-top-medium {
  margin-top: 1.5rem !important;
}

.small-margin-bottom-medium {
  margin-bottom: 1.5rem !important;
}

.small-margin-all-large {
  margin: 2rem !important;
}

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

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

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

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

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

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

.small-margin-all-xlarge {
  margin: 3rem !important;
}

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

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

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

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

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

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

.small-margin-all-xxlarge {
  margin: 4rem !important;
}

.small-margin-vertical-xxlarge {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.small-margin-horizontal-xxlarge {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.small-margin-left-xxlarge {
  margin-left: 4rem !important;
}

.small-margin-right-xxlarge {
  margin-right: 4rem !important;
}

.small-margin-top-xxlarge {
  margin-top: 4rem !important;
}

.small-margin-bottom-xxlarge {
  margin-bottom: 4rem !important;
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

.small-columns-1 {
  -moz-columns: 1;
  columns: 1;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-break-inside: avoid;
}

.small-columns-1 > * {
  orphans: 1;
  widows: 1;
  width: 100%;
  display: inline-block;
}

.small-columns-1.bullets {
  margin-left: 0;
}

.small-columns-1.bullets > li {
  display: list-item !important;
}

.small-columns-1.spacing > li {
  margin-bottom: 1.5rem;
}

.ie .small-columns-1::before,
.ie .small-columns-1::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.ie .small-columns-1::after {
  clear: both;
}

.ie .small-columns-1 > * {
  display: inline-block !important;
  float: left !important;
  width: calc(100% / 1) !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 1rem !important;
}

.ie .small-columns-1 > *:nth-child(odd) {
  clear: both;
}

.small-columns-2 {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-break-inside: avoid;
}

.small-columns-2 > * {
  orphans: 2;
  widows: 2;
  width: 100%;
  display: inline-block;
}

.small-columns-2.bullets {
  margin-left: 0;
}

.small-columns-2.bullets > li {
  display: list-item !important;
}

.small-columns-2.spacing > li {
  margin-bottom: 1.5rem;
}

.ie .small-columns-2::before,
.ie .small-columns-2::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.ie .small-columns-2::after {
  clear: both;
}

.ie .small-columns-2 > * {
  display: inline-block !important;
  float: left !important;
  width: calc(100% / 2) !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 1rem !important;
}

.ie .small-columns-2 > *:nth-child(odd) {
  clear: both;
}

.small-columns-3 {
  -moz-columns: 3;
  columns: 3;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-break-inside: avoid;
}

.small-columns-3 > * {
  orphans: 3;
  widows: 3;
  width: 100%;
  display: inline-block;
}

.small-columns-3.bullets {
  margin-left: 0;
}

.small-columns-3.bullets > li {
  display: list-item !important;
}

.small-columns-3.spacing > li {
  margin-bottom: 1.5rem;
}

.ie .small-columns-3::before,
.ie .small-columns-3::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.ie .small-columns-3::after {
  clear: both;
}

.ie .small-columns-3 > * {
  display: inline-block !important;
  float: left !important;
  width: calc(100% / 3) !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 1rem !important;
}

.ie .small-columns-3 > *:nth-child(odd) {
  clear: both;
}

.small-columns-4 {
  -moz-columns: 4;
  columns: 4;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-break-inside: avoid;
}

.small-columns-4 > * {
  orphans: 4;
  widows: 4;
  width: 100%;
  display: inline-block;
}

.small-columns-4.bullets {
  margin-left: 0;
}

.small-columns-4.bullets > li {
  display: list-item !important;
}

.small-columns-4.spacing > li {
  margin-bottom: 1.5rem;
}

.ie .small-columns-4::before,
.ie .small-columns-4::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.ie .small-columns-4::after {
  clear: both;
}

.ie .small-columns-4 > * {
  display: inline-block !important;
  float: left !important;
  width: calc(100% / 4) !important;
  margin: 0 0 1rem 0 !important;
  padding: 0 1rem !important;
}

.ie .small-columns-4 > *:nth-child(odd) {
  clear: both;
}

@media screen and (min-width: 37.5em) {
  .medium-columns-1 {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .medium-columns-1 > * {
    orphans: 1;
    widows: 1;
    width: 100%;
    display: inline-block;
  }

  .medium-columns-1.bullets {
    margin-left: 0;
  }

  .medium-columns-1.bullets > li {
    display: list-item !important;
  }

  .medium-columns-1.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .medium-columns-1::before,
  .ie .medium-columns-1::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .medium-columns-1::after {
    clear: both;
  }

  .ie .medium-columns-1 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 1) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .medium-columns-1 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-columns-2 {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .medium-columns-2 > * {
    orphans: 2;
    widows: 2;
    width: 100%;
    display: inline-block;
  }

  .medium-columns-2.bullets {
    margin-left: 0;
  }

  .medium-columns-2.bullets > li {
    display: list-item !important;
  }

  .medium-columns-2.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .medium-columns-2::before,
  .ie .medium-columns-2::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .medium-columns-2::after {
    clear: both;
  }

  .ie .medium-columns-2 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 2) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .medium-columns-2 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-columns-3 {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .medium-columns-3 > * {
    orphans: 3;
    widows: 3;
    width: 100%;
    display: inline-block;
  }

  .medium-columns-3.bullets {
    margin-left: 0;
  }

  .medium-columns-3.bullets > li {
    display: list-item !important;
  }

  .medium-columns-3.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .medium-columns-3::before,
  .ie .medium-columns-3::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .medium-columns-3::after {
    clear: both;
  }

  .ie .medium-columns-3 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 3) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .medium-columns-3 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-columns-4 {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .medium-columns-4 > * {
    orphans: 4;
    widows: 4;
    width: 100%;
    display: inline-block;
  }

  .medium-columns-4.bullets {
    margin-left: 0;
  }

  .medium-columns-4.bullets > li {
    display: list-item !important;
  }

  .medium-columns-4.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .medium-columns-4::before,
  .ie .medium-columns-4::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .medium-columns-4::after {
    clear: both;
  }

  .ie .medium-columns-4 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 4) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .medium-columns-4 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 56.25em) {
  .large-columns-1 {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .large-columns-1 > * {
    orphans: 1;
    widows: 1;
    width: 100%;
    display: inline-block;
  }

  .large-columns-1.bullets {
    margin-left: 0;
  }

  .large-columns-1.bullets > li {
    display: list-item !important;
  }

  .large-columns-1.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .large-columns-1::before,
  .ie .large-columns-1::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .large-columns-1::after {
    clear: both;
  }

  .ie .large-columns-1 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 1) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .large-columns-1 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 56.25em) {
  .large-columns-2 {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .large-columns-2 > * {
    orphans: 2;
    widows: 2;
    width: 100%;
    display: inline-block;
  }

  .large-columns-2.bullets {
    margin-left: 0;
  }

  .large-columns-2.bullets > li {
    display: list-item !important;
  }

  .large-columns-2.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .large-columns-2::before,
  .ie .large-columns-2::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .large-columns-2::after {
    clear: both;
  }

  .ie .large-columns-2 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 2) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .large-columns-2 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 56.25em) {
  .large-columns-3 {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .large-columns-3 > * {
    orphans: 3;
    widows: 3;
    width: 100%;
    display: inline-block;
  }

  .large-columns-3.bullets {
    margin-left: 0;
  }

  .large-columns-3.bullets > li {
    display: list-item !important;
  }

  .large-columns-3.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .large-columns-3::before,
  .ie .large-columns-3::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .large-columns-3::after {
    clear: both;
  }

  .ie .large-columns-3 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 3) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .large-columns-3 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 56.25em) {
  .large-columns-4 {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .large-columns-4 > * {
    orphans: 4;
    widows: 4;
    width: 100%;
    display: inline-block;
  }

  .large-columns-4.bullets {
    margin-left: 0;
  }

  .large-columns-4.bullets > li {
    display: list-item !important;
  }

  .large-columns-4.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .large-columns-4::before,
  .ie .large-columns-4::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .large-columns-4::after {
    clear: both;
  }

  .ie .large-columns-4 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 4) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .large-columns-4 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-columns-1 {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xlarge-columns-1 > * {
    orphans: 1;
    widows: 1;
    width: 100%;
    display: inline-block;
  }

  .xlarge-columns-1.bullets {
    margin-left: 0;
  }

  .xlarge-columns-1.bullets > li {
    display: list-item !important;
  }

  .xlarge-columns-1.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xlarge-columns-1::before,
  .ie .xlarge-columns-1::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xlarge-columns-1::after {
    clear: both;
  }

  .ie .xlarge-columns-1 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 1) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xlarge-columns-1 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-columns-2 {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xlarge-columns-2 > * {
    orphans: 2;
    widows: 2;
    width: 100%;
    display: inline-block;
  }

  .xlarge-columns-2.bullets {
    margin-left: 0;
  }

  .xlarge-columns-2.bullets > li {
    display: list-item !important;
  }

  .xlarge-columns-2.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xlarge-columns-2::before,
  .ie .xlarge-columns-2::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xlarge-columns-2::after {
    clear: both;
  }

  .ie .xlarge-columns-2 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 2) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xlarge-columns-2 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-columns-3 {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xlarge-columns-3 > * {
    orphans: 3;
    widows: 3;
    width: 100%;
    display: inline-block;
  }

  .xlarge-columns-3.bullets {
    margin-left: 0;
  }

  .xlarge-columns-3.bullets > li {
    display: list-item !important;
  }

  .xlarge-columns-3.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xlarge-columns-3::before,
  .ie .xlarge-columns-3::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xlarge-columns-3::after {
    clear: both;
  }

  .ie .xlarge-columns-3 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 3) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xlarge-columns-3 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-columns-4 {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xlarge-columns-4 > * {
    orphans: 4;
    widows: 4;
    width: 100%;
    display: inline-block;
  }

  .xlarge-columns-4.bullets {
    margin-left: 0;
  }

  .xlarge-columns-4.bullets > li {
    display: list-item !important;
  }

  .xlarge-columns-4.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xlarge-columns-4::before,
  .ie .xlarge-columns-4::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xlarge-columns-4::after {
    clear: both;
  }

  .ie .xlarge-columns-4 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 4) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xlarge-columns-4 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-columns-1 {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xxlarge-columns-1 > * {
    orphans: 1;
    widows: 1;
    width: 100%;
    display: inline-block;
  }

  .xxlarge-columns-1.bullets {
    margin-left: 0;
  }

  .xxlarge-columns-1.bullets > li {
    display: list-item !important;
  }

  .xxlarge-columns-1.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xxlarge-columns-1::before,
  .ie .xxlarge-columns-1::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xxlarge-columns-1::after {
    clear: both;
  }

  .ie .xxlarge-columns-1 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 1) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xxlarge-columns-1 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-columns-2 {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xxlarge-columns-2 > * {
    orphans: 2;
    widows: 2;
    width: 100%;
    display: inline-block;
  }

  .xxlarge-columns-2.bullets {
    margin-left: 0;
  }

  .xxlarge-columns-2.bullets > li {
    display: list-item !important;
  }

  .xxlarge-columns-2.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xxlarge-columns-2::before,
  .ie .xxlarge-columns-2::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xxlarge-columns-2::after {
    clear: both;
  }

  .ie .xxlarge-columns-2 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 2) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xxlarge-columns-2 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-columns-3 {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xxlarge-columns-3 > * {
    orphans: 3;
    widows: 3;
    width: 100%;
    display: inline-block;
  }

  .xxlarge-columns-3.bullets {
    margin-left: 0;
  }

  .xxlarge-columns-3.bullets > li {
    display: list-item !important;
  }

  .xxlarge-columns-3.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xxlarge-columns-3::before,
  .ie .xxlarge-columns-3::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xxlarge-columns-3::after {
    clear: both;
  }

  .ie .xxlarge-columns-3 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 3) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xxlarge-columns-3 > *:nth-child(odd) {
    clear: both;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-columns-4 {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .xxlarge-columns-4 > * {
    orphans: 4;
    widows: 4;
    width: 100%;
    display: inline-block;
  }

  .xxlarge-columns-4.bullets {
    margin-left: 0;
  }

  .xxlarge-columns-4.bullets > li {
    display: list-item !important;
  }

  .xxlarge-columns-4.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .xxlarge-columns-4::before,
  .ie .xxlarge-columns-4::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .xxlarge-columns-4::after {
    clear: both;
  }

  .ie .xxlarge-columns-4 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 4) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .xxlarge-columns-4 > *:nth-child(odd) {
    clear: both;
  }
}

@media print {
  .print-columns-1 {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .print-columns-1 > * {
    orphans: 1;
    widows: 1;
    width: 100%;
    display: inline-block;
  }

  .print-columns-1.bullets {
    margin-left: 0;
  }

  .print-columns-1.bullets > li {
    display: list-item !important;
  }

  .print-columns-1.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .print-columns-1::before,
  .ie .print-columns-1::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .print-columns-1::after {
    clear: both;
  }

  .ie .print-columns-1 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 1) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .print-columns-1 > *:nth-child(odd) {
    clear: both;
  }

  .print-columns-2 {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .print-columns-2 > * {
    orphans: 2;
    widows: 2;
    width: 100%;
    display: inline-block;
  }

  .print-columns-2.bullets {
    margin-left: 0;
  }

  .print-columns-2.bullets > li {
    display: list-item !important;
  }

  .print-columns-2.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .print-columns-2::before,
  .ie .print-columns-2::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .print-columns-2::after {
    clear: both;
  }

  .ie .print-columns-2 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 2) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .print-columns-2 > *:nth-child(odd) {
    clear: both;
  }

  .print-columns-3 {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .print-columns-3 > * {
    orphans: 3;
    widows: 3;
    width: 100%;
    display: inline-block;
  }

  .print-columns-3.bullets {
    margin-left: 0;
  }

  .print-columns-3.bullets > li {
    display: list-item !important;
  }

  .print-columns-3.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .print-columns-3::before,
  .ie .print-columns-3::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .print-columns-3::after {
    clear: both;
  }

  .ie .print-columns-3 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 3) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .print-columns-3 > *:nth-child(odd) {
    clear: both;
  }

  .print-columns-4 {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-break-inside: avoid;
  }

  .print-columns-4 > * {
    orphans: 4;
    widows: 4;
    width: 100%;
    display: inline-block;
  }

  .print-columns-4.bullets {
    margin-left: 0;
  }

  .print-columns-4.bullets > li {
    display: list-item !important;
  }

  .print-columns-4.spacing > li {
    margin-bottom: 1.5rem;
  }

  .ie .print-columns-4::before,
  .ie .print-columns-4::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
  }

  .ie .print-columns-4::after {
    clear: both;
  }

  .ie .print-columns-4 > * {
    display: inline-block !important;
    float: left !important;
    width: calc(100% / 4) !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 1rem !important;
  }

  .ie .print-columns-4 > *:nth-child(odd) {
    clear: both;
  }
}

.spacer-none {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 0rem 0;
}

.section-spacer-none {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.spacer-tiny {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 0.5rem 0;
}

.section-spacer-tiny {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.spacer-small {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 1rem 0;
}

.section-spacer-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.spacer-medium {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 1.5rem 0;
}

.section-spacer-medium {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.spacer-large {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 2rem 0;
}

.section-spacer-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spacer-xlarge {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 3rem 0;
}

.section-spacer-xlarge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.spacer-xxlarge {
  display: block;
  min-height: 1px;
  width: 100%;
  margin: 4rem 0;
}

.section-spacer-xxlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.small-padding-all-none {
  padding: 0rem !important;
}

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

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

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

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

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

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

.small-padding-all-tiny {
  padding: 0.5rem !important;
}

.small-padding-vertical-tiny {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.small-padding-horizontal-tiny {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.small-padding-left-tiny {
  padding-left: 0.5rem !important;
}

.small-padding-right-tiny {
  padding-right: 0.5rem !important;
}

.small-padding-top-tiny {
  padding-top: 0.5rem !important;
}

.small-padding-bottom-tiny {
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

.small-padding-all-medium {
  padding: 1.5rem !important;
}

.small-padding-vertical-medium {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.small-padding-horizontal-medium {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.small-padding-left-medium {
  padding-left: 1.5rem !important;
}

.small-padding-right-medium {
  padding-right: 1.5rem !important;
}

.small-padding-top-medium {
  padding-top: 1.5rem !important;
}

.small-padding-bottom-medium {
  padding-bottom: 1.5rem !important;
}

.small-padding-all-large {
  padding: 2rem !important;
}

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

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

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

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

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

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

.small-padding-all-xlarge {
  padding: 3rem !important;
}

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

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

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

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

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

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

.small-padding-all-xxlarge {
  padding: 4rem !important;
}

.small-padding-vertical-xxlarge {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.small-padding-horizontal-xxlarge {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.small-padding-left-xxlarge {
  padding-left: 4rem !important;
}

.small-padding-right-xxlarge {
  padding-right: 4rem !important;
}

.small-padding-top-xxlarge {
  padding-top: 4rem !important;
}

.small-padding-bottom-xxlarge {
  padding-bottom: 4rem !important;
}

.small-margin-all-none {
  margin: 0rem !important;
}

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

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

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

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

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

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

.small-margin-all-tiny {
  margin: 0.5rem !important;
}

.small-margin-vertical-tiny {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.small-margin-horizontal-tiny {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.small-margin-left-tiny {
  margin-left: 0.5rem !important;
}

.small-margin-right-tiny {
  margin-right: 0.5rem !important;
}

.small-margin-top-tiny {
  margin-top: 0.5rem !important;
}

.small-margin-bottom-tiny {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

.small-margin-all-medium {
  margin: 1.5rem !important;
}

.small-margin-vertical-medium {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.small-margin-horizontal-medium {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.small-margin-left-medium {
  margin-left: 1.5rem !important;
}

.small-margin-right-medium {
  margin-right: 1.5rem !important;
}

.small-margin-top-medium {
  margin-top: 1.5rem !important;
}

.small-margin-bottom-medium {
  margin-bottom: 1.5rem !important;
}

.small-margin-all-large {
  margin: 2rem !important;
}

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

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

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

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

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

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

.small-margin-all-xlarge {
  margin: 3rem !important;
}

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

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

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

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

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

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

.small-margin-all-xxlarge {
  margin: 4rem !important;
}

.small-margin-vertical-xxlarge {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.small-margin-horizontal-xxlarge {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.small-margin-left-xxlarge {
  margin-left: 4rem !important;
}

.small-margin-right-xxlarge {
  margin-right: 4rem !important;
}

.small-margin-top-xxlarge {
  margin-top: 4rem !important;
}

.small-margin-bottom-xxlarge {
  margin-bottom: 4rem !important;
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .medium-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .large-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-none {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-none {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-none {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-none {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-none {
    padding-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-none {
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-none {
    padding-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-tiny {
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-tiny {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-tiny {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-tiny {
    padding-left: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-tiny {
    padding-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-tiny {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-tiny {
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-small {
    padding: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-small {
    padding-left: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-small {
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-small {
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-small {
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-medium {
    padding: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-medium {
    padding-left: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-medium {
    padding-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-medium {
    padding-top: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-large {
    padding: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-large {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-large {
    padding-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-large {
    padding-top: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-large {
    padding-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-xlarge {
    padding: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-xlarge {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-xlarge {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-xlarge {
    padding-left: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-xlarge {
    padding-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-xlarge {
    padding-top: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-xlarge {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-all-xxlarge {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-vertical-xxlarge {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-horizontal-xxlarge {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-left-xxlarge {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-right-xxlarge {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-top-xxlarge {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-padding-bottom-xxlarge {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-none {
    margin: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-none {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-none {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-none {
    margin-right: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-none {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-none {
    margin-bottom: 0rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-tiny {
    margin: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-tiny {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-tiny {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-tiny {
    margin-left: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-tiny {
    margin-right: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-tiny {
    margin-top: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-tiny {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-small {
    margin: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-small {
    margin-left: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-small {
    margin-right: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-small {
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-small {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-medium {
    margin: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-medium {
    margin-left: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-medium {
    margin-right: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-medium {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-large {
    margin: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-large {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-large {
    margin-right: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-large {
    margin-top: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-large {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-xlarge {
    margin: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-xlarge {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-xlarge {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-xlarge {
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-xlarge {
    margin-right: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-xlarge {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-xlarge {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-all-xxlarge {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-vertical-xxlarge {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-horizontal-xxlarge {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-left-xxlarge {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-right-xxlarge {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-top-xxlarge {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-margin-bottom-xxlarge {
    margin-bottom: 4rem !important;
  }
}

.texture-bkg {
  background-size: 6px 6px;
  background-repeat: repeat;
  background-image: url("../img/texture.svg");
}

.primary-text {
  color: #f2bc26;
}

.primary-bkg {
  color: #030303;
  background-color: #f2bc26;
}

.secondary-text {
  color: #ffefc2;
}

.secondary-bkg {
  color: #030303;
  background-color: #ffefc2;
}

.white-text {
  color: white;
}

.white-bkg {
  color: #030303;
  background-color: white;
}

.light-text {
  color: #f0f0f0;
}

.light-bkg {
  color: #030303;
  background-color: #f0f0f0;
}

.medium-text {
  color: #333333;
}

.medium-bkg {
  color: white;
  background-color: #333333;
}

.dark-text {
  color: #212121;
}

.dark-bkg {
  color: white;
  background-color: #212121;
}

.black-text {
  color: #030303;
}

.black-bkg {
  color: white;
  background-color: #030303;
}

.success-text {
  color: #80bf40;
}

.success-bkg {
  color: white;
  background-color: #80bf40;
}

.info-text {
  color: #1957a4;
}

.info-bkg {
  color: white;
  background-color: #1957a4;
}

.alert-text {
  color: #aa0909;
}

.alert-bkg {
  color: white;
  background-color: #aa0909;
}

@media screen and (max-width: 400px) {
  .xsmall-12 {
    width: 100% !important;
  }
}

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

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

/* style 1 */

.inputfile-1 + label {
  text-align: left !important;
}

.button-group.video-filters {
  background-color: #4d4d4d;
}

table td * {
  margin: 0;
}

/* ==========================================================================
# //////////////////////////// RESPOND TABLE  ////////////////////////////////
========================================================================== */

/* ==========================================================================
1.1.) RESPOND TABLE
========================================================================== */

.respond-table-wrap {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.respond-table-wrap .respond-table td,
.respond-table-wrap .respond-table th {
  position: relative;
  border-left: 1px solid #bfbfbf;
}

.respond-table-wrap .respond-table td:first-child,
.respond-table-wrap .respond-table th:first-child {
  border-left: 0;
}

.respond-table-wrap .respond-table tbody {
  border-bottom: 1px solid #bfbfbf;
}

.respond-table-wrap .scrollable {
  position: relative;
  overflow: scroll;
  overflow-y: hidden;
}

.respond-table-wrap .scrollable tr > *:first-child {
  display: none;
}

.respond-table-wrap .pinned {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  overflow-x: scroll;
  border-right: solid 2px #f0f0f0 !important;
}

.respond-table-wrap .pinned table {
  width: 100%;
}

.respond-table-wrap .pinned table td,
.respond-table-wrap .pinned table th {
  text-align: left !important;
}

.compare-table img {
  margin-bottom: 1rem;
}

.equipment-view-list img {
  max-height: 150px;
}

@media print {
  .tabs-content.print .tabs-panel {
    display: block;
  }
}

/* article-list includes the blog component */

.article-list .title {
  line-height: 1;
  margin-bottom: 1.5rem;
}

.article-list .entry {
  margin-bottom: 1.5rem;
}

.article-list .entry > * {
  line-height: 1.2;
  margin-bottom: 0;
}

.article-list .entry p {
  width: auto;
  display: inline-block;
}

.article-list .entry p::before,
.article-list .entry p::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.article-list .entry p::after {
  clear: both;
}

#HotSpotWrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#HotSpotWrapper a,
#HotSpotWrapper a:focus,
#HotSpotWrapper a:hover {
  outline: none;
  text-decoration: none;
}

#HotSpotWrapper img {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 5;
}

#HotSpotWrapper a.HotSpot {
  position: absolute;
  z-index: 10;
  background: rgba(242, 188, 38, 0.75);
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#HotSpotWrapper a.HotSpot:focus,
#HotSpotWrapper a.HotSpot:hover {
  box-shadow: 0px 0px 0px 3px rgba(3, 3, 3, 0.5);
}

#HotSpotWrapper a.HotSpot + .hs-content {
  display: none;
  background: white;
  color: #212121;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  height: auto;
  max-height: 90%;
  padding: 2.5rem;
  z-index: -1;
  overflow-y: auto;
  overflow-x: hidden;
}

#HotSpotWrapper a.HotSpot + .hs-content .resources {
  margin-left: 0;
}

#HotSpotWrapper a.HotSpot + .hs-content .resources li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#HotSpotWrapper a.HotSpot + .hs-content .resources li:before {
  content: '\e92c';
  font-family: "icomoon";
  margin-right: 0.75rem;
}

#HotSpotWrapper a.HotSpot + .hs-content .resources li a {
  text-decoration: underline;
}

#HotSpotWrapper a.HotSpot + .hs-content .close-button {
  z-index: 1;
}

@media screen and (min-width: 760px) {
  #HotSpotWrapper a.HotSpot.active {
    opacity: 1;
    transition: all 500ms ease-in-out;
  }

  #HotSpotWrapper a.HotSpot.active + .hs-content {
    display: block;
    z-index: 20;
  }
}

.mobile-cec-features {
  display: none;
}

@media screen and (max-width: 759px) {
  .mobile-cec-features {
    display: block;
  }
}

#map {
  min-height: 690px;
}

@media screen and (max-width: 37.4375em) {
  #map {
    min-height: auto;
    height: 350px !important;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  #map {
    min-height: auto;
    height: 500px !important;
  }
}

.map-key {
  margin: 0 0 2rem;
  list-style: none;
  padding-left: 0.75rem;
  font-size: 75%;
}

.map-key.side {
  margin: 0 0 1rem;
  padding-left: 0;
  position: absolute;
  bottom: 1.5rem;
}

.map-key li {
  margin-bottom: 0.25em;
}

.map-key li:last-child {
  margin-bottom: 0;
}

.map-key i {
  font-size: 1.25rem;
  position: relative;
  top: 0.175rem;
  margin-right: 0.25em;
}

.map-shadow {
  height: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 10;
  width: calc(100% - 30px);
  box-shadow: inset 0px -0.5rem 0.5rem -0.5rem rgba(3, 3, 3, 0.25);
}

.location-list {
  margin: 0 0 1rem;
  list-style: none;
  font-size: 0.85rem;
}

.location-list i {
  margin-right: 0.5rem;
}

.location-list li {
  list-style: none;
  background-color: white;
  color: #030303;
  line-height: 1;
}

.location-list li:nth-child(even) {
  background-color: #f2f2f2;
}

.location-list li:first-child {
  background-color: #ffefc2;
  margin-bottom: 0.5rem;
  position: relative;
}

.location-list li:hover,
.location-list li:focus {
  box-shadow: inset 3px 0px 0px 0px #f2bc26;
  transition: all 0.5s ease;
}

.location-list a {
  color: inherit;
  display: inline-block;
  line-height: 1;
  padding: 0.75rem;
}

@media print {
  .location-list a {
    width: 50%;
  }
}

.location-list .city {
  width: auto;
}

@media screen and (max-width: 400px) {
  .location-list .city {
    width: calc(100% - 50px);
  }
}

@media screen and (min-width: 900px) and (max-width: 1060px) {
  .location-list .city {
    width: calc(100% - 50px);
  }
}

.location-list .phone {
  color: inherit;
  display: inline-block;
  float: right;
  text-align: right;
  padding: 0.75rem 0.75rem;
}

.location-list .phone a {
  padding: 0;
}

@media screen and (max-width: 400px) {
  .location-list .phone {
    text-align: left;
    float: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 1060px) {
  .location-list .phone {
    text-align: left;
    float: none;
  }
}

@media print {
  .location-list .phone {
    width: 50%;
  }

  .location-list .phone a {
    display: none;
  }
}

.location-list a.bracket {
  color: inherit;
  text-align: center;
  float: right;
  border-left: 1px solid rgba(3, 3, 3, 0.1);
  padding: 0.75rem;
}

@media print {
  .location-list a.bracket {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .location-list a.bracket {
    border-left: 0;
  }
}

@media screen and (min-width: 900px) and (max-width: 1060px) {
  .location-list a.bracket {
    border-left: 0;
  }
}

ul.block-list-links {
  list-style: none;
  margin-left: 0;
}

ul.block-list-links li a {
  display: block;
  background: white;
  color: #212121;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1;
  padding: 0.75rem 1rem;
}

ul.block-list-links li a.active,
ul.block-list-links li a:hover,
ul.block-list-links li a:focus {
  background: #ffefc2;
  color: #212121;
}

ul.block-list {
  list-style: none;
  margin-left: 0;
}

ul.block-list li {
  display: block;
  background: white;
  color: #212121;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}

ul.block-list.manufacturers {
  padding: 0.5rem 0rem;
}

ul.block-list.manufacturers li {
  border-bottom: 0;
  padding: 0.25rem 1rem;
}

.sidebar .input-group input[type='text'] {
  border: 0;
}

.sidebar .link-list li {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.sidebar .link-list li a {
  color: #030303;
}

.sidebar .link-list li a:focus,
.sidebar .link-list li a:hover {
  text-decoration: underline;
}

.sidebar .manufacturers {
  padding-top: 0.5rem;
}

.controls {
  margin-bottom: 1.5rem;
}

.controls::before,
.controls::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.controls::after {
  clear: both;
}

.controls .inline-list i {
  color: #333333;
  font-size: 1.5rem;
}

.controls .compare-list li {
  float: left;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 90em) {
  .controls .compare-list li {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.controls .compare-list li:last-child {
  clear: both;
  margin-right: 0;
  margin-top: 0.75rem;
}

@media screen and (min-width: 90em) {
  .controls .compare-list li:last-child {
    clear: none;
    margin-top: 0;
  }
}

.controls .compare-list li:empty {
  border: dashed 1px #bfbfbf;
}

.controls .compare-list li .button,
.controls .compare-list li .inputfile-1 + label {
  margin-left: 0.5rem;
}

.controls .compare-list li .button i,
.controls .compare-list li .inputfile-1 + label i {
  display: none;
}

.controls .compare-list li:nth-child(1):not(:empty) + .controls .compare-list li:nth-child(2):not(:empty) + .controls .compare-list li:last-child .button i,
.controls .compare-list li:nth-child(1):not(:empty) + .controls .compare-list li:nth-child(2):not(:empty) + .controls .compare-list li:last-child .inputfile-1 + label i {
  display: inline-block;
}

.controls .control h6 {
  font-size: 0.8rem;
}

.equipment-card-simple {
  margin-bottom: 1rem;
}

.equipment-card-simple::before,
.equipment-card-simple::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.equipment-card-simple::after {
  clear: both;
}

.equipment-card-simple .category {
  padding: 1rem;
  overflow: hidden;
}

.equipment-card-simple .category h5 {
  font-weight: normal;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.3;
  text-overflow: ellipsis;
}

@media screen and (min-width: 37.5em) {
  .equipment-card-simple .category h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
    height: 1.35rem;
    word-break: break-all;
    overflow: hidden;
  }
}

.equipment-card-totm h4 {
  color: white;
  padding: 1rem 0 0.5rem;
  line-height: 1;
  margin: 0;
  font-size: 2em;
  text-align: center;
}

.equipment-card-totm h4 span {
  display: inline-block;
  color: #f2bc26;
  font-size: 50%;
  border-style: solid;
  border-width: 2px 0;
  padding: 0.675em 0.4em 0.5em;
  letter-spacing: 0;
  position: relative;
  top: -0.35em;
  line-height: 0;
}

.equipment-card-totm h5 {
  font-weight: normal;
  margin-bottom: 1rem;
  text-align: center;
}

.equipment-card-totm h5 span {
  color: #f2bc26;
}

@media screen and (min-width: 37.5em) {
  .equipment-card-totm h5 {
    margin-bottom: 0;
    text-align: left;
    padding: 0 0.75rem;
    line-height: 1.2;
  }
}

.equipment-card-totm .button,
.equipment-card-totm .inputfile-1 + label {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.service-card,
.equipment-category-card {
  margin: 0 0 1rem;
}

@media screen and (min-width: 56.25em) {
  .service-card,
  .equipment-category-card {
    margin: 0;
  }
}

.service-card .content,
.equipment-category-card .content {
  padding: 1.5rem;
}

.service-card .content h4,
.equipment-category-card .content h4 {
  letter-spacing: 1px;
  color: #f2bc26;
  line-height: 1;
}

.service-card .content > *,
.equipment-category-card .content > * {
  margin: 0 0 1rem;
}

.service-card .content > *:last-child,
.equipment-category-card .content > *:last-child {
  margin-bottom: 0;
}

.service-card .content > ul,
.equipment-category-card .content > ul {
  margin-left: 1rem;
}

.service-card .content > ul.inline-list,
.equipment-category-card .content > ul.inline-list {
  margin-left: 0;
}

.equipment-category-card {
  background-color: #212121;
  color: white;
}

.equipment-category-card > a {
  display: block;
  text-align: center;
  background-color: white;
}

.equipment-category-card .content {
  padding: 1rem;
}

.equipment-category-card h4 {
  color: #f2bc26;
}

.equipment-category-card .inline-list {
  margin-left: 0;
  font-size: 0.75rem;
}

.equipment-category-card .inline-list::before,
.equipment-category-card .inline-list::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.equipment-category-card .inline-list::after {
  clear: both;
}

.equipment-category-card .inline-list a {
  color: white;
}

.equipment-category-card .compare {
  padding: 0.25rem 0.5rem 0rem;
}

.slick-equipment-related-inventory .equipment-category-card img {
  max-height: 125px;
  margin: 0 auto;
}

.location-card {
  margin-top: 1.5rem;
  position: relative;
  opacity: 1;
}

.location-card.not-active {
  opacity: 0.5;
}

.location-card.active:before {
  position: absolute;
  top: 3.5rem;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  content: "\e92c";
  background-color: #030303;
  color: #f2bc26;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  padding: 1rem;
}

.location-card .content {
  padding: 1rem;
}

.location-card .content p {
  font-size: 0.9rem;
  margin: 0;
}

.location-card .content a {
  color: #f2bc26;
}

.location-card h6 {
  background-color: #333333;
  padding: 0.5rem;
  text-align: center;
  font-size: 80%;
  font-weight: 400;
  color: #f0f0f0;
}

.location-card h6 a,
.location-card h6 a:focus,
.location-card h6 a:hover {
  color: inherit;
}

.equipment-view-grid img {
  max-height: 150px;
}

.locations-filter {
  padding: 1rem;
}

.locations-filter input,
.locations-filter select,
.locations-filter button,
.locations-filter .button,
.locations-filter .inputfile-1 + label {
  margin-bottom: 0rem;
}

.locations-filter label {
  margin: 0 0 0.5rem;
  line-height: 1;
}

.locations-filter button:last-child,
.locations-filter .button:last-child,
.locations-filter .inputfile-1 + label:last-child {
  margin-right: 0;
}

.locations-filter .input-group {
  margin-bottom: 0;
}

.locations-filter .input-group-button,
.locations-filter .input-group-label {
  padding: 0;
  border-width: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

[class^="icon-"].large,
[class*=" icon-"].large {
  font-size: 150%;
}

.icon-adjust:before {
  content: "\e39e";
}

.icon-fingerprint:before {
  content: "\e93a";
}

.icon-pin-drop:before {
  content: "\e55e";
}

.icon-view-comfy:before {
  content: "\e42a";
}

.icon-view-headline:before {
  content: "\e8ee";
}

.icon-view-module:before {
  content: "\e8f0";
}

.icon-add-to-list:before {
  content: "\e93b";
}

.icon-chevron-thin-left:before {
  content: "\e93c";
}

.icon-chevron-thin-right:before {
  content: "\e93d";
}

.icon-block:before {
  content: "\e93e";
}

.icon-grid:before {
  content: "\e93f";
}

.icon-location3:before {
  content: "\e940";
}

.icon-mail:before {
  content: "\e913";
}

.icon-print:before {
  content: "\e943";
}

.icon-vinyl:before {
  content: "\e941";
}

.icon-home:before {
  content: "\e900";
}

.icon-home3:before {
  content: "\e901";
}

.icon-newspaper:before {
  content: "\e902";
}

.icon-image:before {
  content: "\e903";
}

.icon-images:before {
  content: "\e904";
}

.icon-camera:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.icon-video-camera:before {
  content: "\e907";
}

.icon-bullhorn:before {
  content: "\e908";
}

.icon-file-text:before {
  content: "\e909";
}

.icon-profile:before {
  content: "\e90a";
}

.icon-files-empty:before {
  content: "\e90b";
}

.icon-file-text2:before {
  content: "\e90c";
}

.icon-calculator:before {
  content: "\e90d";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-address-book:before {
  content: "\e90f";
}

.icon-location:before {
  content: "\e910";
}

.icon-location2:before {
  content: "\e911";
}

.icon-calendar:before {
  content: "\e912";
}

.icon-bubbles:before {
  content: "\e914";
}

.icon-user:before {
  content: "\e915";
}

.icon-users:before {
  content: "\e916";
}

.icon-quotes-left:before {
  content: "\e917";
}

.icon-quotes-right:before {
  content: "\e918";
}

.icon-search:before {
  content: "\e919";
}

.icon-wrench:before {
  content: "\e91a";
}

.icon-cog:before {
  content: "\e91b";
}

.icon-cogs:before {
  content: "\e91c";
}

.icon-pie-chart:before {
  content: "\e91d";
}

.icon-stats-dots:before {
  content: "\e91e";
}

.icon-stats-bars:before {
  content: "\e91f";
}

.icon-meter:before {
  content: "\e920";
}

.icon-fire:before {
  content: "\e921";
}

.icon-truck:before {
  content: "\e922";
}

.icon-clipboard:before {
  content: "\e923";
}

.icon-list-numbered:before {
  content: "\e942";
}

.icon-menu:before {
  content: "\e939";
}

.icon-star-full:before {
  content: "\e924";
}

.icon-heart:before {
  content: "\e925";
}

.icon-plus:before {
  content: "\e926";
}

.icon-minus:before {
  content: "\e927";
}

.icon-info:before {
  content: "\e928";
}

.icon-cancel-circle:before {
  content: "\e929";
}

.icon-blocked:before {
  content: "\e92a";
}

.icon-cross:before {
  content: "\e92b";
}

.icon-checkmark:before {
  content: "\e92c";
}

.icon-circle-up:before {
  content: "\e92d";
}

.icon-circle-right:before {
  content: "\e92e";
}

.icon-circle-down:before {
  content: "\e92f";
}

.icon-circle-left:before {
  content: "\e930";
}

.icon-radio-checked:before {
  content: "\e931";
}

.icon-radio-checked2:before {
  content: "\e932";
}

.icon-radio-unchecked:before {
  content: "\e933";
}

.icon-facebook:before {
  content: "\e934";
}

.icon-facebook2:before {
  content: "\e935";
}

.icon-youtube:before {
  content: "\e936";
}

.icon-youtube2:before {
  content: "\e937";
}

.icon-file-pdf:before {
  content: "\e938";
}

.icon-file-word:before {
  content: "\e944";
}

.icon-file-excel:before {
  content: "\e945";
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  /* fix */
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 100% !important;
  padding-right: 0%;
  padding-left: 0%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item.active {
  visibility: visible;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */

.grabbing {
  cursor: move;
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.3
*/

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0;
  padding: 0;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  font-family: "icomoon";
  width: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 1rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\e930';
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 1rem;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\e92e';
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after,
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  display: block;
  font-size: 3em;
  color: #f2bc26;
}

.owl-inside .owl-pagination {
  position: relative;
  top: 15px;
}

.owl-inside .owl-controls .owl-buttons div {
  width: 50px;
  top: 100%;
}

.owl-inside .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}

.owl-inside .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .owl-inside .owl-controls .owl-buttons div {
    top: 50%;
  }

  .owl-inside .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
  }

  .owl-inside .owl-controls .owl-buttons div.owl-next {
    right: -50px;
  }
}

@media screen and (min-width: 1250px) {
  .owl-inside .owl-controls .owl-buttons div.owl-prev {
    left: -65px;
  }

  .owl-inside .owl-controls .owl-buttons div.owl-next {
    right: -65px;
  }
}

.owl-theme .owl-controls {
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  /* Styling Pagination*/
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  /* If PaginationNumbers is true */
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: rgba(0, 0, 0, 0.25);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2rem;
  width: 2rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: inherit;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: inherit;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 2rem;
  line-height: 1;
  color: inherit;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -2rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -2rem;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -2rem;
}

[dir="rtl"] .slick-next {
  left: -2rem;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -2rem;
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1rem;
  width: 1rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1rem;
  height: 1rem;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  color: inherit;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  background-color: #f2bc26;
}

.slick-dots li.slick-active button:before {
  color: inherit;
  opacity: 0.75;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-spacing {
  margin-left: -1rem;
  margin-right: -1rem;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-spacing .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.styled-border,
.image-overlay {
  border: solid #f2bc26;
  border-width: 0 0 2px;
}

@media screen and (min-width: 37.5em) {
  .styled-border,
  .image-overlay {
    border-width: 0 0 3px;
  }
}

@media screen and (min-width: 56.25em) {
  .styled-border,
  .image-overlay {
    border-width: 0 0 4px;
  }
}

@media screen and (min-width: 75em) {
  .styled-border,
  .image-overlay {
    border-width: 0 0 5px;
  }
}

.overlay-base,
.image-overlay,
.video-overlay {
  position: relative;
  display: block;
  overflow: hidden;
}

.overlay-base .overlay,
.image-overlay .overlay,
.video-overlay .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(3, 3, 3, 0.375);
  padding: 2rem;
}

.overlay-base .overlay p.large,
.image-overlay .overlay p.large,
.video-overlay .overlay p.large {
  font-weight: 600;
  text-shadow: 1px 1px 2px #030303;
  line-height: 1.3;
}

@media print {
  .overlay-base .overlay,
  .image-overlay .overlay,
  .video-overlay .overlay {
    position: relative;
    top: 0;
  }
}

.overlay-base .overlay h1,
.image-overlay .overlay h1,
.video-overlay .overlay h1,
.overlay-base .overlay .h1,
.image-overlay .overlay .h1,
.video-overlay .overlay .h1 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h2,
.image-overlay .overlay h2,
.video-overlay .overlay h2,
.overlay-base .overlay .h2,
.image-overlay .overlay .h2,
.video-overlay .overlay .h2 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h3,
.image-overlay .overlay h3,
.video-overlay .overlay h3,
.overlay-base .overlay .h3,
.image-overlay .overlay .h3,
.video-overlay .overlay .h3 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h4,
.image-overlay .overlay h4,
.video-overlay .overlay h4,
.overlay-base .overlay .h4,
.image-overlay .overlay .h4,
.video-overlay .overlay .h4 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h5,
.image-overlay .overlay h5,
.video-overlay .overlay h5,
.overlay-base .overlay .h5,
.image-overlay .overlay .h5,
.video-overlay .overlay .h5 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h6,
.image-overlay .overlay h6,
.video-overlay .overlay h6,
.overlay-base .overlay .h6,
.image-overlay .overlay .h6,
.video-overlay .overlay .h6 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h1,
.image-overlay .overlay h1,
.video-overlay .overlay h1,
.overlay-base .overlay .h1,
.image-overlay .overlay .h1,
.video-overlay .overlay .h1 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h2,
.image-overlay .overlay h2,
.video-overlay .overlay h2,
.overlay-base .overlay .h2,
.image-overlay .overlay .h2,
.video-overlay .overlay .h2 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h3,
.image-overlay .overlay h3,
.video-overlay .overlay h3,
.overlay-base .overlay .h3,
.image-overlay .overlay .h3,
.video-overlay .overlay .h3 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h4,
.image-overlay .overlay h4,
.video-overlay .overlay h4,
.overlay-base .overlay .h4,
.image-overlay .overlay .h4,
.video-overlay .overlay .h4 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h5,
.image-overlay .overlay h5,
.video-overlay .overlay h5,
.overlay-base .overlay .h5,
.image-overlay .overlay .h5,
.video-overlay .overlay .h5 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h6,
.image-overlay .overlay h6,
.video-overlay .overlay h6,
.overlay-base .overlay .h6,
.image-overlay .overlay .h6,
.video-overlay .overlay .h6 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h1,
.image-overlay .overlay h1,
.video-overlay .overlay h1,
.overlay-base .overlay .h1,
.image-overlay .overlay .h1,
.video-overlay .overlay .h1 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h2,
.image-overlay .overlay h2,
.video-overlay .overlay h2,
.overlay-base .overlay .h2,
.image-overlay .overlay .h2,
.video-overlay .overlay .h2 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h3,
.image-overlay .overlay h3,
.video-overlay .overlay h3,
.overlay-base .overlay .h3,
.image-overlay .overlay .h3,
.video-overlay .overlay .h3 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h4,
.image-overlay .overlay h4,
.video-overlay .overlay h4,
.overlay-base .overlay .h4,
.image-overlay .overlay .h4,
.video-overlay .overlay .h4 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h5,
.image-overlay .overlay h5,
.video-overlay .overlay h5,
.overlay-base .overlay .h5,
.image-overlay .overlay .h5,
.video-overlay .overlay .h5 {
  text-shadow: 1px 1px 2px #030303;
}

.overlay-base .overlay h6,
.image-overlay .overlay h6,
.video-overlay .overlay h6,
.overlay-base .overlay .h6,
.image-overlay .overlay .h6,
.video-overlay .overlay .h6 {
  text-shadow: 1px 1px 2px #030303;
}

.image-overlay.hover {
  overflow: hidden;
  background-size: cover;
}

.image-overlay.hover .overlay {
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  background: rgba(3, 3, 3, 0.375);
  padding: 2rem;
}

@media print {
  .image-overlay.hover .overlay {
    position: relative;
    top: 0;
  }
}

.image-overlay.hover.active,
.image-overlay.hover:focus,
.image-overlay.hover:hover {
  transition: all 0.5s ease;
}

.image-overlay.hover.active .overlay,
.image-overlay.hover:focus .overlay,
.image-overlay.hover:hover .overlay {
  top: 0;
}

.video-overlay .overlay p:not(:empty) {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(3, 3, 3, 0.5);
  padding: 0.5rem 1rem;
  margin: 0;
  color: white;
}

.mix.small-6:nth-child(2n+1) {
  clear: both;
}

@media screen and (min-width: 37.5em) {
  .mix.small-6:nth-child(2n+1) {
    clear: none;
  }
}

@media screen and (min-width: 37.5em) {
  .mix.medium-4:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (min-width: 56.25em) {
  .mix.medium-4:nth-child(3n+1) {
    clear: none;
  }
}

@media screen and (min-width: 56.25em) {
  .mix.large-3:nth-child(4n+1) {
    clear: both;
  }
}

.hero {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.65), 0px 0px 10px rgba(0, 0, 0, 0.65);
  min-height: 12.5rem;
}

@media screen and (min-width: 75em) {
  .hero {
    margin-bottom: -10rem;
  }
}

@media screen and (min-width: 37.5em) {
  .hero {
    min-height: 18.75rem;
  }
}

@media screen and (min-width: 56.25em) {
  .hero {
    min-height: 25rem;
  }
}

@media screen and (min-width: 75em) {
  .hero {
    min-height: 31.25rem;
  }
}

@media screen and (min-width: 93.75em) {
  .hero {
    min-height: 37.5rem;
  }
}

.hero .heading {
  font-size: 2.25em;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.hero .subheading {
  line-height: 1.1;
}

.hero p + a.button {
  margin: 1rem 0 0;
  text-shadow: none;
}

.promo-section {
  z-index: 10;
  position: relative;
  margin-top: 1.5rem;
  padding: 0 1.5rem/2;
}

.promo-section .promo-box:not(:first-of-type) {
  box-shadow: inset 0px 10px 15px -15px #030303;
}

@media screen and (min-width: 56.25em) {
  .promo-section .promo-box:not(:first-of-type) {
    box-shadow: inset 10px 0px 15px -15px #030303;
  }
}

.promo-section .promo-box {
  min-height: 200px;
}

.promo-section .promo-box h4 {
  line-height: 1.75rem;
}

.promo-section .promo-box p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#slick-home-hero .slick-slide {
  min-height: 12.5rem;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 37.5em) {
  #slick-home-hero .slick-slide {
    min-height: 18.75rem;
  }
}

@media screen and (min-width: 56.25em) {
  #slick-home-hero .slick-slide {
    min-height: 25rem;
  }
}

@media screen and (min-width: 75em) {
  #slick-home-hero .slick-slide {
    min-height: 31.25rem;
  }
}

@media screen and (min-width: 93.75em) {
  #slick-home-hero .slick-slide {
    min-height: 37.5rem;
  }
}

#slick-home-hero .image-overlay .overlay {
  z-index: 100;
}

@media screen and (max-width: 37.4375em) {
  #slick-home-hero .image-overlay .overlay {
    background: rgba(3, 3, 3, 0.65);
  }
}

#slick-home-hero .image-overlay .overlay + .row {
  position: relative;
  z-index: 101;
  padding: 1.875rem 0;
}

@media screen and (min-width: 37.5em) {
  #slick-home-hero .image-overlay .overlay + .row {
    padding: 2.8125rem 0;
  }
}

@media screen and (min-width: 56.25em) {
  #slick-home-hero .image-overlay .overlay + .row {
    padding: 3.75rem 0;
  }
}

@media screen and (min-width: 75em) {
  #slick-home-hero .image-overlay .overlay + .row {
    padding: 4.6875rem 0;
  }
}

@media screen and (min-width: 93.75em) {
  #slick-home-hero .image-overlay .overlay + .row {
    padding: 5.625rem 0;
  }
}

#slick-home-hero .slick-dots {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 75em) {
  #slick-home-hero .slick-dots {
    position: relative;
    top: -10rem;
    left: 0;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

#slick-home-hero .slick-next {
  right: 0.5rem;
}

#slick-home-hero .slick-prev {
  left: 0.5rem;
}

.ue-section .equipment-card-simple {
  display: block;
}

.ue-section select {
  margin: 0 0 1rem;
}

@media screen and (min-width: 93.75em) {
  .ue-section select {
    margin: 0.5rem 0 0;
  }
}

header {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
}

header .phone-small {
  background-color: #030303;
  color: white;
  text-align: center;
  padding: 0.25rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 37.5em) {
  header .phone-small {
    display: none;
  }
}

header .logo {
  display: block;
  max-width: 150px;
}

header a:not([class*="-text"]) {
  color: white;
}

header .location {
  text-align: right;
}

@media screen and (min-width: 56.25em) {
  header .location {
    text-align: left;
  }
}

header .location .phone {
  margin: 0.3rem 0px 0.2rem;
  line-height: 1;
}

@media screen and (min-width: 56.25em) {
  header .location .phone {
    margin: 0.8rem 0px 0.2rem;
  }
}

header .location p {
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1;
}

header .secondary-menu {
  float: right;
  padding: 0 0 0.3125rem;
}

header .secondary-menu > li {
  position: relative;
  padding-right: 2px;
}

header .secondary-menu > li:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
}

header .secondary-menu > li:nth-last-child(1):after,
header .secondary-menu > li:nth-last-child(2):after {
  display: none;
}

header .secondary-menu > li > a {
  font-size: 0.7rem;
  padding: 0.45rem 0.6rem 0.3rem;
}

header .search-nav {
  max-width: 20rem;
  float: right;
  margin-bottom: 0;
}

.main-menu {
  box-shadow: 0 0 0 0 #030303;
}

.main-menu .menu > li {
  border: solid #030303;
  border-width: 0 0 0 1px;
}

.main-menu .menu > li:last-child {
  border-width: 0 1px;
}

.main-menu .menu > li > a {
  padding: 1rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 56.25em) {
  .main-menu .menu > li > a {
    padding: 1rem;
  }
}

@media screen and (min-width: 66.25em) {
  .main-menu .menu > li > a {
    font-size: 0.9rem;
    padding: 1rem 1.4rem;
  }
}

@media screen and (min-width: 71.25em) {
  .main-menu .menu > li > a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75em) {
  .main-menu .menu > li > a {
    padding: 1rem 1.3rem;
  }
}

@media screen and (min-width: 93.75em) {
  .main-menu .menu > li > a {
    padding: 1rem 1.6rem;
  }
}

.main-menu .menu > li > a:hover,
.main-menu .menu > li > a:focus {
  background-color: #030303;
  color: white;
  text-decoration: none;
}

.main-menu .menu > li.active,
.main-menu .menu > li.is-active {
  background-color: #030303;
  color: white;
  text-decoration: none;
}

.main-menu .menu .menu > li {
  border: 0;
}

.main-menu .menu .menu > li > a {
  padding: 1rem;
}

@media screen and (min-width: 56.25em) {
  .main-menu .menu .menu > li > a {
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 37.5em) {
  #navigation-warehouse-solutions {
    display: none;
  }
}

@media screen and (min-width: 41.25em) {
  #navigation-warehouse-solutions {
    display: table-cell;
  }
}

@media screen and (min-width: 37.5em) {
  #navigation-rental {
    display: none;
  }
}

@media screen and (min-width: 45.625em) {
  #navigation-rental {
    display: table-cell;
  }
}

@media screen and (min-width: 37.5em) {
  #navigation-locations {
    display: none;
  }
}

@media screen and (min-width: 53.125em) {
  #navigation-locations {
    display: table-cell;
  }
}

@media screen and (min-width: 37.5em) {
  #navigation-parts-and-services {
    display: none;
  }
}

@media screen and (min-width: 53.125em) {
  #navigation-parts-and-services {
    display: table-cell;
  }
}

@media screen and (min-width: 53.125em) {
  #navigation-more {
    display: none;
  }
}

footer {
  font-size: 0.8rem;
}

footer .logo {
  display: block;
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 56.25em) {
  footer .logo {
    max-width: 150px;
  }
}

footer .phone {
  margin: 1rem 0 0;
  font-size: 1.125rem;
}

footer a:not(.button):not(.inputfile-1 + label) {
  color: white;
}

footer a:not(.button):not(.inputfile-1 + label):hover,
footer a:not(.button):not(.inputfile-1 + label):focus {
  color: #f2bc26;
}

footer a.bracket:hover,
footer a.bracket:focus {
  color: #030303;
}

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

@media print {
  html,
  body {
    font-size: 14px;
  }

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

  .print-1 {
    width: calc(1 * (100% / 12)) !important;
  }

  .print-up-1 > .column,
  .print-up-1 > .columns {
    float: left !important;
    width: calc(100% / 1) !important;
  }

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

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

  .print-2 {
    width: calc(2 * (100% / 12)) !important;
  }

  .print-up-2 > .column,
  .print-up-2 > .columns {
    float: left !important;
    width: calc(100% / 2) !important;
  }

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

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

  .print-3 {
    width: calc(3 * (100% / 12)) !important;
  }

  .print-up-3 > .column,
  .print-up-3 > .columns {
    float: left !important;
    width: calc(100% / 3) !important;
  }

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

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

  .print-4 {
    width: calc(4 * (100% / 12)) !important;
  }

  .print-up-4 > .column,
  .print-up-4 > .columns {
    float: left !important;
    width: calc(100% / 4) !important;
  }

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

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

  .print-5 {
    width: calc(5 * (100% / 12)) !important;
  }

  .print-up-5 > .column,
  .print-up-5 > .columns {
    float: left !important;
    width: calc(100% / 5) !important;
  }

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

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

  .print-6 {
    width: calc(6 * (100% / 12)) !important;
  }

  .print-up-6 > .column,
  .print-up-6 > .columns {
    float: left !important;
    width: calc(100% / 6) !important;
  }

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

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

  .print-7 {
    width: calc(7 * (100% / 12)) !important;
  }

  .print-up-7 > .column,
  .print-up-7 > .columns {
    float: left !important;
    width: calc(100% / 7) !important;
  }

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

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

  .print-8 {
    width: calc(8 * (100% / 12)) !important;
  }

  .print-up-8 > .column,
  .print-up-8 > .columns {
    float: left !important;
    width: calc(100% / 8) !important;
  }

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

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

  .print-9 {
    width: calc(9 * (100% / 12)) !important;
  }

  .print-up-9 > .column,
  .print-up-9 > .columns {
    float: left !important;
    width: calc(100% / 9) !important;
  }

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

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

  .print-10 {
    width: calc(10 * (100% / 12)) !important;
  }

  .print-up-10 > .column,
  .print-up-10 > .columns {
    float: left !important;
    width: calc(100% / 10) !important;
  }

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

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

  .print-11 {
    width: calc(11 * (100% / 12)) !important;
  }

  .print-up-11 > .column,
  .print-up-11 > .columns {
    float: left !important;
    width: calc(100% / 11) !important;
  }

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

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

  .print-12 {
    width: calc(12 * (100% / 12)) !important;
  }

  .print-up-12 > .column,
  .print-up-12 > .columns {
    float: left !important;
    width: calc(100% / 12) !important;
  }

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

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

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

  .show-for-print-only,
  .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: '';
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #212121;
    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 {
    font-size: 14px;
  }

  p.lead {
    font-size: 16px;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-up.mui-enter,
.slide-in-right.mui-enter,
.slide-out-down.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.slide-out-left.mui-leave,
.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-top.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-out-from-top.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.scale-in-up.mui-enter,
.scale-in-down.mui-enter,
.scale-out-up.mui-leave,
.scale-out-down.mui-leave,
.spin-in.mui-enter,
.spin-out.mui-leave,
.spin-in-ccw.mui-enter,
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */

body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

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

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

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

/**
   * Address styling not present in IE 8/9.
   */

mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

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

/**
   * Contain overflow in all browsers.
   */

pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

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

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=37.5em&large=56.25em&xlarge=75em&xxlarge=93.75em";
}

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

html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "jaf-facitweb", "Facit", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  font-size: 14px;
}

@media screen and (min-width: 37.5em) {
  html,
  body {
    font-size: 15px;
  }
}

@media screen and (min-width: 56.25em) {
  html,
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 75em) {
  html,
  body {
    font-size: 17px;
  }
}

@media screen and (min-width: 93.75em) {
  html,
  body {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

.row {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.row::after {
  clear: both;
}

.row.collapse {
  max-width: 1470px;
}

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

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

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

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

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

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

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

@media screen and (min-width: 37.5em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

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

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

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 37.5em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .medium-3 {
    width: 25%;
  }

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

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

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

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .medium-6 {
    width: 50%;
  }

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

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

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

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .medium-9 {
    width: 75%;
  }

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

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

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

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-up-9 > .column,
  .medium-up-9 > .columns {
    width: 11.11111%;
    float: left;
  }

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

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

  .medium-up-9 > .column:last-child,
  .medium-up-9 > .columns:last-child {
    float: left;
  }

  .medium-up-10 > .column,
  .medium-up-10 > .columns {
    width: 10%;
    float: left;
  }

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

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

  .medium-up-10 > .column:last-child,
  .medium-up-10 > .columns:last-child {
    float: left;
  }

  .medium-up-11 > .column,
  .medium-up-11 > .columns {
    width: 9.09091%;
    float: left;
  }

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

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

  .medium-up-11 > .column:last-child,
  .medium-up-11 > .columns:last-child {
    float: left;
  }

  .medium-up-12 > .column,
  .medium-up-12 > .columns {
    width: 8.33333%;
    float: left;
  }

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

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

  .medium-up-12 > .column:last-child,
  .medium-up-12 > .columns:last-child {
    float: left;
  }

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

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

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 56.25em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .large-6 {
    width: 50%;
  }

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

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

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

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .large-9 {
    width: 75%;
  }

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

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

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

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-up-9 > .column,
  .large-up-9 > .columns {
    width: 11.11111%;
    float: left;
  }

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

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

  .large-up-9 > .column:last-child,
  .large-up-9 > .columns:last-child {
    float: left;
  }

  .large-up-10 > .column,
  .large-up-10 > .columns {
    width: 10%;
    float: left;
  }

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

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

  .large-up-10 > .column:last-child,
  .large-up-10 > .columns:last-child {
    float: left;
  }

  .large-up-11 > .column,
  .large-up-11 > .columns {
    width: 9.09091%;
    float: left;
  }

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

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

  .large-up-11 > .column:last-child,
  .large-up-11 > .columns:last-child {
    float: left;
  }

  .large-up-12 > .column,
  .large-up-12 > .columns {
    width: 8.33333%;
    float: left;
  }

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

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

  .large-up-12 > .column:last-child,
  .large-up-12 > .columns:last-child {
    float: left;
  }

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

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

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

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

  .xlarge-3 {
    width: 25%;
  }

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

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

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

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

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

  .xlarge-6 {
    width: 50%;
  }

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

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

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

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

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

  .xlarge-9 {
    width: 75%;
  }

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

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

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

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

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

  .xlarge-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-up-9 > .column,
  .xlarge-up-9 > .columns {
    width: 11.11111%;
    float: left;
  }

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

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

  .xlarge-up-9 > .column:last-child,
  .xlarge-up-9 > .columns:last-child {
    float: left;
  }

  .xlarge-up-10 > .column,
  .xlarge-up-10 > .columns {
    width: 10%;
    float: left;
  }

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

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

  .xlarge-up-10 > .column:last-child,
  .xlarge-up-10 > .columns:last-child {
    float: left;
  }

  .xlarge-up-11 > .column,
  .xlarge-up-11 > .columns {
    width: 9.09091%;
    float: left;
  }

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

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

  .xlarge-up-11 > .column:last-child,
  .xlarge-up-11 > .columns:last-child {
    float: left;
  }

  .xlarge-up-12 > .column,
  .xlarge-up-12 > .columns {
    width: 8.33333%;
    float: left;
  }

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

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

  .xlarge-up-12 > .column:last-child,
  .xlarge-up-12 > .columns:last-child {
    float: left;
  }

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

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

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 93.75em) {
  .xxlarge-1 {
    width: 8.33333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xxlarge-2 {
    width: 16.66667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xxlarge-3 {
    width: 25%;
  }

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

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

  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xxlarge-4 {
    width: 33.33333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xxlarge-5 {
    width: 41.66667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xxlarge-6 {
    width: 50%;
  }

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

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

  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xxlarge-7 {
    width: 58.33333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xxlarge-8 {
    width: 66.66667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xxlarge-9 {
    width: 75%;
  }

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

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

  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xxlarge-10 {
    width: 83.33333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xxlarge-11 {
    width: 91.66667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-up-8 > .column:last-child,
  .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-9 > .column,
  .xxlarge-up-9 > .columns {
    width: 11.11111%;
    float: left;
  }

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

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

  .xxlarge-up-9 > .column:last-child,
  .xxlarge-up-9 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-10 > .column,
  .xxlarge-up-10 > .columns {
    width: 10%;
    float: left;
  }

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

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

  .xxlarge-up-10 > .column:last-child,
  .xxlarge-up-10 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-11 > .column,
  .xxlarge-up-11 > .columns {
    width: 9.09091%;
    float: left;
  }

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

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

  .xxlarge-up-11 > .column:last-child,
  .xxlarge-up-11 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-12 > .column,
  .xxlarge-up-12 > .columns {
    width: 8.33333%;
    float: left;
  }

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

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

  .xxlarge-up-12 > .column:last-child,
  .xxlarge-up-12 > .columns:last-child {
    float: left;
  }

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

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

  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

.row.spacing > .column,
.row.spacing > .columns {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 37.5em) {
  .row.spacing > .column,
  .row.spacing > .columns {
    margin-bottom: 1rem;
  }
}

.row.grid-center > .column,
.row.grid-center > .columns {
  float: none !important;
  clear: none !important;
  display: inline-block;
}

@media screen and (min-width: 37.5em) and (max-width: 800px) {
  .medium-up-1-custom > .column,
  .medium-up-1-custom > .columns {
    width: 100%;
    float: left;
  }

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

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

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

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

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

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

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

  .medium-up-3-custom > .column,
  .medium-up-3-custom > .columns {
    width: 33.33333%;
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .medium-up-6-custom > .column,
  .medium-up-6-custom > .columns {
    width: 16.66667%;
    float: left;
  }

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

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

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

  .medium-up-7-custom > .column,
  .medium-up-7-custom > .columns {
    width: 14.28571%;
    float: left;
  }

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

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

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

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

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

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

  .medium-up-8-custom > .column:last-child,
  .medium-up-8-custom > .columns:last-child {
    float: left;
  }

  .medium-up-9-custom > .column,
  .medium-up-9-custom > .columns {
    width: 11.11111%;
    float: left;
  }

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

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

  .medium-up-9-custom > .column:last-child,
  .medium-up-9-custom > .columns:last-child {
    float: left;
  }

  .medium-up-10-custom > .column,
  .medium-up-10-custom > .columns {
    width: 10%;
    float: left;
  }

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

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

  .medium-up-10-custom > .column:last-child,
  .medium-up-10-custom > .columns:last-child {
    float: left;
  }

  .medium-up-11-custom > .column,
  .medium-up-11-custom > .columns {
    width: 9.09091%;
    float: left;
  }

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

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

  .medium-up-11-custom > .column:last-child,
  .medium-up-11-custom > .columns:last-child {
    float: left;
  }

  .medium-up-12-custom > .column,
  .medium-up-12-custom > .columns {
    width: 8.33333%;
    float: left;
  }

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

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

  .medium-up-12-custom > .column:last-child,
  .medium-up-12-custom > .columns:last-child {
    float: left;
  }
}

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

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

p a {
  text-decoration: underline;
}

.normal {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
}

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

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

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

.large {
  font-size: 130%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.banner h1,
.banner .h1,
.banner
  h2,
.banner .h2,
.banner
  h3,
.banner .h3,
.banner
  h4,
.banner .h4,
.banner
  h5,
.banner .h5,
.banner
  h6,
.banner .h6 {
  line-height: 1;
  margin-bottom: 1rem;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
.h1 {
  font-family: "fatfrank", jaf-facitweb, Facit, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 2em;
}

h1 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1.title {
  position: relative;
  padding-top: 15px;
}

h1.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h1.title.text-center:before,
h1.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2,
.h2 {
  font-size: 1.75em;
}

h2 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2.title {
  position: relative;
  padding-top: 15px;
}

h2.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h2.title.text-center:before,
h2.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h3,
.h3 {
  font-size: 1.5em;
}

h3 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3.title {
  position: relative;
  padding-top: 15px;
}

h3.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h3.title.text-center:before,
h3.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h4,
.h4 {
  font-size: 1.25em;
}

h4 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4.title {
  position: relative;
  padding-top: 15px;
}

h4.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h4.title.text-center:before,
h4.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h5,
.h5 {
  font-size: 1.125em;
}

h5 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5.title {
  position: relative;
  padding-top: 15px;
}

h5.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h5.title.text-center:before,
h5.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

h6 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6.title {
  position: relative;
  padding-top: 15px;
}

h6.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h6.title.text-center:before,
h6.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 37.5em) {
  h1,
  .h1 {
    font-size: 2.375em;
  }
}

h1 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1.title {
  position: relative;
  padding-top: 15px;
}

h1.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h1.title.text-center:before,
h1.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 37.5em) {
  h2,
  .h2 {
    font-size: 2.125em;
  }
}

h2 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2.title {
  position: relative;
  padding-top: 15px;
}

h2.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h2.title.text-center:before,
h2.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 37.5em) {
  h3,
  .h3 {
    font-size: 1.75em;
  }
}

h3 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3.title {
  position: relative;
  padding-top: 15px;
}

h3.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h3.title.text-center:before,
h3.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 37.5em) {
  h4,
  .h4 {
    font-size: 1.375em;
  }
}

h4 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4.title {
  position: relative;
  padding-top: 15px;
}

h4.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h4.title.text-center:before,
h4.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 37.5em) {
  h5,
  .h5 {
    font-size: 1.1875em;
  }
}

h5 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5.title {
  position: relative;
  padding-top: 15px;
}

h5.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h5.title.text-center:before,
h5.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 37.5em) {
  h6,
  .h6 {
    font-size: 1em;
  }
}

h6 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6.title {
  position: relative;
  padding-top: 15px;
}

h6.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h6.title.text-center:before,
h6.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 56.25em) {
  h1,
  .h1 {
    font-size: 3em;
  }
}

h1 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h1.title {
  position: relative;
  padding-top: 15px;
}

h1.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h1.title.text-center:before,
h1.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 56.25em) {
  h2,
  .h2 {
    font-size: 2.5em;
  }
}

h2 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h2.title {
  position: relative;
  padding-top: 15px;
}

h2.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h2.title.text-center:before,
h2.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 56.25em) {
  h3,
  .h3 {
    font-size: 2em;
  }
}

h3 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h3.title {
  position: relative;
  padding-top: 15px;
}

h3.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h3.title.text-center:before,
h3.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 56.25em) {
  h4,
  .h4 {
    font-size: 1.5em;
  }
}

h4 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h4.title {
  position: relative;
  padding-top: 15px;
}

h4.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h4.title.text-center:before,
h4.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 56.25em) {
  h5,
  .h5 {
    font-size: 1.25em;
  }
}

h5 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h5.title {
  position: relative;
  padding-top: 15px;
}

h5.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h5.title.text-center:before,
h5.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 56.25em) {
  h6,
  .h6 {
    font-size: 1em;
  }
}

h6 + h1 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h2 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h3 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h4 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h5 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6 + h6 {
  margin-top: -0.5rem;
  font-style: italic;
  color: #f2bc26;
}

h6.title {
  position: relative;
  padding-top: 15px;
}

h6.title:before {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #f2bc26;
  position: absolute;
  top: 0;
  left: 0;
}

h6.title.text-center:before,
h6.title.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

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

p a {
  text-decoration: underline;
}

a img {
  border: 0;
}

a.bracket {
  white-space: nowrap;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-top: 0.215em;
}

a.bracket:before,
a.bracket:after {
  color: #f2bc26;
}

a.bracket:before {
  content: '[ ';
}

a.bracket:after {
  content: ' ]';
}

a.bracket:focus,
a.bracket:hover {
  color: #030303;
  background: #f2bc26;
  text-decoration: none;
}

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

a.underline {
  text-decoration: underline;
}

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

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

hr.primary-text {
  opacity: 1;
}

hr.secondary-text {
  opacity: 1;
}

hr.white-text {
  opacity: 1;
}

hr.light-text {
  opacity: 1;
}

hr.medium-text {
  opacity: 1;
}

hr.dark-text {
  opacity: 1;
}

hr.black-text {
  opacity: 1;
}

hr.success-text {
  opacity: 1;
}

hr.info-text {
  opacity: 1;
}

hr.alert-text {
  opacity: 1;
}

hr.collapse {
  margin: 0 auto;
}

hr.thick {
  border-bottom: 5px solid;
}

hr.small {
  max-width: 100px;
  margin-left: 0;
}

hr.small.center,
hr.small.center-text {
  margin: 1.25rem auto;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

dl dt {
  font-weight: bold;
}

ul.inline-list {
  margin-left: 0;
  list-style: none;
}

ul.inline-list::before,
ul.inline-list::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

ul.inline-list::after {
  clear: both;
}

ul.inline-list > li {
  display: inline;
}

ul.list-icons {
  list-style: none;
  margin: 0.5rem 0 1rem;
}

ul.list-icons::before,
ul.list-icons::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

ul.list-icons::after {
  clear: both;
}

ul.list-icons > li {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1rem 0 0 3rem;
}

ul.list-icons > li i {
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2rem;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: inherit;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: inherit;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #030303;
  cursor: help;
  border-bottom: 1px dotted #030303;
}

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

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f0f0f0;
  color: #030303;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  display: inline-block;
}

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

.lead {
  font-size: 20px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.block {
  display: block;
}

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

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

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

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

@media screen and (min-width: 37.5em) {
  .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 screen and (min-width: 56.25em) {
  .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: 93.75em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

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

.button,
.inputfile-1 + label {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.875em 1.5em 0.675em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  color: #030303;
  background: #f2bc26;
  box-shadow: 0 0 0px 4px white, 0 0 10px 5px rgba(3, 3, 3, 0.15);
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] .inputfile-1 + label {
  outline: 0;
}

.button:not(.icon-only):not(.arrow-only),
.inputfile-1 + label:not(.icon-only):not(.arrow-only) {
  min-width: 5em;
}

.button:hover,
.inputfile-1 + label:hover,
.button:focus,
.inputfile-1 + label:focus {
  background-color: #e1a90d;
  color: #030303;
}

.button:hover,
.inputfile-1 + label:hover,
.button:focus,
.inputfile-1 + label:focus {
  box-shadow: 0 0 0px 4px white;
}

.button.tiny,
.inputfile-1 + label.tiny {
  font-size: 0.6rem;
  box-shadow: 0 0 0px 2px white, 0 0 6px 3px rgba(3, 3, 3, 0.15);
  font-weight: 400;
}

.button.tiny:hover,
.inputfile-1 + label.tiny:hover,
.button.tiny:focus,
.inputfile-1 + label.tiny:focus {
  box-shadow: 0 0 0px 2px white;
}

.button.small,
.inputfile-1 + label.small {
  font-size: 0.75rem;
  box-shadow: 0 0 0px 2px white, 0 0 8px 4px rgba(3, 3, 3, 0.15);
  font-weight: 400;
}

.button.small:hover,
.inputfile-1 + label.small:hover,
.button.small:focus,
.inputfile-1 + label.small:focus {
  box-shadow: 0 0 0px 2px white;
}

.button.large,
.inputfile-1 + label.large {
  font-size: 1.25rem;
}

.button.expand,
.inputfile-1 + label.expand {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary,
.inputfile-1 + label.primary {
  color: #030303;
  background: #f2bc26;
}

.button.primary:hover,
.inputfile-1 + label.primary:hover,
.button.primary:focus,
.inputfile-1 + label.primary:focus {
  background-color: #c7950c;
  color: #030303;
}

.button.secondary,
.inputfile-1 + label.secondary {
  color: #030303;
  background: #ffefc2;
}

.button.secondary:hover,
.inputfile-1 + label.secondary:hover,
.button.secondary:focus,
.inputfile-1 + label.secondary:focus {
  background-color: #ffd152;
  color: #030303;
}

.button.white,
.inputfile-1 + label.white {
  color: #030303;
  background: white;
}

.button.white:hover,
.inputfile-1 + label.white:hover,
.button.white:focus,
.inputfile-1 + label.white:focus {
  background-color: #bfbfbf;
  color: #030303;
}

.button.light,
.inputfile-1 + label.light {
  color: #030303;
  background: #f0f0f0;
}

.button.light:hover,
.inputfile-1 + label.light:hover,
.button.light:focus,
.inputfile-1 + label.light:focus {
  background-color: #b4b4b4;
  color: #030303;
}

.button.medium,
.inputfile-1 + label.medium {
  color: white;
  background: #333333;
}

.button.medium:hover,
.inputfile-1 + label.medium:hover,
.button.medium:focus,
.inputfile-1 + label.medium:focus {
  background-color: #666666;
  color: white;
}

.button.dark,
.inputfile-1 + label.dark {
  color: white;
  background: #212121;
}

.button.dark:hover,
.inputfile-1 + label.dark:hover,
.button.dark:focus,
.inputfile-1 + label.dark:focus {
  background-color: #595959;
  color: white;
}

.button.black,
.inputfile-1 + label.black {
  color: white;
  background: #030303;
}

.button.black:hover,
.inputfile-1 + label.black:hover,
.button.black:focus,
.inputfile-1 + label.black:focus {
  background-color: #424242;
  color: white;
}

.button.success,
.inputfile-1 + label.success {
  color: white;
  background: #80bf40;
}

.button.success:hover,
.inputfile-1 + label.success:hover,
.button.success:focus,
.inputfile-1 + label.success:focus {
  background-color: #9fcf70;
  color: white;
}

.button.info,
.inputfile-1 + label.info {
  color: white;
  background: #1957a4;
}

.button.info:hover,
.inputfile-1 + label.info:hover,
.button.info:focus,
.inputfile-1 + label.info:focus {
  background-color: #2d7ee0;
  color: white;
}

.button.alert,
.inputfile-1 + label.alert {
  color: white;
  background: #aa0909;
}

.button.alert:hover,
.inputfile-1 + label.alert:hover,
.button.alert:focus,
.inputfile-1 + label.alert:focus {
  background-color: #f31313;
  color: white;
}

.button.hollow,
.inputfile-1 + label.hollow {
  border: 3px solid #f2bc26;
  color: #f2bc26;
}

.button.hollow,
.inputfile-1 + label.hollow,
.button.hollow:hover,
.inputfile-1 + label.hollow:hover,
.button.hollow:focus,
.inputfile-1 + label.hollow:focus {
  background-color: transparent;
  box-shadow: none;
}

.button.hollow.large,
.inputfile-1 + label.hollow.large {
  border-width: 5px;
}

.button.hollow:hover,
.inputfile-1 + label.hollow:hover,
.button.hollow:focus,
.inputfile-1 + label.hollow:focus {
  color: #030303;
  background-color: #f2bc26;
}

.button.hollow.primary,
.inputfile-1 + label.hollow.primary {
  border: 3px solid #f2bc26;
  color: #f2bc26;
}

.button.hollow.primary.large,
.inputfile-1 + label.hollow.primary.large {
  border-width: 5px;
}

.button.hollow.primary:hover,
.inputfile-1 + label.hollow.primary:hover,
.button.hollow.primary:focus,
.inputfile-1 + label.hollow.primary:focus {
  color: #030303;
  background-color: #f2bc26;
}

.button.hollow.secondary,
.inputfile-1 + label.hollow.secondary {
  border: 3px solid #ffefc2;
  color: #ffefc2;
}

.button.hollow.secondary.large,
.inputfile-1 + label.hollow.secondary.large {
  border-width: 5px;
}

.button.hollow.secondary:hover,
.inputfile-1 + label.hollow.secondary:hover,
.button.hollow.secondary:focus,
.inputfile-1 + label.hollow.secondary:focus {
  color: #030303;
  background-color: #ffefc2;
}

.button.hollow.white,
.inputfile-1 + label.hollow.white {
  border: 3px solid white;
  color: white;
}

.button.hollow.white.large,
.inputfile-1 + label.hollow.white.large {
  border-width: 5px;
}

.button.hollow.white:hover,
.inputfile-1 + label.hollow.white:hover,
.button.hollow.white:focus,
.inputfile-1 + label.hollow.white:focus {
  color: #030303;
  background-color: white;
}

.button.hollow.light,
.inputfile-1 + label.hollow.light {
  border: 3px solid #f0f0f0;
  color: #f0f0f0;
}

.button.hollow.light.large,
.inputfile-1 + label.hollow.light.large {
  border-width: 5px;
}

.button.hollow.light:hover,
.inputfile-1 + label.hollow.light:hover,
.button.hollow.light:focus,
.inputfile-1 + label.hollow.light:focus {
  color: #030303;
  background-color: #f0f0f0;
}

.button.hollow.medium,
.inputfile-1 + label.hollow.medium {
  border: 3px solid #333333;
  color: #333333;
}

.button.hollow.medium.large,
.inputfile-1 + label.hollow.medium.large {
  border-width: 5px;
}

.button.hollow.medium:hover,
.inputfile-1 + label.hollow.medium:hover,
.button.hollow.medium:focus,
.inputfile-1 + label.hollow.medium:focus {
  color: white;
  background-color: #333333;
}

.button.hollow.dark,
.inputfile-1 + label.hollow.dark {
  border: 3px solid #212121;
  color: #212121;
}

.button.hollow.dark.large,
.inputfile-1 + label.hollow.dark.large {
  border-width: 5px;
}

.button.hollow.dark:hover,
.inputfile-1 + label.hollow.dark:hover,
.button.hollow.dark:focus,
.inputfile-1 + label.hollow.dark:focus {
  color: white;
  background-color: #212121;
}

.button.hollow.black,
.inputfile-1 + label.hollow.black {
  border: 3px solid #030303;
  color: #030303;
}

.button.hollow.black.large,
.inputfile-1 + label.hollow.black.large {
  border-width: 5px;
}

.button.hollow.black:hover,
.inputfile-1 + label.hollow.black:hover,
.button.hollow.black:focus,
.inputfile-1 + label.hollow.black:focus {
  color: white;
  background-color: #030303;
}

.button.hollow.success,
.inputfile-1 + label.hollow.success {
  border: 3px solid #80bf40;
  color: #80bf40;
}

.button.hollow.success.large,
.inputfile-1 + label.hollow.success.large {
  border-width: 5px;
}

.button.hollow.success:hover,
.inputfile-1 + label.hollow.success:hover,
.button.hollow.success:focus,
.inputfile-1 + label.hollow.success:focus {
  color: white;
  background-color: #80bf40;
}

.button.hollow.info,
.inputfile-1 + label.hollow.info {
  border: 3px solid #1957a4;
  color: #1957a4;
}

.button.hollow.info.large,
.inputfile-1 + label.hollow.info.large {
  border-width: 5px;
}

.button.hollow.info:hover,
.inputfile-1 + label.hollow.info:hover,
.button.hollow.info:focus,
.inputfile-1 + label.hollow.info:focus {
  color: white;
  background-color: #1957a4;
}

.button.hollow.alert,
.inputfile-1 + label.hollow.alert {
  border: 3px solid #aa0909;
  color: #aa0909;
}

.button.hollow.alert.large,
.inputfile-1 + label.hollow.alert.large {
  border-width: 5px;
}

.button.hollow.alert:hover,
.inputfile-1 + label.hollow.alert:hover,
.button.hollow.alert:focus,
.inputfile-1 + label.hollow.alert:focus {
  color: white;
  background-color: #aa0909;
}

.button.disabled,
.inputfile-1 + label.disabled,
.button[disabled],
.inputfile-1 + label[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after,
.inputfile-1 + label.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: white transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1.5em;
  display: inline-block;
}

.button.icon-only,
.inputfile-1 + label.icon-only {
  padding: 0 0.25em 0;
  line-height: 1;
  font-size: 2rem;
  min-width: 2rem;
}

.button.arrow-only,
.inputfile-1 + label.arrow-only {
  padding: 0.775em 1em;
}

.button.arrow-only::after,
.inputfile-1 + label.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[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;
  padding: 0.5rem;
  border: 1px solid #e3e3e3;
  margin: 0 0 1rem;
  font-size: 1rem;
  border-radius: 0;
  box-shadow: none;
  color: #212121;
  background-color: white;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='text'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='password'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='date'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='datetime'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='datetime-local'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='month'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='week'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='email'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='number'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='search'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='tel'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='time'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='url'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
textarea .dark-bkg :not(.white-bkg) [type='color'] .dark-bkg,
[type='text'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='password'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='date'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='datetime'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='datetime-local'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='month'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='week'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='email'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='number'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='search'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='tel'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='time'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='url'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
[type='color'] .dark-bkg :not(.white-bkg)
  textarea .dark-bkg,
textarea .dark-bkg :not(.white-bkg)
  textarea .dark-bkg {
  border: 1px solid #333333;
  color: #f2f2f2;
  background-color: #333333;
}

[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 {
  border: 1px solid #212121;
  background-color: white;
  outline: none;
  box-shadow: 0 0 5px #333333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type='text']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='text']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='password']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='date']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='datetime']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='datetime-local']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='month']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='week']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='email']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='number']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='search']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='tel']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='time']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='url']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg) [type='color']:focus .dark-bkg,
[type='text']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='password']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='date']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='datetime']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='datetime-local']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='month']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='week']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='email']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='number']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='search']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='tel']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='time']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='url']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
[type='color']:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg,
textarea:focus .dark-bkg :not(.white-bkg)
    textarea:focus .dark-bkg {
  color: #f2f2f2;
  background-color: #333333;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
}

input::placeholder,
textarea::placeholder {
  color: #333333;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: default;
}

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

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