﻿/* section colors */
.s-section-expander__btn {
    color: #23526E;
}

.s-wb-content a, .s-wb-content a:visited {
    color: #23526E;
}

.s-page-header__logo {
    background: #23526E;
}

.s-wb-content ul > li:before {
    color: #23526E;
}

/* shared override */
.s-highlights-section {
    background-color: #51626F
}

.s-page-hero__h1 {
    font-weight: bold;
    font-family: 'arial-mt-std-medium', Arial;
    position: relative;
    margin-top:24px;
}

.programs {
    display: flex;
    flex-wrap: wrap;
}

a.programs__item {
    width: 100%;
    margin-bottom: 15px;
}

.programs__wrap {
    flex-basis: 100%;
    background: #E1E1E1;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #622567;
    font-size: 22px;
    height: 100%;
}

.programs__image {
    max-width: 150px;
    margin: -15px 15px -15px -15px;
}

.programs__heading {
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}



@media only screen and (min-width: 992px) {
    .s-page-hero__h1 {
        padding-right: 200px;
        margin-top: 0;
    }
    
    .programs {
        margin: 0 -15px 15px 0;
    }

    a.programs__item {
        flex-basis: calc(33% - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 1423px) {
}
