.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.h4h_body {
  flex-flow: column;
  align-items: stretch;
  max-width: 100vw;
  min-height: auto;
  display: block;
  overflow: visible;
}

.h4h_menubar_section {
  width: 100%;
  height: 60px;
  margin-top: 16px;
}

.h4h_menubar_container {
  max-width: 90%;
  height: 100%;
}

.h4h_menubar_itemcontainer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: static;
}

.h4h_menubar_logo {
  background-image: url('../images/H4HdotWorld.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 43px;
}

.h4h_button {
  text-align: center;
  background-color: #1047a7;
  height: auto;
  font-family: Mozilla Text, sans-serif;
}

.h4h_button.centered {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.h4h_container {
  max-width: 900px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.h4h_container.footer {
  margin-top: 8px;
  margin-bottom: 8px;
}

.h4h_centercontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4h_h1 {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Mozilla Headline, sans-serif;
}

.h4h_h1.littlespaceunder {
  margin-bottom: 8px;
}

.h4h_h1.littlespaceabove {
  margin-top: 8px;
}

.h4h_h1.nospaceabove {
  margin-top: 0;
}

.h4h_p {
  text-align: left;
  width: 90%;
  margin: 16px 0;
  font-family: Mozilla Text, sans-serif;
  font-size: 16px;
}

.h4h_p.littlespaceunder {
  margin-bottom: 8px;
}

.h4h_p.nospacebeneath {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.h4h_footersection {
  order: 0;
  width: 100%;
  height: auto;
  margin-top: 128px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.h4h_horbuttoncontainer {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.h4h_menubar_link {
  color: #000;
  font-family: Mozilla Headline, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.h4h_img {
  background-image: url('../images/H4H_Img01_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.h4h_img._02 {
  background-image: url('../images/H4H_Img2_1.avif');
}

.h4h_partwithimage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.bold-text {
  width: 100%;
}

.div-block {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  margin-bottom: 32px;
  display: block;
}

.div-block.nospaceunderneath {
  margin-bottom: 0;
}

.div-block-2 {
  display: block;
}

.menubar_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.staffcontainer {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.staffportraitcontainer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  height: auto;
  display: flex;
}

.staffportraitimage {
  width: 200px;
}

.h4h_staffportrait_name {
  text-align: left;
  width: 100%;
  height: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Mozilla Headline, sans-serif;
}

.h4h_staffportrait_name.littlespaceunder {
  margin-bottom: 8px;
}

.h4h_staffportrait_name.littlespaceabove {
  margin-top: 8px;
}

.h4h_staffportrait_name.nospaceabove {
  margin-top: 0;
}

.staffportrait_text {
  width: 70%;
  display: block;
}

@media screen and (max-width: 991px) {
  .h4h_menubar_container, .h4h_container {
    max-width: 650px;
  }

  .h4h_p {
    width: 100%;
  }

  .h4h_p.nospacebeneath {
    width: auto;
  }

  .h4h_horbuttoncontainer {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .h4h_menubar_section {
    height: auto;
  }

  .h4h_menubar_container {
    width: 90%;
    display: block;
  }

  .h4h_menubar_itemcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .h4h_button {
    text-align: center;
  }

  .h4h_container {
    width: 90%;
    display: block;
  }

  .h4h_p {
    width: 90%;
  }

  .h4h_footersection {
    position: static;
  }

  .h4h_horbuttoncontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 75%;
    display: flex;
  }

  .h4h_img, .h4h_img._02 {
    margin-left: auto;
    margin-right: auto;
  }

  .h4h_partwithimage {
    display: block;
  }

  .div-block-2 {
    margin-bottom: 16px;
  }

  .h4h_staffportrait_name {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .h4h_body {
    min-height: auto;
  }

  .h4h_menubar_section {
    height: auto;
  }

  .h4h_menubar_itemcontainer {
    flex-flow: column;
  }

  .h4h_menubar_logo {
    width: 250px;
    height: 80px;
  }

  .h4h_footersection {
    position: static;
  }

  .menubar_section {
    flex-flow: column;
    display: flex;
  }

  .staffportraitcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .h4h_staffportrait_name {
    height: auto;
  }

  .staffportrait_text {
    width: 100%;
  }
}


