.txt-white {
    color: #fff !important;
}

.banner__overlay {
    background-color: rgba(0,0,0,.2) !important;
}

.icons-section {
    background: #492365;
    box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px 0 10px 0;
}

.major-icons {
    text-align: center;
}

.major-icons a {
    vertical-align: top;
    transition: opacity 0.2s linear;
    display: inline-block;
    text-align: center;
    margin: 5px 15px;
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.custom-hr {
    border-bottom: 3px solid #e06c55;
    max-width: 60px;
}

.icon-hr {
    border-bottom: 3px solid #e06c55;
    max-width: 2rem;
}

.custom-crd-hr {
    border-bottom: 3px solid #939393;
    max-width: 60px;
}

.section-lrg {
    padding: 3rem 0;
}

.quick-look {
    background-color: #747474;
    color: #fff;
}

.custom-container {
    padding: 6rem;
}

.icon-container {
    width: auto;
    display: flex;
    justify-content: center;
}

.icon {
    height: 105px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #492365;
    color: #fff;
}

.icon-light {
    height: 105px;
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
    color: #fff;
}

.icon-svg {
    max-height: 60px;
}

.ent-svg {
    max-height: 1rem;
    vertical-align: text-top;
}

.custom-col {
    height: 0%;
}

.purple-section {
    background-color: #492365;
}

.purple-form {
    background-color: rgba(255, 255, 255, 0.5);
    border: none !important;
}

.white-grid {
    background-color: #fff;
}

.border-col {
    border-left: #cdcdce 1px solid;
    border-right: #cdcdce 1px solid;
}

.button-col {
    margin: auto;
}

.button.ent-secondary {
    background-color: #e06c55;
    color: #000 !important;
    border: 2px solid #e06c55;
    font-family: "tradegothicltcom-bd2", sans-serif !important;
    margin: 0;
    width: fit-content;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    text-shadow: none !important;
}

main .button.ent-secondary:hover,
main .button.ent-secondary:focus {
    background-color: #f0b6aa;
    color: #fafafa !important;
    color: var(--solid-button-text-hover) !important;
}

.button.expanded {
    display: block;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.image-h2 {
    padding-bottom: 1rem !important;
}

.center-div {
    text-align: center;
}

.hr-span {
    display: inline-block;
    vertical-align: middle;
    background-color: #492365;
    border-radius: 50%;
}

.outer-line {
    width: 40%;
    border-bottom: 2px solid #492365;
}

.fa-solid {
    font-weight: 900;
    color: #fff;
}

.grid-small {
    max-width: 27rem !important;
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.banner-overlap-card-body {
    padding: 20px;
    background-color: #efefef;
    margin-top: -2.375rem;
    position: relative;
    z-index: 1;
    max-width: 80rem;
}

.credit-hours-title {
    background-color: #fff !important;
    color: #000 !important;
}

.credit-hours-content {
    background-color: #492365 !important;
    color: #fff !important;
    padding: 2rem;
}

.cta-col {
    background-color: #efefef;
}

.fa-brands {
    color: #492365;
    vertical-align: text-top;
}

@media screen and (max-width: 641px) {
    .desktop-cta {
        display: none;
    }
}

@media screen and (min-width: 641px) {
    .mobile-cta {
        display: none;
    }
}