#finix-popover-background{
    width:100%;height:100%;background:rgba(0,0,0,0.8);
    position: fixed;top:0;left:0;
    z-index: 199;
}
.email-harvester-contents{
    width:850px;
    height:550px;
    display: block;
    margin:100px auto;
    position: relative;
}


.email-harvester-contents .close_button { position: absolute; right: -15px; top: -15px; display: block; width: 29px; height: 29px; background: transparent url("../images/close.png") no-repeat 0 0; }


#email-harvester-popout-form-wrapp{
    width:292px;position: absolute;left:20px;top:200px;
}
#email-harvester-popout-form-wrapp .harvester-inputs{
    padding:15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #21469b;
}
#email-harvester-popout-form-wrapp .harvester-submit{
    background:url("../images/input-submit.jpg") no-repeat;
    width:260px;height:58px;
    margin:15px;
    border:none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ffff00;
}
#email-harvester-popout-form-wrapp .email-harvester-input-name{
    background:url("../images/input-name.jpg") no-repeat;
    width: 262px;
    height: 48px;
    display: block;
    margin-bottom: 10px;
    background-position: 0 0;
    padding:0 0 0 50px;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}
#email-harvester-popout-form-wrapp .email-harvester-input-email{
    background:url("../images/input-email.jpg") no-repeat;
    width: 262px;
    height: 48px;
    display: block;
    margin-bottom: 10px;
    background-position: 0 0;
    padding:0 0 0 50px;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}
#email-harvester-popout-form-wrapp .email-harvester-input-name.Formerror,#email-harvester-popout-form-wrapp .email-harvester-input-email.Formerror{
    background-position: 0 100%;
}

.email-harvester-contents.nor-view1{
    background: url("../images/nor-view1.png") no-repeat left;
}
.email-harvester-contents.nor-view2{
    background: url("../images/nor-view2.png") no-repeat left;
}

.nor-view1 #email-harvester-popout-form-wrapp{
    top:265px;
}
.nor-view2 #email-harvester-popout-form-wrapp{
    top:220px;
}

.email-harvester-contents.swe-view1{
    background: url("../images/swe-view1.png") no-repeat left;
}
.email-harvester-contents.swe-view2{
    background: url("../images/swe-view2.png") no-repeat left;
}

.swe-view1 #email-harvester-popout-form-wrapp{
    top:265px;
}
.swe-view2 #email-harvester-popout-form-wrapp{
    top:220px;
}

.email-harvester-contents.fin-view1{
    background: url("../images/fin-view1.png") no-repeat left;
}
.email-harvester-contents.fin-view2{
    background: url("../images/fin-view2.png") no-repeat left;
}

.fin-view1 #email-harvester-popout-form-wrapp{
    top:265px;
}
.fin-view2 #email-harvester-popout-form-wrapp{
    top:220px;
}



#email-harvester-popup-popup { width: 540px; /*height: 330px;*/ background-color: #fff; -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1); -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1); box-shadow:         0px 0px 30px rgba(0, 0, 0, 1); }
#email-harvester-popup-popup .in { position: relative; padding: 45px 30px; }
#email-harvester-popup-popup .in .close_button { position: absolute; right: -15px; top: -15px; display: block; width: 29px; height: 29px; background: transparent url("../images/close.png") no-repeat 0 0; }
#email-harvester-popup-popup .in .content h1 { font-size: 40px; font-weight: bold; text-transform: uppercase; color: #4aa519; margin: 0 0 20px; }
#email-harvester-popup-popup .in .content p { font-size: 18px; line-height: 26px; color: #333; margin: 5px 0; }

/* hide harvester from mobiles */
@media all and (max-width: 800px) {
    #finix-popover-background{
        display:none !important;

    }
}
.hidden{
    display:none;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
