section:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  section:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/* HIDE BREADCRUMBS */
@media only screen and (min-width: 501px) {
  .category-breadcrumbs-container {
    position: absolute;
    left: -9999px;
    height: 1px;
  }
}
.header .landing_heading_container img {
  max-width: 200px;
}
.header .landing_heading_container h1 {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .header .landing_heading_container h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .header .landing_heading_container {
    margin: 0.75rem;
  }
  .header .landing_heading_container img {
    max-width: 120px;
  }
  .header .landing_heading_container h1 {
    font-size: 2rem;
  }
}

.light-tan {
  color: #f8dad4;
}

.tan {
  color: #d69b79;
}

.orange {
  color: #c86033;
}

.burnt-orange {
  color: #8e4320;
}

.lime-green {
  color: #bdd91f;
}

.green {
  color: #196158;
}

.purple {
  color: #613EA7;
}

.founders-grid img {
  padding: 0.5rem;
}
.founders-grid .founders-grid__text--box {
  padding: 1rem;
}
.founders-grid .founders-grid__text--box .founders-grid__text--bold {
  font-weight: 800;
  color: #196158;
}
.founders-grid .founders-grid__text--box a {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 500;
}

.spotlight {
  background-color: #c86033;
  padding: 1rem;
}
@media (min-width: 768px) {
  .spotlight {
    padding: 1rem 7rem;
  }
}
.spotlight h2.landing_heading {
  color: #f8dad4;
}
.spotlight h2, .spotlight h3, .spotlight h4, .spotlight p, .spotlight a {
  text-align: center;
}
.spotlight .spotlight__grid {
  color: black;
}
.spotlight .spotlight__grid a {
  text-decoration: none;
}
.spotlight .spotlight__grid .spotlight__grid--text-box {
  padding: 1rem;
}
.spotlight .spotlight__grid .spotlight__grid--text-box h4, .spotlight .spotlight__grid .spotlight__grid--text-box p {
  font-weight: 500;
  color: black;
}

.discover-more .tab-zone {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discover-more .tab-zone p.tab__link {
  font-size: 1.25rem;
  font-weight: 500;
  cursor: default;
}
.discover-more .tab-zone p.tab__link.active {
  text-decoration: underline;
  font-weight: 500;
}
.discover-more .tab-zone p.tab__link--spacer {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 1rem;
}
.discover-more .black-founders_container .founder-fragments_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.discover-more .black-founders_container .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.discover-more .black-founders_container .col-6 a {
  background-color: #FCECEA;
}
.discover-more .black-founders_container .col-6 a:hover {
  text-decoration: none !important;
}
.discover-more .black-founders_container .col-6 a img {
  margin: 0;
}

@media (max-width: 768px) {
  .landing_heading_container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
