#button-learnmore {
    margin-top: 20px;
}

.gray-background {
    background: #e1e2e5;
}

.circle {
    width: 220px;
    margin: 20px 6px 20px 6px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .circle canvas {
        vertical-align: top;
    }

    .circle h4 {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 30px;
    }

.white {
    color: #fff;
}

.swiper-container {
    width: 100%;
    padding: 30px 0 30px 0;
    height: 450px;
}

.swiper-slide {
    width: 33.3% !important;
}

.swiper-scrollbar {
    display: none;
}

.imgfix {
    height: auto;
    max-width: 100%;
    width: 110px;
}

.gray-circle {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #e1e2e5;
    margin: 15px auto;
}

    .gray-circle + p {
        padding-top: 40px;
        width: 80%;
        margin: 0 auto;
        position: relative;
        height: auto !important;
    }

        .gray-circle + p:before {
            content: '';
            position: absolute;
            top: 20px;
            width: 20px;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            background-color: rgba(0,0,0,0.2);
        }

#div-top3 {
    margin: 0px;
}

.div-top {
    width: 49%;
    /*height: 360px;*/
    margin-bottom: 20px;
    padding: 10px 30px 15px 30px;
}

    .div-top p {
        padding-bottom: 10px;
    }

.div-top--content > :last-child {
    margin-bottom: 0;
}

.swiper-container_student-outcomes {
    height: auto;
}

.student-outcomes--swiper-pagination {
    display: none;
}

[data-mh="student-outcome-titles"] {
    font-weight: 600;
    font-size: 17px;
}

html.flexbox.js [data-mh="student-outcome-titles"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
}

.student-outcomes--top-3-item {
    padding: 20px;
}

    .student-outcomes--top-3-item .imgfix {
        max-width: 60%;
        width: 110px;
    }

@media (max-width: 1199px) {
    .slide {        
        height: 90%;
        background: #f9f9fb;
        padding: 10px;
        margin-bottom: 30px;
    }

    .swiper-container {
        width: 100%;
        margin-bottom: 30px;
    }

    #studentOutcomes .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        background: #fff;
        width: 55% !important;
    }

    .swiper-scrollbar {
        display: block;
    }

    .div-top {
        height: 100%;
    }

    /* Use pagination instead of scrollbar on student outcome swipers */
    .student-outcomes--swiper-scrollbar {
        display: none !important;
    }

    .student-outcomes--swiper-pagination {
        display: block;
    }
}

@media (max-width: 575px) {
    #studentOutcomes .swiper-slide {
        width: 300px !important;
    }

    .student-outcomes--occupations-item--name {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 496px) {
    .div-top {
        padding: 10px;
    }

    .gray-circle {
        height: auto;
        width: 80%;
        padding-bottom: 80%;
        margin-bottom: 2%;
    }

        .gray-circle + p {
            width: auto;
            padding-top: 35px;
        }

    .student-outcomes--top-3-item .imgfix {
        max-width: 100%;
    }
}

@media all and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    .slide {
        height: auto;
    }
}
