:root {
  --spark-library--black: black;
  --radiant-ui-components-library-marketplace--color--white-transparent: #fff0;
  --grey: #333;
  --spark-library--white: white;
  --orange: #f9a13e;
  --jfc-dark-blue: #003b5d;
  --jfc-blue: #14bef0;
  --green: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  --greenblue: #1ebcbdb3;
  --light-grey: #f0ecfd;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --spark-library--border-default: #00000029;
  --jfc-dark-blue-75: #003b5dbf;
  --radiant-ui-components-library-marketplace--color--green: #869e5f;
  --purpleblue: #3a5872;
  --greenblue-op: #1ebcbd;
  --violet: #544c85;
  --radiant-ui-components-library-marketplace--color--green-transparent: #869e5f5c;
  --purpleblue-transparent: #3a58728c;
  --violet-transparent: #544c8573;
  --spark-library--foreground-tertiary: #0000008f;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-secondary: #000000c2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  color: var(--spark-library--black);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 0 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  max-width: 900px;
  color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 100px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  display: block;
}

.hero {
  background-image: url('../images/tri-bg.png');
  background-position: 160% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  padding: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.hero h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero h1 {
  color: var(--spark-library--white);
  text-shadow: 0 7px 20px #000;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 15vw;
  font-weight: 500;
  line-height: 1.1em;
}

.hero h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero h3 {
  color: #003b5d;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero p {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.hero ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.hero li {
  margin-bottom: .5rem;
}

.hero.hero-background-image-with-centered-content {
  background-image: url('../images/am25-cover.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  align-items: center;
  min-height: 100vh;
  font-family: Lato, sans-serif;
  display: flex;
}

.spark-button {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--jfc-dark-blue);
  background-color: var(--jfc-dark-blue);
  opacity: 1;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-centered-content {
  text-align: center;
}

.spark-hero-section-image {
  border-radius: 150px 200px;
  flex: 0 auto;
  width: auto;
  min-width: 300px;
  max-width: 300px;
  display: block;
}

.center-title-80 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--black);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-text-blue {
  color: var(--jfc-blue);
}

.mainnav {
  z-index: 9999;
  background-color: var(--jfc-dark-blue);
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 0;
}

.div-block {
  text-align: center;
  align-self: flex-start;
  margin-top: 60px;
}

.hspacer40 {
  height: 40px;
}

.heading-2 {
  color: var(--jfc-dark-blue);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4.7rem;
  line-height: 1.15em;
}

.heading-2.rt-text-blue {
  margin-bottom: 40px;
}

.section {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-3 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading-3.center-title-80 {
  color: var(--grey);
  line-height: 26px;
}

.paragraph {
  color: var(--spark-library--black);
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.rt-text-center.spark-small-sub-paragraph {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph.rt-text-center-3 {
  max-width: 900px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.heading-4.rt-text-center-3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 0 40px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-margin-top-twenty-five.rt-body-font-color-2 {
  color: var(--spark-library--black);
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.rt-home-three-work-countar-text {
  color: var(--jfc-dark-blue);
  letter-spacing: -.5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.rt-home-three-work-countar-text.white {
  color: var(--spark-library--white);
}

.by-the-numbers.mobileonly {
  display: none;
}

.rt-home-three-work-card-top-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
}

.rt-home-three-work-card {
  align-items: stretch;
}

.rt-home-three-who-we-are-counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rt-body-font-color-2 {
  color: var(--grey);
  transition: color .35s;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-4.rt-gallery-v-seven {
  padding-top: 0;
  padding-bottom: 20px;
}

.rt-text-center {
  text-align: center;
}

.rt-text-center.darkblue {
  color: var(--jfc-dark-blue);
  line-height: 24px;
}

.impact-section---ligth-blue {
  background-color: var(--greenblue);
  background-image: url('../images/tri-bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 30px;
}

.rt-category-cards-text-4 {
  color: var(--jfc-blue);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
}

._50-50-section {
  width: 100%;
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.financial-section---tree-bg {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.financial-section---tree-bg.rt-accordion-v-seven {
  background-color: var(--spark-library--white);
  background-image: linear-gradient(#ffffffcf, #fff3), url('../images/tree-bg.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-top: 10px;
  padding-bottom: 0;
}

.rt-home-three-accordion-answer {
  color: var(--grey);
  padding-top: 20px;
}

.rt-home-three-accordion-answer.rt-about-three-accordion-answer {
  color: var(--spark-library--black);
  font-weight: 400;
}

.rt-about-three-accordion-about-box {
  flex: 1;
  align-items: center;
  max-width: 600px;
}

.rt-about-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-question.rt-three-question, .rt-about-three-accordion-question.rt-two-question, .rt-about-three-accordion-question.rt-one-question {
  text-decoration: none;
}

.rt-about-three-accordion-wrapper {
  max-width: 600px;
  color: var(--spark-library--black);
  flex: 1;
  font-family: Lato, sans-serif;
}

.rt-about-three-answer-wrap {
  overflow: hidden;
}

.rt-about-three-accordion-icon {
  filter: invert();
}

.rt-about-three-accordion-icon-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.rt-about-three-accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--grey);
  justify-content: space-between;
  margin-bottom: 60px;
}

.rt-about-three-accordion-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.rt-about-three-accordion-box.rt-three-accordion {
  padding-top: 10px;
}

.numbers {
  color: var(--jfc-dark-blue);
  letter-spacing: -.5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 6rem;
}

.label-text {
  color: var(--jfc-dark-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 27px;
}

.decoemptxt {
  color: var(--jfc-blue);
  margin-top: 20px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  font-weight: 400;
}

.numbers-2 {
  color: var(--jfc-dark-blue);
  text-align: center;
  letter-spacing: -.5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.numbers-2.rt-text-center {
  color: var(--jfc-blue);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.numbers-2.white {
  color: var(--spark-library--white);
  text-shadow: 4px 3px 1px #0000008f;
}

.spark-nav-link-2 {
  color: var(--spark-library--white);
  text-align: center;
  -webkit-text-stroke-color: var(--spark-library--white);
  text-transform: uppercase;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  opacity: 1;
  color: var(--jfc-blue);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library--white);
}

.spark-nav-link-2.spark-button {
  background-color: var(--spark-library--white);
  color: var(--jfc-blue);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-button:hover {
  border-style: none;
  border-color: var(--spark-library--white);
  background-color: var(--jfc-blue);
  opacity: 1;
  color: var(--jfc-dark-blue);
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-link-2.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-menu-3 {
  align-items: center;
  display: flex;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--orange);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-7 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--orange);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--light-grey);
  border-radius: 8px;
}

.spark-line-8 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--orange);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-dropdowns {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-list {
  background-color: #14bef0;
}

.spark-dropdown-list.w--open {
  background-color: var(--jfc-blue);
  border: 1px #00000029;
  border-radius: 0;
  padding: 8px;
}

.spark-dropdown-link {
  width: 100%;
  color: var(--spark-library--white);
  text-transform: none;
  border-radius: 0;
  margin-left: 0;
  padding: 8px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  opacity: 1;
  color: var(--spark-library--black);
}

.spark-dropdown-link.w--current {
  color: var(--spark-library--white);
}

.col-wrapper {
  width: 100%;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

._100-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  margin-bottom: 0;
  padding: 0 15px 20px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-home-one-project-card-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.rt-home-four-three-box-pic {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.flex-4-col-block {
  grid-column-gap: 30px;
  margin-top: 0;
  margin-bottom: 40px;
}

.rt-home-four-three-box-data {
  height: 160px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-col {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  color: var(--spark-library--black);
  border-radius: 0;
  flex: 1;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.rt-home-four-three-box-data-narrow {
  height: 160px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-3-col-bock {
  grid-column-gap: 30px;
  margin-top: 0;
}

.narrow-row-80 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.narrow-row-80.spark-5-spacing {
  grid-column-gap: 0px;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.numbers-3 {
  color: var(--jfc-dark-blue);
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.rt-text-blue.heading-3 {
  text-align: center;
  font-size: 36px;
}

.rt-category-cards-text-6 {
  color: var(--jfc-blue);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.rt-component-container-7 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.white-bg-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.white-bg-section.rt-accordion-v-six {
  background-color: var(--spark-library--white);
  margin-bottom: 0;
  padding: 0 0 20px;
}

.rt-accordion-answer-wrap {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  display: flex;
  position: static;
  overflow: hidden;
}

.rt-home-three-accordion-answer-2 {
  color: var(--grey);
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.rt-home-three-accordion-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-home-three-accordions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  min-width: 48%;
}

.rt-home-three-accordion-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  border-radius: 10px;
  width: 100%;
  padding: 0 50px 20px;
}

.rt-home-three-accordion-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-question-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-home-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--greenblue);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rt-minus {
  position: absolute;
}

.rt-category-cards-text-7 {
  color: var(--jfc-dark-blue);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
}

.rt-component-container-8 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-10 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 0 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-2 {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.rt-team-oneteam-members-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-doctor-name-and-category {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.rt-doctor-name-and-category.rt-doctor-name-and-category-marging-top-decrease {
  text-align: center;
  margin-top: 21px;
  font-family: Lato, sans-serif;
}

.rt-team-member {
  border-radius: 10px;
  max-width: 390px;
  max-height: 340px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 40px #91919133;
}

.rt-full-image-width-in-responsive {
  width: 100%;
  height: auto;
}

.bluelink {
  color: #45bff2;
}

.bluelink:hover {
  color: var(--jfc-dark-blue);
}

.rt-category-cards-text-8 {
  color: var(--green);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-8.rt-text-white-5 {
  color: var(--spark-library--white);
  font-family: Lato, sans-serif;
}

.rt-text-white-5 {
  color: var(--spark-library--white);
  font-size: 16px;
}

.rt-component-container-9 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-text-center-3 {
  text-align: center;
}

.rt-autofit-15 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-15.rt-tab-image-full-width-2 {
  cursor: default;
}

.rt-border-radius-six-2 {
  border-radius: 6px;
}

.rt-tab-image-full-width-2 {
  object-fit: cover;
}

.rt-portfolio-two-overlay-2 {
  pointer-events: none;
  background-image: linear-gradient(#0000 41%, #003b5d);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-portfolio-details-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.rt-margin-bottom-thirty-4 {
  margin-bottom: 30px;
}

.rt-margin-bottom-thirty-4.rt-portfolio-two-card {
  position: relative;
}

.rt-margin-bottom-thirty-4.rt-portfolio-two-card.rt-overflow-hidden-2.rt-border-radius-six-2 {
  border-radius: 6px;
}

.rt-our-portfolio-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.rt-portfolio-card-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
}

.rt-lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.footer-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  width: 100%;
  color: var(--grey);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.footer-section.rt-footer-v-one {
  padding: 0;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-main-container {
  max-width: 1320px;
  padding-left: 0;
  padding-right: 0;
}

.rt-designed-text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: flex;
}

.rt-social-icons {
  border-left: 1px #00000026;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 800px;
  display: grid;
}

.rt-social-icon {
  border-right: 0 #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.rt-copyright-and-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--jfc-dark-blue);
  justify-content: space-between;
  align-items: center;
}

.rt-designed-text {
  color: var(--light-grey);
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--spark-library--black);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: grid;
}

.table-header {
  background-color: var(--radiant-ui-components-library-marketplace--light-grey);
  color: var(--spark-library--white);
  text-align: center;
  padding: 10px;
  font-weight: 700;
  line-height: 18px;
}

.table-even {
  padding: 10px;
}

.table-odd {
  background-color: #0000001f;
  padding: 10px;
}

.table-odd-number {
  text-align: right;
  background-color: #0000001f;
  padding: 10px;
}

.table-even-number {
  text-align: right;
  padding: 10px;
}

.table-even-totalnumber {
  text-align: right;
  padding: 10px;
  font-weight: 700;
}

.table-odd-totalnumber {
  text-align: right;
  background-color: #0000001f;
  padding: 10px;
  font-weight: 700;
}

.rt-home-three-work-countar-text-desc {
  color: var(--spark-library--white);
  letter-spacing: -.5px;
  padding-left: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 80px;
}

.spark-container-3 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.featured-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.featured-section.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--jfc-dark-blue), #0000 60%), url('../images/09-07-25-Super-Sunday-Kickoff_CALLING.jpg');
  min-height: 50%;
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
  padding: 100px 0;
}

.featured-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.featured-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.featured-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.featured-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.featured-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.featured-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.featured-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.featured-section li {
  margin-bottom: .5rem;
}

.featured-section.older-adult-background-image {
  min-height: 50vh;
  color: var(--spark-library--white);
  background-image: url('../images/03-13-26-JFSA-Seniors-Hearing-Aid-Clinic_0003.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding: 100px 0;
}

.featured-section.antisemitism-background-image {
  min-height: 50vh;
  color: var(--spark-library--white);
  background-image: url('../images/05-23-25-Stand-Against-Hate-Rally_0146.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding: 100px 0;
}

.featured-section.security-background-image {
  min-height: 50vh;
  color: var(--spark-library--white);
  background-image: url('../images/security-bg.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding: 100px 0;
}

.featured-section.recovery-background-image {
  min-height: 50vh;
  color: var(--spark-library--white);
  background-image: url('../images/campwise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding: 100px 0;
}

.spark-max-width-730 {
  background-color: var(--jfc-dark-blue-75);
  border-bottom-right-radius: 180px;
  flex: none;
  max-width: 730px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
}

.rt-text-white {
  color: var(--spark-library--white);
  font-family: Lato, sans-serif;
  font-size: 2em;
  line-height: 1.15em;
}

.highlight-block {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.highlight-block.spark-primary-with-rounded-corners {
  background-color: var(--spark-library--border-default);
  max-width: 1200px;
  color: var(--spark-library--white);
  border-radius: 24px;
  padding: 64px;
}

.spark-flex-row-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-4.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-hero-section-image-4 {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side-3 {
  width: 50%;
}

.stories-mainheading {
  font-size: 26em;
}

.green-section {
  background-color: var(--greenblue);
  background-image: url('../images/tri-bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 30px;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  color: var(--spark-library--white);
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.green-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--green);
  background-image: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  position: fixed;
}

.spark-section.purple-section {
  background-color: var(--purpleblue);
  background-image: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  position: fixed;
}

.spark-section.lightblue-section {
  background-color: var(--greenblue-op);
  background-image: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  position: fixed;
}

.spark-section.violet-section {
  background-color: var(--violet);
  background-image: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  position: fixed;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-centered-900.spark-no-bottom-margin {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 1.15em;
  line-height: 1.23em;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 48%;
  display: flex;
}

.shadow-two {
  vertical-align: baseline;
  border-radius: 0;
  margin-top: 26px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-5 {
  font-family: Lato, sans-serif;
}

.heading-5.green {
  color: var(--radiant-ui-components-library-marketplace--color--green);
  font-size: 2.5em;
  line-height: 1.1em;
}

.heading-5.rt-text-center.white.caps {
  text-transform: uppercase;
}

.heading-5.white {
  color: #fff;
}

.heading-5.purple {
  color: var(--purpleblue);
}

.heading-5.greenblue {
  color: var(--greenblue-op);
}

.heading-5.violet {
  color: var(--violet);
}

.rt-component-section-15 {
  background-color: var(--radiant-ui-components-library-marketplace--color--green-transparent);
  width: 100%;
  max-width: 100%;
  color: var(--grey);
  background-image: url('../images/sanpshotbg.png');
  background-position: 2.5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-five {
  margin-top: 25px;
}

.rt-margin-top-five.rt-body-font-color-2 {
  color: var(--spark-library--black);
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.caption {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.storybg-green2 {
  background-color: var(--spark-library--white);
  background-image: url('../images/greentriangle-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.bluebox-block {
  background-color: var(--jfc-dark-blue-75);
  border-bottom-right-radius: 0;
  flex: none;
  max-width: 500px;
  margin-right: 0;
  padding: 40px 40px 20px;
  font-family: Lato, sans-serif;
}

.blueblock-text {
  margin-top: -9px;
  margin-bottom: 12px;
  font-size: 1.15em;
  line-height: 1.23em;
}

.div-block-4 {
  justify-content: flex-end;
  display: flex;
}

.icon-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 50%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.storybg-blue {
  background-color: var(--spark-library--white);
  background-image: url('../images/tri-bg.png');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.purple-transparent-section {
  background-color: var(--purpleblue-transparent);
  width: 100%;
  max-width: 100%;
  color: var(--grey);
  background-image: url('../images/sanpshotbg.png');
  background-position: 2.5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.quote {
  border-top: 8px solid var(--jfc-blue);
  border-bottom: 8px solid var(--jfc-blue);
  outline-offset: 0px;
  color: var(--jfc-dark-blue);
  border-radius: 0;
  outline: 0 #003b5d;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 3.75em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.storybg-purple {
  background-color: var(--spark-library--white);
  background-image: url('../images/purple-arrow.png');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.five-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightblue-snapshot-section {
  background-color: var(--greenblue);
  width: 100%;
  max-width: 100%;
  color: var(--grey);
  background-image: url('../images/sanpshotbg.png');
  background-position: 2.5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.quote-small-white {
  border-top: 8px solid var(--jfc-blue);
  border-bottom: 8px solid var(--jfc-blue);
  outline-offset: 0px;
  color: var(--spark-library--white);
  border-radius: 0;
  outline: 0 #003b5d;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
}

.violet-snapshot-section {
  background-color: var(--violet-transparent);
  width: 100%;
  max-width: 100%;
  color: var(--grey);
  background-image: url('../images/sanpshotbg.png');
  background-position: 2.5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.three-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.storybg-violet {
  background-color: var(--spark-library--white);
  background-image: url('../images/violet-arrow.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.text-overlay {
  background-color: var(--jfc-dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  margin-top: -40px;
  margin-bottom: 0;
  padding: 10px 19px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.storybg-violet-first {
  background-color: var(--spark-library--white);
  background-image: url('../images/violet-arrow.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  margin-top: 454px;
  padding: 20px 30px;
  position: relative;
}

.storybg-purple-first {
  background-color: var(--spark-library--white);
  background-image: url('../images/purple-arrow.png');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  margin-top: 342px;
  padding: 20px 30px;
  position: relative;
}

.storybg-blue-copy {
  background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  background-image: url('../images/tri-bg.png');
  background-position: 100% 90%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.storybg-blue-copy.first {
  background-color: var(--spark-library--white);
  margin-top: 489px;
}

.storybg-green-first {
  background-color: var(--spark-library--white);
  background-image: url('../images/greentriangle-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-bottom: 1px #e4ebf3;
  margin-top: 435px;
  padding: 20px 30px;
  position: relative;
}

.award-wiiners {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-blue-box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-image: url('../images/tri-bg.png');
    background-position: 160% 25%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .hero h1 {
    text-shadow: 2px 8px 20px var(--spark-library--black);
    font-size: 15vh;
  }

  .hero.hero-background-image-with-centered-content {
    background-image: url('../images/am25-cover.jpg');
    font-family: Lato, sans-serif;
  }

  .spark-hero-section-image {
    min-width: 260px;
    max-width: 260px;
  }

  .mainnav {
    background-color: #003b5d;
  }

  .div-block {
    align-self: flex-start;
    margin-top: 60px;
  }

  .heading-2 {
    color: #003b5d;
    font-family: Oswald, sans-serif;
    font-size: 5rem;
    line-height: 1.15em;
  }

  .heading-2.rt-text-blue {
    margin-bottom: 40px;
  }

  .heading-3.center-title-80 {
    margin-bottom: 20px;
  }

  .paragraph.rt-text-center-3 {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .rt-home-three-work-countar-text {
    color: var(--jfc-dark-blue);
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 60px;
    font-weight: 700;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-component-section-4.rt-gallery-v-seven {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-section---ligth-blue {
    background-color: var(--greenblue);
    background-image: url('../images/tri-bg.png');
    background-position: 100% -1%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 60px;
  }

  .financial-section---tree-bg.rt-accordion-v-seven {
    background-color: var(--spark-library--white);
    padding-bottom: 0;
  }

  .numbers {
    font-size: 4.5rem;
    font-weight: 600;
  }

  .numbers-2.rt-text-center {
    color: var(--jfc-blue);
  }

  .numbers-2.white {
    color: var(--spark-library--white);
  }

  .flex-col {
    align-self: flex-start;
  }

  .white-bg-section.rt-accordion-v-six {
    background-color: var(--spark-library--white);
    margin-bottom: 0;
    padding-top: 10px;
  }

  .rt-accordion-answer-wrap {
    background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
  }

  .rt-home-three-accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-block {
    background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
    padding-top: 0;
  }

  .rt-home-three-accordion-question {
    border-bottom: 1px solid var(--greenblue);
  }

  .rt-component-section-10 {
    padding-top: 0;
  }

  .rt-our-portfolio-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-work-countar-text-desc {
    color: var(--spark-library--white);
    padding-left: 10px;
    font-size: 40px;
  }

  .spark-container-3 {
    max-width: 100%;
  }

  .featured-section.spark-dark-hero-background-image {
    background-image: linear-gradient(74.2deg, var(--jfc-dark-blue), #00010103 36%, #0000), url('../images/09-07-25-Super-Sunday-Kickoff_CALLING.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
    min-height: 60vh;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .featured-section h1 {
    font-family: Lato, sans-serif;
    font-size: 3.75rem;
  }

  .featured-section h3 {
    font-family: Lato, sans-serif;
    font-size: 1.75rem;
  }

  .featured-section.older-adult-background-image {
    background-image: linear-gradient(74.2deg, var(--jfc-dark-blue), #00010103 36%, #0000), url('../images/03-13-26-JFSA-Seniors-Hearing-Aid-Clinic_0003.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
    min-height: 50vh;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .featured-section.antisemitism-background-image {
    background-image: linear-gradient(74.2deg, var(--jfc-dark-blue), #00010103 36%, #0000), url('../images/05-23-25-Stand-Against-Hate-Rally_0146.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
    min-height: 50vh;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .featured-section.security-background-image {
    background-image: linear-gradient(74.2deg, var(--jfc-dark-blue), #00010103 36%, #0000), url('../images/security-bg.jpg');
    background-position: 0 0, 100%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    min-height: 50vh;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .featured-section.recovery-background-image {
    background-image: linear-gradient(74.2deg, var(--jfc-dark-blue), #00010103 36%, #0000), url('../images/campwise.jpg');
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
    min-height: 50vh;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spark-max-width-730 {
    background-color: #003b5dcc;
    border-radius: 0 0 180px;
    margin-top: 0;
    padding: 0 60px 20px;
  }

  .rt-text-white {
    color: var(--spark-library--white);
    font-family: Lato, sans-serif;
    font-size: 2em;
    line-height: 1.25em;
  }

  .highlight-block.spark-primary-with-rounded-corners {
    background-color: var(--spark-library--border-default);
  }

  .green-section {
    background-color: var(--greenblue);
    background-image: url('../images/tri-bg.png');
    background-position: 100% -1%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 60px;
  }

  .bluebox-block {
    background-color: #003b5dcc;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 100px;
    padding: 20px 60px;
  }

  .storybg-purple {
    background-position: 100% 60%;
  }

  .quote-small-white {
    margin-top: 60px;
  }

  .storybg-purple-first {
    background-position: 100% 60%;
  }

  .storybg-blue-copy.first {
    background-position: 100% 80%;
  }

  .award-wiiners {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .rt-component-section {
    padding-top: 0;
  }

  .spark-container.spark-centered-content {
    justify-content: center;
    margin-top: auto;
    margin-bottom: 100px;
    display: block;
  }

  .hero {
    background-image: url('../images/tri-bg.png');
    background-position: 140% 40%;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero h1 {
    color: #fff;
    text-shadow: 2px 8px 20px var(--spark-library--black);
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Oswald, sans-serif;
    font-size: 12vw;
    font-weight: 500;
    line-height: 1.1em;
    display: block;
  }

  .hero h2 {
    margin-bottom: -2rem;
    font-family: Lato, sans-serif;
    line-height: 1;
  }

  .hero h3 {
    color: #003b5d;
    margin-top: 0;
    font-family: Lato, sans-serif;
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .hero p {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 24px;
  }

  .hero.hero-background-image-with-centered-content {
    background-color: #1b1b1b52;
    background-image: linear-gradient(#0000, #0000), url('../images/am25-cover.jpg');
    background-position: 0 0, 50%;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
    padding-bottom: 80px;
    font-family: Lato, sans-serif;
    position: relative;
  }

  .spark-flex-row.spark-5-spacing {
    grid-column-gap: 5%;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .spark-hero-section-image {
    border-radius: 150px 200px;
    width: auto;
    min-width: 300px;
    max-width: 300px;
    min-height: auto;
    max-height: none;
  }

  .center-title-80 {
    margin-bottom: 60px;
    font-size: 4em;
  }

  .rt-text-blue {
    line-height: 1em;
  }

  .mainnav {
    z-index: 9999;
    background-color: #003b5d;
    position: sticky;
    top: 0;
  }

  .div-block {
    text-align: center;
  }

  .hspacer40 {
    height: 0;
    min-height: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .heading-2 {
    color: #003b5d;
    font-family: Oswald, sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.15em;
  }

  .heading-2.rt-text-blue {
    margin-bottom: 10px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .heading-3.center-title-80 {
    line-height: 28px;
  }

  .paragraph {
    color: var(--spark-library--black);
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .paragraph.rt-text-center.spark-small-sub-paragraph {
    text-transform: none;
    margin-bottom: 0;
  }

  .heading-4 {
    font-family: Lato, sans-serif;
  }

  .rt-component-section-3 {
    padding-top: 0;
  }

  .rt-margin-top-twenty-five.rt-body-font-color-2 {
    color: var(--spark-library--black);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .rt-home-three-work-countar-text {
    color: var(--jfc-dark-blue);
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 60px;
    font-weight: 600;
  }

  .rt-home-three-work-card-top-wrap {
    margin-top: 0;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt-text-center {
    background-color: var(--green);
    text-transform: uppercase;
  }

  .impact-section---ligth-blue {
    background-color: var(--greenblue);
    background-image: url('../images/tri-bg.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 60px;
    font-size: .75em;
    line-height: 1em;
  }

  .rt-category-cards-text-4 {
    font-weight: 700;
  }

  .financial-section---tree-bg.rt-accordion-v-seven {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .numbers {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 5rem;
  }

  .label-text {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
  }

  .numbers-2 {
    color: var(--jfc-dark-blue);
    text-align: center;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 5rem;
  }

  .numbers-2.rt-text-center {
    color: var(--jfc-dark-blue);
    background-color: #0000;
    line-height: 1em;
  }

  .numbers-2.white {
    color: var(--spark-library--white);
    margin-bottom: 10px;
    font-size: 45px;
    line-height: .85em;
  }

  ._100-section {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .rt-home-one-project-card-image {
    object-fit: cover;
    border-radius: 0;
  }

  .rt-home-four-three-box-pic {
    padding-bottom: 0;
  }

  .rt-home-four-three-box-data {
    height: 200px;
    margin-bottom: 0;
  }

  .flex-col {
    background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
    align-self: flex-start;
    padding-bottom: 0;
  }

  .rt-home-four-three-box-data-narrow {
    height: 170px;
  }

  .numbers-3 {
    color: var(--jfc-blue);
    text-align: center;
    margin-bottom: 0;
    font-size: 6em;
    font-weight: 600;
    line-height: 7rem;
  }

  .white-bg-section.rt-accordion-v-six {
    background-color: var(--spark-library--white);
    margin-bottom: 0;
  }

  .rt-accordion-answer-wrap {
    background-color: #fff;
  }

  .rt-home-three-accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-accordion-block {
    background-color: #fff;
  }

  .rt-home-three-accordion-question {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--jfc-blue) var(--jfc-blue) var(--greenblue);
  }

  .rt-component-section-10 {
    padding-top: 20px;
  }

  .rt-category-cards-text-8.rt-text-white-5.rt-text-center-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .rt-main-container {
    max-width: 1440px;
  }

  .rt-social-icon {
    border-right-style: none;
    border-right-width: 0;
  }

  .rt-footer {
    background-color: #003b5d;
  }

  .rt-home-three-work-countar-text-desc {
    color: var(--spark-library--white);
    margin-left: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 75px;
  }

  .spark-container-3 {
    max-width: 100%;
  }

  .featured-section.spark-dark-hero-background-image {
    background-image: url('../images/09-07-25-Super-Sunday-Kickoff_CALLING.jpg');
    background-position: 50%;
    background-attachment: fixed;
    min-height: 70vh;
    padding-left: 0;
  }

  .featured-section h1, .featured-section h3 {
    font-family: Lato, sans-serif;
  }

  .featured-section.older-adult-background-image {
    background-image: url('../images/03-13-26-JFSA-Seniors-Hearing-Aid-Clinic_0003.jpg');
    background-position: 50%;
    background-attachment: fixed;
    padding-left: 0;
  }

  .featured-section.antisemitism-background-image {
    background-image: url('../images/05-23-25-Stand-Against-Hate-Rally_0146.jpg');
    background-position: 50% 0;
    background-attachment: fixed;
    padding-left: 0;
  }

  .featured-section.security-background-image {
    background-image: url('../images/security-bg.jpg');
    background-position: 100% 0;
    background-size: auto;
    background-attachment: fixed;
    padding-left: 0;
  }

  .featured-section.recovery-background-image {
    background-image: url('../images/campwise.jpg');
    background-position: 50% 0;
    background-attachment: fixed;
    padding-left: 0;
  }

  .spark-max-width-730 {
    background-color: var(--jfc-dark-blue-75);
    padding: 0 60px 20px;
  }

  .rt-text-white {
    color: var(--spark-library--white);
    font-family: Lato, sans-serif;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.15em;
  }

  .highlight-block.spark-primary-with-rounded-corners {
    background-color: var(--spark-library--border-default);
    max-width: 1300px;
    margin-bottom: 100px;
  }

  .italic-text {
    text-transform: none;
  }

  .green-section {
    background-color: var(--greenblue);
    background-image: url('../images/tri-bg.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    margin-top: 0;
    padding-top: 60px;
    font-size: .75em;
    line-height: 1em;
  }

  .rt-margin-top-five.rt-body-font-color-2 {
    color: var(--spark-library--black);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .bluebox-block {
    background-color: var(--jfc-dark-blue-75);
    max-width: 600px;
    padding: 20px 41px 41px;
  }

  .home-blue-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .spark-container {
    font-family: Lato, sans-serif;
  }

  .spark-container.spark-centered-content {
    margin-bottom: 140px;
  }

  .hero {
    background-position: 100% 0;
    background-size: 300px;
  }

  .hero h1 {
    font-size: 10vw;
  }

  .hero.hero-background-image-with-centered-content {
    background-image: url('../images/am25-cover.jpg');
    background-position: 50%;
    background-size: cover;
    font-family: Lato, sans-serif;
  }

  .mainnav {
    background-color: #003b5d;
  }

  .section {
    font-family: Lato, sans-serif;
  }

  .rt-margin-top-twenty-five.rt-body-font-color-2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .rt-home-three-work-card-top-wrap {
    margin-top: 10px;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .numbers-2.white {
    color: var(--spark-library--white);
    margin-bottom: 10px;
    line-height: .85em;
  }

  .spark-nav-link-2, .spark-nav-link-2.w--current {
    font-size: 16px;
  }

  .spark-nav-link-2.spark-button {
    font-size: 1rem;
  }

  .spark-nav-link-2.spark-with-dropdown {
    font-size: 16px;
  }

  .spark-square-menu-inner-3 {
    max-width: 1700px;
  }

  .rt-home-three-accordion-wrapper {
    padding-left: 220px;
    padding-right: 220px;
  }

  .rt-category-cards-text-8.rt-text-white-5.rt-text-center-3 {
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
  }

  .rt-main-container {
    max-width: 1920px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .rt-home-three-work-countar-text-desc {
    margin-left: 10px;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
  }

  .spark-container-3 {
    max-width: 100%;
  }

  .spark-max-width-730 {
    padding-bottom: 40px;
  }

  .margin-bottom-24px {
    font-size: 1.4em;
  }

  .rt-margin-top-five.rt-body-font-color-2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .bluebox-block {
    max-width: 800px;
  }

  .blueblock-text {
    font-size: 1.4em;
  }

  .text-block-4, .text-block-5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .rt-component-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    background-position: 100% 0;
    background-size: 300px;
    padding-top: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero h1 {
    font-size: 20vw;
  }

  .hero p {
    margin-bottom: 20px;
  }

  .hero.hero-background-image-with-centered-content {
    background-image: url('../images/am25-cover.jpg');
    background-size: cover;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    min-width: 200px;
    max-width: 2240px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .rt-text-blue {
    font-size: 30px;
    line-height: 36px;
  }

  .mainnav {
    background-color: var(--jfc-dark-blue);
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block {
    width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: 4.5rem;
  }

  .heading-2.rt-text-blue {
    font-size: 3.5em;
    line-height: 1em;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3.center-title-80 {
    margin-bottom: 0;
  }

  .rt-margin-top-twenty-five.rt-body-font-color-2 {
    margin-top: 0;
  }

  .rt-home-three-work-countar-text {
    font-size: 40px;
  }

  .rt-home-three-work-countar-text.rt-text-center, .rt-home-three-work-countar-text.white {
    font-size: 60px;
  }

  .by-the-numbers.mobileonly {
    display: flex;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-component-section-4.rt-gallery-v-seven {
    padding-top: 20px;
    display: none;
  }

  .image {
    max-width: 300px;
  }

  .impact-section---ligth-blue {
    background-position: 170% 0;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer, .rt-about-three-accordion-about-box {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-about-three-accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spark-nav-link-2:hover {
    color: var(--jfc-dark-blue);
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    max-width: 200px;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link-2.spark-button:hover {
    background-color: var(--spark-library--white);
  }

  .spark-nav-link-2.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-nav-menu-3 {
    z-index: 99;
    background-color: var(--jfc-blue);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
    font-family: Lato, sans-serif;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--spark-library--white);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner-3 {
    padding: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  ._100-section {
    padding-bottom: 20px;
  }

  .rt-home-four-three-box-pic {
    margin-top: 15px;
  }

  .flex-4-col-block {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
  }

  .rt-home-four-three-box-data {
    height: 120px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 15px;
  }

  .flex-col {
    align-self: flex-start;
  }

  .rt-home-four-three-box-data-narrow {
    height: 120px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 15px;
  }

  .flex-3-col-bock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
  }

  .narrow-row-80.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .rt-text-blue.heading-3 {
    margin-top: 40px;
    font-size: 24px;
  }

  .rt-home-three-accordion-block {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-three-accordion-section {
    flex-flow: column;
  }

  .rt-component-section-10 {
    margin-top: 40px;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-doctor-name-and-category {
    margin-top: 21px;
  }

  .rt-team-member {
    max-width: 100%;
  }

  .rt-full-image-width-in-responsive {
    width: 100%;
    height: auto;
  }

  .rt-category-cards-text-8.rt-text-white-5 {
    max-width: none;
  }

  .rt-autofit-15.rt-tab-image-full-width-2, .rt-tab-image-full-width-2 {
    width: 100%;
    height: auto;
  }

  .rt-our-portfolio-2 {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-portfolio-card-2 {
    width: 100%;
  }

  .image-2 {
    max-height: 50px;
  }

  .footer-section.rt-footer-v-one {
    padding-top: 0;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-social-icons {
    border: 1px #40454a;
    max-width: none;
  }

  .rt-social-icon {
    border-style: none;
    border-width: 1px 0;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-copyright-and-social-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-footer {
    padding-top: 0;
  }

  .rt-designed-text {
    text-align: center;
    padding-left: 0;
  }

  .rt-home-three-work-countar-text-desc {
    font-size: 24px;
  }

  .featured-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .featured-section.spark-dark-hero-background-image, .featured-section.older-adult-background-image {
    background-position: 0 0, 70% 0;
    min-height: 60vh;
  }

  .featured-section.antisemitism-background-image {
    background-position: 50% 0;
    min-height: 60vh;
  }

  .featured-section.security-background-image {
    background-position: 100% 0;
    min-height: 60vh;
  }

  .featured-section.recovery-background-image {
    background-position: 0 0, 70% 0;
    min-height: 60vh;
  }

  .spark-max-width-730 {
    max-width: 600px;
  }

  .rt-text-white {
    font-size: 28px;
    line-height: 32px;
  }

  .highlight-block.spark-primary-with-rounded-corners {
    max-width: 760px;
    padding: 32px;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image-4 {
    width: 100%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-hero-section-left-side-3 {
    width: 100%;
  }

  .green-section {
    background-position: 170% 0;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-component-section-15 {
    background-position: 4.5%;
  }

  .rt-margin-top-five.rt-body-font-color-2 {
    margin-top: 0;
  }

  .purple-transparent-section {
    background-position: 4.5%;
  }

  .five-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lightblue-snapshot-section, .violet-snapshot-section {
    background-position: 4.5%;
  }

  .three-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .storybg-violet-first {
    margin-top: 570px;
  }

  .storybg-purple-first {
    margin-top: 455px;
  }

  .storybg-green-first {
    margin-top: 523px;
  }

  .award-wiiners {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-blue-box {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .spark-container {
    width: 100%;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero.hero-background-image-with-centered-content {
    background-image: url('../images/am25-cover.jpg');
    background-position: 50% 0;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .rt-text-blue {
    font-size: 26px;
    line-height: 33px;
  }

  .mainnav {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 3.5rem;
    line-height: 1em;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .rt-component-container-3, .rt-component-section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-home-three-work-countar-text {
    font-size: 55px;
  }

  .by-the-numbers {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rt-home-three-work-card-top-wrap {
    margin-top: 0;
  }

  .rt-home-three-who-we-are-counter-grid {
    grid-template-columns: 1fr;
  }

  .rt-component-section-4.rt-gallery-v-seven {
    display: none;
  }

  .impact-section---ligth-blue {
    padding-left: 0;
    padding-right: 0;
  }

  .financial-section---tree-bg.rt-accordion-v-seven {
    margin-left: 0;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer {
    line-height: 27px;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

  .numbers-2 {
    font-size: 60px;
  }

  .numbers-2.rt-text-center {
    font-size: 46px;
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu-3 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._100-section {
    padding-bottom: 0;
  }

  .rt-home-one-project-card-image {
    object-fit: none;
  }

  .rt-home-four-three-box-pic {
    margin-top: 18px;
  }

  .flex-4-col-block {
    display: block;
  }

  .rt-home-four-three-box-data {
    height: 180px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-home-four-three-box-data-narrow {
    height: 120px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-3-col-bock {
    display: block;
  }

  .narrow-row-80 {
    flex-direction: column;
  }

  .narrow-row-80.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 300px;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .numbers-3 {
    font-size: 60px;
  }

  .rt-text-blue.heading-3 {
    margin-top: 20px;
  }

  .rt-home-three-accordion-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-three-accordion-question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .footer-section.rt-footer-v-one {
    padding-top: 0;
  }

  .rt-copyright-and-social-icons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer {
    padding-top: 0;
  }

  .table-grid {
    max-width: 9100%;
  }

  .table-header {
    font-size: 12px;
  }

  .table-even {
    max-width: 120px;
    font-size: 12px;
  }

  .table-odd {
    max-width: none;
    padding-right: 0;
    font-size: 12px;
  }

  .table-odd-number, .table-even-number, .table-even-totalnumber {
    font-size: 12px;
  }

  .table-odd-totalnumber {
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .rt-home-three-work-countar-text-desc {
    font-size: 36px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .featured-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .featured-section.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--jfc-dark-blue), var(--spark-library--border-default) 31%), url('../images/09-07-25-Super-Sunday-Kickoff_CALLING.jpg');
    background-position: 0 0, 75% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .featured-section h1 {
    font-size: 3.5rem;
  }

  .featured-section h3 {
    font-size: 1.5rem;
  }

  .featured-section.older-adult-background-image {
    background-image: linear-gradient(113deg, var(--jfc-dark-blue), var(--spark-library--border-default) 31%), url('../images/03-13-26-JFSA-Seniors-Hearing-Aid-Clinic_0003.jpg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
  }

  .featured-section.antisemitism-background-image {
    background-image: linear-gradient(113deg, var(--jfc-dark-blue), var(--spark-library--border-default) 26%), url('../images/05-23-25-Stand-Against-Hate-Rally_0146.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .featured-section.security-background-image {
    background-image: linear-gradient(113deg, var(--jfc-dark-blue), var(--spark-library--border-default) 31%), url('../images/security-bg.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .featured-section.recovery-background-image {
    background-image: linear-gradient(113deg, var(--jfc-dark-blue), var(--spark-library--border-default) 31%), url('../images/campwise.jpg');
    background-position: 0 0, 75% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-max-width-730 {
    max-width: 500px;
    margin-left: 0;
  }

  .rt-text-white {
    font-size: 24px;
    line-height: 33px;
  }

  .highlight-block {
    width: 100%;
  }

  .highlight-block.spark-primary-with-rounded-corners {
    max-width: 550px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .spark-flex-row-4 {
    flex-direction: column;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-section-image-4 {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side-3 {
    width: 100%;
  }

  .green-section {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.green-section, .spark-section.purple-section, .spark-section.lightblue-section, .spark-section.violet-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-component-section-15 {
    background-position: 7.5%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .storybg-green2, .storybg-blue {
    padding: 60px 40px;
  }

  .purple-transparent-section {
    background-position: 7.5%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .storybg-purple {
    padding: 60px 40px;
  }

  .five-col {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .lightblue-snapshot-section, .violet-snapshot-section {
    background-position: 7.5%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .three-col {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .storybg-violet {
    padding: 60px 40px;
  }

  .storybg-violet-first {
    margin-top: 777px;
    padding: 60px 40px;
  }

  .storybg-purple-first {
    margin-top: 481px;
    padding: 60px 40px;
  }

  .storybg-blue-copy {
    padding: 60px 40px;
  }

  .storybg-blue-copy.first {
    margin-top: 627px;
  }

  .storybg-green-first {
    margin-top: 640px;
    padding: 60px 40px;
  }

  .award-wiiners {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .home-blue-box {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .spark-section h6 {
    font-size: 1.075em; 
    line-height:1.25em;
  }
  .rt-component-section {
    padding-top: 0;
  }

  .hero {
    background-position: 100% 0;
    background-attachment: scroll;
    padding: 20px 20px 64px;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .hero h2 {
    font-size: 2.5rem;
  }

  .hero.hero-background-image-with-centered-content {
    background-image: url('../images/am25-cover.jpg');
    background-position: 20% 0;
    background-size: 800px;
    min-height: 50vh;
    padding-bottom: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-hero-section-image {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .center-title-80 {
    margin-bottom: 20px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-small-sub-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-text-blue {
    text-align: center;
    margin-top: 10px;
  }

  .mainnav {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.15em;
  }

  .heading-2.rt-text-blue {
    -webkit-text-stroke-width: 0px;
    word-break: normal;
    margin-bottom: 0;
    font-size: 3em;
    line-height: 1.1em;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-3.center-title-80 {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .rt-component-section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-three-work-countar-text {
    font-size: 45px;
    line-height: 50px;
  }

  .image {
    text-align: left;
    max-width: 250px;
  }

  .impact-section---ligth-blue {
    background-position: 100% 0;
    background-size: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  ._50-50-section, .financial-section---tree-bg.rt-accordion-v-seven {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-about-three-accordion-about-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .numbers {
    font-size: 70px;
  }

  .numbers-2, .numbers-2.rt-text-center {
    font-size: 40px;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-menu-3 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-square-menu-inner-3 {
    background-color: var(--radiant-ui-components-library-marketplace--color--white-transparent);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .spark-square-menu-with-dropdowns {
    padding-left: 0;
    padding-right: 0;
  }

  ._100-section {
    margin-top: 60px;
  }

  .rt-home-one-project-card-image {
    overflow: clip;
  }

  .rt-home-four-three-box-data {
    height: 170px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-four-three-box-data-narrow {
    height: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-row-80 {
    align-items: flex-start;
  }

  .spark-hero-section-image-2 {
    max-width: 240px;
  }

  .numbers-3 {
    font-size: 40px;
  }

  .rt-category-cards-text-6 {
    line-height: 24px;
  }

  .white-bg-section.rt-accordion-v-six {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-three-accordion-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-home-three-accordion-block {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .rt-component-section-10 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-team-member {
    margin-bottom: 0;
  }

  .rt-full-image-width-in-responsive {
    margin-top: 0;
  }

  .rt-category-cards-text-8.rt-text-white-5.rt-text-center-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-section.rt-footer-v-one {
    padding-top: 0;
  }

  .table-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .75fr .5fr .5fr 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: start end;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 12px;
    display: flex;
  }

  .table-header {
    color: var(--jfc-dark-blue);
    text-align: left;
    background-color: #5cc0f400;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 12px;
  }

  .table-even {
    max-width: none;
    margin-top: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .table-odd {
    text-align: left;
    background-color: #0000;
    min-height: 20px;
    margin-top: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .table-odd-number {
    background-color: #0000;
    border: 1px #000;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
  }

  .table-even-number, .table-even-totalnumber {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
  }

  .table-odd-totalnumber {
    background-color: #0000;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
  }

  .rt-home-three-work-countar-text-desc {
    font-size: 24px;
    line-height: 50px;
  }

  .featured-section {
    padding: 64px 20px;
  }

  .featured-section.spark-dark-hero-background-image {
    min-height: 100vh;
    padding-bottom: 64px;
  }

  .featured-section h1 {
    font-size: 3rem;
  }

  .featured-section h2 {
    font-size: 2.5rem;
  }

  .featured-section.older-adult-background-image {
    background-position: 0 0, 40%;
    min-height: 100vh;
    padding-bottom: 64px;
  }

  .featured-section.antisemitism-background-image {
    background-position: 0 0, 45% 0;
    min-height: 100vh;
    padding-bottom: 64px;
  }

  .featured-section.security-background-image {
    background-position: 0 0, 80% 0;
    min-height: 100vh;
    padding-bottom: 64px;
  }

  .featured-section.recovery-background-image {
    background-position: 0 0, 50% 0;
    min-height: 100vh;
    padding-bottom: 64px;
  }

  .spark-max-width-730 {
    max-width: 97%;
  }

  .rt-text-white {
    text-align: center;
    margin-top: 10px;
  }

  .highlight-block.spark-primary-with-rounded-corners {
    border-radius: 0;
    padding: 40px 16px;
  }

  .spark-flex-row-4 {
    align-items: flex-start;
  }

  .spark-hero-section-image-4 {
    width: 80%;
  }

  .green-section {
    background-position: 100% 0;
    background-size: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2rem;
    line-height:1em;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .container {
    max-width: none;
  }

  .heading-5.rt-text-center {
    font-size: 2em;
    line-height: 1.2em;
  }

  .rt-component-section-15 {
    background-position: -5%;
  }

  .bluebox-block {
    max-width: 300px;
  }

  .purple-transparent-section {
    background-position: -5%;
  }

  .quote {
    font-size: 2.5em;
  }

  .five-col {
    grid-template-columns: 1fr;
  }

  .lightblue-snapshot-section {
    background-position: -5%;
  }

  .quote-small-white {
    font-size: 2em;
  }

  .violet-snapshot-section {
    background-position: -5%;
  }

  .three-col {
    grid-template-columns: 1fr;
  }

  .storybg-violet-first {
    margin-top: 731px;
  }

  .storybg-purple-first {
    margin-top: 545px;
  }

  .storybg-blue-copy.first {
    margin-top: 825px;
  }

  .storybg-green-first {
    margin-top: 720px;
  }

  .award-wiiners {
    grid-template-columns: 1fr;
  }

  .home-blue-box {
    align-items: flex-start;
  }
}

#w-node-d487f582-13ce-4e96-125e-cd1d6a3f1f1f-46a4012f, #w-node-d487f582-13ce-4e96-125e-cd1d6a3f1f34-46a4012f, #w-node-d487f582-13ce-4e96-125e-cd1d6a3f1f49-46a4012f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_074b9f34-6721-6221-1922-2b6a6d741a62-46a4012f, #w-node-_4a622522-0630-142c-fa85-4ffe9de65679-46a4012f, #w-node-f11e8400-72c9-3fb4-6320-3ffc1ffbf4ea-46a4012f, #w-node-b6df319d-02f0-6ba5-5c66-3a0edde613dc-46a4012f {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a91d044-5d34-621d-392c-5de485e6e2d2-46a4012f, #w-node-_8a91d044-5d34-621d-392c-5de485e6e2d2-e723fa0a, #w-node-_8a91d044-5d34-621d-392c-5de485e6e2d2-98fdc7f7, #w-node-_8a91d044-5d34-621d-392c-5de485e6e2d2-51dd07e8, #w-node-_8a91d044-5d34-621d-392c-5de485e6e2d2-9296beed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


