#__asptrace {
    display: none;
}
html,body {
    cursor: default;
}
body {
    min-height: 100vh;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #636363;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
header, footer {
    flex: 0 1 auto;
}
main {
    flex: 1 0 auto;
}
h1,h2,h3,h4,h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #147396;
}
h1 {
    font-size: 44px;
    margin-bottom: 5px;
}
h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 24px;
    color: #DE1B1B;
}
a {
    text-decoration: none;
}

.headercontent__siteid,
.headercontent__sitemenu {
    max-width: 1250px;
    margin: 0 auto;
}

.sitemenu__container {
    background-color: #004A72;
}

.headercontent__siteid {
    background-image: url('../img/header-banner.jpg');
    height: 160px;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logocontainer img {
    height: 100px;
    margin-left: -30px;
    margin-bottom: 20px;
    border-left: 30px solid #ffffff;
}
.siteid__social {
    margin-top: -13px;
}
.siteid__social a,
.footercontent__social a {
    margin-right: 3px;
}
.siteid__social img,
.footercontent__social img {
    height: 18px;
}
.footercontent__logo img {
    width: 200px;
}

.headercontent__sitemenu,
.maincontent__doublecol,
.footer_footercontainer {
    padding: 0 10px;
    max-width: 1180px;
    margin: 0 auto;
}
.sitemenu__links .links a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
}
.sitemenu__links .links a:hover {
    background-color: #147396;
}

.maincontent_singlecol {
    padding: 0 10px;
    max-width: 1170px;
    margin: 0 auto;
}
.maincontent__doublecol {
    display: flex;
    padding: 0;
    padding-bottom: 50px;
}
.maincontent__text {
    flex: 1 1 55%;
    padding: 0 20px 0 10px;
}
.maincontent__doublecol .maincontent__text img {
    width: 100%;
    max-width: 493px;
}
.maincontent__doublecol p,
.maincontent_singlecol p {
    line-height: 1.5;
}
.maincontent__doublecol a,
.maincontent_singlecol a {
    color: #147396;
    font-weight: 600;
}
.maincontent__doublecol a:hover,
.maincontent_singlecol a:hover {
    text-decoration: underline;
}
.maincontent__form {
    flex: 1 1 45%;
    padding: 0 10px 0 20px;
}
.mainform {
    margin: 30px 0;
}
.form__row {
    display: flex;
    margin-bottom: 10px;
}
.fieldtype__button input {
    flex: unset;
}
.form__row--column {
    flex-direction: column;
}
.row__question {
    margin-bottom: 10px;
}
.row__responses {
    display: flex;
}
.fieldtype__radio .response {
    flex: 1 1 50%;
    display: flex;
}
.fieldtype__text .response,
.fieldtype__text .responses {
    flex: unset;
    display: block;
    width: 100%;
}
.fieldtype__radio .response__field {
    padding: 0 13px;
}
.fieldtype__text .response__field {
    display: flex;
}
.row__label {
    flex: 0 0 160px;
}
.required {
    color: #DE1B1B;
}
.row__field {
    flex: 1 1 auto;
    display: flex;
}
input,select {
    padding: 5px;
    border: 1px solid #707070;
    display: block;
    flex: 1 1 auto;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
    background-color: #147396;
    color: #ffffff;
    padding: 10px 60px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
}

footer {
    background-color: #EBEBEB;
    padding: 15px 0;
}
.footer__footercontent {
    display: flex;
    justify-content: space-between;
}
.footercontent__text {
    text-align: center;
}
.footercontent__text p,
.footercontent__text a {
    color: #002F6C;
    line-height: 1.5;
}
.footercontent__text a:hover {
    text-decoration: underline;
}
.footercontent__social {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.helpful__container {
    background-color: #EAF8FF;
    margin: 40px 0;
}
.helpful__spacer--label {
    padding: 18px 23px;
}
.helpful__spacer--label p {
    margin: 0;
}
.links__container {
    display: flex;
    justify-content: center;
}
.helpfullinks {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}
.helpfullinks .helpfullink {
    text-align: center;
    flex: 0 1 230px;
}
.helpfullink .helpfullink__icon {
    margin-bottom: 10px;
}

.callouts {
    display: none;
}
.callouts__container {
    display: flex;
    justify-content: center;
}
.callouts__container .callout {
    flex: 0 1 240px;
}
.callout__content {
    margin: 0 10px;
}
.callout__image img {
    display: block;
}
.callout__label p {
    margin: 0;
}
.callout__label a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #147396;
    display: block;
    font-weight: normal;
    text-align: center;
    color: white;
    line-height: 1;
    padding: 7px 0;
}
.callout__label a:hover {
    text-decoration: none;
}

.nolist {
    list-style: none none;
    padding: 0;
    margin: 0;

}
.nolist li {
    display: inline-block;
}

@media(max-width:1180px) {
    .maincontent__text {
        flex-basis: 40%;
    }
    .maincontent__form {
        flex-basis: 60%;
    }
}

@media(max-width:900px) {
    .maincontent__text {
        flex-basis: 50%;
    }
    .maincontent__form {
        flex-basis: 50%;
    }
    .footer__footercontent {
        justify-content: normal;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footercontent__logo,
    .footercontent__text,
    .footercontent__social {
        flex: 1 1 100%;
        text-align: center;
    }
    .footercontent__social img {
        height: 30px;
    }
    .footercontent__social .social li {
        margin: 10px;
    }
    .footercontent__text p, .footercontent__text a {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .maincontent__doublecol {
        flex-wrap: wrap;
    }
    .maincontent__text,
    .maincontent__form {
        flex-basis: 100%;
        padding: 10px;
    }
    .sitemenu__container {
        min-height: 15px;
    }
    .headercontent__sitemenu,
    .siteid__social {
        display: none;
    }
    .callouts {
        display: block;
    }
    .headercontent__siteid {
        height: 83px;
    }
    .logocontainer img {
        height: 55px;
        margin-left: -40px;
        border-left: 30px solid #ffffff;
    }
    h1 {
        font-size: 30px;
    }
    .fieldtype__button {
        margin-top: 50px;
    }
    .fieldtype__button > div {
        display: flex;
        justify-content: center;
    }
    .helpful__container {
        background-color: transparent;
    }
    .helpful__spacer {
        display: none;
    }
    .helpful__spacer.helpful__spacer--label {
        display: block;
    }
    .helpful__spacer--label p {
        color: #147396;
        text-align: center;
    }
    .helpfullinks .helpfullink {
        background-color: #EAF8FF;
        flex-basis: 112px;
        margin: 0 10px;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .helpfullink__label {
        font-size: 10px;
    }
    .helpfullink__icon img {
        height: 40px;
    }
    .backtohome {
        display: none;
    }
}
@media(max-width: 530px) {
    .callouts__container {
        flex-wrap: wrap;
    }
    .callouts__container .callout {
        margin-bottom: 20px;
    }
}
@media(max-width:500px) {
    .form__row,
    .row__responses {
        flex-wrap: wrap;
    }
    .row__label,
    .row__field,
    .fieldtype__radio .response {
        flex: 1 0 100%;
    }
    .row__label,
    .fieldtype__radio .response {
        margin-bottom: 10px;
    }
    .helpfullinks {
        flex-wrap: wrap;
    }
    .helpfullinks .helpfullink {
        flex-basis: 35%;
        margin-bottom: 20px;
    }
}
@media(max-width:400px) {
    .helpfullinks .helpfullink {
        flex-basis: 80%;
    }
}