/* .container-video .highlight-content .press-release-block {
     background: transparent;
    display: none;
} */
.path-frontpage .intro-text h2 {
  font-weight: bold;
}
.path-frontpage .intro-text p {
  font-weight: 500;
  font-size: 1.35em;
}
.path-frontpage .container-video .hero-video .backdrop {
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.path-frontpage .container-video .hero-video ul.links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  margin-top: 40px;
}
.path-frontpage .container-video .hero-video ul.links li {
  width: 100%;
}
/* .path-frontpage .container-video .hero-video ul.links li {
    width: 50%;
} */
/* .path-frontpage .container-video .hero-video ul.links li:nth-child(odd) {
    padding-right: 15px;
}
.path-frontpage .container-video .hero-video ul.links li:nth-child(even) {
    padding-left: 15px;
} */
.path-frontpage .container-video .hero-video ul.links li a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  line-height: 1.2;
  padding-right: 20px;
  /* font-size: 13px; */
  padding-bottom: 2px;
}
.path-frontpage .container-video .hero-video ul.links li a:hover,
.path-frontpage .container-video .hero-video ul.links li a:focus {
  text-decoration: none;
  box-shadow: none;
}
.path-frontpage .container-video .hero-video ul.links li a::after {
  float: right;
  color: #9C6E02;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 0.9375rem;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .path-frontpage .intro-text .content {
    margin-left: 10%;
  }
  .path-frontpage .container-video .hero-video ul.links li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .path-frontpage .container-video .hero-video ul.links li a  {
    width:100%;
  }
  .path-frontpage .container-video .hero-video ul.links li:nth-child(odd) {
    padding-right: 15px;
  }
  .path-frontpage .container-video .hero-video ul.links li:nth-child(even) {
    padding-left: 15px;
  }
  .path-frontpage .intro-text p,
  .path-frontpage .container-video .hero-video ul.links {
    width: 630px;
  }
}
@media only screen and (min-width: 1170px) {
  body.path-frontpage .bg-light {
    background: transparent !important;
  }
  .path-frontpage .intro-text h2,
  .path-frontpage .intro-text .content {
    background: transparent;
  }
  .path-frontpage .intro-text p {
    padding-left: 85px;
  }
  .path-frontpage .container-video .hero-video ul.links {
    padding-left: 85px;
    width: 100%;
  }
  .path-frontpage .intro-text .content {
    margin-left: 5px;
    width: 93%;
  }
}
@media (min-width: 1237px) {
  .path-frontpage .intro-text {
    top: 0%;
  }
}
@media (max-width: 767px) {
  .path-frontpage .intro-text p,
  .path-frontpage .container-video .hero-video ul.links {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}