h1.widget-title.dfd-title{
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    font-family: "ScotchTextCondMd" !important;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0px;
    color: #477aba;
    padding-bottom: 1rem !important;
}
#myForm{
    padding: 0px 1px !important;
    margin-top: 0px !important;
}
form#myForm button {
    font-family: "VistaSlabOTCEReg" !important;
}
form#myForm *:not(button):not(h1) {
    font-family: "ScotchTextCondRm" !important;
}
form#myForm .border-bottom {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}
body {
    font-family: "ScotchTextCondRm" !important;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 26px;
}
input {
    font-weight: 400 !important;
}

.form-check-input:focus:before {
    box-shadow: unset !important;
}
.form-check-input[type=radio] {
    border-width: 1.5px;
}
button.btn.btn-default {
    border-radius: 22px !important;
    padding: 10px 16px !important;
    font-size: 20px;
    color: #ffffff;
    border-width: 0px;
    background-color: #477aba;
    height: 45px !important;
    line-height: 25px !important;
}
.form-check-input[type=radio]:checked, .form-check-input[type=radio]:checked::after {
    background: #477aba !important;
}
.form-outline .form-control:focus~.form-label, .form-outline .form-control.active~.form-label {
    transform: translateY(-1.15rem) translateY(0.1rem) scale(0.8);
}
.form-check-inline {
    padding: 0;
}
.form-check.form-check-inline input, .checkboxes input {
    display: inline-block;
    padding: 0;
    margin: 0;
}
label.form-check-label {
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 400 !important;
    margin-top: -4px;
    cursor: pointer !important;
    position: relative;
    padding-left: 6px;
}
.checkboxes input {
    width: 21px;
    height: 21px;
}
.checkboxes label {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400 !important;
    display: block;
    margin-top: -24px;
    padding-left: 30px;
    cursor: pointer !important;
    position: relative;
    color: #707070;
}
span#compileAll {
    font-size: 17px !important;
    line-height: 22px !important;
    color: #707070;
    margin-top: 20px !important;
    display: block;
}
span.formCheckTitle {
    font-size: 20px !important;
    color: #707070 !important;
    line-height: 26px !important;
    position: inherit !important;
    display: block !important;
}
.form-outline.mt-3.checkboxes {
    margin-bottom: 20px;
}
label.form-label {
    margin-bottom: 0 !important;
    height: 25px !important;
}
#myForm label.form-label, .form-outline label, #myForm input, #myForm select {
    font-size: 17px !important;
}
#myForm label.form-label, .form-outline label, #myForm select {
    line-height: 22px !important;
}
input[type="text"], select {
    color: #4f4f4f !important;
}
input[type="checkbox"], input[type="radio"] {
    accent-color: #477aba !important;
}