/* CTA Grid */
    
.purdue-home-cta-grid.has-black-background .purdue-home-cta-grid__header,.purdue-home-cta-grid.has-black-background .purdue-home-cta-grid__card-title {
    color: #cfb991
}

.purdue-home-cta-grid.has-black-background .purdue-home-cta-grid__content,.purdue-home-cta-grid.has-black-background .purdue-home-cta-grid__card-subtext,.purdue-home-cta-grid.has-black-background .purdue-home-cta-grid__card-subtitle {
    color: #fff
}

.purdue-home-cta-grid__intro {
    margin-bottom: 3rem
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-grid__intro {
            margin-bottom:2rem
        }
    }

.purdue-home-cta-grid__header.purdue-home-intro-text__header.header-font-united {
    text-align: center;
    margin-bottom: 0
}

.purdue-home-cta-grid__content {
    margin-top: 1rem
}

.purdue-home-cta-grid__content p {
    text-align: center
}

.purdue-home-cta-grid__cards {
    width: 100%
}

.purdue-home-cta-grid__cards .columns {
    justify-content: space-between
}

.purdue-home-cta-grid__cards .column.is-6-desktop {
    max-width: 511px
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-grid__cards .column.is-6-desktop {
            max-width:100%
        }
    }

.purdue-home-cta-grid__cards .column.is-4-desktop {
    max-width: 440px
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-grid__cards .column.is-4-desktop {
            max-width:100%
        }
    }

.purdue-home-cta-grid__cards .purdue-home-cta-card:not(.purdue-home-cta-card--story):not(.purdue-home-cta-card--faculty) .image:after {
    background: none
}

.purdue-home-cta-grid__cards .purdue-home-cta-card:not(.purdue-home-cta-card--story):not(.purdue-home-cta-card--faculty) .image img {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    border-radius: 4px
}

.purdue-home-cta-grid__cards .purdue-home-cta-card:not(.purdue-home-cta-card--story):not(.purdue-home-cta-card--faculty) .flex-container--align-center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 0;
    top: 0
}

.purdue-home-cta-grid .purdue-home-cta-card.purdue-home-cta-card--stack {
    box-shadow: none
}

.purdue-home-cta-grid .purdue-home-cta-card.purdue-home-cta-card--stack.has-decoration-line .purdue-home-cta-grid__card-title {
    justify-content: space-between;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex
}

.purdue-home-cta-grid .purdue-home-cta-card.purdue-home-cta-card--stack.has-decoration-line .purdue-home-cta-grid__card-title:after {
    content: "";
    top: 50%;
    width: 100%;
    height: 2px;
    background: #c4bfc0;
    position: relative;
    margin-left: 1rem;
    flex: 1
}

.purdue-home-cta-grid__card-subtitle {
    font-family: "United Sans Condensed",Impact,"Arial Black","sans serif";
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: 2.5px;
    line-height: 1.4;
    margin-bottom: .8rem !important
}

.purdue-home-cta-grid__card-title {
    color: #000;
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 1.5rem !important
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-grid__card-title {
            font-size:2rem;
            margin-bottom: 1.2rem !important
        }
    }

.purdue-home-cta-grid__card-subtext,.purdue-home-cta-grid__card-subtext p {
    color: #000;
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5
}

.purdue-home-cta-grid__card-subtext {
    margin-bottom: 1.125rem
}

.purdue-home-cta-grid .button-container {
    text-align: center
}
