@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

* {
    box-sizing:border-box;
}

body{
    font-family: arial, helvetica, sans-serif;
text-align: center
}


#standardForm div.container {
top:0px !important;
text-align: center
}

#standardForm span#logo {
margin-top:0px;
margin-bottom: 15px;
text-align: center
}

#standardForm #content4 {
height:100px;
text-align: center
}

div#content1 img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

div#extrablock {
    margin: 20px 10%;
position: relative;
}

span.questionlabel {
    font-weight: bold;
    font-size: 16px;
}

hr {
    border: solid 0px #000;
position: relative;
text-align: center
}

h1 {
    font-family: inherit;
    color: #191919;
    text-align: center;
    margin: 20px 0px;
    line-height: 48px;
    font-size: 24px;
    font-weight: 300;
}

h2 {
    font-family: inherit;
    color: #191919;
    text-align: center;
    margin: 20px 0px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 200;
}

#nlhead {
display:block;
    color: #666666;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

p#nlhead a {
    text-decoration: none;
    color: #000;
align-content: center;
}

p#p13 {
    width: 100%;
    display: block;
    padding-right:20px;
position: relative;
align-content: center;
}

p#p1, p#p2, p#p6, p#p8, p#p9, p#p7 {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
position: relative;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

input[type="submit"] {
    border-style: solid;
    border-width: 0px;
    font-family: arial, helvetica, sans-serif;
    display: inline-block;
align-content: center;
position: relative;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #FFF;
    border-color: #475B72;
    background: #475B72;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    min-width: 200px;
    border-radius: 5px !important;
    font-weight: 800 !important;
    text-shadow: none;
}

input[type="submit"]:hover {
    background: #000;
    color: #fff;
    border-style: solid;
    border-width: 0px;
    font-family: arial, helvetica, sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #FFF;
    border-color: #000000;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    min-width: 200px;
    border-radius: 5px !important;
    font-weight: 800 !important;
    text-shadow: none;
}

span.aimfooter {
    display: block;
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.sixteen.columns.footer {
    display: none;
}

@media only screen and (max-width: 767px) {
    p#p1, p#p2, p#p6, p#p8, p#p9, p#p7, p#p13 {
    display: block;
    width: 100%;
    padding-right: 0px;
}

    div#extrablock {
        margin: 20px 0px;
    }

}
