.gng-page-hero {
  position: relative;
  overflow: hidden;
}

.gng-page-hero-header-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
}
.gng-page-hero-header-container .container {
  position: relative;
  z-index: 2;
}

.gng-page-hero-block__background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

.gng-page-hero-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.gng-page-hero-block-content-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gng-page-hero-block-content-container {
    max-width: 500px;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block-content-container {
    max-width: 300px;
  }
}

.gng-page-hero-block__text {
  text-align: center;
}

.gng-page-hero-block__text__heading-container h1 {
  color: #fff;
  font-size: 2.9rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .gng-page-hero-block__text__heading-container h1 {
    font-size: 2.1rem;
    line-height: 140%;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block__text__heading-container h1 {
    font-size: 1.65rem;
    line-height: 140%;
  }
}
.gng-page-hero-block__text__heading-container h2 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 140%;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .gng-page-hero-block__text__heading-container h2 {
    font-size: 1rem;
    line-height: 130%;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block__text__heading-container h2 {
    font-size: 0.9rem;
    line-height: 130%;
  }
}

.gng-page-hero-block__text__body-container {
  color: #fff;
  margin-top: 2rem;
  font-size: 1.1rem;
}
.gng-page-hero-block__text__body-container a {
  color: #fff;
}
@media (max-width: 767px) {
  .gng-page-hero-block__text__body-container {
    font-size: 1rem;
    line-height: 130%;
  }
}

.gng-page-hero-block__buttons {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}

/* 
* Button Styles 
*/
.gng-page-hero-block__button {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}

/* Large Blue Text on White Button */
.gng-page-hero-block__button--large_blue_text_white_background {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  background-color: #fff;
  border-radius: 999px;
  color: #528dca;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.35rem 1.85rem;
}
.gng-page-hero-block__button--large_blue_text_white_background:hover {
  background-color: rgba(255, 255, 255, 0.22);
  color: #528dca;
}
@media (max-width: 767px) {
  .gng-page-hero-block__button--large_blue_text_white_background {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block__button--large_blue_text_white_background {
    font-size: 1.25rem;
  }
}

/* Large Navy Text on White Button */
.gng-page-hero-block__button--large_navy_text_white_background {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  background-color: #fff;
  border-radius: 999px;
  color: #002f3d;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.35rem 1.85rem;
  border: 2px solid #fff;
}
.gng-page-hero-block__button--large_navy_text_white_background:hover {
  background-color: rgba(255, 255, 255, 0.22);
  color: #002f3d;
}
@media (max-width: 767px) {
  .gng-page-hero-block__button--large_navy_text_white_background {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block__button--large_navy_text_white_background {
    font-size: 1.25rem;
  }
}

/* Small Outlined White Text on Transparent Button */
.gng-page-hero-block__button--small_outlined_white_text_transparent_background {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  background-color: transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 0.6rem 1.85rem;
  border: 2px solid #fff;
}
.gng-page-hero-block__button--small_outlined_white_text_transparent_background:hover {
  background-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
@media (max-width: 767px) {
  .gng-page-hero-block__button--small_outlined_white_text_transparent_background {
    font-size: 0.82rem;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block__button--small_outlined_white_text_transparent_background {
    font-size: 0.75rem;
  }
}

/* Small White Text on Navy Button */
.gng-page-hero-block__button--small_white_text_navy_background {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  background-color: #002f3d;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.6rem 1.5rem;
  border: 1px solid #002f3d;
}
.gng-page-hero-block__button--small_white_text_navy_background:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #fff;
}
@media (max-width: 767px) {
  .gng-page-hero-block__button--small_white_text_navy_background {
    font-size: 0.82rem;
  }
}
@media (max-width: 450px) {
  .gng-page-hero-block__button--small_white_text_navy_background {
    font-size: 0.75rem;
  }
}

.gng-page-hero-programs-container {
  background-color: #002F3E;
  color: #fff;
  width: 100vw;
  max-width: 1100px;
  margin: -4rem 0 0 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 3;
}

.gng-page-hero-programs {
  display: grid;
  padding: 3rem 3.5rem;
  gap: 3.25rem;
}
@media (max-width: 767px) {
  .gng-page-hero-programs {
    grid-template-columns: 1fr !important;
  }
}

.gng-page-hero-programs__column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.gng-page-hero-programs__column__left {
  margin-right: 1rem;
}
.gng-page-hero-programs__column__left img {
  max-width: 85px;
}

.gng-page-hero-programs__column__right ul {
  margin-bottom: 0;
  padding-left: 0;
}
.gng-page-hero-programs__column__right li {
  margin-left: 1.25rem;
}
.gng-page-hero-programs__column__right strong {
  font-weight: 700;
}