@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.uthealth h1, .uthealth h2, .uthealth h3, .uthealth h4, .uthealth h5, .uthealth h6, .uthealth h7 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#383737;
}
.uthealth h1 {
    font-size: 2.5em;}

/*.uthealth h2:first-of-type{
    margin-top: 0em;
}*/ 
.uthealth h2 {
    font-size: 2em;
    color: #383737;
    margin-top: 0;
}
.uthealth h3 {
    font-size: 1.55em;
    margin-top: 0;
    color: #383737;
}
.uthealth h4 {
    margin-top: 0;
    font-size: 1.325em;
}
.uthealth h5 {
    margin-top: 0;
    font-size: 1.125em;
}
.uthealth .disabled {
    color: #5f5f5f;
}
main#page-content .breadcrumbs a {
    color: var(--uthorange);
    border-bottom: none;
}
main#page-content .breadcrumbs i {
    color: var(--uthblue);
}
/* -- BUTTONS -- */
.uthealth a:hover:not(.button) {
    color: var(--uthblue);
}
.uthealth .button:not(input){
    border:transparent 1px solid;
    padding: .5em 1em;
    background-color: var(--uthorange);
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.2;
    font-size: 1.25em;
    color: #fff;
    margin-right:.125em;
font-weight:600;
}
.uthealth .button:not(input).small {
    font-size: 1em;
}
.uthealth .button:not(input):hover {
    background-color: var(--uthorange-10-darker);
}
.uthealth .button.large:not(input) {
    font-size: 20px;
}

    .uthealth .button.clear {
    margin-left: 0;
    margin-right: 0;
}

.uthealth .button.clear:not(input) {
    background-color: transparent;
        text-align:left;
    color: var(--uthorange);
    /* padding: 1em 0; */
    border: none;
}
.uthealth .button.clear.no-padding:not(input) {padding:1rem 0;margin-left: 0;}
.uthealth .button.clear.large:not(input) {
    font-size: 1.125em;
}
.uthealth .button.clear::after {
    position: relative;
    left: 0.25em;
    content: "\f178";
    font-family: 'Font Awesome 6 Pro';
    font-size: 0.85em;
    transition: all .35s ease-in-out;
}
.uthealth.it .button.clear:hover:after:not(input) {
    left: 0.5em;
}
.uthealth .button.clear:not(input):hover {
    background-color: transparent;
        text-decoration:underline;

}
.uthealth .button:hover {
    background-color: var(--uthorange);
}
.uthealth .button.hollow {
    border: 2px solid var(--uthorange);
    color: var(--uthorange);
    background-color: #fff;
    transition: border .5s ease-out,color .5s ease-out;
}
.uthealth .button.hollow:hover {
    border: 2px solid var(--uthblue);
    color: var(--uthblue);
    background-color: #fff;
}
.uthealth .button.clear.secondary:not(input) {
    background-color: transparent;
    color: var(--gulfblue);
}
.uthealth .button.clear.secondary:not(input):hover {
    background-color: transparent;
    color: var(--uthorange);
}
.uthealth .button.secondary {
        border:transparent 2px solid;

    background-color: var(--uthblue);
    color: #fefefe;
}
.uthealth .button.secondary:hover {
    background-color: #608196;
}
.uthealth .button.clear.gulf-blue:not(input) {
    background-color: transparent;
    color: var(--uthorange);
}
.uthealth .button.clear.gulf-blue:not(input):hover {
    background-color: transparent;
    color: var(--gulfblue);
}
.uthealth .button.gulf-blue {
    background-color: var(--gulfblue);
    border: none;
    color: #fefefe;
}
.uthealth .button.gulf-blue:hover {
    background-color: var(--uthblue);
}
.uthealth .button.clear.uth-grey:not(input) {
    background-color: transparent;
    color: var(--uthgrey);
}
.uthealth .button.clear.uth-grey:not(input):hover {
    background-color: transparent;
    color: var(--uthgrey);
}
.uthealth .button.uth-grey {
    background-color: var(--uthgrey);
    border: none;
    color: #fefefe;
}
.uthealth .button.uth-grey:hover {
    background-color: var(--charcoal);
}
.uthealth .button.white-bg {
    background-color: #fff;
    border: none;
    color: var(--uthorange);
}
.uthealth .button.white-bg:hover {
    background-color: var(--uthorange);
    color:#fff;
}
/** WIDGETS **/
.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
    border-bottom: var(--crystal) solid 1px;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 0;
    border-bottom: 0;
    line-height: 1;
    color: #000;
    font-size: 1.2rem;
}
.accordion-title h3 {
    font-size: 1.375em;
    margin: 0;
    font-weight:500;
}
.accordion-title::before {
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.75rem;
    content: "\f105";
}
.is-active > .accordion-title::before {
    content: "\f106";
    color: var(--uthorange);
}
.is-active > .accordion-title, .content.is-active.accordion-content, .accordion-content {
    background-color: var(--snow);
    border: none;
}
:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}
:last-child>.accordion-content:last-child {
    border-bottom: none;
}
.uthealth #page-content .accordion-item.is-active .accordion-title {
    color: var(--uthgray);
    font-weight: 500;
    border-top:var(--smoke) solid 1px;
    border-bottom: none;
}
/*.accordion-content, .content.is-active.accordion-content, .accordion-content {}*/
.accordion-content a {
    color: #9D563B;
    font-weight: 600;
}
.accordion-content a.button {
    color: #fff;
}
/*.accordion-item:first-child > :first-child {}*/
.accordion-title:hover, .accordion-title:focus {
    color: #000;
}
.uthealth #page-content .accordion-title {
    border-top: 2px solid var(--crystal);
    border-bottom: 0;
    color: var(--uthorange);
    padding-right: 1.5em;
    line-height: 1.35;
}
.accordion-title[aria-expanded="true"] {
    border-top: none;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: var(--snow);
}
.tabs {
    border: 1px solid #e6e6e6;
    background: #ffffff;
}
.uthealth #page-content .tabs-title>a:not(.button) {
    font-size: 1em;
    font-weight: 500;
    border-bottom: none;
}
.uthealth #page-content  .tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;

}
.uthealth #page-content .tabs-title>a:focus,  .uthealth #page-content .tabs-title>a:not(.button)[aria-selected=true] {
    background: #F9F9F9;
    color: var(--uthorange-10-darker);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1em;
    border-right: #cecece solid 1px;
    border-left: #cecece solid 1px;
    border-bottom: 0;
}
.tabs-title:first-child>a:not(.button)[aria-selected=true] {
    border-left: none;
}
.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fcfcfc;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.uth-slider .orbit-previous, .uth-slider .orbit-next {
    color: var(--uthorange);
    background-color: transparent;
    font-size: 1.5em;
    transition: all .25s ease-in-out;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
}
.uth-slider .slider-content-cell {
    padding-right: 20em;
}
.uth-slider .orbit-previous:hover, .uth-slider .orbit-next:hover {
    opacity: 1;
}
.uth-slider .orbit-previous i, .uth-slider .orbit-next i {
    color: var(--uthorange);
    background-color: transparent;
    text-shadow: 2px 2px 4px #a6a6a6;
    cursor: pointer;
}
.uth-slider.hero-slider-slide {
    background-color: #fefefe;
    padding: 1.5em;
}
.uth-slider .hero-slider-slide-content p {
    font-size: 0.9em;
    color: #8a8a8a;
}
.uth-slider .orbit-bullets button {
    border-radius: 50%;
    background-color: #ffffff;
    border:#999 solid 1px;
    cursor: pointer;
    width: 1em;
    height: 1em;
}
.uth-slider .orbit-bullets button.is-active {
    background-color: var(--uthorange);
}
.orbit-previous {
   
    right: auto;
}
.orbit-next {
    left: auto;
    
}
.orbit-previous, .orbit-next{
 transition:all .2s ease-in-out;
    z-index:1;
}
.orbit-previous:hover svg path, .orbit-next:hover svg path{
fill:#fff;
}
.orbit-previous:hover  {
    left: -2px;
}

.orbit-next:hover {
    right: -2px;
}
.uth-slider .slider-content-cell {
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-align: center;
}
.uth-slider .slider-content-cell a.card-learn-more-btn {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    text-decoration: none;
    color: var(--uthorange);
    font-weight: bold;
    background: #fff;
    text-align: center;
    padding: 0.35em 0.5rem;
    border: var(--uthorange) solid 1px;
    padding: 0.5em 1em;
    transition: background-color .3s ease;
    margin-top: 0.75em;
}
.uth-slider .card-learn-more-btn:hover {
    background-color: var(--uthorange);
    color: #fff;
}
 .uth-slider.orbit .orbit-slide {
    padding-left: 1em;
    padding-right: 1em;
}
@media only screen and (min-width: 40em) {
    .orbit-previous {
        left: 0px;
        right: auto;
   }
    .orbit-next {
        left: auto;
        right: 5px;
   }
}
@media print, screen and (min-width: 64em) {
    .uth-slider.orbit .orbit-slide {
        padding-left: 3em;
        padding-right: 0em;
    }
.uthealth .button.clear {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
}