.main-content {
    display: block;
}

.home .content {
    margin-bottom: 0 !important;
}

.main-content>.content:not(:last-child) {
    margin-bottom: 0 !important;
}

.content p {
    max-width: 100%
}

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .columns.is-multiline {
            flex-wrap: none;
        }
        
        .column {
            flex-basis: auto;
        }
}

.box {
    border-radius: 4px !important;
}

html {
    scroll-behavior: smooth;
}

    @keyframes slideIn {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    @keyframes slideOut {
        0% {
            opacity: 1;
            transform: translateX(0);
        }
        
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

.purdue-home-cta-hero .section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.purdue-home-cta-hero .section .container .tagged-header {
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 2.5rem;
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-hero .section .container .tagged-header {
            margin-bottom: 2rem;
        }
    }
    
.purdue-home-cta-hero__header.second-level-page-heading {
    max-width: 950px;
    margin-bottom: 1.875rem;
    overflow: hidden;
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-hero__header.second-level-page-heading {
            margin-bottom: 1.5rem;
        }
    }
    
.purdue-home-cta-hero .purdue-home-cta-hero__header-static {
    position: relative;
    z-index: 1;
    background: #fff;
    display: block;
    width: 100%
}

.purdue-home-cta-hero .purdue-home-cta-hero__header-animate {
    display: block;
}

.purdue-home-cta-hero .purdue-home-cta-hero__header-animate-item {
    opacity: 0;
    position: relative;
    z-index: 0;
    transform: translateX(-100%);
}

.purdue-home-cta-hero .purdue-home-cta-hero__header-animate-item.slide-in {
    display: inline-block;
    transform: translateY(0);
    opacity: 1;
    animation: slideIn 2s;
}

.purdue-home-cta-hero .purdue-home-cta-hero__header-animate-item.slide-out {
    display: inline-block;
    transform: translateX(-100%);
    opacity: 0;
    animation: slideOut .5s;
}

.purdue-home-cta-hero__content {
    max-width: 685px;
    font-size: 1.25rem;
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-hero__content {
            font-size: 1rem;
        }
    }
    
.purdue-home-cta-hero__content p {
    text-align: center;
    font-size: inherit;
}

.purdue-home-cta-hero__cards {
    margin-top: 4rem;
    width: 100%
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-hero__cards {
            margin-top: 2.5rem;
        }
    }
    
/* Updated 4/21/26 */
.purdue-home-cta-hero__card-title {
    color: #fff;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 3.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: .9;
    text-shadow: 3px 3px 4px rgba(0,0,0,.25);
    margin-bottom: 1.875rem;
}

    @media screen and (max-width: 1215px) {
        .purdue-home-cta-hero__card-title {
            font-size: 2.5rem;
            margin-bottom: .8rem !important;
        }
    }
    
    @media screen and (max-width: 1023px) {
        .purdue-home-cta-hero__card-title {
            font-size: 2rem;
            margin-bottom: .8rem !important;
        }
    }
    
    @media screen and (max-width: 767px) {
        .purdue-home-cta-hero__card-title {
            font-size: 2.5rem;
            margin-bottom: .8rem !important;
        }
    }
    
.purdue-home-cta-hero__card-subtext {
    color: #fff;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-shadow: 3px 3px 4px rgba(0,0,0,.25);
}

    @media screen and (max-width: 1023px) {
        .purdue-home-cta-hero__card-subtext {
            font-size: 1rem;
        }
    }
    
/* End updates */
    
.purdue-home-cta-hero ul.purdue-home-button-list {
    margin-top: 2.5rem;
    padding-left: 0;
}