@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v11/5aU19_a8oxmIfNJdIRs.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf)
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf)
    format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOkZg.ttf)
    format("truetype");
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  scroll-behavior: smooth;
}

html,
body {
  /* prevents pinch zooming on touch screen devices  */
  touch-action: pan-y;
}

#container-fluid {
  overflow: visible;
}
#container-fluid > header,
.page-header {
  z-index: 9999;
}
main {
  position: relative;
}
.homesummary * {
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.homesummary h1,
.homesummary h2,
.homesummary h3,
.homesummary h4,
.homesummary h5,
.homesummary h6,
.homesummary p {
  margin: 0;
  padding: 0;
}
.sidenavbg {
  position: fixed;
  top: 0;
  left: 0;
  height: 24px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
@media (min-width: 600px) {
  .sidenavbg {
    position: absolute;
    width: 28px;
    height: 100%;
  }
}
.sidenav {
  position: fixed;
  top: 34px;
  height: 40px;
  width: 100%;
  max-width: 1600px;
  z-index: 10000;
  pointer-events: all;
}
.sidenav nav {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: flex-end;
  padding-left: 10px;
}
.sidenav nav a {
  display: block;
  margin: 0 14px;
  transform: translateY(7px);
}
.sidenav nav a:before {
  content: "";
  background: #000;
  border-bottom-left-radius: 999vw;
  border-bottom-right-radius: 999vw;
  border-left: 0;
  width: 16px;
  height: 8px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.sidenav nav a div {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999vw;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sidenav nav a div span {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 24px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Nunito";
  font-weight: 700;
  line-height: 14px;
  top: -2px;
  border-radius: 0 999vw 999vw 0;
  padding: 8px 20px 8px 12px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.sidenav nav a.on:before {
  transform: scale(2) translateY(2px);
}
.sidenav nav a.on div {
  transform: scale(1.3333);
}
.sidenav nav a.one {
  background: none;
}
/* .sidenav nav a.one div {
  background-color: #fff;
} */
.sidenav nav a.two {
  background: none;
}
/* .sidenav nav a.two div {
  background-color: #72d5fe;
} */
.sidenav nav a.three {
  background: none;
}
/* .sidenav nav a.three div {
  background-color: #a5b444;
} */
.sidenav nav a.four {
  background: none;
}
/* .sidenav nav a.four div {
  background-color: #fff173;
} */
.sidenav nav a.five {
  background: none;
}
/* .sidenav nav a.five div {
  background-color: #ff9f42;
} */
.sidenav nav a.six {
  background: none;
}
/* .sidenav nav a.six div {
  background-color: #ff84c6;
} */
@media (min-width: 600px) {
  .sidenav {
    height: 100%;
    width: 50px;
    z-index: 1000;
  }
  .sidenav nav {
    height: 100%;
    width: 28px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
    margin-top: 164px;
  }
  .sidenav nav a {
    margin: 20px 0;
    transform: translateX(12px);
  }
  .sidenav nav a:before {
    border: 0;
    border-radius: 0;
    border-top-right-radius: 999vw;
    border-bottom-right-radius: 999vw;
    border-left: 0;
    width: 13px;
    height: 26px;
    bottom: auto;
    left: auto;
    top: -1px;
    right: -1px;
  }
  .sidenav nav a div {
    width: 24px;
    height: 24px;
  }
  .sidenav nav a div span {
    display: block;
  }
  .sidenav nav a:hover:before,
  .sidenav nav a:focus:before,
  .sidenav nav a.on:before {
    transform: scale(2) translateX(3px);
  }
  .sidenav nav a:hover div,
  .sidenav nav a:focus div,
  .sidenav nav a.on div {
    transform: scale(1.3333);
  }
  .sidenav nav a:hover div span,
  .sidenav nav a:focus div span {
    opacity: 1;
  }
}
.homesummary {
  width: 100%;
  z-index: 1;
  /* background: #000; */
}
@keyframes imageani {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoani {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logocontainerani {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  50% {
    opacity: 1;
    transform: translateY(20vh);
  }
  60% {
    opacity: 1;
    transform: translateY(20vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes textani {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.homesummary .intro {
  height: calc(100vh - 48px);
  padding-top: 40px;
  overflow: hidden;
  background: url(../assets/background-main.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.homesummary .intro .logocontainer {
  animation: logocontainerani 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.homesummary .intro .logo {
  margin: auto;
  width: clamp(165px, 25vh, 328px);
  height: auto;
  display: block;
  float: none;
  margin-bottom: 36px;
  animation: logoani 1.3s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.homesummary .intro p {
  margin: auto;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: clamp(18px, 2.8vw, 28px);
  max-width: 1300px;
  padding: 0 24px;
  text-align: center;
  line-height: 1.3em;
  animation: textani 1.5s;
  animation-delay: 2.4s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.homesummary .intro > img {
  width: 100%;
  bottom: 75px;
  display: block;
  opacity: 0.9;
  position: absolute;
  animation: imageani 1s;
  animation-timing-function: ease-out;
}
@media (min-aspect-ratio: 2/1) {
  .homesummary .intro p {
    font-size: clamp(20px, 3.5vh, 35px);
  }
  .homesummary .intro > img {
    position: relative;
  }
}
@media (min-width: 600px) {
  .homesummary .intro {
    padding-top: 160px;
    height: auto;
    min-height: 100vh;
  }
  .homesummary .intro .logo {
    margin-bottom: 48px;
  }
  .homesummary .intro p {
    padding: 0 80px;
    margin-top: 60px;
  }
  .homesummary .intro > img {
    position: relative;
  }
}
@media (min-height: 800px) {
  .homesummary .intro > img {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1048px) {
  .homesummary .intro {
    padding-top: 120px;
  }
}
@media (min-width: 1048px) and (max-height: 800px) {
  .homesummary .intro > img {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homesummary .intro .logocontainer,
  .homesummary .intro .logo,
  .homesummary .intro p,
  .homesummary .intro p + p,
  .homesummary .intro > img {
    animation: none;
  }
}
.homesummary .introtext {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
}
.homesummary .introtext picture {
  background: url(../assets/bg-introtext-text.jpg) no-repeat top center;
  background-size: cover;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homesummary .introtext .text {
  max-width: 1300px;
  padding: 100px 24px 120px 80px;
  z-index: 3;
  min-height: 100vh;
}
.homesummary .introtext .text:before {
  content: "";
  /* background: #ad357f; */
  position: absolute;
  top: 0;
  width: 999vw;
  height: 100%;
  right: calc(100% - 56px);
}
.homesummary .introtext h2 {
  font-size: clamp(26px, 4.8vw, 74px) !important;
  font-family: "Hind";
  color: #fff;
  font-weight: 700;
  line-height: 1.08em;
}
.homesummary .introtext p {
  font-size: clamp(14px, 2vw, 24px);
  font-family: "Roboto";
  color: #fff;
  line-height: 1.37em;
  margin-top: 1em;
}
.homesummary .introtext h3 {
  position: absolute;
  bottom: 0;
  left: 50px;
  color: rgba(250, 94, 178, 0.25);
  font-size: 156px;
  font-weight: 700;
  font-family: "Hind";
  line-height: 0.5em;
  z-index: 2;
}
@media (min-width: 600px) {
  .homesummary .introtext {
    justify-content: center;
  }
  .homesummary .introtext .text {
    padding: 200px 100px 200px 200px;
  }
  .homesummary .introtext .text:before {
    right: calc(100% - 160px);
  }
  .homesummary .introtext picture {
    background-image: url(../assets/bg-introtext-text.jpg);
    background-position: top center;
  }
  .homesummary .introtext h3 {
    font-size: 348px;
    left: 200px;
  }
}
@media (min-width: 1600px) {
  .homesummary .introtext .text {
    padding: 200px 100px;
  }
  .homesummary .introtext .text:before {
    content: "";
    /* background: #ad357f; */
    position: absolute;
    top: 0;
    width: 999vw;
    height: 100%;
    right: calc(100% - 40px);
  }
}
.homesummary .exhcontent {
  -webkit-transform: translateZ(0px) !important;
}
.homesummary .exhcontent .inner {
  padding-top: 100px;
  z-index: 10;
  overflow: hidden;
  min-height: 100vh;
}
.homesummary .exhcontent picture:not(.halftone) {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.homesummary .exhcontent picture.halftone {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 1;
  opacity: 0;
}
.homesummary .exhcontent picture.halftone:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/background-dotpattern.png) no-repeat center 0;
  background-size: cover;
  opacity: 0.04;
  z-index: 2;
}
.homesummary .exhcontent picture.halftone img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  z-index: 1;
  filter: grayscale(100%);
}
.homesummary .exhcontent .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  opacity: 0.15;
}
.homesummary .exhcontent .photo div:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -40px;
  bottom: -40px;
  z-index: 1;
}
.homesummary .exhcontent .photo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: 2;
}
.homesummary .exhcontent .photo.horiz div {
  height: auto;
  width: 90%;
}
.homesummary .exhcontent .photo.horiz div:before {
  left: -10px;
  bottom: -10px;
}
.homesummary .exhcontent .photo.horiz div img {
  width: 100%;
  height: auto;
}
.homesummary .exhcontent .photo.vert div {
  height: auto;
  width: 70%;
}
.homesummary .exhcontent .photo.vert div:before {
  left: -20px;
  bottom: -20px;
}
.homesummary .exhcontent .photo.vert div img {
  width: 100%;
  height: 100%;
}
.homesummary .exhcontent .transcriptcontent {
  display: none;
}
.homesummary .exhcontent .text {
  max-width: 1000px;
  padding: 0 24px;
  z-index: 3;
  margin: auto;
}
.homesummary .exhcontent h1 {
  color: #fff;
}
.homesummary .exhcontent h2 {
  font-size: clamp(22px, 4vw, 40px) !important;
  font-family: "Hind";
  color: #fff;
  font-weight: 700;
  line-height: 1.08em;
}
.homesummary .exhcontent h3 {
  font-size: clamp(12px, 1.8vw, 18px);
  font-family: "Roboto";
  color: #fff;
  line-height: 1em;
}
.homesummary .exhcontent p {
  font-size: clamp(12px, 2.2vw, 22px);
  font-family: "Roboto";
  color: #fff;
  line-height: 1.33em;
  margin-top: 1em;
}
.homesummary .exhcontent nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.homesummary .exhcontent nav a {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  width: 100px;
  height: 39px;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito";
  font-weight: 700;
  padding: 0 80px 0 40px;
  background-repeat: no-repeat;
  background-size: 32px 39px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.homesummary .exhcontent nav a.enlarge {
  background-image: url(../assets/icon-enlargeimage.svg);
}
.homesummary .exhcontent nav a.transcript {
  background-image: url(../assets/icon-transcript.svg);
}
.homesummary .exhcontent nav a.digitalcollection {
  background-image: url(../assets/icon-digitalgallery.svg);
}
.homesummary .exhcontent nav a.medlineplus {
  background-image: url(../assets/icon-medlineplus.svg);
}
.homesummary .exhcontent nav a:hover,
.homesummary .exhcontent nav a:focus {
  text-decoration: underline;
}
.homesummary .exhcontent nav a:hover:before,
.homesummary .exhcontent nav a:focus:before {
  content: "";
  width: 32px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homesummary .exhcontent.pink picture.halftone {
  background-image: url(../assets/bg-halftone-pink.jpg);
}
.homesummary .exhcontent.pink picture:not(.halftone) {
  background-image: url(../assets/background-exhcontent-pink.jpg);
}
.homesummary .exhcontent.pink h2,
.homesummary .exhcontent.pink h3 {
  color: #ffa6db;
}
.homesummary .exhcontent.pink .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-pink.png);
}
.homesummary .exhcontent.pink .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-pink.png);
}
.homesummary .exhcontent.pink nav a:hover:before,
.homesummary .exhcontent.pink nav a:focus:before {
  background-image: url(../assets/icon-hover-pink.svg);
}
.homesummary .exhcontent.blue picture.halftone {
  background-image: url(../assets/bg-halftone-blue.jpg);
}
.homesummary .exhcontent.blue picture:not(.halftone) {
  background-image: url(../assets/background-exhcontent-blue.jpg);
}
.homesummary .exhcontent.blue h2,
.homesummary .exhcontent.blue h3 {
  color: #72d5fe;
}
.homesummary .exhcontent.blue .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-blue.png);
}
.homesummary .exhcontent.blue .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-blue.png);
}
.homesummary .exhcontent.blue nav a:hover:before,
.homesummary .exhcontent.blue nav a:focus:before {
  background-image: url(../assets/icon-hover-blue.svg);
}
.homesummary .exhcontent.green picture.halftone {
  background-image: url(../assets/bg-halftone-green.jpg);
}
.homesummary .exhcontent.green picture:not(.halftone) {
  background-image: url(../assets/background-exhcontent-green.jpg);
}
.homesummary .exhcontent.green h2,
.homesummary .exhcontent.green h3 {
  color: #bfcf4d;
}
.homesummary .exhcontent.green .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-green.png);
}
.homesummary .exhcontent.green .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-green.png);
}
.homesummary .exhcontent.green nav a:hover:before,
.homesummary .exhcontent.green nav a:focus:before {
  background-image: url(../assets/icon-hover-green.svg);
}
.homesummary .exhcontent.yellow picture.halftone {
  background-image: url(../assets/bg-halftone-yellow.jpg);
}
.homesummary .exhcontent.yellow picture:not(.halftone) {
  background-image: url(../assets/background-exhcontent-yellow.jpg);
}
.homesummary .exhcontent.yellow h2,
.homesummary .exhcontent.yellow h3 {
  color: #ffc834;
}
.homesummary .exhcontent.yellow .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-yellow.png);
}
.homesummary .exhcontent.yellow .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-yellow.png);
}
.homesummary .exhcontent.yellow nav a:hover:before,
.homesummary .exhcontent.yellow nav a:focus:before {
  background-image: url(../assets/icon-hover-yellow.svg);
}
.homesummary .exhcontent.orange picture.halftone {
  background-image: url(../assets/bg-halftone-orange.jpg);
}
.homesummary .exhcontent.orange picture:not(.halftone) {
  background-image: url(../assets/background-exhcontent-orange.jpg);
}
.homesummary .exhcontent.orange h2,
.homesummary .exhcontent.orange h3 {
  color: #ff9f42;
}
.homesummary .exhcontent.orange .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-orange.png);
}
.homesummary .exhcontent.orange .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-orange.png);
}
.homesummary .exhcontent.orange nav a:hover:before,
.homesummary .exhcontent.orange nav a:focus:before {
  background-image: url(../assets/icon-hover-orange.svg);
}
.homesummary .exhcontent.purple picture.halftone {
  background-image: url(../assets/bg-halftone-purple.jpg);
}
.homesummary .exhcontent.purple picture:not(.halftone) {
  background-image: url(../assets/background-exhcontent-purple.jpg);
}
.homesummary .exhcontent.purple h2,
.homesummary .exhcontent.purple h3 {
  color: #ff84c6;
}
.homesummary .exhcontent.purple .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-purple.png);
}
.homesummary .exhcontent.purple .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-purple.png);
}
.homesummary .exhcontent.purple nav a:hover:before,
.homesummary .exhcontent.purple nav a:focus:before {
  background-image: url(../assets/icon-hover-purple.svg);
}
.homesummary .exhcontent:last-child picture {
  height: calc(100vh + 100%);
}
@media (min-width: 600px) {
  .homesummary .exhcontent .inner {
    padding-top: 180px;
  }
  .homesummary .exhcontent .text {
    max-width: 1300px;
    padding: 0 40px 0 100px;
    z-index: 3;
  }
  .homesummary .exhcontent nav {
    justify-content: flex-start;
  }
  .homesummary .exhcontent nav a {
    font-size: 16px;
    width: 190px;
    height: 65px;
    padding: 0 0 0 80px;
    background-size: 54px 65px;
    margin-right: 40px;
    line-height: 1.25em;
  }
  .homesummary .exhcontent nav a.transcript {
    width: 190px;
  }
  .homesummary .exhcontent nav a.digitalcollection {
    width: 190px;
  }
  .homesummary .exhcontent nav a.medlineplus {
    width: 190px;
  }
  .homesummary .exhcontent nav a:hover:before,
  .homesummary .exhcontent nav a:focus:before {
    width: 54px;
    height: 65px;
  }
  .homesummary .exhcontent nav a:last-child {
    margin-right: 0;
  }
  .homesummary .exhcontent .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 106px;
  }
  .homesummary .exhcontent .photo div {
    width: 80%;
    height: 85%;
  }
  .homesummary .exhcontent .photo div:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: 1;
    object-fit: contain;
  }
  .homesummary .exhcontent .photo.vert div {
    width: 80%;
    height: 80%;
  }
  .homesummary .exhcontent .photo.vert div:before {
    left: -20px;
    bottom: -20px;
  }
  .homesummary .exhcontent .photo.horiz div {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
  }
  .homesummary .exhcontent .photo.horiz div:before {
    left: -20px;
    bottom: -20px;
    background-size: cover;
  }
  .homesummary .exhcontent .photo img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    z-index: 2;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homesummary .exhcontent {
    height: 100vh !important;
  }
  .homesummary .exhcontent.pink {
    background: url(../assets/background-exhcontent-pink.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .homesummary .exhcontent.blue {
    background: url(../assets/background-exhcontent-blue.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .homesummary .exhcontent.green {
    background: url(../assets/background-exhcontent-green.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .homesummary .exhcontent.yellow {
    background: url(../assets/background-exhcontent-yellow.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .homesummary .exhcontent.orange {
    background: url(../assets/background-exhcontent-orange.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .homesummary .exhcontent.purple {
    background: url(../assets/background-exhcontent-purple.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .homesummary .exhcontent picture.halftone {
    display: none !important;
  }
  .homesummary .exhcontent .photo {
    opacity: 0.15;
  }
  .homesummary .exhcontent nav a {
    width: auto !important;
  }
}
.homesummary .exhcontent.ie {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homesummary .exhcontent.ie {
    display: block;
  }
  .homesummary .exhcontent.ie .photo {
    opacity: 1;
  }
  .homesummary .exhcontent.ie picture.halftone {
    display: block !important;
    opacity: 1;
  }
}
.homesummary.nojs .exhcontent {
  height: auto !important;
}
.homesummary.nojs .exhcontent picture:not(.halftone) {
  height: 100%;
  top: 0;
  left: 0;
}
.homesummary.nojs .exhcontent.pink {
  background: url(../assets/background-exhcontent-pink.jpg) no-repeat center top;
  background-size: cover;
}
.homesummary.nojs .exhcontent.blue {
  background: url(../assets/background-exhcontent-blue.jpg) no-repeat center top;
  background-size: cover;
}
.homesummary.nojs .exhcontent.green {
  background: url(../assets/background-exhcontent-green.jpg) no-repeat center
    top;
  background-size: cover;
}
.homesummary.nojs .exhcontent.yellow {
  background: url(../assets/background-exhcontent-yellow.jpg) no-repeat center
    top;
  background-size: cover;
}
.homesummary.nojs .exhcontent.orange {
  background: url(../assets/background-exhcontent-orange.jpg) no-repeat center
    top;
  background-size: cover;
}
.homesummary.nojs .exhcontent.purple {
  background: url(../assets/background-exhcontent-purple.jpg) no-repeat center
    top;
  background-size: cover;
}
.homesummary.nojs .exhcontent picture.halftone {
  display: none !important;
}
.homesummary.nojs .exhcontent .photo {
  opacity: 0.15;
}
.homesummary.nojs .exhcontent.ie {
  height: 100vh !important;
  display: block;
}
.homesummary.nojs .exhcontent.ie .photo {
  opacity: 1;
}
.homesummary.nojs .exhcontent.ie picture.halftone {
  display: block !important;
  opacity: 1;
}
.homesummary .exhintro {
  -webkit-transform: translateZ(0px) !important;
}
.homesummary .exhintro .inner {
  z-index: 10;
  overflow: hidden;
  min-height: 100vh;
  background-size: cover !important;
}
.homesummary .exhintro picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 1;
}
.homesummary .exhintro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.homesummary .exhintro .text {
  padding: 0 24px;
  z-index: 3;
  margin: auto;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  padding-top: 160px;
}
.homesummary .exhintro h2 {
  font-size: clamp(38px, 9.4vw, 94px) !important;
  font-family: "Hind";
  color: #fff;
  font-weight: 700;
  line-height: 0.8em;
  text-transform: uppercase;
}
.homesummary .exhintro h2 span {
  display: inline;
  font-family: "Hind";
  font-size: clamp(24px, 6vw, 60px);
}
.homesummary .exhintro h3 {
  font-size: clamp(22px, 5vw, 50px);
  font-family: "Hind";
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  margin-top: 0.8em;
  padding-left: 24px;
}
.homesummary .exhintro h6 {
  font-size: clamp(72px, 16vw, 348px);
  font-family: "Hind";
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0.1;
  left: 0;
  position: absolute;
  bottom: 50px;
}
.homesummary .exhintro p {
  font-size: clamp(12px, 2.4vw, 24px);
  font-family: "Roboto";
  color: #fff;
  line-height: 1.33em;
  margin-top: 24px;
  padding-left: 24px;
}
.homesummary .exhintro p strong {
  font-size: clamp(12px, 5vw, 50px);
  font-family: "Hind";
  font-weight: 700;
  display: inline;
  line-height: 1em;
}
.homesummary .exhintro.pink h2,
.homesummary .exhintro.pink h3,
.homesummary .exhintro.pink h6,
.homesummary .exhintro.pink p {
  color: #ffa6db;
}
.homesummary .exhintro.pink .photo.horiz div:before {
  background-image: url(../assets/photo-shape-h-pink.png);
}
.homesummary .exhintro.pink .photo.vert div:before {
  background-image: url(../assets/photo-shape-v-pink.png);
}
.homesummary .exhintro.blue h2,
.homesummary .exhintro.blue h3,
.homesummary .exhintro.blue h6,
.homesummary .exhintro.blue p {
  color: #72d5fe;
}
.homesummary .exhintro.green h2,
.homesummary .exhintro.green h3,
.homesummary .exhintro.green h6,
.homesummary .exhintro.green p {
  color: #bfcf4d;
}
.homesummary .exhintro.yellow h2,
.homesummary .exhintro.yellow h3,
.homesummary .exhintro.yellow h6,
.homesummary .exhintro.yellow p {
  color: #ffc834;
}
.homesummary .exhintro.orange h2,
.homesummary .exhintro.orange h3,
.homesummary .exhintro.orange h6,
.homesummary .exhintro.orange p {
  color: #ff9f42;
}
.homesummary .exhintro.purple h2,
.homesummary .exhintro.purple h3,
.homesummary .exhintro.purple h6,
.homesummary .exhintro.purple p {
  color: #ff84c6;
}
.homesummary .exhintro .jump {
  margin-top: 200px;
}
@media (min-width: 600px) {
  .homesummary .exhintro .text {
    padding: 200px 10vw 0 10vw;
  }
  .homesummary .exhintro h3,
  .homesummary .exhintro p {
    padding-left: 72px;
  }
  .homesummary .exhintro h6 {
    left: 0;
    bottom: 0;
  }
  .homesummary .exhintro .jump {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .homesummary .exhintro .text {
    max-width: 1400px;
    padding: 200px;
  }
  .homesummary .exhintro h6 {
    left: 0;
  }
}
@media (max-height: 900px) and (min-width: 600px) {
  .homesummary .exhintro h2 {
    font-size: clamp(24px, 6.4vw, 64px) !important;
  }
  .homesummary .exhintro h2 span {
    font-size: clamp(18px, 3.6vw, 36px);
  }
  .homesummary .exhintro p {
    font-size: clamp(12px, 1.8vw, 18px);
  }
  .homesummary .exhintro p strong {
    font-size: clamp(12px, 3vw, 30px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homesummary .exhintro {
    height: 100vh !important;
  }
}
.homesummary.nojs .exhintro {
  height: 100vh !important;
}
.homesummary.nojs .exhintro .jump {
  margin-top: -100vh;
}
.lb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 100000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.lb.on {
  opacity: 1;
}
.lb.on .lbcontent {
  opacity: 1;
}
.lb .lbcontent {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 90%;
  width: 90%;
  margin: auto;
  padding-top: 100px;
  opacity: 0;
  max-width: 1600px;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.lb .imagecontainer,
.lb .textcontainer {
  position: relative;
}
.lb .text {
  position: relative;
  background: #fff;
  padding: 50px;
  overflow-y: scroll;
  height: 400px;
}
.lb .text * {
  color: #000;
  text-align: left;
}
.lb .text p {
  margin-bottom: 1em;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-family: "Roboto";
}
.lb .text h1,
.lb .text h2,
.lb .text h3,
.lb .text h4,
.lb .text h5,
.lb .text h6 {
  margin-bottom: 0.2em;
  font-family: "Hind";
}
.lb .text ul {
  padding: 1em;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-family: "Roboto";
}
.lb .text h1 {
  font-size: clamp(25px, 3.5vw, 35px);
}
.lb .text h2 {
  font-size: clamp(20px, 3vw, 30px) !important;
}
.lb .text h3 {
  font-size: clamp(16px, 2.6vw, 26px);
}
.lb .text h4 {
  font-size: clamp(14px, 2.4vw, 24px);
}
.lb button {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  color: #fff;
  font-family: "Nunito";
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.lb button:after {
  content: "+";
  color: #000;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 999vw;
  display: block;
  transform: rotate(45deg);
  margin-left: 8px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.lb button:hover,
.lb button:focus {
  text-decoration: underline;
}
.lb button:hover:after,
.lb button:focus:after {
  opacity: 0.8;
}
.lb img {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .lb .lbcontent {
    justify-content: center;
    padding: 0;
    height: 100%;
  }
  .lb .imagecontainer {
    height: 80%;
  }
  .lb button {
    top: -60px;
    font-size: 14px;
  }
  .lb button:after {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 36px;
  }
}

footer.bg-primary.text-white.insertfooter {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
