.hero-container {
    position: relative;
    height: 100%;
    padding-bottom: 0;
}
.horizontal--section--wrapper .hero-container {
    margin-bottom:3em;
}
.hero--full--content--centered.hero-title {
  position:static;
    }
.hero-container img {
    object-fit: cover;
    aspect-ratio: 16 / 7;
    object-position: center center;
    width: 100%;
    max-height: 40rem;
}
.hero-container figure {
       position: relative;
    overflow: hidden;
}
.hero-container figcaption {
  position: absolute;
  width: auto;
  left: auto;
  display: block;
  right: 0;
  top: auto;
  bottom: 0;
  margin-bottom: 0;
}
.uth--page--title {
    /* margin: 2.5rem 0; */
    line-height: 1.35;
}
h1.uth--page--title {
padding:2.5rem 0;
    margin-bottom:0
}
.hero--under--img h1.uth--page--title {
padding:0;
}
.section--title--wrapper {padding-top: 1rem;padding-bottom: 1.25rem;}
.section--title--wrapper h1.uth--page--title {
    padding:0;
}
.section--title--wrapper .section--title{
    margin-bottom:0;
    font-size: 3.125rem;
    font-size: clamp(2rem, 5vw, 2.25rem);
    line-height:1.125;
    font-weight: 700;
    font-family: var(--font-sans-stack);
}
.hero--full--content--wrapper > .uth--page--title {margin:0 0 .75rem 0;padding: 0;}
#menu--section--horizontal--desktop {
    /* border-bottom:var(--medium-gray) solid 1px; */
    /* margin-bottom: 5rem; */
}
.hero-container figcaption span {
    background-color: #4a4a4adb;
    color:#fff;
    font-size: .75rem;
    display: inline-block;
    position: relative;
    padding: 2px 10px;
}
.horizontal--nav--wrapper--no--hero {
    margin-bottom:2rem;
}
 @media print, screen and (min-width: 64em) {
   .hero-container figcaption span { font-size: .875rem;}
 }
.hero-title {
    left: 0;
    width: 100%;
    font-size: 1rem;
    color: var(--white);
    position: relative;
    background: var(--white);
}

.hero-title h1::before {
    background: var(--white);
    content: "";
    display: inline-block;
    height: 100%;
    width: 95em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    /* box-shadow: 0 4px 32px rgba(0, 0, 0, .125), 0 2px 4px rgba(0, 0, 0, .06); */
    /* border: var(--light-medium-gray) solid 1px; */
}
.hero--full--content--centered.hero-title h1::before {
    box-shadow:none;
}

.hero-container #page-title {
    color: var(--black);
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 0 0 0;
    margin-bottom:0
    /* text-wrap-style: balance; */
}
.hero-title .cell.medium-12.large-8.bg-white.uth-pad-all-sp-32.text-center > :first-child {
margin-top:0;
}

.hero--full--content--wrapper {
    padding:2rem;
    padding-left: 0;
    padding-right: 0;
    margin-bottom:2rem;
}
.hero--full--content--wrapper > p:last-child {
    margin-bottom:0;
}
@media only screen and (min-width: 65em) {
    .hero--full--content--wrapper {
    padding: 3.25rem;
    padding-top: 2rem;
    margin-bottom:2rem;
}
.hero--full--content--wrapper > p:last-child {
    margin-bottom:0;
}
.hero-title h1::before {
      box-shadow: 0 0 1rem rgba(0, 0, 0, .1125);
}
    .hero-title {
        /* left: 0; */
        font-size: 1.25rem;
        color: var(--black);
        /* position: absolute; */
        /* width: 100%; */
        top: auto;
        padding-bottom: 6rem;
        background: 0 0;
        z-index: 0;
        /* bottom: 2.4rem; */
        padding: 2rem 0;
        /* box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06); */
        margin: 0;
        padding: 0;
        margin-top: -4.5rem;
    }
      .hero--full--content--centered.hero-title {
            margin-top: -6.5rem;
            margin-bottom: 2rem;
      }

    .hero-container.bg-img.hero--fannin .hero--full--content--centered.hero-title {
            margin-top: -6rem;
    }
          .hero--full--content--centered.hero-title.bg-video {
            margin-top: -4.5rem;
            margin-bottom: 2rem;
              position:relative;
      }
    .hero-title #page-title {
        width: auto;
        /* max-width: 85rem; */
    }

    .hero-title #page-title {
        padding: 1.25rem 2.25rem 1.35rem 0;
        /* box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06); */
        width: auto;
        /* max-width: 85rem; */
        /* left: -2rem; */
        /* display: block; */
        /* margin-top: -4rem; */
        margin-bottom: 0;
        /* box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06); */
    }
}

.hero-container.hero-homepage {
    padding-top: 0;
    /* or more if needed */
    background-image: none;
    background-attachment: fixed;
    background-position: top center;
    /* <-- top keeps heads in view */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding-top: 0;
    margin-bottom: -1rem; 
}

.hero-container.hero-homepage img {
    object-fit: cover;
    aspect-ratio: 16 / 7;
    object-position: center;
    width: 100%;
    max-height: 35em;
    height: 100%;
}
.hero-homepage .hero-title {
    width: 100%;

}

.hero-homepage .hero-title {
    left: auto;
    font-size: 1rem;
    color: var(--white);
    position: relative;
    background: var(--white);

}

.hero-homepage .hero-title h1::before {
    background: none;
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    box-shadow: none;
    top: 0;
    z-index: -1;
}


.hero-container.hero-homepage #page-title {
    color: var(--black);
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    margin-bottom: 0;
    text-wrap-style: balance;

    /* column-fill: balance; */
}

.hero-homepage p {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    text-wrap-style: unset;
}
.hero-container.hero-homepage .bg-white{padding: 2.125rem 0 0 0;}

@media only screen and (min-width: 40em) {
.hero-homepage .hero-title {
    width: 70vw;
    margin:0 auto;

}
    .hero-container.hero-homepage #page-title {

        font-size: clamp(2.5rem, 4.5vw, 4rem);
    }
}

@media only screen and (min-width: 65em) {
    .hero-container.hero-homepage .bg-white{padding:2.75rem 0 1rem 0;}
.hero-container.hero-homepage #page-title {
        margin-bottom: 1.25rem;
}
    .hero-container.hero-homepage {
        padding-bottom: 0;
        overflow: visible;
        height: 100%;
        align-content: center;
        align-items: center;
        display: flex;
    }
    .hero-container.hero-homepage {
margin-bottom:0;
}
.hero-container.hero-homepage .bg-white{padding: 2rem 2.5rem 3rem 2.5rem;}

    .hero-homepage .hero-title {
        left: -2.5rem;
        left: 0;
        font-size: 3rem;
        color: var(--black);
        position: absolute;
        width: 100%;
        top: 0;
        padding-bottom: 6rem;
        background: 0 0;
        z-index: 2;
        padding: 2rem 0;
        padding-left: 0;
        margin: 0;
        padding: 2rem 0;
        align-content: center;
        height: 100%;
    }

    .hero-homepage .hero-title #page-title {
        width: auto;
        max-width: 85rem;
    }

    .hero-homepage .hero-title #page-title {
            padding: 0;
            width: auto;
            max-width: 85rem;
            line-height: 1.3;
            left: 0;
            margin-top: 0;
    }

    .hero-homepage p {
        text-wrap-style: unset;
    }

    .hero-container.hero-homepage img {
        height: 100vh;
    }
}

@media only screen and (min-width: 40em) {

/* VIDEO OPTION */
.hero-container.bg-video {
    position: relative;
    overflow: hidden;
    height: 100vh;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: 32rem;
  }
  .hero-title.bg-video h1::before {
  background:none;}
  .hero-container.bg-video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    object-fit: cover;
    z-index: 0;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: 32rem;
  }
  
  .bg-video .hero-title.bg-wrapper {
    position: relative;
    z-index: 2;
  }
  
  .video-controls {
    position: absolute;
    bottom: 1rem;
   right: 1rem;
    z-index: 3;
  }
  
  .video-controls button {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
      height:60px;
      width:60px;
  }
.video-controls button:hover {
    background: rgba(255, 255, 255, .9);

}
    .video-controls button i {
        position:absolute;
        top: 17px;
        left: 22px;
        color:var(--uthorange);
        font-size: 1.65rem;
    }
}