@charset "UTF-8";
.bod-cta a {
  background-repeat: repeat-x;
  background-position: 0 85%;
  background-size: 100% 2px;
  transition: all 0.4s linear;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, rgb(210, 42, 47) 0%, rgb(255, 103, 27) 100%);
}
.bod-cta a:hover, .bod-cta a:focus {
  opacity: 1;
  visibility: visible;
  background-size: 100% 3.5px;
  background-image: linear-gradient(to right, rgb(79, 205, 176) 0%, rgb(141, 185, 46) 100%);
}

.social-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.social-links a {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.social-links a.facebook-share {
  background: #336699;
}
.social-links a.twitter-share {
  background: #00ACEC;
}
.social-links a.linkedin-share {
  background: #0877B5;
}
.social-links a.instagram-share {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social-links a:hover, .social-links a:focus {
  background: linear-gradient(to right, #d22a2f 0, #ff671b 100%);
}
.social-links img {
  width: 55% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-template-elev section {
  margin-top: 0;
}
.page-template-template-elev section.intro {
  margin-bottom: 0;
}
.page-template-template-elev h3 {
  margin-top: 0;
}
.page-template-template-elev ol {
  list-style: decimal;
  padding-left: 30px;
}
.page-template-template-elev .c-hero--work__title {
  font-size: 48px;
}
.page-template-template-elev .c-hero--work__content {
  width: 100%;
}
.page-template-template-elev .c-hero--work__text blockquote {
  margin-left: 5vw;
  position: relative;
}
.page-template-template-elev .c-hero--work__text blockquote:before {
  content: '"';
  display: block;
  position: absolute;
  left: -16px;
  font-size: 24px;
  color: #ff671b;
}
.page-template-template-elev .c-hero--work__text blockquote p {
  font-size: 24px !important;
  color: #ff671b !important;
}
.page-template-template-elev section.signup-cta {
  margin-bottom: 0;
  background: linear-gradient(to right, #d22a2f 0, #ff671b 100%);
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 950px) {
  .page-template-template-elev section.signup-cta {
    padding: 32px 0;
  }
}
.page-template-template-elev section.signup-cta h3,
.page-template-template-elev section.signup-cta .wpforms-field-label,
.page-template-template-elev section.signup-cta .wpforms-field-sublabel {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .page-template-template-elev section.signup-cta .wpforms-field-container {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.page-template-template-elev section.signup-cta div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
}
.page-template-template-elev section.signup-cta .wpforms-form .wpforms-field-medium {
  width: 100%;
  max-width: 100% !important;
}
.page-template-template-elev section.signup-cta div.wpforms-container-full {
  margin-bottom: 0;
}
.page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit {
  color: #fff;
  max-width: 240px;
  width: 100%;
  font-size: 17px;
  padding: 13px 35px;
  font-family: MarkForMC, Helvetica Neue, Helvetica, Arial, sans-serif;
  border-radius: 99px;
  cursor: pointer;
  border: none !important;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background: transparent !important;
}
.page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit:before, .page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit:after {
  content: "";
  position: absolute;
  border-radius: 99px;
}
.page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: #ff671b;
  background: linear-gradient(to right, #d22a2f 0, #ff671b 100%);
}
.page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #141413;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit:hover:after, .page-template-template-elev section.signup-cta .wpforms-form .wpforms-submit:focus:after {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}
.page-template-template-elev section.news-events-wrapper .post {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-template-template-elev section.news-events-wrapper .post {
    margin-bottom: 20px;
  }
  .page-template-template-elev section.news-events-wrapper .post.w-media {
    -ms-grid-columns: 210px 1fr;
    grid-template-columns: 210px 1fr;
  }
}
.page-template-template-elev section.blocks-wrapper {
  margin-top: 1.5em;
}
.page-template-template-elev section.blocks-wrapper .simple-card {
  display: -ms-grid;
  display: grid;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 calc(32px + 1vw);
}
.page-template-template-elev section.blocks-wrapper .simple-card:last-of-type {
  margin-bottom: 0;
}
.page-template-template-elev section.blocks-wrapper .simple-card .image-wrapper img {
  max-height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-elev section.blocks-wrapper .simple-card .inner {
  background-color: #f1efeb;
  padding: calc(32px + 1vw);
  width: 100%;
}
@media screen and (min-width: 950px) {
  .page-template-template-elev section.blocks-wrapper .simple-card {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-template-template-elev section.blocks-wrapper .simple-card .image-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .page-template-template-elev section.blocks-wrapper .simple-card .image-wrapper img {
    max-height: unset;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  .page-template-template-elev section.blocks-wrapper .simple-card .inner {
    padding: calc(48px + 1.5vw);
  }
}
@media screen and (min-width: 950px) {
  .page-template-template-elev section.blocks-wrapper .simple-card:nth-child(even) .inner {
    -webkit-order: -1;
            order: -1;
  }
}
.page-template-template-elev section.team-wrapper {
  margin-bottom: 0;
  margin-top: 45px;
}
.page-template-template-elev section.team-wrapper h2 {
  margin-top: 0;
}
.page-template-template-elev section.team-wrapper:last-of-type {
  margin-bottom: 45px;
}
.page-template-template-elev section.team-wrapper .c-tout {
  margin: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .page-template-template-elev section.team-wrapper .c-tout {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 950px) {
  .page-template-template-elev section.team-wrapper .c-tout {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.page-template-template-elev section.team-wrapper .c-tout > div {
  display: block;
}
.page-template-template-elev section.team-wrapper .c-tout__tout {
  width: 100%;
  margin: 0;
}
.page-template-template-elev section.team-wrapper .c-tout__headshot {
  margin-bottom: 12px;
}
.page-template-template-elev section.team-wrapper .c-tout__headshot img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 234/233;
  width: 100%;
}

.c-content-slider {
  margin-top: 90px;
}
@media screen and (min-width: 950px) {
  .c-content-slider {
    margin-top: 150px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 100px minmax(0, 75%);
    grid-template-columns: 25% minmax(0, 75%);
    gap: 100px;
  }
}
.c-content-slider button {
  border: none;
  padding: 0;
  background: transparent;
}
.c-content-slider h2 {
  margin-top: 0;
}
.c-content-slider h3 {
  margin-top: 0;
  margin-bottom: 0px;
}
.c-content-slider .meta {
  font-weight: 300;
  margin-bottom: 4px;
}
.c-content-slider .image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}
.c-content-slider .image-wrapper img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-content-slider .content-wrapper {
  position: relative;
}
.c-content-slider .inner {
  padding: 24px;
}
.c-content-slider .slick-list {
  overflow: visible;
  margin: 0 -6px;
}
@media screen and (min-width: 950px) {
  .c-content-slider .slick-list {
    overflow: hidden;
    margin: 0 -11px;
  }
}
.c-content-slider .slick-slide {
  margin: 0 6px;
}
@media screen and (min-width: 950px) {
  .c-content-slider .slick-slide {
    margin: 0 11px;
  }
}
.c-content-slider .slider-wrapper {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.c-content-slider .slider-wrapper.slick-initialized {
  opacity: 1;
}
.c-content-slider ul.slick-dots {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  list-style-type: none;
  margin: 0;
}
.c-content-slider .slick-dots li {
  line-height: 0;
}
.c-content-slider .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 300ms ease-in-out;
}
.c-content-slider .slick-dots li button:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-in-out;
}
.c-content-slider .slick-dots li button:hover, .c-content-slider .slick-dots li button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.c-content-slider .slick-dots li.slick-active button:after {
  width: 100%;
}
.c-content-slider .slider-arrow {
  position: absolute;
  top: 0%;
  left: -27.5px;
  opacity: 0;
  display: none;
  margin-top: 13.75px;
  padding-top: 10.5152471083%;
  transition: all 300ms ease-in-out;
}
.c-content-slider .slider-arrow.next {
  left: unset;
  right: -27.5px;
}
.c-content-slider .slider-arrow.slick-disabled {
  opacity: 0 !important;
}
.c-content-slider .slider-arrow.slick-hidden {
  display: none !important;
  opacity: 0 !important;
}
.c-content-slider .slider-arrow.black path:nth-child(2) {
  fill: white;
}
.c-content-slider .slider-arrow.black path:nth-child(1),
.c-content-slider .slider-arrow.black path:nth-child(3) {
  fill: black;
}
@media screen and (min-width: 950px) {
  .c-content-slider .slider-arrow {
    opacity: 1;
    display: block;
  }
}
.c-content-slider .slider-arrow:hover, .c-content-slider .slider-arrow:focus {
  cursor: pointer;
}
.c-content-slider .slider-arrow:hover path:nth-child(1),
.c-content-slider .slider-arrow:hover path:nth-child(3), .c-content-slider .slider-arrow:focus path:nth-child(1),
.c-content-slider .slider-arrow:focus path:nth-child(3) {
  fill: #C6C6C6;
}
.c-content-slider .slider-arrow:hover path:nth-child(2), .c-content-slider .slider-arrow:focus path:nth-child(2) {
  fill: black;
}

.single-partner-program h1,
.single-partner-program h2,
.single-partner-program p {
  margin: 0;
}
.single-partner-program h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-partner-program h2 {
    font-size: 34px;
    line-height: 41px;
    text-align: left;
  }
}
.single-partner-program .icon {
  height: 100px;
  width: 100px;
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .icon {
    margin-right: 14px;
  }
}
.single-partner-program .hero {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .hero {
    margin-top: 74px;
  }
}
.single-partner-program .hero h1 {
  margin: 0;
  color: #257B6B;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  max-width: 1050px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .hero h1 {
    font-size: 57px;
    line-height: 64px;
  }
}
.single-partner-program .target-impact {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .target-impact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    margin-top: 150px;
  }
}
.single-partner-program .target-impact .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .target-impact .content {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.single-partner-program .target-impact .content .inner h2 {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .target-impact .content .inner h2 {
    margin-top: 20px;
  }
}
.single-partner-program .target-impact .content .inner .copy li {
  padding-left: 20px;
}
.single-partner-program .target-impact .content .inner .copy li:before {
  content: "";
  font-size: 33px;
  line-height: 0.8;
  content: "·";
  position: absolute;
  color: #d22a2f;
  left: 0px;
  top: 0px;
}
.single-partner-program .target-impact .key-details {
  border: 6px solid #E3DFD7;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .target-impact .key-details {
    margin-top: 0px;
    padding: 50px;
    max-width: 678px;
    max-height: 340px;
    -webkit-align-self: start;
                -ms-grid-row-align: start;
            align-self: start;
  }
}
.single-partner-program .target-impact .key-details p.status {
  display: inline-block;
  white-space: nowrap;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-partner-program .target-impact .key-details p.status span {
  color: #FF5F00;
}
.single-partner-program .target-impact .key-details .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .single-partner-program .target-impact .key-details .inner {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 39px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.single-partner-program .target-impact .key-details .inner p:first-of-type {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.single-partner-program .target-impact .key-details .inner p:last-of-type, .single-partner-program .target-impact .key-details .inner p.orange {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #FF5F00;
}
.single-partner-program .impact {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .impact {
    margin-top: 150px;
  }
}
.single-partner-program .impact .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 72px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .impact .heading {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.single-partner-program .impact .heading h2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .impact .heading h2 {
    width: auto;
  }
}
.single-partner-program .impact .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .single-partner-program .impact .cards {
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .single-partner-program .impact .cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-partner-program .impact .cards .card {
  padding: 45px 35px;
  box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .impact .cards .card {
    padding: 60px 50px;
    box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.15);
  }
}
.single-partner-program .impact .cards .card:after {
  content: "";
  background-image: linear-gradient(90deg, #FF5F00 0%, #F79E1B 100%);
  height: 7px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-partner-program .impact .cards .card p.number {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  color: #D22A2F;
  margin-bottom: 35px;
}
.single-partner-program .impact .cards .card .content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .impact .cards .card .content p {
    font-size: 20px;
    line-height: 22px;
  }
}
.single-partner-program .impact .cards .card .content p strong {
  color: #FF5F00;
}
.single-partner-program .partnership {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership {
    margin-top: 99px;
  }
}
.single-partner-program .partnership .heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership .heading {
    margin-bottom: 85px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.single-partner-program .partnership .content-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 50px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership .content-blocks {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.single-partner-program .partnership .content-blocks .block {
  position: relative;
  padding-top: 20px;
}
.single-partner-program .partnership .content-blocks .block:before {
  content: "";
  background-image: linear-gradient(90deg, #FF5F00 0%, #F79E1B 100%);
  height: 2px;
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-partner-program .partnership .partnership-content {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership .partnership-content {
    margin-top: 149px;
    display: block;
  }
}
.single-partner-program .partnership .partnership-content p {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership .partnership-content p {
    width: auto;
    text-align: left;
  }
}
.single-partner-program .partnership .partnership-content .heading {
  margin-bottom: 35px;
}
.single-partner-program .partnership .partnership-content .heading .icon {
  margin: 0 14px 0 0px !important;
}
.single-partner-program .partnership .partnership-content .inner {
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership .partnership-content .inner {
    gap: 80px;
    -ms-grid-columns: -webkit-max-content 80px minmax(0, 1fr);
    -ms-grid-columns: max-content 80px minmax(0, 1fr);
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
  }
}
.single-partner-program .partnership .partnership-content .inner .icon {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .partnership .partnership-content .inner .icon {
    width: 150px;
    margin-bottom: 35px;
  }
}
.single-partner-program .c-gradient--arc {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .single-partner-program .c-gradient--arc {
    margin-top: 150px;
    overflow: visible;
  }
}
.single-partner-program .c-gradient--arc h2 {
  text-align: center !important;
}
.single-partner-program .c-gradient--arc:before {
  width: calc(100% + 700px);
}

.c-gallery .gd__content-title {
  font-size: 30.6px;
  line-height: 1.04;
}
@media screen and (min-width: 768px) {
  .c-gallery .gd__content-title {
    font-size: 34.5px;
    line-height: 1.45;
  }
}

.page-id-11415 .content-grid {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wpgb-card-22 .wpgb-card-media-thumbnail > a > div {
  background-size: contain !important;
  width: 80%;
  height: 80%;
  margin: auto;
}

.page-id-11486 .content-grid {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wpgb-card-23 h3.wpgb-block-3 a {
  background-image: none;
}

.wpgb-area-bottom-1 .wpgb-facet .wpgb-load-more {
  margin-top: 64px;
  margin-bottom: 32px;
}

.c-footer__signup .c-cta__right {
  width: calc(100% - 36px);
  float: none;
  text-align: left;
  margin-left: 0;
}
.c-footer__signup .button__cta {
  width: auto;
  float: none;
}

.off-canvas-wrapper-inner {
  position: relative;
}

.drawer-wrapper {
  position: relative;
}
.drawer-wrapper.is-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.2);
}
.drawer-wrapper.is-open .inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-wrapper .drawer-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.75s cubic-bezier(0.5, 0.25, 0, 1);
}
.drawer-wrapper .drawer-overlay:hover {
  cursor: pointer;
  opacity: 1;
}
.drawer-wrapper .inner {
  position: relative;
  padding: 60px 50px 120px;
  overflow-y: scroll;
  position: fixed;
  width: 90%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  transition: all 0.75s cubic-bezier(0.5, 0.25, 0, 1);
  touch-action: manipulation;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 950px) {
  .drawer-wrapper .inner {
    width: 50%;
  }
}
.drawer-wrapper #drawerClose {
  position: absolute;
  background: 0 0;
  border: none;
  padding: 0;
  top: 35px;
  right: 35px;
}
@media screen and (min-width: 950px) {
  .drawer-wrapper #drawerClose {
    top: 60px;
    right: 60px;
  }
}
.drawer-wrapper #drawerClose .modal-close {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #001612;
  font-size: 26px;
  line-height: 1;
  opacity: 0.8;
}
.drawer-wrapper #drawerClose .modal-close:hover, .drawer-wrapper #drawerClose .modal-close:focus {
  cursor: pointer;
  opacity: 1;
}

.single-report .c-cta--download__list {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 950px) {
  .single-report .c-cta--download__list {
    -webkit-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.flex-components-wrapper .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1440px;
}
.flex-components-wrapper .content-grid {
  max-width: 100%;
}
.flex-components-wrapper > * {
  margin-top: 45px;
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .flex-components-wrapper > * {
    margin-top: 60px;
  }
}
.flex-components-wrapper > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .c-hero h1 {
    font-size: 60px;
  }
}
.c-hero .c-hero__caption p {
  display: block;
}
.c-hero .c-hero__body.mobile {
  display: none;
}

section.c-hero--wide .c-hero--work__content {
  width: 100%;
  padding: 0;
}

section.c-hero--circle .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  gap: 45px;
}
section.c-hero--circle a {
  background-repeat: repeat-x;
  background-position: 0 85%;
  background-size: 100% 2px;
  transition: all 0.4s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #d22a2f 0, #ff671b 100%);
}
section.c-hero--circle .hero-cta {
  margin-top: 25px;
  display: inline-block;
}
section.c-hero--circle .mobile-only {
  display: none;
}
section.c-hero--circle .content {
  width: 55%;
}
section.c-hero--circle .image {
  width: 45%;
}
section.c-hero--circle .image img {
  border-radius: 50%;
}

section.c-icon_header_copy .icon-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  gap: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.c-icon_header_copy .icon-wrapper {
    text-align: left;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
section.c-icon_header_copy .icon-wrapper .icon {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.c-icon_header_copy .icon-wrapper h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
@media screen and (min-width: 768px) {
  section.c-icon_header_copy .icon-wrapper h2 {
    font-size: 34px;
    line-height: 41px;
  }
}
section.c-icon_header_copy .icon-wrapper .copy p:first-of-type {
  margin-top: 0;
}

section.c-newsletter--banner {
  margin-bottom: 50px !important;
  background: #141413 !important;
  border-radius: 6px;
  padding: 32px;
  position: relative;
  z-index: 2;
}
section.c-newsletter--banner h3 {
  margin-top: 0;
}
section.c-newsletter--banner h3,
section.c-newsletter--banner .wpforms-field-label,
section.c-newsletter--banner .wpforms-field-sublabel {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  section.c-newsletter--banner .wpforms-field-container {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.c-newsletter--banner div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
}
section.c-newsletter--banner .wpforms-form .wpforms-field-medium {
  width: 100%;
  max-width: 100% !important;
}
section.c-newsletter--banner div.wpforms-container-full {
  margin-bottom: 0;
}
section.c-newsletter--banner .wpforms-form .wpforms-submit {
  color: #fff !important;
  max-width: 240px;
  width: 100%;
  font-size: 17px !important;
  padding: 13px 35px !important;
  font-family: MarkForMC, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  border-radius: 99px;
  cursor: pointer;
  border: none !important;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background: transparent !important;
}
section.c-newsletter--banner .wpforms-form .wpforms-submit:before, section.c-newsletter--banner .wpforms-form .wpforms-submit:after {
  content: "";
  position: absolute;
  border-radius: 99px;
}
section.c-newsletter--banner .wpforms-form .wpforms-submit:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: #ff671b;
  background: linear-gradient(to right, #d22a2f 0, #ff671b 100%);
}
section.c-newsletter--banner .wpforms-form .wpforms-submit:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #141413;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
section.c-newsletter--banner .wpforms-form .wpforms-submit:hover:after, section.c-newsletter--banner .wpforms-form .wpforms-submit:focus:after {
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}

section.c-repeating--blocks h2 {
  margin-top: 0;
}
section.c-repeating--blocks .c-hero--work__content {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
section.c-repeating--blocks .blocks-wrapper .simple-card {
  display: -ms-grid;
  display: grid;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 0 0 calc(32px + 1vw);
}
section.c-repeating--blocks .blocks-wrapper .simple-card:last-of-type {
  margin-bottom: 0;
}
section.c-repeating--blocks .blocks-wrapper .simple-card .image-wrapper img {
  max-height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.c-repeating--blocks .blocks-wrapper .simple-card .inner {
  background-color: #f1efeb;
  padding: calc(32px + 1vw);
  width: 100%;
}
@media screen and (min-width: 950px) {
  section.c-repeating--blocks .blocks-wrapper .simple-card {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  section.c-repeating--blocks .blocks-wrapper .simple-card .image-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  section.c-repeating--blocks .blocks-wrapper .simple-card .image-wrapper img {
    max-height: unset;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  section.c-repeating--blocks .blocks-wrapper .simple-card .inner {
    padding: calc(48px + 1.5vw);
  }
}
@media screen and (min-width: 950px) {
  section.c-repeating--blocks .blocks-wrapper .simple-card:nth-child(even) .inner {
    -webkit-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 950px) {
  section.c-news--updates--slider .wrapper-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 100px minmax(0, 75%);
    grid-template-columns: 25% minmax(0, 75%);
    gap: 100px;
  }
}
section.c-news--updates--slider button {
  border: none;
  padding: 0;
  background: transparent;
}
section.c-news--updates--slider h2 {
  margin-top: 0;
}
section.c-news--updates--slider h3 {
  margin-top: 0;
  margin-bottom: 0px;
}
section.c-news--updates--slider .meta {
  font-weight: 300;
  margin-bottom: 4px;
}
section.c-news--updates--slider .image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}
section.c-news--updates--slider .image-wrapper img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.c-news--updates--slider .content-wrapper {
  position: relative;
}
section.c-news--updates--slider .inner {
  padding: 24px;
}
section.c-news--updates--slider .slick-list {
  overflow: visible;
  margin: 0 -6px;
}
@media screen and (min-width: 950px) {
  section.c-news--updates--slider .slick-list {
    overflow: hidden;
    margin: 0 -11px;
  }
}
section.c-news--updates--slider .slick-slide {
  margin: 0 6px;
}
@media screen and (min-width: 950px) {
  section.c-news--updates--slider .slick-slide {
    margin: 0 11px;
  }
}
section.c-news--updates--slider .slider-wrapper {
  opacity: 0;
  transition: all 300ms ease-in-out;
}
section.c-news--updates--slider .slider-wrapper.slick-initialized {
  opacity: 1;
}
section.c-news--updates--slider ul.slick-dots {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  list-style-type: none;
  margin: 0;
}
section.c-news--updates--slider .slick-dots li {
  line-height: 0;
}
section.c-news--updates--slider .slick-dots li button {
  font-size: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 300ms ease-in-out;
}
section.c-news--updates--slider .slick-dots li button:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-in-out;
}
section.c-news--updates--slider .slick-dots li button:hover, section.c-news--updates--slider .slick-dots li button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
section.c-news--updates--slider .slick-dots li.slick-active button:after {
  width: 100%;
}
section.c-news--updates--slider .slider-arrow {
  position: absolute;
  top: 0%;
  left: -27.5px;
  opacity: 0;
  display: none;
  margin-top: 13.75px;
  padding-top: 10.5152471083%;
  transition: all 300ms ease-in-out;
}
section.c-news--updates--slider .slider-arrow.next {
  left: unset;
  right: -27.5px;
}
section.c-news--updates--slider .slider-arrow.slick-disabled {
  opacity: 0 !important;
}
section.c-news--updates--slider .slider-arrow.slick-hidden {
  display: none !important;
  opacity: 0 !important;
}
section.c-news--updates--slider .slider-arrow.black path:nth-child(2) {
  fill: white;
}
section.c-news--updates--slider .slider-arrow.black path:nth-child(1),
section.c-news--updates--slider .slider-arrow.black path:nth-child(3) {
  fill: black;
}
@media screen and (min-width: 950px) {
  section.c-news--updates--slider .slider-arrow {
    opacity: 1;
    display: block;
  }
}
section.c-news--updates--slider .slider-arrow:hover, section.c-news--updates--slider .slider-arrow:focus {
  cursor: pointer;
}
section.c-news--updates--slider .slider-arrow:hover path:nth-child(1),
section.c-news--updates--slider .slider-arrow:hover path:nth-child(3), section.c-news--updates--slider .slider-arrow:focus path:nth-child(1),
section.c-news--updates--slider .slider-arrow:focus path:nth-child(3) {
  fill: #C6C6C6;
}
section.c-news--updates--slider .slider-arrow:hover path:nth-child(2), section.c-news--updates--slider .slider-arrow:focus path:nth-child(2) {
  fill: black;
}

.c-filter--research .c-filter__filters {
  -webkit-columns: unset;
     -moz-columns: unset;
          columns: unset;
}
@media screen and (min-width: 768px) {
  .c-filter--research .c-filter__filters {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-template-template-candybox-flex section.c-news--updates--slider .wrapper-inner {
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
/*# sourceMappingURL=candybox.css.map */