
  h1.page-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-align: center;
  }
  .page-intro {
    color: #666;
    font-size: 14px;
    margin: 0 0 32px 0;
    text-align: center;
  }

  .mockup {
    background: #ffffff;
    padding: 28px 28px 32px 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 28px;
  }

  .mockup-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #999;
    margin: 0 0 4px 0;
  }
  .mockup-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
  }

  /* ============================================
     SIDEBAR CONTENT — matched to live site
     - serif italic body copy
     - light gray rectangular search/email inputs
     ============================================ */

  .sidebar-block { margin-bottom: 22px; }
  .sidebar-block:last-child { margin-bottom: 0; }

  /* Directory intro copy — italic serif like the live site */
  .directory-copy {
    font-family: Georgia, 'Times New Roman', serif!important;
    font-style: italic!important;
    font-size: 16px!important;
    line-height: 1.55!important;
    color: #1a1a1a!important;
    text-align: center!important;
    margin: 0 0 18px 0!important;
  }

  /* Search box — matches live light-gray field */
  .search-block {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    padding: 10px 14px;
  }
  .search-block input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    color: #1a1a1a;
  }
  .search-block input::placeholder { color: #6a6a6a; }
  .search-block .search-icon {
    width: 16px; height: 16px;
    background: #1a1a1a;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>") center / contain no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>") center / contain no-repeat;
    flex-shrink: 0;
  }

  /* Newsletter — matches live look */
  .newsletter h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .newsletter .email-row {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    padding: 10px 14px;
  }
  .newsletter input[type="email"] {
    flex: 1;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    color: #1a1a1a;
    outline: none;
  }
  .newsletter input[type="email"]::placeholder { color: #6a6a6a; }
  .newsletter .submit-arrow {
    width: 0; height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #1a1a1a;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .newsletter .helper {
    font-size: 13px;
    color: #1a1a1a;
    margin: 10px 0 0 0;
    line-height: 1.4;
  }
  .newsletter .helper a { color: #1a1a1a; text-decoration: underline; }

  /* Divider rows */
  .divider {
    border-top: 1px dotted #999;
    margin: 18px 0;
  }

  /* ============================================
     REGISTER BUTTON — SHARED BASE
     ============================================ */
  .reg-btn-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
  }
  .reg-btn {
    border: none;
    padding: 12px 26px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    cursor: pointer;
    line-height: 1.3;
    text-align: center;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
  }
  .reg-btn span { display: block; }

  

/* ============================================
    SAMPLE 3 — Outline red → solid red, white text
    ============================================ */
.btn-3 {
    background: #ffffff;
    color: #bc3429!important;
    border: 2px solid #bc3429;
    padding: 10px 24px;
    transition: background 0.2s ease, color 0.2s ease;
}
.btn-3:hover {
    background: #bc3429;
    color: #ffffff!important;
}

.drts-search-form-field:first-child input[type=text],.drts-search-form-field .drts-form-type-textfield input[type=text]{
    
    font-size:16px!important;
}
.drts .drts-search-form-submit {
    cursor: pointer;
    height: 38px !important;
}
.tt-menu i.drts-icon-sm, .tt-menu img.drts-icon-sm {
    display: none !important;
}
.drts-search-search .drts-row{
    width:100%!important;
    display:block!important;
}
.drts-search-form-field .drts-form-field-main>label {
    
    width: 14px;
    background-image: url(/wp-content/themes/ndic/library/images/search.svg) !important;
    background: no-repeat;
    font-size: 22px !important;
    position: absolute;
    right: 0px !important;
    left: unset!important;
}
.drts-search-form-field:first-child input[type=text]{
    box-shadow: unset;
    background-color: #ebebeb !important;
    border: unset !important;
    height: 40px !important;
    border-radius: 5px!important;
}

.drts-search-form-field .drts-form-field-main>label.fas-search:before{
    display:none!important;
    content:''!important;
}
.drts-search-form-submit,.drts .drts-bs-btn-group{
    display:none!important;
}
.drts-search-form-field{
    margin-bottom:0px!important;
}
.drts .fas:before {
    content: " " !important;
    width: 14px;
    height:14px;
    display:block;
}

/* category page */
/* ── MOCKUP NOTE ── */
.mockup-note {
  background: #fffbea;
  border-bottom: 1px solid #e8c840;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  color: #665500;
  font-family: "Lato", sans-serif;
}


/* "THE DIRECTORY" large text */
.logo-text-block {
  display: flex;
  flex-direction: column;
}
.logo-main {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 58px;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
/* Tagline with spaced letters */
.logo-tagline {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top: 5px;
}
.tagline-i {
  font-style: italic;
  letter-spacing: 0;
}
.nav-opener {
  width: 28px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
}
.nav-opener span {
  display: block;
  height: 3px;
  background: #b7b7b7;
  width: 100%;
}

/* ── PAGE WRAP ── */
.page-wrap {
  
  margin: 0 auto;
  padding: 0 15px 60px;
}

/* ── DATELINE ── */
.date-wrapper {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 0;
  margin-top: 20px;
}
.date-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 100%;
  border-top: 1px dotted #000;
}
.date-wrapper span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  letter-spacing: 1.25px;
  margin-top: 2px;
  margin-bottom: 3px;
}

#post-104416 .page-header{
    display: none;
}
#post-104416  button:focus{
    background:inherit!important;
    color:inherit!important;
    outline:unset!important;
}

/* ── MOBILE: stack sidebar below accordion ── */
@media (max-width: 767px) {
  .page-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .date-wrapper {
    padding: 0 15px;
  }
  .main-content {
    flex-direction: column;
  }
  #ndic-main {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-left: none;
    border-top: 4px double #e5e5e5;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    margin-top: 24px;
  }
}

/* ── ACCORDION / CATEGORY BLOCKS ── */
/* Each category is a self-contained bordered box.
   Borders do NOT collapse — each box is fully outlined at all times,
   including when expanded. Margin-bottom creates the gap between boxes. */
.acc-item {
  border: 1px solid #ccc;
  margin-bottom: 4px;
  position: relative;
}

.acc-trigger {
  width: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 28px 20px;
  text-align: center;
  display: block;
  transition: background 0.2s;
}
.acc-trigger:hover { background: #fafafa; }
.acc-trigger.open  { background: #fff; }

.acc-label {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
}

/* ── SUBCATEGORY PANEL ── */
/* Sits inside the same bordered box — no extra border, just padding */
.acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
  background: #fff;
}
.acc-panel.open {
  max-height: 1200px;
}

/* Subcategory list — centered, inside the box */
.sub-list {
  padding: 0 20px 28px;
  text-align: center;
}
.sub-list a {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.sub-list a:hover { color: #d2232a; }