.corporate-steps {
    margin-bottom: 10px;
}

.corporate-steps .step {
    margin-bottom: 10px;
}

.corporate-steps .step.active h3,
.corporate-steps .step.active h4 {
    font-weight: bold;
}

.corporate-steps .step.active h3 {
    background-color: #ffbc00;
    border-color: #ffbc00;
    color: white;
}

.corporate-steps .step.disabled {
    opacity: .5;
}

.corporate-steps .step h3,
.corporate-steps .step h4 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.corporate-steps .step h3 {
    width: 45px;
    height: 45px;
    border: 1px solid #777777;
    border-radius: 50%;
    text-align: center;
    color: #001d51;
    font-size: 18px;
}

.corporate-steps .step h4 {
    padding-left: 10px;
    font-size: 16px;
    color: #001d51;
}