body#PageBody {
    color: #333;
    margin: auto !important;
}
h1 {
    color: #001871;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 20px;
}
.naep-blogs.has-sticky-bg h1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    max-width: 30%;
    min-height: 230px;
}
.naep-blogs.has-sticky-bg h1 .filter-h1 {
    flex-grow: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    background-color: #fff;
    border: solid 1px #bbb;
    border-bottom: 0;
    padding: 20px;
    box-shadow: 0px -5px 15px #00000059;
    -webkit-box-shadow: 0px -5px 15px #00000059;
    -moz-box-shadow: 0px -5px 15px #00000059;
}
h2 {
    color: #001871;
    font-size: 1.4rem;
    margin: 1rem 0;
}
h3 {
    color: #001871;
    font-size: 1.3rem;
    margin: 1rem 0;
}
h4 {
    color: #001871;
    font-size: 1.2rem;
    margin: 1rem 0;
}
p {
    font-family: "Open Sans", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #363636;
    font-weight: normal;
}
p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
#PageBody #naepShell {
	padding-top: 0;
}
#header-shell {
    padding-left: 0;
    padding-right: 0;
    font-family: "Open Sans", Verdana, sans-serif;
    position: fixed;
}
#MainContent {
    margin-bottom: 3.5rem;
}
.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;
}
.hidden {
    display: none !important;
}
.back-to-top {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: end;
    padding: 10px 20px;
}
.back-to-top a {
    color: #001871;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
}
.back-to-top a .circle {
    background-color: #CA9212;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px #aaa;
    padding-top: 0.3rem;
    margin: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.back-to-top a:hover {
    color: #001871;
}
.back-to-top .text {
    margin-top: -10px;
    margin: 0 0.1rem;
    font-weight: bold;
}
.back-to-top .arrow {
    display: inline-block;
    border: solid #001871;
    border-width: 0 2px 2px 0;
    padding: 5px;
}
.back-to-top .arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.back-to-top a:hover .circle {
    box-shadow: 0px 0px 3px 2px #999;
}
.back-to-top a:hover .arrow {
    border-color: #fff;
}

/*  ********************************   */
/* 	          Skip Nav                 */
/*  ********************************   */
.skip_nav,
#PageBody #skip-nav {
    background-color: #fff;
    height: 40px;
    padding: 10px;
    position: absolute;
    display: block;
    z-index: -1;
}
.skip_nav:focus,
#PageBody #skip-nav:focus {
	z-index: 12000;
}

/*  ********************************   */
/* 	          NAEP Banner              */
/*  ********************************   */
#PageBody #header-bar {
    z-index: 9999;
}
#PageBody #header-shell {
    background-color: #fff;
}
#naepShell #header-shell {
    background: #fff;
    z-index: 99;
}
#banner-bar {
    position: relative;
    background: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 50px;
}
#NAEP_blog_logo img {
    height: 60px;
}

/*  ********************************   */
/* 	          Banner Right             */
/*  ********************************   */
#BannerRight.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    top: 24px;
}
#BannerRight .search-bar-banner {
    order: 2;
}

/*  ********************************   */
/* 	          Social                   */
/*  ********************************   */
.social {
    margin: 0 15px;
}
.social .share-button {
    padding: 2px 5px;
}
.social .share-button:focus {
	outline: #001871 solid 2px;
}
.social .email-button {
    border: 0;
    background-color: transparent;
}
.social img {
	height: 22px;
}
.social .share-button:hover img {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
}
.social.hide-large {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 30px 0 10px 0;
}
.social.hide-large img {
    height: 25px;
}             
.social.hide-large button.email-button {
    border: 0;
}

/*  ********************************   */
/* 	          Search in Banner         */
/*  ********************************   */
#FollowBar {
	display: none;
	width: 0;
}
.search-bar-banner {
    position: initial;
    float: none;
    height: auto;
    width: 280px;
    background: none;
    margin-top: 0;
    padding-top: 0;
}
.SearchForm > form {
	display: flex;
	flex-flow: row nowrap;
	border-radius: 7px;
	border: 1px solid #ccc;
	margin-left: -1px;
	white-space: nowrap;
}
.SearchForm > form:hover {
}
#PageBody #naepShell .search-bar-banner .SearchForm input[type="text"] {
    display: inline-block;
    width: calc(100% - 50px);
    border: none;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 0;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    height: 35px;
    background-color: #ffffff;
    border-right: 0;
}
#PageBody #naepShell .search-bar-banner .SearchForm input[type="text"]:focus {
	outline: 2px solid #001871;
}
.search-bar-banner .SearchForm Button {
    display: inline-block;
    position: relative;
    width: 50px;
    font-size: 1em;
    border: none;
    color: #001871;
    background: #CA9212 url(/nationsreportcard/adminonly/design2017/images/search_normal.png) no-repeat center center;
    border-radius: 0 5px 5px 0;
    margin-top: 0px;
    height: 35px;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms ease-in;
}
#PageBody #naepShell .SearchForm Button:hover,
#PageBody #naepShell .SearchForm Button:focus {
	background-image: url(/nationsreportcard/adminonly/design2017/images/search_hover.png);
	color: #001871;
	cursor: pointer;
}
#PageBody #naepShell .SearchForm Button:focus {
	outline: 2px solid #001871;
}

/*  ********************************   */
/* 	          Megamenu                 */
/*  ********************************   */
#BannerRight button.navbar-toggler {
    order: 3;
    background-color: #001871;
    color: #fff;
    font-size: 1rem;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.8rem;
}
button.navbar-toggler.custom-toggler:focus {
    outline: #001871 solid 2px;
}
button.navbar-toggler.hide-large {
    color: #001871;
    background-color: #fff;
    border: 1px solid #001871;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.8rem;
    float: right;
}
.navbar {
    border-top: 2px solid #001871;
    border-bottom: 2px solid #001871;
    background-color: #001871 !important;
    box-shadow: 0px 5px 5px -1px #555;
    padding: 0.1rem 35px;
    font-size: 0.85em;
    font-weight: 700;
}
.navbar .navbar-nav {
    width: 100%;
}
.navbar .nav-item {
    position: relative;
    padding: 0 1rem;
    line-height: 2;
    border-left: 1px solid #273D94;
}
.navbar .nav-item:first-child,
.navbar .nav-item:last-child{
    border-left: 0;
}
.navbar .nav-item:last-child {
    margin-left: auto;
}
.navbar .nav-item.icon {
    padding-left: 25px;
}
.navbar .nav-item.icon.home {
    margin-left: 15px;
}
.navbar .nav-link {
    color: #fff !important;
    border-top: 3px solid #001871;
    border-bottom: 3px solid #001871;
    padding: 0;
}
.navbar .nav-link.selected,
.navbar a.nav-link:hover {
    border-bottom: 3px solid #fff;
    text-decoration: none;
}
.navbar .nav-link.home-before:before {
    content: "";
    background: url(/nationsreportcard/blog/images/icon-blog-home.svg) no-repeat center;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
}
.navbar .nav-link.question-before:before {
    content: "";
    background: url(/nationsreportcard/blog/images/icn-question_mark_white_bg.svg) no-repeat center;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
}
.navbar .nav-link.question-before:hover:before {
    background: url(/nationsreportcard/blog/images/icn-question_mark_gray_bg.svg) no-repeat top center;
}
.search-bar-banner.navbar-search {
    width: 50%;
    margin: 0 auto;
}
#PageBody #naepShell .search-bar-banner.navbar-search .SearchForm input[type="text"] {
    border-radius: 5px 0 0 5px;
}

/*  ********************************   */
/*            Blogs                    */
/*  ********************************   */
#ContentArea_base {
    display: flex;
    flex-flow: row nowrap;
}
#ContentArea_base.sticky-bg {
    background: url(/nationsreportcard/blog/images/blog_main_bg.jpg) no-repeat center top; /*40px*/
    object-fit: contain;
    width: 100%;
    z-index: -1;
}
#ContentArea_base > form {
    width: 80%;
}
.selected-filters {
    background-color: #fff;
    color: #171c66;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0px 20px;
    border: solid 1px #ccc;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0px 5px 5px #ccc;
    -webkit-box-shadow: 0px 5px 5px #ccc;
    -moz-box-shadow: 0px 5px 5px #ccc;
}
#PubContent .naep-blogs {
    font-size: 1rem;
}
.naep-blogs {
    margin: 20px 20px 20px 50px;
}
.blog-container {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    position: relative;
    z-index: 98;
}
.blog-posts {
    min-height: 1204px; /*same height as filter section*/
    padding: 20px;
    background-color: #fff;
    border: solid 1px #bbb;
    border-top: 0;
    box-shadow: 0px 5px 5px #00000059;
    -webkit-box-shadow: 0px 5px 5px #00000059;
    -moz-box-shadow: 0px 5px 5px #00000059;
}
.blog-posts.filter-results .post {
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.blog-posts.filter-results .post:first-child {
    padding-top: 0;
}
.blog-posts.filter-results .post:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}
.blog-posts.filter-results .post .left {
    width: 30%;
    padding-right: 1rem;
}
.blog-posts.filter-results .post .right {
    width: 70%;
}
.blog-posts.filter-results .post img {
    float: left;
    width: 100%;
    object-fit: cover;
}
.blog-posts.filter-results .post p {
    margin: 0 0 10px 0;
    color: #333;
}
#PageBody #MainContent .post a:link,
#PageBody #MainContent .post a:visited {
    color: #273D94;
    text-decoration: none;
}
#PageBody #MainContent .post a:link:hover,
#PageBody #MainContent .post a:visited:hover {
    text-decoration: underline;
}
#PageBody #MainContent .post .post-body p a:link {
    text-decoration: underline;
}
.post .title {
    color: #273D94;
    font-size: 1.1em;
    font-weight: bold;
}
.post .info {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #eee;
    padding: 5px 0 10px 0;
    margin-bottom: 10px;
}
.naep-blogs.has-sticky-bg .post .date,
.post .author,
.blog-tags-wrapper {
    font-size: 0.75em;
    font-weight: normal;
    color: #666;
    text-transform: unset;
}
.post .info .date,
.post .info .author {
    margin-right: 20px;
}
.post .info .date:before {
    content: url(/nationsreportcard/blog/images/icn-calendar.svg) / "calendar";
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
    width: 10px;
}
.post .info .author:before {
    content: url(/nationsreportcard/blog/images/icn-author.svg) / "pen";
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
    width: 10px;
}
.post .info .blog-tags-wrapper:before {
    content: url(/nationsreportcard/blog/images/icn-tag.svg) / "tag";
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
    width: 10px;
}
.post.page .info .blog-tags-wrapper:before {
    margin-right: 5px;
}
.post .post-body > p:last-child,
.post .post-body > a {
    display: inline;
}
.post .blog-tag,
.post button.blog-tag {
    border: 0;
    background-color: transparent;
    color: #273D94;
    padding: 0;
}
.post .blog-tag:hover,
.post button.blog-tag:hover {
    text-decoration: underline;
}
.post .blog-tag:last-of-type {
    margin-right: 0;
}
.separator {
    text-align: right;
}
.separator .connect {
    font-size: 0.7rem;
    margin-top: -10px;
    position: relative;
}

/*  ********************************   */
/*            Blog Post/Comment        */
/*  ********************************   */
.naep-blogs .date {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.naep-blogs img {
    max-width: 100%;
}
 .comments h2 {
    color: #565656;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0;
}
.comments hr {
    border: 3px solid #ca9212;
    opacity: 1;
}
.comments .datecomment {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}
.comments.display-mode {
    margin: 0 20px 20px 30px;
    padding: 10px 20px 20px 20px;
}
.share {
    font-weight: 700;
    margin: 5px 20px;
    text-align: right;
    text-transform: uppercase;
}
.share .metalabel {
    margin-right: 20px;
}
.share a {
    margin-right: 10px;
}
.share img {
    vertical-align: middle;
    width: 25px;
    height: 25px;
}
.LeaveAComment .forminput.comments {
    width: 100% !important;
    height: 100px;
}
.LeaveAComment input[type="submit"] {
    margin-top: 20px !important;
}

/*  ********************************   */
/*            Blog Filters             */
/*  ********************************   */
.filter-wrapper {
    background-color: #DBE2E9;
    border: solid 1px #bbb;
    height: fit-content;
    width: 20%;
    float: right;
    margin-right: 50px;
    padding: 22px 20px 30px 20px;
    box-shadow: 0px 5px 5px #00000059;
    -webkit-box-shadow: 0px 5px 5px #00000059;
    -moz-box-shadow: 0px 5px 5px #00000059;
    z-index: 999;
}
.filter-wrapper.has-sticky-bg {
    
}
.filter-wrapper .filter {
    padding: 20px 0;
    border-bottom: 1px solid #666;
}
.filter-wrapper .filter:first-of-type {
    padding-top: 0;
}
.filter-wrapper .filter:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.filter-wrapper legend.title {
    margin-bottom: 0;
}
.filter-wrapper .title button {
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;   
    color: #333;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.2rem;
    padding: 0;
    margin-bottom: 0;
}
.filter-wrapper .title button > * {
    display: block;
}
.filter-wrapper .filter .toggle-arrow {
    padding-top: 0;
    margin: -5px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.filter-wrapper .filter button.expanded .toggle-arrow {
    padding-top: 0.3rem;
    margin: 3px 0 0 10px;    
}
.filter-wrapper .filter .arrow {
    display: inline-block;
    border: solid #333;
    border-width: 0 3px 3px 0;
    padding: 5px;
}
.filter-wrapper .filter .arrow.up {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.filter-wrapper .filter .title button.expanded .arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.filter-wrapper .filter .title button:hover {
    color: #273D94;
}
.filter-wrapper .filter .title button:hover .arrow {
    border-color: #273D94;
}
.filter-wrapper #btnYearFilter {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #283891;
    border-radius: 18px;
    box-shadow: 0px 3px 6px #00000029;
    color: #283891;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin-top: 10px;
    width: 100%;
    opacity: 1;
}
.filter-wrapper #btnYearFilter:focus-visible {
    box-shadow: 0 0 0 0.2rem rgb(51 51 51 / 80%);
}
.filter-wrapper #btnYearFilter/*.active*/:hover {
    box-shadow: 0px 5px 6px #28389194;
}
.filter select {
    width: 100%;
}
.filter select option {
    cursor: pointer;
    padding: 3px 10px;
}
.filter select option:hover {
    background: #e8e8e8;
}
.tags-filter {
    
}
.tags-filter .tag {
    background-color: transparent;
    display: inline;
    border: 0;
    font-size: 0.9em;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
}
.tags-filter .tag:first-child {
    margin-top: 0.8rem;
}
.tags-filter .tag:last-child {
    margin-bottom: 0;
}
.selected,
.tags-filter .tag.selected {
    font-weight: bold
}
.tags-filter .tag:hover {
    text-decoration: underline;
}
#btnFilterYear {
    background-color: #fff;
    border: 1px solid #0A1971;
    border-radius: 50%;
    color: #0A1971;
    font-size: 0.7em;
    font-weight: bold;
    padding: 1px 2px 3px 2px;
    margin-left: 5px;
}
#btnFilterYear:hover {
    background-color: #0077c8;
    color: #fff;
}
.naep-blogs label {
    width: auto;
}
.year-filter {
    background-color: #fff;
    border: 2px solid #283891;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 5px 15px;
    height: 132px;
    overflow-y: scroll;
}
.year-filter label {
    cursor: pointer;
    display: flex;
    justify-content: space-between;

    padding: 2px 10px;
    margin-bottom: 3px;
    border-radius: 4px;
}
.year-filter label:last-child {
    margin-bottom: 0;
}
.year-filter label.selected {
    background-color: #ddd;
}
.year-filter input {
    margin-top: 2px;
}

/* Toggle slider */
.toggle-slider {
    color: #001871;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 10px 0 2px 0;
    width: 100%;
    font-weight: bold;
}
.toggle-slider .onOff {
    padding-left: 5px;
    position: relative;
    top: -5px;
}
.toggle-slider .switch {
    position: relative;
    top: 5px;
}
.toggle-slider .switch input {
    position: relative;
    top: -2px; 
    right: 30px;
    width: 60px;
    height: 16px;
    opacity: 0;

    /* hiding the native checkbox input */
    -webkit-appearance: none;
    appearance: none;
}
.toggle-slider .switch input:focus {
    opacity: 1;
    border-radius: 10px;
    border-color: #333;
    outline: 4px;
    box-shadow: 0 0 0 0.25rem rgb(51 51 51 / 40%);
}
.toggle-slider .slider {
    position: absolute;
    cursor: pointer;
    right: 30px;
    background-color: #28389180;
    padding-left: 60px;
    height: 16px;
    width: 60px;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-slider .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: #001871;
    -webkit-transition: .4s;
    transition: .4s;
}
.toggle-slider input:checked + .slider {
    background-color: #001871;
}
.toggle-slider input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.toggle-slider input:checked + .slider:before {
    background-color: #fff;
    left: 19px;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.toggle-slider .slider.round {
    border-radius: 34px;
}
.toggle-slider .slider.round:before {
    border-radius: 50%;
}

/* Search results */
.naep-blogs.search h1 {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}
#PageBody #naepShell .naep-blogs #search-input {
    margin: 30px auto auto auto;
    padding: 1em;
    width: 100%;
}
#PageBody #naepShell .naep-blogs #search-input input[type=text] {
    width: calc(100% - 105px);
}
#PageBody #naepShell .naep-blogs #search-input input[type=submit] {
}


/* Override bootstrap styles */
.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #707070;
    margin-top: 0px;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.form-check-input:focus {
    border-color: #333;
    outline: 4px;
    box-shadow: 0 0 0 0.25rem rgb(51 51 51 / 50%);
}
.form-check-input:hover,
.form-check-label:hover {
    cursor: pointer;
}



/*  ********************************   */
/*            Modal Dialog             */
/*  ********************************   */
.modalOverlay {
    position: fixed;
    top: 0vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 10000;
}
.modal {
	display: block;
	margin: 10px;
	width: 600px;
	height: 315px;
	padding: 15px;
	position: fixed;
	top: 20vh;
	background-color: white;
	border: 1px solid #ddd;
	left: 50%;
	transform: translate(-50%,0);
	border-radius: 5px;
	z-index: 10001;
	color: #707070;
}
.hidden {
	display: none;  
}
.modal.hidden {
	height: 0;
	min-height: 0;
}
#anchorModalLogo {
	display: block;
	width: 416px;
	margin: 10px auto;
}
.anchorModalRule {
	color: #c6922C;
	border: 2px solid #c6922C;
	opacity: 100%;
}
#modal-text {
	font-size: 0.9rem;
}
#anchorModalButtons {
	margin-top: 10px;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 700;
}
#anchorModalClose {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #007CC0;
	background: transparent;
	border: none;
	font-size: 30px;
	margin-top: -10px;
}
#anchorModalOK {
	background-color: #007CC0;
	color: #fff;
	border: none;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;	
}
#anchorModalCancel {
	background: transparent;
	color: #007CC0;
	border: none;
	padding: 10px;
	border-radius: 5px;
}
#anchorModal button:hover {
	cursor: pointer;
}
/* END OF Modal Dialog */


@media screen and (min-width: 1200px) {
    #header-bar {
        height: 120px;
    }
    .back-to-top {
        height: 60px;
        width: 1200px;
        padding-right: 90px;
    }
}/* END OF @media screen and (min-width: 1200px) */

@media screen and (max-width: 1200px) {
    .back-to-top {
        width: 100%;
        padding-right: 50px;
        z-index: 99;
    }
}/* END OF @media screen and (max-width: 1200px) */


@media screen and (min-width: 992px) and (max-width: 1199px) {
    #NAEP_blog_logo img {
        height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .filter-wrapper.has-sticky-bg {
        margin-top: 250px;
    }
}

@media screen and (max-width: 991px) {    
    #NAEP_blog_logo img {
        height: 40px;
    }
    .filter-wrapper {
        padding: 10px 10px 20px 10px;
        margin-top: 40px;
    }
    .year-filter {
        padding: 5px 10px;
    }
    .toggle-slider {
        margin-bottom: 10px;
        font-weight: unset;
        font-size: 0.7rem;
    }
    .toggle-slider .slider {
        padding-left: 40px;
        width: 40px;
        top: -4px;
    }
    .toggle-slider .switch input {
        width: 40px;
        top: -4px;
    }
    .toggle-slider input:checked + .slider:before {
        left: -1px;
    }
    .toggle-slider .onOff {
        top: 0px;
    }
    .back-to-top {
        padding-right: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {    
    #PageBody #MainContent {
        padding: 0;
    }

	/* Header Bar   ------------- */
    #ContentArea_base.sticky-bg {
        background: url(/nationsreportcard/blog/images/blog_main_bg.jpg) no-repeat center 35px;
    }
    #ContentArea_base > form {
        width: 75%;
    }
    #header-bar {
        position: relative;
        height: 50px;
        z-index: 999;
    }
	.header_container.fixed + #naepShell #header-bar.fixed {
		top:45px;
	}

    /* Banner Right ------------- */
    #BannerRight.flex-container {
        top: 0;
        background-color: #fff;
    }
    #banner-bar {
        padding: 10px 35px;
    }
    .search-bar-banner {
        margin-top: 0;
        padding-top: 0;
        background: none;
        width: auto;
    }
	.search-bar-banner .SearchForm > form {
		border: 1px solid #ccc;
		border-radius: 7px;
	}
	.search-bar-banner .SearchForm input[type="text"] {
		padding-top: 4px;
		padding-bottom: 1px;
		height: 35px;
		border-right: 2px solid #c69214;
	}
	.search-bar-banner .SearchForm button {
		color: #fff;
		font-size: 1.286em;
	}
    #NAEP_blog_logo img {
        height: 30px;
    }
    .navbar {
        padding: 0.1rem 20px;
    }
    .navbar .navbar-nav {
        margin: 0 0px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 6px;
        padding-left: 6px;
    }
    .navbar .has-megamenu {
        position: static !important;
    }
    .selected-filters {
        font-size: 1.1rem;
    }
    .naep-blogs {
        margin: 60px 20px 20px 35px;
    }
    .naep-blogs.has-sticky-bg h1 {
        max-width: 40%;
    }
    .naep-blogs.has-sticky-bg h1 .filter-h1 {
        font-size: 1.3rem;
    }
    .filter-wrapper {
        margin-right: 35px;
        width: 25%;
    }
    .filter-wrapper.has-sticky-bg {
        margin-top: 290px;
    }
}/* END OF @media screen and (min-width: 768px) and (max-width: 991px) */


@media screen and (min-width: 768px) {
    .naep-blogs.search {
        width: 75%;
    }
    .navbar-expand-md .navbar-nav .nav-link { /*override bootstrap style*/
         padding-right: 0;
         padding-left: 0;
    }
	.navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
    .navbar-toggler {
        display: none;
    }
    .dropdown-menu[data-bs-popper] {
        margin-top: 0;
    }
    .navbar .dropdown.has-megamenu > .dropdown-menu {
        padding: 1.5rem 1rem;
    }
    .navbar .dropdown.has-megamenu:hover > .dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
    }
    .post.page {
    }
    .separator {
    }
}/* END OF @media screen and (min-width: 767px) */

@media screen and (max-width: 767px) {
    #PageBody #MainContent {
        padding: 0;
        max-width: 100%;
        z-index: 99;
    }
    #ContentArea_base.sticky-bg {
        background: url(/nationsreportcard/blog/images/blog_main_bg.jpg) no-repeat center top;
    }
    #NAEP_blog_logo img {
    }
    #PageBody #MainContent .naep-blogs.has-sticky-bg h1 {
        position: unset;
        padding: 0;
        margin-left: -15px;
        max-width: 60%;
        min-height: 301px;
    }
    .naep-blogs {
        min-height: unset;
        margin: 0;
        padding: 15px;
    }
    .naep-blogs.has-sticky-bg {
        margin: 0 0 10px 0;
        padding: 0 10px;
    }
    .naep-blogs.search {
        margin: auto;
        padding: 10px;
        width: calc(100% - 20px);
    }
    .naep-blogs.has-sticky-bg h1 .filter-h1 {
        border-left: 0;
        box-shadow: none;
        font-size: 1.4rem;
        padding: 20px 10px;
    }
    .blog-posts {
        border: none;
        box-shadow: none;
        padding: 0;
        margin-top: 10px;
        min-height: unset;
    }
    .blog-posts.filter-results .post {
        display: block;
    }
    .selected-filters {
        border: 0;
        box-shadow: none;
        padding: 10px 0 0 0;
        font-size: 1.2rem;
    }
    .post {
        flex-wrap: wrap;
    }
    .post:first-child {
    }
    .naep-blogs.has-sticky-bg .post .left {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .naep-blogs.has-sticky-bg .post .right {
        width: 100%;
        padding: 0;
    }
    .back-to-top {
        padding-right: 10px;
        width: unset;
        right: 0;
    }
    .back-to-top .text {
        display: none;
    }
    .back-to-top .text {
        display: none;
    }
    .back-to-top a:hover .circle {
        box-shadow: none;
    }

	/*  ********************************   */
    /* 	          Header Bar               */
    /*  ********************************   */
    #ContentArea_base > form {
        width: 100%;
    }
    #header-bar {
        height: 80px;
        z-index: 999;
    }
    #header-shell {
        position: relative;
        height: 100%;
        width: 100%;
    }
    #banner-bar {
        position: fixed;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        padding: 0 1rem;
        width: 100%;
        border-bottom: 1px solid #001871;
    }
    .search-bar-banner.navbar-search {
        width: 100%;
        display: block;
        margin-top: 60px;
    }
    /* Banner Right ------------- */
    #BannerRight.flex-container {
        top: 0;
        left: 130px;
    }
    .custom-toggler.navbar-toggler {
        border-color: #001871;
        z-index: 9999;
    }
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 24, 113, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar {
        padding: 0;
        border: 0;
    }
    .navbar .navbar-nav {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .navbar .nav-item.icon.home {
        margin-left: 0;
    }
    .navbar .nav-item:last-child {
        margin-left: 0;
    }

    /*slide menu from right*/
    .navbar .navbar-collapse {
        position: absolute;
        top: 0;
        transition: all 0.2s ease;
        background-color: #001871;
        z-index: 99999;
    }
    .navbar .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }
    .navbar .navbar-collapse.show {
        right: 0;
        padding: 20px 30px;
    }
    .navbar .nav-item {
        border: 0;
        border-bottom: 1px solid #0024AA;
        padding: 0;
    }

    /* filter within menu */
    .navbar .navbar-collapse .filter-wrapper {        
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin: 15px 0 0 0;
        padding: 0;
        width: 240px;
        height: fit-content;
    }
    .navbar .navbar-collapse .filter-wrapper .title button {
        color: #fff;
    }
    .navbar .navbar-collapse .filter-wrapper .filter .title button:hover {
        color: #ddd;
    }
    .navbar .navbar-collapse .filter-wrapper .filter .title .arrow {
        border-color: #fff;
    }
    .navbar .navbar-collapse .filter-wrapper .filter .title button:hover .arrow {
        border-color: #ddd;
    }
    .navbar .navbar-collapse .tags-filter .tag {
        color: #fff;
        padding-left: 10px;
    }
    .navbar .navbar-collapse .toggle-slider {
        color: #ddd;
        font-weight: normal;
    }
    .navbar .navbar-collapse .toggle-slider .onOff {
        font-weight: normal;
    }
    .navbar .navbar-collapse .toggle-slider .slider {
        border: 1px solid #ddd;
        background-color: #28389180;
    }
    .navbar .navbar-collapse .toggle-slider .slider:before {
        background-color: #fff;
        bottom: 0;
        left: 0;
    }
    .navbar .navbar-collapse .toggle-slider input:checked + .slider {
        background-color: #fff;
    }
    .navbar .navbar-collapse .toggle-slider input:checked + .slider:before {
        background-color: #001871;
        left: 0;
    }

    /*  ********************************   */
    /*            Modal Dialog             */
    /*  ********************************   */
    .modal {
        margin: 0px;
        top: 10%;
        left: 50%;
        transform: translate(-50%,0);
    }
}/* END OF @media screen and (max-width: 767px) */

@media screen and (max-width: 575px) {
    #banner-bar {
        padding: 5px 0.5rem;
    }

    /* Social ------------------- */
	#BannerRight .social .share-button{
		padding:2px;
	}
	#BannerRight .social img{
		height: 15px;
	}	
	.SearchForm {
		position: relative;
		width: 100%;
		box-shadow: none;
	}
    .SearchForm > form {
        display: flex;
        flex-flow: row nowrap;
        border-radius: 7px;
        border: 1px solid #ccc;
        margin-left: -1px;
        white-space: nowrap;
    }
    .SearchForm > form:hover {
    }
    .search-bar-banner {
        width: 85px;
    }

	/*  ********************************   */
	/*            Modal Dialog             */
	/*  ********************************   */
	.modal {
		margin:0px;
		width: 300px;
		top:5%;
		padding: 10px;
		height: 312px;
	}
	#anchorModalLogo{
		display:block;
		width: 200px;
		margin: 10px auto;
	}
	/* END OF Modal Dialog */
}/* END OF @media screen and (max-width: 575px) */

@media screen and (max-width: 360px) {
    #header-bar {
        height: 50px;
    }
    #banner-bar {
        display: block;
        height: 50px;
        padding: 10px 0.5rem;
    }
    #NAEP_blog_logo img {
        height: 30px;
    }
    #BannerRight button.navbar-toggler {
        right: -9px;
        bottom: -13px;
        font-size: 0.7rem;
        padding: 0.5rem;
    }
    #BannerRight.flex-container {
        justify-content: right;
        padding: 0;
        position: relative;
        top: -4px;
        left: 0;
    }
    .naep-blogs.has-sticky-bg {
        
    }
    .navbar-toggler.custom-toggler {
        font-size: 1rem;
        padding: 0rem;
    }
    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    .navbar .navbar-collapse.show {
        padding: 20px 10px;
    }
}
/* END OF @media screen and (max-width: 360px) */


/*  ********************************   */
/* 	          Blog Comment             */
/*  ********************************   */
    .LeaveAComment hr { border: 3px solid #ca9213; }
    .LeaveAComment p { font-size: 18px; line-height: 1.5; }
    .LeaveAComment h2 { color: #565656; font-size: 25px; font-weight: 600; }

    .LeaveAComment .forminput /* basic styling */ { padding: 10px; font-family: 'Source Sans Pro', serif, arial; font-size: 14px; border: solid 1px #dedede; }
    .LeaveAComment .forminput /* shadow */ { -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }
    .LeaveAComment .forminput /* rounded */ { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
    .LeaveAComment .forminput.comments { width: 810px; height: 100px; }

    .LeaveAComment input[type="submit"] {
        background-color: #003399; 
        border: none; 
        font-size: 14px; 
        color: #ffffff; 
        padding: 6px 12px; 
        cursor: pointer;
    }

    .LeaveAComment input[type="submit"]:hover {
        background: #666666;
    }

    .LeaveAComment label { font-weight: 600; font-size: 18px; vertical-align: top; display: inline-block; width: 90px; text-align: left; }

    p.SuccessMessage {
          font-weight: 600;
          font-size: 18px;
          line-height: 1.5;
          color:green;
     }