
.intro.blue-cta.compliment.fullwidth {
    background:#fff;
    border-bottom:1px solid #69B3E7;
}
section.intro .hero-links:before, section.intro .hero-links:after {
    background: #C99700;
}

section.intro .hero-links {border-left: 1px solid #0c2340;}

body.home .light-blue-border.no-icon .icon-modal .title h3 {
    text-transform: none;
}
.no-icon .icon-modal {
    padding: 28p;
}
.feather-stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    position: relative;
    margin:2rem auto;
}
.feather-stat {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 60px;
    position: relative;
}
.feather-stat span {
    color:#D83E2A;
    font-size:3rem;
    line-height: 1;
    font-family: psfournier-std,serif;
    letter-spacing: -.02em;
}
.feather-stat:before, .feather-stat:after {
    content: '';
    background-repeat: no-repeat;
    background-image: url(https://law.mc.edu/images/feather-blue-w-gold-left.svg);
    width: 118px;
    height: 300px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 0;
}
.feather-stat:after {
    left: auto;
    background-image: url(https://law.mc.edu/images/feather-blue-w-gold-right.svg);
    right: -2rem;
}
@media screen and (max-width: 900px){
    .feather-stats-container {
        grid-template-columns: 1fr;

    }
    section.intro .hero-links {border-left: none;}



    body.home header.main div#home-hero div.featured-header h1 {
        font-size:2.2rem;
    } 
    body.home header.main div#home-hero div.featured-header p {
        font-size: 1.125rem;
    }
    body.home section.intro .hero-overlay-container {
        padding:0;
    }
}