.pointer {
    cursor: pointer !important;
}

#modal_popup .modal-content {
    background-color: rgb(8, 82, 153);
    background-image: url('https://media-s3-us-east-1.ceros.com/aon/images/2017/08/24/00642a51ac641752d14b2267cc695616/05-bg-2507-1651.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: rgb(255, 255, 255);
    border: 3px solid rgb(253, 185, 19);
    padding: 0px 25px;
    font: normal 15px/19px "Source Sans Pro";
    font-style: normal;
}

#modal_popup .modal-close {
    text-align: right;
    text-decoration: none;
    padding: 5px 5px 0px 0px;
    font-size: 40px;
    color: rgb(253, 185, 19);
    cursor: pointer;
    margin-top: 5px;
    display: block;
}

#modal_popup .modal-body {
    margin: 0px 0px 15px 0px;
}

#modal_popup .label_text {
    margin-top: 10px;
    display: inline-block;
    font: normal 15px/19px "Source Sans Pro";
    margin-bottom: 0;
}

#modal_popup #hidden {
    display: none;
}

#modal_popup h2 {
    font-family: PreloSlabW01-Book-Norm-VBVKNH18;
    font-weight: 400;
    line-height: 24px;
    font-size: 24px;
}

#modal_popup .req {
    color: rgb(255, 255, 255) !important;
    font-weight: normal;
    font-style: italic;
}

#modal_popup .help-block {
    color: rgb(220, 35, 46);
    font-size: 13px;
    line-height: 17px;
}

#modal_popup input[type=text] {
    border: none;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    outline: 0;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: rgb(6, 58, 107);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    background-color: rgba(255, 255, 255, 0.5);
}

#modal_popup input[type=text]:focus {
    background-color: rgba(255, 255, 255, .8);
}

#modal_popup input[type=submit] {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0px;
    font-weight: bold;
    background-color: rgb(8, 82, 153);
    color: rgb(255, 255, 255);
    border-color: rgb(6, 58, 107);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    border-width: 1px 1px 3px;
    border-radius: 4px;
}

#modal_popup input[type=submit]:focus {
    background-color: rgb(6, 58, 107);
}

#modal_popup .label_cb {
    font: normal 15px/19px "Source Sans Pro";
    margin-bottom: 0;
    margin-top: 20px;
}

#modal_popup .label_cb:after {
    content: '';
    display: table;
    clear: both;
}

#modal_popup .cr {
    position: relative;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    border: none;
    border-radius: 4px;
    color: rgb(6, 58, 107);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    background-color: rgba(255, 255, 255, 0.5);
}

#modal_popup #email_notice {
    font: normal 13px/17px "Source Sans Pro";
    font-style: italic;
}

#modal_popup .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

#modal_popup .label_cb input[type="checkbox"] {
    display: none;
}

#modal_popup .label_cb input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

#modal_popup .label_cb input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

#modal_popup .label_cb input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

@media only screen and (max-width: 640px) {
    #modal_popup .modal-content {
        padding: 0px 5px;
    }
}