@import url('https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&family=Zilla+Slab:wght@400;500;600&display=swap');

/**
 * Contact Us page — scoped to .mm-contact-page only.
 */

body.mm-marketing-route:has(.mm-contact-page),
body.mm-marketing-route:has(.mm-contact-page) [ng-app="tpApp"] {
    overflow-x: hidden;
    max-width: 100%;
}

[ng-app="tpApp"] [ui-view="body"]:has(.mm-contact-page) {
    padding: 0 !important;
    margin: 0;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

/* Escape Bootstrap column gutters on the app shell */
body.mm-marketing-route:has(.mm-contact-page) [ng-app="tpApp"].col-sm-12,
body.mm-marketing-route:has(.mm-contact-page) #tpmenu > .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mm-contact-page {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Cantarell", "Segoe UI", sans-serif;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Full viewport width — break out of any parent padding/max-width */
.mm-contact-page .mm-contact-top-bar,
.mm-contact-page .mm-contact-hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

/* Yellow top ribbon — full viewport width, single line */
.mm-contact-page .mm-contact-top-bar {
    background-color: #ffda3f;
    padding: 5px 0;
    position: relative;
    z-index: 6;
}

.mm-contact-page .mm-contact-top-bar-inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.mm-contact-page .mm-contact-top-bar-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mm-contact-page .mm-contact-top-bar-text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    white-space: nowrap;
}

.mm-contact-page .mm-contact-top-bar-phone {
    flex: 0 0 auto;
    white-space: nowrap;
}

.mm-contact-page .mm-contact-top-bar-phone a {
    color: #000;
    text-decoration: none;
}

/* Blue wave header — full-width graphic stretched to screen */
.mm-contact-page .mm-contact-header {
    position: fixed;
    top: 33px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    z-index: 5;
    height: 170px;
    box-sizing: border-box;
    background-image: url("../../MMWebsite/images/2021 (1).png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.mm-contact-page .mm-contact-header-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.mm-contact-page .mm-contact-header--scrolled {
    top: 0;
    height: auto;
    min-height: 72px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
}

.mm-contact-page .mm-contact-header .navbar {
    padding: 13px 16px !important;
    margin-bottom: 0;
    border: none;
    background: transparent !important;
}

.mm-contact-page .mm-contact-header .navbar-brand img {
    max-height: 48px;
    width: auto;
}

.mm-contact-page .mm-contact-header .navbar-brand p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.mm-contact-page .mm-contact-header .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 10px;
}

.mm-contact-page .mm-contact-header .navbar-nav .nav-link:hover,
.mm-contact-page .mm-contact-header .navbar-nav .nav-link:focus {
    color: #fff !important;
    text-decoration: underline;
}

.mm-contact-page .mm-contact-header .navbar-toggle {
    border-color: #fff;
    margin-top: 10px;
}

.mm-contact-page .mm-contact-header .navbar-toggle img {
    height: 26px;
    width: auto;
}

/* Hero — legacy contactform-bg spacing so content fits one screen */
.mm-contact-page .mm-contact-hero {
    background-image: url("../../MMWebsite/images/bg-contact-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 100px 0 40px;
    margin: 0;
    min-height: 0;
    position: relative;
}

.mm-contact-page .mm-contact-hero .heading {
    font-weight: 400;
    font-size: 70px;
    line-height: 52px;
    color: #fff;
    font-family: "Zilla Slab", Georgia, serif;
    margin: 80px 0 24px;
}

.mm-contact-page .mm-contact-hero .contact-content {
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
}

.mm-contact-page .mm-contact-hero .contact-content h3,
.mm-contact-page .mm-contact-hero .contact-content h3 a {
    color: cornflowerblue;
    font-size: larger;
    margin: 18px 0 8px;
    font-weight: 400;
}

.mm-contact-page .mm-contact-hero .contact-content h3 a {
    text-decoration: none;
}

.mm-contact-page .mm-contact-lead {
    margin: 0 0 8px;
}

.mm-contact-page .mm-contact-lead a,
.mm-contact-page .mm-contact-email a {
    color: #fff;
    text-decoration: none;
}

.mm-contact-page .mm-contact-email {
    margin: 0 0 12px;
    font-size: 150%;
    padding-left: 2.5rem;
}

.mm-contact-page .mm-contact-email-btn {
    margin: 0 0 8px;
}

.mm-contact-page .mm-contact-hero .phone-list {
    margin: 0;
    padding: 0 0 0 2.5rem;
    list-style: none;
}

.mm-contact-page .mm-contact-hero .phone-list li {
    padding-bottom: 6px;
    font-size: x-large;
}

.mm-contact-page .mm-contact-hero .phone-list a {
    color: #fff;
    text-decoration: none;
}

.mm-contact-page .mm-contact-address {
    padding-left: 0 !important;
    font-size: x-large;
}

.mm-contact-page .mm-contact-hero .btn.start {
    background-color: #f56147;
    color: #fff;
    border: 1px solid #f56147;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    min-height: 44px;
    line-height: 1.4;
}

.mm-contact-page .mm-contact-footer {
    background: #fff;
    padding: 28px 0;
}

.mm-contact-page .mm-contact-footer h5 {
    color: #404041;
    font-weight: 600;
}

.mm-contact-page .mm-contact-footer ul {
    padding-left: 0;
    list-style: none;
    line-height: 1.75;
}

.mm-contact-page .mm-contact-footer a {
    color: #000;
}

.mm-contact-page .mm-contact-footer hr {
    margin: 20px 0;
}

.mm-contact-page .mm-contact-footer .copy-txt {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 1199px) {
    .mm-contact-page .mm-contact-top-bar-inner {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .mm-contact-page .mm-contact-top-bar-text,
    .mm-contact-page .mm-contact-top-bar-phone {
        white-space: normal;
    }

    .mm-contact-page .mm-contact-top-bar-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .mm-contact-page .mm-contact-top-bar-inner {
        font-size: 11px;
    }

    .mm-contact-page .mm-contact-header {
        top: 38px;
        height: 120px;
        background-size: 100% 100%;
    }

    .mm-contact-page .mm-contact-header .navbar-brand img {
        max-height: 30px;
        margin-top: -4px;
    }

    .mm-contact-page .mm-contact-header .navbar-brand p {
        font-size: 10px;
        margin-top: -8px;
    }

    .mm-contact-page .mm-contact-header .navbar-collapse {
        background-color: #282f89;
        margin: 0 -15px;
        padding: 8px 12px;
    }

    .mm-contact-page .mm-contact-hero {
        padding-top: 90px;
        padding-bottom: 32px;
    }

    .mm-contact-page .mm-contact-hero .heading {
        font-size: 40px;
        line-height: 1.15;
        margin-top: 48px;
    }

    .mm-contact-page .mm-contact-email {
        font-size: 120%;
        padding-left: 0;
    }

    .mm-contact-page .mm-contact-hero .phone-list {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .mm-contact-page .mm-contact-header .navbar-collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .mm-contact-page .mm-contact-header .navbar-toggle {
        display: none;
    }

    .mm-contact-page .mm-contact-header .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        margin-left: 41px !important;
        margin-top: 22px;
    }

    .mm-contact-page .mm-contact-header .nav-item {
        padding-right: 20px;
        list-style: none;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .mm-contact-page .mm-contact-top-bar-inner {
        font-size: 12px;
    }
}
