/* CTA Stack */

.purdue-home-cta-stack.has-black-background .purdue-home-cta-stack__header {
    color: #cfb991
}

.purdue-home-cta-stack.has-black-background .purdue-home-cta-stack__content {
    color: #fff
}

.purdue-home-cta-stack .section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px
}

.purdue-home-cta-stack__intro {
    margin-bottom: 4rem
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-stack__intro {
            margin-bottom: 2.5rem
        }
    }
    
.purdue-home-cta-stack__header.purdue-home-intro-text__header.header-font-united {
    text-align: center;
    margin-bottom: 0
}

.purdue-home-cta-stack__content {
    margin-top: 1rem
}

.purdue-home-cta-stack__content p {
    text-align: center
}

.purdue-home-cta-stack__cards {
    width: 100%
}

.purdue-home-cta-stack__cards .purdue-home-cta-card {
    display: flex;
    background: #fff
}

.purdue-home-cta-stack__cards .purdue-home-cta-card .image {
    width: 30%;
    overflow: hidden;
    margin: 0
}

.purdue-home-cta-stack__cards .purdue-home-cta-card .image:after {
    background: none
}

.purdue-home-cta-stack__cards .purdue-home-cta-card .image img {
    width: 100%;
    height: 100%;
    transition: .3s ease
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-stack__cards .purdue-home-cta-card .image {
            display: none
        }
    }
    
.purdue-home-cta-stack__cards .columns {
    display: block !important
}

.purdue-home-cta-stack__cards .columns .flex-container--align-center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 7rem 2rem 3rem;
    top: 0
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-stack__cards .columns .flex-container--align-center {
            padding: 2rem 7rem 2rem 1.25rem
        }
    }

.purdue-home-cta-stack__cards .columns .flex-container--align-center:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%27104.253572px%27 height=%27104.253572px%27 viewBox=%270 0 104.253572 104.253572%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3Earrow_circle_icon%3C/title%3E%3Cg id=%27Desktop%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27arrow_circle_icon%27 transform=%27translate%2852.1268, 52.1268%29 rotate%2840%29 translate%28-52.1268, -52.1268%29translate%2815.1268, 15.1268%29%27 stroke=%27%238e6f3e%27 stroke-width=%274%27%3E%3Cg id=%27Group-3%27 transform=%27translate%280, 0%29%27%3E%3Ccircle id=%27Oval-Copy%27 transform=%27translate%2837, 37%29 rotate%28135%29 translate%28-37, -37%29%27 cx=%2736.9999977%27 cy=%2736.9999977%27 r=%2725.1629493%27%3E%3C/circle%3E%3Cg id=%27Arrow-Copy-3%27 transform=%27translate%2827.7199, 21.7701%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cline x1=%279.52771771%27 y1=%272.99227577%27 x2=%279.56560625%27 y2=%2727.0777404%27 id=%27Path-6%27 transform=%27translate%289.5467, 15.035%29 rotate%2850%29 translate%28-9.5467, -15.035%29%27%3E%3C/line%3E%3Cpolyline id=%27Path-5%27 transform=%27translate%2814.2315, 11.1834%29 rotate%2850%29 translate%28-14.2315, -11.1834%29%27 points=%274.73086087 17.2295253 14.1515077 5.10747085 23.7320575 17.2593992%27%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    right: 0;
    position: absolute;
    transition: .3s ease
}

.purdue-home-cta-stack__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: .5rem !important;
    color: #000 !important
}

    @media screen and (max-width: 767px) {
        .purdue-home-cta-stack__card-title {
            font-size: 1.6rem;
            margin-bottom: .8rem !important
        }
    }
    
.purdue-home-cta-stack__card-subtext {
    color: #000;
    font-family: acumin-pro, "Franklin Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000 !important
}

.purdue-home-cta-stack .purdue-home-cta-card:hover .image img {
    scale: 1.1
}

.purdue-home-cta-stack .purdue-home-cta-card:hover .flex-container--align-center:after {
    transform: translateX(3px)
}
