@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,700,700i&display=swap');

body {
    font-family: "Libre Franklin";
}

h2 {
    font-weight: bold;
    line-height: 34px;
    font-size: 20px;
    font-family: "Libre Franklin";
    text-align: center;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-family: "Libre Franklin";
    color: #000000;
}

h3 a, a:visited, h3 a:hover, a {
    font-family: "Libre Franklin";
    color: #DA291C;
    text-decoration: underline;
    outline: 0;
    font-weight: bold;
}

span#STred {
    font-family: "Libre Franklin";
    font-weight: 700;
    color: rgb(218, 41, 28);
    font-size: 21px;
}

span#STblack {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-style: italic;
    color: rgb(0, 0, 0);
    font-size: 21px;
}


span.questionlabel {
    display: none;
}

label {
    display: none;
}

input#id13, input#id16, input#id17 {
    max-width: 150px;
    width: 100%;
    margin: auto;
    vertical-align: center;
}

div#submitbtn {
    display: none;
}

div#crtbtn {
    text-align: center;
}

input[type="submit"] {
    -webkit-appearance: none;
    font-size: 18px;
    width: auto;
    background: #da291c;
    max-width: 300px;
    color: white;
    text-decoration: none;
    text-shadow: none;
    font-family: "Libre Franklin";
    letter-spacing: .5px;
    padding: 8px 23px 8px;
    line-height: normal;
}

input[type="submit"]:hover {
    -webkit-appearance: none;
    font-size: 18px;
    width: 100%;
    background: #ff2f20;
    max-width: 300px;
    color: white;
    text-decoration: none;
    text-shadow: none;
    font-family: "Libre Franklin";
    letter-spacing: .5px;
    padding: 8px 23px 8px;
    line-height: normal;
}

header.sixteen.columns {
    margin-top: 30px;
    text-align: center;
}

div#frgt a {
    font-family: "Libre Franklin";
    color: #DA291C;
    text-decoration: none;
    outline: 0;
    font-weight: normal;

}

div#content1 {
    text-align: center;
}

.sixteen.columns.footer {
    border: none;
}
