/* Standards Page */
.standards-page .level1 {
    margin-top: 1em;
    font-weight: bold;
    text-decoration: underline;
}
.standards-page .level1-sub {
    font-weight: bold;
}
.standards-page .level1-list {
    margin: 0 0 0 2.5em;
    text-indent: -1em;
    font-style: normal;
}
.standards-page .level2 {
    font-weight: bold;
}
.standards-page .level2-sub {
    font-weight: bold;
    margin: 0 0 0 1.5em;
}
.standards-page .level3 {
    margin: 0 0 0 2.5em;
    text-indent: -1em;
}
@media only screen and (max-width: 480px) {
    .standards-page .level1 {
        margin-top: 1em;
        font-weight: bold;
        text-decoration: underline;
    }
    .standards-page .level1-sub {
        font-weight: bold;
    }
    .standards-page .level1-list {
        margin: 0 0 0 0;
        text-indent: 0;
        font-style: normal;
    }
    .standards-page .level2 {
        font-weight: bold;
    }
    .standards-page .level2-sub {
        font-weight: bold;
        margin: 0;
    }
    .standards-page .level3 {
        margin: 0 0 0 0;
        text-indent: 0;
    }
}
