body,
html {
  height: 100%;
}

.brick--type--hero-banner-1 .container-fluid {
  padding: 0;
}

.brick--type--hero-banner-1 .hero-text-section {
  width: 65%;
  margin-left: var(--size-128);
}

/* The hero image */
.hero-image {
  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.content-hero {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
}

/* Place text in the middle of the image */
.hero-banner-region .hero-text {
  font-family: HelveticaNeue;
}

.hero-banner-region .hero-text h1 {
  font-size: var(--size-104);
  font-family: "Bitter";
  line-height: var(--size-112);
}
.hero-banner-region .hero-text h1 b {
  letter-spacing: 4px;
}

.hero-banner-region .paratext {
  font-size: var(--size-24);
  color: white;
  line-height: var(--size-32);
}
.hero-banner-region .paratext1 {
  font-size: var(--size-20);
  color: white;
  line-height: var(--size-32);
}
.banner-bottom-image {
  margin-top: 30px;
  width: 100%;
}
.brick--type--hero-banner-1 .btn-style {
  border: none;
  border-radius: var(--size-50);
  padding: var(--size-16) var(--size-32) !important;
  background-color: #fdc82f;
  border: 1px solid transparent;
  color: black;
  font-size: var(--size-18);
  line-height: var(--size-24);
  margin: 0 var(--size-30) 0 0;
}

.brick--type--hero-banner-1 .btn-style:hover {
  background-color: #f2a517;
}

.brick--type--hero-banner-1 .btn-style:focus,
.brick--type--hero-banner-1 .btn-style:active {
  border: 1px solid #fde396;
  background-color: #f2a517;
}

.brick--type--hero-banner-1 .hero-btn {
  display: inline-flex;
  text-decoration: none;
}

.hero-banner-region button {
  float: left;
}

.hero-banner-region .paratext3 {
  font-size: 15px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.hero-banner-region .paratext3 .hero-link {
  display: inline-block;
  font-size: var(--size-18);
  line-height: var(--size-24);
  font-weight: bold;
  color: white;
}

.hero-banner-region .paratext3 .hero-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.hero-banner-region .paratext3 .hero-link span {
  padding-left: 16px;
}

.hero-banner-region .paratext3 .hero-link span img {
  width: var(--size-20);
}
/***********************************************************************/

.hero-banner-region #myVideo {
  height: 100%;
  width: 100%;
}

.hero-content-container {
  position: absolute;
  height: 100%;
  z-index: 2;
  width: 100%;
}

.hero-image,
#myVideo {
  position: relative;
}
.hero-banner-region .video-bottom-image {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.video-hero-container .hero-image,
.video-hero-container .hero-image .container-fluid,
.video-hero-container .hero-image .container-fluid .container-fluid-row {
  height: 100%;
}

.brick--type--hero-banner-1 .container-fluid .hero-text-container {
  margin-top: var(--size-128);
}

.video-hero-container .hero-image .container-fluid .container-fluid-row .hero-text-container {
  overflow: auto;
  height: 70%;
  scrollbar-width: thin;
}

.video-hero-container .hero-image .container-fluid .container-fluid-row .hero-text-container::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: lightgray;
}

.video-hero-container .hero-image .container-fluid .container-fluid-row .hero-text-container::-webkit-scrollbar-thumb {
  background: #777;
}

.brick--type--hero-banner-1 .date-type-wrapper {
  font-family: HelveticaNeue;
  color: white;
}

@media (max-width: 991px) {
  .hero-banner-region .paratext3 .hero-link {
    padding-top: 16px;
    font-size: 12px;
  }

  .hero-banner-region .paratext3 .hero-link span {
    padding-left: 8px;
  }

  .hero-banner-region .paratext3 .hero-link span img {
    width: 20px;
  }

  .hero-banner-region .hero-text h1 {
    font-size: 32pt;
    line-height: 1.2;
  }

  .hero-banner-region .paratext {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-banner-region .paratext1 {
    font-size: 12px;
    line-height: 18px;
  }

  .brick--type--hero-banner-1 .btn-style,
  .hero-banner-region .paratext3 {
    font-size: 12px;
    display: block;
  }

  .brick--type--hero-banner-1 .hero-btn .btn-style {
    padding: 12px 20px !important;
    line-height: 24px;
    border-radius: 50px;
  }

  /*Video Hero banner*/
  .hero-banner-region .video-hero-container .hero-text h1 {
    margin-top: 0;
  }
  /*Video Hero banner*/
  /* }

@media  (max-width:991px){ */
  /*Video Hero banner*/
  .video-hero-container .hero-text h1 {
    font-size: 30pt;
  }

  .video-hero-container .paratext {
    font-size: 14px;
    line-height: 24px;
  }

  .video-hero-container .paratext1 {
    font-size: 12px;
    line-height: 18px;
  }
  /*Video Hero banner*/
}
