/*
General modal css
 */
 .modal-overlay{
    display: grid;
    align-items: center;
}
svg.modal-close{
    position: relative;
    right: 0px;
    top: 28px;
    margin: 0 0 0 97%;
    cursor: pointer;
    fill: #ffffff;
    background: rgba(115, 115, 115, 0.5);
    z-index: 10;
}
.modal-newsLetter, .modal-eu-order{
    display: none;
    width: 810px;
    height: 429px;
}
.modal-nl{
    width: 775px;
    background: #ffffff;
    margin: 0 auto;
}
.modal-nl.jan19{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'content image';
    height: 100%;
    transition: 0.2s linear;
    opacity: 1;
}
/* .modal-nl__right, .modal-nl__left{
    width:50%;
} */
.jan19 .modal-nl__right{
    width: 100%;
    position: relative;
    overflow: hidden;
    grid-area: image;
}
.jan19 .modal-nl__left{
    width: 405px;
    /* padding: 32px 23px 19px 18px; */
    display: grid;
    grid-area: content;
    align-items: center;
    background: #fff;
}
.f-nl{
    margin: auto;
    width: 90%;
}
.f-nl__inner{
    /* width: 291px; */
    height: 34px;
    border: 1px solid #525252;
    position: relative;
}
/* .modal-nl__left{
    padding: 0 40px 18px;
} */
.modal-nl__heading{
    align-self: flex-end;
}
.modal-nl-subtitle-form{
    display: grid;
    grid-template-rows: 2fr 1fr 1fr;
    height: 100%;
    align-items: center;
}
.jan19 .modal-nl__heading .section_heading{
    font-size: 60px;
    line-height: 0.97;
    letter-spacing: -1.3px;
    text-align: center;
    text-transform: uppercase;
    color:#111111;
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
}
.modal-nl__titles{
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-top: 120px;
}
.modal-nl__title {
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
    text-align: center;
    color: #292929;
    line-height: 55px;
}
.modal-nl__title.title1{
    font-size: 140px;
    line-height: 118px;
    letter-spacing: -5px;
    position: relative;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
}
.modal-nl__title.title1:before{
    content: '$';
    font-size: 70px;
    line-height: 0.79;
    letter-spacing: 0.1px;
    position: absolute;
    left: 10px;
    top: 9px;
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
}
.modal-nl__title.title2{
    font-size: 27px;
    line-height: 2.04;
    letter-spacing: 4.9px;
}

.modal-nl__subtitle{
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    margin-top: 34px;
}
.modal-nl__subtitle p {
    line-height: normal;
    font-size: 100%;
}
.jan19 .modal-nl__subtitle{
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #272727;
    text-align: center;
    width: 280px;
    margin: auto;
}
.modal-nl__announce{
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 3;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
}
.modal-nl__form-container{
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #95989a;
}

.modal-nl__form-container #emailinput {
    border-bottom: 2px solid rgba(0, 0, 0, 0.52);
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 24px;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.jan19 .modal-nl__form-container #emailinput{
    height: 100%;
    border: 0;
    padding: 6px 14px;
}
.jan19 #emailinput-error{
    padding-top: 4px;
    display: block;
    position: absolute;
}
.modal-nl__form-container #emailinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #95989a;
}
.modal-nl__form-container #emailinput::-moz-placeholder { /* Firefox 19+ */
    color: #95989a;
}
.modal-nl__form-container #emailinput:-ms-input-placeholder { /* IE 10+ */
    color: #95989a;
}
.modal-nl__form-container #emailinput:-moz-placeholder { /* Firefox 18- */
    color: #95989a;
}
.f-nl__button{
    width: 122px;
    height: 34px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 2.6px;
    text-align: center;
    color: #ffffff;
    background-color: #21cd99;
    border: 0;
    border-radius: 0;
    margin-left: 12px;
}
.jan19 .f-nl__button{
    background-color: #00db9f;
    margin-left: 0;
    width: 83px;
    height: 100%;
    border-left: 1px solid #525252;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    color: #272727;
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px;
}
.modal-nl__terms{
    align-self: start;
}
.modal-nl__terms p{
    font-size: 11px;
    margin-top: 26px;
    line-height: 1.18;
    letter-spacing: 0.4px;
    color: #95989a;
    text-align: center;
}
.jan19 .modal-nl__terms p{
    font-family: 'AvenirLTStd-roman', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #272727;
    width: 90%;
    margin: 1vh auto;
}
.modal-nl__terms a{
    text-decoration: underline;
}
.modal-nl__img{
    display: block;
    width: 100%;
}

.jan19 .modal-nl__img{
    display: block;
    width: 100%;
    height: 100%;
}

.modal-nl-thankyou{
    display: none;
    padding: 78px 0;
    width: 100%;
    background: #fff;
    transition: 0.2s linear;
    opacity: 0;
}
.modal-nl__thankyou_title{
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1.26;
    letter-spacing: -1.4px;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 25px;
}
.modal-nl__thankyou_subtitle{
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    text-align: center;
    color: #282829;
}
.modal-nl__follow{
    margin-top: 30px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .modal-nl.jan19 {
        width: 600px;
    }
    .jan19 .modal-nl__left{
        width: 100%;
    }
    .modal-newsLetter, .modal-eu-order{
        width: 80vw;
        height: 80vh;
    }
    .modal-nl.jan19{
        width: 100%;
    }
    .jan19 .modal-nl__img{
        width: 100%;
    }
    .jan19 .modal-nl__heading .section_heading{
        font-size: 40px;
    }
    .jan19 .modal-nl__subtitle {
        width: 90%;
    }
    .jan19 .f-nl__button{
        font-size: 12px;
    }
    .jan19 .modal-nl__form-container #emailinput{
        font-size: 12px;
    }
    svg.modal-close{
        margin: 0px 0 0 95%;
    }
}
@media only screen and (max-width: 414px) {
    .modal-nl-subtitle-form{
        grid-template-rows: 1fr 0.5fr 0.5fr;
    }
    .modal-nl {
        width: 340px;
    }
    .modal-newsLetter, .modal-eu-order{
        height: 506px;
        width: 328px;
    }
    .modal-nl.jan19{
        display: grid;
        width: 328px;
        grid-template-areas: 'image'
                             'content';
        grid-template-columns: 1fr;
    }
    .jan19 .modal-nl__heading .section_heading{
        font-size: 40px;
        line-height: 1;
        letter-spacing: -0.83px;
        text-align: center;
        padding-bottom: 0;
        color: #111111;
    }
    .modal-nl__left{
        width: 100%;
        /* padding: 0 30px 18px; */
        text-align: center;
    }
    .jan19 .modal-nl__right{
        width: 100%;
        height: 278px;
        display: block;
    }
    .jan19 .modal-nl__img{
        height: 278px;
        width: 328px;
        min-height: 278px;
        position: relative;
    }
    .f-nl__inner{
        width: 291px;
        margin: 0 auto;
    }
    .jan19 .modal-nl__left {
        width: 328px;
    }
    .jan19 .modal-nl__form-container #emailinput{
        padding: 6px 11px 6px 14px;
        font-size: 12px;
    }
    .jan19 #formerrors_modal{
        bottom: 2px !important;
    }
    .jan19 #emailinput-error{
        font-size: 12px;
    }
    .jan19 .f-nl__button{
        width: 83px;
        margin: 0;
        font-size: 12px;
    }
    .modal-nl__titles{
        padding-top: 66px;
    }
    .modal-nl__title.title1:before{
        left: 0;
    }
    .modal-nl__subtitle{
        margin-top: 8px;
    }
    .modal-nl__form-container{
        margin-top: 44px;
    }
    .modal-nl__terms{
        margin-top: 18px;
        text-align:center;
    }
    .modal-nl-subtitle-form{
        align-items: flex-start;
    }
    .jan19 .modal-nl__terms{
        margin-top: 0px;
        font-size: 8px;
        letter-spacing: -0.1px;
        width: 328px;
    }
    .jan19 .modal-nl__terms p{
        width: 275px;
        margin: 2vh auto;
        text-align: center;
    }
    .modal-nl__right{
        display: none;
    }
    .modal-nl__heading {
        margin: 20px 0 3px;
    }
    .modal-nl-subtitle-form{
        width: 328px;
    }
    .jan19 .modal-nl__heading {
        margin: 2vh auto;
        width: 328px;
    }
    .jan19 .section_heading{
        padding-bottom: 17px;
    }
    .jan19 .modal-nl__subtitle{
        text-align: center;
        font-size: 14px;
        margin: auto;
        width: 90%;
    }
    .jan19 .modal-nl__subtitle p {
        line-height: 1.4;
    }
    .jan19 .modal-nl__form-container {
        margin-top: 10px;
    }
    .f-nl{
        display: block;
        width: 328px;
        margin: 0;
    }
    .f-nl__email{
        width: 100%;
    }
    .f-nl__button{
        width: 100%;
        margin: 16px 0;
        height: 41px;
    }
    .modal-nl.thankyou {
        width: 340px;
    }
    svg.modal-close{
        margin: 0px 0 0 93%;
    }
}

/*
General modal css
 */
.modal-overlay{
    position: fixed;
    display: grid;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.52);
    top: 0;
    left: 0;
    z-index: 999;
    align-items: center;
    justify-content: center;
}