*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font: 16px/1.5 "Montserrat", Arial, Helvetica, sans-serif;
  color: #444955;
  background-color: white;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

main,
li {
  display: block;
}

a {
  color: #ff5f00;
  text-decoration: none;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.container {
  clear: both;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

.section:before,
.section:after {
  content: "";
  display: table;
}

.section:after {
  clear: both;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

.span_2_of_3 {
  width: 66.13%;
}

.span_1_of_3 {
  width: 32.26%;
}

.span_1_of_2 {
  width: 49.2%;
}

@media only screen and (max-width: 599px) {
  .col {
    margin: 1% 0;
  }

  .span_2_of_3,
  .span_1_of_3,
  .span_1_of_2 {
    width: 100%;
  }
}

.btn {
  display: inline-block;
  background: #ff5f00;
  color: white;
  padding: 15px 30px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 10px #ddd;
  cursor: pointer;
}

.btn--blue {
  background: #10269d;
}

.header-container {
  position: relative;
  z-index: 10;
}

.site-header {
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 35px;
  padding-bottom: 30px;
  z-index: 2;
  background-image: url("https://res.cloudinary.com/njcd/image/upload/v1494945266/2017site/inner-header.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header.site-header--yfp {
  position: absolute;
  background-image: none;
}

.site-logo {
  display: inline-block;
  white-space: nowrap;
  float: left;
  position: relative;
}

.site-logo.site-logo--w {
  display: flex;
  white-space: nowrap;
  float: left;
  position: relative;
  width: 200px;
  align-items: center;
  justify-content: center;
}

.site-logo__img {
  float: left;
  width: auto;
}

.responsive-nav {
  position: relative;
  z-index: 1;
  color: white;
  float: right;
}

@media only screen and (min-width: 599px) {
  .responsive-nav {
    margin-top: 10px;
  }
}

.user-menu {
  font-weight: bold;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 720px) {
  .user-menu {
    float: left;
    margin-right: 20px;
    padding: 10px;
  }
}

.signin {
  text-transform: uppercase;
  color: white;
  cursor: pointer;
}

.menu-hook:after {
  content: "☰";
  font-size: 16px;
  text-transform: uppercase;
  padding: 9px 15px;
  border: 2px solid white;
  font-weight: 700;
  transition: all .3s ease-in-out;
  z-index: 2;
  position: relative;
  cursor: pointer;
  float: left;
  color: white;
  margin-top: 5px;
}

@media only screen and (min-width: 599px) {
  .menu-hook:after {
    content: "menu ☰";
    padding: 7px 25px;
    margin-top: 0;
  }
}

.site-nav__main {
  position: fixed;
  top: 0;
  right: -410px;
  height: 100%;
  width: 400px;
  max-width: 100%;
  background: #252e43;
  transition: all .3s ease-in-out;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 0 -5px 10px #1e222d;
}

.site-nav__main.show {
  right: 0;
}

.site-nav__main .menu-close {
  position: absolute;
  top: 40px;
  right: 10px;
  font-size: 20px;
}

.menu-list {
  margin-top: 35px;
}

.menu-list > li {
  display: block;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #293756;
}

.site-nav__main a,
.site-nav__main span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: white;
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}

.menu__dropdown {
  position: relative;
}

li.menu__dropdown span:after {
  content: "";
  margin-left: 15px;
  border: 5px solid transparent;
  border-top-color: #566a9a;
  display: inline-block;
}

.site-nav__main .menu__dropdown-menu {
  padding: 5px 20px;
  display: none;
}

.site-nav__main .menu__dropdown:hover > .menu__dropdown-menu {
  display: block;
}

.menu__dropdown-menu a {
  font-size: 14px;
  font-weight: normal;
}

.header__donate__link {
  display: inline-block;
  position: relative;
}

.header__donate__link .caret:before {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-right-color: #fff;
  width: 8px;
  height: 8px;
  top: 13px;
  content: "";
  display: block;
  position: absolute;
  transition: all .5s ease-out;
  right: 20px;
  transform: rotate(135deg);
}

.header__donate__link .header__donate__dropdown {
  display: none;
}

.header__donate__link:hover .header__donate__dropdown {
  display: block;
  right: 0;
  position: absolute;
  min-width: 175px;
  border-radius: 6px;
  padding: 6px 0 0;
  background: #fff;
  border: 1px solid #ebebeb;
}

.header__donate__dropdown a {
  color: #080f16;
  padding: 10px 20px;
  margin-bottom: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 4px;
}

a.btn.navmain__donate {
  background: #10269d;
  padding: 13px 40px 13px 25px;
  margin-left: 15px;
  margin-bottom: 9px;
  font-weight: 700;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  transition: all .5s ease-out;
  color: white;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 720px) {
  .header__donate__link {
    display: none;
  }
}

.frontpage__video-header {
  height: 715px;
  background-image: url("https://res.cloudinary.com/njcd/image/upload/v1510818129/2017site/headerGirls.jpg");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding-top: 150px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-flow: column;
}

.frontpage__video-header:after {
  content: "";
  background: rgba(0, 0, 0, .3);
  position: absolute;
  height: 100%;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 720px) {
  .frontpage__video-header {
    height: 950px;
    padding-top: 220px;
  }
}

.frontpage__video-header .container {
  position: relative;
  z-index: 1;
}

video#bgvid,
iframe#bgvid {
  position: relative;
  top: 0;
  left: 0;
  min-width: 0;
  min-height: 0;
  width: 0;
  height: 0;
  background-color: black;
  background-size: cover;
  display: block;
}

@media only screen and (max-width: 720px) {
  video#bgvid,
  iframe#bgvid {
    position: absolute;
    object-fit: cover;
    inset: 0;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 720px) {
  video#bgvid,
  iframe#bgvid {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}

.fp__actions {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
}

.btn.btn-options {
  display: block;
  max-width: 335px;
  font-size: 20px;
  margin-top: 30px;
}

.header-text {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}

.header-text span {
  font-size: 50px;
  display: block;
}

@media only screen and (min-width: 720px) {
  .header-text {
    font-size: 60px;
  }

  .header-text span {
    font-size: 120px;
  }
}

.frontpage-main-text {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin-top: -100px;
  position: relative;
  background: white;
  font-size: 20px;
  padding: 60px 5%;
}

@media only screen and (min-width: 599px) {
  .frontpage-main-text {
    padding: 50px 5% 60px;
  }
}

.frontpage-main-text:before {
  content: "";
  height: 55px;
  background-image: url("https://res.cloudinary.com/njcd/image/upload/a_180/v1495031643/2017site/white-grunge.png");
  background-repeat: repeat-x;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
}

.frontpage-main-text .btn {
  margin-right: 20px;
  margin-bottom: 10px;
}

.fp-programs {
  position: relative;
  margin-bottom: 100px;
}

.fp-faded-img {
  position: absolute;
  z-index: 0;
  display: none;
}

@media only screen and (min-width: 720px) {
  .fp-programs {
    padding-top: 50px;
  }

  .fp-faded-img {
    display: block;
  }
}

.fp-faded-img--top-left {
  top: 200px;
  left: 0;
}

.fp-faded-img--btm-right {
  bottom: 20px;
  right: 0;
}

@media only screen and (min-width: 960px) {
  .fp-faded-img--btm-right {
    bottom: 320px;
    right: 0;
  }
}

.fp-program {
  margin-bottom: 40px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.reverse .col {
  float: right;
}

@media only screen and (min-width: 720px) {
  .fp-program {
    padding: 0 50px;
  }

  .fp-program--right {
    padding-left: 40px;
  }
}

.fp-program p {
  max-width: 500px;
}

.fp-program-name {
  color: #252e43;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  display: block;
}

.fp-program-name:after {
  content: "";
  position: absolute;
  width: 110%;
  border-bottom: 4px solid #10269d;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 599px) {
  .fp-program-name--right:after {
    left: auto;
    right: 0;
    width: 120%;
  }
}

.fp-program-img {
  box-shadow: 0 0 15px #aaa;
}

.fp-program-readmore {
  color: #ff5f00;
  font-size: 20px;
  display: block;
  margin-top: 20px;
}

.fp-program-readmore--min {
  color: #f98404;
}

.frontpage__header--chapter {
  background-color: #252e43;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 400px;
  color: white;
  height: 400px;
  padding-top: 150px;
  position: relative;
}

.frontpage__header--chapter:after {
  background-image: url("https://res.cloudinary.com/njcd/image/upload/a_180/v1495031643/2017site/white-grunge.png");
  background-repeat: repeat-x;
  bottom: -47px;
  content: "";
  display: block;
  height: 55px;
  left: 0;
  position: absolute;
  width: 100%;
}

.frontpage__header--chapter .name {
  color: white;
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 60px;
  margin-top: 80px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

@media only screen and (min-width: 720px) {
  .frontpage__header--chapter {
    background-attachment: fixed;
  }

  .frontpage__header--chapter .name {
    font-size: 80px;
  }
}

.region-main {
  margin-bottom: 80px;
}

.region-main .span_3_of_4,
.region-main .span_1_of_4 {
  width: 100%;
}

.maintext {
  background: white;
  font-size: 20px;
  margin-top: -40px;
  max-width: 900px;
  padding: 60px 6% 50px;
  position: relative;
  z-index: 3;
}

.maintext:before {
  background-image: url("https://res.cloudinary.com/njcd/image/upload/a_180/v1495031643/2017site/white-grunge.png");
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 55px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 100%;
}

.maintext .lead {
  position: relative;
  z-index: 2;
}

.maintext p {
  margin-bottom: 40px;
}

.sidebartext {
  font-size: 20px;
  padding: 80px 20px 40px;
}

.sidebartext h2 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.sidebartext p {
  margin-bottom: 24px;
}

.region-staff {
  margin-top: 0;
  padding: 70px 0;
}

.region-staff .title {
  margin-bottom: 20px;
}

.summer-hero {
  background-color: #252e43;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  min-height: 640px;
  padding: 170px 0 80px;
  position: relative;
}

.summer-hero:after {
  background: rgba(0, 0, 0, .28);
  content: "";
  inset: 0;
  position: absolute;
}

.summer-hero .container {
  position: relative;
  z-index: 1;
}

.summer-hero__video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.summer-hero__logo {
  display: block;
  max-width: 320px;
}

.summer-hero__title {
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  max-width: 680px;
  text-transform: uppercase;
}

.summer-hero p {
  color: #dfded1;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  margin: 20px 0 30px;
  max-width: 620px;
}

.summer-intro {
  padding: 70px 0;
  text-align: center;
}

.summer-intro h1 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.summer-intro p {
  font-size: 20px;
  margin: 0 auto;
  max-width: 820px;
}

.summer-programs-proof {
  background: #f7f5e9;
  padding: 80px 0;
}

.summer-program-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}

.summer-program-card {
  background: white;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  min-height: 100%;
  padding: 24px;
}

.summer-program-card__image {
  background-color: #36a38b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 170px;
  margin: 0 auto 22px;
  width: 170px;
}

.summer-program-card h2 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}

.summer-program-card h2 a {
  color: #252e43;
}

.summer-program-card p {
  font-size: 15px;
  text-align: center;
}

.summer-summary-band {
  margin-top: -86px;
  position: relative;
  z-index: 2;
}

.summer-summary-grid {
  background: #ed6e1f;
  color: white;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  padding: 24px;
}

.summer-summary-grid span,
.summer-summary-grid strong {
  display: block;
}

.summer-summary-grid span {
  color: #ffd3b8;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.summer-summary-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

.summer-summary-grid__action {
  align-self: center;
}

.summer-summary-grid__action .btn {
  box-shadow: none;
  display: block;
  text-align: center;
}

.summer-detail-about {
  padding: 70px 0;
}

.summer-detail-about__content {
  background: white;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  margin: 0 auto;
  max-width: 920px;
  padding: 32px;
  text-align: center;
}

.summer-detail-about__content p:last-child {
  margin-bottom: 0;
}

.summer-testimonials {
  background: #252e43;
}

.summer-testimonial {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: block;
  min-height: 350px;
  padding: 90px 0;
  position: relative;
  text-align: center;
}

.summer-testimonial:before {
  background: rgba(37, 46, 67, .78);
  content: "";
  inset: 0;
  position: absolute;
}

.summer-testimonial .container {
  max-width: 920px;
  position: relative;
}

.summer-testimonial__quote {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.summer-testimonial__quote p:last-child {
  margin-bottom: 0;
}

.summer-detail-donate {
  padding: 55px 0 80px;
  text-align: center;
}

.summer-hero--compact {
  min-height: 460px;
  padding-bottom: 70px;
  padding-top: 160px;
}

.summer-section-lead {
  font-size: 20px;
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}

.summer-section-cta {
  margin-top: 36px;
  text-align: center;
}

.summer-filter-shell,
.summer-program-detail__intro,
.summer-video-list,
.summer-video-section {
  padding: 70px 0;
}

.summer-filter-form {
  align-items: flex-end;
  background: white;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
  padding: 24px;
}

.summer-filter-form label,
.summer-filter-form span {
  display: block;
}

.summer-filter-form span {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.summer-filter-form select {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: #252e43;
  font-size: 16px;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.summer-filter-form__reset {
  color: #252e43;
  font-weight: 700;
  padding-bottom: 12px;
  text-align: center;
}

.summer-trip-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.summer-trip-card {
  background: white;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
}

.summer-trip-card__image {
  background-color: #36a38b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 230px;
}

.summer-trip-card__body {
  padding: 24px;
}

.summer-trip-card h2 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 27px;
  line-height: 1.15;
  margin: 6px 0 8px;
  text-transform: uppercase;
}

.summer-trip-card h2 a {
  color: #252e43;
}

.summer-trip-card__meta,
.summer-trip-card__location {
  color: #36a38b;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.summer-trip-card__location {
  color: #838ca0;
  margin-bottom: 12px;
}

.summer-feature-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.summer-feature {
  border-top: 5px solid #36a38b;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  padding: 26px;
}

.summer-feature h2 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 26px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.summer-program-card--list p {
  color: #838ca0;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.videoWrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.videoWrapper iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.summer-video-item {
  margin-bottom: 54px;
}

.summer-video-item h2 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 30px;
  margin: 22px 0 10px;
  text-transform: uppercase;
}

.search-hero {
  background-image: url("https://res.cloudinary.com/njcd/image/upload/v1494945264/2017site/pattern-bg.jpg");
  background-repeat: repeat;
  padding: 72px 0 58px;
}

.search-hero__eyebrow {
  color: #36a38b;
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.search-hero h1 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.search-hero__form {
  display: flex;
  max-width: 820px;
}

.search-form__input {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 18px;
  min-height: 56px;
  padding: 0 18px;
  width: 100%;
}

.search-hero__form button[type="submit"] {
  background: #10269d;
  border: 0;
  box-shadow: none;
  color: white;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  min-height: 56px;
  padding: 0 24px;
  text-transform: uppercase;
}

.search-hero__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.search-hero__quick-links a {
  background: white;
  color: #252e43;
  display: inline-block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  text-transform: uppercase;
}

.search__results {
  padding: 52px 0 80px;
}

.search__results--total {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
}

.search__results__list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  max-width: 980px;
  padding: 0;
}

.search-result-card {
  background: white;
  border-left: 5px solid #36a38b;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  padding: 24px;
}

.search-result-card__meta {
  color: #838ca0;
  display: flex;
  flex-wrap: wrap;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.search-result-card h2 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 27px;
  line-height: 1.15;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.search-result-card p {
  font-size: 16px;
  margin-bottom: 10px;
}

.search__results__link {
  color: #6f7480;
  display: block;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.search-pagination {
  border-top: 1px solid #dbdee5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  max-width: 980px;
  padding-top: 28px;
}

.search-pagination a {
  background: #f3f8fa;
  color: #3c5fa4;
  display: inline-block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  text-transform: uppercase;
}

.search-pagination a.active {
  background: #10269d;
  color: white;
}

.search-empty-state {
  background: white;
  box-shadow: 0 10px 18px rgba(37, 46, 67, .08);
  max-width: 760px;
  padding: 34px;
}

.search-empty-state h2 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.search-empty-state p {
  margin-bottom: 0;
}

.search-pagination {
  border-top: 1px solid #dbdee5;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
}

.search-pagination a {
  background: #f3f8fa;
  border-radius: 4px;
  color: #3c5fa4;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 3px;
  padding: 10px 15px;
}

.search-pagination a.active {
  background: #3c5fa4;
  color: white;
}

.public-site-hero {
  background-color: #252e43;
  background-position: center;
  background-repeat: repeat;
  color: white;
  padding: 150px 0 90px;
}

.public-site-hero__title {
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.public-site-hero p {
  color: #dfded1;
  font-size: 24px;
  margin: 20px 0 0;
  max-width: 760px;
}

.public-site-content {
  padding: 70px 20px;
}

.public-site-content h1 {
  color: #252e43;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.signin-form {
  padding: 20px 0 70px;
}

.signin-section {
  margin-bottom: 28px;
}

.signin-box {
  background: white;
  border: 2px solid #e7eaf0;
  color: #252e43;
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  min-height: 150px;
  padding: 28px;
  text-align: center;
  text-transform: uppercase;
}

.signin-box small {
  color: #6f7480;
  display: block;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 12px;
  text-transform: none;
}

.signin-box:hover {
  border-color: #36a38b;
  color: #36a38b;
}

.web-component-route__mount {
  min-height: 420px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 480px) {
  .search-form__input {
    padding-right: 92px;
    width: 100%;
  }

  .search-form button[type="submit"] {
    left: auto;
    right: 6px;
  }

  .search-hero h1 {
    font-size: 42px;
  }

  .search-hero__form {
    display: block;
  }

  .search-hero__form button[type="submit"] {
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 720px) {
  .summer-hero {
    background-attachment: fixed;
    min-height: 760px;
    padding-top: 220px;
  }

  .summer-hero__logo {
    max-width: 520px;
  }

  .summer-hero__title {
    font-size: 80px;
  }

  .summer-hero p {
    font-size: 40px;
  }

  .summer-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .summer-summary-grid {
    align-items: center;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 180px;
  }

  .summer-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
  }

  .summer-trip-card {
    grid-template-columns: 260px 1fr;
  }

  .summer-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 720px) {
  .region-main .span_3_of_4 {
    width: 74.6%;
  }

  .region-main .span_1_of_4 {
    width: 23.8%;
  }

  .maintext {
    padding: 80px 6% 70px;
  }

  .maintext--full {
    float: none;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 20px;
    width: 100%;
  }
}

.article-header {
  padding-top: 80px;
}

@media only screen and (min-width: 480px) {
  .article-header {
    padding-top: 110px;
  }
}

.text-center {
  text-align: center;
}

.article-date {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
  color: #838ca0;
}

.article-content {
  width: 85%;
  margin: 50px auto 100px;
  position: relative;
  padding-right: 0;
}

@media only screen and (min-width: 480px) {
  .article-content {
    width: 75%;
  }
}

@media only screen and (min-width: 720px) {
  .article-content {
    width: 65%;
  }
}

.article-content p,
.article-content ul {
  margin-bottom: 20px;
}

.article-img {
  display: block;
  margin: 40px auto;
}

.single-content {
  max-width: 700px;
  margin: auto;
}

.live-page {
  margin: 0;
}

.live-page .live-page__main,
.live-page .live-page__frame {
  min-height: 100vh;
}

.live-page__frame {
  background: #f7f2e8;
  position: relative;
}

.live-page__frame iframe {
  border: 0;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.live-page__message {
  align-items: center;
  background: #f7f2e8;
  color: #173f35;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, Arial, sans-serif;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
  text-align: center;
}

.live-page__message h1 {
  color: #173f35;
  font-family: "League Gothic", Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.donation-route__hero {
  background-image: url("https://res.cloudinary.com/njcd/image/upload/v1501150732/2017summer/camps.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 400px;
  padding-top: 200px;
  position: relative;
}

.donation-route__body {
  background: #f7f2e8;
  padding-bottom: 80px;
}

.donation-route__content {
  position: relative;
  top: -90px;
}

.donation-route .donate-header {
  background: #e9f3f7;
  color: #467192;
  font-size: 20px;
  font-style: italic;
  padding: 30px;
  text-align: center;
}

.donation-route .donate-header__text {
  margin: 0 auto 20px;
  max-width: 900px;
}

.donation-route .donate--cheque {
  font-style: normal;
  font-weight: 600;
}

.donation-route__mount {
  background: #fff;
  box-shadow: 0 0 20px rgba(107, 107, 107, 0.15);
  padding: 24px;
}

@media only screen and (min-width: 720px) {
  .donation-route__hero {
    height: 600px;
    padding-top: 280px;
  }
}

.listing-single {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}

.listing-single h2 {
  margin-bottom: 15px;
}

.readmore {
  color: #ff5f00;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

#post-nav {
  font-size: 16px;
  margin: 60px auto 0;
  overflow: hidden;
}

.post-previous,
.post-next {
  display: inline-block;
}

.post-next {
  float: right;
}

.back {
  display: block;
  font-size: 14px;
  color: #838ca0;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.img__full {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.img__full img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.services {
  margin-bottom: 120px;
  margin-top: -20px;
}

.services .span_1_of_3 {
  width: 100%;
}

@media only screen and (min-width: 920px) {
  .services .span_1_of_3 {
    width: 32.26%;
  }

  .services .span_1_of_3:nth-child(3n + 1) {
    margin-left: 0;
    clear: both;
  }
}

.service {
  box-shadow: 0 10px 15px #f1f1f1;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 720px) {
  .service {
    margin: 0 5px 20px;
    min-height: 380px;
  }
}

@media only screen and (min-width: 1100px) {
  .service {
    margin: 0 20px 20px;
  }
}

.service__name {
  font-size: 20px;
  color: #10269d;
  display: inline-block;
  margin-top: -20px;
  padding: 15px 20px 0;
  background: white;
  font-weight: 600;
}

.service__img {
  background-image: url("https://res.cloudinary.com/orthodox-union/image/upload/c_scale,f_auto,h_140,q_auto/v1719903219/Logos/yachad/2024-news/YachadLogos-colorfed.png");
  display: block;
  height: 200px;
  background-color: white;
  background-position: center;
  background-size: 400px 200px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 960px) {
  .service__img {
    background-size: cover;
  }
}

.service__excerpt {
  padding: 10px 60px 30px 20px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.service__more {
  position: absolute;
  font-size: 30px;
  color: #252e43;
  right: 20px;
  bottom: 20px;
}

.staff-container {
  padding: 30px 0;
  background: #f5f7fb;
  margin-top: 40px;
}

.staff {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}

@media only screen and (min-width: 720px) {
  .staff.span_1_of_4:nth-child(4n + 1) {
    margin-left: 0;
    clear: both;
  }
}

.staff__image,
.staff-single__image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 20px;
  overflow: hidden;
  background-color: #727b84;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.staff-single__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.staff__name {
  color: #444955;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.staff__title,
.position,
.phone {
  display: block;
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}

.staff__email,
.email {
  display: block;
  color: #10269d;
  text-align: center;
}

.section__socials {
  min-height: 0;
}

.gallery__group {
  width: 100%;
}

.events-module {
  padding: 100px 0 80px;
  background-image: url("https://res.cloudinary.com/njcd/image/upload/v1494945264/2017site/pattern-bg.jpg");
  background-repeat: repeat;
}

.title {
  font-weight: 600;
  color: #252e43;
  text-transform: uppercase;
  font-size: 32px;
  font-family: "aktiv-grotesk", sans-serif;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}

.all-btn {
  color: #ff5f00;
  display: block;
  margin: 40px auto 0;
  width: 250px;
  text-align: center;
  font-size: 20px;
}

.section--events {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-flow: wrap;
}

.event {
  background: white;
  box-shadow: 2px 2px 10px #e8eaec;
  position: relative;
  padding-bottom: 1px;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .event {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 1020px) {
  .event {
    width: calc(25% - 20px);
  }
}

.img {
  height: 170px;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  background-color: #252e43;
  background-image: url("https://res.cloudinary.com/njcd/image/upload/v1495053364/2017site/event_placeholder.png");
}

.date {
  background: white;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 20px;
  color: #10269d;
  font-family: "aktiv-grotesk", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.date span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.time {
  display: block;
  padding: 0 20px;
  font-family: "aktiv-grotesk", sans-serif;
  color: #838ca0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.name {
  color: #10269d;
  display: block;
  padding: 0 20px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
}

.chapter {
  text-transform: uppercase;
  color: #838ca0;
  font-weight: 600;
  font-size: 12px;
  margin: 6px 20px 19px;
  display: block;
}

.site-footer {
  position: relative;
  color: #6b7281;
  text-transform: uppercase;
  padding: 55px 0 35px;
  background: white;
}

.footer-logo {
  display: block;
  margin-right: 15px;
  float: left;
  max-width: 25%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 720px) {
  .footer-logo {
    margin-right: 40px;
    max-height: 55px;
    margin-bottom: 0;
  }
}

.footer-logo--ou {
  max-height: 30px;
}

.footer-logo--giving {
  margin-right: 0;
}

@media only screen and (min-width: 720px) {
  .footer-logo--ou {
    max-height: 45px;
  }

  .footer-logo--giving {
    margin-right: 0;
  }
}

.footer-social a {
  color: #ff5f00;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.fa-icon {
  display: inline-block;
  max-height: 24px;
  max-width: 20px;
  width: 20px;
  height: 24px;
  fill: currentColor;
  vertical-align: middle;
}

@media only screen and (min-width: 720px) {
  .footer-social {
    text-align: right;
  }

  .footer-social a {
    margin-right: 0;
    margin-left: 20px;
    margin-top: 0;
  }
}

.footer-copyrights,
.footer-contact {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.footer-contact .fa-icon {
  padding-top: 5px;
}

@media only screen and (min-width: 720px) {
  .footer-copyrights {
    margin-top: 1%;
    text-align: right;
  }
}

.col.span_2_of_3.footer-logos {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px;
  flex-flow: wrap;
}

.footer-fax {
  margin-left: 40px;
}

.footer-fax-icon {
  margin-left: 40px;
}
