
.modal-content {
    width: 35rem;
    /*background-color: rgba(229, 228, 226, 1);*/
    background-color: rgba(255, 255, 255, 1);
}


/* this holds one product/ service that we offer */
.modal_block {
    position: relative;
    /*top: 60px;*/
    text-align: justify;
    color: rgb(55, 55, 55);
    width: 100%;
    /*background-color: rgba(53, 53, 53, 0.05);*/
    margin: auto;
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.modal_block * {
    position: relative;
}

.modal_header {
    /*z-index: 3;*/
    top: 0;
    height: auto;
    margin: 0;
    margin-bottom: 1rem;
    text-align: right;
}

.modal_header * {
    margin: 0;
    font-family: Montserrat;
    color: white;
    padding: 0;
    font-size: 3rem;
    height: auto;
}

.banner_img {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_title {
    right: 10px;
    z-index: 2;
}

.banner_suptitle {
    top: 0.8rem;
    font-size: 1.5rem;
    right: 10px;
    z-index: 2;
}

.modal-spacer {
    height: 1rem;
}

/*PROGRAMS*/
#modal-btn-close-program {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

/*NEWSLETTER*/
#modal-content-newsletter {
    height: 45rem;
    background-color: white;
}

#newsletter-script {
    height: 100%;
}

#modal-btn-close-newsletter {
    margin-left: auto;
    margin-top: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
    width: 40px;
    float:right;
    border-color: transparent;
}

/*CONTACT*/
#modal-content-contact * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#contact-logo {
    display: block;
    margin: 0;
}

#contact-txt {
    width: auto;
    margin: 1.5rem;
    padding: 0;
}

#contact-txt * {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
}

#contact-msg {
    height: 150px;
}

#contact-btn,
#modal-btn-close-contact {
    width: 120px !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

#contact-alert {
    margin: 0;
    margin-top: 10px;
}

#contact-alert * {
    border-radius: 0;
}

/* MOBILE FORMATTING */
/* adjust the page content downwards on mobile */

@media (max-width: 48rem) {
    .modal-content {
        width: 99%;
        max-height: 80%; /*make sure we can see full modal and also see the close button*/
    }

    .modal-content * {
        width: 100%;
    }

    .banner_title * {
        font-size: 1.8rem;
    }

    .banner_suptitle {
        font-size: 1rem;
        top: 0.5rem;
        line-height: 0.8;
    }

    .modal-content p {
        font-size: 0.8rem;
    }

    .modal_block {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    #modal-btn-close-program, #modal-btn-close-research {
        width: 40%;
    }

    #contact-alert {
        max-width: 100%;
        width: auto;
        margin-right: 1.5rem;
    }
    #contact-alert * {
        max-width: 100%;
        width: auto;
        margin-right: 0;
    }
}