.elementor-kit-7{--e-global-color-primary:#F47920;--e-global-color-secondary:#F7941D;--e-global-color-text:#242424;--e-global-color-accent:#646464;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-0.2px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-0.2px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.2px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;letter-spacing:-0.2px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#000000;font-weight:600;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;font-size:30px;}.elementor-kit-7 h2{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;letter-spacing:-0.5px;}.elementor-kit-7 h3{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;letter-spacing:-0.5px;}.elementor-kit-7 h4{font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-kit-7 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h6{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.content-area a {
  word-wrap: break-word;   /* older support */
  overflow-wrap: break-word; /* modern support */
  word-break: break-all;   /* fallback */
}

.a-btn a {
  cursor: pointer;
  display: inline-block;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 0;
  text-decoration: none;

  position: relative;
  text-wrap: wrap;
}

.a-btn-black a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 15px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -5px center;
  transition: var(--transition);
  pointer-events: none; /* ensures clicks go to the link */
}

.a-btn-white a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 15px;
  margin-left: 10px;
  background-image: url(/wp-content/uploads/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -5px center;
  transition: var(--transition);
  pointer-events: none; /* ensures clicks go to the link */
}

.a-btn a:hover {
  text-decoration: none;
}

.a-btn a:hover::after {
  background-position: 0 center;
}

.eastside-cta .elementor-cta {
    padding-right: 15px;
}

.eastside-cta .elementor-cta__content {
	transform: translateX(10px) translateY(-15px);
}

.eastside-cta .elementor-cta__title:hover {
    text-decoration: underline
}

.eastside-latest .elementor-post__title:hover {
    text-decoration: underline
}

.ik-bc ol {list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}
.ik-bc li {display:inline}
.ik-bc .ik-bc-sep {opacity:.6}
.ik-bc a {text-decoration:underline;
color: #ee7203;

        font-weight: 500;
}


.ik-bc { 
    font-size: 18px;
}
.ik-bc li:last-child span[itemprop="name"] {
    font-weight: 300;
}

blockquote {
  border-left: 5px solid #ee7203; /* Change color & thickness */
  padding-left: 15px;          /* Add spacing between border and text */
  margin-left: 0;              /* Align with normal text if needed */
  font-style: italic;          /* Optional: keep blockquote styled */
}


/* Container */
.post-filters {
  display: grid;
  gap: 20px;
  font-size: 17px;
}

/* Boxes */
.pf-box {
  background: #D2D2D2;
  padding: 20px;
}

/* Box titles */
.pf-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.post-filters select {
    margin-top:10px;
} 

/* Category list – single column */
.pf-cat-list { list-style: none; margin: 0 0 15px 0; padding: 0; }
.pf-cat-list li { margin: 8px 0; }
.pf-cat-list label { display: inline-flex; align-items: center; gap: 8px; font-size: 17px; }
.pf-cat-list input[type="checkbox"] { transform: translateY(1px); }

/* Year select */
.pf-year-label { display: block; margin: 0 0 8px 0; font-size: 17px; font-weight: 600; }
.pf-year-select { width: 100%; max-width: 250px; padding: 6px 10px; font-size: 17px; }

/* Apply button */
.pf-apply {
  display: inline-block;
  padding: 10px 18px;
  font-size: 17px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
.pf-apply:hover { background: #000; }



/* General pagination links as circles */
.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;              /* fixed size */
    height: 40px;             /* same as width */
    margin: 0 5px;
    border-radius: 50%;       /* makes it a circle */
    border: 1px solid #ddd;
    background: #f9f9f9;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect */
.page-numbers:hover {
    background: #f47920;
    color: white !Important;

}

/* Current page */
.page-numbers.current {
    background-color: #f47920;
    color: white !Important;

}

/* Previous/Next buttons */
.page-numbers.prev,
.page-numbers.next {
    width: auto;   /* don’t force arrows into circles */
    padding: 0 12px;
    border-radius: 20px;
}

.elementor-pagination {
    margin-top: 20px;
}

.sidebar-menu a.elementor-item.elementor-item-active {
      text-indent: 20px !Important;
      font-weight: 700 !Important;
      text-decoration: underline;
}



.pf-cat-list input[type="checkbox"]{
  /* Change just the accent (tick + active state), super compatible */
  accent-color: var(--accent, #000);
  inline-size: 1.1rem;
  block-size: 1.1rem;
  vertical-align: middle;
}


.pf-cat-list input[type="checkbox"]:focus-visible{
  outline: 2px solid rgba(37,99,235,.6);
  outline-offset: 2px;
}

/* Top level: no bullets, no extra spacing */
.menu-about-us-container > ul,
.menu-get-involved-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-about-us-container > ul > li,
.menu-get-involved-container > ul > li {
  margin-bottom: 15px;
}

/* Submenu list */
.menu-about-us-container ul.sub-menu,
.menu-get-involved-container ul.sub-menu {
  list-style: none;
  margin: 6px 0 0 0;
  padding-left: 0;
}

/* Submenu items with custom bullet */
.menu-about-us-container ul.sub-menu li,
.menu-get-involved-container ul.sub-menu li {
  position: relative;
  padding-left: 16px;
  margin: 6px 0;
}

.menu-about-us-container ul.sub-menu li::before,
.menu-get-involved-container ul.sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em; /* centers on text line */
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid var(--c-white, #fff);
  background: transparent;
}

/* Bold: current item AND its parent (ancestor) */
.menu-about-us-container li.current-menu-item > a,
.menu-about-us-container li.current_page_item > a,
.menu-about-us-container li.current-menu-parent > a,
.menu-about-us-container li.current_page_parent > a,
.menu-get-involved-container li.current-menu-item > a,
.menu-get-involved-container li.current_page_item > a,
.menu-get-involved-container li.current-menu-parent > a,
.menu-get-involved-container li.current_page_parent > a {
  font-weight: 700;
}

/* Filled bullet for active submenu item */
.menu-about-us-container ul.sub-menu li.current-menu-item::before,
.menu-about-us-container ul.sub-menu li.current_page_item::before,
.menu-get-involved-container ul.sub-menu li.current-menu-item::before,
.menu-get-involved-container ul.sub-menu li.current_page_item::before {
  background: #fff;
  border-color: #fff;
}

/* Link base style */
.menu-about-us-container a,
.menu-get-involved-container a {
  display: block;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.3px;
}

/* Hover */
.menu-about-us-container a:hover,
.menu-get-involved-container a:hover,
.secondary-menu a:hover {
  text-decoration: underline;
}


#sidebar h3:before {
    content: ' ';
    display: block;
    width: 40%;
    height: 5px;
    margin-bottom: 10px;
    background-color: #F47920;
}





/* style.css */

/* The main container for the quote block */
.styled-quote-box {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 1.5em; /* Adds some space below the block */
}

/* Style for the opening speech mark */
.styled-quote-box::before {
    content: '“';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 5em; /* Large size for the speech mark */
    font-family: serif;
    color: #cccccc;
    line-height: 1;
    z-index: 1;
}

/* Style for the closing speech mark */
.styled-quote-box::after {
    content: '”';
    position: absolute;
    bottom: -35px;
    right: 15px;
    font-size: 5em; /* Large size for the speech mark */
    font-family: serif;
    color: #cccccc;
    line-height: 1;
    z-index: 1;
}

/* Ensure block content appears above the pseudo-elements */
.styled-quote-box > * {
    position: relative;
    z-index: 2;
}

/* Styling the quote text and citation */
.styled-quote-box .wp-block-quote {
    border-left: none; /* Remove default quote border */
    padding: 0;
    margin: 0;
}

.styled-quote-box .wp-block-quote p {
    font-size: 1.1em;
    font-style: italic;
    color: #333;
}

.styled-quote-box .wp-block-quote cite {
    display: block;
    text-align: right; /* Aligns the name and title to the bottom right */
    margin-top: 1em;
    font-size: 0.9em;
    color: #555;
    font-style: normal;
}/* End custom CSS */