@media screen and (min-width: 990px) {
    
    .sidebar-right .wf-container-main {
        -ms-grid-columns: calc(100% - 300px - 25px) 50px calc(300px - 25px)!important;
        grid-template-columns: calc(100% - 300px - 25px) calc(300px - 25px)!important;
    }
}
    
.success-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: bold;
}
.progress-bar-container {
    width: 100%;
    margin: 35px auto;
    position: relative;
    z-index: 1;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #005645;
}

.progressbar li.active:before {
    border-color: #005645;
    background-color: #005645;
    color: #fff;
}

.progressbar li.active + li:after {
    background-color: #005645;
}
input[type="submit"].continue-button {
    background-color: #005645!important;
    color: #fff!important;
    float: right;
}
input[type="submit"].continue-button:hover{
    color: #005645!important;
    background-color: #ffb536!important;
}

textarea {
    width: 100%;
}

.member-registration-title {
    margin-bottom: 25px;
}

section.registration-details-section {
    background-color: #f6f6f6;
    padding: 15px 30px;
    margin: 30px 0;
}

input[type=text],
select,
textarea {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
    display: block;
}

input[type=text]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(0, 86, 69, 1);
    border: 1px solid rgba(0, 86, 69, 1);
}

.form-group label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
}

.input-description {
    font-size: 14px;
    line-height: 1.5em;
}

.section-sub-title {
    margin-top: 15px;
}

input[type=file] {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.member-payment-method-list li {
    list-style: none;
}

ul.member-payment-method-list li span {
    padding-left: 10px;
}

.hidden-content {
    display: none;
}
#card-errors {color:#a94442;}
div#card-field {
	border: 1px solid #ccc;
	padding: 8px 12px;
	border-color: rgba(170,170,170,0.25);
	border-radius: .25rem;
    background-color: #fdfdfd;
    color: #85868c
}