h1 {
  font-size: 52px;
  line-height: 1.2;
}

h1.sml,
h2 {
  font-size: 48px;
  line-height: 1.2;
}

h3 {
  font-size: 44px;
  line-height: 1.2;
}

@media only screen and (max-width: 40em) {
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  h1.sml,
h2 {
    font-size: 40px;
    line-height: 1.1;
  }

  h3 {
    font-size: 26px;
    line-height: 1.1;
  }
}
.slogan {
  width: 100vw;
  padding: 1rem 2rem 0 2rem;
  background-color: #5A452F;
  position: relative;
  margin-bottom: -1px;
  z-index: 101;
}
.slogan h1 {
  color: white !important;
}
@media only screen and (max-width: 56.25em) {
  .slogan h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .slogan {
    padding: 1rem 1rem 0 1rem;
  }
  .slogan h1 {
    font-size: 2rem;
  }
}

.banner-main {
  width: 100vw;
  text-align: center;
  position: relative;
}
.banner-main .swoop {
  background: url(../img/swoop.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  z-index: 100;
  height: calc(100vw * .0525);
  margin-bottom: calc((100vw * .05 * -1) - 1px);
}
@media only screen and (max-width: 40em) {
  .banner-main .swoop {
    height: calc(100vw * .1);
    background-position: 1% bottom;
  }
}

@media only screen and (min-width: 56.25em) {
  .mapsvg-band .mapsvg-popover-close {
    width: 6rem;
    height: 6rem;
  }
  .mapsvg-band .mapsvg-popover-close:before, .mapsvg-band .mapsvg-popover-close:after {
    height: 12px;
    margin-top: 0;
  }
  .mapsvg-band .mapsvg-region-label {
    font-size: 1rem !important;
  }
}
.mapsvg-band .mapsvg-region-label {
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  font-weight: 500;
}
.mapsvg-band .tabular-data {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
}
.mapsvg-band .tabular-data.reverse-order {
  flex-direction: column-reverse;
}
.mapsvg-band .tabular-data .nav-tabs {
  background-color: #746050;
  background-color: rgba(116, 96, 80, 0.4);
  border-bottom: 0;
  padding: 0.25em 1em;
  justify-content: center;
  gap: 0.225rem;
  list-style: none;
}
.mapsvg-band .tabular-data .nav-tabs li {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
.mapsvg-band .tabular-data .nav-tabs li:before {
  content: none;
}
.mapsvg-band .tabular-data .nav-tabs li a {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: normal;
}
.mapsvg-band .tabular-data .nav-tabs li a.active {
  background-color: #e84b22;
}
.mapsvg-band .tabular-data .nav-tabs li a:hover {
  background-color: #e84b22;
  text-decoration: none;
}
.mapsvg-band .tabular-data .tab-content {
  float: none;
}
.mapsvg-band .tabular-data .tab-content .tab-pane {
  float: none;
}

p {
  line-height: 1.6;
}

.hr_break {
  height: 1px;
  width: 100%;
  margin: 3rem 0;
  background-color: #ddd;
}

.section_headline {
  text-align: left;
  padding: 3rem 0 1rem 0;
}
@media only screen and (max-width: 40em) {
  .section_headline {
    padding: 2rem 2% 1rem 2%;
  }
}

.news-items .article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 1%;
  margin-bottom: 1.5rem;
}
.news-items .article .figure-cont {
  flex: 0 0 30%;
}
@media only screen and (max-width: 56.25em) {
  .news-items .article .figure-cont {
    flex: 0 0 95%;
    margin: 0 auto;
  }
}
.news-items .article .figure-cont figure img {
  margin: 0;
  min-width: unset;
}
.news-items .article aside {
  flex: 0 0 70%;
  padding: 0 5%;
  text-align: left;
}
@media only screen and (max-width: 56.25em) {
  .news-items .article aside {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 40em) {
  .news-items .article aside {
    padding: 0 2.5%;
  }
}
.news-items .article aside h3 {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 40em) {
  .news-items .article aside h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.news-items .article .btn-out {
  float: none;
}
@media only screen and (max-width: 56.25em) {
  .news-items .article .btn {
    max-width: 95%;
    margin: 0 auto;
    white-space: normal !important;
  }
}

.triple-blurb .blurbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 56.25em) {
  .triple-blurb .blurbs {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 40em) {
  .triple-blurb .blurbs {
    padding: 0 2.5%;
  }
}
.triple-blurb a {
  color: inherit;
  text-decoration: none;
}
.triple-blurb .blurb {
  flex: 0 0 33.3333%;
  min-width: 240px;
  padding: 0 1%;
  text-align: left;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .triple-blurb .blurb {
    flex: 0 0 100%;
    min-width: unset;
  }
}
.triple-blurb .blurb h3, .triple-blurb .blurb a h3 {
  font-size: 2.2rem;
  line-height: 1.1;
  color: inherit;
  text-transform: capitalize;
}
@media only screen and (max-width: 40em) {
  .triple-blurb .blurb h3, .triple-blurb .blurb a h3 {
    font-size: 1.8rem;
  }
}
.triple-blurb .blurb a:hover h3, .triple-blurb .blurb a:hover a h3 {
  color: #E84B23;
}
.triple-blurb .blurb a:hover .blurb-image {
  opacity: 0.8;
}
.triple-blurb .eyebrow {
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: capitalize;
  font-weight: 300;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-family: "EB Garamond", serif;
  color: #E84B23;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 40em) {
  .triple-blurb .eyebrow {
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 56.25em) {
  .two-col-articles2.about {
    float: none;
  }
  .two-col-articles2.about .article {
    display: flex;
    flex-wrap: wrap;
  }
  .two-col-articles2.about .article aside {
    margin-top: 1rem;
  }
  .two-col-articles2.about .article .figure-cont, .two-col-articles2.about .article aside {
    flex: 0 0 100%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 40em) {
  .two-col-articles2.about .container {
    padding: 0 5%;
  }
  .two-col-articles2.about .article {
    padding: 0;
  }
}

/*# sourceMappingURL=2022-custom-styles.css.map */
