@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  padding: 0px;
  background: none;
  color: inherit;
  font: inherit;
  padding: 0;
  outline: inherit;
}

@media (min-width: 901px) {
  .show-mobile-only {
    display: none;
  }
}

.swirly-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
}

.pink, .pink li {
  background-color: #EC008B;
}
.pink--marker li::marker, .pink li--marker li::marker {
  color: #EC008B;
  font-size: 1.5rem;
}

.green, .green li {
  background-color: #8CC63E;
}
.green--marker li::marker, .green li--marker li::marker {
  color: #8CC63E;
  font-size: 1.5rem;
}

.blue, .blue li {
  background-color: #00ADEF;
}
.blue--marker li::marker, .blue li--marker li::marker {
  color: #00ADEF;
  font-size: 1.5rem;
}

.orange, .orange li {
  background-color: #F7931D;
}
.orange--marker li::marker, .orange li--marker li::marker {
  color: #F7931D;
  font-size: 1.5rem;
}

.black {
  background-color: #000000;
}
.black--marker li::marker {
  color: #000000;
  font-size: 1.5rem;
}

.title-line {
  /* width: 50px; */
  height: 3px;
}

.white-text {
  color: #FFFFFF;
}

body {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 2.875rem;
}
@media (max-width: 599px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.125rem;
}

strong {
  font-weight: 700;
}

.white {
  color: #FFFFFF;
}

.line-clamp, .line-clamp-3, .line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.spacer {
  height: 1rem;
}

.container, .container--footer, .container--smallish, .container--narrow, .container--small, .container--smaller, .container--exhibits {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  box-sizing: content-box;
  padding-left: 24px;
  padding-right: 24px;
}
.container--exhibits {
  max-width: 1100px;
}
.container--smaller {
  max-width: 900px;
}
.container--small {
  max-width: 700px;
}
.container--narrow {
  max-width: 500px;
}
.container--smallish {
  max-width: 1000px;
}
.container--footer {
  padding: 0px;
}

.flex, .fdc {
  display: flex;
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column;
}

.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcse {
  justify-content: space-evenly;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.gap-0 {
  gap: 0.25rem;
}

.gap-1 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.row-reverse {
  flex-direction: row-reverse;
}

.display-none {
  display: none !important;
}

.button, .button--border, .button--border-blue, .button--border-pink, .button--border-green, .button--border-orange, .button--green, .button--blue, .button--pink, .button--orange {
  padding: 0.75rem 1.5rem;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
}
.button--orange {
  background-color: #F7931D;
}
.button--pink {
  background-color: #EC008B;
}
.button--blue {
  background-color: #00ADEF;
}
.button--green {
  background-color: #8CC63E;
}
.button--border, .button--border-blue, .button--border-pink, .button--border-green, .button--border-orange {
  background-color: transparent;
  border: 3px solid #000000;
  transition: all 0.35s ease-in;
  position: relative;
  overflow: hidden;
}
.button--border p, .button--border-blue p, .button--border-pink p, .button--border-green p, .button--border-orange p {
  position: relative;
  z-index: 2;
}
.button--border:hover .slide, .button--border:hover .slide--pink, .button--border:hover .slide--blue, .button--border:hover .slide--orange, .button--border:hover .slide--green, .button--border-blue:hover .slide, .button--border-blue:hover .slide--pink, .button--border-blue:hover .slide--blue, .button--border-blue:hover .slide--orange, .button--border-blue:hover .slide--green, .button--border-pink:hover .slide, .button--border-pink:hover .slide--pink, .button--border-pink:hover .slide--blue, .button--border-pink:hover .slide--orange, .button--border-pink:hover .slide--green, .button--border-green:hover .slide, .button--border-green:hover .slide--pink, .button--border-green:hover .slide--blue, .button--border-green:hover .slide--orange, .button--border-green:hover .slide--green, .button--border-orange:hover .slide, .button--border-orange:hover .slide--pink, .button--border-orange:hover .slide--blue, .button--border-orange:hover .slide--orange, .button--border-orange:hover .slide--green {
  left: 0;
}
.button--border:hover p, .button--border-blue:hover p, .button--border-pink:hover p, .button--border-green:hover p, .button--border-orange:hover p {
  color: #FFFFFF;
}
.button--border-orange {
  border-color: #F7931D;
}
.button--border-orange p {
  color: #000000 !important;
}
.button--border-orange--active {
  background-color: #F7931D;
  border: none;
}
.button--border-green {
  border-color: #8CC63E;
}
.button--border-green p {
  color: #000000 !important;
}
.button--border-green--active {
  background-color: #8CC63E;
  border: none;
}
.button--border-pink {
  border-color: #EC008B;
}
.button--border-pink p {
  color: #000000 !important;
}
.button--border-pink--active {
  background-color: #EC008B;
  border: none;
}
.button--border-blue {
  border-color: #00ADEF;
}
.button--border-blue p {
  color: #000000 !important;
}
.button--border-blue--active {
  background-color: #00ADEF;
  border: none;
}
.button--big, .button--header {
  height: 60px;
  min-width: 130px;
}
.button--header {
  font-family: "Playfair Display", serif;
}

.underline-button {
  position: relative;
  overflow: hidden;
}
.underline-button:hover .underline, .underline-button:hover .underline--orange, .underline-button:hover .underline--blue-opposite, .underline-button:hover .underline--green, .underline-button:hover .underline--pink-opposite, .underline-button:hover .underline--pink, .underline-button:hover .underline--green-opposite, .underline-button:hover .underline--blue, .underline-button:hover .underline--orange-opposite {
  left: 0;
}

.underline, .underline--orange, .underline--blue-opposite, .underline--green, .underline--pink-opposite, .underline--pink, .underline--green-opposite, .underline--blue, .underline--orange-opposite {
  width: 100%;
  height: 5px;
  margin-top: 15px;
  align-self: flex-end;
  left: -500px;
  position: absolute;
  transition: all 0.3s ease-out;
  bottom: 0;
}
.underline--blue, .underline--orange-opposite {
  background: #00ADEF;
}
.underline--pink, .underline--green-opposite {
  background: #EC008B;
}
.underline--green, .underline--pink-opposite {
  background: #8CC63E;
}
.underline--orange, .underline--blue-opposite {
  background: #F7931D;
}

.slide, .slide--pink, .slide--blue, .slide--orange, .slide--green {
  width: 100%;
  height: 100%;
  left: -400px;
  background: #000000;
  position: absolute;
  transition: all 0.35s ease-out;
  bottom: 0;
  z-index: 1;
}
.slide--green {
  background: #8CC63E;
}
.slide--orange {
  background: #F7931D;
}
.slide--blue {
  background: #00ADEF;
}
.slide--pink {
  background: #EC008B;
}

.no-border {
  border: none !important;
}

.fade-in {
  opacity: 0;
}
.fade-in--active {
  animation: fade-in 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-right {
  opacity: 0;
  transform: translateX(100px);
}
.fade-right--active {
  animation: fade-right 1s ease-out 0s 1 normal forwards;
}

.fade-left {
  opacity: 0;
  transform: translateX(-100px);
}
.fade-left--active {
  animation: fade-left 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(100px);
}
.fade-up--active {
  animation: fade-up 1s ease-out 0s 1 normal forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoom-in-container {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.zoom-in {
  transform: scale(1);
  z-index: -1;
}
.zoom-in--active {
  animation: zoom-in 2s ease-out 0s 1 normal forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
    z-index: -1;
  }
  100% {
    transform: scale(1.075);
    z-index: -1;
  }
}
.zoom-out-container {
  overflow: hidden;
  max-width: 100%;
}

.zoom-out {
  transform: scale(1.075);
  z-index: -1;
}
.zoom-out--active {
  animation: zoom-in 2s ease-out 0s 1 normal forwards;
}

@keyframes zoom-out {
  0% {
    transform: scale(1.075);
    z-index: -1;
  }
  100% {
    transform: scale(1);
    z-index: -1;
  }
}
.line-fade {
  width: 0px;
}
.line-fade--active {
  animation: line-fade 1s ease-out 1 normal forwards;
}

@keyframes line-fade {
  0% {
    width: 0px;
  }
  100% {
    width: 50px;
  }
}
.rotate-image {
  transform: rotate(180deg);
}
.rotate-image--active {
  animation: rotate 1s ease-out normal forwards;
}

@keyframes rotate {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.border, .border-bottom, .border-right, .border-left {
  position: absolute;
  z-index: 100;
}
.border-left {
  height: 0px;
  width: 15px;
  left: 0;
  top: 0;
}
.border-left--active {
  animation: border-up 1.5s ease-in-out normal forwards;
}
.border-right {
  height: 0px;
  width: 15px;
  right: 0;
  bottom: 0;
}
.border-right--active {
  animation: border-up 1.5s ease-in-out normal forwards;
}
.border-bottom {
  height: 15px;
  width: 0px;
  bottom: 0;
  left: 0;
}
.border-bottom--active {
  animation: border-left 1.5s ease-in-out normal forwards;
}

@keyframes border-up {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-left {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.delay {
  animation-delay: 0.25s;
}

.delay-long {
  animation-delay: 0.5s;
}

.delay-longer {
  animation-delay: 0.75s;
}

.accordion {
  cursor: pointer;
  padding: 1.5rem;
  width: 100%;
  border-top: 1px solid #D5D3D5;
  outline: none;
  transition: all 0.2s;
  position: relative;
}
.accordion h2 {
  font-size: 1.25rem;
  text-align: left;
}
.accordion:last-of-type {
  border-bottom: 1px solid #D5D3D5;
}
.accordion::after {
  content: url("../img/plus-sign.svg");
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.accordion--active::after {
  content: url("../img/minus-sign.svg");
}
.accordion--active:last-of-type {
  border-bottom: none;
}

.panel {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.freeform-row {
  align-items: flex-end;
  margin: 0px !important;
}
.freeform-row * {
  font-family: "Karla", sans-serif;
}
@media (max-width: 599px) {
  .freeform-row {
    flex-direction: column;
  }
  .freeform-row .freeform-column {
    width: 95%;
    margin: 0px 1.5rem !important;
  }
}

.freeform-label {
  padding-bottom: 0.375rem;
}

.freeform-input, .freeform-input--grey, input--grey, .freeform-input--pink, input--pink, input {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: solid 10px #00ADEF;
  padding: 0.375rem 0.375rem 0.375rem 0.75rem;
}
.freeform-input--pink, input--pink {
  border-left: solid 10px #EC008B;
}
.freeform-input--grey, input--grey {
  background-color: #F0F0F0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/form-arrow.svg");
  background-position: top 0.3125rem right 0.3125rem;
  background-repeat: no-repeat;
}

.freeform-button-submit {
  margin-top: 1.5rem;
  background-color: #00ADEF;
  padding: 0.75rem 1.5rem;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
}

.freeform-button-wrapper .pink {
  background-color: #EC008B;
  margin-left: 1rem;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: url(../img/prev-arrow.svg);
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: url(../img/next-arrow.svg);
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li, .slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

.supernav {
  background-color: #000000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.nav-logo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 900px) {
  .nav-items {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 1rem;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: right 0.3s ease-in;
  }
  .nav-items * {
    color: #FFFFFF !important;
  }
  .nav-items--active {
    right: 0;
    transition: right 0.3s ease-out;
  }
}

.nav-toggle,
.nav-close {
  display: none;
}
@media (max-width: 900px) {
  .nav-toggle,
  .nav-close {
    display: block;
    font-size: 2rem;
    cursor: pointer;
  }
}

.nav-close {
  align-self: flex-end;
  padding-right: 1.5rem;
}

.nav-link, .nav-link--footer {
  position: relative;
  font-size: 1.25rem;
  color: #645F5F;
  border-bottom: 3px solid #EC008B;
  border-width: 0px;
  padding-bottom: 0.125rem;
}
.nav-link:after, .nav-link--footer:after {
  content: "";
  margin-top: 0.25rem;
  background: #EC008B;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0px;
  transition: width 0.3s ease-in;
}
.nav-link:hover:after, .nav-link--footer:hover:after {
  width: 100%;
  transition: width 0.3s ease-out;
}
.nav-link--active:after {
  content: "";
  margin-top: 0.25rem;
  background: #EC008B;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}
.nav-link--footer {
  font-size: 1rem !important;
}

.main-nav {
  background-color: #FFFFFF;
}

.nav-dropdown--parent {
  position: relative;
  font-size: 1.25rem;
  color: #645F5F;
  padding-bottom: 0.125rem;
}
@media (max-width: 900px) {
  .nav-dropdown--parent {
    display: none;
  }
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown:hover > .nav-children {
  height: 100px;
  transition: height 0.2s ease-out;
}
@media (max-width: 900px) {
  .nav-dropdown {
    display: none;
  }
}

.nav-children {
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 1.5625rem;
  left: -0.75rem;
  z-index: 100;
  background-color: #FFFFFF;
  list-style-type: none;
  width: fit-content;
  transition: height 0.2s ease-in;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nav-children li {
  margin-top: 0.375rem;
  padding: none;
}

.footer {
  position: relative;
}

.footer-graphic {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.5625rem;
  background-color: #FFFFFF;
  width: 200px;
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grey-line {
  width: 37.6%;
  height: 1px;
  background-color: #D5D3D5;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  border-bottom: 1px solid #D5D3D5;
  margin-bottom: 50px;
}

.footer-contact {
  max-width: 215px;
}

.footer-border {
  border-top: 1px solid #D5D3D5;
  border-bottom: 1px solid #D5D3D5;
  position: relative;
  bottom: 0;
  width: 100%;
}
.footer-border ul {
  list-style-type: none;
}

.footer-column {
  padding: 0px;
}

.sitemap {
  padding: 2.25rem 1.5rem;
}

.soda-fountain {
  grid-row: span 2/span 2;
  text-align: center;
  border-left: 1px solid #D5D3D5;
  border-right: solid 1px #D5D3D5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.soda-fountain h4 {
  font-family: "Playfair Display", serif;
  max-width: 150px;
}

.sitemap {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  border-right: 1px solid #D5D3D5;
}

.footer-logo-1 {
  grid-column-start: 5;
  border-bottom: 1px solid #D5D3D5;
  border-right: 1px solid #D5D3D5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer-logo-1 img {
  max-height: 95px;
}

.footer-logo-2 {
  grid-column-start: 5;
  grid-row-start: 2;
  border-right: 1px solid #D5D3D5;
}
.footer-logo-2 img {
  max-height: 52px;
}

.field-group {
  gap: 0.25rem;
  position: absolute;
  right: 0;
  bottom: 1rem;
}
.field-group p {
  font-size: 0.75rem;
  color: #645F5F;
}

@media (max-width: 599px) {
  .footer-content {
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
  }
  .soda-fountain {
    padding-top: 2.5rem;
    padding-bottom: 0px;
  }
  .footer-logo-1 {
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 2rem;
  }
  .footer-logo-2 {
    padding-bottom: 2rem;
  }
}
.internal-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.internal-header h1 {
  color: #FFFFFF;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}

.archive {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.archive img {
  object-fit: cover;
}
@media (max-width: 599px) {
  .archive .container--smaller {
    flex-direction: column;
    align-items: center;
  }
  .archive .container--smaller .zoom-in-container {
    width: 100%;
  }
}
.archive .zoom-in-container {
  width: 17.5rem;
  flex: 1;
  position: relative;
}

.negative-margin {
  margin-top: -16rem;
}

.archive-column {
  flex: 2;
}
@media (max-width: 599px) {
  .archive-column {
    gap: 2.25rem;
  }
}

.callout, .callout--exhibits {
  background-color: #000000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.callout img, .callout--exhibits img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 20%;
}
.callout h2, .callout--exhibits h2,
.callout p,
.callout--exhibits p {
  text-align: center;
  color: #FFFFFF;
}
.callout h2, .callout--exhibits h2 {
  position: relative;
  padding-bottom: 1.5rem;
}
.callout h2::after, .callout--exhibits h2::after {
  content: "";
  height: 3px;
  background-color: #00ADEF;
  width: 5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.callout .subheadline, .callout--exhibits .subheadline {
  color: #00ADEF;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.today-in-history {
  padding-top: 4rem;
  padding-bottom: 20.25rem;
  position: relative;
}
.today-in-history .content {
  padding: 3rem 4rem 3rem 7.75rem;
  background-color: #F0F0F0;
  position: relative;
}
@media (max-width: 599px) {
  .today-in-history .content {
    padding: 7.75rem 1.5rem 1.5rem 1.5rem;
  }
}
.today-in-history .content img {
  position: absolute;
  left: -1.5rem;
  width: 7.75rem;
  height: 7.75rem;
  background-size: contain;
}
@media (max-width: 599px) {
  .today-in-history .content img {
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.today-in-history p {
  max-width: 62.5rem;
  font-size: 1.25rem;
}

.featured-exhibit {
  padding-bottom: 4rem;
}
@media (max-width: 599px) {
  .featured-exhibit .container, .featured-exhibit .container--exhibits, .featured-exhibit .container--smaller, .featured-exhibit .container--small, .featured-exhibit .container--narrow, .featured-exhibit .container--smallish, .featured-exhibit .container--footer {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.home-events {
  margin-top: -8.5rem;
}

.featured-column-1 {
  flex: 1;
}
.featured-column-1 .zoom-in-container {
  position: relative;
  height: 25rem;
  /* border-left: 15px solid $pink; */
}
.featured-column-1 img {
  object-fit: cover;
  height: 25rem;
  width: 100%;
}

.featured-column-2 {
  flex: 1;
}
.featured-column-2 .zoom-in-container {
  position: relative;
  height: 18.75rem;
}
.featured-column-2 img {
  object-fit: cover;
  width: 100%;
  height: 18.75rem;
}

.featured-title p {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.header {
  padding-top: 12.5rem;
  padding-bottom: 15.625rem;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.header h1 {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 900px) {
  .header {
    padding-bottom: 9.375rem;
    transition: all 0.3s ease-in-out;
  }
}

.quick-links {
  margin-top: -5.25rem;
  padding-bottom: 12.5rem;
  position: relative;
}

.swirly-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
}

.quick-link {
  padding: 2.25rem 3rem;
  flex: 1;
  text-align: center;
}
.quick-link:first-of-type {
  background-color: #00ADEF;
}
.quick-link:nth-of-type(2) {
  background-color: #EC008B;
}
.quick-link:nth-of-type(3) {
  background-color: #8CC63E;
}
.quick-link p, .quick-link h3 {
  max-width: 17.1875rem;
}
.quick-link p {
  font-size: 1.25rem;
}

.quick-link-icon-container {
  background-color: #000000;
  padding: 0.75rem;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
}

.quick-link-icon {
  max-height: 5.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-news {
  padding-top: 2.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.home-news::before {
  position: absolute;
  width: 4rem;
  height: 0.1875rem;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  background-color: #00ADEF;
}
.home-news h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.news-preview {
  flex: 1;
  min-width: 21.875rem;
  max-width: 21.875rem;
}
@media (max-width: 599px) {
  .news-preview {
    min-width: 100%;
    max-width: 100%;
  }
}
.news-preview img {
  width: 100%;
  height: 16.5rem;
  object-fit: cover;
  border-bottom: solid 0.9375rem #00ADEF;
}
.news-preview .zoom-in-container {
  height: 16.5rem;
}
.news-preview-content {
  min-height: 16.625rem;
  background-color: #F0F0F0;
  padding: 2rem;
}
.news-preview-content h3 {
  font-size: 1.5rem;
}
.news-preview-content p {
  max-width: 18.75rem;
}

.article {
  margin-bottom: 6.25rem;
}
.article--top {
  height: 18.75rem;
  width: 100%;
  position: relative;
}
.article--bottom {
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #D5D3D5;
}
.article-header {
  margin-top: -12.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 599px) {
  .article-header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.article-header .zoom-in-container {
  flex: 1;
}
.article-header .zoom-in-container img {
  object-fit: cover;
}
.article-header-column {
  flex: 1;
}
@media (max-width: 599px) {
  .article-header-column {
    gap: 1.5rem;
  }
}
.article-header h2 {
  font-size: 1.5rem;
}
.article .back-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
}

.internal-intro {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.internal-intro h2 {
  font-size: 1.375rem;
}
.internal-intro button {
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.news-index {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#load-more {
  margin: 1.5rem auto 4rem;
  display: flex;
}

.about-title {
  margin-top: 3rem;
  margin-bottom: 2.25rem;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.about-title h2 {
  font-size: 2.25rem;
}

.staff-images {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  position: relative;
}

.staff-member {
  flex: 1;
  min-width: 21.875rem;
  max-width: 21.875rem;
}
.staff-member .zoom-in-container {
  border-radius: 50% 50% 0% 0%;
}
.staff-member img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: top;
}
.staff-member .staff-name, .staff-member .staff-title {
  text-align: center;
}
.staff-member .staff-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
}
.staff-member .staff-title {
  text-transform: uppercase;
}

.timeline {
  padding-top: 3rem;
}
.timeline h2 {
  font-size: 2.25rem;
  text-align: center;
  padding-bottom: 3rem;
}
.timeline .zoom-in-container {
  flex: 1;
  max-height: 18.75rem;
}
.timeline .zoom-in-container img {
  margin-right: 2.25rem;
}

.event {
  padding-bottom: 2.25rem;
  position: relative;
}
.event .grey-line {
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #C0BFC0;
  left: 50%;
  transform: translateX(-50%);
}
.event .grey-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.event:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.event:nth-of-type(2n) .event-content {
  padding-right: 2.25rem;
  padding-left: 0;
}

@media (max-width: 599px) {
  .grey-dot, .grey-line {
    display: none;
  }
  .event {
    gap: 1.5rem;
    flex-direction: column !important;
  }
  .event-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.event-content {
  flex: 1;
  padding-left: 2.25rem;
  padding-right: 0;
  position: relative;
}

.about-callout {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.about-callout .subheadline {
  color: #EC008B;
}
.about-callout h2::after {
  background-color: #EC008B;
}

.exhibits--bottom {
  background-color: #F0F0F0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.two-columns {
  columns: 2;
}

.exhibit-images {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .exhibit-images {
    flex-direction: column;
  }
}
.exhibit-images .zoom-in-container {
  flex: 1;
}
.exhibit-images .zoom-in-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.exhibit-images .button-container {
  flex: 1;
}
.exhibit-images .button-container button {
  margin-left: 0px;
  margin-top: 0px;
}

.exhibits-column {
  flex: 1;
}
.exhibits-column img {
  max-height: 31.25rem;
}

.exhibits-header {
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .exhibits-header {
    flex-direction: column-reverse;
  }
}

.featured {
  flex: 2;
}
.featured img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.featured-content {
  min-height: 16.625rem;
  background-color: #F0F0F0;
  padding: 2rem;
}
.featured-content h3 {
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  .featured {
    flex: 1;
  }
}

.categories {
  flex: 1;
  background-color: #F0F0F0;
  padding: 2.5rem;
}
.categories h2 {
  font-size: 2.5rem;
}
.categories h3 {
  font-size: 1.5rem;
}
.categories button {
  width: 100%;
}

.exhibits-padding-top {
  margin-top: 1.5rem;
}

.callout--exhibits h2 {
  font-size: 2rem;
}
.callout--exhibits h2::after {
  background-color: #F7931D;
}

.library {
  padding-top: 2.25rem;
  padding-bottom: 4rem;
}
.library p {
  text-align: center;
}

.library-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.rentals {
  position: relative;
}
.rentals h2 {
  text-align: center;
}
.rentals .zoom-in-container {
  flex: 1;
  max-height: 21.875rem;
}
.rentals .zoom-in-container img {
  object-fit: cover;
}
.rentals .rental-text {
  flex: 1;
}

.rental-graphic {
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 0;
  width: 15%;
  transform: rotate(270deg);
}

@media (max-width: 599px) {
  .rental {
    flex-direction: column;
  }
}
.policies-header {
  margin-top: 4rem;
}
.policies-header h1 {
  color: #000000;
}

.rental-accordions {
  margin-top: 2.25rem;
  margin-bottom: 3rem;
}

.rental-form {
  position: relative;
  background-color: #F0F0F0;
  margin-top: 4.5rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.rental-form h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.form-img {
  position: absolute;
  width: 5.875rem;
  top: -2.9375rem;
  left: 50%;
  transform: translateX(-50%);
}

.contact-header {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 599px) {
  .contact-header {
    flex-direction: column;
    gap: 3rem;
  }
}
.contact-header--left {
  flex: 1;
}

.contact-form {
  flex: 2;
}
.contact-form h3 {
  text-align: center;
  margin-bottom: 0.75rem;
}
.contact-form input {
  width: 100%;
}

.visit-hours--headline {
  font-size: 1.5rem;
  line-height: 0.75;
}

.newsletter-sign-up {
  border-top: 1px solid #D5D3D5;
  padding-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.newsletter-sign-up h3 {
  text-align: center;
  margin-bottom: 0.75rem;
}
.newsletter-sign-up form h3 {
  display: none;
}
.newsletter-sign-up form .section input {
  background-color: #F0F0F0;
  width: 100%;
  border-left: 10px solid #8CC63E;
}
.newsletter-sign-up form .btn-submit-email {
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: #8CC63E;
  font-size: 1.125rem;
  font-weight: 700;
}
.newsletter-sign-up form label {
  font-weight: 700;
}

.donate-content {
  margin-top: 4rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 599px) {
  .donate-content {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.donate-content .zoom-in-container {
  flex: 1;
  max-height: 25rem;
}
.donate-content .zoom-in-container img {
  object-fit: cover;
}
.donate-content--right {
  flex: 1;
}

.sponsors {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.sponsors--header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.sponsors--header h2 {
  text-align: center;
}

.partner__slide__container {
  padding-top: 50px;
  flex: 1;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.partner__slide {
  max-width: 260px;
  min-width: 225px;
  margin: auto;
  min-height: 100%;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
}

.partner__slide a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.partner__slide__logo {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner__slide__logo img {
  max-height: 100%;
  margin: auto;
  display: block;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.membership-levels {
  margin-bottom: 4rem;
}
.membership-levels h2 {
  text-align: center;
  margin-bottom: 0.75rem;
  margin-top: 2.25rem;
}
@media (min-width: 600px) {
  .membership-levels h2 {
    animation-delay: 0.75s;
  }
}

.level {
  margin-top: 1.5rem;
  flex: 1;
  padding: 0 0.75rem;
  border-right: 1px solid #D5D3D5;
}
@media (min-width: 600px) {
  .level {
    animation-delay: 0.75s;
  }
}
.level:last-of-type {
  border-right: none;
}
@media (max-width: 599px) {
  .level {
    border-right: none;
  }
}
.level-header {
  padding: 0.75rem 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
.level-cost {
  text-align: center;
  font-weight: 700;
}

.volunteer-header h2 {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
}
.volunteer-header h2::after {
  content: "";
  height: 3px;
  background-color: #F7931D;
  width: 5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.volunteer-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  columns: 2;
}
.volunteer-form form h3 {
  font-size: 1.25rem;
}
.volunteer-form form .section {
  width: 100%;
}
.volunteer-form form .section .field, .volunteer-form form .section input, .volunteer-form form .section select, .volunteer-form form .section textarea {
  width: 100%;
  max-width: none;
}
.volunteer-form form .section select, .volunteer-form form .section textarea {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 10px solid #00ADEF;
}
.volunteer-form form .btn {
  background-color: #00ADEF;
  border-left: none;
  padding: 0.75rem 1.5rem;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  cursor: pointer;
}

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