.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
}

.white {
  color: white;
}

.green {
  color: #1A2D0E;
}

.red {
  color: #AC3F18;
}

.underline {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: inherit;
  }
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
}

.vce {
  margin-bottom: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.bold {
  font-family: "Montserrat Bold";
  font-weight: 700;
}

.semibold {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
}

.medium {
  font-family: "Montserrat Medium";
  font-weight: 500;
}

.stack-bold {
  font-family: "StackSansText Bold";
  font-weight: 700;
}

.stack-medium {
  font-family: "StackSansText Medium";
  font-weight: 500;
}

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}
/*# sourceMappingURL=../css/header.css.map */
