body#PageBody { /* overwriting IES' styles with !important keyword */
    color: #00355a !important;
    margin: auto !important;
}
#PageBody #MainContent h1,
#PageBody #MainContent .naep-panel h1 {
    color: #171c66;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 2.4rem;
    margin-bottom: 20px;
    margin-top: 0;
}
#PageBody #MainContent h1.custom {
	margin-bottom: 10px;
}
#PageBody #MainContent h2,
#PageBody #MainContent .naep-panel h2 {
    color: #171c66;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.9rem;
    margin-bottom: 15px;
    margin-top: 0;
}
/* PSC-1617 update Snapshots headings */
#PageBody #MainContent h2.custom {
	font-size: 24px;
	line-height: 30px;
	color: #363636;
	font-weight: normal;
	margin-bottom: 30px;
}
#PageBody #MainContent h3,
#PageBody #MainContent .naep-panel h3 {
    color: #171c66;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.6rem;
    margin-bottom: 15px;
    margin-top: 0;
}
#PageBody #MainContent h4,
#PageBody #MainContent .naep-panel h4 {
    color: #171c66;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.5rem;
    margin-bottom: 15px;
    margin-top: 0;
}
#PageBody #MainContent p {
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #363636;
    font-weight: normal;
}
#PageBody #MainContent .naep-panel .panel-body p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
#PageBody #MainContent #naepPanels .naep-panel li {
    font-size: 16px;
    line-height: 1.7em;
    /*margin-bottom: 0.6em;*/
}
#PageBody #MainContent #naepPanels a {
    word-wrap: break-word;
}
/*#PageBody #MainContent #naepPanels .naep-panel li:last-child {
    margin-bottom: 0;
}*/
#PageBody #MainContent hr {
    border: 0 none;
    background-color: #000;
    height: 1px;
}
#PageBody form, #PageBody form#aspnetForm {
    padding: 0;
}
#PageBody #MainContent .custom-heading1 {
    font-size: 2rem;
    color: #171c66;
    line-height: 1.1;
    margin-bottom: 20px;
}
#PageBody #MainContent .bookmark-anchor-text {
    display: none;
}
#PageBody .screenreader-only {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
}
#PageBody form, #PageBody form#aspnetForm {
    padding: 0;
}
#PageBody #MainContent .share-page-wrapper {
    padding: 0;
}
#PageBody #MainContent .video-player {
	background-color: #000;
}

/* =========== back to top bookmark ========== */
.BackToTop,
#PageBody #MainContent .BackToTop {
    width: 100%;
    text-align: right;
    float: right;
}
.BackToTop a:link,
.BackToTop a:visited,
#PageBody #MainContent .BackToTop a:link, 
#PageBody #MainContent .BackToTop a:visited {
    color: #004c97 !important;
    padding-left: 20px;
    background: url(../img/legend-triangle.svg) no-repeat left;
    background-size: 20px 20px;
    text-decoration: none;
}
.BackToTop a:hover,
#PageBody #MainContent .BackToTop a:hover {
    color: #004c97 !important;
    background-color: #f2ede2;
    text-decoration: underline !important;
}

/* =========== subject heading icons ========== */
#PageBody #MainContent .naep-v2-h1-icon {
    position: relative;
    padding-left: 100px;
    padding-top: 0px;
}
#PageBody #MainContent .naep-v2-h1-icon:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 72px;
    width: 72px;
}
#PageBody #MainContent .naep-v2-h1-icon-arts:before {
    content: url(../../design2017/images/link-icons/icon-branded-arts.svg) / "Arts";
}
#PageBody #MainContent .naep-v2-h1-icon-civics:before {
    content: url(../../design2017/images/link-icons/icon-branded-civics.svg) / "Civics";
}
#PageBody #MainContent .naep-v2-h1-icon-economics:before {
    content: url(../../design2017/images/link-icons/icon-branded-economics.svg) / "Economics";
}
#PageBody #MainContent .naep-v2-h1-icon-geography:before {
    content: url(../../design2017/images/link-icons/icon-branded-geography.svg) / "Geography";
}
#PageBody #MainContent .naep-v2-h1-icon-math:before {
    /*content: url(../img/icon-math.png) / "Mathematics";*/
	content: url(../../design2017/images/link-icons/icon-branded-mathematics.svg) / "Mathematics";
}
#PageBody #MainContent .naep-v2-h1-icon-reading:before {
    content: url(../../design2017/images/link-icons/icon-branded-reading.svg) / "Reading";
}
#PageBody #MainContent .naep-v2-h1-icon-science:before {
    content: url(../../design2017/images/link-icons/icon-branded-science.svg) / "Science";
}
#PageBody #MainContent .naep-v2-h1-icon-tel:before {
    content: url(../../design2017/images/link-icons/icon-branded-technology.svg) / "Technology and Engineering Literacy";
}
#PageBody #MainContent .naep-v2-h1-icon-ushistory:before {
    content: url(../../design2017/images/link-icons/icon-branded-ushistory.svg) / "U.S. history";
}
#PageBody #MainContent .naep-v2-h1-icon-writing:before {
    content: url(../../design2017/images/link-icons/icon-branded-writing.svg) / "Writing";
}


/* overriding default bootstrap styles .list-unstyled */
#PageBody #MainContent .naep-panel ul.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-left: 20px;
}
#PageBody #MainContent .naep-panel ul.list-unstyled:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
#PageBody #MainContent .naep-panel ul.list-unstyled li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
#PageBody #MainContent .naep-panel ul.list-unstyled li::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #171c66;
}