html {
    min-height: 100%;
    overflow-x: clip;
    overflow-y: auto;
}

body.mpm-site {
    min-height: 100%;
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
}

.mpm-main {
    overflow-x: clip;
    overflow-y: visible;
}

.mpm-footer-logo {
    width: 184px;
    max-width: 100%;
    display: block;
    padding: 10px 14px;
}

.mpm-footer-logo img {
    width: 100%;
    height: auto;
    max-height: 74px;
    object-fit: contain;
}

.mpm-cta .mpm-button-light,
.mpm-cta .mpm-button-light:visited,
.mpm-cta .mpm-button-light:hover,
.mpm-cta .mpm-button-light:focus {
    color: #0b2b50 !important;
    background: #ffffff !important;
    text-align: center;
    white-space: normal;
}

.mpm-cta .mpm-button-light .mpm-icon {
    color: #0b2b50;
}

.mpm-button {
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    text-shadow: none;
}

@media (min-width: 921px) {
    body.mpm-site.menu-open {
        overflow-y: auto !important;
    }
}

@media (max-width: 680px) {
    .mpm-footer-logo {
        width: 168px;
    }
}
