h1 {
    line-height: 2.25rem;
    font-family: FranklinGothic, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    color: #002d61;
}

h4 {
    font-family: FranklinGothic, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    color: #002d61;
    text-decoration-style: solid;
}

body, p, label {
    font-family: FranklinGothic, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-size: 12pt;
    font-weight: 400;
}

b {
    font-family: FranklinGothic, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
}

a {
    color: #002d61;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.error {
    color: #e01737;
    display: none;
    font-size: 10pt;
}

p.error {
    margin: 0;
}

form, .box {
    background-color: #f8f9fb
}

td {
    padding: 2px 5px;
}

.btn {
    transition: background-color;
    font-size: .875rem;
    line-height: 1.142;
    letter-spacing: 1.25px;
    color: #009cda;
    padding: .7rem .9rem;
    background-color: rgba(0, 0, 0, 0);
    border: .125rem solid #009cda;
    border-radius: 1.5625rem;
    display: inline-block;
    vertical-align: top;
    width: 25em;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    background-color: #ffba4c;
    color: #002d61;
}

.btn-disabled {
    transition: background-color;
    font-size: .875rem;
    line-height: 1.142;
    letter-spacing: 1.25px;
    color: #dadada;
    padding: .7rem .9rem;
    background-color: rgba(0, 0, 0, 0);
    border: .125rem solid #dadada;
    border-radius: 1.5625rem;
    display: inline-block;
    vertical-align: top;
    width: 25em;
    text-align: center;
}

@font-face {
    font-family: "FranklinGothic";
    src: url(fg400.woff2) format("woff2"),url(fg400.ttf) format("ttf"),url(fg400.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FranklinGothic";
    src: url(fg500.woff2) format("woff2"),url(fg500.ttf) format("ttf"),url(fg500.svg) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FranklinGothic";
    src: url(fg400i.woff2) format("woff2"),url(fg400i.ttf) format("ttf");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}