.sclogin-modal-links a {
    color: #2980b9 !important;
}
.sclogin-modal-links {
    white-space: nowrap;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.sclogin-modal-links.yes{
    
}

.sclogin-modal-links.no{
}

.header {
    height: 86px;
}


/* Modal Links */
.sclogin-modal-links a {
    cursor: pointer;
    margin-right: 5px;
    text-decoration: none;
}

.sclogin-modal-links span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAEElEQVQIW2PUbNj5n5EUAgBGdhfV8VE7XwAAAABJRU5ErkJggg==) no-repeat;
}

.ago-btn {
    background: #1dabb8;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-top: 20px;
    padding: 12px 20px;
}

:focus {outline:none}

body,
input,
textarea,
select {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4c4c4c;
}

.testbox h1 {
    font-weight: 300;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -15px;
    font: 18px Open Sans Semibold;
}

#modal-header {
    height: 36px;
}

#modal-close {
    background: url("https://www.joycemeyer.org/Assets/Images/SuperNav/close.png");
    width: 36px;
    height: 36px;
}

#modal-container {
    padding: 10px 10px 25px 10px !important;
    /*padding-bottom: 25px;*/
    -webkit-border-radius: 8px/7px;
    -moz-border-radius: 8px/7px;
    border-radius: 8px/7px;
    background-color: #ebebeb;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border: solid 1px #cbc9c9;
}
.testbox {
    margin: 0 auto 20px auto;
    width: 316px;
}

.testbox input[type=checkbox] {
    visibility: hidden;
    width: 0;
}

form{
    margin: 0 30px;
}

label.radio {
    cursor: pointer;
    text-indent: 35px;
    overflow: visible;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

label.radio:before {
    background: #3a57af;
    content:'';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 2.5px;
    left: 4.5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=checkbox]:checked + label:after {
    opacity: 1;
}

hr{
    color: #a9a9a9;
    opacity: 0.3;
}
.testbox input {
    margin-left: -5px;
}


input[type=text],input[type=password], input[type=email] {
    width: 249px;
    height: 39px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-top: 13px;
    padding-left: 10px;
}

input[type=password]{
    /*margin-bottom: 25px;*/
}

#icon {
    text-align: left;
    display: inline-block;
    width: 30px;
    background-color: #3a57af;
    padding: 15px 0px 14px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    color: white;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 0px #cbc9c9;
}

.gender {
    float: left;
    margin-top: 24px;
}
.enter {
    margin-top: 17px;
    width: auto;
}

.accounttype{
    margin-left: 8px;
    margin-top: 20px;
}

button.button {
    cursor: pointer;
    border: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 8px 25px 8px 20px;
    display: inline-block;
    float: right;
    text-decoration: none;
    /*height: 27px !important;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3a57af;
    /*-webkit-box-shadow: 0 3px rgba(58,87,175,.75);*/
    /*-moz-box-shadow: 0 3px rgba(58,87,175,.75);*/
    /*box-shadow: 0 3px rgba(58,87,175,.75);*/
    transition: all 0.1s linear 0s;
    top: 0px;
    position: relative;
}


#modal-content {
    /*display: block;*/
    padding: 0;
    /*z-index: 999;*/
}

.reglog .button {
    float: left;
}
.reglog legend {
    font-weight: 300;
    color: #4c4c4c;
    margin-bottom: 10px;
    /*margin-top: -29px;*/
    font: 18px Open Sans Semibold;
}

.reglog  input[type="checkbox"] {
    margin-top: 16px;
}
.reglog  dd {
    min-height: 70px;
}
.reglog  dt {
    float: left;
    padding-top: 10px;
    width: 142px;
}

#users-profile-core dt {
    font-weight: bold;
}

#users-profile-core dd,
#users-profile-core dt {
    line-height: 30px;
}

#users-profile-core legend {
    font-weight: bold;
}


#users-profile-custom {
    margin-top: 20px;
}
#users-profile-custom dt {
    font-weight: bold;
}

#users-profile-custom dd,
#users-profile-custom dt {
    line-height: 30px;
}

#users-profile-custom legend {
    font-weight: bold;
}

.lis ul li {
    list-style: none;
}
.lis {
    margin: 17px;
}

#system-message-container {
    margin: 0 0 0 31px;
}
