/*
Theme Name: Herrington Child
Theme URI: http://demo.bravisthemes.com/herrington
Author: Bravis Themes
Author URI: https://bravisthemes.com/
Description: Child theme for Herrington WordPress theme.
Template: herrington
Version: 1.0.0
Text Domain: herrington-child
*/ 

.sd-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sd-table-responsive table {
    table-layout: fixed !important;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    border-left: none !important;
}
:-webkit-any(table, div._important), :is(table, div._important) {
    display: table;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
:is(thead, div._important), :-webkit-any(thead, div._important) {
    display: table-header-group;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
:is(tr, div._important), :-webkit-any(tr, div._important) {
    display: table-row;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    unicode-bidi: isolate;
}
table td, table th {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    border-left: none;
    border-right: none;
}
table th {
    font-weight: 700;
}
:is(th, td, div._important), :-webkit-any(th, td, div._important) {
    display: table-cell;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
:is(tbody, div._important), :-webkit-any(tbody, div._important) {
    display: table-row-group;
}

th.curriculum-number {
    width: 4%;
}
th.curriculum-title {
    width: 11%;
}
th.curriculum-idea {
    width: 21%;
}
th.curriculum-aims {
    width: 39%;
}
th.curriculum-verses {
    width: 14%;
}
th.curriculum-values {
    width: 16%;
} 

/* ==========================
   CUSTOM MENU STYLES
   ========================== */

.custom-menu {
  text-align: center;
  font-family: 'Nicotine', sans-serif;
  margin-top: 10px;
}

.custom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex; /* ✅ Horizontal layout */
  gap: 10px;
  justify-content: center;
}

.custom-menu .menu-item {
  position: relative;
}

.custom-menu a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.25s ease;
  font-size: 18px;
  text-decoration: none;
}

.custom-menu a span {
  font-size: 12px;
  margin-left: 6px;
}

/* === COLOR THEMES === */
.menu-item.blue > a { background-color: #3377b5; }
.menu-item.olive > a { background-color: #7a8452; }
.menu-item.orange > a { background-color: #e6a63a; }

/* === MAKE ALL MENU BUTTON TEXT WHITE ON HOVER === */
.custom-menu a:hover {
  color: #fff !important;
  opacity: 0.9;
  transform: translateY(-2px);
}


/* === SUBMENU STYLING === */
.custom-menu .submenu {
  position: absolute;
  top: 45px;
  left: 0;
  background: #dee1e3;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  display: none;
  min-width: 180px;
  z-index: 999;
  padding: 0;
}

.custom-menu .submenu li {
  margin: 0;
  padding: 0;
}

.custom-menu .submenu li a {
  color: #333 !important;
  padding: 8px 18px;
  background: none;
  border-radius: 0;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  display: block;
}

.custom-menu .submenu li a:hover {
  background-color: #f2f2f2;
} 



/* === LOGIN BUTTON COLOR === */
.menu-item.blue > a[href*="login"] {
  background-color: #000 !important;
} 

 /* --- state and non-state sign up form --- */

    /* --- FORM CONTAINER --- */
    .custom-wizard-active.mepr-signup-form {
        font-family: 'Open Sans', sans-serif;
        max-width: 90% !important;
        width: 100%;
        margin: 0 auto 50px auto;
    }

    /* --- NEW INPUT FIELD STYLES (Your requested CSS) --- */
    .custom-wizard-active .mepr-form-input, 
    .custom-wizard-active textarea.mepr-form-input,
    .custom-wizard-active select.mepr-form-input,
    .custom-wizard-active .mepr_mepr_phone input {
        border-radius: 5px !important;
        border: 2px solid #2f2e2e !important;
        font-family: "Open Sans", sans-serif !important;
        padding: 15px !important;
        background-color: transparent !important;
        margin-top: 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        height: auto !important;
        color: #333 !important;
        line-height: 1.15 !important;
        font-size: 15px !important;
    }

    /* --- NEW LABEL STYLES (Your requested CSS) --- */
    .custom-wizard-active .mp-form-label label {
        display: inline-block !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
        color: #242323 !important;
        width: 100% !important;
    }

    /* --- EXCLUDE CHECKBOXES from the Input Styles above --- */
    .custom-wizard-active .mepr-checkbox-field.mepr-form-input {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }
    
    /* Actual Checkbox Box */
    .custom-wizard-active input[type="checkbox"] {
        width: auto !important;
        border: 1px solid #333 !important;
        height: auto !important;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        transform: scale(1.2);
    }
    
    /* Checkbox Wrapper Row */
    .custom-wizard-active .mepr-checkbox-field {
        display: flex; 
        align-items: center; 
        margin-bottom: 10px; 
        font-weight: 500; 
        color: #333;
    }

    /* --- PROGRESS BAR --- */
    .custom-step-progress-bar {
        display: flex; justify-content: center; align-items: center; margin-bottom: 50px; font-family: 'Poppins', sans-serif;
        border-bottom: 1px solid #e5e7eb; padding-bottom: 40px;
        max-width: 90%; width: 100%; margin-left: auto; margin-right: auto;
    }
    .step-item { display: flex; align-items: center; opacity: 0.4; margin: 0 15px; }
    .step-item.active { opacity: 1; font-weight: bold; }
    .step-item.completed { opacity: 1; }
    .step-circle { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #ccc; background: #fff; color: #ccc; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: bold; }
    .step-item.active .step-circle { background-color: #999; color: #fff; border-color: #999; }
    .step-item.completed .step-circle { background-color: #5d707f; border-color: #5d707f; color: #fff; }
    .step-text { font-size: 14px; font-weight: 600; }

    /* --- PHONE FIELD FIX (100%) --- */
    .custom-wizard-active .mepr_mepr_phone,
    .custom-wizard-active .iti {
        width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; display: block !important;
    }

    /* Price Label */
    .custom-wizard-active .mepr_price_cell_label { font-weight: 700; color: #000; font-size: 16px; display: block; margin-bottom: 5px; text-align: left; }
    .custom-wizard-active .mepr_price_cell { font-size: 28px; color: #008000; font-weight: 500; display: block; margin-bottom: 25px; text-align: left; }

    /* Step Layout */
    .custom-wizard-active .form-step { display: none !important; }
    .custom-wizard-active .form-step.active { display: flex !important; flex-wrap: wrap; justify-content: space-between; width: 100%; }
    .custom-wizard-active .mp-form-row { width: 100%; margin-bottom: 20px; box-sizing: border-box; }

    /* --- SIDE-BY-SIDE FIELDS (48%) --- */
    
    /* Names */
    .custom-wizard-active .mepr_first_name, .custom-wizard-active .mepr_last_name { width: 48% !important; flex: 0 0 48%; }
    /* State/Zip */
    .custom-wizard-active .mepr_mepr-address-state, .custom-wizard-active .mepr_mepr-address-zip { width: 48% !important; flex: 0 0 48%; }
    /* Country/Suburb */
    .custom-wizard-active .mepr_mepr-address-country, .custom-wizard-active .mepr_mepr_school_suburb { width: 48% !important; flex: 0 0 48%; }
    /* Passwords */
    .custom-wizard-active .mepr_password, .custom-wizard-active .mepr_password_confirm { width: 48% !important; flex: 0 0 48%; }

    @media (max-width: 768px) {
        .custom-wizard-active .form-step.active .mp-form-row { width: 100% !important; flex: 0 0 100%; }
    }

    /* Headings */
    .custom-wizard-active .form-step-title {
        width: 100%; font-family: 'Luckiest Guy', cursive; font-size: 30px !important; color: #222;
        text-transform: uppercase; margin-bottom: 16px; margin-top: 10px; letter-spacing: 1px;
        border-bottom: 1px solid #e5e7eb !important; padding: 0 16px 8px 0;
    }

    .mp-password-strength-area {
    background-color: #eee !important;
    border: solid #ddd !important;
    border-width: 1px 1px 3px !important;
    padding: 8px !important;
    text-align: center !important;
        }
         .mp-password-strength-display {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

    /* Buttons */
    .custom-wizard-active .custom-form-btns {
        width: 100%; display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 40px; padding-top: 20px; clear: both;
    }
    .custom-wizard-active .custom-next-btn, .custom-wizard-active .custom-prev-btn, .custom-wizard-active .custom-confirm-btn {
        border-radius: 4px; font-weight: 700; font-size: 24px; padding: 12px 35px; text-transform: uppercase;
        font-family: "Nicotine", "Luckiest Guy", cursive; cursor: pointer; height: auto; line-height: 1.1;
        box-sizing: border-box; margin: 0 !important; width: auto !important; letter-spacing: 1px;
    }
    .custom-wizard-active .custom-next-btn { background-color: #2a6ea5; border: none; color: #fff; }
    .custom-wizard-active .custom-prev-btn { background-color: #e5a949; border: none; color: #fff; }
    .custom-wizard-active .custom-confirm-btn { background-color: #687d50 !important; border: none !important; color: #fff !important; }

    .custom-wizard-active .mepr-payment-methods-wrapper { width: 100% !important; }
    .custom-wizard-active .mp-form-submit { display: none; width: 100%; text-align: center; }


/* --- Update Payment Form Container --- */
#mepr-stripe-payment-form {
    max-width: 100%;
    width: 100%;
    font-family: "Open Sans", sans-serif; /* Matches your other forms */
    margin-top: 20px;
}

/* --- Heading: "Update your payment information below" --- */
#mepr-stripe-payment-form .mepr_update_account_table > div:first-child strong {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

--- Remove standard table spacing issues ---
#mepr-stripe-payment-form .mepr_update_account_table br {
    display: none;
}

/* --- Stripe Element Container (Background area) --- */
/* Optional: Adds a clean spacing around the card inputs */
#mepr-stripe-payment-form .mepr-stripe-elements {
    margin-bottom: 25px;
    margin-top: 10px;
}

/* --- SUBMIT BUTTON (Blue) --- */
#mepr-stripe-payment-form .mepr-submit {
   background-color: #2a6ea5 !important;
color: #fff !important;
border: none !important;
font-family: "Nicotine" !important;
text-transform: uppercase !important;
font-weight: 600 !important;
font-size: 18px !important;
border-radius: 5px !important;
transition-duration: 0.5s !important;
letter-spacing: 0.5px !important;
padding: 12px 20px !important;
line-height: 1.15 !important;
margin-bottom: 50px !important;
}

#mepr-stripe-payment-form .mepr-submit:hover {
    background-color: #1f5a8e !important; /* Darker blue on hover */
}

/* --- Loading Gif Position --- */
#mepr-stripe-payment-form .mepr-loading-gif {
    vertical-align: middle;
    margin-left: 10px;
} 
.mepr_update_account_table,.mepr-account-nav,.mepr_updated ,.mepr_error{
    display: block !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    
}
/* Checkbox links */
.mepr-checkbox-field a {
    color: #2a6ea5;
    font-weight: 500;
}
.mepr-checkbox-field a:hover {
    color: #2a6ea5;
    font-weight: 500;
}

/* (Required) text */
.mepr-required-text {
    color: #d00;
    font-weight: 600;
    font-size: 14px;
}

.mepr-field-note {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #666;
}


/* =========================================================
   DONATION FORM – EXACT DESIGN (DONATION PRODUCTS ONLY)
   ========================================================= */
body.lol-donation-page {

  /* =============================
     HIDE UNWANTED FIELDS
     ============================= */

  .mepr_price,
  .mepr-price-box,

  .mepr-address-info,
  .mepr-address-one,
  .mepr-address-two,
  .mepr-address-city,
  .mepr-address-country,
  .mepr-address-state,
  .mepr-address-zip,

  .mepr_mepr-address-one,
  .mepr_mepr-address-two,
  .mepr_mepr-address-city,
  .mepr_mepr-address-country,
  .mepr_mepr-address-state,
  .mepr_mepr-address-zip,

  .mepr_mepr_phone,
  .mepr_mepr_church_name,
  .mepr_mepr_church_suburb,
  .mepr_mepr_how_did_you_hear_about_us,
  .mepr_mepr_how_will_you_use_these_lessons,
  .mepr_mepr_school_name,
  .mepr_mepr_school_suburb,
  .mepr_mepr_class_details,
  .mepr_mepr_add_me_to_your_mailing_list,
  .mepr_mepr_i_agree_to_your_terms_of_use_and_privacy_policy,
  .mepr_mepr_type_of_use,
  .mepr_mepr_what_state_country_are_you_in,
  .mepr_mepr_billing_address,

  .mepr_username,
  .mepr_password,
  .mepr_password_confirm,
  .mp-password-strength-area,
  .mepr-login-link,
  .mepr_coupon,
  .mepr-email-note {
    display: none !important;
  }
  /* ---------- FORM WRAPPER ---------- */
  .mepr-form {
    max-width: 880px;
    margin: 0 auto;
    background: transparent;
  }

  /* ---------- SECTION HEADINGS ---------- */
  .donation-heading h3,
  .donation-payment-heading h3 {
        margin: 50px 0 15px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 12px;
    font-family: sans-serif !important;
    font-size: 24px !important;
  }

  .donation-heading p,
  .donation-payment-heading p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
  }

  /* ---------- NAME GRID ---------- */
  .donation-name-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
    .mepr-form input[type="text"],   .mepr-form input[type="email"] 
    { width: 100%; padding: 12px 14px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    font-size: 16px; color: #333; 
    margin-bottom: 0; box-sizing: border-box;
     background: #fff; 
     height: auto; 
     box-shadow: 0 1px 2px rgba(0,0,0,0.05);
      }
    .mepr-form input:focus 
    { border-color: #6d7653; outline: none; }

/* Hide labels for first/last name */
  .mepr_first_name label,
  .mepr_last_name label {
    display: none !important;
  }

  /* First Name */
  .mepr_first_name {
    float: left !important;
    /* width: 48% !important; */
    margin-right: 4% !important;
    margin-bottom: 20px !important;
    clear: none !important;
  }

  /* Last Name */
  .mepr_last_name {
    float: left !important;
    /* width: 48% !important; */
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    clear: none !important;
  }

  /* Email */
  .mepr_email {
    clear: both !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .mepr_mepr_is_this_donation_on_behalf_of_a_company .mepr-radios-field {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
}

  /* Company Name (hidden by default – JS toggle) */
  .mepr_mepr_company_name {
    display: none;
    margin-bottom: 20px !important;
  }

  .mepr_mepr_company_name label {
    font-weight: 500;
    font-size: 15px;
    color: #555;
    margin-bottom: 6px;
    display: block;
  }

  /* ---------- RADIO / CHECKBOX ---------- */
  .mepr-radios,
  .mepr-checkbox {
    margin-bottom: 20px;
  }

 

  .mepr-payment-method input[type="radio"] {
    margin-right: 8px;
  }

  /* ---------- PAYMENT FIELDS ---------- */
  .mepr-card-number,
  .mepr-expiration,
  .mepr-cvc {
    margin-bottom: 15px;
  }

  /* ---------- DONATION SUMMARY ---------- */
  .donation-summary {
    margin-top: 35px;
    border-top: 1px solid #ddd;
    padding-top: 25px;
  }

  .donation-summary h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .donation-summary div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .donation-summary strong {
    font-weight: 700;
  }

.donation-thankyou {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    background: #000;
    padding: 15px;
    border-radius: 6px;
}
  /* ---------- BUTTON ---------- */
  .mepr-submit {
    width: 100%;
    background-color: #6d7653 !important;
    color: white !important;
    font-size: 22px !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 6px !important;
    margin-top: 30px;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .mp_wrapper .mepr-payment-method-icon img {
    height: 32px !important;
    display: none;
}

  /* ---------- SECURE BADGE ---------- */
  .donation-secure {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #4a7c59;
  }
.custom-payment-accordion {
    
    margin: 30px auto;
}



.accordion-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-header {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    background: #f8f8f8;
}

.accordion-item.active .accordion-header {
    background: #eaeaea;
}

.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.accordion-item.active .accordion-content {
    display: block;
}

  /* ---------- MOBILE ---------- */
  @media (max-width: 768px) {
    .donation-name-grid {
      grid-template-columns: 1fr;
    }
  }
}

  /* ---------- //next-previous button css ---------- */

#mepr-subscriptions-paging a,
#mepr-payments-paging a {
 
  padding: 2% 5% !important;
}
#mepr-subscriptions-paging ,
#mepr-payments-paging  {
  margin-bottom: 20px !important;
}
.donation-back-btn {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.donation-back{
  margin-top: 30px;
}

.donation-back-btn:hover {
  background: #eaeaea;
}
.footer-lesson-links a{
  color: #fff;
  font-family: "Public Sans", Sans-serif;
  font-size: 15px;
} 
.footer-lesson-links a:hover{
  color: #fff;
  font-family: "Public Sans", Sans-serif;
  font-size: 15px;
} 
.footer-lesson-links ul {
  list-style: none;   /* removes the dot */
  padding: 0;
  margin-top: 10px;
}
.footer-lesson-links li {
  margin-bottom: 10px;   /* 👈 space between items */
}

/* ================================
   MEMBERPRESS TABLE BORDER FIX
   (Subscriptions + Payments)
   ================================ */

#mepr-account-subscriptions-table,
#mepr-account-payments-table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: #fff !important;
    border: 1px solid #000 !important;
}

/* All cells */
#mepr-account-subscriptions-table th,
#mepr-account-subscriptions-table td,
#mepr-account-payments-table td {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Force bottom border on all rows */
#mepr-account-subscriptions-table tbody tr td,
#mepr-account-payments-table tbody tr td {
    border-bottom: 1px solid #000 !important;
}

/* Absolute last row fix */
#mepr-account-subscriptions-table tbody tr:last-child td,
#mepr-account-payments-table tbody tr:last-child td {
    border-bottom: 1px solid #000 !important;
}



/* Remove fake lines / pseudo elements */
#mepr-account-subscriptions-table::before,
#mepr-account-subscriptions-table::after,
#mepr-account-payments-table::before,
#mepr-account-payments-table::after,
#mepr-account-subscriptions-table tbody::after,
#mepr-account-payments-table tbody::after,
#mepr-account-subscriptions-table tr::after,
#mepr-account-payments-table tr::after {
    content: none !important;
    display: none !important;
}

/* Kill wrapper shadows */
.mp_wrapper,
.mp_wrapper * {
    box-shadow: none !important;
}

.mp_wrapper table.mepr-account-table tr{
   border: 1px solid #000 !important;
}
#mepr-account-payments-table thead th {
  border: 1px solid #000 !important;
} 

/* Remove ALL bottom borders from MemberPress Payments table header */
#mepr-account-payments-table thead tr th {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}
/* ===========================
   MOBILE AUTH ICONS (FINAL)
   =========================== */

.mobile-auth-menu {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* LOGIN WRAPPER */
.mobile-login-wrap {
    display: flex;
    align-items: center;
}

/* OXYGEN-STYLE BUTTON */
.mobile-oxy-btn {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: none;
    padding: 0;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    background: #222;
    transition: background-color 0.25s ease;
}

/* ICON */
.mobile-oxy-icon i {
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

/* COLORS */
.mobile-login-btn {
    background: #222;
}

.mobile-signup-btn {
    background: #7a8f4a;
}

/* REMOVE THEME / ELEMENTOR EFFECTS */
.mobile-auth-menu button {
    box-shadow: none !important;
    outline: none !important;
}

/* SIGNUP MENU */
.mobile-signup-menu {
    position: relative;
}

/* SUBMENU */
.mobile-signup-submenu {
    position: absolute;
    right: 0;
    top: 58px;
    background: #dee1e3;
    border-radius: 6px;
    display: none;
    list-style: none;
    padding: 8px 0;
    margin: 0;

    min-width: 220px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);

    z-index: 9999;
}

.mobile-signup-submenu li a {
       text-decoration: none;
    color: #333 !important;
    padding: 8px 18px;
    background: none;
    border-radius: 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    display: block;
    font-family: 'nicotine';
}

.mobile-signup-submenu li a:hover {
    background: #f3f3f3;
}

body.active-state-school .hide-for-state-profile {
    display: none !important;
}
/* Hide by default for everyone */
.show-for-state-profile {
    display: none !important;
}

/* Show ONLY when State School profile is active */
body.active-state-school .show-for-state-profile {
    display: block !important;
}



