:root {
  --body-black: #212121;
  --red: #e4272c;
  --blue: #45b9e7;
  --headings-black: #393a3f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 2560px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.container.wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1500px;
  display: block;
  overflow: visible;
}

.ppn-logo {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  padding: 1rem 20px;
}

.section.main {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.columns {
  width: 100%;
}

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f8ffd9;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.content-text {
  color: var(--body-black);
  text-align: center;
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.epn-hpn-logo {
  height: 40px;
  margin: 0;
  padding: 0;
}

.epn-hpn-logo.hpn {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hero-text {
  text-align: center;
  text-wrap: balance;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.most-viewed-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border: 3px solid #83838340;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 1rem 2rem;
  display: flex;
}

.most-viewed-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--body-black);
  border-bottom: 3px #83838340;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.most-viewed-link:hover {
  color: var(--red);
}

.most-viewed-link.bottom {
  border-bottom-style: none;
}

.most-viewed-number {
  color: #45b9e7;
  width: 20px;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.most-viewed-headline-text {
  font-size: 16px;
  font-style: italic;
}

.most-viewed-header {
  color: #e4272c;
  margin-bottom: 0;
}

.button {
  background-color: var(--red);
  color: #fff;
  border-radius: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: #c81c20;
}

.divider {
  background-color: #83838340;
  border-radius: 500px;
  width: 100%;
  height: 2px;
}

.footer {
  z-index: 10;
  background-color: #04314c;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.footer-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: block;
}

.footer-link {
  color: #ffffff80;
  transition: color .2s ease-in-out;
}

.footer-link:hover {
  color: #fff;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.footer-text {
  color: #ffffff80;
}

.footer-text.right-align {
  text-align: right;
}

.footer-text.left-align {
  text-align: left;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 10rem;
  display: flex;
}

.section-2.survey {
  padding-bottom: 10rem;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.body {
  color: var(--body-black);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.container-3 {
  width: 1280px;
  max-width: 1280px;
  margin-top: 1rem;
}

.container-3._1080 {
  width: auto;
  max-width: 1080px;
}

.container-3._1080.survey {
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  line-height: 1.5;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.email-link {
  color: var(--red);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  transition: color .2s ease-in-out;
}

.email-link:hover {
  color: #45b9e7;
}

.header {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-bottom: 3px solid #83838340;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.about-bg {
  background-color: #f7f7f7;
  padding: 16px;
}

.about-bg.grey {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.about-bg.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-heading {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph {
  margin-bottom: 0;
  line-height: 1.5;
}

.submissions-text {
  column-count: 2;
  width: 75%;
  margin-bottom: 0;
  line-height: 1.75;
}

.text-span {
  font-size: 20px;
}

.link {
  color: var(--red);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link:hover {
  color: #45b9e7;
}

.spotlight-wrap {
  color: #fff;
  background-image: linear-gradient(0deg, #000000e6, #fff0);
  height: 350px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 10px #0003;
}

.spotlight-image {
  z-index: -5;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.spotlight-title {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  position: static;
  inset: auto 0% 0%;
}

.spotlight-date {
  color: #fff9;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.spotlight-text-wrap {
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-graphic {
  z-index: -10;
  opacity: .5;
  filter: blur(2px);
  background-image: url('../images/PPN-BG.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 75vh;
  margin-top: 4rem;
  position: absolute;
  inset: 0% 0% auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  height: 100px;
}

.heading-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link {
  width: 30px;
}

.socials-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.footer-middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._2-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.survey-embed {
  border-radius: 0;
  box-shadow: 0 0 10px -1px #0003;
}

.not-loading {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    height: auto;
  }

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

  .content-wrap {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .epn-hpn-logo {
    width: 100%;
    height: auto;
  }

  .most-viewed-headline-text {
    font-size: 14px;
  }

  .button {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5;
  }

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

  .container-3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3._1080 {
    width: auto;
  }

  .submissions-text {
    width: 100%;
  }

  .spotlight-wrap {
    height: 250px;
  }

  .spotlight-title {
    font-size: 20px;
  }

  .spotlight-text-wrap {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-left {
    justify-content: flex-start;
    align-items: center;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.main {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .column {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .epn-hpn-logo {
    max-width: 375px;
  }

  .most-viewed-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
  }

  .most-viewed-number {
    font-size: 24px;
  }

  .container-3._1080 {
    width: 100%;
  }

  .container-3._1080.survey {
    width: auto;
  }

  .about-heading {
    font-size: 1.5rem;
  }

  .text-span {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .ppn-logo {
    height: auto;
  }

  .section.main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrap {
    padding: 20px 12px;
  }

  .content-text {
    font-size: 14px;
  }

  .epn-hpn-logo {
    width: 100%;
  }

  .hero-text {
    font-size: 14px;
  }

  .most-viewed-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-3._1080 {
    width: 100%;
  }

  .container-3._1080.survey {
    max-width: 90%;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submissions-text {
    column-count: 1;
  }

  .spotlight-wrap {
    height: 200px;
  }

  .spotlight-title {
    font-size: 18px;
  }

  .spotlight-text-wrap {
    margin-bottom: 1rem;
  }

  ._2-button-wrap {
    flex-flow: column;
  }
}

#w-node-_82172a25-d316-eeaf-6018-09b0b2b3a78a-b2b3a787 {
  place-self: center start;
}

#w-node-_82172a25-d316-eeaf-6018-09b0b2b3a795-b2b3a787 {
  place-self: center;
}

#w-node-_82172a25-d316-eeaf-6018-09b0b2b3a79c-b2b3a787 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_82172a25-d316-eeaf-6018-09b0b2b3a78a-b2b3a787 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_82172a25-d316-eeaf-6018-09b0b2b3a795-b2b3a787 {
    order: -9999;
  }

  #w-node-_82172a25-d316-eeaf-6018-09b0b2b3a79c-b2b3a787 {
    justify-self: center;
  }
}


