@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 200;
  src: url("../../../fonts/CooperHewitt-Light.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 200;
  src: url("../../../fonts/CooperHewitt-LightItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 300;
  src: url("../../../fonts/CooperHewitt-Book.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 300;
  src: url("../../../fonts/CooperHewitt-BookItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/CooperHewitt-Medium.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 400;
  src: url("../../../fonts/CooperHewitt-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 500;
  src: url("../../../fonts/CooperHewitt-Semibold.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: italic;
  font-weight: 500;
  src: url("../../../fonts/CooperHewitt-SemiboldItalic.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 600;
  src: url("../../../fonts/CooperHewitt-Bold.woff") format("woff"); }

@font-face {
  font-family: "cooper";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/CooperHewitt-Heavy.woff") format("woff"); }

html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
  font-family: "cooper";
  background-color: black;
  margin: 0;
}


.main.yir {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: max-content 1fr;
  background-color: black;
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: black;
}


.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 50px));
  width: 200px;
}


.loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-weight: 300;
  text-align: center;
  transform: translateX(-50%) translateY(calc(-50% + 50px));
  max-width: 300px;
}

.loading span a {
  color: #ff5700;
}

.main.yir.header-visible .yir-header,.main.yir.header-visible .yir-navigator {
  opacity: 1;
  z-index: 100;
}

button {
  cursor: pointer;
  font-family: 'cooper';
}

button:focus {
  outline: none;
} 

button:active {
  filter: brightness(60%);
  outline: none;
}

h1 {
  margin: 0;
  line-height: 1.2;
  font-weight: 500; 
}

h2 {
  text-transform: uppercase;
  letter-spacing: .01em;
  font-size:40px;
  line-height: 1.3em;
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.yir-header {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 76px;
  background-color: black;
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s, opacity 0.5s;
}

.yir-header #link-cooperhewitt-home {
  display: inline-block;
  position:absolute;
  left:20px;
  top:50%;
  transform:translateY(-50%);
}

.yir-header #link-cooperhewitt-home img {
  width: 89px;
}

.yir-header h1 {
  display: inline-block;
  position:absolute;
  font-size: 24px;
  color:white;
  text-transform: uppercase;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-40%);
  cursor: pointer;
}

.yir-header h1 #yir-section-identifier {
  margin-left: 0.5em;
  font-weight: 300;
  transition: opacity 0.2s;
  opacity: 0;
}

.slideshow-view .yir-header h1 #yir-section-identifier {
  opacity: 1;
}  

.yir-header button {
  display: inline-block;
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  background-color: black;
  border:2px solid #ff5700;
  color: #ff5700;
  text-transform: uppercase;
  padding: 0.6em 0.7em 0.4em 0.7em;
  font: 600 normal 16px/1em "cooper";
}

.yir-header button:hover {
  background-color: #ff5700;
  color: white;
}

.yir-navigator {
  position: absolute;
  top:50%;
  right: 10px;
  z-index: 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: right 0.5s;
}

.main.yir.slideshow-view .yir-navigator {
  right: calc(100% - 30px);
}

.yir-navigator__item {
  position: relative;
  display: block;
  height: 30px;
  width: 20px;
  padding: 10px 5px;
  border: none;
  background-color: rgba(0,0,0,0);
}

button.yir-slideshow-close {
  position: absolute;
  top:0;
  margin: 10px;
  right: 0;
  z-index: 100;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 52px;
  padding: 10px;
}

.yir-slideshow-toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  z-index: 100;
  color: gray;
  display: inline-block;
}

.yir-slideshow-navigation {
  display: inline-block;
  position: relative;
  bottom:0;
  font-size: 20px;
  font-weight: 200;
}

.yir-slideshow-navigation.no-prev .yir-slideshow-prev {
  pointer-events: none;
  filter: brightness(40%);
}

.yir-slideshow-navigation.no-next .yir-slideshow-next {
  pointer-events: none;
  filter: brightness(40%);
}   

.yir-slideshow-navigation button {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 41px;
  padding: 10px;
}

.yir-slideshow-progress {
  display: inline-block;
  position: relative;
  bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  padding-top: 0.2em;
}

.yir-slideshow-progress .current {
  color: white;
} 

.yir-navigator__item-indicator {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: none;
  background-color: white;
  opacity: 0.5;
} 

.yir-navigator__item.hover .yir-navigator__item-indicator {
  opacity: 1;
}
.yir-navigator__item.active .yir-navigator__item-indicator {
  opacity: 1;
}
.yir-navigator__item:active {
  opacity: 0.5;
  outline: none;
}

.yir-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section{
  margin:0;
}

.yir-section{
  position: absolute;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 76px);
  margin-top: 76px;
  opacity:0;
  transition: opacity 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.yir-section::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}   

.yir-section.full-height-section {
  height: 100%;
  margin-top: 0;
}

.yir-section.yir-section_active {
  opacity:1;
  z-index: 2;
}

.yir-cover{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}

.yir-cover.cover-main{
  height: 100%;
  top: 0;
}

.yir-cover.cover-main .yir-cover__content{
  position: absolute;
  display: block;
  left: 0%;
  top: 0%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: translateX(0%) translateY(0%);
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;

  padding: 40px;
  display: grid;
  grid-template-columns: 3fr max-content 2fr;
  grid-template-rows: 1fr max-content 1fr;
  grid-gap: 40px 60px;
  grid-template-areas: 
    ". header ."
    "img tagline ."
    ". cta .";
}

.yir-cover.cover-main .yir-cover__content .chsdm-logo {
  grid-area: img;
}

.yir-cover.cover-main .yir-cover__content .chsdm-logo img{
  max-height: 200px;
  align-self: start;
}

.yir-cover.cover-main .yir-cover__background {
  opacity: 1;
}

.yir-cover.cover-main .yir-cover__content .yir-cover__header{
  grid-area: header;
  font-size: 65px;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff5700;
  font-weight: 700;
}

.yir-cover.cover-main .yir-cover__content .yir-cover__title{
  grid-area: tagline;
  align-self: center;
}

.yir-cover.cover-main .yir-cover__content .yir-cover__title h2{
  text-align: left;
  max-width: 820px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 65px;
  line-height: 1.1em;
  font-weight: 600;
}

.yir-cover.cover-main .yir-cover__content .yir-cover__cta {
  grid-area: cta;
  align-self: end;
}

.yir-cover.cover-main .yir-cover__content .yir-cover__cta button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
  line-height: normal;
  font-size: 24px;
  padding-bottom: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.yir-cover.cover-main .yir-cover__content .yir-cover__cta button .arrow-down {
  font-size: 1.7em;
  position: relative;
  bottom: -0.15em;
  padding-left: 0.2em;
}


.yir-cover.cover-main .yir-cover__content.hide-up{
  opacity: 0;
  transform: translateX(0%) translateY(-200px);
  transition: transform 0.5s, opacity 0.5s;
}
.yir-cover.cover-main .yir-cover__content.hide-down{
  opacity: 0;
  transform: translateX(0%) translateY(200px);
  transition: transform 0.5s, opacity 0.5s;
}

.yir-cover .yir-cover__content{
  position: absolute;
  width: 70%;
  transform: translateY(0);
  opacity: 1;
  max-width: 765px;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.3s;
  color: white;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
} 

.yir-cover .yir-cover__content.hide-up{
  opacity: 0;
  transform: translateY(-200px);
  transition: transform 0.5s, opacity 0.5s;
}
.yir-cover .yir-cover__content.hide-down{
  opacity: 0;
  transform: translateY(200px);
  transition: transform 0.5s, opacity 0.5s;
}

.yir-cover .yir-cover__content .yir-cover__title h2{
  text-align: center;
  font-size: 60px;
  line-height: 1.2em;
  padding-bottom: 0.4em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.yir-cover .yir-cover__content .yir-cover__quote p{
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.yir-cover .yir-cover__content .yir-cover__quote p.quoted{
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none; 
}

.yir-section.has-slideshow .yir-cover__cta {
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
}

.yir-section.has-slideshow .yir-cover__cta button {
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.yir-section.has-slideshow .yir-cover__cta button .arrow-right {
  font-size: 1.7em;
  position: relative;
  bottom: -0.15em;
  padding-left: 0.2em;
}

.yir-section.has-slideshow .yir-cover__cta button .tap-instruction {
  display: none;
}

.yir-cover__background{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  opacity: 0.7;
  z-index:-1;
  overflow: hidden;
  visibility: hidden;
}

.yir-section_active .yir-cover__background{
  visibility: visible;
}

.yir-cover__background img, .yir-cover__background video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.yir-cover.text-below {
  display: block;
  overflow-y: hidden;
  height: auto;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;   
}

.yir-cover.text-below .yir-cover__background{
  position: relative;
  width: 100%;
  height: calc(100vh - 156px);
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  overflow: hidden;
}

.yir-cover.text-below .yir-cover__content{
  position: relative;
  left: 0%;
  top: auto;
  bottom: 0%;
  width: 100%;
  max-width: 890px;
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.3s;
  color: white;
  padding: 28px 20px;
  margin: auto;
}

.yir-cover.text-below .yir-cover__content .yir-cover__title h2{
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.yir-cover.text-below .yir-cover__content .yir-cover__body {
  padding-bottom: 10em;
}

.yir-cover.text-below .yir-cover__content .yir-cover__body p{
  text-align: left;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 0.5em;
}

.yir-cover.text-below .yir-cover__content .yir-cover__body a{
  color: #ff5700;
  text-decoration: underline;
}


.yir-cover.text-below .yir-cover__content.hide-up {
  opacity: 0;
  transform: translateX(0%) translateY(-50px);
  transition: transform 0.5s, opacity 0.5s;
}

.yir-cover.text-below .yir-cover__content.hide-down {
  opacity: 0;
  transform: translateX(0%) translateY(50px);
  transition: transform 0.5s, opacity 0.5s;
} 

.yir-cover.final .yir-cover__content .yir-cover__title h2{
  text-align: left;
  font-size: 34px;
  line-height: 44px;
  padding-bottom: 0;
  font-weight: 600;
}

.yir-cover.final .yir-cover__content .yir-cover__body p {
  text-align: left;
  font-size: 34px;
  line-height: 44px;
  text-transform: none;
  font-weight: 300;
}

.yir-cover.final .yir-cover__content .yir-cover__body a {
  color: #ff5700;
  text-decoration: underline; 
}

.yir-cover.final .yir-cover__content .yir-social-links {
  margin: 34px 0;
}

.yir-cover.final .yir-cover__content .yir-social-links a {
  margin-right: 30px;
}

.yir-cover.final .yir-cover__content .yir-social-links img {
  vertical-align: middle;
  max-width: 30px;
  max-height: 30px;
}

.yir-cover.final .yir-cover__content .yir-cover__cta {
  padding: 10px 0;
}

.yir-cover.final .yir-cover__content .yir-cover__cta a {
  background-color: black;
  border:2px solid #ff5700;
  color: #ff5700;
  text-transform: uppercase;
  padding: 0.6em 0.7em 0.4em 0.7em;
  font: 600 normal 28px/1em "cooper";
  text-decoration: none;
}

.yir-cover.final .yir-cover__content .yir-cover__cta a:hover {
  background-color: #ff5700;
  color: white;
}

.yir-cover.final .yir-cover__content .yir-pdf-link {
  padding: 10px 0;
}

.yir-cover.final .yir-cover__content .yir-pdf-link a {
  color: gray;
}

.yir-slideshow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transform: translateX(100%);
  transition: transform .5s;
  background-color: black;
}

.yir-slideshow.preview {
  transform: translateX( calc( 100% - 40px) );
}

.yir-slideshow.yir-slideshow_active {
  transform: translateX(0%);
}


.yir-panel{
  height: calc(100%);
  width: 100%;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
  transition-delay: 0.5s;
}

.yir-panel.yir-panel_active{
  opacity: 1;
  z-index: 3;
  transition-delay: 0s;
}

.yir-panel .yir-panel__content-wrapper{
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: 0%;
  width: 500px;
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
}

.yir-panel .yir-panel__content{
  position: absolute;
  right: 0%;
  color: white;
  margin: 0 20px 0 30px;
  padding: 0.5em 0;   
}

.yir-panel .yir-panel__content .yir-panel__title h2{
  font-weight: 600;
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 0;
  padding-bottom: 0.3em;
}

.yir-panel .yir-panel__content .yir-panel__subtitle p{
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4em;
} 

.yir-panel .yir-panel__content .yir-panel__body p{
  padding: 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4em;
} 

.yir-panel .yir-panel__content .yir-panel__cta a{
  font-weight: 500;
  color: #ff5700;
  text-decoration: underline;
  font-size: 22px;
  line-height: 1.4em;
  cursor: pointer;
}

.yir-panel .yir-panel__content img{
  position: relative;
  width: 100%;
}

.yir-panel.yir-panel_active .yir-panel__content{
  transform: translateX(0);
  transition: transform 0.3s, opacity 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.yir-panel.hide-left .yir-panel__content{
  transform: translateX(-40px);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.yir-panel.hide-right .yir-panel__content{
  transform: translateX(40px);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.yir-panel__background{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index:-1;
  overflow:hidden;
  visibility: hidden;
  display: none;
}

.yir-panel.yir-panel_active .yir-panel__background{
  visibility: visible;
  display: block;
}

.yir-panel__background img, .yir-panel__background video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


@media only screen and (min-width: 1200px) and (max-height: 700px) {
  .yir-cover .yir-cover__content .yir-cover__title h2{
    font-size: 48px;
  }

  .yir-cover .yir-cover__content .yir-cover__quote p{
    font-size: 32px;
  }

  .yir-cover .yir-cover__content .yir-cover__quote p.quoted{
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {

  .yir-cover.cover-main .yir-cover__content{
    padding: 20px;
    display: grid;
    grid-template-columns: 3fr max-content 2fr;
    grid-template-rows: 1fr max-content 1fr;
    grid-gap: 20px 40px;
    grid-template-areas: 
      ". header ."
      "img tagline ."
      ". cta .";
  }

  .yir-cover.cover-main .yir-cover__content .chsdm-logo img{
    max-height: 150px;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__header{
    font-size: 48px;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__title h2{
    max-width: 600px;
    font-size: 48px;
  }

  .yir-cover .yir-cover__content .yir-cover__title h2{
    font-size: 48px;
  }

  .yir-cover .yir-cover__content .yir-cover__quote p{
    font-size: 32px;
  }

  .yir-cover .yir-cover__content .yir-cover__quote p.quoted{
    font-size: 24px;
  }

  .yir-panel .yir-panel__content-wrapper {
    width: 360px;
  }

  .yir-panel .yir-panel__content .yir-panel__title h2{
    font-size: 28px;
  }

  .yir-panel .yir-panel__content .yir-panel__subtitle p{
    font-size: 20px;
  } 

  .yir-panel .yir-panel__content .yir-panel__body p{
    font-size: 20px;
  } 

  .yir-panel .yir-panel__content .yir-panel__cta a{
    font-size: 20px;
  }

}

@media only screen and (max-width: 599px) {

  h2 {
    font-size: 26px;
    line-height: 1.3em;
  }

  .yir-header {
    height: 76px;
  }

  .yir-header #link-cooperhewitt-home {
    left: 15px;
  }

  .yir-header #link-cooperhewitt-home img {
    width: 70px;
  }

  .yir-header h1 {
    font-size: 14px;
    max-width: 80px;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-40%);
  }

  .yir-header h1 #yir-section-identifier {
    margin-left: 0;
    display: block;
  }

  .yir-header button {
    right: 15px;
    max-width: 90px;
    padding: 0.5em 0.8em 0.14em 0.8em;
    font: 600 normal 14px/1em "cooper";
  }

  .main.yir.header-visible .yir-navigator {
    z-index: 4;
    visibility: visible;
    transition: visibility 0s;
    transition-delay: 0.5s;
  }

  .main.yir.slideshow-view .yir-navigator {
    right: 0;
    left: auto;
    visibility: hidden;
    transition: visibility 0s;
    transition-delay: 0s;
  }

  .yir-navigator {
    right: 0px;
  }  

  .yir-navigator__item {
    height: 18px;
    width: 18px;
    padding: 5px 5px;
  }

  .yir-navigator__item-indicator {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  } 

  button.yir-slideshow-close {
    position: absolute;
    margin: 0;
    z-index: 100;

    padding: 0;
    border: none;
    background-color: transparent;
    width: 42px;
    padding: 7px;
  }

  .yir-slideshow-toolbar {
    position: absolute;
    bottom: auto;
    top: calc(40%);
    margin: 0;
    margin-right: 5px;
  }

  .yir-slideshow-navigation {
    bottom:0;
    font-size: 14px;
  }

  .yir-slideshow-navigation button {
    width: 32px;
    padding: 7px 10px;
  }

  .yir-slideshow-progress {
    font-size: 14px;
    margin-right: 10px;
    padding-top: 0.2em;
    bottom: 4px;
  }

  .yir-cover.cover-main .yir-cover__content{
    max-width: initial;
    grid-template-columns: 3fr 4fr;
    grid-template-rows: 1fr max-content 1fr;
    grid-gap: 20px;
    grid-template-areas: 
      "img header"
      "tagline tagline"
      "cta cta";
    padding: 20px;
  }

  .yir-cover.cover-main .yir-cover__background{
    margin-top: 0;
  }

  .yir-cover.cover-main .yir-cover__content .chsdm-logo img{
    max-height: 80px;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__header{
    font-size: 26px;
    line-height: 1.1em;
    max-width: 135px;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__title h2{
    position: static;
    text-align: left;
    max-width: 335px;
    margin: auto;
    font-size: 26px;
    line-height: 1.1em;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__cta{
    text-align: center;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__cta button{
    font-size: 18px;
  }

  .yir-cover .yir-cover__content{
    max-width: 340px;
    width: calc(100% - 30px);
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__title,
  .yir-cover.text-below .yir-cover__content .yir-cover__title,
  .yir-cover.final .yir-cover__content .yir-cover__title {
    transform: none;
    position: static;
  }

  .yir-cover.cover-main .yir-cover__content .yir-cover__quote,
  .yir-cover.text-below .yir-cover__content .yir-cover__quote,
  .yir-cover.final .yir-cover__content .yir-cover__quote {
    transform: none;
    position: static;
  }

  .yir-cover .yir-cover__content .yir-cover__title h2{
    font-size: 24px;
    padding: 0;
  }

  .yir-cover .yir-cover__content .yir-cover__quote p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .yir-cover .yir-cover__content .yir-cover__quote p.quoted{
    font-size: 14px;
  }

  .yir-section.has-slideshow .yir-cover__cta {
    bottom: 30px;
  }

  .yir-section.has-slideshow .yir-cover__cta button {
    color: white;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 10px;
    font-size: 18px;
    bottom: 30px;
  }

  .yir-cover__background{
    position: absolute;
    top: 0;
    left:0;
    opacity: 0.7;
    z-index:-1;
  }

  .yir-cover.text-below .yir-cover__background{
    height: 40%;
  }

  .yir-cover.text-below .yir-cover__content{
    position: relative;
    margin-top: 40px;
    padding: 15px;
    height: auto;
    margin: auto;
    z-index: 1;
  }

  .yir-cover.text-below .yir-cover__content .yir-cover__title h2{
    position: static;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 0.5em;
  }

  .yir-cover.text-below .yir-cover__content .yir-cover__title h2 .arrow-down{
    display: none;
  }

  .yir-cover.text-below .yir-cover__content .yir-cover__body p{
    position: static;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.5em;
  }

  .yir-cover.text-below .yir-cover__content .yir-cover__body {
    padding-bottom: 5em;
  } 

  .yir-cover.final .yir-cover__content .yir-cover__title h2{
    position: static;
    font-size: 18px;
    line-height: 22px;
  }

  .yir-cover.final .yir-cover__content .yir-cover__body p {
    position: static;
    font-size: 18px;
    line-height: 22px;
  }

  .yir-cover.final .yir-cover__content .yir-cover__cta a {
    font-size: 18px;
  }

  .yir-cover.final .yir-cover__content .yir-pdf-link {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0.8em;
  }

  .yir-cover.final .yir-cover__content .yir-social-links {
    margin: 15px 0;
  }

  .yir-cover.final .yir-cover__content .yir-social-links a {
    margin-right: 20px;
  }

  .yir-cover.final .yir-cover__content .yir-social-links img {
    max-width: 25px;
    max-height: 25px;
  }

  .yir-slideshow.yir-slideshow_active {
    transform: translateX(0%);
  }

  .yir-panel{
    height: calc(100%);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
    transition-delay: 0.5s;
  }

  .yir-panel .yir-panel__content-wrapper{
    position: absolute;
    width: auto;
    display: block;
    top: calc(40% + 32px);
    background-color: black;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 1;
  }

  .yir-panel .yir-panel__content-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .yir-panel .yir-panel__content{
    position: relative;
    margin: 0 15px;
  }

  .yir-panel .yir-panel__content .yir-panel__title h2{
    font-size: 20px;
    line-height: 1.1em;
    padding-bottom: 0.3em;
  }

  .yir-panel .yir-panel__content .yir-panel__subtitle p{
    font-size: 16px;
    line-height: 1.2em;
  } 

  .yir-panel .yir-panel__content .yir-panel__body p{
    font-size: 16px;
    line-height: 1.2em;
  } 

  .yir-panel .yir-panel__content .yir-panel__cta a{
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 20px;
  }

  .yir-panel .yir-panel__content img{
    position: relative;
    width: 100%;
  }

  .yir-panel.hide-left .yir-panel__content{
    transform: translateX(-40px);
  }

  .yir-panel.hide-right .yir-panel__content{
    transform: translateX(40px);
  }

  .yir-panel__background{
    position: relative;
    width: 100%;
    height: 40%;
    top:0;
    z-index:-1;
    overflow:hidden;
  }

}

@media (pointer: coarse) {
  .yir-section.has-slideshow .yir-cover__cta button .tap-instruction {
    display: inline;
  }
}
