/*  reset formstack */
fieldset {
    border: 0px;
}
label.fsOptionLabel {
    border: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    font-size: 2em;
    background: blue!important;
    background-color: blue!important;
    color: inherit;
}
label.fsOptionLabel {
    border: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
    background-color: transparent!important;
    color: inherit!important;
}
.fsSectionHeader,.fsPreviousButton  {
    display: none!important;
}
.form #fsNextButton4341435, .fsPreviousButton, .fsSubmitButton, .fsNextButton {
    background: transparent!important;
    padding: 0!important;
    width: 30vw;
    display: flex;
    padding: 0px;
    border: 0px solid transparent;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: inherit !important;
    background-color: transparent !important;
}

/* Name Field */
.fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst, .fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst {
    width: 100%!important;
}
.fsBody .fsSubField {
    margin-right: 0!important;
}
.fsSubField.fsNameFirst {
    display: flex !important;
    flex-direction: column !important;
    height: 8vh;
    justify-content: space-between;
    align-items: center;
}
.fsSubField.fsNameLast {
    display: flex !important;
    flex-direction: column !important;
    height: 8vh;
    justify-content: space-between;
    align-items: center;
}
/* END Name field */
/* Fields */
.fsField {
    width: 100%!important;
}
fieldset {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    color: inherit!important;
    text-align: center!important;
}
.fieldset-content {
    background: #f7f7f7;
    border-radius: 3vw;
    padding: 3vw;
}
label.fsOptionLabel.vertical {
    background: red!important;
    background-color: red!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 1.4em!important;
    line-height: 1.5em!important;
    margin-bottom: 1vh!important;
}
/* END Fields */
/* Labels */
.fsBody .fsSupporting {
    font-size: 1em!important;
    font-weight: 400;
    font-style: normal;
    line-height: 1em!important;
    color: inherit!important;
}
legend span {
    color: inherit;
    text-align: center;
    font-size: 1.5em;
}
/* END Labels */