.pop-up-background {
    background: url('../images/overlay_bg.png');
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display: block;
    background-size: cover;
    background-position: center center;
}

.pop-up-background-modal {
    cursor:default;
}

.pop-up {
    visibility:hidden;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    top: 200px;
    width: 90%;
    z-index: 100;
}

.pop-up.small{
    margin-left: -100px;
    max-width: 200px;
}

.pop-up.medium{
    margin-left: -200px;
    max-width: 400px;
}

.pop-up.large{
    margin-left: -300px;
    max-width: 600px;
}

.pop-up.very-large{
    max-width: 800px;
}

.pop-up-content {
    background: #fff;
    
    min-height: 30px;
    padding: 31px 38px 38px 38px;
}

.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}


#pop-up h2 {
  color: #4c345e;
  font-family: "museo_sans300";
  font-size: 32px;
  line-height: 36px;
	margin-bottom:22px;
}
.fullname{overflow:hidden;}
.first{float:left; width:48.5%;}
.last_name{float:right; width:48.5%;}

.pop-up-body {
    font-size: 16px;
    color:#666;
}

.pop-up-display-content {
    display: none;
}

.pop-up .close {
    position:absolute;
    top:-25px;
    right:-25px;
    z-index: 99;
}

.pop-up .close a{
    font-size: 18px;
    color: #d22;
    width: 48px;
    height: 48px;
    background: url(../images/crose.png) no-repeat;
    display: inline-block;
}
.pop-up .close a:hover{
    opacity: 0.6;
}

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-btn:hover,
.pop-up-btn:focus {
    background: #6A798E;
}

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}

@media only screen and (max-width:760px) {
    .pop-up.large,.pop-up.very-large {
        left: 5%;
        margin: 0;
    }
}

@media only screen and (max-width:480px) {
    .pop-up.small,
    .pop-up.medium {
        left: 5%;
        margin: 0;
    }
    .pop-up-content {
        padding: 12px;
    }
    .pop-up-footer {
        padding-top: 12px;
    }
}

/* Check Box */
/* iCheck plugin Square skin, red
----------------------------------- */
.icheckbox_square-red,
.iradio_square-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(../images/checkbox.jpg) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-red {
    background-position: 0 0;
}
    
    .icheckbox_square-red.checked {
        background-position: -16px 0;
    }
   

.iradio_square-red {
    background-position: -32px 0;
}
    .iradio_square-red.hover {
        background-position: -32px 0;
    }
    .iradio_square-red.checked {
        background-position: -47px 0;
    }
    .iradio_square-red.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-red.checked.disabled {
        background-position: -216px 0;
    }


.subs_li, .popup_submit{overflow:hidden;}
.subs_li .icheckbox_square-red, .subs_li .iradio_square-red{float:left; z-index: 100;}
.subs_li label{float:left; display:block; margin-left:10px; font-family: "museo_sans500"; font-size:13px; line-height:15px; color:#fff; }
.subs_li .first {float: left; width: 25%;}


.popup_submit label{float:left; display:block; margin-top:15px; font-family: "museo_sans500"; font-size:13px; line-height:15px; color:#fff; }
.popup_submit input[type="submit"]{float:right;}
#as_an_adve > form > ul > li, #as_a_member > form > ul > li{margin-bottom:14px;}
#as_an_adve h4, #as_a_member h4{font-family: "museo_sans500"; font-size:15px; line-height:18px; color:#fff; margin-top:30px;}

#as_a_member, .lightblue{background:#5fb4e5 !important;}
#as_an_adve, .darkblue{background:#1b75bc !important;}

.apply_now_display_content div{  font-family: "museo_sans300";
    font-size: 24px;
    line-height: 28px;
    width: 100%; }
.apply_now_display_content div a{ color: #ea1d76; text-decoration: underline;  }

