.banner-hero-marquee > .banner-hero__container {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  background: rgba(144, 217, 249, 0.1);
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .banner-hero > .banner-hero__container {
    /* padding-top: 15vh;
    padding-bottom: 15vh; */
    /* height: 70vh; */
    justify-content: center;
  }
}

.banner-hero h1,
.banner-hero h2,
.banner-hero h3,
.banner-hero h4,
.banner-hero h5,
.banner-hero p,
.banner-hero p > span[class^="heading--"] {
  color:#FFF;
}


/* @media (min-width: 1200px) {
  .banner-hero {
    max-height: 900px;
  }
} */

.banner-hero__container, .banner-hero__container-fluid {
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  /* max-width: 1440px; */
}

.banner-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  /* height: 100%; */
}

.banner-hero__bg-video-wrap {
  height: 100%;
  position: relative;
  max-height: 138vh;
}

.banner-hero__bg-video-wrap video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.banner-hero__bg-video-wrap .video-overlay {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); */
  display:none;
}

.banner-hero__bg-bottom {
  height: 25%;
  /* background: rgba(144, 217, 249, 0.1); */
}

.banner-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  color: white;
}

.banner-hero__content .banner-hero__content-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  /* max-width: 660px; */
  padding-left: 20px;
  margin: unset;
}

.gradient-bg {
  /* hero-background-texture-placeholder 1 */
  background-image: url('/application/blocks/banner_hero_marquee/hero-background-texture-placeholder.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-hero__heading h1,
.banner-hero__heading h2,
.banner-hero__heading h3,
.banner-hero__heading h4,
.banner-hero__heading h5,
.banner-hero p > span[class^="heading--"] {
  font-size: 36px;
}

@media (min-width: 768px) {
  .banner-hero__heading h1,
  .banner-hero__heading h2,
  .banner-hero__heading h3,
  .banner-hero__heading h4,
  .banner-hero__heading h5,
  .banner-hero p > span[class^="heading--"] {
    font-size: 56px;
    line-height: 70px;
    font-weight: 400;
  }
}

.banner-hero__content-text {
  font-size: 20px;
}

.banner-hero__content-text p:last-of-type {
  margin-bottom: 0!important;
}

.banner-hero__button-holder {
  margin-bottom: 20px; 
}

.banner-hero__stat-holder {
  margin-top:40px;
}

@media (min-width: 768px) {
  .banner-hero__content-text {
    font-size: 24px;
  }
}

/* media query for a desktop wide monitor that is very short i.e. only 800px tall */
@media (min-width: 1200px) and (max-height: 800px) {
  .banner-hero > .banner-hero__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner-hero__stat h2 > .heading--3 {
    font-size: 80%;
  }

  .banner-hero__heading h1, .banner-hero__heading h2, .banner-hero__heading h3, .banner-hero__heading h4, .banner-hero__heading h5, .banner-hero p > span[class^="heading--"] {
    /* font-size: 95%; */
    font-size: 44px;
    line-height: 48px;
  }
}

.banner-hero__content-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.banner-hero__content-bottom-grid a {
  color: #063354!important;
}

.banner-hero__content-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .banner-hero__content-bottom-grid .hover-bar, .banner-hero__content-bottom-grid .banner-hero__content-bottom-grid-content {
    display: none;
  }
}

@media (min-width: 992px) {
  .banner-hero__content-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .banner-hero__content-bottom-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.banner-hero__content-bottom-grid-item {
  background-color: white;

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 12px;


  /* Dark Background Blue */
  border: 1px solid #063354;
  border-radius: 13px;

}
@media (min-width: 768px) {
  .banner-hero__content-bottom-grid-item {
    border-radius: 30px;
    padding: 36px 24px;
    /* pointer-events: none; */
  }
}

.banner-hero__content-bottom-grid-item h1,
.banner-hero__content-bottom-grid-item h2,
.banner-hero__content-bottom-grid-item h3,
.banner-hero__content-bottom-grid-item h4,
.banner-hero__content-bottom-grid-item h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 125%;
  /* or 22px */
  /* Dark Background Blue */
  color: #063354;
}

.banner-hero-marquee .hover-bar{
  background-color: #293a47;
  width: 30px;
  height: 7px;
  margin: 3px 0px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  /* Line 20 */



}

.banner-hero__content-bottom-grid-content {
  margin-top: 0;
  height: 0;
  overflow: hidden;
}

.mobile-show-content .banner-hero__content-bottom-grid-content{
  height:auto;
}

@media (min-width: 768px) {
  .banner-hero__content-bottom-grid-content,
  .mobile-show-content .banner-hero__content-bottom-grid-content {
    height: auto;
  }

  .banner-hero__content-bottom-grid-item:hover {
    background: #0070B9;
    color: #ffffff;
  }

  .banner-hero__content-bottom-grid-item:hover h1,
  .banner-hero__content-bottom-grid-item:hover h2,
  .banner-hero__content-bottom-grid-item:hover h3,
  .banner-hero__content-bottom-grid-item:hover h4,
  .banner-hero__content-bottom-grid-item:hover h5
  {
    font-weight: 800;
    color: #ffffff;
  }

  .banner-hero__content-bottom-grid-item:hover .hover-bar{
    background-color: #ffffff;
    width: 70px;
  }
}

.banner-hero__content .banner-hero__button-controls {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  border-radius: 50px;
  padding: 2px 12px;
  border: 1px white solid;
  background: transparent;
  color: white;
  transition: all 0.2s ease-in-out;
}

.banner-hero__content .banner-hero__button-controls:hover {
  background-color: #0070B9;
}

.banner-hero__content-marquee__container-fluid {
  /* Rectangle 133 */
  background: #EFEFEF;
}

.banner-hero__content-marquee__container-fluid.bg-primary .marquee-item  p {
  color: #ffffff!important;
}

.banner-hero__content-marquee__container-fluid.bg-primary .marquee-item .marquee-item__image-box img {
  filter: grayscale(1) brightness(1000%);
}

.banner-hero__content-marquee__container-fluid .banner-hero__content-marquee {
  padding: 30px 0;
  gap: 70px;
}

.banner-hero__content-marquee__container-fluid .banner-hero__content-marquee .marquee-item {
  padding: 0 20px;
  width: 340px;
  height: 100%;
}

.banner-hero__content-marquee__container-fluid .banner-hero__content-marquee .marquee-item .marquee-item__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  /* or 18px */

  /* Dark body copy */
  color: #5E5E5E;
  margin-bottom: 0px;
}

.banner-hero__content-marquee__container-fluid .banner-hero__content-marquee .marquee-item .marquee-item__image-box {
  /* min-width: 60px; */
  padding-right: 20px;
}
.banner-hero__content-marquee__container-fluid .banner-hero__content-marquee .marquee-item .marquee-item__image-box img {
  height: 50px;
  width: auto;
  min-width: 60px;
  object-fit: contain;
  object-position: center;
}

.banner-hero__stat-holder .banner-hero__stat {
  margin-top: 20px;
  opacity: 0.69;
}