.color-trigger--gray {
    background-color: #f3f6f9;
    border-radius: 0 0 25px 25px;
}

.fm-webform {
    padding: 0px !important;
}

div#edit-actions {
    margin: 0px;
}

div.webform-confirmation__message {
    background: #EBFBF6;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    margin-top: 30px;
}
i.fa.fa-check-circle {
    color: #34D39D;
    width: 38px;
    height: 38px
}
div.webform-confirmation__message > span {
    font-size: 22px;
    font-weight: 600;
}
.form-item-wrapper {
    margin-top: 20px;
    margin-left: 10px
}
label.js-form-required.form-required {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #05314D;
}
input#edit-submit {
    color: #F3F6F9;
    background: #1C6FA3;
    width: 144px;
    justify-content: center;
}