@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, blockquote,
dl, dt, dd,
input, textarea {
  margin: unset;
}

h1, h2, h3, h4, h5, h6,
address,
input, textarea {
  font: unset;
}

ul, ol,
input, textarea {
  padding: unset;
}

input, textarea {
  border: unset;
}

html {
  font: 100%/1.5 "Lato", sans-serif;
}

.bg-beige {
  background-color: #FAF6E9;
}

.bg-tan {
  background-color: #CFCCC1;
}

.bg-olive {
  background-color: #6E6F5E;
  color: white;
}

.block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 1rlh 2rem;
}
@media (min-width: 1024px) {
  .content {
    padding: 4rlh 4rem;
  }
}

@media (max-width: 1023px) {
  .only-big {
    display: none !important;
  }
}

.body {
  line-height: 1.65;
}
@media (min-width: 1024px) {
  .body {
    font-size: 1.25em;
  }
}
.body .big {
  font-size: 3rem;
}
.body .lead {
  font-size: 1.6em;
  line-height: 1.25;
}
.body h3 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.25;
}
.body h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
}
.body h5 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.25;
}
.body h3, .body h4, .body h5, .body h6,
.body p, .body ol, .body ul {
  margin-block-start: 1lh;
}
.body h3:first-child, .body h3.no-tm, .body h4:first-child, .body h4.no-tm, .body h5:first-child, .body h5.no-tm, .body h6:first-child, .body h6.no-tm,
.body p:first-child,
.body p.no-tm, .body ol:first-child, .body ol.no-tm, .body ul:first-child, .body ul.no-tm {
  margin-block-start: unset;
}
.body p {
  text-wrap: pretty;
}
.body ol, .body ul {
  padding-inline-start: 1em;
}
.body :any-link {
  color: unset;
  text-decoration: underline;
}
.body .columns {
  text-align: initial;
}
.body .columns p, .body .columns ol, .body .columns ul {
  margin-block-start: 0.5lh;
}
.body .columns.no-tm {
  margin-block-start: unset;
}
@media (min-width: 1024px) {
  .body .columns {
    column-count: 2;
    column-gap: 4rem;
  }
}
.body input[type=email],
.body input[type=text],
.body textarea {
  border: 1px solid currentColor;
  padding: 0.125lh 0.25em;
  width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}
.body [disabled] {
  cursor: not-allowed;
}

.button {
  display: inline-block;
  font: unset;
  border: unset;
  background-color: #BB3F08;
  color: white;
  line-height: 1;
  padding: 0.5lh 1em;
  text-decoration: unset;
  text-transform: uppercase;
  font-weight: 600;
}
.button:any-link {
  color: white;
  text-decoration: unset;
}
.button:any-link:active, .button:any-link:focus, .button:any-link:hover {
  text-decoration: underline;
}

img.fit {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 1rem;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .split .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 0 4rem;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .frack .content {
    display: grid;
    grid-template-columns: calc(40% - 2rem) calc(60% - 2rem);
    grid-auto-flow: row;
    gap: 2rlh 4rem;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .frack.reverse .content {
    grid-template-columns: calc(60% - 2rem) calc(40% - 2rem);
  }
}
.frack.reverse .content > :last-child {
  order: -1;
}

@media (min-width: 1024px) {
  .center .content {
    text-align: center;
  }
}

.callout .body {
  font-size: 1.15em;
}
@media (min-width: 1024px) {
  .callout .body {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  .quote .content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 4rlh 8rem;
  }
}
.quote .content .body {
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .quote .content .body {
    text-align: end;
    margin-inline-end: 2rem;
    border-inline-end: 2px solid currentColor;
    padding-inline-end: 2rem;
  }
}
@media (max-width: 1023px) {
  .quote .content .source {
    margin-block-start: 1rlh;
    border-block-start: 2px solid currentColor;
    padding-block-start: 1rlh;
  }
}
.quote .content .source {
  font-weight: 700;
  max-width: 14em;
}

.ribbon {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

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