/* 
Theme Name: Network for Public Education
Theme URI: https://anneschmidt.co
Description: A custom Hello Elementor child theme created for NPE
Author: Anne Schmidt
Author URI: https://anneschmidt.co
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.highcharts-credits {
  display: none !important;
}

.newsletter-accordion {
    margin: 0;
    padding: 0;
}
.year-section {
    margin-bottom: 10px;
}
.year-header {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-toggle-arrow::before {
    content: '\25B6'; /* Right-pointing triangle */
    font-size: 0.8em;
    transition: transform 0.2s;
}
.news-toggle-arrow.expanded::before {
    content: '\25BC'; /* Down-pointing triangle */
}
.year-content {
    display: none;
    list-style: none;
    padding-left: 20px;
}
.year-content li {
    font-weight: normal;
}

.year-header {
    font-size: 20px;
    margin-bottom: 5px;
    justify-content: start;
}

.year-section {
    margin-left: 51px;
}

.news-toggle-arrow {
    margin-left: 10px;
    font-size: 16px;
}

.year-content li {
    padding: 3px 0;
    /* color: black; */
}

.year-content {
    padding-left: 10px;
}

.year-content li a {
    color: black;
}

.year-content li a:hover {
    text-decoration: underline;
}

#can_embed_form_inner li {
  list-style-type: none;
}
#can_embed_form_inner .international_link-wrap,
#can_embed_form #d_sharing,
#action_info,
#can_embed_form #logo_wrap {
  display: none;
}

#can_embed_form_inner label {
  display: none;
}
#can_embed_form_inner input {
  margin: 10px 0;
}
#can_embed_form_inner,
#can_thank_you {
  border-radius: 0.5em;
  padding: 2.4em;
  z-index: 1;
  background: #fbfbf2;
  line-height: 2.4rem;
  padding-bottom: 1.2rem;
}

#can_embed_form_inner h2 {
  color: #1f4684 !important;
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

#can_embed_form_inner h4 {
  color: #ae3c3c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
}

#can_embed_form_inner input[type="submit"] {
  text-align: center;
  background: #1f4684 !important;
  font-weight: bold;
  color: #fbfbf2;
}

.elementor-text-editor p + ul li {
    margin-bottom: 5px;
}

p a {
  color: #AE3C3C;
}

input.es_subscription_form_submit {
    color: white;
    margin-left: 10px;
    margin-top: 5px;
}

form.es_subscription_form {
    display: flex;
    align-items: center;
}

input.ig_es_form_field_email {background: #f3f3f3;}

.facetwp-facet-charter_scandals .fs-wrap.single .fs-label-wrap,
.facetwp-facet-charter_scandals_category .fs-wrap.single .fs-label-wrap,
.facetwp-facet.facetwp-facet-charter_scandals_keyword_search .facetwp-input-wrap input {
    background: #1f4684;
    color: white;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
}

.facetwp-facet.facetwp-facet-charter_scandals_keyword_search .facetwp-input-wrap input {
  padding-left: 10px;
}

.facetwp-facet.facetwp-facet-charter_scandals_keyword_search .facetwp-input-wrap input::placeholder {
  color: white !important;
  padding-left: 5px;
}

.facetwp-facet-charter_scandals .fs-wrap.single .fs-label-wrap .fs-arrow,
.facetwp-facet-charter_scandals_category .fs-wrap.single .fs-label-wrap .fs-arrow {
  border-top: 5px solid #fff;
  right: 10px;
}

.facetwp-facet.facetwp-facet-charter_scandals_keyword_search .facetwp-icon:before {
  background: url('../npe-2024/search-white.png') no-repeat;
  background-position: 0px 50%;
  background-size: 20px 20px;
}

.nccsa-states-list h3 {
    font-size: 20px;
    color: #1f4684;
    font-weight: bold;
}

.nccsa-grid {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 20px;
    row-gap: 25px;
}
.nccsa-grid-row {
    display: contents;
}
.nccsa-stars {
    display: flex;
    padding-top: 3px;
}
/*.nccsa-stars .star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #1F4684;
    background-color: white;
}
.nccsa-stars .star.filled {
    background-color: #1F4684;
}*/
.nccsa-rating-text {
    display: flex;
    align-items: center;
}

.nccsa-grid .star {
  width: 100px;
  position: relative;
  color: #1F4684;
}

.nccsa-grid .rating {
  overflow: hidden;
  white-space: nowrap;
}
.nccsa-grid .rating span {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  color: #1F4684;
}
.nccsa-grid .rating span:before {
  content: "☆☆☆☆☆";
  position: absolute;
  color: #bdbdbd;
  z-index: -1;
}

.nccsa-states-list .state-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid lightgray;
}

.single-blog-content #content {
    margin: 50px auto;
}

@media (max-width: 767px) {
  #us-map-container {
    height: 350px !important;
  }
}