body {
    font-family: Candara, Calibri, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


.mpp-nav {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 50vw;
    background-color: royalblue;
    border-bottom: solid 2px whitesmoke ;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    margin: 0px;
}

.mpp-logo {
    width: 5rem;
    height: 5rem;
}

.mpp-nav-item-wrap {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.mpp-nav-items {
    font-size: 1.2rem;
    text-decoration: none;
    color: whitesmoke;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mpp-nav-items:hover {
    color: whitesmoke;
    background-color: royalblue;
    border: solid 1px whitesmoke;
}

.mpp-nav-button {
    font-size: 1.2rem;
    text-decoration: none;
    color: whitesmoke;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: royalblue;
    border: solid 1px whitesmoke;
}

.mpp-nav-button:hover {
    color: royalblue;
    background-color: whitesmoke;
    border: solid 1px royalblue;
}

.mpp-home-hero-image {
    width: 100%, 100%;
    height: 700px;
    background-image: linear-gradient(to right, lightgray 40%, transparent 90%), url(../images/MPP-Hero.png);
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    border-bottom: solid 2px royalblue;

}

.mpp-home-cta-wrap {
    display: flex;
    flex-direction: column;
    padding: 10rem;
    width: 50vw;
    justify-content: center;
    align-content: center;
}

.mpp-home-cta {
    padding-left: 5rem;
    padding-right: 10rem;
}

.mpp-cta-button {
    font-size: 1.2rem;
    text-decoration: none;
    color: whitesmoke;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: royalblue;
    border: solid 1px whitesmoke;
}

.mpp-cta-button:hover {
    color: royalblue;
    background-color: whitesmoke;
    border: solid 1px royalblue;
}

.mpp-h1 {
    color: royalblue;
    letter-spacing: 0.15rem;
}

.mpp-h2 {
    color: royalblue;
    letter-spacing: 0.1rem;
    font-size: 1.3rem;
    margin: 0rem;
}

.mpp-p {
    color: white;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.mpp-footer {
    text-align: center;
    background-color: royalblue;
    border-top: solid 2px whitesmoke ;
    padding: 1rem;
}

.mpp-footer-wrap {
    display: flex;
    flex-direction: row;
    gap: 10rem;
    justify-content: center;
    padding-bottom: 1rem;
    text-align: left;
}

.mpp-footer-contact-info {
    display: flex;
    flex-direction: column;
}

.mpp-footer-international-links {
    display: flex;
    flex-direction: column;
}

.mpp-footer-useful-links {
    display: flex;
    flex-direction: column;
}

.mpp-footer-p {
    color: whitesmoke;
    font-size: 1.05rem;
}

.mpp-small-p {
    color: whitesmoke;
    text-decoration: none;
    padding-bottom: 0.25rem;
}

.mpp-small-p:hover {
    text-decoration: underline;
}

.mpp-main-content {
    margin: auto;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
}

.mpp-about-us {
    text-align: center;
    padding-left: 10rem;
    padding-right: 10rem;
}

.mpp-main-h1 {
    color: royalblue;
}

.mpp-main-p {
    color: grey;
    text-align: left;
}

.mpp-main-ul {
    text-align: left;
    color: white;
    padding-bottom: 0.5rem;
}

.mpp-main-tile-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mpp-main-tile {
    width: 33rem;
    height: 14rem;
    display: flex;
    flex-direction: row;
    background-color: lightgray;
}

.mpp-main-tile-left {
    width: 11rem;
    height: 14rem;
    overflow: hidden;
    border-right: royalblue 2px solid;
}

.mpp-main-tile-right {
    width: 22rem;
    height: 14rem;
}

.mpp-main-tile-image {
    width: fit-content;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.mpp-main-tile-right {
    padding: 1rem;
    text-align: left;
}

.mpp-main-tile-p {
    color: white;
    padding-bottom: 0.5rem;
    margin: 0.5rem;
}

.mpp-mtt-tile-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mpp-mtt-tile {
    width: 300px;
    height: 100%;
    background-color: lightgrey;
    padding: 1rem;
    text-align: center;
}

.mpp-mtt-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.mpp-sub-content {
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: lightgrey;
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.mpp-sub-content-var {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background-color: lightgrey;
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-top: 2rem;
}

.mpp-sub-content-left {
    text-align: left;
    padding: 2rem;
    width: 50%;
}

.mpp-sub-content-right {
    width: 50%;
    text-align: right;
    overflow: hidden;
}

.mpp-sub-content-img {
    width: fit-content;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.mpp-contact-form-input:focus, .mpp-contact-form-textarea:focus{
    outline: none;
}

.mpp-contact-form-wrap {
    text-align: center;
    margin-bottom: 2rem;
}

.mpp-contact-form {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.mpp-contact-form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid royalblue;
    color: grey;
    font-size: 1rem;
    font-family: Candara, Calibri, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
}

.mpp-contact-form-textarea {
    width: 100%;
    border: none;
    resize: none;
    border-bottom: 1px solid royalblue;
    color: grey;
    font-size: 1rem;
    font-family: Candara, Calibri, Segoe, “Segoe UI”, Optima, Arial, sans-serif !important;
}

.mpp-contact-form-checkbox-label {
    color: grey;
    font-size: 1rem;
    font-family: Candara, Calibri, Segoe, “Segoe UI”, Optima, Arial, sans-serif !important;
}

.mpp-contact-form-submit {
    font-size: 1.2rem;
    text-decoration: none;
    color: whitesmoke;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: royalblue;
    border: solid 1px whitesmoke;
}

.mpp-contact-form-submit:hover {
    color: royalblue;
    background-color: whitesmoke;
    border: solid 1px royalblue;
}

.mpp-contact-form-input#date {
    display: inline-block;
    position: relative;
}

.mpp-contact-form-input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#cookieNotice {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: royalblue;
    z-index: 1000;
    width: 300px; 
    border-top-left-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.title-wrap {
    padding: 0.5rem;
}

.content-wrap {
    padding: 0.5rem;
}

.mpp-full-width {
    width: 100vw;
    height: 100vh;
    border: 0;
}

@media only screen and (max-width: 320px) and (min-width: 0px) {
    .mpp-nav-item-wrap {
        flex-direction: column;
        text-align: center;
    }

    .mpp-main-content {
        width: 100%;
        overflow: hidden;
    }
    
    .mpp-sub-content {
        flex-direction: column-reverse;
        width: 95%;
    }
    
    .mpp-sub-content-left {
        width: fit-content;
    }
    
    .mpp-sub-content-right {
        width: 100%;
    }

    .mpp-sub-content-img {
        overflow: hidden;
        width: 100%;
    }

    .mpp-sub-content-var {
        width: 95%;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 0vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: auto;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mpp-p {
        font-size: 1rem;
    }

    .mpp-cta-button {
        font-size: 1rem;
    }

    #mpp-mob-hide {
        display: none;
    }

    .mpp-about-us {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 480px) and (min-width: 321px) {
    .mpp-nav-item-wrap {
        flex-direction: column;
        text-align: center;
    }
    
    .mpp-main-content {
        width: 100%;
        overflow: hidden;
    }
    
    .mpp-sub-content {
        flex-direction: column-reverse;
        width: 95%;
    }
    
    .mpp-sub-content-left {
        width: fit-content;
    }
    
    .mpp-sub-content-right {
        width: 100%;
    }

    .mpp-sub-content-img {
        overflow: hidden;
        width: 100%;
    }

    .mpp-sub-content-var {
        width: 95%;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 0vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: auto;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mpp-p {
        font-size: 1rem;
    }

    .mpp-cta-button {
        font-size: 1rem;
    }

    #mpp-mob-hide {
        display: none;
    }

    .mpp-about-us {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mpp-main-tile {
        width: 98%;
        height: auto;
        display: flex;
        flex-direction: row;
        background-color: lightgray;
    }
    
    .mpp-main-tile-left {
        width: 33%;
        height: 18rem;
        overflow: hidden;
        border-right: royalblue 2px solid;
    }
    
    .mpp-main-tile-right {
        width: 66%;
        height: auto;
    }
}

@media only screen and (max-width: 600px) and (min-width: 481px) {
    .mpp-nav-item-wrap {
        flex-direction: column;
        text-align: center;
    }
    
    .mpp-main-content {
        width: 100%;
        overflow: hidden;
    }
    
    .mpp-sub-content {
        flex-direction: column-reverse;
        width: 95%;
    }
    
    .mpp-sub-content-left {
        width: fit-content;
    }
    
    .mpp-sub-content-right {
        width: 100%;
    }

    .mpp-sub-content-img {
        overflow: hidden;
        width: 100%;
    }

    .mpp-sub-content-var {
        width: 95%;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 0vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: auto;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mpp-p {
        font-size: 1rem;
    }

    .mpp-cta-button {
        font-size: 1rem;
    }

    .mpp-about-us {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 768px) and (min-width: 601px) {

    .mpp-main-content {
        width: 100%;
        overflow: hidden;
    }
    
    .mpp-sub-content {
        flex-direction: column-reverse;
        width: 90vw;
    }
    
    .mpp-sub-content-left {
        width: fit-content;
    }
    
    .mpp-sub-content-right {
        width: 100%;
    }

    .mpp-sub-content-img {
        overflow: hidden;
        width: 100%;
    }

    .mpp-sub-content-var {
        width: 90vw;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 0vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: auto;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mpp-about-us {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media only screen and (max-width: 900px) and (min-width: 769px) {
    
    .mpp-main-content {
        width: 100%;
    }

    .mpp-sub-content {
        width: 90vw;
    }

    .mpp-sub-content-var {
        width: 90vw;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        gap: 25vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: auto;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mpp-about-us {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    
}

@media only screen and (max-width: 1024px) and (min-width: 901px) {

    .mpp-main-content {
        width: 100%;
    }

    .mpp-sub-content {
        width: 90vw;
    }

    .mpp-sub-content-var {
        width: 90vw;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        gap: 30vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: 90vw;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .mpp-about-us {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1025px) {

    .mpp-main-content {
        width: 100%;
    }

    .mpp-sub-content {
        width: 90vw;
    }

    .mpp-sub-content-var {
        width: 90vw;
    }

    .mpp-mtt-tile-wrap {
        justify-content: center;
        align-items: center;
    }

    .mpp-nav {
        gap: 40vw;
    }

    .mpp-footer-wrap {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }

    .mpp-home-cta-wrap {
        padding: 5rem;
        width: 90vw;
    }

    .mpp-home-cta {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    
}