/*
   If you are changing the location of these files,
   see the readme in this directory for more detail on manual steps to take when uploading new files.
 */
figure.video-responsive {
  max-width: 560px;
  /* Can be overridden if needed */
  width: 100%;
  margin: unset; }
  figure.video-responsive > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border: 1px solid #EAEBEB;
    box-sizing: content-box; }
    figure.video-responsive > div iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.action-block__wrapper {
  margin-top: 2rem;
  display: grid;
  grid-gap: 1.5rem; }
  @media screen and (min-width: 640px) {
    .action-block__wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1024px) {
    .action-block__wrapper.action-block__wrapper--three-col {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1024px) {
    .action-block__wrapper.action-block__wrapper--four-col {
      grid-template-columns: repeat(4, 1fr); } }

.action-block {
  background: var(--neutral_light);
  border: 1px solid var(--neutral_dark20);
  border-radius: 4px;
  display: flex;
  align-content: baseline; }
  .action-block.white {
    background: var(--neutral_white); }
  .action-block h3 {
    width: 100%;
    margin-top: 0; }
  .action-block figure.video-responsive {
    margin-bottom: 1rem; }
  .action-block ul {
    margin: 0 1rem 1rem; }
  .action-block .video_caption_link {
    display: none; }

.action-block--one-col {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.25rem;
  text-align: initial; }
  .action-block--one-col.flex-space-between {
    justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .action-block--one-col {
      height: 100%; } }
  .action-block--one-col img {
    width: 100%;
    margin-bottom: 1rem; }
  .action-block--one-col a.link-button {
    width: 100%;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 1rem 0 0; }

.action-block--two-col {
  flex-wrap: wrap;
  overflow: hidden; }
  .action-block--two-col .text-wrapper {
    padding: 1rem 1.5rem; }
  .action-block--two-col figure.video-responsive {
    margin: 0 !important;
    max-width: unset; }
    .action-block--two-col figure.video-responsive > div {
      border: 0; }
  @media screen and (max-width: 640px) {
    .action-block--two-col a.link-button,
    .action-block--two-col button {
      width: 100%;
      text-align: center; } }

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px; }

h2 {
  font-size: 2rem;
  margin-top: 0;
  font-weight: var(--bold-font-weight); }

section {
  padding: 7em 1em; }
  @media screen and (max-width: 640px) {
    section {
      padding: 4em 1.15em; } }
  section .wrapper {
    max-width: 960px;
    margin: 0 auto; }

#top {
  position: relative;
  width: 100%;
  overflow: hidden; }

section.what-is-hoc figure.video-responsive {
  max-width: 100%; }
section.what-is-hoc p.body-two {
  margin-bottom: 3rem; }
  @media (min-width: 640px) {
    section.what-is-hoc p.body-two {
      max-width: 68%;
      margin: 0 auto 3rem; } }

section.map #maparea {
  margin-top: 3rem !important; }
section.map .text-wrapper:last-child {
  margin: 3rem auto 0; }
  @media (min-width: 640px) {
    section.map .text-wrapper:last-child {
      max-width: 640px; } }

section.spanish-banner .action-block .content-wrapper {
  padding: 1rem 1.5rem; }
section.spanish-banner .action-block img {
  width: 100%; }
@media (min-width: 849px) {
  section.spanish-banner .action-block img,
  section.spanish-banner .action-block .content-wrapper {
    width: 50%; } }
section.spanish-banner hr {
  margin: 5rem 0 -2rem; }
  @media (max-width: 640px) {
    section.spanish-banner hr {
      margin: 3rem 0 0; } }

section.stats .stats-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem; }
  @media (max-width: 992px) {
    section.stats .stats-wrapper {
      justify-content: space-around; } }
  @media (max-width: 640px) {
    section.stats .stats-wrapper {
      justify-content: center; } }
  section.stats .stats-wrapper figure {
    width: 65%; }
    @media (min-width: 640px) {
      section.stats .stats-wrapper figure {
        width: 25%; } }
  section.stats .stats-wrapper img {
    width: 85%;
    margin-bottom: 1.5rem; }
  section.stats .stats-wrapper figcaption {
    font-weight: var(--regular-font-weight); }
section.stats .button-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem; }

/*# sourceMappingURL=front-page.css.map */
