:root {
  --white: white;
  --dark-blue: #274060;
  --light-blue: #6b9ac4;
  --black: black;
  --color: #6b9ac4;
  --yellow: #f4d58d;
  --orange: #ef7b45;
  --green: #748067;
  --transparent: #0000;
  --wing-grey: #d6d6d6;
  --light-grey: #bdbdbd;
  --grey: #333;
}

.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;
  }
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

h5 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

a {
  color: var(--light-blue);
  text-decoration: underline;
}

li {
  line-height: 110%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.s-canal-header-nhbrand {
  z-index: 1;
  background-color: var(--light-blue);
  position: relative;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: relative;
}

.d-nhbrandlogo {
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-footerdiv1 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-footer {
  background-color: #274060;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink-footer {
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.socialicon {
  margin-left: 5px;
  margin-right: 5px;
}

.s-content-wrapper {
  font-family: Barlow, sans-serif;
}

.d-footercolums {
  flex-flow: column;
  display: flex;
}

.d-footer-boilerplate {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.d-copyright {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bolierplate {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  line-height: 110%;
}

.boilerplate {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Barlow, sans-serif;
  line-height: 110%;
  display: flex;
}

.image {
  margin-top: 10px;
  margin-bottom: 5px;
}

.d-content-wrapper p {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.nav-link-header {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.div-block-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--light-blue);
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  margin-bottom: 40px;
}

.div-block-4 {
  margin-top: 136px;
  margin-left: 40px;
  margin-right: 40px;
}

.fronts_btns {
  background-color: var(--dark-blue);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

.fronts_btns.white_btn {
  background-color: var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 20px #0003;
}

.div-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color);
  justify-content: flex-start;
  align-items: center;
  height: 712px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-3 {
  margin-bottom: -8px;
}

.heading-2 {
  margin-top: 0;
}

.div-block-7 {
  width: 515px;
}

.section {
  margin-top: 52px;
}

.header83_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.text-size-medium {
  color: var(--white);
  width: 500px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
}

.newyork-h1 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 138px;
  font-weight: 600;
  line-height: 110%;
  position: static;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-decoration: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.header83_content-block {
  z-index: 1;
  position: relative;
}

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

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.button-3 {
  background-color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  width: 224px;
  max-width: 224px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sectionthumb {
  width: 250px;
  height: 250px;
}

.div-block-9 {
  margin-top: -53px;
}

.image-5 {
  width: 100%;
}

.unlock-h1 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 128px;
  font-weight: 600;
  line-height: 75%;
  position: static;
}

.padding-global-hero {
  padding-left: 5%;
  padding-right: 5%;
}

.image-overlay-layer-hero {
  z-index: 1;
  background-color: var(--dark-blue);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.container-footer-logo-type {
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  display: flex;
}

.unlock-logo {
  color: var(--yellow);
  text-align: center;
  width: 135px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 75%;
  position: static;
}

.newyork-logo {
  color: var(--yellow);
  text-align: center;
  width: 131px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 110%;
  position: static;
}

.d-unlock {
  width: 131px;
}

.div-block-13 {
  border-bottom: 1px solid gray;
  width: 1100px;
}

.div-block-14 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.d-story-headline-dek {
  background-color: var(--dark-blue);
  height: 284px;
  padding-top: 0;
  padding-bottom: 0;
}

.h1-story-title {
  color: var(--yellow);
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  position: static;
}

.story-dek {
  color: var(--white);
  width: auto;
  margin-bottom: 34px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.d-title-dek-horiz {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.section-2 {
  z-index: 2;
  background-color: var(--yellow);
  margin-top: 20px;
  position: sticky;
}

.d-story-headline-dek-horizontal {
  z-index: 1;
  background-color: var(--dark-blue);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-section-story-horizontal {
  width: 100%;
}

.c-title-dek-horiz {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
  position: static;
}

.section_header38 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.header38_component {
  grid-column-gap: 0rem;
  background-color: var(--dark-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header38_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.header38_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_header39 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.header39_component {
  grid-column-gap: 0rem;
  background-color: var(--dark-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header39_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header39_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.kicker-v {
  width: 897px;
}

.kicker-v.white {
  color: var(--white);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.readin {
  color: var(--white);
  width: 768px;
  margin-bottom: 34px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.div-block-22 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 40px;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

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

.grid-list5_item {
  border: 1px none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.grid-list5_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.grid-list5_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-list5_content-bottom {
  padding: 1.5rem;
}

.grid-list5_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-h6 {
  color: var(--dark-blue);
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-23 {
  margin: 60px 10px 10px;
}

.section-1 {
  z-index: 3;
  background-color: var(--light-blue);
  position: sticky;
}

.section-3 {
  z-index: 1;
  background-color: var(--green);
  height: 0;
  position: sticky;
}

.spacerdiv {
  background-color: var(--orange);
  height: 100vh;
}

.parallaxwrapper {
  position: relative;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.grid-list9_list-wrapper {
  background-color: var(--color);
}

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

.grid-list9_item {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--white);
  width: 297px;
}

.grid-list9_image-wrapper {
  width: 100%;
}

.grid-list9_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-list9_content-bottom {
  padding: 1.5rem;
}

.margin-bottom, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.grid-list9_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-4 {
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  width: 100%;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.div-block-25 {
  width: auto;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid.is-product {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.section-5 {
  margin-top: 52px;
}

.section-5.is-fullscreen {
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.nospace-right {
  padding-right: 0;
}

.wrapper.is-hero-image {
  width: 100%;
  min-height: 60rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.column-2.product-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
  position: relative;
}

.divider-line {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.under-image {
  z-index: 0;
  background-image: url('../images/mountainsdusk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0 0% 0%;
}

.headlineoverlay {
  z-index: 1;
  height: 100vh;
  position: static;
}

.d-storybody {
  background-color: var(--white);
  width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  width: 672px;
  line-height: 140%;
}

.c-storybody {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-pullquote {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-4 {
  color: var(--dark-blue);
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
}

.pullquote-name {
  color: var(--color);
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.pq {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pullquote-biocredit {
  color: var(--color);
  margin-top: 5px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.d-medium-image {
  width: 672px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.medium-image {
  width: 672px;
  display: inline-block;
}

.text-size-small {
  font-size: .875rem;
}

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

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

.portfolio2-gallery1_lightbox-link, .portfolio2-gallery1_image-wrapper {
  width: 100%;
  height: 100%;
}

.portfolio2-gallery1_image {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

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

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

.portfolio2-gallery3_lightbox-link, .portfolio2-gallery3_image-wrapper {
  width: 100%;
  height: 100%;
}

.portfolio2-gallery3_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.portfolio4-gallery1_lightbox-link, .portfolio4-gallery1_image-wrapper {
  width: 100%;
  height: 100%;
}

.portfolio4-gallery1_image1 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.portfolio4-gallery1_image2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
}

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

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

.portfolio4-gallery2_lightbox-link {
  width: 100%;
  height: 100%;
}

.portfolio4-gallery2_image-wrapper {
  width: 100%;
  height: auto;
}

.portfolio4-gallery2_image1 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.portfolio4-gallery2_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio4-gallery2_image4, .portfolio4-gallery2_image5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_list {
  column-count: 3;
  column-gap: 2rem;
}

.gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery10_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery10_image1, .gallery10_image2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery10_image4, .gallery10_image5, .gallery10_image6, .gallery10_image7 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_largeimage {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.gallery1_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.gallery1_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s-storybody-text {
  background-color: var(--white);
}

.s-storybody-p {
  margin-left: auto;
  margin-right: auto;
}

.d-nhbrand {
  z-index: 2;
  background-color: var(--light-blue);
  position: relative;
}

.c-nhbrand {
  background-color: var(--light-blue);
}

.nhlogo {
  position: static;
}

.s-canal-navbar {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.c-navbar {
  background-color: var(--white);
}

.byline {
  color: var(--black);
  text-align: right;
  margin-top: 2.5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.d-figcaption {
  color: var(--black);
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.d-image-byline-caption {
  margin-top: 0;
}

.d-image-byline-caption-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.parallaxblock {
  z-index: 1;
  position: relative;
}

.d-story-nav-head {
  z-index: 1;
  margin-top: auto;
  position: static;
}

.section_gallery18 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.gallery18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery18_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

.gallery18_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-left-previous {
  inset: auto auto 0% 0%;
}

.slider-arrow.is-bottom-left-next {
  inset: auto auto 0% 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.d-flex2 {
  display: block;
}

.c-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_gallery14 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.gallery14_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery14_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_gallery19 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.gallery19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery19_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery19_mask {
  width: 25%;
  overflow: visible;
}

.gallery19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery19_lightbox-link {
  width: 100%;
}

.gallery19_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery19_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_gallery21 {
  overflow: hidden;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.gallery21_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vw;
  display: block;
}

.section_header145-hero {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  margin-bottom: 10px;
}

.header145_component {
  flex-direction: column;
}

.header145_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_gallery26 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.gallery26_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery26_content-left {
  justify-content: flex-end;
  display: flex;
}

.gallery26_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.gallery26_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.gallery26_mask {
  width: 45%;
  overflow: visible;
}

.gallery26_slide {
  padding-right: 2rem;
}

.gallery26_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery26_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery26_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 4rem 0% auto;
}

.text-block-7 {
  text-align: right;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-weight: 700;
  display: flex;
}

.timeline7_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular {
  font-size: 1rem;
}

.text-block-8 {
  font-family: Barlow, sans-serif;
}

.d-vert-timelline-text {
  flex-flow: column;
  display: flex;
}

.d-tl-circle {
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 23px;
  margin-bottom: 10px;
  display: flex;
}

.d-line {
  background-color: var(--color);
  width: 2px;
  height: 100%;
}

.d-vertical-line-timeline {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.d-v-line-timeline {
  display: flex;
}

.d-h-line-timeline-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 640px;
  height: 640px;
}

.div-block-35 {
  width: 640px;
}

.div-block-36 {
  display: flex;
}

.line-h {
  background-color: var(--color);
  width: 2px;
  height: 950px;
}

.s-hed-dek-sectiontop {
  width: 100%;
  position: static;
}

.d-hed-dek-sectiontop {
  z-index: 1;
  background-color: var(--dark-blue);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.c-hed-dek-sectiontop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
  position: static;
}

.s-hed-dek-storytop {
  width: 100%;
}

.d-hed-dek-storytop {
  z-index: 1;
  background-color: var(--dark-blue);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.c-hed-dek-storytop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
  position: static;
}

.kicker {
  color: var(--white);
  font-size: 24px;
}

.d-hero-post-top {
  z-index: 1;
  background-color: var(--dark-blue);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.storysection-topimage {
  width: 100%;
  height: 100%;
}

.d-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_gallery13 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery13_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.gallery13_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery13_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow-icon {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.c-storybody-dropcap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bylinetopper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 48px;
  display: flex;
}

.blog-post-header1_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  display: flex;
}

.blog-post-header1_author-image-wrapper {
  display: flex;
}

.blog-post-header1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-left: 5px;
  margin-right: 5px;
}

.blog-post-header1_author-text {
  display: flex;
}

.text-weight-semibold {
  margin-right: 5px;
  font-weight: 600;
}

.blog-post-header1_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-post-header1_social-link {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-radius: 20px;
  padding: .25rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-9 {
  font-weight: 700;
}

.dropcap-paragraph {
  width: 100%;
  font-family: Barlow, sans-serif;
}

.d-storybody-dropcap {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.d-paragraph-around-dropcap {
  float: left;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1px;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
}

.d-dropcap-housing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  margin-top: 6px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.toptext-dropcap-block {
  width: 625px;
  margin-top: 11px;
  padding-right: 39px;
}

.text-block-10 {
  z-index: 1;
  color: var(--yellow);
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.image-10 {
  z-index: -1;
  position: relative;
  left: 45px;
}

.dropcap-paragraph-area {
  width: 84%;
  font-size: 16px;
  line-height: 140%;
}

.s-bylinetopper, .s-storybody-dropcap {
  margin-left: auto;
  margin-right: auto;
}

.d-producer-avatars {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.d-image-byline-only {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.d-sidebyside {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-3wayimages, .d-5wayimages {
  margin-top: 20px;
  margin-bottom: 20px;
}

.d-2wayimages {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.d-authorbio {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.d-extra-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.background-video {
  opacity: 1;
  cursor: default;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.d-birdhotspots, .s-birdhotspots {
  background-color: var(--dark-blue);
}

.body-2 {
  background-color: var(--transparent);
}

.birds-text {
  color: var(--white);
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.d-birdhotspots-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.d-birdhotspots-map, .d-birdcalls {
  margin-bottom: 40px;
}

.d-birdcall-cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.birds-title {
  color: var(--white);
  margin-bottom: 18px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.s-bird-section {
  background-color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.d-birding {
  background-color: var(--dark-blue);
}

.d-bird-content {
  margin-bottom: 40px;
}

.d-mainwing {
  background-color: var(--wing-grey);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.wingwatch-heading {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-11 {
  max-width: 640px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-11 {
  margin-top: 78px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.d-wing-image {
  margin-top: -40px;
}

._w-wingtext {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-wing {
  margin-top: 40px;
}

.d-wing-imagebox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: block;
}

.d-hero-photo-byline {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.photo-byline {
  color: var(--white);
  margin-right: 5px;
  font-family: Barlow Condensed, sans-serif;
}

.section_team2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.team2_item {
  text-align: center;
}

.team2_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.team2_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  margin-right: 5px;
  font-weight: 600;
}

.team2_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_team4 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.team4_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.team4_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.team4_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.card-row4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.biocard {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row4_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.card-row4_image {
  aspect-ratio: 1;
  max-width: 75%;
}

.card-row4_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0 3rem;
  display: block;
}

.heading-3 {
  text-align: center;
}

.person-card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.team-top-text {
  text-align: center;
}

.d-teamcards {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding-bottom: 4rem;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: auto;
}

.bio-text {
  width: 250px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-5 {
  text-align: center;
}

.teamdiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-topper {
  color: var(--dark-blue);
}

.s-team-about {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .image-5 {
    width: 1440px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link-header {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-3 {
    margin-bottom: 40px;
  }

  .div-block-4 {
    margin-top: 136px;
    margin-left: 64px;
    margin-right: 64px;
  }

  .fronts_btns {
    background-color: var(--dark-blue);
    border-radius: 20px;
    height: 45px;
    margin-right: 20px;
    padding-top: 11px;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
  }

  .fronts_btns.white_btn {
    background-color: var(--white);
    outline-offset: 0px;
    color: var(--dark-blue);
    outline: 3px #274060;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    box-shadow: 0 0 6px 6px #0003;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .sectionthumb {
    width: 320px;
    height: 320px;
  }

  .image-5 {
    width: 1920px;
  }

  .grid-list9_item {
    background-color: var(--white);
    width: 292px;
  }

  .button-4 {
    background-color: var(--dark-blue);
    text-align: center;
    width: 100%;
  }

  .button-5 {
    background-color: var(--white);
    color: var(--black);
    border-radius: 8px;
  }

  .div-block-24 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .column-2 {
    padding-right: 0;
  }

  .div-block-35 {
    width: auto;
  }

  .div-block-36 {
    width: 1300px;
  }

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns {
    display: flex;
  }

  .line-h {
    width: 250px;
    height: 2px;
  }

  .d-h-circle {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .newyork-h1 {
    font-size: 138px;
    font-weight: 700;
  }

  .image-5 {
    width: 2400px;
  }

  .unlock-h1 {
    font-size: 128px;
    font-weight: 700;
  }

  .container-footer-logo-type {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .unlock-logo {
    font-size: 31px;
    font-weight: 700;
  }

  .newyork-logo {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 150px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 110%;
    display: block;
  }

  .d-footer-logo-type {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: flex;
  }

  .div-block-15 {
    text-align: center;
  }

  .h1-story-title {
    font-size: 31px;
    font-weight: 700;
  }

  .image-7 {
    width: 100%;
  }

  .under-image {
    background-image: url('../images/mountainsdusk.jpg');
    background-size: cover;
    background-attachment: fixed;
  }

  .headlineoverlay {
    background-image: none;
    position: absolute;
  }

  .dropcap-paragraph {
    width: auto;
    font-family: Barlow, sans-serif;
  }

  .d-storybody-dropcap {
    margin-left: 0;
    margin-right: 0;
  }

  .d-paragraph-around-dropcap {
    display: flex;
  }

  .d-dropcap-housing {
    margin-right: 40px;
  }

  .toptext-dropcap-block {
    font-size: 16px;
  }

  .text-block-10 {
    line-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    line-height: 22px;
  }

  .d-footerdiv1 {
    flex-flow: column;
  }

  .d-footer-boilerplate {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .nav-link-header {
    background-color: var(--white);
    color: var(--black);
  }

  .newyork-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-4 {
    margin-top: 21px;
  }

  .unlock-h1 {
    font-size: 3.25rem;
  }

  .image-overlay-layer-hero {
    height: 700px;
  }

  .unlock-logo, .newyork-logo {
    width: 135px;
    font-size: 35px;
  }

  .div-block-13 {
    width: 768px;
  }

  .h1-story-title {
    width: auto;
    font-size: 35px;
  }

  .story-dek {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .d-title-dek-horiz {
    margin-top: 20px;
    display: block;
  }

  .c-title-dek-horiz {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header38_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header38_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header38_image {
    height: auto;
    max-height: none;
  }

  .header39_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header39_image {
    height: auto;
    max-height: none;
  }

  .header39_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .kicker-v.white {
    width: auto;
  }

  .readin {
    width: auto;
    padding-bottom: 0;
  }

  .grid-list5_list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: var(--white);
    color: var(--black);
  }

  .icon {
    color: var(--black);
  }

  .menu-button {
    background-color: var(--white);
    color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-list9_list {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid.is-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .slider-arrow.is-bottom-left-previous {
    left: auto;
  }

  .slider-arrow.is-bottom-left-next {
    left: calc(5% + 4rem);
  }

  .gallery14_image-wrapper {
    padding-top: 66.66%;
  }

  .gallery26_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .gallery26_content-left {
    justify-content: flex-start;
  }

  .gallery26_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gallery26_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery26_mask {
    width: 50%;
  }

  .gallery26_slide {
    padding-right: 2rem;
  }

  .gallery26_slide-nav {
    right: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .c-hed-dek-sectiontop, .c-hed-dek-storytop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .storysection-topimage {
    height: 100%;
  }

  .d-footer {
    flex-flow: column;
  }

  .d-storybody-dropcap {
    margin-left: 100px;
    margin-right: 100px;
  }

  .d-paragraph-around-dropcap {
    margin-left: 0;
  }

  .wingwatch-heading {
    margin-top: 50px;
  }

  .text-block-11 {
    max-width: 500px;
  }

  .team2_list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .team4_list {
    grid-template-columns: 1fr 1fr;
  }

  .card-row4_card-content {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .d-footerdiv1 {
    flex-flow: column;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .newyork-h1 {
    font-size: 2.5rem;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .button-3 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-4 {
    margin-top: 30px;
  }

  .unlock-h1 {
    font-size: 2.5rem;
  }

  .unlock-logo {
    font-size: 31px;
  }

  .newyork-logo {
    font-size: 35px;
  }

  .div-block-13 {
    width: 568px;
  }

  .h1-story-title {
    font-size: 31px;
  }

  .story-dek {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .c-title-dek-horiz {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header38_component {
    padding-top: 4rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .header39_component {
    padding-top: 4rem;
  }

  .readin {
    font-size: 14px;
  }

  .div-block-22 {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .grid-list5_list {
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-list9_list {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid.is-product {
    grid-template-columns: 1fr;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.nospace-right {
    padding-right: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .d-storybody {
    margin-left: 10px;
    margin-right: 10px;
  }

  .portfolio2-gallery1_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .portfolio2-gallery3_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .portfolio4-gallery1_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .portfolio4-gallery2_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .gallery10_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .gallery10_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .gallery1_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .d-flex1, .d-flex3 {
    display: none;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .gallery19_mask {
    width: 50%;
  }

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .header145_component {
    height: auto;
    max-height: none;
  }

  .gallery26_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery26_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery26_mask {
    width: 80%;
  }

  .gallery26_slide {
    padding-right: 1.5rem;
  }

  .gallery26_slide-nav {
    right: 5%;
  }

  .timeline7_circle {
    margin-top: .75rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .d-v-line-timeline {
    margin-left: 0;
    margin-right: 10px;
  }

  .c-hed-dek-sectiontop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .d-footer {
    flex-flow: column;
  }

  .gallery13_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .d-storybody-dropcap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-paragraph-around-dropcap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .d-dropcap-housing {
    margin-top: 17px;
  }

  .dropcap-paragraph-area {
    width: 50%;
  }

  .s-storybody-dropcap {
    margin-left: 71px;
    margin-right: -53px;
  }

  .d-authorbio {
    flex-flow: column;
  }

  .d-birdhotspots-text {
    padding-left: 10px;
  }

  .d-birdhotspots-map, .d-birdcalls, .d-bird-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-mainwing {
    flex-flow: column;
  }

  .team2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team2_image-wrapper {
    height: 100%;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .team4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team4_image-wrapper {
    height: 100%;
  }

  .card-row4_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .biocard {
    grid-template-columns: 1fr;
  }

  .card-row4_card-content {
    padding: 1.5rem;
  }

  .person-card {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .boilerplate {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    margin-top: 3px;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .text-size-medium {
    width: 261px;
    font-size: 14px;
  }

  .newyork-h1 {
    font-size: 70px;
  }

  .div-block-10 {
    margin-bottom: 9px;
  }

  .unlock-h1 {
    font-size: 64px;
  }

  .padding-global-hero {
    margin-top: -297px;
  }

  .image-overlay-layer-hero {
    height: 500px;
  }

  .unlock-logo {
    font-size: 31px;
  }

  .newyork-logo {
    font-size: 35px;
  }

  .div-block-13 {
    width: 320px;
  }

  .h1-story-title {
    font-size: 31px;
  }

  .story-dek {
    margin-bottom: 5px;
  }

  .d-story-headline-dek-horizontal {
    height: auto;
  }

  .header38_component, .header39_component {
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 25;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid.is-product {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow.is-bottom-left-next {
    left: 24%;
  }

  .gallery26_mask {
    width: 95%;
  }

  .d-v-line-timeline {
    margin-right: 10px;
  }

  .d-hed-dek-sectiontop, .d-hed-dek-storytop, .d-hero-post-top {
    height: auto;
  }

  .bylinetopper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .d-storybody-dropcap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-dropcap-housing {
    width: 115px;
  }

  .d-birdhotspots-text {
    padding-left: 10px;
  }

  .birds-title {
    line-height: 100%;
  }

  .team2_list, .team4_list, .card-row4_component {
    grid-template-columns: 1fr;
  }
}

#w-node-f55f91f6-9fe1-5ca7-0ab7-e1b541e29359-b7995b1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_401f1355-f9db-22d1-c8ab-099fc4cff82c-d2e047db, #w-node-_401f1355-f9db-22d1-c8ab-099fc4cff82f-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e73-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e77-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e7a-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e7d-d2e047db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_401f1355-f9db-22d1-c8ab-099fc4cff85e-d2e047db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8b93bdfb-f192-43e3-3f40-07aa27c4569f-d2e047db {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e94-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e97-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e9a-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361e9e-d2e047db, #w-node-bc69ca8a-eca8-4b76-70bb-a9b335361ea1-d2e047db, #w-node-_36acbae5-3f20-aa8b-91f2-06aac4d4de56-d2e047db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d91f1328-095d-b677-3536-a30842b1dc8d-8854e42f {
  justify-self: end;
}

#w-node-_2884458d-e57b-3930-45e0-8c431a883f34-8854e42f {
  justify-self: start;
}

#w-node-e6fdd408-8081-612b-171a-374f3eb331ba-11c9677d, #w-node-b362baa5-dd21-23bd-2cc3-352ce0ef3299-11c9677d, #w-node-a4e65bae-6192-17cb-6fe5-86ff839325b2-11c9677d, #w-node-_160cb5cd-3d14-3ed0-00e5-93bbd70b83bd-11c9677d, #w-node-a5c910a5-8104-6712-d784-5f30daf41fca-11c9677d, #w-node-_20805992-3b15-7466-cfd4-d1dbd2243fbd-11c9677d, #w-node-ee55dadc-18cf-d408-6079-f5d2550b209e-11c9677d, #w-node-_0e5d79fc-0ee5-6ee9-a01e-8621753883ac-11c9677d {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f55f91f6-9fe1-5ca7-0ab7-e1b541e29359-b7995b1c {
    justify-self: auto;
  }

  #w-node-d91f1328-095d-b677-3536-a30842b1dc8d-8854e42f {
    justify-self: start;
  }

  #w-node-_2884458d-e57b-3930-45e0-8c431a883f34-8854e42f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_80a0bde4-ae52-034a-cd56-aedcf189679a-85e9d9c8 {
    justify-self: auto;
  }
}


