/*!
Theme Name: niftic
Theme URI: https://niftic.agency
Author: Niftic Agency
Author URI: https://niftic.agency
Description: Niftic Base Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: niftic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

niftic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.btn-secondary {
  border: 2px solid #cbeef0;
}

.btn-secondary:hover {
  background: #cbeef0 !important;
  text-decoration: none !important;
}

.btn:hover {
  background: #dd9b00;
}
/* Mobile Sizes */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 5.2rem;
  }
  h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  h5 {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.color-red .sym-right-arrow {
  color: inherit !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}
#loader,
#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: white;
  animation-duration: 700ms;
  animation-timing-function: ease-in-out;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#loader.fade-out,
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}
#loader.fade-in,
#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}
.isIE #loader,
.isIE #fader {
  display: none !important;
}
#page {
  overflow: hidden;
}

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

a {
  font-weight: bold;
  text-decoration: none !important;
  color: #072136;
}

a:hover {
  text-decoration: underline !important;
}

p:last-of-type {
  margin-bottom: 0;
}

.container {
  max-width: 1296px;
}

input {
  background: #ffffff;
  border-radius: 3px;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  outline: none;
}

input::placeholder {
  color: #b4b4b4;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
}

input[type="checkbox"] {
  width: 30px;
  height: 25px;
}

.tax-controls select,
.tempselect {
  background: #ffffff;
  font-size: 18px;
  line-height: 30px;
  border: 2px solid #cbeef0;
  box-sizing: border-box;
  border-radius: 40px;
  font-weight: bold;
  padding: 5px 15px;
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: width 0.1s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4023 0.999919L7.20117 7.20101L1.00008 0.999919' stroke='%23072136' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: calc(100% - 10px);
  display: inline-block;
}

.tax-controls select::-ms-expand {
  display: none;
}

label {
  font-size: 14px;
  margin-left: 10px;
  padding-right: 20px;
  line-height: 1.8rem;
}
.type-xxxs {
  font-size: 1.2rem;
}

svg.sym-right-arrow path,
svg.sym-left-arrow path,
svg.sym-up-arrow path,
svg.sym-down-arrow path {
  transition: 0.3s all ease;
}

svg.sym-left-arrow {
  transform: scale(-1, 1);
}

svg.sym-right-arrow:hover path,
svg.sym-left-arrow:hover path,
a:hover svg.sym-up-arrow path,
a:hover svg.sym-down-arrow path {
  d: path(
    " M37.0711 10L30.4853 3.41413L33.3137 0.585706L43.2132 10.4852L44.6274 11.8994L43.2132 13.3136L33.3137 23.2131L30.4853 20.3847L36.87 14H0V10H37.0711Z "
  );
  d: "M37.0711 10L30.4853 3.41413L33.3137 0.585706L43.2132 10.4852L44.6274 11.8994L43.2132 13.3136L33.3137 23.2131L30.4853 20.3847L36.87 14H0V10H37.0711Z";
}

.rounded-corners {
  border-radius: 10px;
}

.wysiwyg-content ul,
.entry-content ul {
  padding-left: 24px;
  margin-bottom: 16px;
}
.wysiwyg-content li,
.entry-content li {
  position: relative;
  margin-bottom: 8px;
}
.wysiwyg-content li:before,
.entry-content li:before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50px;
  background: #59c8d0;
  left: -24px;
  position: absolute;
  top: 11px;
}

#primary {
  padding-top: 96px;
}

.single-page h2 {
  color: #447e97;
}
.single-page p {
  line-height: 3rem;
  margin-bottom: 2rem;
}

.card-wrap {
  box-shadow: 0px 0px 10px 1px rgba(1, 49, 86, 0.15);
  border-radius: 10px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 20px !important;
}

.card-wrap .card-image {
  position: relative;
  padding-top: 75%;
  width: 100%;
  background-size: cover;
  background-repeat: none;
  height: 0;
  overflow: hidden;
}

.card-wrap.blog {
  padding-bottom: 10px;
}
.card-wrap.blog .card-image {
  padding-top: 100%;
}

.card-wrap .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Cards for fellows + startups */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

div.animate-in-fade {
  animation-delay: 0.3s;
  animation: fadein 0.3s;
}
.card.community {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.card.community.startup {
  background: #f9f5f2;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.card.community.fellow {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.card.community .aspect-ratio {
  height: 0;
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.card.community .aspect-ratio img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.card.community.startup .aspect-ratio {
  background: #fff;
}
.card.community.startup img {
  object-fit: contain !important;
  transform: scale(0.7);
}
.card.community .card-badge {
  font-size: 1.4rem;
  line-height: 3rem;
  padding-left: 16px;
  padding-right: 16px;
  background: #59c8d0;
  border-radius: 10px 0px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.card.community .card-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 120px;
  height: auto;
}

.card.community .card-details .card-name {
  font-size: 1.6rem;
  font-weight: bold;
}

.card.community.fellow .card-name-holder {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.card.community.startup .card-name {
  flex-grow: 1;
}

.card.community .card-details .card-college {
  font-size: 1.6rem;
  color: #b4b4b4;
}

.card.community .card-details .card-meta {
  font-size: 1.4rem;
  font-weight: 500;
  color: #072136;
  width: 100%;
  align-self: end;
}
.card.community .card-details .card-meta span {
  margin-right: 16px;
  display: inline-block;
}

.card.community .card-details .card-meta svg {
  height: 30px;
  width: 30px;
  color: #59c8d0;
  vertical-align: middle;
  margin-top: -2px;
}
.card.community .card-details .fellow-college {
  font-size: 1.6rem;
  color: #b4b4b4;
}
.card.community .card-details .fellow-linkedin {
  position: absolute;
  bottom: 16px;
}
.card.community .card-details .fellow-linkedin a {
  font-size: 1.4rem;
  font-weight: normal;
}
.card.community .card-details .fellow-linkedin a svg {
  height: 14px;
  width: 14px;
  color: #59c8d0;
  margin-left: 5px;
}

.card-learn-more {
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  width: 100%;
  right: 0;
}

.sym-right-arrow {
  width: 32px;
  color: #ffc700;
  vertical-align: middle;
  margin-left: 5px;
}

.sym-left-arrow {
  width: 32px;
  color: #ffc700;
  vertical-align: middle;
}

.card-wrap:hover svg.sym-right-arrow path,
a:hover svg.sym-right-arrow path,
a:hover svg.sym-left-arrow path {
  d: path(
    " M37.0711 10L30.4853 3.41413L33.3137 0.585706L43.2132 10.4852L44.6274 11.8994L43.2132 13.3136L33.3137 23.2131L30.4853 20.3847L36.87 14H0V10H37.0711Z "
  );
  d: "M37.0711 10L30.4853 3.41413L33.3137 0.585706L43.2132 10.4852L44.6274 11.8994L43.2132 13.3136L33.3137 23.2131L30.4853 20.3847L36.87 14H0V10H37.0711Z";
}

.btn-read-more svg {
  margin-left: 16px;
}

/* ---------------- */

.cta.banner {
  padding: 96px 0;
}
.cta.banner h2 {
  margin-bottom: 40px;
}

.icon-with-text {
  display: flex;
  align-items: center;
}
.icon-with-text img,
.icon-with-text svg {
  margin-right: 24px;
  max-height: 64px;
  max-width: 64px;
}
.icon-with-text > * + img,
.icon-with-text > * + svg {
  margin-left: 16px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(1, 49, 86, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
}
a.card {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}

.card.resources {
  flex-direction: row;
  align-items: center;
  padding: 16px 18px;
}
.card.guidelines {
  text-align: center;
  padding: 30px 16px;
  background: #f9f5f2;
  align-items: center;
  box-shadow: 0px 0px 10px 1px rgba(1, 49, 86, 0.15);
  border-radius: 14px;
  position: relative;
  z-index: 2;
}
.card.fellow {
  width: 250px;
  max-width: 100%;
  padding: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.card.fellow .aspect-ratio {
  height: 0;
  width: 100%;
  padding-top: 115.333%;
  position: relative;
  overflow: hidden;
}
.card.fellow .aspect-ratio img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}

.card.fellow:hover .aspect-ratio img {
  transform: scale(1.1);
}
.card.community {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 16px;
  padding-bottom: 36px;
  overflow: hidden;
  position: relative;
}
.card.community .aspect-ratio {
  height: 0;
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.card.community .aspect-ratio img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.card.community .card-details .fellow-name {
  font-size: 1.6rem;
  font-weight: bold;
}
.card.community .card-details .fellow-college {
  font-size: 1.6rem;
  color: #b4b4b4;
}
.card.community .card-details .fellow-linkedin {
  position: absolute;
  bottom: 16px;
}
.card.community .card-details .fellow-linkedin a {
  font-size: 1.4rem;
  font-weight: normal;
}
.card.community .card-details .fellow-linkedin a svg {
  height: 14px;
  width: 14px;
  color: #59c8d0;
  margin-left: 5px;
}
.fellow-card-label {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.card-fellow-wrap.selected .fellow-card-label {
  font-weight: 900;
}
.fellow-card-label:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #cbeef0;
  transition: all 0.3s ease-in-out;
}
.card-fellow-wrap:hover .fellow-card-label:before,
.card-fellow-wrap.selected .fellow-card-label:before {
  width: calc(100% + 20px);
}
.card.city {
  box-shadow: none;
  width: 400px;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
.card.city .aspect-ratio {
  height: 0;
  width: 100%;
  padding-top: 104.2%;
  position: relative;
}
.card.city .aspect-ratio > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
}
.card.city .city-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card.city .city-inner > img {
  margin-bottom: -38px;
  z-index: 1;
  height: 113px;
  width: 113px;
}
.card.city .city-inner-card {
  background: white;
  padding: 40px 32px 24px;
  border-radius: 10px;
  text-align: center;
  min-height: 200px;
  min-width: 246px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card.city .city-inner-card .sym-right-arrow {
  color: #59c8d0;
}

.card.match {
  border-radius: 0;
}
.card.match + .step-label {
  position: absolute;
  top: 0;
  right: calc(100% - 15px);
}

a.back-arrow {
  color: #ffffff;
  position: absolute;
  top: 30px;
}

/* Home */
.home-hero .container {
  position: relative;
}
.home-hero .container:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -32px;
  left: 54px;
  height: 50px;
  width: 6px;
  background-color: #ffc700;
}
.home-hero a.link {
  position: relative;
  margin-left: 72px;
}
.home-hero a.link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  background-color: #ffc700;
  border-radius: 50%;
}
.home-aspirations {
  overflow: hidden;
}
.home-aspirations .container {
  position: relative;
}
.home-aspirations .aspirations-graphic {
  position: absolute;
  left: 54px;
}

@media screen and (max-width: 992px) {
  .home-aspirations .aspirations-graphic {
    bottom: -220px;
  }
  .home-hero .container:after,
  .home-hero a.link:after {
    display: none !important;
  }
  .home-hero a.link {
    position: relative;
    margin-left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .home-aspirations .aspirations-graphic {
    bottom: -220px;
  }
}
@media screen and (min-width: 1200px) {
  .home-aspirations .aspirations-graphic {
    bottom: -170px;
  }
}

.home-aspirations .aspirations-graphic:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  width: 6px;
  height: 100%;
  background: #59c8d0;
  left: 0;
}
.home-aspirations .cta {
  padding-left: 87px;
}

@media screen and (max-width: 1200px) {
  .home-hero .container:after {
    bottom: -59px;
  }
}
@media screen and (max-width: 991px) {
  .home-aspirations .cta {
    padding-left: 0;
  }
}

/* Home-mobile */
@media screen and (max-width: 768px) {
  body.home a.link {
    font-size: 2rem;
  }
  .home-hero a.link:after,
  .home-hero .container:after {
    display: none;
  }
  .home-aspirations.mobile {
    position: relative;
  }
  .home-aspirations.mobile:before {
    content: "";
    bottom: 0;
    right: 88px;
    height: 136px;
    display: block;
    position: absolute;
    width: 6px;
    background: #59c8d0;
  }
  .home-aspirations .cta {
    padding-left: 15px;
  }
  .home-hero .cta h1,
  body.home .cta h2,
  body.home .fellow-roadmap h2 .fellow-stories-module > h2,
  body.home .cities-slider h2 {
    font-size: 4rem;
  }
  .home-aspirations .aspirations-graphic {
    bottom: unset;
    left: unset;
    right: 31px;
    top: 90%;
  }
  .home-aspirations .aspirations-graphic:before {
    display: none;
  }
}
/* Fellow Roadmap */
.faq-section {
  overflow: hidden;
  position: relative;
}
.faq-section .row {
  position: relative;
}
.faq-graphic {
  position: absolute;
  top: 0;
  left: 0;
  height: 475px;
}
.faq-graphic:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: calc(100% - 39px);
  width: 50vw;
  background: #cbeeef;
  height: 6px;
}
.faq-graphic svg {
  max-height: 475px;
  position: absolute;
  width: 186px;
  left: -57px;
  top: 0px;
  overflow: visible;
}
.faq-graphic svg path {
  vector-effect: non-scaling-stroke;
}
.faq-section h2 {
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .faq-graphic:before {
    content: none;
  }
  .faq-graphic {
    height: auto;
    position: relative;
    top: unset;
    right: unset;
  }
  .faq-graphic svg {
    position: absolute;
    top: -200px;
    right: -47px;
    height: 300px;
    left: unset;
    max-height: none;
    width: fit-content;
  }
  .faq-section h2 {
    padding-left: 0;
    width: 400px;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.credos li {
  padding-left: 24px;
  position: relative;
}
.credos li:before {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  background: #023257;
  border-radius: 50%;
  left: 8px;
  top: 11px;
}

/* About */
.about-banner-img svg {
  margin-bottom: -10px;
}
.our-approach .card {
  height: 100%;
}
.our-approach .card-col:nth-of-type(1):after {
  content: url(https://ventureforamerica.org/wp-content/uploads/2021/04/approach-accent.svg);
  display: block;
  position: absolute;
  top: 77px;
  width: auto;
  right: calc(100% - 15px);
}
.our-approach .card-col:nth-of-type(n + 3):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 6px;
  height: 32px;
  background: #cbeef0;
  left: calc(50% - 3px);
}
.our-approach .card-col:nth-of-type(2n + 1):before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  height: 6px;
  width: 30px;
  background: #cbeef0;
  left: calc(100% - 15px);
}
.about-impact .heading {
  display: flex;
  align-items: center;
  position: relative;
}
.about-impact .heading:nth-of-type(2n + 2):before {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  left: -10%;
  height: 40%;
  border-top: 6px solid #59c8d0;
  border-left: 6px solid #59c8d0;
  top: 13%;
  border-top-left-radius: 75px;
}
.about-impact .image {
  position: relative;
  margin-bottom: 60px;
}
.about-impact .image:nth-of-type(2n + 2):before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 15px);
  right: calc(-100% - 50px);
  height: 40%;
  border-top: 6px solid #59c8d0;
  border-right: 6px solid #59c8d0;
  top: 13%;
  border-top-right-radius: 75px;
}
.about-impact .heading h3 {
  position: relative;
}
.about-impact .heading h3:after {
  content: "";
  height: 65%;
  background: #59c8d0;
  width: 6px;
  display: block;
  position: absolute;
  left: calc(100% + 59px);
  bottom: 10px;
}
.about-impact .heading:nth-of-type(2n + 2) h3:after {
  content: "";
  height: 65%;
  background: #59c8d0;
  width: 6px;
  display: block;
  position: absolute;
  left: calc(-10% - 18px);
  bottom: 10px;
}

@media screen and (max-width: 991px) {
  .our-approach .heading:before {
    content: url(https://ventureforamerica.org/wp-content/uploads/2021/04/approach-accent.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .our-approach .card-col + .card-col:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 6px;
    height: 32px;
    background: #cbeef0;
    left: calc(50% - 3px);
  }
  .our-approach .card-col:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 32px;
    background: #cbeef0;
    left: calc(100% - 15px);
    top: calc(50% - 3px);
  }
  .our-approach .card-col:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    left: calc(50% - 3px);
    top: 100%;
    width: 50%;
    border-bottom: 6px solid #cbeef0;
    border-left: 6px solid #cbeef0;
    border-bottom-left-radius: 30px;
  }

  .about-impact .heading:nth-of-type(2n + 2):before {
    content: none;
    left: inherit;
    height: inherit;
    right: inherit;
    border-top: inherit;
    border-left: inherit;
    top: inherit;
    border-top-left-radius: inherit;
  }
  .about-impact .image:nth-of-type(2n + 2):before {
    content: none;
  }
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-order-6 {
    order: 6;
  }
  .sm-order-7 {
    order: 7;
  }
  .sm-order-8 {
    order: 8;
  }
  .sm-order-9 {
    order: 9;
  }
  .sm-order-10 {
    order: 10;
  }

  .about-impact {
    position: relative;
  }
  .about-impact:before {
    width: 102px;
    height: 80px;
    border-left: 6px solid #447e97;
    border-bottom: 6px solid #447e97;
    border-bottom-left-radius: 40px;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
  }
  .about-impact .image {
    margin-bottom: 32px;
  }
  .about-impact .heading {
    margin-bottom: 80px;
  }
  .about-impact .heading h3 {
    padding-right: 75px;
  }
  .about-impact div:nth-child(3) h3:after {
    content: "";
    height: calc(100% + 64px);
    border-right: 6px solid #437f96;
    border-bottom: 6px solid #437f96;
    display: block;
    position: absolute;
    top: -42px;
    right: 24px;
    left: 50%;
    border-bottom-right-radius: 40px;
    width: unset;
    background: none;
  }
  .about-impact div:nth-child(3) h3:before {
    content: "";
    height: 52px;
    border-left: 6px solid #437f96;
    border-top: 6px solid #437f96;
    display: block;
    position: absolute;
    top: calc(100% + 22px);
    right: 50%;
    left: 80px;
    border-top-left-radius: 40px;
  }
  .about-impact div:nth-child(4) h3:before {
    content: "";
    width: 102px;
    height: 80px;
    border-left: 6px solid #447e97;
    border-bottom: 6px solid #447e97;
    border-bottom-left-radius: 40px;
    position: absolute;
    display: block;
    top: -42px;
    right: -15px;
  }
  .about-impact div:nth-child(9):before {
    width: 102px;
    height: 80px;
    border-left: 6px solid #447e97;
    border-top: 6px solid #447e97;
    border-top-left-radius: 40px;
    content: "";
    position: absolute;
    display: block;
    bottom: 100%;
    right: 0;
  }
  .about-impact div:nth-child(8) h3:before {
    content: "" !important;
    height: calc(100% + 80px);
    border-right: 6px solid #437f96;
    border-bottom: 6px solid #437f96;
    display: block;
    position: absolute;
    top: -42px;
    right: 75px;
    left: -15px;
    border-bottom-right-radius: 40px;
  }
}

/* Apply */
.apply-hero {
  position: relative;
}
.apply-hero:before {
  content: "";
  position: absolute;
  display: block;
  height: 50%;
  width: calc(50% - 3px);
  border-top: 6px solid #ffc700;
  border-right: 6px solid #ffc700;
  top: 50%;
  left: 0;
  border-top-right-radius: 100px;
  min-width: 238px;
}
.apply-hero h1 {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.apply-hero h1:before {
  content: "";
  width: 50vw;
  height: 80px;
  background: #043257;
  display: block;
  right: -24px;
  position: absolute;
  z-index: -1;
}

.deadline-cards .text {
  background: #cbeef0;
  border-right: 6px solid #447e97;
  padding-bottom: 24px;
}
.deadline-cards .text:last-of-type {
  border-right: 0;
}
.deadline-cards .text h6 {
  text-align: center;
  color: #e75b47;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  background: white;
  padding: 16px 0;
  margin-right: -15px;
  margin-left: -15px;
}
.deadline-cards .text h3 {
  text-align: center;
  color: #447e97;
  padding-top: 60px;
  padding-bottom: 16px;
}
.deadline-cards .text img {
  height: 130px;
  width: 130px;
}

@media screen and (max-width: 991px) {
  .apply-hero:before {
    border-top-right-radius: 60px;
    height: 64%;
    top: calc(50% - 20px);
  }
  .steps-section .cta .wysiwyg-content {
    margin-bottom: 40px;
  }
  .deadline-cards .text:nth-of-type(2n) {
    border-right: 0;
  }
  .deadline-cards .text h6 {
    padding: 40px 0 24px;
  }
  .step-label .type-xxl {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 575px) {
  .deadline-cards .text {
    border-right: 15px solid #ffffff !important;
    border-left: 15px solid #ffffff !important;
  }
}

.application-guidelines .card-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: calc(50% - 3px);
  height: 6px;
  background: #cbeef0;
}
@media screen and (max-width: 991px) {
  .application-guidelines .card-list:before {
    content: none;
  }
  .application-guidelines .card-col:before {
    content: none;
    display: block;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 3px);
    width: 6px;
    height: 16px;
    background: #cbeef0;
  }
  .application-guidelines .card-col:nth-of-type(n + 3):before {
    content: "";
  }
}
@media screen and (max-width: 575px) {
  .application-guidelines .card-col:before {
    content: "";
  }
  .application-guidelines .card-col:nth-of-type(1):before {
    content: none;
  }
}

.map-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.donate-info .text p {
  margin-bottom: 0;
  line-height: 2.4rem;
}
.donate-info .text a {
  font-weight: normal;
  text-decoration: underline !important;
}
.donate-info .text h5 {
  margin-bottom: 16px;
}
.donate-hero img {
  margin-bottom: -330px;
  margin-top: 120px;
}
.donate-form .custom-html {
  height: 270px;
}
.donate-form iframe {
  border: 0;
  position: static;
  margin: 0;
  height: 450px;
  width: 390px;
  max-width: 100%;
  opacity: 1;
  margin-top: -120px;
}
.donate-info .icon-with-text img {
  margin-right: 24px;
}
.donate-info .icon-with-text a {
  font-weight: normal;
}
.donate-info .icon-with-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .donate-hero img {
    width: 632px;
    margin: auto;
    max-width: 100%;
    display: block;
    margin-bottom: -120px;
  }
  .donate-form .custom-html {
    height: auto;
  }
  .donate-form iframe {
    display: block;
    margin: auto;
    margin-top: 160px;
    height: 337px;
  }
}

/* hire */
.hire-intro > .container {
  position: relative;
}
.hire-intro > .container:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 6px;
  height: calc(50% + 160px);
  background: #447e97;
  top: -160px;
}
.hire-hero > .container {
  position: relative;
}
/* .hire-hero > .container:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  width: 22px;
  height: 22px;
  top: 168px;
  background: #cbeef0;
  border-radius: 50%;
}
.hire-hero > .container:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 6px;
  bottom: -80px;
  top: 210px;
  background: #cbeef0;
} */
.hire-expect {
  position: relative;
  z-index: 1;
}

.hire-library .cta .wysiwyg-content {
  margin-bottom: 8px;
}
.hire-library .cta .sym-right-arrow {
  color: #59c8d0;
}

@media screen and (max-width: 1375px) {
  .hire-intro > .container:before,
  .hire-hero > .container:before {
    right: 37px;
  }
  .hire-hero > .container:after {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .hire-intro > .container:before,
  .hire-hero > .container:before,
  .hire-hero > .container:after {
    content: none;
  }
}

/* Cities Page */
.city-accent {
  right: 0;
  top: 110px;
  height: 182px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .city-menu {
    border-radius: 0px !important;
  }

  .city-icon-holder {
    position: absolute;
    top: -98px;
  }

  ul#cities-page-menu {
    padding-bottom: 75px;
  }

  .city-stats li {
    display: block !important;
    margin: 16px auto !important;
    margin-bottom: 16px;
    width: fit-content;
  }

  div.city-icon {
    margin-top: -5px;
  }
  div.city-icon::before {
    right: 50% !important;
    margin-top: 3px !important;
  }

  div.city-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 1.5px;
    margin-left: -3px;
    height: 26px;
    width: 61px;
    background-color: #f9f5f2;
    background-image: url("data:image/svg+xml,%3Csvg width='61' height='26' viewBox='0 0 61 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.5H38C49.0457 3.5 58 12.4543 58 23.5V26' stroke='%23023257' stroke-width='6'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
  }

  div.city-desc-accent-shape {
    position: absolute;
    bottom: -36px;
    right: calc(50% - 202px);
    width: 80px;
    height: 83px;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='83' viewBox='0 0 80 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0V40C3 62.0914 20.9086 80 43 80H80' stroke='%23447E97' stroke-width='6'/%3E%3C/svg%3E%0A");
  }

  div.city-desc-accent-shape::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    background: #447e97;
    width: 100vw;
    left: 100%;
  }
}

/* News page and pagination styles */
.news-card .text-content {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.news-card .text-content p {
  margin-bottom: 2rem;
}
.news-card .text-content a {
  font-weight: normal !important;
  text-decoration: none;
  color: #e75b47;
}

.news-card .text-content a:hover {
  text-decoration: underline !important;
}

.news-card .text-content .excerpt {
  position: relative;
  z-index: 2;
  background: white;
  transition: opacity 0.3s ease-in-out;
}
.news-card .text-content .content {
  height: 0px;
  transition: height 0.3s ease-in-out;
}

.news-card .btn-read-more span {
  pointer-events: none;
}
.news-card.toggled .btn-read-more .expand,
.news-card .btn-read-more .shrink {
  display: none;
}

.news-card.toggled .btn-read-more .shrink {
  display: inline-block;
}
.news-card.toggled .btn-read-more svg {
  transform: rotate(180deg);
}
.news-card .text-content .content {
  height: 0px;
}
.news-card.toggled .text-content .content {
  height: unset;
}

.news-card.toggled .content {
  display: block;
}
.news-card.toggled .excerpt {
  display: none;
}

.news-card .text-content .excerpt p:last-of-type::after {
  content: "...";
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: start;
  margin-left: 15px;
  margin-right: 15px;
}

.pagination a:hover {
  text-decoration: underline !important;
}

.pagination a:nth-of-type(2n) {
  margin-top: 38px;
}

.pagination a div {
  pointer-events: none;
}

.pagination a svg {
  width: 40px;
  pointer-events: none;
}

/* Contact */
.gform_wrapper textarea {
  padding: 16px 18px !important;
}

.gform_wrapper textarea::placeholder {
  color: #a9a9a9;
}
