@-webkit-keyframes np_fade_in{0%{opacity:0}to{opacity:1}}@keyframes np_fade_in{0%{opacity:0}to{opacity:1}}#newsletter_popup{position:fixed;top:0;right:0;z-index:20000;width:100vw;height:100vh;background-color:rgba(0,0,0,.32);display:table;-webkit-animation-name:np_fade_in;animation-name:np_fade_in;-webkit-animation-duration:.6s;animation-duration:.6s}#newsletter_popup>div{display:table-cell;vertical-align:middle;text-align:center}.newsletter_popup--content{padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);display:inline-block;box-sizing:border-box;width:80vw;max-width:1200px;overflow-y:auto;max-height:100vh;text-align:left;position:relative}@media (max-width:480px){.newsletter_popup--content{width:100%}}.newsletter_popup--content>*{box-sizing:border-box}.newsletter_popup--content h2{color:#85af15;font-size:20px;line-height:1.5;padding:10px 20px 15px;margin:0}.newsletter_popup--content p{margin:14px 0}.newsletter_popup--content .np--close{position:absolute;right:10px;top:10px;width:20px;height:20px;opacity:.3;background-color:#14387e;border-radius:50%}.newsletter_popup--content .np--close:hover{opacity:1}.newsletter_popup--content .np--close:after,.newsletter_popup--content .np--close:before{position:absolute;left:9px;content:" ";height:14px;width:2px;background-color:#fff;top:3px}.newsletter_popup--content .np--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.newsletter_popup--content .np--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.np--instructions,.np--thanks{padding:0 20px;font-size:14px;text-align:justify}.np--instructions a,.np--thanks a{color:#14387f;text-decoration:none}.np--thanks{display:none}.newsletter_popup--form{padding:0 20px}.newsletter_popup--form .np--input{margin:40px 0;width:100%}.newsletter_popup--form .np--input.last{margin-bottom:20px}.newsletter_popup--form .np--input label{position:relative;display:block;width:100%;min-height:45px}.newsletter_popup--form .np--input .placeholder{position:absolute;display:block;top:23px;z-index:2;font-size:16px;transition:all .2s ease-in-out;width:100%;cursor:text;color:#14387f}.newsletter_popup--form .np--input input{position:absolute;top:15px;z-index:1;width:100%;font-size:16px;border:0;border-bottom:1px solid #14387f;transition:border-color .2s ease-in-out;outline:none;padding:0;margin:0;height:30px}.newsletter_popup--form .np--input input:focus,.newsletter_popup--form .np--input input:valid{border-bottom:2px solid #85af15}.newsletter_popup--form .np--input input:focus+.placeholder,.newsletter_popup--form .np--input input:valid+.placeholder{top:0;cursor:inherit;font-size:14px;color:#85af15}.newsletter_popup--form button{background:#14387f;padding:3px 30px;position:relative;display:inline-block;font-size:12px;color:#fff;text-transform:uppercase;border-radius:5px;border:0;line-height:1.8}.newsletter_popup--form.valid button{background:#85af15;cursor:pointer}#newsletter_popup.submitted .np--thanks{display:block}#newsletter_popup.submitted .newsletter_popup--form,#newsletter_popup.submitted .np--instructions{display:none}.np-highlight{color:#85af15;font-weight:700}