/* -- colors -- */
.uthorange-bg {
    background-color: var(--uthorange);
}
.uthgrey-bg {
    background-color: var(--uthgrey);
}
.uthblue-bg {
    background-color: var(--uthblue);
}
.darksage-bg {
    background-color: var(--darksage);
}
/* -- TYPE -- */
 h2, h3, h4, .h5, h6, .num, .bar-graph-container span {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-weight: 600;
    line-height: 150%;
    font-style: normal;
    color: var(--uthorange);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05vw;
}
.white-h2 {
    color: #fff;
    font-size: clamp(1rem, 5rem, 3rem);
    position: relative;
}
.orange-h2 {
    color: var(--uthorange);
    font-size: clamp(1rem, 5rem, 3rem);
}
.orange-h3 {
    color: var(--uthorange);
    font-size: clamp(0.5rem, 4rem, 2rem);
}
.orange-h4 {
    color: var(--uthorange);
    font-size: clamp(0.5rem, 2rem, 1.5rem);
}
.dark-sage-h2 {
    color: var(--darksage);
    font-size: clamp(1rem, 5rem, 3rem);
}
.dark-sage-h3 {
    color: var(--darksage);
    font-size: clamp(0.5rem, 4rem, 2rem);
}
.dark-sage-h3-card {
    color: var(--darksage);
}
.dark-sage-h4 {
    color: var(--darksage);
    font-size: clamp(0.5rem, 2rem, 1.5rem);
}
.black-h4 {
    color: #000;
    font-size: clamp(0.5rem, 2rem, 1.5rem);
}
 #amar-message-section {
    margin-top: 4em;
}
#it-by-the-numbers-section {
    background: linear-gradient(180deg, rgba(223, 217, 210, 0.25) 10%, rgba(223, 217, 210, 0.00) 50%);
    padding-top: 5em;
}
hr {
    max-width: 100%;
    margin: 3.25rem auto;
    border-bottom: 3px solid var(--uthorange);
    margin-bottom: 5em;
}

h2:first-of-type {
    margin-top: 0em;
        margin-top: clamp(1em, 5vw, 2em);
}

h2 {
    color: var(--darksage);
    font-size: clamp(2.5em, 5vw, 3.125em);
    margin-top: clamp(1em, 5vw, 2em);
}
h2.white-h2 {
    color: white;
    text-align: center;
}
h3 {
    font-size: clamp(1.9em, 5vw, 2.35em);
    margin-top: 1em;
    margin-bottom:clamp(1.5em, 5vw, 3em);
}
h4 {
    color: var(--darksage);
    font-size: clamp(1.5em, 5vw, 2em);
    margin-top: clamp(1em, 5vw, 2em);
}
#section-block .menu.vertical, #section-block .title-bar {
    background-color: #fff;
    padding-left:0;
   /* border-left:#ae6042 solid 2px;
    */
}
#section-block .side-menu-title {
    padding-left: 0em;
}
 #section-block {
    border:none;
    margin-bottom:0;
}
 #section-block .menu.aside{
   padding-left:1em;
}
#section-block .menu li a{
    display:inline-block;
   /* background-color: var(--uthorange-10-darker);
    */
    border: #ae6042 solid 1px;
   /* color: #fff;
    */
    margin-right: 1em;
    margin-bottom: 1em;
}
#section-block .title-bar a.title-bar-title:after{
    font-size:1.65rem;
    font-family:"Font Awesome 6 Pro";
    content:'\f107';
    position:absolute;
    right:1em;
    margin-top: -1.15em;
    top: auto;
    left:auto;
}
#section-block .menu li a:hover {
    background-color: transparent;
}
#section-block .menu li a.selected{
    display:none;
}
.margin-medium-top {
    margin-top: .75em !important;
}
.uth-cards > .cell h3.dark-sage-h3-card {
    color: var(--darksage);
    font-size: 1.25em;
}
.uth-cards > .cell .clear.button {
    font-size: 1.125em;
    padding-left:0;
}
.uth-cards .button:hover {
    color: var(--uthorange);
    /* border:var(--uthblue) solid 1px; */
}
/*.it.uthealth .button:not(input) {
    font-size: 20px;
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
}*/

.garamond {
    font-family:'adobe-garamond-pro', 'EB Garamond', serif;
}
 a.garamond {
    font-weight:700;
}
 p.garamond {
    font-size: 1.25em;
    font-weight: 500;
}
.button.clear.large:not(input) {
    background-color: transparent;
    color: white;
    padding: 1em 0;
    border: none;
    font-size: 2em;
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
}
 .button.clear.garamond {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-size: 1.5em;
    font-weight: 600;
}
 p {
    color: var(--charcoal, #4A4A4A);
    font-size: 1.0125em;
}
small {
    color: var(--charcoal, #4A4A4A);
}
.double-cards .cell{
    margin-top: 3.5em;
}
.uthorange {
    color: var(--uthorange);
}
.gulfblue{
    color: var(--gulfblue);
}
.uthblue, .uthblue.smaller {
    color: var(--uthblue);
}
 .darksage, .darksage.smaller{
    color: var(--darksage);
}
.uthgray, .uthgray.smaller{
    color: var(--uthgrey);
}
 .charcoal, .charcoal.smaller {
    color: var(--charcoal, #4A4A4A);
}
 h2.smaller {
    color: var(--uthorange);
    font-size: 1.75em;
    margin-top: 1.25em;
}
h3.smaller {
    color: var(--charcoal, #4A4A4A);
    font-size: 1.35em;
}
h3.smaller a {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-size: inherit;
}
.callout {
    border: var(--silver) solid 1px;
    padding: 2.5em ;
}
.callout.softgreen {
    /* background: rgba(176, 191, 188, 0.50); */
}
.callout.softgreen img {
    padding-top: 1em;
}
.callout.softgreen h3 {
    color: var(--charcoal, #4A4A4A);
}
.callout p, .callout h3 {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.callout h3 {
    font-size: 1.88em;
    font-weight: 600;
    margin-bottom: 0.125em;
}
.callout h4 {
    font-size: 1.88em;
    font-weight: 600;
    margin-bottom: 0.125em;
}
#page-content .callout p {
    font-size: 1.45em;
    margin-bottom: 1em;
}
#it-homepage-cards {
    margin-top: 3em;
}
#meet-many-faces-divider {
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: linear-gradient(0deg, rgba(78, 115, 138, 0.80) 0%, rgba(78, 115, 138, 0.80) 100%), url('/it/review/images/UCT-North-aerial-shot.jpg'), lightgray 50% / cover no-repeat;
    background-size: cover;
}
#meet-many-faces-divider h2 {
    margin-top: 1%;
}
.white-h3 {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    color: white;
    font-size: 1.8em;
    font-weight: 600;
}
figcaption {
    margin: 1em 0;
    background: var(--background-whisper, #EDEDED);
    color: var(--charcoal, #4A4A4A);
    font-size: 0.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 1em;
    letter-spacing: 0.05vw;
}
.reveal {
    padding-top:3em;
}
.close-button {
    color:var(--uthorange);
    font-size:3em;
    top:0;
}
#home-card-container .gray-cards .cell .card .card-section {
    padding: 1.75em;
}
#home-card-container .gray-cards .cell .card p {
    font-size: 1.125em;
}
#home-card-container .cell .card {
    /* background: var(--background-whisper, #EDEDED); */
}
#home-card-container .cell .card h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: var(--charcoal, #4A4A4A);
}
#home-card-container .cell .card a, #home-card-container .cell .card p {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.5px;
}
#home-card-container .cell .card a {
    font-weight: 600;
    padding-left: 0;
    margin-left: 0;
}
.no-back {
    background: transparent;
}
.img-full {
    width: 100%;
}
.no-back {
    background: transparent;
}
.underline-links {
    text-decoration: none;
    background-size: 0 100%;
    background-position: 0%;
    position: relative;
    background-repeat: no-repeat;
    transition: all .2s;
    padding-bottom: 0.125rem;
}
.underline-links:hover {
    background-size: 100% 100%;
    text-decoration: none;
}
.underline-orange {
    color: var(--uthorange-10-darker);
    background-image: linear-gradient(transparent calc(100% - 2px),var(--uthorange) 3px);
}
.underline-orange:hover {
    color: var(--uthorange-10-darker);
}
.underline-white {
    color: #fff;
    background-image: linear-gradient(transparent calc(100% - 2px),var(--snow) 3px);
}
.underline-white:hover {
    color: #fff;
}
.underline-black {
    color: #000;
    background-image: linear-gradient(transparent calc(100% - 2px),#000 3px);
}
.underline-black:hover {
    color: #000;
}
.button.hollow.round.underline-white {
    background: transparent;
    outline: 3px solid #fff;
    padding: 1em;
}
a.call-to-action {
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
a.call-to-action:after {
    position: relative;
    left: 0.15rem;
    font-weight: 800;
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    transition: all .35s ease-in-out;
}
a.call-to-action:hover:after {
    left: 0.35rem;
}
.fill-white {
    fill: #fff;
}
.fill-orange {
    fill: var(--uthorange);
}
.fill-orange #uthh-tapestry-svg {
    width: clamp(9.375rem, 1.524vw + 4.108rem, 10.938rem);
}
.uthh-tapestry-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#uthh-tapestry-svg {
    width: clamp(5.375rem, 1.524vw + 4.108rem, 5.938rem);
}
/* -- HERO HEADER -- */
.it-hero-right div, .hero-h3 h1{
    font-family:'adobe-garamond-pro', 'EB Garamond', serif;
    color: var(--background-white, #FFF);
    text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: clamp(.75em, 3.5vw, 1.125em);
    margin-top:1em;
    font-weight: 700;
    text-align:left;
    letter-spacing:2.88px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.it-hero-right div.hero-h3{
    margin-top:0;
    padding-top:0;
}
.it-review-hero-lg {
    min-width: auto;
}
.it-hero-right div, .hero-h3 h1 {
    color: var(--darksage);
    text-shadow: none;
}
.it-hero-right .clearfix {
    padding-top:0;
    margin-top:.5em;
    margin-bottom:.5em;
}
.it-review-hero-lg, .it-review-hero-lg svg path {
    fill: var(--darksage);
}
.it-review-hero-lg.grid-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.it-review-hero-lg.hero-back-home svg path {
    fill: #fff;
}
.it-review-hero-lg.hero-back-home {
    padding-top: 1em;
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-position: 50% 100%;
    background-size: 100vw !important;
    min-height: 80vw;
    background-repeat:no-repeat;
}
.it-review-hero-lg {
    margin-bottom:3rem;
}
.it-review-hero-lg.hero-back-home::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0) 30vw, rgba(74, 74, 74, 0.00) 50.59vw);
    /* background-blend-mode: overlay; */
    position: absolute;
    top: 0px;
    left: 0px;
}
.it-hero-right {
    z-index: 1;
    top: 1.75em;
    padding-left: 1em;
    position: relative;
    top: -2em;
    overflow: hidden;
}
#enhancing-patients-epic h2 {
    margin-top:1.25em;
}
#enhancing-students-vr-learning {
    margin-top:2em;
}
#remote-work-environment figcaption, #enhancing-students-vr-learning figcaption {
    margin: 1em 0 1.5em 0;
}
.h3-adjust-for-staff {
    margin-top: 0em;
}
.it-review-hero {
    background-size: cover;
    overflow: hidden;
    max-width: 100% ;
    padding: 0 ;
    margin-bottom: 2em;
    min-height: 500px;
}
.hero-back-service {
    background: url('https://www.uth.edu/it/review/images/it-featured-services.jpg') center top no-repeat;
}
#hero-h1 {
    margin-top: 0em;
    transform: translateX(-100rem);
    animation: headerSlideIn 1s forwards;
    animation-timing-function: cubic-bezier(0.01, 0.01, 0.01, 1);
}
.animate-h2 {
    transform: translateX(100rem);
    animation: headerSlideIn 1s forwards;
    animation-timing-function: cubic-bezier(0.01, 0.01, 0.01, 1);
}
.animate-h3 {
    transform: translateX(100rem);
    animation: headerSlideIn 1s forwards;
    animation-timing-function: cubic-bezier(0.01, 0.01, 0.01, 1);
}
@keyframes headerSlideIn {
    from {
   }
    to {
        transform: translateX(0);
   }
}
#hero-h1 h1 {
    font-family: 'Roboto', sans-serif;
    text-align: right;
    font-weight: 800;
    font-size: clamp(1rem, 15vw, 8rem);
    color: #000;
    text-shadow: none;
}
.hero-subheading {
    color: #fff;
}
.hero-h3 h1 {
    color: var(--darksage);
    margin-top: 0;
    text-shadow: none;
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-size: 2.25em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .0225em;
}
.hero-back-home .hero-h3 h1 {
    color: var(--darksage);
    font-size: 50px;
    font-size: clamp(2em, 4vw, 3.125em);
}
.hero-back-home .hero-h2 div {
    text-transform:uppercase;
}
.hero-back-home .hero-h2 div, .hero-back-home .hero-h3 h1 {
    color:#fff;
    text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
    padding-right: 0.75em;
}
.hero-hr-white {
    margin: 0rem auto !important;
    color: #fff;
    border: 2px solid var(--darksage);
}
.hero-back-home .hero-hr-white {
    margin: 0rem auto;
    color: #fff;
    border: 2px solid #fff;
}
/* -- HOMEPAGE - VIDEO SECTION -- */
.video-container {
    margin-top: 4.5em;
}
/* -- HOMEPAGE - MESSAGE FROM AMAR SECTION -- */
.amar-list {
    background: rgb(176 191 188 / 0%);
    padding: 2em;
    margin: 0;
        border: var(--silver) solid 1px;

    
    color: var(--charcoal);
}
.amar-list a {
    color: var(--charcoal, #4A4A4A);
    border-bottom:1px solid #4a4a4a;
}
blockquote {
    font-family:'adobe-garamond-pro', 'EB Garamond', serif;
    letter-spacing: 0.05px;
    color: var(--uthorange);
    font-style: italic;
    padding: 1.9em 1em 1.8em 1.5em;
    font-weight: 500;
    font-size: 1.25em;
    margin: 1.25em 0;
    /* padding-top: 0; */
}
blockquote::before {
    display:none;
}
.amar-box {
    display: flex;
    flex-direction: row;
    
}
/* @media screen and (max-width: 1024px) {
    .amar-box :nth-child(1) {
        order: 2;
   }
    .amar-box :nth-child(2) {
        order: 1;
   }
}
*/
/* -- HOMEPAGE - MANY FACES OF IT SECTION -- */
.full-section-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 0;
}
#many-faces-cards {
    padding-top: 4.5em;
    background: linear-gradient(180deg, rgba(223, 217, 210, 0.25) 10%, rgba(223, 217, 210, 0.00) 50%);
}
#many-faces-cards .cell {
    margin-top: 1em;
}
#many-faces-cards .cell h4 {
    font-size: 1.9em;
}
.headshot {
    text-align: center;
}
.headshot > img {
    /* max-width: 70vw; */

}

.name-title {
    padding: 0 12% 2% 12%;
}
.our-apps h3, .our-apps p {
    text-align:center;
}
.our-apps .pad-left2 {
    padding-left: 0em;
}
#page-content #enhancing-cyberattack-defense .callout p {
    font-size:1.25em;
    line-height: normal;
    text-align:center;
}
#many-faces-of-it-section {
    padding: clamp(4.5em, 5vw, 5.5em);
    margin: 3em 0 0 0;
    position: relative;
}
#many-faces-of-it-section .innerwrap{
    position: relative;
}
#many-faces-of-it-section::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(78, 115, 138, 0.9);
}
/* -- HOMEPAGE - ENHANCING THE EXPERIENCE SECTION -- */
.enhance-exp-panel {
    padding: 0 4em;
}
.card-header.card-image {
    padding: 0;
    overflow: hidden;
}
.card-header.card-image > img {
    display: block;
    width: 100%;
    max-height: 240px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
/* -- BLOCKS -- */
/* -- BLOCKS -- */
/* -- BLOCKS -- */
/* -- BLOCKS w/ ICONS -- */
.icon-blocks h4 {
    font-size: 1.85em;
    margin-top: 0.5em;
    color: var(--uthorange);
}
.icon-blocks .cell {
    margin-bottom: 2em;
}
.icon-blocks.reduced-spacing .cell {
    margin-bottom: 0.5em;
}
#page-content .icon-blocks p {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-size: clamp(1em, 4vw, 1.35em);
}
#page-content p.large-p {
    font-size:clamp(1.3em, 5vw, 1.85em) ;
}
.icon-blocks svg {
}
.bar-graph-blocks {
    margin-bottom: 4em;
}
.bar-graph-blocks .cell h4 {
    color: #fff;
    font-size: 2em;
    margin-top: 0;
}
.bar-graph-blocks .cell h4 div {
    margin-top: 0.5em;
    font-size: 0.5em;
}
.bar-graph-blocks .cell > div {
    padding: 3em 1em 3em 1em;
    color: #fff;
    border-radius: 0.5em;
    display: inline-block;
}
.bar-graph-blocks .cell > div.uthorange-bg {
    width: 63%;
}
.bar-graph-blocks .cell > div.darksage-bg {
    width: 33%;
    margin-right: 0em;
    margin-bottom:1em;
}
.bar-graph-blocks .cell > div.uthblue-bg {
    width: 20%;
    margin-left: 0em;
}
.bar-graph-blocks .cell > div.uthgrey-bg {
    width: 75%;
}
.num {
    width:1.5em;
}
.large-num {
    width: 3em;
}
.bar-graph-container {
    align-items: center;
    margin-bottom: 0.35em;
}
.bar-graph-container .bar-text, bar-graph-container span{
   /* width: auto;
    */
   /* margin-right: auto;
    */
    padding-right:.5em;
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
    font-weight:600;
}
.num, .bar-graph-container .bar-text, .bar-graph-container span{
   text-align: right;
   color: var(--charcoal, #4A4A4A);
   font-size:clamp(.75em, 3vw, 1.85em);
   padding-bottom: 0.5em;
}
.num {
    text-align:left;
}
.bar-graph-container .bar-text, .bar-graph-container span, .num{
    font-family: 'Lato', sans-serif;
    font-size:14px;
}
.green-bar {
    background-color: #587E6A;
    height: 2.25em;
    display: inline-block;
    border-radius: 0.25em;
    margin-right: 1.5em;
    margin-left: 1.5em;
    margin-bottom: 1em;
   /* display:none */
}
.line {
    stroke-width: 2px;
    border-top: 2px solid #4E738A;
    width: auto;
    height: 0.8em;
    min-width: 10vw;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
svg text {
    font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
}
/* -- HOMEPAGE - IT BY THE NUMBERS SECTION -- */
#it-by-the-numbers-section {
    padding: clamp(1vw, 5vw, 6vw);
    padding-bottom:0;
    margin: 0;
}
.total-projects-pie{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* -- removed remote-access-pie class above -- */
.go-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    font-size: 12px;
    padding: 0em;
    display: none;
    height: 3rem;
    width: 3rem;
    background-color: #EDEDED;
    border-radius: 50%;
    margin-left: 5rem;
    opacity:.85;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color:var(--uthorange);
}
.go-top:hover:not(.button) {
    color:#fff;
    opacity:1;
    background-color: var(--uthorange);
}
.go-top i {
    font-size: 2rem;
    margin-left: .6rem;
    margin-top: .5rem;
}
.remote-access-pie svg {
    width:100%;
}
/* -- MANY FACES OF IT PAGE -- */
.no-bottom {
    margin-bottom: 0;
}
#many-faces-leadership {
    padding-bottom: 4em;
}
#many-faces-leadership li {
    margin: 1em auto;
}
#hero-h1 {
    margin-top: 0em;
    height: 7em;
    width: clamp(200px, 40vw, 400px);
}
/* -- FEATURES IT SERVICES PAGE -- */
#featured-research-compute, #featured-robotic-process, #featured-cloud-solutions, #featured-departments {
    padding: 2em 0 1em;
}
.no-top {
    margin-top: 0 !important;
}
.more-letter-spacing {
    letter-spacing:.15em;
}


#page-content .inner img {
    max-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
}


/* -- ANIMATIONS WITH REDUCED MOTION DEFAULT -- */
@media (prefers-reduced-motion: no-preference) {
    .card-header.card-image > img {
        transition: 700ms transform ease-in-out;
   }
    .card:hover > .card-header.card-image > img {
        transform: scale(1.1);
   }
    .cell:hover > .card-header.card-image > img {
        transform: scale(1.1);
   }
}
@media screen and (min-width: 40em) {

#page-content .inner img {
    max-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
}
.it-review-hero-lg.hero-back-home {
    background-position: 50% 100%;
    min-height: 70vw;
    background-color:rgb(0 0 0);
}
.it-review-hero-lg.hero-back-home::before {
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 44%, rgba(0, 0, 0, 0.00) 60.59%);
}
   
   #hero-h1 {
    margin-top: 0em;
    height: auto;
    width: clamp(220px, 40vw, 400px);
}
    .our-apps h3, .our-apps p {
        text-align:left;
   }
    .our-apps .pad-left2 {
        padding-left: 2em;
   }
    .headshot > img {
        /* max-width: -webkit-fill-available; */
        max-width: -moz-available;
    
    }
    .name-title {
        padding: inherit;
   }
    .name-title > h4 {
        margin-top: inherit;
   }
    .pad-right4 {
        padding-right: 0;
        padding-bottom: 1em;
   }
    .pad-right4 {
        padding-right: 0;
        padding-bottom: 1em;
   }
    .uthh-tapestry-container {
        margin-bottom: 4em;
   }
        .uthh-tapestry-container svg{
max-width:10rem;
        }
    .enhance-exp-panel {
        padding: 0;
        margin-top: 0;
        margin-bottom: 2em;
   }
    .patients-box :nth-child(1) {
        order: 2;
   }
    .patients-box :nth-child(2) {
        order: 1;
   }
    #left-main-content .mbottom2 {
        margin-bottom: 0;
   }
    .img-swap :nth-child(1) {
        order: 2;
   }
    .img-swap :nth-child(2) {
        order: 1;
   }
     .h3-adjust-for-staff {
        margin-top: -.15em;
   }
     #remote-work-environment figcaption, #enhancing-students-vr-learning figcaption {
        margin: 1em 0;
   }
    #enhancing-patients-epic h2 {
        margin-top:0em;
   }
   .it-hero-right {
       /* display: inline-block;
        */
       /* z-index: 1;
        */
        position: relative;
        top: -1em;
        right: 0em;
   }
    .num {
        text-align:right;
   }
    #page-content #enhancing-cyberattack-defense .callout p {
        text-align:left;
   }
    .bar-graph-container .bar-text, .bar-graph-container span, .num{
        font-family: 'adobe-garamond-pro', 'EB Garamond', serif;
        font-size:clamp(.75em, 3vw, 1.85em);
   }


}
@media screen and (min-width: 64em) {
#page-content .inner img {
    max-width: 100%;
    aspect-ratio:inherit;
    object-fit: cover;
    height: auto;
}
.it-review-hero-lg.hero-back-home {
    background-size: cover!important;
    min-height: 50vw;
    max-height: 600px;
}
.it-review-hero-lg.hero-back-home::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0.00) 40.59%);
}
   
     #section-block {
        border-left:none;
   }
    #section-block .menu.vertical{
        padding-left:0;
        border-left:none;
   }
    .it-hero-right {
        top: 1.5em;
   }
    .it-review-hero-lg.hero-back-home::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 10%, rgba(0, 0, 0, 0.00) 50.59%);
   }
    #hero-h1 {
        margin-top: 2em;
        width: auto;
   }
    .bar-graph-blocks .cell > div.darksage-bg {
        width: 33%;
        margin-right: 0.5em;
        margin-bottom:auto;
   }
    .bar-graph-blocks .cell > div.uthblue-bg {
        margin-left: 0.5em;
   }
}