@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');

* {
    box-sizing:border-box;
}

body {
    margin: 0;
    background: #ffffff;
    font-family: 'Raleway', Open Sans;
}
.container {
    top: 40px !important;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(53,105,128,.3), 0 6px 20px 0 rgba(165,200,213,.41);
}
div[id^="pp"], div[id^="pd"] {
    line-height: 25px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 10px 10px 10px 10px;
    margin: 0px 20px 10px 10px;
}
div#content1 img {
    max-width: 100%;
    margin: 0 auto 20px;
    display: block;
}

div#extrablock {
    margin: 20px 10%;
    font-size: 16px;
}

span.questionlabel {
    font-size: 16px;
}
/*#optd27, #optd58, #optp24, #optd42 {
    margin-right: 10px;
}*/
#extrablock input {
    margin-right: 10px;
}
hr {
    border: solid 1px #000;
}

h1 {
    font-family: inherit;
    color: #191919;
    text-align: center;
    margin: 20px 0px;
    line-height: 48px;
    font-size: 39px;
    font-weight: 600;
}

#nlhead {
display:block;
    color: #666666;
    text-align: left;
    line-height: 26px;
}

p#nlhead a {
    text-decoration: none;
    color: #000;
}

p#p13 {
    width: 100%;
    display: block;
    padding-right:20px;
}

p#p1, p#p2, p#p6, p#p8, p#p9, p#p7 {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
}

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: 2px;
    font-family: 'Raleway', Open Sans;
    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: #006B92;
    background: #006B92;
    -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: #a2361b;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    font-family: 'Raleway', Open Sans;
    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;
}
.privacy {
    padding: 20px 0px;
}

@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;
    }

}
