@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: 'Nunito', sans-serif;
}

p#p1, p#p2, p#p11, #p3 {
    width: 50%;
    display: inline-block;
}
p#p13 {
    width: 100%;
    display: inline-block;
}
p#p109 {
    display: none;
}

div#extrablock p {
    padding-right: 20px;
}

div#content1 img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

div#extrablock {
    max-width: 575px;
    margin: 20px auto;
}

span.questionlabel {
    font-weight: bold;
    font-size: 16px;
}

hr {
    border: solid 1px #000;
}

h1 {
    font-family: inherit;
    color: #191919;
    text-align: left;
    margin: 20px 0px;
    line-height: 48px;
    font-size: 30px;
    font-weight: 600;
}

#nlhead {display:block;color: #666666;text-align: center;font-size: 16px;line-height: 26px;}

p#nlhead a {
    text-decoration: none;
    color: #000;
}

p#p13, p#p3 {
    /* width: 100%; */
    /* display: block; */
}

p#p6, p#p7, p#p4, p#p12 {
    display: block;
    width: 100%;
    /* padding-right: 20px; */
    max-width: 100%;
}

p.headertext {
    text-align: center;
    font-size: 16px;
}

p#p8, p#p9 {
    display: inline-block;
    width: 50%;
}

p#p8 {
    padding-right:15px;
}
ul {
  list-style: disc;
  margin-left: 40px;
}
div[id^="pp"], div[id^="pd"] {
    line-height: 25px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 10px 10px 10px 10px;
    margin: 0px 20px 10px 10px;
}

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: 'Nunito',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: #ffba00;
    background: #ffba00;
    -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: 2px;
    font-family: 'Nunito',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, .aimfooter {
    display: block;
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.creditcard {
	font-size: 17px;
	font-weight: bold;
	color: #9E0002;
}
.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, p#p4, p#p11, p#p12 {
    display: block;
    width: 100%;
    padding-right: 0px;
}

    div#extrablock {
        margin: 20px 0px;
    }

}
