/*
Theme Name: Avada DOE Child
Description: Customized child theme for the Delaware Department of Education
Author: ThemeFusion/Brian Ablaza
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Template: Avada
Version: 5.6.2
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/

/* Universal Fixes */

:root {
  --true_blue: #245194;
}

#main a {
	color: #3366CC;
	font-weight: bold;
}

a:hover {
	text-decoration: underline !important;
	text-decoration-color: black;
/* 
	border-bottom: 1px solid black;
 */
}

.indent-1 {margin-left: 30px;}

.visually_hidden {
	position: absolute;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

a.sw_link {
	color: lime!important;
	font-weight: bold!important;
}

a.missing_link {
	color: magenta!important;
	font-weight: bold!important;
}

/* State header */

#state_navbar .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,0.8); }

#state_navbar .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover { color: rgba(255,255,255,1.0); }

#state_navbar .navbar-brand {
	color: #fff;
}

button#submitButton.btn.btn-transparent{
	background-color: transparent;
	color: rgba(255,255,255,0.75);
}

button#submitButton.btn.btn-transparent:hover{
	background-color: transparent;
	color: rgba(255,255,255,1);
}

#state_navbar { background-color: var(--true_blue); }

#delaware_search_form label {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

img#delaware_D {
	height: 40px;
}

img#delaware_text {
	height: 30px;
	line-height: 40px;
	vertical-align: middle;
}

input#txtKeywordMain {
    width: 173px;
    height: 30px;
    margin: unset;
    padding: 1px;
    line-height: 24px;
    border-width: 2px;
    border-style: none;
    border-color: rgb(238,238,238);
}

.fusion-main-menu > ul > li > form.search-form {
	height: 95px;
	line-height: 93px;
}

.funnel_search input {
    border: 1px solid #e7e6e6;
    padding: 5px 0px 5px 10px;
    font-size: 13px;
    color: #333;
}

.funnel_search button {
    padding: 5px;
    font-family: Raleway;
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
    border-radius: 2px;
}

#menu-item-search {
    line-height: 44px!important;
}

/* Bootstrap navbar styles */

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media only screen and (max-width: 1050px) {
    .fusion-logo {
        width: auto!important;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .95)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .8)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}


/* End Bootstrap navbar styles */


/* End State header */


/* Title bar */

.fusion-breadcrumbs {
	background: rgb(248, 248, 248);
	border: 1px dotted #aaa;
	line-height: 150%;
	margin: 0;
	margin-top: 10px !important;
	padding: 7px 15px !important;
	text-align: left !important;
}

.fusion-breadcrumbs span.breadcrumb-leaf:last-child {
	font-weight: 600;
}

.fusion-page-title-bar-left .fusion-page-title-secondary {
	margin-left: 0px !important;
	line-height: 1;
}
.fusion-page-title-secondary {
	display: inline-block;
	text-align: left;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
	font-size: 2em !important;
	padding-top: 10px !important;
}

/* Special styling for level 2 pages */

.level_2_crumbs {
    border-style: none;
    margin-top: 0!important;
    padding: 10px 0px !important;
    text-align: center!important;
}

/* End Title bar */

/* Avada overrides */

#main {
	padding-top: 15px !important;
}

/* */

div.educators .fusion-page-title-bar {
	border-top: 3px solid #6D4487;
}

div.educators aside.fusion-subpagesidebar {
	border-bottom: 5px solid #6D4487;
}

div.families .fusion-page-title-bar {
	border-top: 3px solid #d34607;
}

div.families aside.fusion-subpagesidebar {
	border-bottom: 5px solid #d34607;
}

/* MARK: Subpage sidebar */

/* 
Avada vertical menu widget for right hand nav when using layouts
 */

#wrapper .fusion-vertical-menu-widget.left .menu li a, .awb-off-canvas .fusion-vertical-menu-widget.left .menu li a {
    line-height: 120%;
}

#main #child_page_list_title a { color: #245194}

#child_page_list li a {
	color: #2662A6;
}

ul#subpage_menu_items li.menu-item a:hover {
	color: #17304E !important;
	text-decoration: underline;
}

ul#subpage_menu_items li.current-menu-item a {
	color: #17304E !important;
	font-weight: 600;
}

ul#subpage_menu_items li.current-menu-item a:before,
ul#child_page_list li.current_page_item a:before
{
/* 
	content: "\f0da";
	font-family: icomoon !important;
 */
	font-size: 1.1em;
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}

/* Triangle to indicate current page */
a.fa-caret-right::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
}

a.current_sidebar_link {
    font-family: var(--body_typography-font-family);
}

ul#subpage_menu_items li.current-menu-item a,
ul#child_page_list li.current_page_item a
{
	font-weight: bold;
	color: #000 !important;
	cursor: default;
}

#child_page_list li {
line-height: normal;
padding: 5px 0;
}

/* Have to 'unset' child li's to prevent cascade */
ul#child_page_list li.current_page_item li a:before
{
	content: none;
}

ul#subpage_menu_items li.current-menu-item li a,
ul#child_page_list li.current_page_item li a
{
	font-weight: normal;
	color: #2662A6 !important;
	cursor: pointer;
}

div#sidebar_nav_title, div#child_page_list_title {
	font-weight: 600;
	font-size: larger;
}

div.subpages_for_page {
	margin-left: 20px;
}

div.educators #sidebar_nav_title {
	color: #6D4487;
}

div.educators ul#subpage_menu_items li.current-menu-item a:before {
	color: #6D4487 !important;
}

#child_page_list_title {
	line-height: 1.3;
	padding-bottom: 5px;
}

/* Add lock icon to private pages */
a.private_link:after{
	content: "\f023";
    font-family: "Font Awesome 5 Free";
	padding-left: 5px;
	display: inline-block;
	color: #DB0000;
	font-size: 0.8em;

}

/* End Subpage sidebar */

/* Colored line and shadow at bottom of sliding page */
div #main {
	border-bottom: #23a1e2 solid 7px;
	box-shadow: 0px 12px 6px -3px rgba(0,0,0,0.3);
}

body.families #main {
	border-bottom: #d34607 solid 7px !important;
	box-shadow: 0px 12px 6px -3px rgba(0,0,0,0.3);
}

body.educators #main {
	border-bottom: #6D4487 solid 7px !important;
	box-shadow: 0px 12px 6px -3px rgba(0,0,0,0.3);
}

/* Various home pages styles */

.home_updates {
	border-bottom: 7px solid #666;
} 

#home_news {
	border-bottom-color: #006fbc;
}

#home_events {
	border-bottom-color: #d85600;
}

#home_twitter {
	border-bottom-color: #9260b0;
}

#news_feed .post {
	margin-bottom: 15px !important;
	border-bottom: dotted 2px #006fbc;
	padding-bottom: 15px;
}

/* 
h3.meeting_title, h3.feed_title a {
	color: #006fbc !important;
}
 */
 
 .feed_date {
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
    display: block;
    margin-top: 4px;
} 

.meeting_list p {
	margin-bottom: 10px !important;
}

.post:first-child h3 {
	font-size: 120%;
}

/* Twitter fade styles */

#home_twitter_body {
	max-height: 120px; /* Set small until script sets height of Twitter column */
	position: relative;
	overflow-y: scroll;
}

/* Read more button */
#home_twitter_body .read-more { 
/* 
	position: absolute; 
	bottom: 0; 
	left: 0;
 */
	width: 100%; 
	text-align: center; 
	margin: 0; padding: 30px 0; 
/* 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
 */
}

#home_twitter_body .button {
	border-top: 1px solid #96d1f8;
	background: #006fbc;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.48);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.48);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}

/* End Twitter fade styles */

/* End various home pages styles */


/* General page styles */

body, .post_content blockquote {
	font-size: 1em !important;
}

.hidden {display: none;}

.fusion-body .fusion-page-title-bar, #main {
	background-color: #fff !important;
}

.fusion-page-title-barx {
	border-bottom: 3px solid #999 !important;
}

.fusion-breadcrumbs {
	padding: 7px 15px !important;
	border: 1px dotted #aaa;
	background: rgb(248, 248, 248);
	margin-top: 10px !important;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.breadcrumb-leaf {

}

a {
	text-decoration: underline;
}

#main #sidebar_1, #main #sidebar_1.fusion-sticky-sidebar .fusion-sidebar-inner-content {
	background-color: rgb(248, 248, 248);
}

.fusion-page-title-bar .fusion-breadcrumbs a {
	color: #2662A6 !important;
}

.fusion-main-menu > ul > li > a, .fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
	font-weight: bold !important;
}

.fusion-secondary-menu > ul > li > a {
	font-weight: bold !important;
}


.fusion-page-title-bar .fusion-breadcrumbs a span {
	text-decoration: underline !important;
}

.post-content .home_updates h2 {
	font-size: 1.5em !important;
}

.fusion-secondary-menu>ul>li:hover {
    background-color: #eee;
}

.fusion-secondary-header a:hover {
    color: #2766A5 !important;
}

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a {
    border-top-width: 5px;
}

/* Avada trumps DataTables. Fixes */

.dataTables_wrapper label input, .dataTables_wrapper label select {color: black;}

.dataTables_wrapper {
	overflow-x: scroll;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	height: unset !important;
}

/* Start Digital Delaware */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

/* For flipboxes, hover over link should undeline text, but not icon */
div.heading.heading-with-icon > a.heading-link:hover{
	text-decoration: none !important;
}

div.heading-with-icon > a.heading-link h2.content-box-heading:hover{
	text-decoration: underline !important;
}

#digital_menu
{
	display: flex;
	flex-wrap: wrap;
	padding-inline-start: 0;
}

#digital_menu > * { flex: 1 1 100px; }

#digital_menu li
{
	margin: 3px;
	list-style-type: none;
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 500;
}

#digital_menu li, #digital_menu li a
{
	width: 100%;
	height: 6rem;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	transition: background-color 0.4s ease;
}

#digital_menu li a
{
	border-width: 2px;
	border-radius: 6px;
	border-style: solid;
	font-size: .9em;
}

#digital_menu ul
{
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.violet
{
	background-color: #462255;
	color: white;
	border-color: #462255;
}

.orange
{
	background-color: #C7521C;
	color: white;
	border-color: #C7521C;
}

.teal
{
	background-color: #0A6269;
	color: white;
	border-color: #0A6269;
}

.magenta
{
	background-color: #AC0056;
	color: white;
	border-color: #AC0056;
}

.green
{
	background-color: #076630;
	color: white;
	border-color: #076630;
}

.blue
{
	background-color: #20409A;
	color: white;
	border-color: #20409A;
}

.dark_gray
{
	background-color: #585759;
	color: white;
	border-color: #585759;
}

.claret
{
	background-color: #79002b;
	color: white;
	border-color: #79002b;
}

.yellow
{
	background-color: #FBB714;
	color: #000;
	border-color: #FBB714;
}

#digital_menu a:hover
{
	color: #000;
	background-color: white;
}

#digital_menu a.digital_menu_tile {
    color: #fff!important;
}
#digital_menu a.yellow.digital_menu_tile {
    color: #000!important;
}

#digital_menu a.digital_menu_tile:hover {
    color: #000!important;
}

.digidel_subpage_head h1 {
    padding-left: 1em !important;
    border: 5px solid #fff;
    font-size: 2rem !important;
    line-height: 2.5 !important;
    font-family: Lato !important;
}
.digidel_subpage_head_yellow h1 {
    background-color: rgba(0,0,0,0.0);
    border-color: #FDDA89;
}

.digidel_subpage_head_violet h1
{
	background-color: rgb(0,0,0,0.0);
	border-color: #AE73C7;
}

.digidel_subpage_head_orange h1
{
	background-color: rgb(0,0,0,0.0);
	border-color: #EDA684;
}

.digidel_subpage_head_teal h1
{
	background-color: rgb(0,0,0,0.0);
	border-color: #1EDDEA;
}

.digidel_subpage_head_magenta h1 {
	background-color: rgb(0,0,0,0.0);
	border-color: #FF57AB;
}

.digidel_subpage_head_green h1 {
	background-color: rgb(0,0,0,0.0);
	border-color: #43F28F;
}

.digidel_subpage_head_blue h1 {
	background-color: rgb(0,0,0,0.0);
	border-color: #7894E3;
}

.digidel_subpage_head_dark-gray h1 {
	background-color: rgb(0,0,0,0.0);
	border-color: #ACABAD;
}

.digidel_subpage_head_claret h1 {
	background-color: rgb(0,0,0,0.0);
	border-color: #f70058;
}

.digidel_logo
{
	font-family: 'Lato', sans-serif;
	font-size: 1.5em !important;
}

.dde_section_description {
	font-size: 18px!important;
	font-weight: bold!important;
	margin-top: 15px!important;
}

.dde_subhead h1 {
    color: #fff !important;
    padding: 15px !important;
	font-size: 2rem !important
}
.dde_subhead {
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}

a.opener { cursor: pointer;}

.level_three_tile  h2.content-box-heading {
    height: 2.5em;
}

.level_three_tile  div.content-container {
	height: 170px;
    padding-bottom: 0;
    margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.7rem;
}
.fusion-read-more-button {
    background-color: #555 !important;
}
.fusion-read-more-button:hover {
    background-color: #585759 !important;
}

.level_three_tile .content-box-column .content-box-wrapper {
	margin-right: 5px;
	margin-left: 5px;
}

.fusion-content-boxes.content-boxes-clean-vertical .content-box-column {
    padding-bottom: 20px !important;
}

@media only screen and (max-width: 1200px) {
	.level_three_tile  div.content-container {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.fusion-logo {
		width: 22%;
	}
	
}

table#digital_de_table.dataTable tbody th, table#digital_de_table.dataTable tbody td {
    font-size: 85%;
}

/* End Digital Delaware */

/* Calendars and Events */

.tribe-events-event-meta::before, .tribe-events-event-meta ~ div:not(.tribe-events-event-meta):not(.event-tickets) {
    border-top: none;
}

/* End Calendars and Events */

/* Flip boxes

Keep flipped if box contains a focusable element

*/
.fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-back {
  z-index: 1;
}
.fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-front {
  z-index: -1;
}
.fusion-flip-boxes .fusion-flip-box.flip-right:focus-within .flip-box-back {
  transform: rotateY(0deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-right:focus-within .flip-box-front {
  transform: rotateY(180deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-left:focus-within .flip-box-back {
  transform: rotateY(0deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-left:focus-within .flip-box-front {
  transform: rotateY(-180deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-up:focus-within .flip-box-back {
  transform: rotateX(0deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-up:focus-within .flip-box-front {
  transform: rotateX(180deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-down:focus-within .flip-box-back {
  transform: rotateX(0deg);
}
.fusion-flip-boxes .fusion-flip-box.flip-down:focus-within .flip-box-front {
  transform: rotateX(-180deg);
}
.fusion-flip-boxes.flip-effect-classic .fusion-flip-box:focus-within .flip-box-grafix i:before {
  display: none;
}
.ua-edge .fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-back {
  transform: rotateY(0deg);
  z-index: 1;
}
.ua-edge .fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-front {
  transform: rotateY(180deg);
  z-index: -1;
}

/*	Accessible flex tables 
	Give table element a class of "flex_table" to get collapsible tables	
*/

div.flex_table table {
    display: flex;
    flex-direction: column;
}

div.flex_table table thead tr,
div.flex_table table tbody tr {
    display: flex;
}
div.flex_table table thead tr th,
div.flex_table table tbody tr td {
    display: flex;
	flex-direction: column;
    flex: 1;
    padding: .5em;
}

@media screen and (max-width: 1080px) {
    div.flex_table table {
        border: 0;
    }
    div.flex_table table thead {
        display: none;
    }
    div.flex_table table tbody tr {
        flex-direction: column;
        margin: 1em;
		background-color: #fff!important;
    }
    div.flex_table table tbody tr td {
        flex-direction: column;
    }
    div.flex_table table tbody tr td:before {
        display: flex;
        align-items: center;
        margin: -.5em -.5em .75em -.5em;
        padding: .5em;
        content: attr(data-label);
        color: #000;
        background: #f6f6f6;
        font-weight: bold;
        border-bottom: 1px solid #dcdcdc;
    }
    .footer_column img {display: none;}

}

/* New State footer */

#footer {
	background-color: 					#2d3032;
	border-top: 						10px solid #245194;
	border-bottom: 						10px solid #245194;
	font-size: 							0.938rem;
	line-height: 						1.5em;
    clear:								both;
  	color: 								#fff;
}   

.footer_row { display: flex; flex-wrap: wrap;}
.footer_column { padding-right: 30px;}
.footer_column img {height: 200px;}

#footer h1 {
	color: 								#fff !important;
}

#footer hr {
	-moz-border-bottom-colors: 			none;
	-moz-border-left-colors: 			none;
	-moz-border-right-colors: 			none;
	-moz-border-top-colors: 			none;
	border-image: 						none;
	border: 							1px solid #fff;
	margin-bottom: 						20px;
	margin-top: 						20px;
}

.footer_logo {
	float:								left;
	margin-right:						5px;
	border:								0px;
	width:								50px;
	height:								50px;
}

#footer a, 
#footer a:link, 
#footer a:visited {
	text-decoration: none;
	color: #fff;
	-o-transition: .5s;
	-ms-transition:	.5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

.container .credit {
	margin: 							20px 0;
}

#footer > .container {
	padding-left: 						15px;
	padding-right: 						15px;
}

.social
{
	display: block;
	max-width: 500px;
}

.social_facebook,.social_flickr,.social_rss,.social_twitter,.social_youtube
{
	display: inline-block;
	margin: 0 auto;
	margin-right: 10px;
}

.wave_text { display: none; }
#delaware_search_form label, #main_content > .btn-group a { color: #FFF; }

.social_facebook,.social_twitter,.social_flickr,.social_youtube,.social_rss { position: relative; }

/* Previous - Next navigation bar */

.pn_link_box {
    width: 30%;
    display: inline-block;
    padding: 5px!important;
}
#pn_next_wrapper_x {
    text-align: right;
}
#pn_index_wrapper_x {
    text-align: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}#pn_prev_wrapper_x {
    text-align: left;
}
#pn_navigation_bar_x {
    width: 100%!important;
    display: inline-block;
    text-align: center;
    background-color: aliceblue;
}
/* End Previous - Next navigation bar */

/* Scholar Pages */

.scholar_student_name h1 {
    font-family: Garamond, 'Hoefler Text', 'Times New Roman', Times, serif !important;
    letter-spacing: 10px !important;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.scholar_school_name p {
    font-family: Garamond, 'Hoefler Text', 'Times New Roman', Times, serif !important;
    letter-spacing: 0 !important;
    font-size: 24px;
    margin: 0;
    font-style: italic;
    margin-bottom: 15px;
}

.scholar_nomination_statement h2 {
    margin-top: 0;
    font-size: 22px!important;
    border-bottom: 1px dotted black;
    padding-bottom: 10px;
}

div.scholar_student_statement {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: aliceblue;
    margin: 0px!important;
}

div.scholar_student_statement p {
    font-family: Garamond, 'Hoefler Text', 'Times New Roman', Times, serif !important;
	font-size: 22px;
}

/* End Scholar Pages */

/* SBE Audio Element */
.sbe-fusion-audio {

}

.segment_info h3 {
	color: #006fbc !important;
	font-size: 20px !important;
	margin-top: 0px;
}

.segment_info {
	margin-bottom: 20px;
}

.segment_info .segment_meta, .segment_info .segment_title {
	margin-bottom: 0px;
}

/* End SBE Audio Element */

/* Accordions and cards for Digital DE */

.modal-lg {
	width: 400px;
}
.accordion_subhead {
    font-size: 125%;
    font-weight: bold;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
    line-height: 1rem;
}
div.accordion p, .accordion_soon p{
	line-height: 1.7em;
	width: 90%;
	margin-top: 0.5em;
}

.accordion_subhead:has(+ p){
    padding-bottom: 0.5em;
}

div.accordion, div.accordion_soon {
    background-color: rgba(88, 87, 89, 0.1);
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 0 15px;
    position: relative;
    text-align: left;
    transition: 0.4s;
    width: 95%;
    border: 4px solid rgba(88, 87, 89, 1);
}

div.accordion_soon {
	cursor: unset;
}

.accordion.active,
.accordion:hover {
	background: white;
}

.accordion:after {
	display: inline-block;
	height: 2rem;
	margin-top:-1.5rem;
	padding-right: 1rem;
	position: absolute;
	right: 0;
	bottom: 0;
    color: #000;
    content: "Show Resources";
    font-weight: normal;
}

.accordion_soon:after {
	display: inline-block;
	height: 2rem;
	margin-top:-1.5rem;
	padding-right: 1rem;
	position: absolute;
	right: 0;
	bottom: 0;
    color: #000;
    content: "Coming soon";
    font-weight: normal;
}

.accordion_link:after {
    content: "Open Page";
}

.accordion.active:after {
    content: "Hide";
}

.panel_wrapper {    
	max-height: 0;
	overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.panel {
    background-color: white;
    display: grid;
    grid-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
    grid-template-rows: auto;
    margin: 10px auto;
    max-width: 1240px;
    padding: 0 18px;
    width: 85%;
}
.card {
    /*   min-height: 100%; */
	background: white;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #444;
	position: relative;
	top: 0;
	transition: all 0.1s ease-in;
	border-radius: 7px;
}

.card:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.7);
}

.card article {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
}
.card article div.pdms_link, .card article div.no_link {
    display: flex;
	align-items: center;
  	background-color: #eee;
  	justify-content: center;
  	padding: 10px;
    margin: 2em 0 0 0;
  	}

.card article div.no_link {
	padding: 22px 15px;
	font-weight: bold;
}

.card article div.pdms_link a {
	padding: 10px 15px;
	text-align: center; 
	text-decoration: none;
	display: inline-block;	
	border: 2px solid #eee;
}
.card .pdms_link a:hover {
    background-color: white;
    /* color: white!important; */
    padding: 10px 15px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #C7511C;
}

.card .pdms_link a.soon_link:hover {
    text-decoration: none !important;
}

.card p {
    flex: 1; /* make p grow to fill available space*/
    line-height: 1.4;
    padding: 20px;
}

/* typography */
.card article .card_subhead {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #B41943;
    height: 6rem;
    line-height: 1.7rem;
}

.card span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 2em 0 0 0;
}

/* End Accordions and cards for Digital DE */

/* CIPD vendor styling */

#cipd_system_list li.checked:before
{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	display: inline-block;
	color: #333;
	font-size: 1em;
}

#cipd_system_list li.unchecked { color: #999; }

#cipd_system_list li.unchecked:before
{
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	padding-right: 5px;
	display: inline-block;
	color: #999;
	font-size: 1em;
}

ul#cipd_system_list
{
	list-style-type: none;
	/* Removes bullets */
	padding: 0;
	/* Optional: Removes default padding */
	margin: 0;
	/* Optional: Removes default margin */
}

.cipd-vendor-content p, .cipd-vendor-content li
{
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.cipd-vendor-content h1, .cipd-vendor-content h2
{
	font-family: "proxima-nova", sans-serif !important;
	font-weight: 600;
	font-style: normal;
}

.cipd-vendor-content h2 {
	margin-bottom: 10px !important;
}

.cipd_list.make_columns_3 { column-count: 3; }
.cipd_list.make_columns_2 { column-count: 2; }

/* State abbreviations CSS for 95 Percent Group LLC */
/* Generated from found_states: CO, DC, DE, HI, ID, IN, KY, OK, OR, WI */

#ninety-five_group_map .co, #ninety-five_group_map .dc, #ninety-five_group_map .de, #ninety-five_group_map .hi, #ninety-five_group_map .id, #ninety-five_group_map .in, #ninety-five_group_map .ky, #ninety-five_group_map .ok, #ninety-five_group_map .or, #ninety-five_group_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Academy in Manayunk, DBA AIM Institute for Learning and Research */
/* Generated from found_states: AZ, CO, DE, ID, IN, LA, MA, MD, MS, ND, OH, OK, OR, RI, SD, WY */

#aim_map .az, #aim_map .co, #aim_map .de, #aim_map .id, #aim_map .in, #aim_map .la, #aim_map .ma, #aim_map .md, #aim_map .ms, #aim_map .nd, #aim_map .oh, #aim_map .ok, #aim_map .or, #aim_map .ri, #aim_map .sd, #aim_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Amplify Education, Inc */
/* Generated from found_states: AR, CA, CO, IL, IN, MD, NY, OH, OR, TX, UT, WA */

#amplify_map .ar, #amplify_map .ca, #amplify_map .co, #amplify_map .il, #amplify_map .in, #amplify_map .md, #amplify_map .ny, #amplify_map .oh, #amplify_map .or, #amplify_map .tx, #amplify_map .ut, #amplify_map .wa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for American Reading Company */
/* Generated from found_states: AL, AK, AZ, AR, CA, CO, CT, DE, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VT, VA, WA, WV, WI, WY */

#arc_map .al, #arc_map .ak, #arc_map .az, #arc_map .ar, #arc_map .ca, #arc_map .co, #arc_map .ct, #arc_map .de, #arc_map .fl, #arc_map .ga, #arc_map .hi, #arc_map .id, #arc_map .il, #arc_map .in, #arc_map .ia, #arc_map .ks, #arc_map .ky, #arc_map .la, #arc_map .me, #arc_map .md, #arc_map .ma, #arc_map .mi, #arc_map .mn, #arc_map .ms, #arc_map .mo, #arc_map .mt, #arc_map .ne, #arc_map .nv, #arc_map .nh, #arc_map .nj, #arc_map .nm, #arc_map .ny, #arc_map .nc, #arc_map .nd, #arc_map .oh, #arc_map .ok, #arc_map .or, #arc_map .pa, #arc_map .ri, #arc_map .sc, #arc_map .sd, #arc_map .tn, #arc_map .tx, #arc_map .ut, #arc_map .vt, #arc_map .va, #arc_map .wa, #arc_map .wv, #arc_map .wi, #arc_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Attuned Education Partners */
/* Generated from found_states: AK, CA, CO, CT, FL, IN, LA, MA, MD, ME, MO, NC, NJ, NM, NV, NY, OH, OK, PA, RI, TN, TX, VA, WA, WI */

#attuned_partners_map .ak, #attuned_partners_map .ca, #attuned_partners_map .co, #attuned_partners_map .ct, #attuned_partners_map .fl, #attuned_partners_map .in, #attuned_partners_map .la, #attuned_partners_map .ma, #attuned_partners_map .md, #attuned_partners_map .me, #attuned_partners_map .mo, #attuned_partners_map .nc, #attuned_partners_map .nj, #attuned_partners_map .nm, #attuned_partners_map .nv, #attuned_partners_map .ny, #attuned_partners_map .oh, #attuned_partners_map .ok, #attuned_partners_map .pa, #attuned_partners_map .ri, #attuned_partners_map .tn, #attuned_partners_map .tx, #attuned_partners_map .va, #attuned_partners_map .wa, #attuned_partners_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Back to Basics Learning Dynamics */
/* Generated from found_states: NC, NJ, PA */

#back_to_basics_map .nc, #back_to_basics_map .nj, #back_to_basics_map .pa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Benchmark Education Company */
/* Generated from found_states: DE */

#benchmark_education_map .de {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for BetterLesson */
/* Generated from found_states: MA, OH, UT */

#betterlesson_map .ma, #betterlesson_map .oh, #betterlesson_map .ut {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Blue Engine */
/* Generated from found_states: CA, DC, LA, MA, MI, NY, RI, TN, TX, WA */

#blue_engine_map .ca, #blue_engine_map .dc, #blue_engine_map .la, #blue_engine_map .ma, #blue_engine_map .mi, #blue_engine_map .ny, #blue_engine_map .ri, #blue_engine_map .tn, #blue_engine_map .tx, #blue_engine_map .wa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Carnegie Learning */
/* Generated from found_states: AL, AK, AZ, AR, CA, CO, CT, DC, DE, FL, GA, HI, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NJ, NM, NY, NC, OH, OK, OR, PA, RI, SC, TN, TX, UT, VA, WA, WI, WY */

#carnegie_learning_map .ca, #carnegie_learning_map .ct, #carnegie_learning_map .de, #carnegie_learning_map .fl, #carnegie_learning_map .ga, #carnegie_learning_map .in, #carnegie_learning_map .ma, #carnegie_learning_map .nm, #carnegie_learning_map .ny #carnegie_learning_map .pa, #carnegie_learning_map .tx, #carnegie_learning_map .va, #carnegie_learning_map .wv {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Catapult Learning, LLC */
/* Generated from found_states: AL, AZ, CA, CO, CT, DC, DE, FL, GA, HI, IL, IN, KY, LA, MA, MD, MI, MN, MS, NC, NJ, NM, NV, NY, OH, OK, OR, PA, RI, TN, TX, UT, VA, WA, WI */

#catapult_learning_map .al, #catapult_learning_map .az, #catapult_learning_map .ca, #catapult_learning_map .co, #catapult_learning_map .ct, #catapult_learning_map .dc, #catapult_learning_map .de, #catapult_learning_map .fl, #catapult_learning_map .ga, #catapult_learning_map .hi, #catapult_learning_map .il, #catapult_learning_map .in, #catapult_learning_map .ky, #catapult_learning_map .la, #catapult_learning_map .ma, #catapult_learning_map .md, #catapult_learning_map .mi, #catapult_learning_map .mn, #catapult_learning_map .ms, #catapult_learning_map .nc, #catapult_learning_map .nj, #catapult_learning_map .nm, #catapult_learning_map .nv, #catapult_learning_map .ny, #catapult_learning_map .oh, #catapult_learning_map .ok, #catapult_learning_map .or, #catapult_learning_map .pa, #catapult_learning_map .ri, #catapult_learning_map .tn, #catapult_learning_map .tx, #catapult_learning_map .ut, #catapult_learning_map .va, #catapult_learning_map .wa, #catapult_learning_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for ConnectED */
/* Generated from found_states: CA, NM, WI */

#connect_ed_map .ca, #connect_ed_map .nm, #connect_ed_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Curriculum Associates, LLC */
/* Generated from found_states: AK, AL, AR, CO, CT, ID, LA, MA, MD, MN, MO, ND, NE, NM, OH, OK, OR, RI, SC, TN, UT, VA */

#curriculum_associates_map .ak, #curriculum_associates_map .al, #curriculum_associates_map .ar, #curriculum_associates_map .co, #curriculum_associates_map .ct, #curriculum_associates_map .id, #curriculum_associates_map .la, #curriculum_associates_map .ma, #curriculum_associates_map .md, #curriculum_associates_map .mn, #curriculum_associates_map .mo, #curriculum_associates_map .nd, #curriculum_associates_map .ne, #curriculum_associates_map .nm, #curriculum_associates_map .oh, #curriculum_associates_map .ok, #curriculum_associates_map .or, #curriculum_associates_map .ri, #curriculum_associates_map .sc, #curriculum_associates_map .tn, #curriculum_associates_map .ut, #curriculum_associates_map .va {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Education First Consulting, LLC */
/* Generated from found_states: AR, DE, MA, MD, OR, TX */

#education_first_map .ar, #education_first_map .de, #education_first_map .ma, #education_first_map .md, #education_first_map .or, #education_first_map .tx {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for EL Education */
/* Generated from found_states: AL, AR, AZ, CA, CO, CT, DC, DE, FL, GA, IA, ID, IL, IN, KS, KY, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NE, NH, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VA, VT, WA, WI, WV, WY */

#el_education_map .al, #el_education_map .ar, #el_education_map .az, #el_education_map .ca, #el_education_map .co, #el_education_map .ct, #el_education_map .dc, #el_education_map .de, #el_education_map .fl, #el_education_map .ga, #el_education_map .ia, #el_education_map .id, #el_education_map .il, #el_education_map .in, #el_education_map .ks, #el_education_map .ky, #el_education_map .la, #el_education_map .ma, #el_education_map .md, #el_education_map .me, #el_education_map .mi, #el_education_map .mn, #el_education_map .mo, #el_education_map .ms, #el_education_map .mt, #el_education_map .nc, #el_education_map .nd, #el_education_map .ne, #el_education_map .nh, #el_education_map .nj, #el_education_map .nm, #el_education_map .nv, #el_education_map .ny, #el_education_map .oh, #el_education_map .ok, #el_education_map .or, #el_education_map .pa, #el_education_map .ri, #el_education_map .sc, #el_education_map .sd, #el_education_map .tn, #el_education_map .tx, #el_education_map .ut, #el_education_map .va, #el_education_map .vt, #el_education_map .wa, #el_education_map .wi, #el_education_map .wv, #el_education_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Great Minds PBC */
/* Generated from found_states: DC, FL, LA, MD, NC, NY, TN, TX */

#great_minds_map .dc, #great_minds_map .fl, #great_minds_map .la, #great_minds_map .md, #great_minds_map .nc, #great_minds_map .ny, #great_minds_map .tn, #great_minds_map .tx {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for HILL for Literacy */
/* Generated from found_states: AR, CT, IL, IN, MD, ME, NH, NJ, NV, NY, OR, RI, VT */

#hill_for_literacy_map .ar, #hill_for_literacy_map .ct, #hill_for_literacy_map .il, #hill_for_literacy_map .in, #hill_for_literacy_map .md, #hill_for_literacy_map .me, #hill_for_literacy_map .nh, #hill_for_literacy_map .nj, #hill_for_literacy_map .nv, #hill_for_literacy_map .ny, #hill_for_literacy_map .or, #hill_for_literacy_map .ri, #hill_for_literacy_map .vt {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for HMH Education Company */
/* Generated from found_states: FL, MA, RI, TX */

#hmh_map .fl, #hmh_map .ma, #hmh_map .ri, #hmh_map .tx {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Ignite Reading, PBC */
/* Generated from found_states: AK, AR, CA, CO, FL, GA, HI, IN, KS, MA, MS, NC, NJ, NM, NY, OH, OR, PA, SC, TX, VA */

#ignite_reading_map .ak, #ignite_reading_map .ar, #ignite_reading_map .ca, #ignite_reading_map .co, #ignite_reading_map .fl, #ignite_reading_map .ga, #ignite_reading_map .hi, #ignite_reading_map .in, #ignite_reading_map .ks, #ignite_reading_map .ma, #ignite_reading_map .ms, #ignite_reading_map .nc, #ignite_reading_map .nj, #ignite_reading_map .nm, #ignite_reading_map .ny, #ignite_reading_map .oh, #ignite_reading_map .or, #ignite_reading_map .pa, #ignite_reading_map .sc, #ignite_reading_map .tx, #ignite_reading_map .va {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Imagine Learning LLC */
/* Generated from found_states: AL, AZ, CA, CO, CT, GA, HI, IA, ID, IL, IN, KY, LA, MA, MD, MS, NC, NJ, NM, NV, NY, OH, OK, OR, PA, RI, SC, TN, UT, VA, WA, WI, WV */

#imagine_learning_map .al, #imagine_learning_map .az, #imagine_learning_map .ca, #imagine_learning_map .co, #imagine_learning_map .ct, #imagine_learning_map .ga, #imagine_learning_map .hi, #imagine_learning_map .ia, #imagine_learning_map .id, #imagine_learning_map .il, #imagine_learning_map .in, #imagine_learning_map .ky, #imagine_learning_map .la, #imagine_learning_map .ma, #imagine_learning_map .md, #imagine_learning_map .ms, #imagine_learning_map .nc, #imagine_learning_map .nj, #imagine_learning_map .nm, #imagine_learning_map .nv, #imagine_learning_map .ny, #imagine_learning_map .oh, #imagine_learning_map .ok, #imagine_learning_map .or, #imagine_learning_map .pa, #imagine_learning_map .ri, #imagine_learning_map .sc, #imagine_learning_map .tn, #imagine_learning_map .ut, #imagine_learning_map .va, #imagine_learning_map .wa, #imagine_learning_map .wi, #imagine_learning_map .wv {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Institute for Multi-Sensory Education (IMSE) */
/* Generated from found_states: AL, AK, AZ, AR, CA, CO, CT, DC, DE, FL, GA, HI, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NJ, NM, NY, NC, OH, OK, OR, PA, RI, SC, TN, TX, UT, VA, WA, WI, WY */

#imse_map .al, #imse_map .ak, #imse_map .az, #imse_map .ar, #imse_map .ca, #imse_map .co, #imse_map .ct, #imse_map .de, #imse_map .fl, #imse_map .ga, #imse_map .hi, #imse_map .id, #imse_map .il, #imse_map .in, #imse_map .ia, #imse_map .ks, #imse_map .ky, #imse_map .la, #imse_map .me, #imse_map .md, #imse_map .ma, #imse_map .mi, #imse_map .mn, #imse_map .ms, #imse_map .mo, #imse_map .mt, #imse_map .ne, #imse_map .nv, #imse_map .nh, #imse_map .nj, #imse_map .nm, #imse_map .ny, #imse_map .nc, #imse_map .nd, #imse_map .oh, #imse_map .ok, #imse_map .or, #imse_map .pa, #imse_map .ri, #imse_map .sc, #imse_map .sd, #imse_map .tn, #imse_map .tx, #imse_map .ut, #imse_map .vt, #imse_map .va, #imse_map .wa, #imse_map .wv, #imse_map .wi, #imse_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for The Institute for Learning */
/* Generated from found_states: CA, FL, IA, NJ, NY, PA, SD, TN, TX */

#institute_for_learning_map .ca, #institute_for_learning_map .fl, #institute_for_learning_map .ia, #institute_for_learning_map .nj, #institute_for_learning_map .ny, #institute_for_learning_map .pa, #institute_for_learning_map .sd, #institute_for_learning_map .tn, #institute_for_learning_map .tx {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Instruction Partners */
/* Generated from found_states: AL, AR, AZ, CA, CO, DC, FL, IL, IN, LA, MA, MD, ME, MI, MO, MS, NE, NM, NV, NY, OH, OR, PA, RI, SC, TN, TX, WA, WI */

#instruction_partners_map .al, #instruction_partners_map .ar, #instruction_partners_map .az, #instruction_partners_map .ca, #instruction_partners_map .co, #instruction_partners_map .dc, #instruction_partners_map .fl, #instruction_partners_map .il, #instruction_partners_map .in, #instruction_partners_map .la, #instruction_partners_map .ma, #instruction_partners_map .md, #instruction_partners_map .me, #instruction_partners_map .mi, #instruction_partners_map .mo, #instruction_partners_map .ms, #instruction_partners_map .ne, #instruction_partners_map .nm, #instruction_partners_map .nv, #instruction_partners_map .ny, #instruction_partners_map .oh, #instruction_partners_map .or, #instruction_partners_map .pa, #instruction_partners_map .ri, #instruction_partners_map .sc, #instruction_partners_map .tn, #instruction_partners_map .tx, #instruction_partners_map .wa, #instruction_partners_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Jounce Partners */
/* Generated from found_states: LA, MA, NC, NJ, OH, PA, TN, WA */

#jounce_map .la, #jounce_map .ma, #jounce_map .nc, #jounce_map .nj, #jounce_map .oh, #jounce_map .pa, #jounce_map .tn, #jounce_map .wa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Kids First Education, LLC */
/* Generated from found_states: AL, AR, AZ, FL, GA, KY, LA, MS, MT, OK, TN */

#kids_first_map .al, #kids_first_map .ar, #kids_first_map .az, #kids_first_map .fl, #kids_first_map .ga, #kids_first_map .ky, #kids_first_map .la, #kids_first_map .ms, #kids_first_map .mt, #kids_first_map .ok, #kids_first_map .tn {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Lavinia Group */
/* Generated from found_states: AL, AZ, CA, CO, CT, DC, FL, GA, IL, IN, LA, MA, MD, MI, MN, MO, MS, NC, ND, NJ, NM, NY, PA, RI, SC, TN, TX, VA, WA */

#lavinia_map .al, #lavinia_map .az, #lavinia_map .ca, #lavinia_map .co, #lavinia_map .ct, #lavinia_map .dc, #lavinia_map .fl, #lavinia_map .ga, #lavinia_map .il, #lavinia_map .in, #lavinia_map .la, #lavinia_map .ma, #lavinia_map .md, #lavinia_map .mi, #lavinia_map .mn, #lavinia_map .mo, #lavinia_map .ms, #lavinia_map .nc, #lavinia_map .nd, #lavinia_map .nj, #lavinia_map .nm, #lavinia_map .ny, #lavinia_map .pa, #lavinia_map .ri, #lavinia_map .sc, #lavinia_map .tn, #lavinia_map .tx, #lavinia_map .va, #lavinia_map .wa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for The Leadership Academy */
/* Generated from found_states: CT, IA, MA, NE, NV, WI */

#leadership_academy_map .ct, #leadership_academy_map .ia, #leadership_academy_map .ma, #leadership_academy_map .ne, #leadership_academy_map .nv, #leadership_academy_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Leading Educators, Inc. */
/* Generated from found_states: KY, LA, NE */

#leading_educators_map .ky, #leading_educators_map .la, #leading_educators_map .ne {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Lexia Learning Systems LLC */
/* Generated from found_states: AL, AR, AZ, IA, IN, KS, KY, MI, NC, NE, NH, OK, SC, UT, VA */

#lexia_map .al, #lexia_map .ar, #lexia_map .az, #lexia_map .ia, #lexia_map .in, #lexia_map .ks, #lexia_map .ky, #lexia_map .mi, #lexia_map .nc, #lexia_map .ne, #lexia_map .nh, #lexia_map .ok, #lexia_map .sc, #lexia_map .ut, #lexia_map .va {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Littera Education */
/* Generated from found_states: AL, AR, CA, DC, FL, GA, HI, IA, IL, KY, MA, MD, MI, MN, MO, MS, MT, NC, NJ, NV, NY, OH, OK, PA, RI, SC, TN, TX, VA, WA, WI */

#littera_education_map .al, #littera_education_map .ar, #littera_education_map .ca, #littera_education_map .dc, #littera_education_map .fl, #littera_education_map .ga, #littera_education_map .hi, #littera_education_map .ia, #littera_education_map .il, #littera_education_map .ky, #littera_education_map .ma, #littera_education_map .md, #littera_education_map .mi, #littera_education_map .mn, #littera_education_map .mo, #littera_education_map .ms, #littera_education_map .mt, #littera_education_map .nc, #littera_education_map .nj, #littera_education_map .nv, #littera_education_map .ny, #littera_education_map .oh, #littera_education_map .ok, #littera_education_map .pa, #littera_education_map .ri, #littera_education_map .sc, #littera_education_map .tn, #littera_education_map .tx, #littera_education_map .va, #littera_education_map .wa, #littera_education_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Michigan Mathematics and Science Leadership Network (MMSLN) */
/* Generated from found_states: AZ, CA, CT, FL, IL, IN, KS, MA, MD, ME, MI, MN, NC, NH, NJ, NV, NY, OH, OK, OR, PA, RI, SC, TX, VA, VT, WA, WI */

#mmsln_map .az, #mmsln_map .ca, #mmsln_map .ct, #mmsln_map .fl, #mmsln_map .il, #mmsln_map .in, #mmsln_map .ks, #mmsln_map .ma, #mmsln_map .md, #mmsln_map .me, #mmsln_map .mi, #mmsln_map .mn, #mmsln_map .nc, #mmsln_map .nh, #mmsln_map .nj, #mmsln_map .nv, #mmsln_map .ny, #mmsln_map .oh, #mmsln_map .ok, #mmsln_map .or, #mmsln_map .pa, #mmsln_map .ri, #mmsln_map .sc, #mmsln_map .tx, #mmsln_map .va, #mmsln_map .vt, #mmsln_map .wa, #mmsln_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for New Teacher Center */
/* Generated from found_states: AK, AL, AR, AZ, CA, CO, DE, FL, GA, HI, IA, ID, IL, IN, KS, KY, LA, MA, MD, MI, MN, NC, NE, NJ, NM, NV, NY, OH, OK, OR, RI, SC, TN, TX, VA, WA, WI, WV */

#new_teacher_center_map .ak, #new_teacher_center_map .al, #new_teacher_center_map .ar, #new_teacher_center_map .az, #new_teacher_center_map .ca, #new_teacher_center_map .co, #new_teacher_center_map .de, #new_teacher_center_map .fl, #new_teacher_center_map .ga, #new_teacher_center_map .hi, #new_teacher_center_map .ia, #new_teacher_center_map .id, #new_teacher_center_map .il, #new_teacher_center_map .in, #new_teacher_center_map .ks, #new_teacher_center_map .ky, #new_teacher_center_map .la, #new_teacher_center_map .ma, #new_teacher_center_map .md, #new_teacher_center_map .mi, #new_teacher_center_map .mn, #new_teacher_center_map .nc, #new_teacher_center_map .ne, #new_teacher_center_map .nj, #new_teacher_center_map .nm, #new_teacher_center_map .nv, #new_teacher_center_map .ny, #new_teacher_center_map .oh, #new_teacher_center_map .ok, #new_teacher_center_map .or, #new_teacher_center_map .ri, #new_teacher_center_map .sc, #new_teacher_center_map .tn, #new_teacher_center_map .tx, #new_teacher_center_map .va, #new_teacher_center_map .wa, #new_teacher_center_map .wi, #new_teacher_center_map .wv {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for National Institute for Excellence in Teaching (NIET) */
/* Generated from found_states: AK, AR, AZ, GA, IA, IL, IN, KY, LA, MN, NV, NY, OH, SC, TN, TX, VA */

#niet_map .ak, #niet_map .ar, #niet_map .az, #niet_map .ga, #niet_map .ia, #niet_map .il, #niet_map .in, #niet_map .ky, #niet_map .la, #niet_map .mn, #niet_map .nv, #niet_map .ny, #niet_map .oh, #niet_map .sc, #niet_map .tn, #niet_map .tx, #niet_map .va {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Open Up Resources */
/* Generated from found_states: MA, MD, NC, NJ, OH, RI */

#open_up_resources_map .ma, #open_up_resources_map .md, #open_up_resources_map .nc, #open_up_resources_map .nj, #open_up_resources_map .oh, #open_up_resources_map .ri {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Proximity Learning Inc. */
/* Generated from found_states: MD, NJ, TX, VA, WV */

#proximity_learning_map .md, #proximity_learning_map .nj, #proximity_learning_map .tx, #proximity_learning_map .va, #proximity_learning_map .wv {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Reading Assist */
/* Generated from found_states: PA, DC */

#reading_assist_map .pa, #reading_assist_map .dc {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Relay Graduate School of Education (Relay GSE) */
/* Generated from found_states: AR, AZ, CA, CO, FL, GA, IL, LA, MA, MD, ME, MI, MN, MO, NC, NY, OH, PA, RI, SC, TN, TX, VA, WI */

#relay_gse_map .ar, #relay_gse_map .az, #relay_gse_map .ca, #relay_gse_map .co, #relay_gse_map .fl, #relay_gse_map .ga, #relay_gse_map .il, #relay_gse_map .la, #relay_gse_map .ma, #relay_gse_map .md, #relay_gse_map .me, #relay_gse_map .mi, #relay_gse_map .mn, #relay_gse_map .mo, #relay_gse_map .nc, #relay_gse_map .ny, #relay_gse_map .oh, #relay_gse_map .pa, #relay_gse_map .ri, #relay_gse_map .sc, #relay_gse_map .tn, #relay_gse_map .tx, #relay_gse_map .va, #relay_gse_map .wi {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Savvas Learning Company LLC */
/* Generated from found_states: AL, AK, AZ, AR, CA, CO, CT, DE, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VT, VA, WA, WV, WI, WY */

#savvas_map .al, #savvas_map .ak, #savvas_map .az, #savvas_map .ar, #savvas_map .ca, #savvas_map .co, #savvas_map .ct, #savvas_map .de, #savvas_map .fl, #savvas_map .ga, #savvas_map .hi, #savvas_map .id, #savvas_map .il, #savvas_map .in, #savvas_map .ia, #savvas_map .ks, #savvas_map .ky, #savvas_map .la, #savvas_map .me, #savvas_map .md, #savvas_map .ma, #savvas_map .mi, #savvas_map .mn, #savvas_map .ms, #savvas_map .mo, #savvas_map .mt, #savvas_map .ne, #savvas_map .nv, #savvas_map .nh, #savvas_map .nj, #savvas_map .nm, #savvas_map .ny, #savvas_map .nc, #savvas_map .nd, #savvas_map .oh, #savvas_map .ok, #savvas_map .or, #savvas_map .pa, #savvas_map .ri, #savvas_map .sc, #savvas_map .sd, #savvas_map .tn, #savvas_map .tx, #savvas_map .ut, #savvas_map .vt, #savvas_map .va, #savvas_map .wa, #savvas_map .wv, #savvas_map .wi, #savvas_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for SchoolKit */
/* Generated from found_states: AR, DE, IL, KY, LA, MA, MD, NE, NM, RI, TN, TX, VA, WY */

#schoolkit_map .ar, #schoolkit_map .de, #schoolkit_map .il, #schoolkit_map .ky, #schoolkit_map .la, #schoolkit_map .ma, #schoolkit_map .md, #schoolkit_map .ne, #schoolkit_map .nm, #schoolkit_map .ri, #schoolkit_map .tn, #schoolkit_map .tx, #schoolkit_map .va, #schoolkit_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Teaching Lab */
/* Generated from found_states: CA, GA, IL, MS, NY, TN, TX, all */

#teaching_lab_map .ca, #teaching_lab_map .ga, #teaching_lab_map .il, #teaching_lab_map .ms, #teaching_lab_map .ny, #teaching_lab_map .tn, #teaching_lab_map .tx, #teaching_lab_map .all {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Teaching Matters */
/* Generated from found_states: AK, CT, NJ, NY, TN */

#teaching_matters_map .ak, #teaching_matters_map .ct, #teaching_matters_map .nj, #teaching_matters_map .ny, #teaching_matters_map .tn {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for TNTP */
/* Generated from found_states: AL, AK, AZ, AR, CA, CO, CT, DC, DE, FL, GA, HI, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NJ, NM, NY, NC, OH, OK, OR, PA, RI, SC, TN, TX, UT, VA, WA, WI, WY */

#tntp_map .al, #tntp_map .ak, #tntp_map .az, #tntp_map .ar, #tntp_map .ca, #tntp_map .co, #tntp_map .ct, #tntp_map .dc, #tntp_map .de, #tntp_map .fl, #tntp_map .ga, #tntp_map .hi, #tntp_map .il, #tntp_map .in, #tntp_map .ia, #tntp_map .ks, #tntp_map .ky, #tntp_map .la, #tntp_map .me, #tntp_map .md, #tntp_map .ma, #tntp_map .mi, #tntp_map .mn, #tntp_map .ms, #tntp_map .mo, #tntp_map .mt, #tntp_map .ne, #tntp_map .nv, #tntp_map .nj, #tntp_map .nm, #tntp_map .ny, #tntp_map .nc, #tntp_map .oh, #tntp_map .ok, #tntp_map .or, #tntp_map .pa, #tntp_map .ri, #tntp_map .sc, #tntp_map .tn, #tntp_map .tx, #tntp_map .ut, #tntp_map .va, #tntp_map .wa, #tntp_map .wi, #tntp_map .wy {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for University of Delaware School Success Center */
/* Generated from found_states: CA, CT, FL, GA, HI, IA, IL, KS, KY, MD, MI, NC, NH, NJ, NY, OH, PA, VA, VT, WA */

#udel_map .ca, #udel_map .ct, #udel_map .fl, #udel_map .ga, #udel_map .hi, #udel_map .ia, #udel_map .il, #udel_map .ks, #udel_map .ky, #udel_map .md, #udel_map .mi, #udel_map .nc, #udel_map .nh, #udel_map .nj, #udel_map .ny, #udel_map .oh, #udel_map .pa, #udel_map .va, #udel_map .vt, #udel_map .wa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for University Of Pennsylvania - PLN */
/* Generated from found_states: CA, FL, GA, MD, MI, NH, NJ, NY, OH, PA, VT, WA */

#upenn_pln_map .ca, #upenn_pln_map .fl, #upenn_pln_map .ga, #upenn_pln_map .md, #upenn_pln_map .mi, #upenn_pln_map .nh, #upenn_pln_map .nj, #upenn_pln_map .ny, #upenn_pln_map .oh, #upenn_pln_map .pa, #upenn_pln_map .vt, #upenn_pln_map .wa {
  fill: rgba(70, 34, 85, 0.7);
}

/* State abbreviations CSS for Virginia Learns dba Nextcelerate */
/* Generated from found_states: AR, CA, FL, MA, MD, MI, MN, MS, NC, NJ, NM, PA, TX, VA */

#nextcelerate_map .ar, #nextcelerate_map .ca, #nextcelerate_map .fl, #nextcelerate_map .ma, #nextcelerate_map .md, #nextcelerate_map .mi, #nextcelerate_map .mn, #nextcelerate_map .ms, #nextcelerate_map .nc, #nextcelerate_map .nj, #nextcelerate_map .nm, #nextcelerate_map .pa, #nextcelerate_map .tx, #nextcelerate_map .va {
  fill: rgba(70, 34, 85, 0.7);
}
/* End CIPD vendor styling */

/* AI Page Styles */

/* Previous-Next navigation */

div#pn_navigation_bar.ai_pn_navigation {
    background-color: #585759;
}

div#pn_navigation_bar.ai_pn_navigation a {
	color: #fff;
}

#pn_navigation_bar .pn_nav_item {
    background: #585759;
}

#pn_navigation_bar .pn_nav_item a:hover {
    background-color: #6E696E;
}
/* End AI Page Styles */

/* Prev/Next Navigation Styles */
/* Prev/Next Navigation Styles - Works with any wrapper class */
[id="pn_navigation_bar"] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.pn_nav_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px;
    background: #f9f9f9;
    border-right: 1px solid #ddd;
    position: relative;
}

.pn_nav_item:last-child {
    border-right: none;
}

.pn_nav_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    gap: 6px;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s ease;
}

.pn_nav_item a:hover {
    background-color: #e9e9e9;
}

.pn_text {
    text-align: center;
    line-height: 1.3;
}

/* Arrow positioning - ALL horizontal now */
.pn_prev a,
.pn_index a,
.pn_next a {
    flex-direction: row;
}

/* Responsive: Stack vertically on narrow screens */
@media (max-width: 600px) {
    [id="pn_navigation_bar"] {
        flex-direction: column;
    }
    
    .pn_nav_item {
        border-right: none;
        border-bottom: 1px solid #ddd;
        min-height: 45px;
    }
    
    .pn_nav_item:last-child {
        border-bottom: none;
    }
}

/* Optional: Different styling for empty items */
.pn_nav_item:empty {
    background: #f5f5f5;
    opacity: 0.6;
}

/* Optional: Theme integration */
[id="pn_navigation_bar"] {
    font-family: inherit;
}

.pn_nav_item a {
    color: inherit;
}

.pn_nav_item a:hover {
    color: #0073aa; /* WordPress blue */
}