/* import framework files */
/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .isf-container {
      max-width: 760px; } }
  @media (min-width: 1024px) {
    .isf-container {
      max-width: 960px; } }
  @media (min-width: 1260px) {
    .isf-container {
      max-width: 1200px; } }
  @media (min-width: 1600px) {
    .isf-container {
      max-width: 1400px; } }

@font-face {
  font-family: univers-regular;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd.otf"); }
@font-face {
  font-family: univers-bold;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd-Bold.otf"); }
@font-face {
  font-family: univers-condensed;
  src: url("https://interactive-development.hsnb.io/hsnbisf/fonts/UniversLTStd-Cn.otf"); }
.isf-story {
  font-family: univers-regular, sans-serif; }
  .isf-story h1, .isf-story h2, .isf-story h3, .isf-story h4, .isf-story h5, .isf-story h6 {
    margin: 0px; }
  .isf-story h1 {
    font-size: 2.1117647059rem;
    line-height: 1.3;
    margin-bottom: 1.1764705882rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .isf-story h1 {
        font-size: 2.3529411765rem;
        margin-bottom: 2.2352941176rem; } }
    @media (min-width: 1260px) {
      .isf-story h1 {
        font-size: 3.2352941176rem; } }
  .isf-story h2 {
    font-size: 1.3529411765rem;
    line-height: 1.3;
    margin-bottom: .8823529412rem;
    padding-top: .5882352941rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .isf-story h2 {
        font-size: 1.7647058824rem;
        margin-bottom: 1.7058823529rem;
        padding-top: 1.7058823529rem; } }
  .isf-story h3 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.5294117647rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .isf-story h3 {
        font-size: 2.3529411765rem;
        line-height: 1.3; } }
  .isf-story h4 {
    font-size: 1.1411764706rem;
    line-height: 1.5;
    margin-bottom: .7647058824rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .isf-story h4 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; } }
  .isf-story small {
    display: block;
    font-size: 0.9rem; }
  .isf-story p {
    font-size: .9411764706rem;
    line-height: 1.5;
    margin-bottom: .7647058824rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .isf-story p {
        font-size: 1.1176470588rem;
        margin-bottom: 1.5294117647rem; } }
  .isf-story ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-chapter {
  position: relative;
  color: white;
  background-color: black; }
  .isf-chapter__header {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .isf-chapter__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .isf-chapter__background-img__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .isf-chapter__background-img {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0; }
  .isf-chapter__mask {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100vh;
    width: 100%;
    overflow: hidden; }
  .isf-chapter__title {
    z-index: 5;
    max-width: 800px;
    text-align: center; }
  .isf-chapter__content {
    position: relative;
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .isf-chapter__content {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (min-width: 1024px) {
      .isf-chapter__content {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (min-width: 1260px) {
      .isf-chapter__content {
        padding-top: 60px;
        padding-bottom: 60px; } }

.isf-chapter.style--ellie .isf-chapter__mask {
  transform: translate3d(-50%, -50%, 0);
  transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); }
.isf-chapter.style--ellie .isf-chapter__background-img {
  transform: scale(1.1, 1.1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }
.isf-chapter.style--ellie:before {
  content: '';
  position: absolute;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.45;
  z-index: 2; }
.isf-chapter.style--ellie.is--darkened .isf-chapter__img:before {
  opacity: 0.75; }

.isf-chapter.style--ralph {
  background-color: black; }
  .isf-chapter.style--ralph .isf-chapter__mask {
    transform: translate3d(-50%, -50%, 0);
    transition: height 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    position: absolute;
    left: 50vw;
    top: 50vh;
    height: 80vh;
    width: 70vw; }
  .isf-chapter.style--ralph .isf-chapter__background-img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s; }
  .isf-chapter.style--ralph .isf-chapter__img:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    opacity: 0.2; }
  .isf-chapter.style--ralph .isf-chapter__img.is--fixed .isf-chapter__mask {
    height: 100%;
    width: 100%; }
  .isf-chapter.style--ralph .isf-chapter__img.is--fixed .isf-chapter__background-img {
    transform: scale(1); }
  .isf-chapter.style--ralph .isf-chapter__img.is--fixed:before {
    opacity: 0.5; }

.isf-text--highlight {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0px; }
  .isf-text--highlight .isf-text__highlight {
    margin: 0px; }

.isf-image {
  display: block;
  overflow: hidden; }

.isf-images {
  padding-top: 9px;
  padding-bottom: 9px; }
  @media (min-width: 768px) {
    .isf-images {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .isf-images {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1260px) {
    .isf-images {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .isf-images__inner {
    display: flex;
    justify-content: center; }
  .isf-images .isf-image {
    padding: 5px;
    flex-basis: 0;
    flex-grow: 1; }

@keyframes scrolldown {
  0% {
    background-position: 0 -60px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 60px; } }
.isf-scroll {
  z-index: 30;
  position: absolute;
  color: white;
  bottom: 90px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center; }
  .isf-scroll__line {
    width: 1px;
    height: 60px;
    background-color: white;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

.isf-gallery {
  position: relative; }

.isf-gallery--horizontal .isf-gallery--inner {
  height: 100vh;
  width: 100%;
  position: relative; }
.isf-gallery--horizontal .isf-gallery__items {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 90px;
  /* accounting for highsnob header */
  align-items: center; }
  .isf-gallery--horizontal .isf-gallery__items .isf-image {
    margin: 0px 15px;
    padding: 0px;
    min-width: 900px; }

.isf-gallery--masonry .isf-image {
  padding: 15px; }
  @media (min-width: 768px) {
    .isf-gallery--masonry .isf-image {
      width: 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .isf-gallery--masonry .isf-image {
      width: 33.33%;
      max-width: 33.33%; } }

.isf-gallery--freestyle .isf-gallery__items {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .isf-gallery--freestyle .isf-gallery__items .isf-image {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .isf-gallery--freestyle .isf-gallery__items .isf-image {
        min-width: 50%;
        max-width: 50%;
        min-height: 100vh;
        width: 50%;
        padding: 30px 15px; } }
    .isf-gallery--freestyle .isf-gallery__items .isf-image.i-am-alone {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 100vh;
      display: flex; }
      @media (min-width: 768px) {
        .isf-gallery--freestyle .isf-gallery__items .isf-image.i-am-alone {
          height: 100vh; } }
      .isf-gallery--freestyle .isf-gallery__items .isf-image.i-am-alone img {
        object-fit: contain;
        max-height: 100%; }

.isf-text--highlight {
  max-width: 40rem;
  margin: 0 auto;
  padding-bottom: 0px !important; }
  .isf-text--highlight .isf-text__highlight {
    margin: 0px; }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-image {
  display: block;
  overflow: hidden; }

.isf-images {
  padding-top: 9px;
  padding-bottom: 9px; }
  @media (min-width: 768px) {
    .isf-images {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .isf-images {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1260px) {
    .isf-images {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .isf-images__inner {
    display: flex;
    margin: 0px -5px;
    justify-content: center; }
  .isf-images .isf-image {
    padding: 5px;
    flex-basis: 0;
    flex-grow: 1; }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-quote {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .isf-quote {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-quote {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-quote {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .isf-quote {
      margin-top: 45px; } }
  @media (min-width: 1024px) {
    .isf-quote {
      margin-top: 45px; } }
  @media (min-width: 1260px) {
    .isf-quote {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .isf-quote {
      margin-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-quote {
      margin-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-quote {
      margin-bottom: 60px; } }
  .isf-quote:before, .isf-quote:after {
    content: " ";
    height: 2px;
    width: 30px;
    background-color: #2e2e2e;
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .isf-quote:after {
    bottom: 0; }
  .isf-quote:before {
    top: 0; }
  @media (min-width: 992px) {
    .isf-quote:before, .isf-quote:after {
      width: 50px; } }
  .isf-quote__source {
    font-style: italic;
    font-size: .7647058824rem;
    display: block;
    color: #a8a8a8;
    margin-top: .2941176471rem; }

.isf-color-scheme--dark .isf-quote,
.style--ellie .isf-quote {
  position: relative; }
  .isf-color-scheme--dark .isf-quote:before, .isf-color-scheme--dark .isf-quote:after,
  .style--ellie .isf-quote:before,
  .style--ellie .isf-quote:after {
    background-color: rgba(255, 255, 255, 0.75); }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-simple {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .isf-simple {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-simple {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-simple {
      padding-top: 60px;
      padding-bottom: 60px; } }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-split-sticky {
  background-color: #f9f9f9;
  position: relative; }
  .isf-split-sticky__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .isf-split-sticky__content {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (min-width: 1024px) {
      .isf-split-sticky__content {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (min-width: 1260px) {
      .isf-split-sticky__content {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .isf-split-sticky__sticky {
    overflow: hidden;
    position: relative; }
  .isf-split-sticky__image-wrapper {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  @media (max-width: 1023px) {
    .isf-split-sticky__sticky {
      height: 80vh; } }
  @media (min-width: 992px) {
    .isf-split-sticky {
      display: flex;
      width: 100%; }
      .isf-split-sticky__content {
        width: 50%;
        float: right; }
      .isf-split-sticky__sticky {
        width: 50%;
        min-height: 100vh; }
        .isf-split-sticky__sticky:before {
          content: '';
          position: absolute;
          width: 1px;
          height: 80vh;
          top: 10vh;
          max-height: 0px;
          right: 0;
          background-color: white;
          transition: 0.2s all; }
      .isf-split-sticky.split-sticky--right .isf-layout_split-sticky__content {
        order: 1; }
      .isf-split-sticky.split-sticky--right .isf-layout_split-sticky__sticky,
      .isf-split-sticky.split-sticky--right .scrollmagic-pin-spacer {
        order: 2; } }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-text {
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px; }
  @media (min-width: 768px) {
    .isf-text {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .isf-text {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1260px) {
    .isf-text {
      padding-top: 30px;
      padding-bottom: 30px; } }

.isf-video {
  width: 100%; }
  .isf-video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .isf-video__wrapper iframe {
      position: absolute;
      height: 100%;
      width: 100%; }

/* SPACINGS */
/* Only if you want to consider larger phone screens? */
/* is 480px */
/* is 768px */
/* is 1024px */
/* is 1260 */
/* is 1600 */
.isf-cta {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .isf-cta {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1024px) {
    .isf-cta {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1260px) {
    .isf-cta {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .isf-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7647058824rem;
    line-height: 1;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    color: #fff;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    height: 48px;
    text-decoration: none;
    min-width: 200px;
    transition: 0.1s all; }
    .isf-cta__link:hover {
      color: black;
      background: white; }
  .isf-cta.cta--light .isf-cta__link {
    background: white;
    color: black;
    border: 1px solid black; }
  .isf-cta.cta--dark .isf-cta__link {
    background: black;
    color: white;
    border: 1px solid white; }
  .isf-cta.cta--lightTransparent .isf-cta__link {
    background: transparent;
    color: white;
    border: 1px solid white; }
    .isf-cta.cta--lightTransparent .isf-cta__link:hover {
      background: white;
      color: black; }

.isf-story {
  font-family: inherit; }

@media (max-width: 767px) {
  .parallax-leaderboard-ad {
    display: none; } }
.isf-story figure.img-element {
  width: 100%;
  max-width: none; }

.isf-story figure.img-element small {
  text-align: center; }

.aspect-ratio-placeholder {
  margin: 0 auto; }

@media (max-width: 767px) {
  .newsletter-limited-interstitial {
    margin: 0px;
    margin-top: -15px; }

  .post__content p {
    margin: 0px; } }

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