.popupMessageFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}

.popupMessageDiv {
    width: 45%;
    height: 585px;
    align-items: center;
    position: relative;
    margin: 0px auto;
    margin-top: 10%;
    padding-bottom: 40px;
    background-color: white;
    border-radius: 0px;
    border: none;
    padding-top: 20px;
}

.popupColumn1 {
    height: 30%;
    margin-left: 32px;
    width: 92%;
}

.popupColumn2 {
    width: 95%;
    padding-left: 10px;
    float: left;
    height: 42%;
    color: black;
    text-align: center;
}

.popupImage {
    height: 130%;
    width: auto;
    margin-top: 10px;
    left: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.popupSubtitle {
    font-size: 20px;
    line-height: 12px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 27px;
    color: #656765;
    margin-bottom: 30px;
}

.popupTitle {
    color: #656765;
    font-size: 38px;
    padding-bottom: 26px;
    padding-top: 84px;
    /* letter-spacing: 6px; */
    padding-left: 15px;
    padding-right: 15px;
}

.popupButton {
    color: white;
    background-color: #050b1c;
    height: 38px;
    line-height: 38px;
    width: 165px;
    font-size: 25px;
    border: #050b1c;
    padding: 9px;
    margin-top: 75px;
    height: 44px;
    line-height: 44px;
    /* text-align: center; */
    /* font-size: 13px; */
    /* border: 1px solid #505050; */
    cursor: pointer;
}

.emailFooterInput {
    width: calc(80% - 29px);
    height: 28px;
    position: relative;
    letter-spacing: 2px;
    font-family: Gotham-Light, sans-serif;
    border-bottom-style: solid;
    text-align: center;
    border-width: 1px;
    font-size: 12px;
    padding-bottom: 3px;
    color: #656765;
    margin-top: 30px;
}

.emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #656765;
    opacity: 1;
}

.emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #656765;
    opacity: 1;
}

.emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #656765;
    opacity: 1;
}

.emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #656765;
    opacity: 1;
}

.emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #656765;
    opacity: 1;
}

.popupClose {
    position: absolute;
    cursor: pointer;
    text-align: center;
    color: black;
    padding-top: 1px;
    font-size: 26px;
    width: 22px;
    height: 22px;
    top: 5px;
    right: 10px;
}


/* MISTRAL */

.newsletterPopupColumn {
    width: 94%;
    margin-left: 3%;
}

.emailFooterInput {
    color: #656765;
    font-family: Lato;
    margin-top: 22px;
}

.emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #656765;
    opacity: 1;
}

.emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #656765;
    opacity: 1;
}

.emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #656765;
    opacity: 1;
}

.emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #656765;
    opacity: 1;
}

.emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #656765;
    opacity: 1;
}

.popupCloseIcon {
    width: 100%;
    position: relative;
}

@media screen and (max-width:768px) {
    .popupMessageDiv {
        width: 90%;
    }
    .popupColumn1 {
        margin-left: 5%;
        float: left;
        width: 90%;
        margin-top: 5px;
        height: auto;
    }
    .popupColumn2 {
        width: 90%;
        margin-left: 5%;
        padding: 0 0 0 0;
    }
    .popupTitle {
        padding-bottom: 20px;
        padding-top: 19px;
        font-size: 22px;
    }
    .popupSubtitle {
        font-size: 15px;
        line-height: 19px;
        padding-bottom: 0px;
    }
    .newsletterPopupColumn {
        /* margin-top: 0px; */
    }
    .popupMessageDiv {
        height: 70vh;
        margin-top: 11%;
    }
    .popupButton {
        width: 192px;
        margin: auto;
        margin-top: 25px;
        height: 40px;
        font-size: 27px;
    }
    .popupImage {
        height: 300px;
        left: 0;
        margin-top: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
}