@font-face {
    font-family: 'Whitney';
    src:url('../fonts/WhitneySSm-Book_Web.woff2') format('woff2'),
    url('../fonts/WhitneySSm-Book_Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../../common/fonts/OpenSans-Regular-webfont.eot');
    src: url('../../../common/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../../common/fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../../../common/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../../../common/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Whitney", "OpenSans", Helvetica, Arial, sans-serif;
    margin: 0;
}

#mn_mnt {
    margin: 0;
    padding: 0;
}

.mn_mntLogoWrap {
    padding: 1rem 0;
    background-color: #11172b;
}

.mn_mntLogoWrap .mn_mntLogo {
    background: url('../logo.svg') no-repeat center 0;
    background-size: contain;
    width: auto;
    height: 35px;
    padding: 0;
    margin: 0 auto;
}

.mn_mntWrap {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.mn_mntWrap .mn_mntInfoWrap .mn_mntProgram {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 500;
}

.mn_mntWrap .mn_mntInfoWrap .mn_mntInfoLinks {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 2rem;
}

.mn_mntWrap .mn_mntProgram {
    margin: 6rem 0 2rem;
}

.mn_mntContainer {
    margin: 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    #mn_mnt {
        background: #fff;
        padding: 0;
    }

    .mn_mntContainer {
        margin: 0;
        box-shadow: none;
    }

    .mn_mntLogoWrap {
        margin: 0 auto;
    }

    .mn_mntContainer {
        margin: 0;
        max-width: 100%;
    }
}
