﻿#exit-intent-modal {
    /** Hide the#exit-intent-modal */
    display: none;
    /** Apply basic#exit-intent-modal styling */
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #333333;
    background: #35313170;
}

    #exit-intent-modal:after {
        content: '';
        display: table;
        clear: both;
    }

    #exit-intent-modal .box {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: max-content;
        /*min-width:500px;*/
        height: fit-content;
        margin: 2% auto;
        padding: 20px;
        background-color: #FFF;
        box-shadow: 0px 1px 26px -3px #777777;
        position: relative;
    }

    #exit-intent-modal .title {
        margin: 0;
        padding: 0 0 10px 0px;
        border-bottom: 1px #ccc solid;
        font-size: 22px;
    }

    #exit-intent-modal .content {
        display: block;
        padding: 10px 0 0 0px;
        font-size: 18px;
        line-height: 22px;
    }

    #exit-intent-modal .close {
        float: right;
        display: block;
        text-decoration: none;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #858585;
    }

    #exit-intent-modal .open {
        /** Show#exit-intent-modal when mouse leaves the browser window */
        display: block;
        outline: none;
    }

iframe#newsletter {
    border: none;
    font-weight: bold;
    height: 100%;
}

element.style {
    height: 0;
}
#exit-intent-modal #newsletter:nth-child(3) {
display:none;
}