  section.main nav.tabs {background: transparent;}
nav.tabs li a::before {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    display: block;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    content: '';
   
}
li#numbers-tab a::before {
    background: url(/admissions/images/1826.svg);
}

li#quotes-tab a::before {
    background: url(https://mississippicollege-1ba9f.kxcdn.com/packages/mississippi_college/themes/mississippi_college_v2022/images/quote-mark-white.svg);
}
li#world-tab a::before {
    background: url(/admissions/images/globe-white.svg);
}

section.main nav.tabs ul li {
    /*margin: 0 10px 2px 0!important;*/
    background:#0c2340;
}

section.main nav.tabs ul li a {
    padding: 1.5rem 3.5rem;
    border-bottom: solid 4px #69B3E7;
}
section.main nav.tabs ul {
    text-align: center;
    border-bottom: 1px solid #69B3E7;
}

section.main nav.tabs ul li.on a {

    color: #0C234F;
    border-bottom: solid 4px #69B3E7;

}

section.main nav.tabs ul li.on {
    background: #69B3E7;
    background: linear-gradient(0deg, #69B3E7, #92d2ff);
}
.no-icon .icon-modal .title h3 {
    font-size:6rem!important;
}
.numbers-stats p {
    display: grid;
    grid-template-columns: 200px 1fr;
    font-size: 1.875rem;

}
.numbers-stats p:not(:last-of-type) {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #69B3E7;
}

.numbers-stats p strong {
    font-size: 2.75rem;
    font-family: psfournier-std,serif;
    letter-spacing: -.025rem;
    display: block;
    text-align: left;
    color:#0c2340;
}

.no-margin .testimonial.full-width-image {
    margin-top:0;
    margin-bottom:0;
}
section.main {
    padding-bottom: 0;
}

.center-bullets ul li:before {
    left: unset;
    position: relative;
    margin-right: 20px;
}
.edney {
    margin-top:80px;
margin-bottom:80px;
}
.kinchen {margin-top:80px;}
.barnhill {margin-bottom:80px;}
.spears {margin-top:80px;}
.testimonial.half-width-image .imageinfo-text {
    right:unset;
    padding: 0 8px;
}
.smaller .testimonial.default.photo.top div.ccm-block-testimonial-image {
    width:100px;
    height:100px;
}
.spears .image-info-box.spotlight {
    background: #fff;
    padding: 60px;
    border: 1px solid #69B3E7;
    margin: 60px auto;
    max-width: 900px;
}
.spears .image-info-box.spotlight .imageinfo {
    grid-template-columns: 1fr;
    grid-column-gap: 3rem;
}
@media (max-width: 900px) {

    section.main nav.tabs ul {
        text-align: center;
        border-bottom: 1px solid #69B3E7;
        display: grid;
        justify-content: stretch;
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 0;
    }

    section.main nav.tabs ul li a {
        padding: 0.75rem;
        border-bottom: solid 4px #69B3E7;
        height: 100%;
        color:#fff;
    }

    section.main nav.tabs ul li {
        margin: 0 5px 0 0!important;
        line-height: 1.5;
    }
    section.main nav.tabs ul li.on a {
        color: #0C234F;
        border-bottom: solid 4px #69B3E7;
    }
    .numbers-stats p {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .numbers-stats p strong {
        text-align: center;
    }

}