.site-footer {
    background: #eeeeee;
}
.site-footer .footer-info {
    color: #fff;
    background: #000;
    min-height: 40px;
    font-size: 12px;
}
.site-footer .footer-info a {
    color: #fff;
    text-decoration: underline;
}
.site-footer .footer-sponsors {
    background: #fff;
}
.gradient-overlay-half-primary-v2:before {
    background-image:linear-gradient(30deg,rgba(103, 103, 103, 1),rgb(70, 49, 89));
    background-repeat:repeat-x;
}
.card-img {
}
.btn-buy {
    color: #fff !important;
    background-color: #c3121e !important;
    border-color: #c3121e;
}
.btn-moreinfo-inverse {
    color: #fff !important;
    border-color: #777777 !important;
    background-color: #777777 !important;
}
.btn, h1, h2, h3, h4, h5, .uppercase, .card-header {
    text-transform: uppercase;
}
.parallax {
    background-color: transparent;
}
.module-cover {
    position: relative;
    padding: 200px 0 200px;
}
.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.southern-utah-university a {
    color: #fff;
}
.southern-utah-university {
    background: #2F2F2F;
    margin: 0;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
}
.southern-utah-university p {
    font-family: "Fira Sans",sans-serif;
    font-size: .9em;
    letter-spacing: .5em;
    line-height: 1em;
    margin: .3em 0 .3em .5em;
}
.u-header__sub-menu-nav-link {
    padding-top: .2rem!important;
    padding-bottom: .2rem!important;
}
.nav-link {
    text-transform: uppercase;
    font-size: .9rem;
}
.btn {
    font-size: .8rem;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .font-size-48--md-down {
        font-size: 1.5rem;
    }
}
.card-deck {
  margin: 0 -15px;
  justify-content: space-between;
}

.card-deck .card {
  margin: 0 0 1rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-deck .card {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-deck .card {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media (min-width: 992px)
{
  .card-deck .card {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
  }
}
