.hero--full--content--wrapper h1 {
    color: #383737;
    font-weight: 700;
    padding-top: .25em;
    font-size: 2.5rem;
}

.hero--full--content--centered.hero-title {
    position: static;
}
#page-content .hero--full--content--centered .grid-x {
    margin-bottom:0;
}
.hero-title.hero--full--content--centered {
    font-size: 1.25rem;
    color: var(--black);
    top: auto;
    padding-bottom: 6rem;
    background: none;
    z-index: 0;
    padding: 2rem 0;
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
}
.hero-container.bg-video.hero--fannin {
    position: relative;
    /* margin-bottom: 0; */
    /* height: 35vw; */
}
.hero--header--top--heading--one {
    margin:2rem 0;
}
@media only screen and (max-width: 40em) {
.hero-container.bg-video.hero--fannin {
margin-bottom:0;
}
    .hero-title.hero--full--content--centered {
        margin-bottom:2.5rem;
    }
}
@media only screen and (min-width: 40em) {

    /* VIDEO OPTION */
    .hero--full--content--centered.hero-title.bg-video {
        margin-top: -4.5rem;
        margin-bottom: 2rem;
        position: relative;
    }

    .hero-container.bg-video.hero--fannin {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16 / 9;
        width: 100%;
        max-height: 32rem;
    }

    .hero-title.bg-video.hero--fannin h1::before {
        background: none;
    }

    .hero-container.bg-video.hero--fannin 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--fannin .hero-title.bg-wrapper {
        position: relative;
        z-index: 2;
    }

    .bg-video.hero--fannin .video-controls {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        z-index: 3;
    }

    .bg-video.hero--fannin .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;
    }

    .bg-video.hero--fannin .video-controls button:hover {
        background: rgba(255, 255, 255, .9);

    }

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

    .hero--full--content--wrapper {
        padding: 3.25rem;
        padding-top: 2rem;
        padding-bottom: 0;
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 65em) {
    .hero--full--content--wrapper>p:last-child {
        margin-bottom: 0;
    }

    .hero-title.hero--full--content--centered {
        font-size: 1.25rem;
        color: var(--black);
        top: auto;
        padding-bottom: 6rem;
        background: none;
        z-index: 0;
        padding: 2rem 0;
        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-container.hero-homepage.bg-img::before {background-color: unset;}

.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: 40rem;
    height: 100%;
}
.hero-homepage .hero-title {
    width: 100%;

}

.hero-homepage .hero-title {
    left: auto;
    font-size: 1rem;
    color: var(--white);
    bottom: 0;
    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--fannin.hero-container.hero-homepage #page-title {
    color: var(--black);
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: clamp(1.5rem, 8vw, 2.5rem);
    margin-bottom: 0;
    text-wrap-style: balance;

    /* column-fill: balance; */
}
.hero-container.hero-homepage .large-text-left p {
    color:var(--black);
    width: auto;
}
.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;}
#page-content .hero-homepage .hero-title > .grid-container > .grid-x {
margin-bottom: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: 5rem;}

        .uthealth .hero-container.hero-homepage .grid-container {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    
.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 p:last-child {
     margin-bottom:0;
 }
   .uthealth .hero-homepage .hero-title .button {
     /* margin-bottom:0; */
 }
    .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;
    }
}
    .card-svg-container {
         padding:1rem;
         padding-top: 1.5rem;
         padding-bottom: 0;
     }
.factoid-icon-text .card-svg-container {
padding:0;
}
.factoid .card-svg-container i {
    font-size: 2.5rem;
    margin-top: .25rem;
    display: block;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #4E738A 45%, #2E5065 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
}
    .card-svg-container svg, .card-svg-container img, .card-svg-container i {
      padding: 0 0 1rem 0;
      width: 4.5rem;
      height: 4.5rem;
      text-align: left;
      width: auto;
    }
    
  .card-svg-container i {
      font-size: 3.6rem;
      margin-top: 0;
      display: block;
      /* margin-bottom: 0; */
      background: linear-gradient(90deg, #4E738A 30%, #2E5065 60%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      width: 4.5rem;
    }
    .hero-title-giving h1 {
    color:#fff ;
    padding:1.75rem 0;
    padding-bottom:1.25rem;
    }

@media only screen and (min-width: 40em) {
    .hero-title-giving h1 {
    padding:3.5rem 0;
    padding-bottom:3rem;
}
}

/* Orbit Caption adjustments */
.orbit.fannin--slider .orbit-caption {
  position: relative;         /* instead of absolute */
  bottom: auto;               /* reset default */
  left: 0;
  right: 0;
  padding: 1rem;              /* space around text */
  background: #f8f8f8;        /* optional: light background */
  color: #333;                /* text color */
  text-align: left;
  font-size: 1rem;            /* adjust to taste */
  line-height: 1.4;
}
.orbit.fannin--slider .orbit-caption p:last-child {
    margin-bottom:0;
}
.orbit.fannin--slider .orbit-caption p{
    font-size:.875rem;
    letter-spacing: .25px;
}
/* Ensure images don’t collapse spacing */
.fannin--slider .orbit-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Adjust orbit controls so caption sits above them */
.orbit.fannin--slider .orbit-next,
.orbit.fannin--slider .orbit-previous {
  z-index: 10;   /* keep them clickable */
  right: 0;
}

.orbit.fannin--slider .orbit-caption {
  z-index: 20;   /* sits above controls */
}
.fannin--slider .orbit-bullets button.is-active {
    border: #ae6042 solid 2px;
        background-color: #ae6042;
}
.fannin--slider .orbit-next:hover, .fannin--slider .orbit-previous:hover {
    background-color: #ae6042;
    color: #fff;
    right: 0;
    left: 0;
    border: 2px solid #ae6042;
}
.fannin--slider .orbit-bullets button {
    border: #868686 solid 2px;
}
.fannin--slider .orbit-bullets button {
    margin-right: .35rem;
    display: inline-block;
}
.fannin--slider .orbit-bullets button {
    width: 1.375rem;
    height: 1.375rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #fff;
}
.fannin--slider .orbit-bullets {
    text-align: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.fannin--slider .orbit-previous {
    margin-right: .5rem;
}
.fannin--slider .orbit-next, .fannin--slider .orbit-previous {
    padding: .25rem .5rem .25rem;
    color: #868686;
    border: #ae6042 solid 2px;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    top: 0;
    transform: none;
    font-size: 1.25rem;
    position: relative;
    display: inline-block;
    transition: none;
    background-color: #fff;
}
.fannin--slider--controls {
    margin-top:1rem;
}