/* Visit Us Featured Highlight */
.layout--utexas-onecol .layout__region .utexas-featured-highlight .utexas-featured-highlight-inner-wrapper {
    justify-content: flex-start;
}
.layout--utexas-onecol .layout__region .utexas-featured-highlight .image-wrapper {
    max-width: 500px;
    max-height: auto;
}
a.tour-link {
  text-decoration: none;
}
a.tour-link:hover {
  text-decoration: underline;
}
/* Degree Programs Buttons */
.ut-btn a {
    color: #fff;
    text-decoration: none;
}
/* Circle Text Box for Stats */
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .stats-box {
    width:225px;
    margin: auto;
    vertical-align: middle;
      display: table-cell;
    text-align:center;
}
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .circle {
    width:225px;
    height:225px;
    border-radius:50%;
    margin-left: 38px;
    font-size:70px;
    font-weight: bold;
    color:#fff;
    vertical-align: middle;
    display: table-cell;
    background:#bf5700;
}
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .stats-text {
    margin-top: 20px;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.15;
}
