

#slickPopup .slickWindow {
    width: 480px;
    height: 280px;
    background-color: #fff;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    margin: 30px;
    padding: 30px;
}
#slickPopup .slickOverlay {
    background: rgba(0,0,0,0.85);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.slickContent {
    text-align: center;
    top: 20%;
    margin-top: -64px;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#slickPopup .slickContent .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
#slickPopup .slickContent p {
    font-size: 14px;
    line-height: 20px;
}
#slickPopup .slickContent .cta {
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #00539f;
    /* border: 2px solid #000; */
    padding: 10px 20px;
    width: 100px;
    line-height: 40px;
    font-weight: 700;
}
#slickPopup .slickContent .cta:hover {
    opacity: 0.7;
}
#slickGenerator {
    display: inline-block;
    width: 100%;
}