.widget-contactform {
    max-width: 700px;
}
.frommarginplacement {
    margin: 8px 0px 20px !important;
}
.widget-contactform.mncontent-box .cf-form div[class^="cf-form"] {
    float: none;
    clear: none;
}
.widget-contactform .cf-form-contact .extension {
    width: 28.5%;
}
.cf-form-instrument-info .btns {
    display: flex;
}
.cf-form-instrument-info .add-additional-instrument-btn, .cf-form-instrument-info .remove-additional-instrument-btn {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    color: #193356;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 5px 10px;
    transition: all .3s ease;
}
.cf-form-instrument-info > .btns .btn {
    background-color: #d9d9d9;
    border-left: 1px solid #c0c0c0;
}
.cf-form-instrument-info > .btns .btn:first-child {
    border-left: 0;
}
.cf-form-instrument-info > .btns .btn:hover {
    background-color: #cccccc;
}
.add-additional-instrument-btn span, .remove-additional-instrument-btn span {
    font-size: 32px;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.add-additional-instrument-btn span.add {
    background-color: #439959;
}
.remove-additional-instrument-btn span.remove {
    background-color: #CC3333;
    padding-bottom: 4px;
}
.add-additional-instrument-btn span.remove {
    color: #439959;
    border: 2px solid #439959;
}
.contact-info {  
    padding: 0 24px 20px;
}
.instrument-info .instrument-section {
    border: 1px solid #e1e1e1;
    padding: 20px 24px 0;
    margin-bottom: 20px;
}
.instrument-info .instrument-section:last-child {
    margin-bottom: 0;
}
.widget-contactform.mncontent-box .btn-send {
    width: 100%;
    margin-bottom: 0;
}
.widget-contactform.mncontent-box .field-validation-error {
    margin-top: -12px;
    margin-bottom: 8px;
}
.widget-contactform.mncontent-box .cf-form-contact {
    display: flex;
}
.attach-file-info {
    margin-top: 40px;
}
.steps .num, .steps .step::after, .steps .step::before {
    background-color: #193356;
}
ul#fileList {
    padding-left: 16px;
    font-size: 14px;
}
.large-4 > .widget-richcontent {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}
.large-4 > .widget-richcontent h3 {
    font-size: 18px;
    color: #193356;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .steps .num {
        min-width: 3em;
        min-height: 3em;
    }
}
@media only screen and (min-width: 64.063em) {
    .widget-2column > .row > .large-8 {
        width: 58.33333%;
    }
     .widget-2column > .row > .large-4 {
        width: 41.66667%;
    }
}