@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(https://fonts.gstatic.com/s/lato/v11/Kom15zUm24dIPfIRiNogNuvvDin1pK8aKteLpeZ5c0A.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v11/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v11/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v11/G2uphNnNqGFMHLRsO_72ngLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(https://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivLO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(https://fonts.gstatic.com/s/lato/v11/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  margin: unset;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  scrollbar-color: transparent transparent;
}

body input, body textarea {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  text-align: center;
}

.parallax-container .parallax-img {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.parallax-container .parallax-img h2 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  text-rendering: optimizelegibility;
  backdrop-filter: blur(8px) brightness(1.2);
  -webkit-backdrop-filter: blur(8px) brightness(1.2);
}
.parallax-container .parallax-hero {
  padding-top: 280px;
  padding-bottom: 280px;
  background-attachment: unset;
  background-image: url(../images/heighten-non-profit-hero.jpg);
  background-position: top center;
}
@media screen and (max-width: 1024px) {
  .parallax-container .parallax-hero {
    background-image: url(../images/heighten-non-profit-hero-ipad2.png);
  }
}
@media screen and (max-width: 520px) {
  .parallax-container .parallax-hero {
    background-image: url(../images/heighten-non-profit-hero-mobile.png);
  }
}
.parallax-container .parallax-directions {
  background-image: url(../images/heighten-non-profit-directions.jpg);
  padding-block: 218px 185px;
}
.parallax-container .parallax-grant {
  background-image: url(../images/heighten-non-profit-Grant-Writing-x.png);
}
.parallax-container .parallax-fundraising {
  background-image: url(../images/heighten-non-profit-fundraising-x.png);
}
.parallax-container .parallax-donor {
  background-image: url(../images/heighten-non-profit-Donor-Engagement-xx.png);
}
.parallax-container .parallax-about {
  background-image: url(../images/heighten-non-profit-About-xx.png);
}
.parallax-container section .block {
  max-width: clamp(820px, 80vw, 90%);
  margin: 0 auto;
  padding: 50px 60px;
  background: #fff;
  text-align: justify;
}
@media screen and (max-width: 820px) {
  .parallax-container section .block {
    width: auto;
  }
}
@media screen and (max-width: 540px) {
  .parallax-container section .block {
    padding: 25px 20px;
  }
}
.parallax-container section .block p {
  font-size: 1.15rem;
}
@media screen and (max-width: 540px) {
  .parallax-container section .block p {
    font-size: 1rem;
  }
}
.parallax-container section h1, .parallax-container section h2, .parallax-container section h3 {
  font-size: clamp(1.25rem, 3.566vw, 5rem);
  letter-spacing: 10px;
  text-align: center;
  color: #222222;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0.9;
  line-height: unset;
}
.parallax-container section h1 .light, .parallax-container section h2 .light, .parallax-container section h3 .light {
  font-weight: 300;
  color: white;
}
.parallax-container section h2.inline-title {
  font-size: clamp(1.15rem, 3.166vw, 4rem);
}
.parallax-container section h3 {
  font-size: clamp(1rem, 2.566vw, 3rem);
}
.parallax-container section h3.Diane {
  font-size: clamp(1rem, 1.566vw, 2rem);
}
.parallax-container section.section-hero h1 {
  font-size: clamp(1.25rem, 4.666vw, 5rem);
  color: #222222;
  color: white;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  text-rendering: optimizelegibility;
  backdrop-filter: blur(8px) brightness(1.2);
  padding-block: 10px;
}
.parallax-container section.section-hero h1 .light {
  font-weight: 700;
}
.parallax-container section.section-copy .copy-header {
  margin-bottom: 25px;
  text-align: center;
  font-size: clamp(1rem, 3.666vw, 4rem);
  text-transform: uppercase;
  position: relative;
}
.parallax-container section.section-copy .copy-header:before, .parallax-container section.section-copy .copy-header:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #f2f2f4;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 930px) {
  .parallax-container section.section-copy .copy-header:before, .parallax-container section.section-copy .copy-header:after {
    width: 20%;
  }
}
.parallax-container section.section-copy .copy-header:before {
  left: -5%;
}
@media screen and (max-width: 930px) {
  .parallax-container section.section-copy .copy-header:before {
    left: 5%;
  }
}
.parallax-container section.section-copy .copy-header:after {
  right: -5%;
}
@media screen and (max-width: 930px) {
  .parallax-container section.section-copy .copy-header:after {
    right: 5%;
  }
}
.parallax-container section.section-copy .block-services {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 820px) {
  .parallax-container section.section-copy .block-services {
    flex-flow: column wrap;
  }
}
.parallax-container section.section-copy .block-services .service-col {
  max-width: 33.33333333%;
  width: 100%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .parallax-container section.section-copy .block-services .service-col {
    max-width: 100%;
  }
}
.parallax-container section.section-copy .block-services .service-col .round-box {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 100;
}
.parallax-container section.section-copy .block-services .service-col .round-box .box-inner {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 120px;
  width: 150px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.parallax-container section.section-copy .block-services .service-col .round-box .box-inner .img-circle {
  max-width: 100%;
  border-radius: 500px;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width: 820px) {
  .parallax-container section.section-copy .block-services .service-col .round-box .box-inner {
    width: 120px;
  }
}
.parallax-container section.section-copy .block-services .service-col h4 {
  text-transform: uppercase;
}
.parallax-container section.section-copy .block-services .service-col ul.services-list {
  text-align: left;
  font-size: 1rem;
}
.parallax-container section.section-copy .block-services .service-col ul.services-list.donor {
  position: relative;
  left: 21%;
}
@media screen and (max-width: 820px) {
  .parallax-container section.section-copy .block-services .service-col ul.services-list.donor {
    position: static;
    left: unset;
  }
}
@media screen and (max-width: 430px) {
  .parallax-container section.section-copy .block-services .service-col ul.services-list.donor {
    margin-left: 20%;
  }
}
.parallax-container section.section-copy .inset-copy-hero {
  margin: 20px 20px;
}
.parallax-container section.section-copy .inset-copy-body {
  margin: 20px 20px;
  padding-top: 25px;
  padding-left: 5px;
}
.parallax-container section.section-copy .inset-copy-body-min {
  margin: 20px 20px;
  padding-top: 5px;
  padding-left: 5px;
}
.parallax-container section .light {
  font-weight: 300;
  color: #444;
}
.parallax-container .first-character {
  font-weight: 400;
  float: left;
  font-size: 84px;
  line-height: 64px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 1024px) {
  .parallax-container .parallax-img {
    background-attachment: unset;
  }
}

.greenish {
  color: #37CDC1;
}

.blueish {
  color: #A1D6FC;
}

.orangeish {
  color: #FF9705;
}

.yellowish {
  color: #FFC505;
}

.blueish-mid {
  color: #5886E9;
}

.blueish-dark {
  color: #0F3B99;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
}

.m-l-5 {
  margin-left: 5px;
}

ul li:not(:first-of-type) {
  padding-top: 2px;
}

.sticky-nav {
  position: sticky;
  position: -webkit-sticky; /* For Safari */
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensures it stays on top of other content */
  color: white;
  background-color: #333;
  background-color: rgb(44, 61, 94);
}
.sticky-nav nav {
  padding: 20px 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.sticky-nav nav div {
  letter-spacing: 3px;
  font-size: 1rem;
}
@media screen and (max-width: 524px) {
  .sticky-nav nav div {
    font-size: 0.8rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 414px) {
  .sticky-nav nav div {
    font-size: 0.7rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 1024px) {
  .sticky-nav nav {
    padding-inline: 0px;
  }
}

.sticky-nav.transparent {
  background-color: rgba(44, 61, 94, 0.8);
}

.sticky-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.sticky-nav li {
  margin: 0 20px;
}

.sticky-nav a {
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}

.sticky-nav a:hover {
  background-color: #575757;
  background-color: rgba(44, 61, 94, 0.65);
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
}

.sticky-nav.transparent a:hover {
  background-color: rgba(44, 61, 94, 0.65);
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
}

footer {
  background-color: #202126;
  padding-block: 4rem;
  color: #fff;
  font-size: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 700px) {
  footer {
    padding-top: 2rem;
  }
}
footer .footer-container {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10%;
}
@media screen and (max-width: 700px) {
  footer .footer-container {
    flex-flow: column nowrap;
  }
}
footer .footer-container .heighten-footer-content, footer .footer-container .contact-footer-content {
  flex: 1 1 50%;
}
footer .footer-container .heighten-footer-content h4, footer .footer-container .contact-footer-content h4 {
  text-align: left;
  font-size: clamp(0.95rem, 1.566vw, 2rem);
  letter-spacing: 3px;
}
footer .footer-container .heighten-footer-content {
  display: flex;
  flex-flow: column nowrap;
}
footer .footer-container .heighten-footer-content p.about-us {
  margin-top: unset;
  font-size: clamp(0.9rem, 1.566vw, 2rem);
}
footer .footer-container .heighten-footer-content .copyright {
  display: none;
}
@media screen and (max-width: 700px) {
  footer .footer-container .heighten-footer-content {
    margin-top: 25px;
    order: 2;
    max-width: 90%;
  }
  footer .footer-container .heighten-footer-content .copyright {
    display: block;
  }
}
footer .footer-container .contact-footer-content {
  flex: 1 1 35%;
  display: flex;
  flex-flow: column nowrap;
}
footer .footer-container .contact-footer-content .phone, footer .footer-container .contact-footer-content .email {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  gap: 25px;
  font-size: 1.15rem;
  font-weight: 300;
}
footer .footer-container .contact-footer-content .phone .phone-number, footer .footer-container .contact-footer-content .phone .email-address, footer .footer-container .contact-footer-content .email .phone-number, footer .footer-container .contact-footer-content .email .email-address {
  color: white;
  text-decoration: underline;
  letter-spacing: 3px;
}
footer .footer-container .contact-footer-content .copyright {
  line-height: 25px;
}
footer .footer-container .contact-footer-content p.contact {
  margin-top: unset;
}
@media screen and (max-width: 700px) {
  footer .footer-container .contact-footer-content {
    order: 1;
  }
  footer .footer-container .contact-footer-content .copyright {
    display: none;
  }
}

div.contact-me {
  margin-top: 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 10%;
}
div.contact-me .left {
  flex: 0 1 40%;
}
div.contact-me .right {
  flex: 0 1 40%;
}
@media screen and (max-width: 820px) {
  div.contact-me {
    gap: 5%;
  }
  div.contact-me .right {
    flex: 0 1 46%;
  }
}
@media screen and (max-width: 540px) {
  div.contact-me {
    flex-flow: column nowrap;
    text-align: center;
  }
  div.contact-me .left {
    order: 1;
  }
  div.contact-me .right {
    order: 2;
    margin-left: 20%;
  }
}
@media screen and (max-width: 430px) {
  div.contact-me .right {
    margin-left: 10%;
  }
}
div.contact-me .phone, div.contact-me .email {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  gap: 25px;
  font-size: 1.15rem;
  font-weight: 300;
}
div.contact-me .phone .phone-number, div.contact-me .phone .email-address, div.contact-me .email .phone-number, div.contact-me .email .email-address {
  color: white;
  text-decoration: underline;
  letter-spacing: 3px;
}
div.contact-me p.contact {
  margin-top: unset;
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  div.contact-me p.contact {
    max-width: 72%;
    margin-inline: auto;
  }
}

@media (prefers-color-scheme: dark) {
  .sticky-nav {
    color: white;
    background-color: #333;
  }
  .parallax-container {
    background-color: #333;
    color: #eee;
  }
  .parallax-container section .block {
    background: #222;
  }
  .parallax-container section .block h1, .parallax-container section .block h2, .parallax-container section .block h3 {
    color: white;
  }
  .parallax-container section .section-copy .light {
    color: #9c9c9c;
  }
  .parallax-container section .light {
    color: #ccc;
  }
  .parallax-container h2.inline-title, .parallax-container h3.inline-title {
    color: #eee !important;
  }
  .parallax-container section .block {
    background: #333;
  }
}

/*# sourceMappingURL=style.css.map */
