.zoom-card {
    transition: transform .2s;
}
.zoom-card:hover {
    transform: scale(1.03);
    background-color: #F9F9F9;
}
.card-call-to-action {
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--uthorange);
    transition: all 0.2s linear;
    display: block;
    margin-top: 1rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 1rem;
}
.card-call-to-action:hover {
    transform: scale(1.04);
}
.grid-margin-x.small-up-1 > .cell.item-block-sub-container {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  #intro .innerwrap {
    width: 80%;
  }
  #intro .cell p {
    padding: 1.75rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.74rem;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    color: var(--uthblue);
    font-weight: 600;
  }
}
@media only screen and (min-width: 64em) {
  #intro .innerwrap {
    width: 75%;
  }
  .grid-margin-x.small-up-1 > .cell.item-block-sub-container {
    margin-bottom: auto;
  }
  #intro .cell p {
    padding: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.95rem;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    color: var(--uthblue);
    font-weight: 600;
  }
}
.item-block-sub-container {
  border: #d7d7d7 solid 1px;
  padding: 1rem;
  border-radius: 1rem;
}
.item-blocks {
  text-align: center;
}
.item-blocks a {
  color: var(--uthorange);
  font-weight: 500;
}
.item-blocks a:hover {
  color: var(--uthblue);
  border-bottom: 1px solid var(--uthorange);
}
.item-blocks a:after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    position: relative;
    left: 0.25rem;
    top: 0;
    font-size: 0.75rem;
}
.item-blocks h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: 600;
    padding-bottom: 0.35rem;
    border-bottom: var(--uthorange) solid 2px;
}
.item-blocks i {
    font-size: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    color: var(--uthorange);
}
.item-blocks ul li {
    display: inline;
    font-family: 'Lato', sans-serif;
}
.item-blocks ul li:after {
    font-family: "Font Awesome 6 Pro";
    margin-left: 0.5rem;
    margin-right: 0.4rem;
    font-size: 8px;
    content: '\f192';
    bottom: 0;
    top: -2px;
    position: relative;
    font-weight: 800;
    color: var(--uthorange)  
}
.item-blocks ul li:last-child::after {
    content: '';
}
.item-block-sub-container a.call-to-action {
    color: var(--uthorange);
    text-align: center;
    transition: all 0.2s linear;
    display: block;
    margin-top: 1rem;
    border-top: 1px solid #e6e6e6;
    padding-top: 1rem;
}
.item-block-sub-container a:hover.call-to-action {
    color: var(--uthblue);
    transform: scale(1.04);
}
.item-block-sub-container a.call-to-action:before{
    font-family: "Font Awesome 6 Pro";
    content: '\f0e0';
    color: var(--uthblue);
    font-weight: 100;
    font-size: 1.25rem;
    top: 2px;
    position: relative;
    margin-right: 0.5rem;
}