.bg-img-relative .hero-title {
    padding-left: 0;
}
/*.full-width .margin-medium-top {margin-top:0;}*/

.full-width {
    margin-bottom:4em;
}

#section-block {
    display:none;
}

.hero-background.bg-img-relative {
    margin-bottom:1.25em;
}

.uth-cards .card-img-container.bg-header {
    padding-left:1.5em;
    gap:1.125em;
}

.uthealth .inner h2 {
    margin-top: 0;
}


#page-title {
  bottom: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  text-transform: none;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.uthealth p.hero-blurb {
        font-size: clamp(1rem, 0.9402rem + 0.3415vw, 1.35rem);

}

.button.hollow.hero-cta {
    color: #fff;
    background-color: var(--uthorange);
    border: #fff solid 2px;
    font-family: "Roboto Condensed";
    font-weight: 500;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-top: 1rem;
    font-size:1em;
}


.button.hollow.hero-cta:hover {
    background-color: var(--uthblue);

}

#uiBackgroundVideo__controller {
     position: absolute;
     bottom: 15px;
     right: 15px;
     height: 20px;
     background: transparent;
     border-style: double;
     border-width: 0px 0px 0px 16px;
     box-sizing: border-box;
     border-color: transparent transparent transparent rgb(238, 238, 238);
     transition: all 100ms ease 0s;
     cursor: pointer;
     z-index: 4;
}
 #uiBackgroundVideo__controller.paused {
     border-style: solid;
     border-width: 10px 0px 10px 16px;
}
 #mobile-image-wrapper {
     position: relative;
     color: white;
}
 #mobile-image-wrapper img {
     z-index: 0;
     position: relative;
}
 #mobile-image-wrapper p {
     z-index: 2;
     padding: 1rem;
     bottom: 3rem;
}
 #mobile-image-wrapper .vid-text {
     position: absolute;
     bottom: 8px;
     left: 16px;
     font-size: 8vw;
     font-weight: 900;
     text-shadow: rgba(0, 0, 0, 0.39) 2px 2px 6px;
}
#vid-overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(127deg, rgba(78, 115, 138, 0.99) 13.85%, rgba(78, 115, 138, 0.00) 78.85%);
    mix-blend-mode: normal;
    z-index: 1;
}


 .vidwrapper-text {
     position: relative;
     height: 100%;
     display: block;
     flex-direction: column;
     justify-content: center;
     z-index: 2;
     padding:1.5em;
     color: rgb(255, 255, 255);
     background-color:var(--uthorange);
    background: linear-gradient(150deg, #AE6042 0%, rgb(125 112 143) 100%);
    background: linear-gradient(127deg, rgba(78, 115, 138, 0.99) 13.85%, rgb(31 69 93) 78.85%)
}
.vidwrapper-text > div.grid-x, #vidwrapper-text-mobile > div.grid-x {
     padding: 0.5rem 0px;
}
 .vidwrapper-text .link__container, #vidwrapper-text-mobile .link__container {
     text-align: right;
     padding-right: 1em;
}
 #uiBackgroundVideo__controller {
     position: absolute;
     bottom: 15px;
     right: 15px;
     height: 20px;
     background: transparent;
     border-style: double;
     border-width: 0px 0px 0px 16px;
     box-sizing: border-box;
     border-color: transparent transparent transparent rgb(238, 238, 238);
     transition: all 100ms ease 0s;
     cursor: pointer;
     z-index: 4;
}
 #uiBackgroundVideo__controller.paused {
     border-style: solid;
     border-width: 10px 0px 10px 16px;
}
 #uiBackgroundVideo__controller:focus {
     color: var(--uthorange);
     border-color: transparent transparent transparent var(--uthorange);
}

 #myVideo {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
     min-height:38em;
}
 #vidwrapper {
     position: relative;
     overflow: hidden;
     width: 100%;
     max-height:none;
          height: auto;

     margin-bottom: 2.5rem;
}
.hero-text-container{
     display: block;
     flex-direction:row;
     justify-content: space-evenly;
     transition: all 300ms ease 0s;
}

.uthealth  #contact-us h2 {
    border-bottom: var(--uthorange) solid 1px;
    padding-bottom: 0.6em;
}


@media print, screen and (min-width: 40em) {
.button, .uthealth .button.expanded:not(input) {
    width: 100%;
}
.hero-cta {
    color: #fff;
}
 .vidwrapper-text {
background-color:transparent;
background:none;
}

     .button.hollow.hero-cta {
    font-size:1.25em;

     }
     .vidwrapper-text {
     position: relative;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     z-index: 2;
     padding:1.5em;
     color: rgb(255, 255, 255);
     background-color:var(--uthorange);
     background: none;
}
.hero-text-container{
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     transition: all 300ms ease 0s;
}
 #vidwrapper {
     position: relative;
     overflow: hidden;
     width: 100%;
     max-height: 38em;
     height: 45vw;
     margin-bottom: 2.5rem;
     /* z-index: 0; */
}
 }

@media print, screen and (min-width: 64em) {
     .side-nav {
        margin-top: 0;
    }
    
}

.itQuickLinks .card {border: 0;}
.itQuickLinks li {list-style-type: none;}

    
