@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,700,700i&display=swap');

header.sixteen.columns {
	margin-top: 20px;
    text-align: center;
}

#STtext {
    font-family: "Libre Franklin";
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 22px;
}

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 {
    font-family: Libre Franklin;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
}

div#pp3 label, div#pp4 label, div#pp5 label, div#pd7 label {
    color: black;
}

input#id13, input#id1, input#id2, input#id3, input#id10 {
    max-width: 500px;
    width: 100%;
    margin-left: 0px;
    vertical-align: center;
}

section.sixteen.columns.contentmiddle {
    margin-left: auto;
    display: block;
    border-style: none;
    border-radius: 0px;
    /* left: 202px; */
    /* top: 170px; */
    /* z-index: 1; */
    /* width: 619px; */
    /* height: 186px; */
    /* position: absolute; */
    margin-right: auto;
    width: 100%;
}

p#p13, p#p1, p#p2, p#p3, p#p10 {
display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    vertical-align: center;
}

span#stred {
    font-family: Libre Franklin;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
}

div#submitbtn {
    display: none;
}

div#stsubs {
    text-align: center;
    margin-top: 30px;
    align: center;
}

h3 {
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    font-family: sans-serif;
    color: #A8A8A8;
}

input[type="submit"] {
    margin-left: auto;
    max-width: 300px;
    display: block;
    border-style: none;
    border-radius: 5px;
    width: 100%;
    background: #da291c;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 18px;
    font-family: Libre Franklin;
    font-style: normal;
    text-align: center;
    margin-right: auto;
}

input[type="submit"]:hover {
    margin-left:auto;
    margin-right:auto;
    max-width: 300px;
    display: block;
    border-style: none;
    border-radius: 5px;
    width: 100%;
    background: #ff2f1f;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 18px;
    font-family: Libre Franklin;
    font-style: normal;
    text-align: center;
}



@media only screen and (max-width: 789px) {

input#id13, input#id1, input#id2, input#id3, input#id10 {
    max-width: 500px;
    margin-left: 0px;
    vertical-align: center;
}


}





