.uthealth .h1, .uthealth .h2, .uthealth .h3, .uthealth .h4, .uthealth .h5, .uthealth .h6, .uthealth h1, .uthealth h2, .uthealth h3, .uthealth h4, .uthealth h5, .uthealth h6{
    font-family:'Roboto',sans-serif;
}
.uthealth body, .uthealth p{
     /* font-family:'Lato', sans-serif; */
}
.uthealth h1 {
    margin-top:1em;
}
h1 {
    font-size:2.5em;
}
h2 {
    font-size:2.125em;
}
h3 {
    font-size:1.85em;
}
h4{
    font-size:1.5em;

}
h5{
    font-size:1.25em;

}
h6{
    font-size:1em;

}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: var(--uthorange);
    color: #fefefe;
}
#page-content {
    padding-bottom:3rem;
}
#left-main-content {
    margin-top:2rem;
}
.full-width {
	margin-bottom:5rem;
}

.full-width .margin-medium-top.margin-medium-bottom {
    margin-top:0;
    margin-bottom:0;
}
.breadcrumbs a {
    color: var(--uthorange);
    text-decoration:underline;
    font-family:'Lato', sans-serif;
    text-transform:none;
    font-size: 1.4525em;
}
/* FACTOID STYLES */
.factoid {
    row-gap:1.25rem
}
.factoid-container  {
    border-left:none;
    padding-left:0;
    margin-bottom:1rem;
}
.factoid-container h2, .factoid-container p {
    margin-top:0;
}
.factoid-container h2 {
    font-size:1.5rem;
    font-weight:600;
}
.factoid-container p {
    margin-bottom:0;
    color: #000000;
    font-weight: 400;
}
.factoid-icon-text {
    padding-right: .75rem;
}
.factoid-icon-text img {
    width: 7rem;
    max-width: 3rem;
    max-height: 3rem;
    margin-top: .3rem;
    margin-bottom: 1rem;
}
.factoid-content h3 {
    margin-bottom: .5rem;
        margin-top: 0;
}
.factoid-icon-text {
    padding-right: 1.25rem;
}
.factoid-icon-text span {
    font-family:'Roboto Condensed', sans-serif;
    font-weight:800;
    color:#383737; 
    color:var(--uthorange);
    color:var(--uthorange-10-darker);
    font-size:2.25rem;
    top:-4px;
    position:relative;
}

div.breadcrumbs {
    font-family:'Lato', sans-serif;
    margin-top:1.2em;
    padding-bottom:.5em;
    border-bottom:#CECECE solid 1px;
    padding-left:.75em;
}

.page-title h1, h1{
    font-family:'Roboto', sans-serif;
}
a {
    line-height: inherit;
    color: var(--uthorange-10-darker);
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}
a:hover {
    color:var(--uthblue);
}
.page-title h1:before {
    content: '';
    width: 5vw;
    max-width: 1.25em;
    display: block;
    position: relative;
    bottom: 0.0125em;
}

.page-title{
    margin-top:.9em;
 margin-bottom:1.25em;
}



#page-content ul.link-list li a{
        margin-left: 0;
        border-bottom:1px solid #ECECEC;
        padding: .75em .5em;
        /* color:#383737; */
        display:block;
}

#page-content ul.link-list.two-col{
  column-count: 1; /* Divides the list into two columns */
  column-gap: 20px; /* Adjusts spacing between columns */
  list-style-type: none; /* Removes default bullet points */
  padding: 0;
}
#page-content ul.link-list li a:hover {
    text-decoration:underline;
    background-color:#FCFCFC;
        color:#383737;
}

#page-content ul.link-list.two-col{
  column-count: 1; 
}

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

#page-content ul.link-list.two-col{
  column-count: 2;
  margin-left: 0;
  margin-bottom: 2rem;
}
}
#page-content p, #page-content ul li, #page-content ol li, #page-content {
    font-family:Lato, sans-serif;
    font-size:1em;
}
#page-content .accordion-content ul {
 list-style-type:disc;
}
#page-content .accordion-content ul ul, #page-content ul:not(.menu) ul{
 list-style-type:circle;
}
#page-content .uth-slider .orbit-previous,
#page-content .uth-slider .orbit-next {
    color: var(--uthorange);
    background-color:transparent;
    font-size:2.5em;
    transition: all .25s ease-in-out;
    cursor:pointer;
    opacity:.85;
}
.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;
    
}
 .uthealth #page-content a:not(.button) {
     color:var(--uthorange-10-darker);
     min-height:26px;
     /* display:inline-block; */
}
 .uthealth #page-content a:not([class]) {
     font-weight: 700;
 }
 .uthealth #page-content a:hover:not(.button) {
     color:var(--uthblue);
}


 .uthealth .button:hover {
     background-color: var(--uthorange);
}
 .uthealth .button.hollow {
     border: 3px solid var(--uthorange-10-darker);
     color: var(--uthorange-10-darker);
     background-color: transparent;
     /* font-weight: 500; */
     transition: border .5s ease-out,color .5s ease-out;
}
 .uthealth .button.hollow:hover {
      border: 3px solid var(--uthblue);
     color: var(--uthblue);
     /* background-color:#fff; */
}
 .uthealth .button.secondary {
     background-color: var(--uthblue);
     border: none;
     color: #fefefe;
}
 .uthealth .button.secondary:hover {
     background-color:#608196;
}
#page-content .button.white.hollow {
  border-color:#fff;
  color: var(--uthorange-10-darker);
 background-color:transparent;
 color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
    border: 3px solid #fff;
   transition:all .225s ease-in-out;
}
#page-content .button.white.hollow:hover {
background-color:#fff;
 color:var(--uthorange-10-darker);
}


#page-content .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:hover {
    left: -.125em;
}
.orbit-next:hover {
    right: -.125em;
}
.uth-slider .slider-content-cell {
  padding-left:auto;
  padding-right:auto;
}

.uth-slider .slider-content-cell a.card-learn-more-btn {
    font-family: "Roboto",Helvetica,Roboto,Arial,sans-serif;
    text-decoration: none;
    color: var(--uthorange);
    font-weight: bold;
    background: #fff;
    text-align: center;
    padding: .35em .5rem;
    border:var(--uthorange) solid 1px;
    padding:.5em 1em;
    transition: background color .3s ease;
    margin-top: .75em;
}
.uth-slider .card-learn-more-btn:hover {
    background-color:var(--uthorange);
    color:#fff;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    color: #0F4D75 ;
}

.pagination .disabled
{
    color: #737373;
}

ul.link-list-full-width {display: flex;flex-direction: column;padding-left: 0;margin-left: 0;margin-bottom: 0;}

ul.link-list-full-width li{
    position: relative;
    display: block;
    padding: 0.65em .5em;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid var(--stroke-silver, #ededed);
    border-left:none;
    border-right:none;
}

.uth-cards > .cell {
    /* border: 1px solid var(--stroke-silver, #CECECE); */
    margin-bottom: 1.4em;
    margin-left:0;
    margin-right: 0;
    padding: 0;
}
.uth-cards > .cell h2{
margin-top:.75em;
    margin-bottom:.5em;
}
.split-content .image-sc {
    padding-bottom:1.125rem;
}



@media only screen and (min-width: 40em) {
.uth-cards > .cell {
    margin-bottom: 1.4em;
    margin-left: 0.9375rem;
    margin-right: 0.3375rem;
}
.split-content .content-sc.large-order-1 {
    padding-right:2.5rem;
}
.split-content .image-sc.large-order-2 {padding-left: 2.5rem;/* border-left: #F0EEEB solid 2px; */}

.split-content .image-sc.large-order-1 {
padding-right: 2.5rem;
    }
.split-content .content-sc.large-order-2 {
    padding-left:2.5rem;
}
}

@media only screen and (min-width: 64em) {
.uth-slider .slider-content-cell {
  padding-left:6em;
  padding-right:3em;
}

}