@import url('https://fonts.googleapis.com/css2?family=Jura:wght@500&family=Source+Serif+Pro&display=swap');
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
textarea,
button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.wufoo {
    color: #777;
    font-family: 'Source Serif Pro', Utopia, utopia-std, Georgia, serif;
    font-weight: 400;
}

.wufoo .btTxt {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: block;
    padding: 0 1.5625em;
    font-size: 16px !important;
    line-height: 2.5em;
    color: #fff;
    background: #0065b0;
    border: none;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    transition: color .1s ease-out;
    text-align: center;
    margin: 20px auto;
}

.wufoo .btTxt:hover {
    background: #004a81;
}

.wufoo #logo {
    display: none;
}

.wufoo li.focused {
    background-color: transparent !important;
}

.wufoo label.desc,
.wufoo legend.desc,
.likert caption,
.wufoo label.choice,
.wufoo li div,
.wufoo li span,
.wufoo li div label,
.wufoo li span label,
.wufoo .info div {
    font-size: 16px !important;
    line-height: 1.6;
    font-weight: 400;
    color: #777 !important;
}

.wufoo li span.req {
    color: red !important;
    font-size: 18px;
}

.wufoo .info div {
    max-width: 450px;
}

.wufoo input,
.wufoo textarea,
.wufoo input {
    padding: 4px 8px;
    color: #333;
}

form li span label {
    display: none;
}

.wufoo label.desc,
.wufoo legend.desc {
    display: block;
    font-family: 'Jura', sans-serif;
    font-size: 16px !important;
    color: #0065b0 !important;
    font-weight: 500;
}

.wufoo .info h2 {
    font-family: 'Jura', sans-serif;
    font-size: 40px !important;
    color: #0065b0 !important;
    font-weight: 500;
}

.confirm h2 {
    max-width: 450px;
    text-align: center;
    color: #777;
}