/*
/* logo slider

.slider img { filter: brightness(0) invert(1); }
.slider {
background: transparent;
height: auto;
margin: auto;
padding-top: 50px;
max-width: 1440px;
overflow: hidden;
position: relative;
width: 100%;
}
}
.slider::before, .slider::after {
content: "";
height: 250px;
position: absolute;
width: 500px;
z-index: 2;
}
.slider::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.slider::before {
left: 0;
top: 0;
}
.slider .slide {
height: 230px;
width: 230px;
margin: 0 10px;
}
@media screen and (max-width: 1441px) {
.slider::before {
display: none;
}
}

@media screen and (max-width: 1023px) {
.slider {
height: 200px;
}
.slider::before,
.slider::after,
.slider .slide,
.slide img {
height: auto;
width: 200px;
}
}
@media screen and (max-width: 736px) {
.slider::before,
.slider::after {
display: none;
}
}
*/

/* video */
.page-center.video-content{
  width:100%;
  margin:auto;
  text-align:center
}
.colorvideo-overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 187, 0.79) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}

.hs-video-banner{
  position:relative;
  overflow:hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.hs-video-banner video.parallax-video{
  position:absolute;
  left:0;
  top:0;
  right:0;
  width:100%;
  bottom:0;
  min-height:100%;
  z-index:1;
  object-fit:cover
}
.hs-video-banner .video-content-wrapper{
  z-index:3;
  position:relative
}


/*navbar shennanigans*/
.header {box-shadow:none!important;
  background:transparent;}
/*end of navbar shennanigans*/


.hero {
  height: fit-content;
  margin: 0 auto;
  max-width: 880px;
  padding-bottom: 150px;
  padding-top: 225px;
  text-align: center;

}
.hero h1{
  color: #fff;
  line-height: 1;
  text-shadow: 2px 2px 8px rgb(5 102 141 / 30%);
}

.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero p {
  color:white;
}

@media (min-width: 767px) {
  .hero h1 {
    margin-bottom: 14px;
    font-size: 82px;
  }
}
@media (max-width: 767px){

  .hero {
    max-width:100%;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .bg-image{    
    background-size: cover;
    background-position: 0px;
  }

  .gradient-bg {
    float: inline-end;
  }

}