/* Style overwrites and supplements for COVID-19 Center of Excellence */
#gs {display: none;}
.heroHeader {
    min-height: 275px;
    padding-top: 25px !important;
    margin-bottom: 1.5rem;
}
.heroHeader.darkText .cell {background: rgba(255,255,255,0.65);}
.lead {
    font-size: 130%;
    color: #4e738a;
    border-top: 3px solid #b76646;
    border-bottom: 3px solid #b76646;
    padding: 0.5rem 0;
}
/* links to external sites */
/*
a[href^="http://"]:not([href*="www.uth.edu"]):after,
a[href^="https://"]:not([href*="www.uth.edu"]):after, 
a[href^="//"]:not([href*="www.uth.edu"]):after {
  padding: 0 0.3rem;
  font-family: foundation-icons;
  content: "\f212";
}
*/

@media only screen and (min-width: 40.063em) {
    .heroHeader {min-height: 400px;}
}
@media only screen and (min-width: 64.0625em) {
    .heroHeader {min-height: 585px;}
    
    
    #page-content .orbit-caption, #cta{
        top: 50%;
        transform: translateY(-50%);
        width: 35%;
        left: 30px;
        bottom: auto;
        border-radius: 0.5rem;
    }
    #cta {
        position: absolute;
        min-width: auto;
    }
    #cta .cell {
        border-radius: 0.5rem;
        box-shadow: 2px 2px 5px #666;
    }
    #cta .cell:hover, #cta .cell:active {background: rgba(255,255,255,0.85);}
}