@charset "UTF-8";
/* @tailwind base;
@tailwind components;
@tailwind utilities; */
/* Theme Config */
* {
  scroll-behavior: smooth;
}

.caret {
  position: relative;
  left: 0;
  padding-right: 5px;
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/caret_right.svg") no-repeat center center;
  width: 15px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}

a {
  position: relative;
}
a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #B1E5FC;
  transition: all 0.3s ease-in-out;
}
a:hover::after {
  width: 100%;
}
a:hover .caret {
  left: 5px;
}

.link-no-underline::after {
  display: none !important;
}

.error-page-main .container {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-page-main h1 {
  font-size: 150px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.error-page-main a {
  padding: 20px 32px;
  display: inline-block;
  margin-top: 24px;
}

#wpadminbar a::after {
  display: none;
}

.wysiwyg > *:first-child {
  margin-top: unset;
}
.wysiwyg > *:last-child {
  margin-bottom: unset;
}
.wysiwyg ul {
  list-style: outside disc;
}
.wysiwyg ol {
  list-style: outside decimal;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 28px;
}
.wysiwyg li:not(:first-of-type),
.wysiwyg li > ul,
.wysiwyg li > ol,
.wysiwyg li + ul,
.wysiwyg li + ol {
  margin-top: 10px;
  line-height: inherit;
}
.wysiwyg li > ul,
.wysiwyg li + ul {
  list-style-type: circle;
}
.wysiwyg p {
  line-height: inherit;
  font-size: inherit;
  margin-bottom: 20px;
}
.wysiwyg a {
  text-underline-offset: 0.25em;
}

.img-wrapper {
  overflow: hidden;
}
.img-wrapper img, .img-wrapper svg, .img-wrapper iframe, .img-wrapper video {
  width: 100%;
  height: 100%;
}
.img-wrapper--contain img, .img-wrapper--contain svg, .img-wrapper--contain iframe, .img-wrapper--contain video {
  object-fit: contain;
}
.img-wrapper--cover img, .img-wrapper--cover svg, .img-wrapper--cover iframe, .img-wrapper--cover video {
  object-fit: cover;
}
.img-wrapper--left img, .img-wrapper--left svg, .img-wrapper--left iframe, .img-wrapper--left video {
  object-position: left;
}
.img-wrapper--center img, .img-wrapper--center svg, .img-wrapper--center iframe, .img-wrapper--center video {
  object-position: center;
}
.img-wrapper--right img, .img-wrapper--right svg, .img-wrapper--right iframe, .img-wrapper--right video {
  object-position: right;
}

.img-aspect,
.force-aspect {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.img-aspect img, .img-aspect svg, .img-aspect iframe, .img-aspect video,
.force-aspect img,
.force-aspect svg,
.force-aspect iframe,
.force-aspect video {
  position: absolute;
  left: 0;
  top: 0;
}

.separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Regular-400.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Medium-500.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-SemiBold-600.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Bold-700.ttf") format("truetype");
  font-weight: 700;
}
* {
  font-family: "Open Sans", sans-serif;
}

header {
  transition: all 0.3s ease-in-out;
}
header.scrolled {
  top: -82px;
}
@media screen and (max-width: 767px) {
  header.scrolled {
    top: -112px;
  }
}
header #logo {
  padding: 19px 0;
  width: 162px;
}
@media (max-width: 1024px) {
  header #logo {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  header #logo {
    width: 92px;
  }
}
header #logo a::after {
  display: none;
}
header#mainNav {
  background: rgba(72, 85, 110, 0.95);
  border-bottom: 0.5px solid #5a667d;
  z-index: 99;
}

.nav-main {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  /* START children submenu */
  /* END Children submenu */
}
.nav-main li a {
  padding: 16px 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-main li a {
    font-size: 14px;
  }
}
.nav-main li a::after {
  bottom: 8px;
}
@media (min-width: 767px) {
  .nav-main li:hover a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 2px;
    background-color: #B1E5FC;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .nav-main li {
    border-top: 1px solid #6D778B;
  }
}
@media (max-width: 767px) {
  .nav-main #navbar-default {
    height: auto;
    overflow: auto;
    max-height: calc(100vh - 63px);
    z-index: 10;
  }
}
.nav-main #navbar-default > li:not(:last-of-type) {
  margin-right: 24px;
}
@media (max-width: 1280px) {
  .nav-main #navbar-default > li:not(:last-of-type) {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  .nav-main #navbar-default > li:not(:last-of-type) {
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .nav-main #navbar-default > li:not(:last-of-type) {
    margin-right: unset;
  }
}
.nav-main #navbar-default > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.nav-main #navbar-default > li.menu-item-has-children > a:before {
  content: "";
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='white'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  transition: 0.25s ease;
}
.nav-main #navbar-default > li.menu-item-has-children:hover > a:before {
  transform: translateY(-40%) rotate(180deg);
}
.nav-main li:hover > .sub-menu {
  display: block;
}
.nav-main .sub-menu {
  z-index: 9999;
  background-color: #ffffff;
  width: 403px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  transition: all 0.3s ease-in-out;
  padding-top: 1.25rem;
  background-color: #48556E;
  display: none;
}
@media (min-width: 767px) {
  .nav-main .sub-menu {
    position: absolute;
    right: 0;
    top: 98%;
    background-color: white;
  }
}
.nav-main .sub-menu > li {
  margin-right: unset !important;
}
.nav-main .sub-menu.wide {
  width: 806px;
  right: -250px;
}
@media screen and (max-width: 1279px) {
  .nav-main .sub-menu.wide {
    right: -438px;
  }
}
@media screen and (max-width: 767px) {
  .nav-main .sub-menu.wide {
    right: 0;
    width: 100%;
  }
}
.nav-main .sub-menu .col1, .nav-main .sub-menu .col2 {
  max-width: 403px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav-main .sub-menu .col1, .nav-main .sub-menu .col2 {
    max-width: 100%;
  }
}
.nav-main .sub-menu li {
  transition: all 0.3s ease-in-out;
}
.nav-main .sub-menu li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 36px;
  display: block;
}
.nav-main .sub-menu li a .navExcerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .nav-main .sub-menu li a .navExcerpt {
    color: #ffffff;
    line-height: 16px;
  }
}
.nav-main .sub-menu li a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-main .sub-menu li a {
    padding: 0;
    line-height: 18px;
  }
}
.nav-main .sub-menu .submenuEnd a::after {
  position: relative;
  background-color: #323843;
  display: block;
}
@media screen and (max-width: 767px) {
  .nav-main .sub-menu {
    width: 100%;
    box-shadow: none;
  }
}
.nav-main li.CTAButton a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  background-color: rgb(177 229 252/var(--tw-bg-opacity));
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  text-align: center;
}
.nav-main li.CTAButton a:hover {
  background-color: white;
}
@media (max-width: 1280px) {
  .nav-main li.CTAButton a {
    padding: 0.75rem 1.2rem;
  }
}
@media (max-width: 1024px) {
  .nav-main li.CTAButton a {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nav-main li.CTAButton a {
    width: 100%;
    font-size: 18px;
    padding: 1rem;
  }
}
.nav-main li.CTAButton a::after {
  display: none;
}
.nav-main li.nav-explore-all {
  background-color: #B1E5FC;
  margin-top: 1rem;
}
.nav-main li.nav-explore-all a {
  padding: 1.75rem 2rem;
  text-align: center;
}
.nav-main li.nav-explore-all .caret {
  margin-left: 4px;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .nav-main li.nav-explore-all {
    background-color: white;
    padding: 0;
    border-top: unset;
    margin-top: unset;
  }
  .nav-main li.nav-explore-all a {
    padding: 0.75rem 1.5rem;
    color: #48556E;
  }
}

footer {
  background-color: #F9F9FB;
}
footer * {
  transition: all 0.3s ease-in-out;
}
footer .container {
  gap: 24px;
}
footer strong {
  color: #676767;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
footer a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #323843;
}
footer .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #676767;
}
footer .footerLogo {
  flex-basis: 125px;
}
@media screen and (max-width: 1279px) {
  footer .footerLogo {
    flex-basis: 125px;
  }
}
footer #footer-logo::after {
  display: none;
}
footer .footerMenuCol {
  flex-basis: calc(100% - 125px - 150px - 48px);
  gap: 28px 72px;
}
@media (max-width: 1280px) {
  footer .footerMenuCol {
    gap: 28px 42px;
  }
}
footer .footerMenuCol .whatWeDoMenu,
footer .footerMenuCol .companyMenu {
  flex-basis: auto;
}
footer .footerMenuCol .whatWeDoMenu ul,
footer .footerMenuCol .companyMenu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 24px;
}
footer .social-media {
  flex-basis: 150px;
}
footer .social-media a {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 8px;
}
footer .social-media a::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  footer .social-media {
    flex-basis: 150px;
  }
}
@media screen and (max-width: 767px) {
  footer .social-media {
    flex-basis: auto;
  }
}
footer li.menu-item {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  footer .container {
    gap: 32px;
  }
  footer .container > * {
    flex-basis: auto;
  }
}

.single-post .content-wrapper .container {
  max-width: 1200px;
}
.single-post .content-wrapper h1,
.single-post .content-wrapper h2,
.single-post .content-wrapper h3,
.single-post .content-wrapper h4,
.single-post .content-wrapper h5,
.single-post .content-wrapper h6 {
  letter-spacing: -0.05em;
}
.single-post .content-wrapper h2,
.single-post .content-wrapper h3,
.single-post .content-wrapper h4,
.single-post .content-wrapper h5,
.single-post .content-wrapper h6 {
  font-weight: 700;
}
.single-post .content-wrapper h1 {
  font-size: 52px;
}
.single-post .content-wrapper h2 {
  font-size: 36px;
}
.single-post .content-wrapper h3 {
  font-size: 30px;
}
.single-post .content-wrapper h4,
.single-post .content-wrapper h5,
.single-post .content-wrapper h6 {
  font-size: 24px;
}
@media (max-width: 850px) {
  .single-post .content-wrapper h1 {
    font-size: 50px;
  }
  .single-post .content-wrapper h2 {
    font-size: 40px;
  }
  .single-post .content-wrapper h3 {
    font-size: 32px;
  }
  .single-post .content-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .single-post .content-wrapper h1 {
    font-size: 36px;
  }
  .single-post .content-wrapper h2 {
    font-size: 28px;
  }
  .single-post .content-wrapper h3 {
    font-size: 24px;
  }
}

.post-title-section {
  margin: 48px 0 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 850px) {
  .post-title-section {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .post-title-section {
    margin: 32px 0;
    padding-bottom: 32px;
  }
}
.post-title-section .post-date,
.post-title-section .post-author {
  margin-top: 16px;
  letter-spacing: -0.03em;
  opacity: 0.7;
}
.post-title-section .post-author {
  margin-top: 8px;
}
.post-title-section h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}
.post-title-section .post-category a {
  font-weight: bold;
  color: #5fcbcb;
  display: inline-block;
}
.post-title-section .post-category a::after {
  background-color: #5fcbcb;
}

.post-body-content,
.wysiwyg {
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.03em;
  overflow: hidden;
}
.post-body-content > *,
.wysiwyg > * {
  max-width: 100%;
}
.post-body-content > *:first-child,
.wysiwyg > *:first-child {
  margin-top: unset;
}
@media (max-width: 767px) {
  .post-body-content,
  .wysiwyg {
    margin-top: 20px;
    font-size: 16px;
  }
}
.post-body-content figure,
.wysiwyg figure {
  margin-top: 36px;
  margin-bottom: 36px;
}
.post-body-content p,
.wysiwyg p {
  line-height: inherit;
  font-size: inherit;
  margin-bottom: 20px;
}
.post-body-content a,
.wysiwyg a {
  text-underline-offset: 0.2em;
  text-decoration: underline;
  text-decoration-color: #48556E;
  text-decoration-thickness: 1.5px;
}
.post-body-content a::after,
.wysiwyg a::after {
  display: none;
}
.post-body-content blockquote,
.wysiwyg blockquote {
  font-size: 22px;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-top: 36px;
  margin-bottom: 56px;
}
.post-body-content blockquote p,
.wysiwyg blockquote p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-top: unset;
}
.post-body-content blockquote p:first-of-type:before,
.wysiwyg blockquote p:first-of-type:before {
  content: "“ ";
}
.post-body-content blockquote p:last-of-type,
.wysiwyg blockquote p:last-of-type {
  margin-bottom: unset;
}
.post-body-content blockquote cite,
.wysiwyg blockquote cite {
  font-weight: normal;
  font-size: 16px;
  opacity: 0.75;
}
.post-body-content blockquote cite:before,
.wysiwyg blockquote cite:before {
  content: "- ";
}
.post-body-content h1, .post-body-content h2, .post-body-content h3, .post-body-content h4, .post-body-content h5, .post-body-content h6,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 36px;
  margin-bottom: 18px;
}
.post-body-content h2,
.wysiwyg h2 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .post-body-content h2,
  .wysiwyg h2 {
    font-size: 24px;
  }
}
.post-body-content h3,
.wysiwyg h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .post-body-content h3,
  .wysiwyg h3 {
    font-size: 22px;
  }
}
.post-body-content h4, .post-body-content h5, .post-body-content h6,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .post-body-content h4, .post-body-content h5, .post-body-content h6,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    font-size: 20px;
  }
}
.post-body-content ul,
.wysiwyg ul {
  list-style: outside disc;
}
.post-body-content ul li,
.wysiwyg ul li {
  padding-left: 5px;
}
.post-body-content ol,
.wysiwyg ol {
  list-style: outside decimal;
}
.post-body-content ol li,
.wysiwyg ol li {
  padding-left: 7px;
}
.post-body-content ol li::marker,
.wysiwyg ol li::marker {
  font-weight: 600;
}
.post-body-content ul, .post-body-content ol,
.wysiwyg ul,
.wysiwyg ol {
  margin-left: 22px;
  margin-bottom: 20px;
}
.post-body-content ul li, .post-body-content ol li,
.wysiwyg ul li,
.wysiwyg ol li {
  margin-bottom: 10px;
}
.post-body-content iframe:not([aria-label=Advertisement]),
.wysiwyg iframe:not([aria-label=Advertisement]) {
  width: 100%;
}
.post-body-content .wp-block-image figcaption,
.post-body-content .wp-block-table figcaption,
.wysiwyg .wp-block-image figcaption,
.wysiwyg .wp-block-table figcaption {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 0.75rem;
}
.post-body-content blockquote,
.wysiwyg blockquote {
  padding: 0.625rem 1.25rem;
  border-left: 5px solid #48556E;
  margin: 0 0 1.25rem;
}
.post-body-content blockquote p:last-of-type,
.wysiwyg blockquote p:last-of-type {
  margin-bottom: unset;
}
.post-body-content .wp-block-table,
.wysiwyg .wp-block-table {
  margin-bottom: 60px;
  max-width: 100%;
  overflow: auto;
}
.post-body-content .wp-block-table th, .post-body-content .wp-block-table td,
.wysiwyg .wp-block-table th,
.wysiwyg .wp-block-table td {
  border: 1px solid #B9B9B9;
  vertical-align: top;
  text-align: center;
}
.post-body-content .wp-block-table thead,
.wysiwyg .wp-block-table thead {
  border-bottom: 2px solid black;
}
.post-body-content .wp-block-table tbody,
.wysiwyg .wp-block-table tbody {
  font-size: 17px;
}
.post-body-content .wp-block-table th, .post-body-content .wp-block-table td,
.wysiwyg .wp-block-table th,
.wysiwyg .wp-block-table td {
  padding: 12px;
}
.post-body-content .wp-block-table table,
.wysiwyg .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.post-body-content .wp-block-separator,
.wysiwyg .wp-block-separator {
  border-bottom: unset;
  opacity: 0.5;
  max-width: 380px;
  width: 60%;
  margin: 5.5% auto;
}
@media (max-width: 767px) {
  .post-body-content .wp-block-separator,
  .wysiwyg .wp-block-separator {
    margin: 32px auto;
  }
}

.wysiwyg {
  font-size: inherit;
}

.blog-main .load-more-btn {
  margin-top: 48px;
}
.blog-main hr {
  margin: 60px auto;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-main hr {
    margin: 48px auto;
  }
}
.blog-main .events-filters {
  margin-bottom: 0;
}
.blog-main .events-filters h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .blog-main .events-filters {
    align-items: flex-start;
  }
  .blog-main .events-filters h2 {
    font-size: 24px;
  }
}
.blog-main .events-filter {
  display: inline-flex;
  align-items: center;
  gap: 18px 24px;
}
@media (max-width: 767px) {
  .blog-main .events-filter {
    gap: 18px;
  }
  .blog-main .events-filter--select select {
    min-width: 200px;
  }
}

.card:not(:first-child) {
  margin-top: 8%;
}
@media (max-width: 1024px) {
  .card:not(:first-child) {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .card:not(:first-child) {
    margin-top: 60px;
  }
}
.card .separator_parallelogram {
  margin-top: 40px 0 0;
}
.card__container {
  display: flex;
  justify-content: space-between;
  column-gap: 8%;
}
.card__heading-col {
  flex-basis: 37.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__excerpt-col {
  flex-basis: 57.5%;
}
.card a {
  display: block;
}
.card__heading {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  display: block;
}
.card__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.card__img {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 64%;
  display: block;
}
.card__img::after {
  display: none;
}
.card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: 0.35s ease;
}
.card__img:hover img {
  transform: scale(1.05);
}
.card__excerpt {
  opacity: 0.8;
}
.card__cta {
  font-weight: 700;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .card__heading {
    font-size: 28px;
  }
  .card__excerpt {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card__container {
    flex-direction: column;
    row-gap: 20px;
  }
  .card__heading {
    font-size: 24px;
  }
  .card .separator_parallelogram {
    margin-top: 12px;
    height: 5px;
  }
  .card__cta {
    margin-top: 16px;
  }
  .card__excerpt {
    opacity: 0.75;
  }
}

.card-v {
  border: 3px solid rgba(72, 85, 110, 0.12);
}
.card-v a {
  display: block;
}
.card-v__heading {
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  display: block;
}
.card-v__heading > * {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}
.card-v__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 24px 40px;
}
.card-v__img {
  margin-bottom: 20px;
  display: block;
}
.card-v__img .img-aspect {
  padding-bottom: 61%;
}
.card-v__img::after {
  display: none;
}
.card-v__img img {
  transform: scale(1);
  transition: 0.35s ease;
}
.card-v__img:hover img {
  transform: scale(1.05);
}
.card-v__excerpt {
  opacity: 0.75;
}
.card-v__cta {
  font-weight: 700;
  margin-top: 16px;
}
.card-v__cta:after {
  width: 100%;
  bottom: -4px;
}
@media (max-width: 1280px) {
  .card-v__heading {
    font-size: 22px !important;
  }
  .card-v__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .card-v__heading {
    font-size: 20px !important;
  }
  .card-v__excerpt {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card-v__heading {
    font-size: 24px !important;
  }
  .card-v .separator_parallelogram {
    margin-top: 12px;
    height: 5px;
  }
  .card-v__cta {
    margin-top: 16px;
  }
  .card-v__excerpt {
    opacity: 0.75;
  }
}

.blog-loop {
  --col-gap: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px var(--col-gap);
}
.post-related-section .blog-loop {
  margin-top: 42px;
}
.blog-loop > * {
  flex-basis: calc(33.33% - 0.6666666667 * var(--col-gap));
}
@media (max-width: 1280px) {
  .blog-loop {
    --col-gap: 20px;
    row-gap: 24px;
  }
}
@media (max-width: 1024px) {
  .blog-loop {
    --col-gap: 32px;
    row-gap: 32px;
  }
  .blog-loop > * {
    flex-basis: calc(50% - 0.5 * var(--col-gap));
  }
}
@media (max-width: 767px) {
  .blog-loop {
    flex-direction: column;
    row-gap: 36px;
  }
  .blog-loop > * {
    flex-basis: 100%;
  }
}

.blog-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-no-results a {
  padding: 12px 28px;
  display: inline-block;
  margin-top: 24px;
}

.pagination {
  margin: 48px auto;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 20px;
  font-weight: 600;
  padding: 8px;
}
.pagination .page-numbers.current {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #B1E5FC;
}
.pagination a::after {
  display: none;
}

.cat-cards {
  --col-gap: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px var(--col-gap);
}
.cat-cards > * {
  flex-basis: calc(33.33% - 0.6666666667 * var(--col-gap));
}
@media (max-width: 767px) {
  .cat-cards {
    flex-direction: column;
  }
  .cat-cards > * {
    flex-basis: 100%;
  }
}

.cat-card {
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  z-index: 2;
  transition: 0.4s ease;
}
@media (max-width: 1024px) {
  .cat-card {
    min-height: 185px;
  }
}
.cat-card:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cat-card__heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: inherit;
  z-index: 2;
  background-color: #323843;
  background-color: #48556E;
  width: 100%;
  padding: 16px;
}
.cat-card__heading .caret {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/caret_right_white.svg") no-repeat 50%;
  background-size: contain;
  height: 14px;
  width: 14px;
  margin-left: 5px;
}
@media (max-width: 1280px) {
  .cat-card__heading {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .cat-card__heading {
    font-size: 15px;
  }
  .cat-card__heading .caret {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .cat-card__heading {
    font-size: 20px;
  }
}

.post-back-to-link {
  display: inline-block;
  font-weight: 600;
  font-style: italic;
  opacity: 0.85;
}
.post-back-to-link .caret {
  transform: rotate(180deg);
}
.post-back-to-link:hover .caret {
  left: auto;
}
.post-footer-section .post-back-to-link {
  margin-top: 32px;
}

.post-related-section {
  margin-top: 48px;
}

.category .heroSplit .preHeader a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: auto;
  height: auto;
  color: inherit;
  background-color: unset;
}
.category .heroSplit .preHeader a:hover .caret {
  left: -5px;
}
.category .heroSplit .preHeader .caret {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/caret_right_white.svg") no-repeat 50%;
  transform: rotate(180deg);
}

.cat-breadcrumb-section {
  margin: 48px 0 -48px;
}
@media (max-width: 767px) {
  .cat-breadcrumb-section {
    margin: 32px 0 -72px;
  }
}

.category-additional-description {
  margin-bottom: -24px;
}
@media (max-width: 767px) {
  .category-additional-description {
    margin-bottom: -32px;
  }
}
.category-additional-description .wysiwyg {
  max-width: 1080px;
  margin-left: 0;
}

/* Modules */
.hero {
  display: block;
  height: 560px;
}
@media screen and (max-width: 767px) {
  .hero {
    height: 460px;
  }
}
.hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 58px;
  color: #FFFFFF;
}
.hero h1 strong {
  color: #B1E5FC;
}
@media screen and (max-width: 767px) {
  .hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.hero .heroBGScreen {
  background: rgba(72, 85, 110, 0.95);
  position: relative;
  width: 100%;
  left: -40%;
  height: auto;
  overflow: hidden;
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_gr.svg") no-repeat right;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hero .heroBGScreen.home {
    background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_sm_night.svg") no-repeat right;
  }
}
.hero .heroBGScreen p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  max-width: 788px;
}
@media screen and (max-width: 1439px) {
  .hero .heroBGScreen {
    left: -35%;
  }
}
@media screen and (max-width: 1279px) {
  .hero .heroBGScreen {
    left: -24%;
  }
}
@media screen and (max-width: 1024px) {
  .hero .heroBGScreen {
    left: -7%;
  }
}
@media screen and (max-width: 767px) {
  .hero .heroBGScreen {
    left: 0;
    position: relative;
    height: 227px;
  }
  .hero .heroBGScreen #heroText {
    max-width: 80%;
  }
}
.hero .heroMainText {
  max-width: 600px;
}

.heroSplit {
  height: 628px;
}
@media screen and (max-width: 850px) {
  .heroSplit {
    height: 550px;
  }
}
.heroSplit .preHeader {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.heroSplit.textSize {
  height: 378px;
}
.heroSplit .container .content {
  max-width: 751px;
}
.heroSplit .mask {
  z-index: 3;
  width: 100%;
  height: 628px;
}
@media screen and (max-width: 1439px) {
  .heroSplit .mask {
    left: -35%;
  }
}
@media screen and (max-width: 1279px) {
  .heroSplit .mask {
    left: -24%;
  }
}
@media screen and (max-width: 1024px) {
  .heroSplit .mask {
    left: -7%;
  }
}
@media screen and (max-width: 850px) {
  .heroSplit .mask {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .heroSplit .mask {
    left: 0;
    position: relative;
    height: 227px;
  }
  .heroSplit .mask .content {
    max-width: 80%;
  }
}
.heroSplit .mask.split {
  left: -39%;
}
.heroSplit .mask.split .content {
  max-width: 569px;
}
@media (max-width: 850px) {
  .heroSplit .mask.split .content {
    max-width: 520px;
  }
}
.heroSplit .mask.split.light {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_sea.svg") no-repeat right;
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.split.light {
    background-image: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_smV_sea.svg");
  }
}
.heroSplit .mask.split.dark {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_night.svg") no-repeat right;
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.split.dark {
    background-image: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_smV_night.svg");
  }
}
@media screen and (max-width: 1440px) {
  .heroSplit .mask.split {
    left: -32%;
  }
}
@media screen and (max-width: 1279px) {
  .heroSplit .mask.split {
    left: -16%;
  }
}
@media screen and (max-width: 1024px) {
  .heroSplit .mask.split {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.split {
    top: -130px;
    background-position: center top !important;
  }
}
.heroSplit .mask.small {
  left: -23%;
}
.heroSplit .mask.small .content {
  max-width: 773px;
}
@media screen and (max-width: 1439px) {
  .heroSplit .mask.small .content {
    max-width: 640px;
  }
}
@media screen and (max-width: 1279px) {
  .heroSplit .mask.small .content {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.small .content {
    max-width: 100%;
  }
}
.heroSplit .mask.small.light {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_sea.svg") no-repeat right;
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.small.light {
    background-image: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_smV_sea.svg");
  }
}
.heroSplit .mask.small.dark {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_night.svg") no-repeat right;
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.small.dark {
    background-image: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/hero_smV_night.svg");
  }
}
@media screen and (max-width: 1440px) {
  .heroSplit .mask.small {
    left: -16%;
  }
}
@media screen and (max-width: 1279px) {
  .heroSplit .mask.small {
    left: -11%;
  }
}
@media screen and (max-width: 1024px) {
  .heroSplit .mask.small {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .heroSplit .mask.small {
    top: -130px;
    background-position: center top !important;
  }
}
.heroSplit .header {
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 58px;
}
@media (max-width: 1439px) {
  .heroSplit .header {
    font-size: 50px;
  }
}
@media (max-width: 850px) {
  .heroSplit .header {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .heroSplit .header {
    font-size: 32px;
    line-height: 36px;
  }
}
.heroSplit .body {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.heroSplit a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #323843;
  width: 179px;
  height: 48px;
  background-color: #B1E5FC;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.heroSplit a::after {
  display: none;
}
.heroSplit .imgContainer {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: 2;
}
.heroSplit .imgContainer.split {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .heroSplit .imgContainer.split {
    width: 100%;
    background-position: center center;
    max-height: 360px;
  }
}
.heroSplit .imgContainer.small {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .heroSplit .imgContainer.small {
    width: 100%;
    background-position: center center;
    max-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .heroSplit .imgContainer {
    width: 100%;
    top: 0;
  }
}

.heroSplit {
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .heroSplit.textSize .content {
    padding-top: 8rem;
  }
}
.heroSplit .mask {
  background-image: unset !important;
  position: static;
  width: 54%;
  position: relative;
  left: 0 !important;
  height: auto;
  padding-top: 80px;
  min-height: 480px;
}
@media (min-width: 768px) {
  .heroSplit .mask {
    min-width: 440px;
  }
}
@media (max-width: 1024px) {
  .heroSplit .mask {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .heroSplit .mask {
    width: 100%;
    min-height: unset;
    top: 0 !important;
    padding-top: unset;
  }
}
.heroSplit .mask .content {
  padding-top: unset;
  position: relative;
  padding: 100px 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .heroSplit .mask .content {
    padding: 72px 0;
  }
  .heroSplit .mask .content .preHeader {
    font-size: 15px;
  }
  .heroSplit .mask .content .header {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .heroSplit .mask .content {
    max-width: calc(100% - 48px) !important;
    padding: 24px 0;
  }
  .heroSplit .mask .content .preHeader {
    font-size: 12px;
  }
  .heroSplit .mask .content .header {
    font-size: 36px;
    line-height: 1.1;
  }
}
.heroSplit .mask .hero-mask-shape {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-top: 628px solid transparent;
  border-right: 320px solid transparent;
}
@media (max-width: 767px) {
  .heroSplit .mask .hero-mask-shape {
    top: auto;
    bottom: calc(100% - 1px);
    left: 0;
    transform: rotate(180deg);
    border-right-width: 100vw;
    border-top-width: 50px;
  }
}
.heroSplit .imgContainer.split, .heroSplit .imgContainer.small {
  width: 50%;
}
@media (max-width: 767px) {
  .heroSplit .imgContainer.split, .heroSplit .imgContainer.small {
    position: relative;
    height: 270px;
    width: 100%;
  }
}

.featured-offerings .titleContainer {
  max-width: 700px;
}
.featured-offerings .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #323843;
}
@media screen and (max-width: 767px) {
  .featured-offerings .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.featured-offerings .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #323843;
}
.featured-offerings .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.featured-offerings .offeringCard {
  background-color: #FFFFFF;
  padding: 30px 24px 24px;
  width: 297px;
  max-width: 297px;
  height: 438px;
  color: #323843;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.featured-offerings .offeringCard img {
  max-width: 85px;
}
.featured-offerings .offeringCard .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #323843;
}
.featured-offerings .offeringCard .body {
  font-weight: 400;
  font-size: 16px;
  color: #323843;
}
.featured-offerings .offeringCard a {
  font-size: 18px;
  color: #323843;
}
@media screen and (max-width: 1024px) {
  .featured-offerings .offeringCard a {
    align-self: end;
  }
}
@media screen and (max-width: 1024px) {
  .featured-offerings .offeringCard {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .featured-offerings .offeringCard {
    margin-right: 0;
  }
}
.featured-offerings .featuredOfferingsButton {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 24px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.featured-offerings .featuredOfferingsButton::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .featured-offerings .featuredOfferingsButton {
    width: 100%;
  }
}

.logo-ribbon .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #323843;
}
@media screen and (max-width: 767px) {
  .logo-ribbon .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.logo-ribbon .logo {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: darken;
}
.logo-ribbon .logo:hover {
  opacity: 1;
  filter: grayscale(0);
}
@media screen and (max-width: 600px) {
  .logo-ribbon .logo {
    max-width: 138px;
  }
}

.testimonials {
  font-style: normal;
}
.testimonials .contentContainer.employee {
  max-width: 400px;
}
.testimonials .preHead {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.testimonials .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
.testimonials .separator_parallelogram {
  display: block;
  width: 80px;
  height: 4px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.testimonials .separator_parallelogram.employee {
  width: 160px;
  height: 8px;
}
.testimonials .teamButton {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.testimonials .teamButton::after {
  display: none;
}
.testimonials .quotesContainer.employee {
  max-width: 626px;
}
@media screen and (max-width: 1280px) {
  .testimonials .quotesContainer.employee {
    max-width: 496px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .quotesContainer.employee {
    max-width: 100%;
  }
}
.testimonials .quotesContainer .employeePhoto {
  max-width: 204px;
  max-height: 204px;
}
.testimonials .quotesContainer .quoteContainer.employee {
  max-width: 386px;
  box-sizing: content-box;
}
@media screen and (max-width: 1280px) {
  .testimonials .quotesContainer button.slick-prev.slick-arrow {
    left: -33px;
  }
  .testimonials .quotesContainer button.slick-next.slick-arrow {
    right: -33px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .quotesContainer button.slick-arrow {
    display: none !important;
  }
}
.testimonials .quote {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
}
.testimonials .quote.employee {
  font-size: 24px;
  line-height: 33px;
}
.testimonials .author {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.meet_team {
  height: 542px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .meet_team {
    height: auto;
  }
}
.meet_team .teamMask {
  z-index: 3;
  position: absolute;
  width: 100%;
  left: -50%;
  height: 542px;
}
@media screen and (max-width: 1439px) {
  .meet_team .teamMask {
    left: -44%;
  }
}
@media screen and (max-width: 1279px) {
  .meet_team .teamMask {
    left: -38%;
  }
}
@media screen and (max-width: 1024px) {
  .meet_team .teamMask {
    left: -32%;
  }
}
@media screen and (max-width: 767px) {
  .meet_team .teamMask {
    left: 0;
    position: relative;
    height: 300px;
  }
}
.meet_team .teamContent {
  max-width: 372px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .meet_team .teamContent {
    max-width: 100%;
  }
}
.meet_team .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .meet_team .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.meet_team .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.meet_team a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  width: fit-content;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.meet_team a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .meet_team a {
    width: 100%;
  }
}
.meet_team .imgContainer {
  display: block;
  height: 100%;
  width: 70%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .meet_team .imgContainer {
    height: 375px;
    width: 100%;
    position: relative;
  }
}

.cta .contentContainer {
  max-width: 767px;
}
.cta .header {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #323843;
}
@media screen and (max-width: 767px) {
  .cta .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta .separator_parallelogram {
  display: block;
  width: 80px;
  height: 4px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.cta .body {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #323843;
}
.cta a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  width: fit-content;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cta a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta a {
    width: 100%;
  }
}
.cta .wysiwyg {
  margin-top: 32px;
}
.cta .wysiwyg li:not(:first-of-type),
.cta .wysiwyg li > ul,
.cta .wysiwyg li > ol,
.cta .wysiwyg li + ul,
.cta .wysiwyg li + ol {
  margin-top: 24px;
}

.offerings_listing {
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
}
.offerings_listing .offerings_content {
  max-width: 560px;
  flex-basis: 46%;
}
.offerings_listing .offerings_content .icon {
  max-width: 85px;
}
@media screen and (max-width: 767px) {
  .offerings_listing .offerings_content .icon {
    max-width: 48px;
  }
}
.offerings_listing .offerings_content .header {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #323843;
}
@media screen and (max-width: 767px) {
  .offerings_listing .offerings_content .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.offerings_listing .offerings_content .body {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #323843;
}
.offerings_listing .offerings_content a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  transition: all 0.3s ease-in-out;
}
.offerings_listing .offerings_content a::after {
  display: none;
}
.offerings_listing .featured_image {
  width: 100%;
  max-width: 600px;
  flex-basis: 50%;
}

.features_toggle {
  font-style: normal;
}
.features_toggle .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #323843;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .features_toggle .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.features_toggle .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.features_toggle .featureContent {
  transition: all 0.5s ease-in-out;
  max-width: 584px;
}
.features_toggle .featureContent:hover {
  background: #FFFFFF;
  box-shadow: 4px 2px 10px rgba(72, 85, 110, 0.08);
}
.features_toggle .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #323843;
}
.features_toggle .featureTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #323843;
}
.features_toggle .featureCopy {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #676767;
}
.features_toggle .toggleImagesContainer {
  overflow: hidden;
  height: 400px;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .features_toggle .toggleImagesContainer {
    height: 250px;
  }
}
.features_toggle .toggleImage {
  width: 100%;
  max-width: 600px;
  transition: all 0.3s ease-in-out;
}
.features_toggle .toggleEmbed {
  height: 0;
  padding-bottom: 64%;
}
.features_toggle .toggleEmbed iframe,
.features_toggle .toggleEmbed video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.offering_features {
  font-style: normal;
}
.offering_features .preHeader {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.offering_features .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .offering_features .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.offering_features .body {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}
.offering_features .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.offering_features .feature .featureContainer {
  max-width: 276px;
}
@media screen and (max-width: 767px) {
  .offering_features .feature .featureContainer {
    max-width: 100%;
  }
}
.offering_features .feature .featureContainer.threes {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .offering_features .feature .featureContainer.threes {
    max-width: 80%;
  }
}
.offering_features .feature .icon {
  max-width: 32px;
}
.offering_features .feature .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.offering_features .feature .copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.offering_features .feature .slick-dots li.slick-active button:before {
  color: #B1E5FC;
}
@media screen and (max-width: 767px) {
  .offering_features .feature.noDots .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .offering_features .feature.text-gravityDark.noDots .slick-dots li button:before {
    color: #B1E5FC;
  }
  .offering_features .feature.text-gravityDark.noDots .slick-dots li.slick-active button:before {
    color: #48556E;
  }
}

.logos_testimonials {
  font-style: normal;
  color: #323843;
  background-image: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/testimonialBG.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .logos_testimonials {
    background: none;
  }
}
.logos_testimonials .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .logos_testimonials .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.logos_testimonials .logoContainer {
  max-width: 1031px;
}
.logos_testimonials .logo {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: darken;
}
.logos_testimonials .logo:hover {
  opacity: 1;
  filter: grayscale(0);
}
@media screen and (max-width: 600px) {
  .logos_testimonials .logo {
    max-width: 138px;
  }
}
.logos_testimonials .quotes {
  font-style: normal;
  font-weight: 400;
}
.logos_testimonials .quotes .separator_parallelogram {
  display: block;
  width: 80px;
  height: 4px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.logos_testimonials .quotes .quoteContainer {
  max-width: 707px;
}
.logos_testimonials .quotes .quote {
  font-size: 32px;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  .logos_testimonials .quotes .quote {
    font-size: 24px;
    line-height: 33px;
  }
}
.logos_testimonials .quotes .author {
  font-size: 14px;
  line-height: 16px;
}

.contact {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-style: normal;
}
.contact .copyContainer {
  max-width: 550px;
}
.contact .preHeader {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
.contact .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.contact .mktoForm {
  font-family: "Open Sans", sans-serif !important;
}
.contact .mktoForm label {
  color: #ffffff;
}

.offeringsCta {
  font-style: normal;
  color: #323843;
}
.offeringsCta .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .offeringsCta .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.offeringsCta .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.offeringsCta .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.offeringsCta .offeringContainer {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .offeringsCta .offeringContainer {
    max-width: 100%;
  }
}
.offeringsCta .icon {
  max-width: 48px;
}
.offeringsCta .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.offeringsCta .copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.offeringsCta .link {
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.offeringsCta .ctaButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background: #48556E;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
.offeringsCta .ctaButton::after {
  display: none;
}
.offeringsCta .slick-dots li.slick-active button:before {
  color: #B1E5FC;
}
@media screen and (max-width: 767px) {
  .offeringsCta .text-gravityDark.noDots .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .offeringsCta .text-gravityDark.noDots .slick-dots li button:before {
    color: #B1E5FC;
  }
  .offeringsCta .text-gravityDark.noDots .slick-dots li.slick-active button:before {
    color: #48556E;
  }
}

.additional_features {
  color: #323843;
  font-style: normal;
}
.additional_features .contentContainer {
  max-width: 576px;
}
@media screen and (max-width: 1279px) {
  .additional_features .contentContainer {
    max-width: 100%;
    flex-basis: 50%;
    box-sizing: content-box;
    padding-right: 20px;
  }
}
.additional_features .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
.additional_features .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.additional_features .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.additional_features .featureContainer {
  width: 100%;
  max-width: 375px;
  font-style: normal;
}
@media screen and (max-width: 1279px) {
  .additional_features .featureContainer.solo {
    max-width: 100%;
    flex-basis: 50%;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1024px) {
  .additional_features .featureContainer.solo {
    width: 100%;
    max-width: 100%;
  }
}
.additional_features .featureContainer.basisWidth {
  flex-basis: 30%;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .additional_features .featureContainer.basisWidth {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .additional_features .featureContainer.basisWidth {
    flex-basis: 100%;
  }
}
.additional_features .featureContainer .featureImage {
  width: 100%;
  max-width: 375px;
  max-height: 250px;
}
.additional_features .featureContainer .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.additional_features .featureContainer .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .additional_features .featureContainer {
    max-width: 100%;
  }
}
.additional_features .slick-dots li.slick-active button:before {
  color: #B1E5FC;
}
@media screen and (max-width: 1024px) {
  .additional_features .text-gravityDark.noDots.full .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .additional_features .text-gravityDark.noDots.solo .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 728px) {
  .additional_features .text-gravityDark.noDots.dos .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .additional_features .text-gravityDark.noDots .slick-dots li button:before {
    color: #B1E5FC;
  }
  .additional_features .text-gravityDark.noDots .slick-dots li.slick-active button:before {
    color: #48556E;
  }
}

.job_board .contentContainer {
  max-width: 700px;
}
.job_board .header {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #323843;
}
.job_board .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.job_board #hiringthing-jobs {
  max-width: 700px;
}
.job_board #hiringthing-jobs a.ht-apply-link {
  display: none;
}
.job_board #hiringthing-jobs .ht-title-link {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #323843;
  border-top: 1px solid #EAECF0;
  padding-top: 36px;
  padding-left: 28px;
  margin-bottom: 8px;
}
.job_board #hiringthing-jobs .ht-title-link::before {
  content: "";
  position: absolute;
  left: 0;
  padding-right: 5px;
  margin-top: 4px;
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/arrow.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.job_board #hiringthing-jobs .ht-title-link:hover::before {
  left: 8px;
}
.job_board #hiringthing-jobs .ht-title-link::after {
  display: none;
}
.job_board #hiringthing-jobs .ht-summary {
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #676767;
  margin-bottom: 36px;
}
.job_board #hiringthing-jobs .ht-location {
  display: none;
}
.job_board #hiringthing-jobs .ht-no-positions {
  font-size: 1.4em;
}
.job_board #hiringthing-jobs .ht-apply-link {
  display: none;
}

.intro_block {
  font-style: normal;
}
.intro_block .col1 {
  max-width: 480px;
  margin-right: 68px;
}
@media screen and (max-width: 767px) {
  .intro_block .col1 {
    margin-right: 0;
  }
}
.intro_block .preHeader {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.intro_block .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .intro_block .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.intro_block .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.intro_block .col2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.intro_block .col2 p, .intro_block .col2 ul {
  margin-bottom: 16px;
}
.intro_block .col2 ul {
  margin-left: 26px;
  position: relative;
}
.intro_block .col2 li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-left: -18px;
  border-radius: 99px;
  height: 4px;
  width: 4px;
  background-color: #323843;
  top: -5px;
  position: relative;
}

.optional_promo {
  font-style: normal;
}
.optional_promo .content {
  max-width: 545px;
}
@media screen and (max-width: 1279px) {
  .optional_promo .content {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .optional_promo .content {
    max-width: 100%;
  }
}
.optional_promo .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .optional_promo .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.optional_promo .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.optional_promo .separator_parallelogram {
  display: block;
  width: 160px;
  height: 8px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.optional_promo .link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 12px 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.optional_promo .link::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .optional_promo .link {
    width: 100%;
  }
}
.optional_promo .image {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .optional_promo .image {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .optional_promo .image {
    max-width: 100%;
  }
}

.full_team {
  font-style: normal;
}
.full_team .teamCard {
  box-sizing: content-box;
  cursor: pointer;
  max-width: 191px;
}
.full_team .teamCard .profilePhoto {
  width: 191px;
  height: 202px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .full_team .teamCard .profilePhoto {
    max-width: 156px;
    max-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .full_team .teamCard {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.full_team .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.full_team .body {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .full_team .body {
    font-size: 14px;
  }
}

.team-modal-overlay {
  background-color: rgba(72, 85, 110, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.team-modal-overlay.teamOpen {
  display: flex;
}
.team-modal-overlay .team-modal-container {
  cursor: auto;
  position: absolute;
  width: 95vw;
  max-width: 920px;
  height: 95vh;
  max-height: 656px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 2px 4px 15px rgba(0, 44, 119, 0.25);
  padding: 36px;
}
.team-modal-overlay .team-modal-container .team-close-button {
  font-family: "brink-icons";
  position: absolute;
  top: 12px;
  right: 30px;
  background: transparent;
  border: none;
  color: #2d3f4e;
  font-size: 42px;
  padding: 0;
}
.team-modal-overlay .team-modal-container .team-close-button:hover {
  background-color: transparent;
  border: none;
  box-shadow: #2d3f4e;
}
@media screen and (max-width: 536px) {
  .team-modal-overlay .team-modal-container .team-close-button {
    top: 5px;
    right: 10px;
  }
}
.team-modal-overlay .team-modal-container .team-modal-content {
  display: flex;
  font-style: normal;
  color: #323843;
  overflow-y: scroll;
  height: 100%;
}
.team-modal-overlay .team-modal-container .team-modal-content .col1 .imgContainer {
  display: block;
  width: 200px;
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
}
.team-modal-overlay .team-modal-container .team-modal-content .col2 {
  max-width: 522px;
}
.team-modal-overlay .team-modal-container .team-modal-content .col2 .team-header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .team-modal-overlay .team-modal-container .team-modal-content .col2 .team-header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.team-modal-overlay .team-modal-container .team-modal-content .col2 .team-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.team-modal-overlay .team-modal-container .team-modal-content .col2 .iconMail {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.team-modal-overlay .team-modal-container .team-modal-content .col2 .team-email {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.team-modal-overlay .team-modal-container .team-modal-content .col2 .team-bio {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .team-modal-overlay .team-modal-container {
    width: 95%;
    height: 95%;
    top: 2%;
    padding: 20px 28px;
    max-height: 95%;
  }
}

.button {
  color: #ffffff;
  padding: 12px 24px;
  background: #48556E;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  transition: all 0.3s ease-in-out;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  width: fit-content;
  display: block;
}
.button::after {
  display: none;
}

.thanks {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-style: normal;
}
.thanks .copyContainer {
  max-width: 550px;
}
.thanks .header {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .thanks .header {
    font-size: 24px;
    line-height: 28px;
  }
}
.thanks .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.thanks a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  box-shadow: 0px 1px 2px rgba(50, 56, 67, 0.05);
  transition: all 0.3s ease-in-out;
}
.thanks a::after {
  display: none;
}

.event-card {
  display: block;
  background-color: #f9f9fb;
  margin-bottom: 36px;
  padding: 2.5% 5%;
}
.event-card a::after {
  display: none;
}
.event-card__container {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}
.event-card__topic {
  font-weight: 600;
}
.event-card__info-col {
  width: 60%;
}
.event-card__info-col .header {
  display: block;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.event-card__info-col .header:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: #B1E5FC;
}
.event-card__date-col {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 6px;
  letter-spacing: -0.03em;
}
.event-card__date-col svg {
  display: inline-block;
}
.event-card__pill {
  align-self: center;
  display: inline-block;
  padding: 6px 16px;
  background-color: #B1E5FC;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
[future-or-past=past] .event-card__pill {
  background-color: #99CCCC;
}
.event-card__date {
  font-size: 24px;
  font-weight: 700;
}
[future-or-past=past] .event-card__date {
  display: none;
}
.event-card__time {
  font-size: 18px;
  font-weight: 600;
}
[future-or-past=past] .event-card__time {
  display: none;
}
.event-card__duration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
[future-or-past=past] .event-card__duration {
  margin-top: 10px;
}
.event-card__cta-col {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.event-card__cta {
  padding: 0.75rem 1.5rem;
  display: inline-block;
  font-size: 20px;
  min-width: 150px;
  text-align: center;
}
.event-card__cta:not(:hover) .caret {
  background: url("/wp-content/themes/NJR_GR_Theme_No_Timber/assets/img/caret_right_white.svg") no-repeat 50%;
}
@media (max-width: 1024px) {
  .event-card {
    padding: 2.5% 3%;
  }
  .event-card__container {
    column-gap: 2%;
  }
  .event-card__info-col {
    width: 56%;
  }
  .event-card__info-col .header {
    font-size: 30px;
  }
  .event-card__cta {
    padding: 0.75rem 1.2rem;
    min-width: 130px;
  }
  .event-card__date-col, .event-card__cta-col {
    width: 22%;
  }
}
@media (max-width: 850px) {
  .event-card__info-col .header {
    font-size: 28px;
  }
  .event-card__date {
    font-size: 22px;
  }
  .event-card__cta {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .event-card {
    margin-bottom: 48px;
    padding: 28px;
  }
  .event-card__container {
    flex-direction: column;
  }
  .event-card__container > * {
    width: 100% !important;
  }
  .event-card__info-col .header {
    font-size: 25px;
  }
  .event-card__topic, .event-card__desc {
    font-size: 14px;
  }
  .event-card__date-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin: 20px auto 32px;
  }
  .event-card__date-col > * {
    flex-basis: calc(50% - 5px);
  }
  .event-card__pill {
    order: 2;
    flex-basis: auto !important;
    font-size: 11px;
    padding: 4px 16px;
  }
  .event-card__duration {
    order: 4;
    margin-top: unset !important;
    justify-content: flex-end;
    text-align: right;
  }
  .event-card__duration svg {
    width: 14px;
    height: 14px;
  }
  .event-card__date {
    order: 1;
    font-size: 20px;
    text-align: left;
  }
  .event-card__time {
    order: 3;
    text-align: left;
  }
  .event-card__time, .event-card__duration {
    font-size: 14px;
  }
  .event-card__cta-col {
    justify-content: flex-start;
  }
  .event-card__cta {
    padding: 0.5rem 1.5rem;
    font-size: 18px;
  }
}

.events-filters {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 850px) {
  .events-filters {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .events-filters {
    flex-direction: column;
  }
}

.events-filter--select select {
  cursor: pointer;
  border: 1px solid #C5CFD6;
  padding: 12px 16px;
  padding-right: 42px;
  border-radius: 5px;
  min-width: 240px;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.75em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.events-filter--buttons {
  display: flex;
  column-gap: 16px;
}
.events-filter--buttons button {
  display: inline-block;
  padding: 10px 24px;
  min-width: 130px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.4s ease;
}
.events-filter--buttons button:hover {
  background-color: #e5f3f9;
}
.events-filter--buttons button.active {
  background-color: #B1E5FC;
}
@media (max-width: 850px) {
  .events-filter--buttons button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .events-filter--buttons {
    column-gap: 8px;
    justify-content: space-between;
    width: 100%;
  }
  .events-filter--buttons button {
    min-width: 95px;
    font-size: 15px;
    padding: 10px 12px;
  }
}
@media (max-width: 370px) {
  .events-filter--buttons button {
    min-width: 85px;
  }
}

.events-results .alm-listing {
  display: flex;
  flex-direction: column;
}

.alm-btn-wrap {
  display: flex;
  justify-content: center;
}

.load-more-btn {
  font-weight: 700;
  padding: 16px;
  padding-right: 16px;
  display: inline-block;
  position: relative;
}
.load-more-btn:not(.loading):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
.load-more-btn.done, .load-more-btn[disabled] {
  display: none;
}

@media (min-width: 767px) {
  .events-results {
    min-height: 250px;
  }
}
.events-no-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 600px;
  margin: 36px auto;
}
@media (max-width: 767px) {
  .events-no-results {
    margin: 16px auto;
  }
}

.section_heading {
  margin-top: 4rem;
}
.section_heading h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .section_heading h2 {
    font-size: 32px;
  }
}
.section_heading .separator_parallelogram {
  display: block;
  width: 160px;
  height: 6px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.section_heading--align-center h2 {
  text-align: center;
}
.section_heading--align-center .separator_parallelogram {
  margin-left: auto;
  margin-right: auto;
}
.section_heading--align-right h2 {
  text-align: right;
}
.section_heading--align-right .separator_parallelogram {
  margin-left: auto;
}