.confirmation {
    display: none;
}

.mktoForm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mktoFormRow {
    flex: 1 1 100%;
    margin-bottom: 0.5em;
}

/* Style the checkbox */
.mktoCheckboxList {
    display: flex;
    align-items: center;
}

.mktoCheckboxList input {
    width: 20px !important;
    margin-top: 5px;
}

.mktoCheckboxList label {
    flex: 1;
    margin-right: 10px;
}

.radio-list-fix {
    display: flex !important;
}

.radio-list-fix label {
    position: relative !important;
    float: left;

}

.radio-list-fix input {
    float: left;
    clear: both;
    margin-right: 1rem;
    transform: translateY(50%);
}
