#pnh-video-resources .section_wistia-video.playing .video-thumbnail,
#pnh-video-resources .section_wistia-video.playing .video-play-button, #pnh-downloadable-resources .section_wistia-video.playing .video-thumbnail,
#pnh-downloadable-resources .section_wistia-video.playing .video-play-button {
  display: none !important;
}
#pnh-video-resources .section_wistia-video.playing .wistia-video-container, #pnh-downloadable-resources .section_wistia-video.playing .wistia-video-container {
  display: block !important;
  width: 100%;
}
#pnh-video-resources .section_wistia-video .wistia-video-container, #pnh-downloadable-resources .section_wistia-video .wistia-video-container {
  display: none !important;
}
#pnh-video-resources .section_wistia-video .video-container__video-thumbnail, #pnh-downloadable-resources .section_wistia-video .video-container__video-thumbnail {
  width: 100%;
}
@media (min-width: 960px) {
  #pnh-video-resources .section_wistia-video .video-container__video-thumbnail, #pnh-downloadable-resources .section_wistia-video .video-container__video-thumbnail {
    width: inherit;
  }
}
#pnh-video-resources .section_wistia-video .video-thumbnail, #pnh-downloadable-resources .section_wistia-video .video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  background-color: #3A3A3A;
  align-content: center;
}
#pnh-video-resources .section_wistia-video .video-thumbnail--overlay, #pnh-downloadable-resources .section_wistia-video .video-thumbnail--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 133, 120, 0.7);
  align-content: center;
  text-align: center;
}
#pnh-video-resources .section_wistia-video .video-thumbnail--overlay img, #pnh-downloadable-resources .section_wistia-video .video-thumbnail--overlay img {
  width: 15%;
}
#pnh-video-resources:is(section).pnhTabsContainer, #pnh-downloadable-resources:is(section).pnhTabsContainer {
  padding-bottom: 70px;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row {
  display: flex;
  gap: 37px;
  flex-direction: column;
}
@media (min-width: 960px) {
  #pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row {
    flex-direction: row;
  }
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row h3, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row h3 {
  color: #007267;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 16px;
  margin-top: -2px;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row p, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row p {
  margin-top: -5px;
  line-height: 27px;
  margin-bottom: 12px;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container {
  background-color: #3A3A3A;
  align-content: center;
}
@media (min-width: 960px) {
  #pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container {
    min-height: 200px;
  }
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .image-container, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .image-container {
  border: 3px solid #007267;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 960px) {
  #pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container,
  #pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .image-container, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container,
  #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .image-container {
    min-width: 350px;
    width: 350px;
    max-width: 350px;
  }
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .image-container.no-border,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container.no-border, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .image-container.no-border,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .video-player-container.no-border {
  border: none;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .pnhTabsContainer-buttons, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .pnhTabsContainer-buttons {
  display: flex;
  gap: 20px;
  margin-top: auto;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .playButton,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .copyButton,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .downloadButton, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .playButton,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .copyButton,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .downloadButton {
  background-color: #FFA300;
  color: #3F4444;
  width: 168px;
  height: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
  text-decoration: none;
  text-transform: uppercase;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .playButton:hover,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .copyButton:hover,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .downloadButton:hover, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .playButton:hover,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .copyButton:hover,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .downloadButton:hover {
  text-decoration: underline;
}
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .playButton:active,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .copyButton:active,
#pnh-video-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .downloadButton:active, #pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .playButton:active,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .copyButton:active,
#pnh-downloadable-resources:is(section).pnhTabsContainer .pnhTabsContainer-row .downloadButton:active {
  background-color: #ff8a00;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-header, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header {
  max-width: none;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 18px;
  padding-left: 0;
  background: linear-gradient(to right, #007267 0, #01bfb2 100%);
}
#pnh-video-resources:is(section).pnhTabsContainer .section-header > div, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div {
  max-width: 1177px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  text-align: center;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-header > div h2, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div h2 {
  color: #fff;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-header > div h2 .eyebrow, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div h2 .eyebrow {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 28px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-header > div h2:not(:last-child), #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div h2:not(:last-child) {
  margin-bottom: 18px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-header > div p, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div p {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body {
  padding-left: 0;
  padding-right: 0;
  max-width: 1190px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > h3, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > h3 {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  color: #098;
  margin-bottom: 30px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > h4, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #007267;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > p, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > p {
  text-align: center;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > h3 + p, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > h3 + p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > p.inline-link-container, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > p.inline-link-container {
  margin-top: 18px;
  margin-bottom: 30px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > p.footnote, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > p.footnote {
  text-align: left;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body > p + .footnotes, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > p + .footnotes {
  padding-top: 0;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body .inline-link, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body .inline-link {
  color: #992550;
  font-weight: 700;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body .footnotes, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body .footnotes {
  padding-top: 18px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body ul > li:not(:last-child), #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body ul > li:not(:last-child) {
  margin-bottom: 9px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body .footnotes + ul, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body .footnotes + ul {
  margin-top: 50px;
}
#pnh-video-resources:is(section).pnhTabsContainer .section-body .chart-title, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body .chart-title {
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #f47d4d;
}
#pnh-video-resources:is(section).pnhTabsContainer .tabbed-content, #pnh-downloadable-resources:is(section).pnhTabsContainer .tabbed-content {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1210px) {
  #pnh-video-resources:is(section).pnhTabsContainer .tabbed-content, #pnh-downloadable-resources:is(section).pnhTabsContainer .tabbed-content {
    margin-left: 0;
    margin-right: 0;
  }
}
#pnh-video-resources:is(section).pnhTabsContainer .accordions, #pnh-downloadable-resources:is(section).pnhTabsContainer .accordions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#pnh-video-resources:is(section).pnhTabsContainer .accordions .accordion .accordion-body h4, #pnh-downloadable-resources:is(section).pnhTabsContainer .accordions .accordion .accordion-body h4 {
  font-size: 24px;
  line-height: 30px;
  color: #098;
}
#pnh-video-resources:is(section).pnhTabsContainer .accordions .accordion .accordion-body h4:not(:first-child), #pnh-downloadable-resources:is(section).pnhTabsContainer .accordions .accordion .accordion-body h4:not(:first-child) {
  margin-top: 40px;
}
#pnh-video-resources:is(section).pnhTabsContainer .scroll-x-wrapper + .swipe + *, #pnh-downloadable-resources:is(section).pnhTabsContainer .scroll-x-wrapper + .swipe + * {
  margin-top: 25px;
}
#pnh-video-resources .tabbed-content .tabs, #pnh-downloadable-resources .tabbed-content .tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: width 0.15s ease;
}
#pnh-video-resources .tabbed-content .tabs .tab, #pnh-downloadable-resources .tabbed-content .tabs .tab {
  height: 50px;
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#pnh-video-resources .tabbed-content .tabs .tab.active, #pnh-downloadable-resources .tabbed-content .tabs .tab.active {
  background-color: #ffa300;
  color: #003f39;
}
#pnh-video-resources .tabbed-content .content-container, #pnh-downloadable-resources .tabbed-content .content-container {
  background: linear-gradient(to bottom, #fff 0, rgba(237, 237, 237, 0.57)), #fff;
  border: 1px solid #2f8b83;
  overflow: hidden;
  padding: 30px 20px;
}
@media (min-width: 960px) {
  #pnh-video-resources .tabbed-content .content-container, #pnh-downloadable-resources .tabbed-content .content-container {
    padding: 60px 34.5px 60px 34.5px;
  }
}
#pnh-video-resources .tabbed-content .content-container .content, #pnh-downloadable-resources .tabbed-content .content-container .content {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 0;
}
#pnh-video-resources .tabbed-content .content-container .content > h3, #pnh-downloadable-resources .tabbed-content .content-container .content > h3 {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  color: #098;
  margin-bottom: 30px;
}
#pnh-video-resources .tabbed-content .content-container .content > h4, #pnh-downloadable-resources .tabbed-content .content-container .content > h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #007267;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#pnh-video-resources .tabbed-content .content-container .content > p, #pnh-downloadable-resources .tabbed-content .content-container .content > p {
  text-align: center;
}
#pnh-video-resources .tabbed-content .content-container .content > h3 + p, #pnh-downloadable-resources .tabbed-content .content-container .content > h3 + p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#pnh-video-resources .tabbed-content .content-container .content > p.inline-link-container, #pnh-downloadable-resources .tabbed-content .content-container .content > p.inline-link-container {
  margin-top: 18px;
  margin-bottom: 30px;
}
#pnh-video-resources .tabbed-content .content-container .content > p.footnote, #pnh-downloadable-resources .tabbed-content .content-container .content > p.footnote {
  text-align: left;
}
#pnh-video-resources .tabbed-content .content-container .content > p + .footnotes, #pnh-downloadable-resources .tabbed-content .content-container .content > p + .footnotes {
  padding-top: 0;
}
#pnh-video-resources .tabbed-content .content-container .content .inline-link, #pnh-downloadable-resources .tabbed-content .content-container .content .inline-link {
  color: #992550;
  font-weight: 700;
}
#pnh-video-resources .tabbed-content .content-container .content .footnotes, #pnh-downloadable-resources .tabbed-content .content-container .content .footnotes {
  padding-top: 18px;
}
#pnh-video-resources .tabbed-content .content-container .content ul > li:not(:last-child), #pnh-downloadable-resources .tabbed-content .content-container .content ul > li:not(:last-child) {
  margin-bottom: 9px;
}
#pnh-video-resources .tabbed-content .content-container .content .footnotes + ul, #pnh-downloadable-resources .tabbed-content .content-container .content .footnotes + ul {
  margin-top: 50px;
}
#pnh-video-resources .tabbed-content .content-container .content .chart-title, #pnh-downloadable-resources .tabbed-content .content-container .content .chart-title {
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #f47d4d;
}
#pnh-video-resources .tabbed-content .content-container .content.active, #pnh-downloadable-resources .tabbed-content .content-container .content.active {
  visibility: visible;
  opacity: 1;
  z-index: 0;
  height: auto;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#pnh-video-resources .tabbed-content .content-container .pnhTabsContent-content, #pnh-downloadable-resources .tabbed-content .content-container .pnhTabsContent-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 753px) {
  #pnh-video-resources:is(section).pnhTabsContainer .section-header, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header {
    padding-top: calc(18px + 32 * (100vw - 753px) / 447);
    padding-bottom: calc(18px + 32 * (100vw - 753px) / 447);
  }
}
@media screen and (min-width: 1200px) {
  #pnh-video-resources:is(section).pnhTabsContainer .section-header, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #pnh-video-resources:is(section).pnhTabsContainer .section-header > div h2 .eyebrow, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div h2 .eyebrow {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 753px) {
  #pnh-video-resources:is(section).pnhTabsContainer .section-header > div h2 .eyebrow, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-header > div h2 .eyebrow {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 18px;
  }
  #pnh-video-resources:is(section).pnhTabsContainer .section-body > h3, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body > h3 {
    font-size: 32px;
    line-height: 38px;
  }
  #pnh-video-resources:is(section).pnhTabsContainer .section-body .chart-title, #pnh-downloadable-resources:is(section).pnhTabsContainer .section-body .chart-title {
    font-size: 24px;
    line-height: 30px;
  }
  #pnh-video-resources .tabbed-content .content-container .content > h3, #pnh-downloadable-resources .tabbed-content .content-container .content > h3 {
    font-size: 32px;
    line-height: 38px;
  }
  #pnh-video-resources .tabbed-content .content-container .content .chart-title, #pnh-downloadable-resources .tabbed-content .content-container .content .chart-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 752px) {
  #pnh-video-resources:is(section).pnhTabsContainer .accordions .accordion .accordion-body h4, #pnh-downloadable-resources:is(section).pnhTabsContainer .accordions .accordion .accordion-body h4 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  #pnh-video-resources:is(section).pnhTabsContainer .scroll-x-wrapper + .swipe, #pnh-downloadable-resources:is(section).pnhTabsContainer .scroll-x-wrapper + .swipe {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 959px) {
  #pnh-video-resources .tabbed-content .tabs, #pnh-downloadable-resources .tabbed-content .tabs {
    gap: 12px;
  }
  #pnh-video-resources .tabbed-content .tabs .tab, #pnh-downloadable-resources .tabbed-content .tabs .tab {
    font-size: 16px;
    padding: 0 8px;
    text-align: center;
    flex: 1;
  }
  #pnh-video-resources .tabbed-content .tabs .tab:not(:last-child), #pnh-downloadable-resources .tabbed-content .tabs .tab:not(:last-child) {
    border-right: 1px solid #fff;
  }
  #pnh-video-resources .tabbed-content.fixed-tabs, #pnh-downloadable-resources .tabbed-content.fixed-tabs {
    padding-top: 67px;
  }
  #pnh-video-resources .tabbed-content.fixed-tabs .tabs, #pnh-downloadable-resources .tabbed-content.fixed-tabs .tabs {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    border-top: 1px solid #fff;
    margin: 0 10px;
  }
}
@media screen and (min-width: 960px) {
  #pnh-video-resources .tabbed-content .tabs .tab, #pnh-downloadable-resources .tabbed-content .tabs .tab {
    min-width: 270px;
  }
}

#resources-downloadable .hero.hero--pnh-testing,
#resources-videos-and-podcasts .hero.hero--pnh-testing {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#resources-downloadable .hero.hero--pnh-testing div,
#resources-videos-and-podcasts .hero.hero--pnh-testing div {
  max-width: 1220px;
}
#resources-downloadable .hero.hero--pnh-testing h1,
#resources-videos-and-podcasts .hero.hero--pnh-testing h1 {
  color: #098;
  text-align: center;
}
#resources-downloadable .hero.hero--pnh-testing p,
#resources-videos-and-podcasts .hero.hero--pnh-testing p {
  color: #000000;
  text-align: center;
}
#resources-downloadable .hero.hero--pnh-testing:before,
#resources-videos-and-podcasts .hero.hero--pnh-testing:before {
  background-color: unset;
}

#resources-downloadable #strip-resources-and-videos,
#resources-videos-and-podcasts #strip-resources-and-videos {
  background-image: linear-gradient(to right, #446f6a -20%, #04a898 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 30px;
}

#resources-downloadable #strip-resources-and-videos h2,
#resources-videos-and-podcasts #strip-resources-and-videos h2 {
  font-size: 38px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
}/*# sourceMappingURL=main.css.map */