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

.popupMessageDiv{
    width: 900px;
    height: 468px;
    position: relative;
    margin: 0px auto;
    margin-top: 6%;
    padding-bottom: 40px;
    background-color: white;
    border-radius: 0px;
    border: none;
    padding-top: 20px;
}

.popupColumn1{
    height: 100%;
    margin-left: 32px;
    float: left;
    width: 40%;
}

.popupColumn2{
    width: calc(60% - 50px);
    padding-left: 10px;
    float: left;
    height: 100%;
    color: black;
    text-align: center;
}

.popupImage{
    height: 100%;
    width: 360px;
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}


.popupSubtitle{
    padding-bottom: 40px;
    font-size: 30px;
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}

.popupTitle{
    padding-bottom: 16px;
    padding-top: 84px;
    font-size: 72px;
    letter-spacing: 6px;
}

.popupButton{
    width: 130px;
    margin: auto;
    margin-top: 60px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #505050;
    cursor: pointer;
}

.emailFooterInput {
    width: calc(80% - 29px);   
    height: 28px;
    line-height: 28px;
    font-size: 13px;    
    position: relative;
    width: calc(80% - 29px);
    color: black;
    letter-spacing: 2px;
    border-bottom-style: solid;
    text-align: center;
    border-width: 1px;
    font-size: 12px;
    padding-bottom: 3px;
}

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

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

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

.emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 1;
}
.emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    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;
}

@media screen and (max-width:768px){

    .popupMessageDiv {
        width: 96%;
    }


    .popupColumn1 {
        margin-left: 5%;
        float: left;
        width: 90%;
        margin-top: 5px;
        height: auto;
    }

    .popupColumn2 {
        width: 90%;
        margin-left: 5%;
    }

    .popupTitle {
        padding-bottom: 10px;
        padding-top: 20px;
        font-size: 43px;
    }
    .popupSubtitle {
        font-size: 22px;
        letter-spacing: 2px;
        line-height: 25px;
        padding-bottom: 0px;
    }

    .newsletterPopupColumn {
        margin-top: 25px;
    }

    .popupMessageDiv {
        height: 460px;
    }

    .popupButton {
        width: 137px;
        margin: auto;
        margin-top: 19px;
        height: 40px;
    }
    
    .popupImage {
        height: 200px;
        width: 100%;
        margin-top: 10px;
        background-size: cover;
        background-repeat: no-repeat;
    }



}