#PageBody #MainContent .naep-nqt-sample-panel .hidden {
    display: none !important;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header button {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 8px 8px 0 0;
    color: #fff;
    background-color: #001871 !important;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding-left: 25px;
    width: 12em;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header button:focus-visible {
    box-shadow: 0 0 0 0.2rem rgb(51 51 51 / 80%);
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header button:after {
    content: "";
    background: url('/nationsreportcard/adminonly/design2021/img/icon-angle-right-white.svg') no-repeat left center;
    background-size: 7px 14px;
    position: absolute;
    top: 11px;
    margin: 0 0 0 20px;
    width: 10px;
    height: 20px;
    overflow: hidden;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header button.collapsed:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav .subject-choice {
    position: absolute;    
    background-color: #001871;
    z-index: 1;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #707070;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    padding: 0;
    line-height: 0.8;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice button:not(.selected):hover {
    background-color: #fff;
    color: #001871;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice button:before {
    content: "";
    display: inline-block;
    height: 35px;
    width: 5px;
    margin: 0 10px 0 -5px;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice button.selected:before {
    background-color: #fff;
    border-radius: 5px 0 0 5px;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice button.selected:hover {
    cursor: default;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice legend {
    background-color: #fff;
    display: block;
    position: absolute;
    top: 12px;
    left: 17px;
    width: max-content;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0.5em;
    margin: 0;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice label {
    min-width: 100px;
    padding: 5px 1.5em 5px 0;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice label:not(:last-of-type) {
    padding-right: 1.5em;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice label span {
    margin-left: 5px;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice .form-check-input {
    border: 2px solid #001871;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-choice .form-check-input:checked {
    background-color: #001871;
    border-color: #001871;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer {
    border: 3px solid #171c66;
    border-radius: 5px;
    padding: 20px 30px 0 30px;
    margin: 0;
    width: 100%;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav + #qaContainer {
    border-radius: 0 5px 5px 5px;
}
#PageBody #MainContent .naep-nqt-sample-panel .subject-nav.hidden + #qaContainer {
    border-radius: 5px 5px 5px 5px;
}
#PageBody #MainContent .naep-nqt-sample-panel .screen-one,
#PageBody #MainContent .naep-nqt-sample-panel .screen-two {
    color: #333;
}
#PageBody #MainContent .naep-nqt-sample-panel .screen-one {
}
#PageBody #MainContent .naep-nqt-sample-panel .screen-two {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    min-height: 300px;
}


/* custom scroll bar ----------------- */
#PageBody #MainContent .naep-nqt-sample-panel .v-scroll,
#PageBody #MainContent .naep-nqt-sample-panel .screen-two .q-wrapper {
    max-height: 400px;
    padding-right: 1em;
    overflow-x: hidden;
    overflow-y: auto;
}
/* Width */
#PageBody #MainContent .naep-nqt-sample-panel .v-scroll::-webkit-scrollbar ,
#PageBody #MainContent .naep-nqt-sample-panel .screen-two .q-wrapper::-webkit-scrollbar {
    width: 8px;
}
/* Track */
#PageBody #MainContent .naep-nqt-sample-panel .v-scroll::-webkit-scrollbar-track,
#PageBody #MainContent .naep-nqt-sample-panel .screen-two .q-wrapper::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 4px;
}
/* Handle */
#PageBody #MainContent .naep-nqt-sample-panel .v-scroll::-webkit-scrollbar-thumb,
#PageBody #MainContent .naep-nqt-sample-panel .screen-two .q-wrapper::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 4px;
}
/* Handle on hover */
#PageBody #MainContent .naep-nqt-sample-panel .v-scroll::-webkit-scrollbar-thumb:hover,
#PageBody #MainContent .naep-nqt-sample-panel .screen-two .q-wrapper::-webkit-scrollbar-thumb:hover {
    background: #707070;
}
/* end of custom scroll bar ----------- */


#PageBody #MainContent .naep-nqt-sample-panel .note {
    color: #0177C8;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 1.5em 0;
}
#PageBody #MainContent .naep-nqt-sample-panel .question-container {
    margin-bottom: 20px;
    opacity: 1;
}
#PageBody #MainContent .naep-nqt-sample-panel .question-container.show-answer {
    opacity: 0.2;
    filter: blur(3px);
}
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper label.disabled,
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper label.disabled input {
    cursor: default;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container {
    position: absolute;
    top: 150px;
    left: 100px;
    width: calc(100% - 200px);
    background-color: #fff;
    border: 2px solid #0177C8;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #ccc;
    -webkit-box-shadow: 0px 3px 6px #ccc;
    -moz-box-shadow: 0px 3px 6px #ccc;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container #btnClose {
    color: #0177C8;
    font-size: 0.8em;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    margin: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container #btnClose:hover {
    color: #004c97;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container #btnClose span {
    
    margin-left: 5px;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container #btnClose:hover span {
    text-decoration: underline;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response {
    padding: 20px;
    font-size: 0.9em;    
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container a:link {
    overflow-wrap: break-word;
    word-wrap: break-word;    
    word-break: break-word;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer .title {
    color: #007a33;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 10px;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.arts .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-arts.svg) / "Computer screen featuring theater masks and musical notes with paintbrushes and an painter's easel to showcase the NAEP arts assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.civics .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-civics.svg) / "Monitor showing official government buildings with a fulcrum and the capitol building to highlight the NAEP civics assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.economics .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-economics.svg) / "Computer display of line graphics and market data, charts, and a bar graph to represent the NAEP economics assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.geography .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-geography.svg) / "Monitor featuring a map pinpoint and pyramids with a compass a world globe to illustrate the NAEP geography assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.ushistory .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-ushistory.svg) / "Statue of Liberty and scroll with quill centered on a computer monitor framed by books and the Liberty Bell to highlight the NAEP U.S. history assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.mathematics .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-math.svg) / "Mathematical symbols, calculator, and monitor displaying mathematical equation.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.reading .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-reading.svg) / "Computer monitor displaying an open book surrounded by two books to illustrate the NAEP reading assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.science .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-science.svg) / "Computer screen showcasing human brain with microscope, beaker, graduated cylinder, and atom to represent the NAEP science assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.tel .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-tel.svg) / "Lightbulb and electronic gadget centered on a computer monitor surrounded framed by widgets and gears to showcase the NAEP technology and engineering literacy assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer.writing .focal-img {
    content: url(/nationsreportcard/adminonly/design2021/img/experience-subject-writing.svg) / "Tablet with lines of typed text displayed on monitor with paper and pencil and documents to represent the NAEP writing assessment.";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer .category-header {
    color: #171c66;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer .nav-btn {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer #btnViewQuestion.nav-btn {
    background-color: transparent;
    border: 0;
    color: #888;
    line-height: 0.8;
    position: relative;
    left: calc(100% - 250px);
    top: -30px;
    cursor: default;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer #btnViewQuestion.nav-btn:after {
    content: url(/nationsreportcard/adminonly/design2021/img/icon-chevron-gray.svg) / "right arrow";
    position: relative;
    top: 6px;
    right: -25px;
    width: 15px;
    display: inline-block;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer #btnViewQuestion.nav-btn.active {
    color: #0077c8;
    cursor: pointer;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer #btnViewQuestion.nav-btn.active:after {
    content: url(/nationsreportcard/adminonly/design2021/img/icon-chevron-0177c8.svg) / "right arrow";
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer #btnViewQuestion.nav-btn.active:hover {
    color: #0077c8;
    text-decoration: underline;
}
#PageBody #MainContent .naep-nqt-sample-panel .selected-categories {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #171c66;
    padding: 5px 0;
    margin-bottom: 20px;
    width: 100%;
}
#PageBody #MainContent .naep-nqt-sample-panel .selected-category {
    font-size: 0.8em;
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#PageBody #MainContent .naep-nqt-sample-panel .selected-category:last-child {
    margin-right: 0;
}
#PageBody #MainContent .naep-nqt-sample-panel .selected-category .value {
    display: block;
    font-size: 1.45em;
    font-weight: normal;
    line-height: 1.0;
}
#PageBody #MainContent .naep-nqt-sample-panel button.learn-more.blue {
    margin: 5px 5px 5px 0;
}
#PageBody #MainContent .naep-nqt-sample-panel button.learn-more.blue:last-child {
    margin: 5px 0 5px 10px;
}
#PageBody #MainContent .naep-panel button.learn-more.blue:focus {
    background-color: #0077c8;
}
#PageBody #MainContent .naep-nqt-sample-panel button#btnShowAnswer {
    width: 140px;
    text-align: center;
}

/* ======================================================= */
/* Styles for API data */
/* ======================================================= */
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .question .stdaln_img {
}
#PageBody #MainContent .naep-nqt-sample-panel .stdaln_img img {
    max-width: 100%;
    height: auto;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response .answer div {
    font-weight: bold;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response .stdaln_img {
    margin: 10px 25px;
}
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response .stat {
    display: block;
    margin-top: 15px;
}
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .questionwrapper .paragraph {
    margin-bottom: 1em;
}
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .questionwrapper .distractors {
    margin: 1em 2em;
}
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .dist_rt {
    display: flex;
    justify-content: center;
}
#PageBody #MainContent .naep-nqt-sample-panel math,
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .calc_ques,
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .quesId,
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response .solution,
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response .scoreparts,
#PageBody #MainContent .naep-nqt-sample-panel .response-container .response .addlCmts,
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .stimulus .stimlabel {
    display: none;
}
#PageBody #MainContent .naep-nqt-sample-panel .question-container table {
    border-collapse: collapse;
}
#PageBody #MainContent .naep-nqt-sample-panel .question-container table th,
#PageBody #MainContent .naep-nqt-sample-panel .question-container table td {
    border: 1px solid #666;
    padding: 2px 9px;
}
#PageBody #MainContent .naep-nqt-sample-panel .q-wrapper .attrib {
    text-align: right;
}


/* Override bootstrap styles */
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer label {
    display: flex;
    flex-flow: row nowrap;
    margin: 5px 20px 5px 0;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer label > input {
    margin-right: 10px;
}
#PageBody #MainContent .naep-nqt-sample-panel #qaContainer label img {
    vertical-align: top;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check:hover {
    cursor: pointer;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check:not(:last-child) {
    margin-right: 20px;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-input {
    min-width: 18px;
    height: 18px;
    border: 2px solid #707070;
    margin-top: 3px;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-input:checked[type=radio] {
    background: url(/nationsreportcard/adminonly/design2021/img//circle_black.svg) no-repeat;
    background-size: 14px;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-input:checked + span {
    font-weight: bold;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-input:focus {
    border-color: #333;
    outline: 4px;
    box-shadow: 0 0 0 0.25rem rgb(51 51 51 / 50%);
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-input:hover,
#PageBody #MainContent .naep-nqt-sample-panel .form-check-label:hover {
    cursor: pointer;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-label.disabled {
    cursor: default;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-check-label.disabled span {
    opacity: 0.5;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-select {
    font-size: 1em;
}
#PageBody #MainContent .naep-nqt-sample-panel .form-label:after {
    content: "*";
    font-size: 0.8em;
    padding-left: 4px;
}


/* XTRA-SMALL ========================================= */
@media screen and (min-width: 768px) {
    #PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header {
        display: flex;
        flex-flow: row nowrap;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header .subject_selected {
        color: #001871;
        font-size: 1.5em;
        font-weight: 900;
        padding: 0 0 0 25px;
        line-height: 1.8;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        justify-content: center;
        padding: 25px 10px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button {
        width: 14em;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice div {
        border-bottom: 1px solid #707070;
        margin: 0 10px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button:not(.hidden):nth-last-of-type(),

    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button:not(.hidden):last-child,
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button:not(.hidden):last-of-type {
        border-bottom: 1px solid #707070;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .focal-img {
        width: 28%;
        margin: 10px 70px 10px 30px;
    }    
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .content-area {
        width: 31%;
        padding: 0 10px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .difficulty {
        width: 20%;
        padding: 0 10px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .grade {
        width: 15%;
        padding: 0 10px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .selected-category {
        margin-right: 30px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .selected-categories .btns {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 767px) {
    #PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header button {
        width: 260px;
        height: 40px;
        padding-left: 20px;
        font-size: 1em;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header button:after {
        left: 210px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-nav .header .hide-small {
        visibility: hidden;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button {
        width: 260px;
        padding: 0 10px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button.selected {
        color: #0077c8;
        background-color: #fff;
        border: 2px solid #001871;/**/
        border-bottom: 0;
        font-weight: 700;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button.selected:before {
        width: 0;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice div:last-child button.selected:last-child {
        border-bottom: 2px solid #001871;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice div:last-child button:last-child {
        border-bottom: 1px solid #707070;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }    
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .focal-img {
        margin: auto;
        max-width: 100%;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .reading .selected-category:nth-child(even) {
        margin-right: 20px;
        width: 20%;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .reading .selected-category:last-child {
        margin-right: 0;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .selected-categories .btns {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .content-area {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .difficulty {
        width: 50%;
        padding: 10px;
        display: inline-block;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .categories .grade {
        width: 50%;
        padding: 10px;
        display: inline-block;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .q-wrapper {
        margin-bottom: 0;
    }
    #PageBody #MainContent .naep-nqt-sample-panel .response-container {
        left: 30px;
        top: 200px;
        width: calc(100% - 60px);
    }
    #PageBody #MainContent .naep-nqt-sample-panel .response-container .response {        
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer .nav-btn {
        font-size: 16px;
        padding: 10px 30px 20px 20px;
        min-width: 240px;
    }
    #PageBody #MainContent .naep-nqt-sample-panel #qaContainer #btnViewQuestion.nav-btn {
        left: calc(100% - 220px);
        top: -10px;
    }
}
@media screen and (max-width: 300px) {
    #PageBody #MainContent .naep-nqt-sample-panel .subject-choice button {
        font-size: 0.7em;
    }
}