@charset "UTF-8";
/* ============ EXTERNAL ============ */
@import "scss/external/tiny-slider.min.css";
@import "scss/external/glightbox.css";
/* ============ BASE ============ */
/* _variables.scss */
/* ============ Colors ============ */
/* ============ Fonts ============ */
/* ============ Breakpoints ============ */
/*
.example {
  width: 100%;

  @include bp-sm {
    width: 50%;
  }
}
*/
/* _reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.locked {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

img {
  max-width: 100%;
}

*::-moz-selection {
  background-color: #369798;
  color: white;
}

*::selection {
  background-color: #369798;
  color: white;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

*:target::before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

*:target::before:focus {
  outline: none;
}

*:target:focus {
  outline: none;
}

hr {
  width: 100%;
}

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}

img {
  pointer-events: none;
}

/* _typography.scss */
/* ============ FONTS ============ */
@font-face {
  font-family: "Neutra";
  src: url("fonts/NeutraDisp-Medium.ttf") format("truetype"), url("fonts/NeutraDisp-Medium.woff") format("woff"), url("fonts/NeutraDisp-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Neutra";
  src: url("fonts/NeutraDisp-Bold.ttf") format("truetype"), url("fonts/NeutraDisp-Bold.woff") format("woff"), url("fonts/NeutraDisp-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}
/* ============ TAGS ============ */
body {
  color: #333333;
  font: normal 1.6rem/1.5 "futura-pt", sans-serif;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}

h1 {
  color: #000000;
  font: bold 3.2rem "futura-pt-bold";
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}

h2, .h2 {
  color: #000000;
  font: bold 2.8rem "futura-pt", sans-serif;
  margin: 0 0 1.6rem;
  text-transform: none;
}

h3 {
  color: #000000;
  font: bold 2.4rem "futura-pt", sans-serif;
  margin: 0 0 1.6rem;
}

h4 {
  color: #000000;
  font: bold 2rem "futura-pt", sans-serif;
  margin: 0 0 1.6rem;
}

h5 {
  color: #000000;
  font: normal 2rem "futura-pt", sans-serif;
  margin: 0 0 1.6rem;
}

h6 {
  color: #000000;
  font: 500 1.6rem "futura-pt", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}

p {
  font: normal 1.6rem/1.5 "futura-pt", sans-serif;
  margin: 0 0 2.4rem;
}
p + p {
  margin-top: -0.8rem;
}
p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.8rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 2rem;
  }
  p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 5.6rem;
  }
  h2, .h2 {
    font-size: 4.8rem;
  }
  h3 {
    font-size: 4rem;
  }
  h4 {
    font-size: 3.6rem;
  }
  h5 {
    font-size: 2.8rem;
  }
  h6 {
    font-size: 2.4rem;
  }
}
ul, ol {
  margin: 1.6rem 0;
  padding-left: 2.4rem;
}

a {
  color: #007482;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  color: #000000;
}

blockquote,
.wp-block-quote {
  border-left: 2px solid #369798;
  color: #000000;
  font: bold italic 2rem "futura-pt", sans-serif;
  margin: 2.4rem 0;
  padding: 0 2.4rem;
}
blockquote p,
.wp-block-quote p {
  color: #000000;
  font: bold italic 2rem "futura-pt", sans-serif;
  margin-bottom: 0.8rem;
}
blockquote cite,
.wp-block-quote cite {
  color: #000000;
  font: normal italic 1.8rem "futura-pt", sans-serif;
}

/* _buttons.scss */
.link, .wp-block-button__link, form.wpcf7-form .wpcf7-submit, button[id^=eventbrite],
.xola-custom button,
.xola-checkout button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: 500 2rem "futura-pt", sans-serif;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .link, .wp-block-button__link, form.wpcf7-form .wpcf7-submit, button[id^=eventbrite],
  .xola-custom button,
  .xola-checkout button {
    font-size: 2.4rem;
  }
}
.link::after, .wp-block-button__link::after, form.wpcf7-form .wpcf7-submit::after, button[id^=eventbrite]::after,
.xola-custom button::after,
.xola-checkout button::after {
  background: url("inc/assets/icons/ui/arrow-circle.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  min-width: 20px;
  position: relative;
  right: -4px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 20px;
}
.link:hover, .wp-block-button__link:hover, form.wpcf7-form .wpcf7-submit:hover, button[id^=eventbrite]:hover,
.xola-custom button:hover,
.xola-checkout button:hover {
  color: #000000;
}
.link:hover::after, .wp-block-button__link:hover::after, form.wpcf7-form .wpcf7-submit:hover::after, button[id^=eventbrite]:hover::after,
.xola-custom button:hover::after,
.xola-checkout button:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

button[id^=eventbrite],
.xola-custom button,
.xola-checkout button {
  background: none;
  border: none;
  padding: 0;
}

a.solid-button, div.solid-button button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #007482;
  color: #ffffff;
  padding: 0.7rem 1.4rem 0.7rem 1.2rem;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.solid-button:hover, div.solid-button button:hover {
  padding: 0.7rem 1.7rem 0.7rem 1.2rem;
  color: #ffffff;
}
a.solid-button::after, div.solid-button button::after {
  background: url("inc/assets/icons/ui/arrow-circle-light.svg") center/contain no-repeat;
  right: -6px;
}

/* ============ COMPONENTS ============ */
/* _header.scss */
#wpadminbar {
  position: fixed;
}

body.admin-bar #masthead {
  margin-top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #masthead {
    margin-top: 32px;
  }
}

#content {
  margin-top: 126px;
}
@media only screen and (min-width: 1024px) {
  #content {
    margin-top: 126px;
  }
}

#masthead {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  padding: 12px 8px 12px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  min-height: 126px;
}
#masthead .logo-wrap {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}
#masthead .logo-wrap img {
  display: block;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #masthead .logo-wrap {
    padding-bottom: 7px;
    max-width: 350px;
  }
}
#masthead .header-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .header-nav {
    display: block;
    margin-bottom: 1px;
    margin-right: 1.6rem;
  }
  #masthead .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #masthead .header-nav > ul > li {
    margin-left: 2.4rem;
    margin-top: 0.4rem;
    position: relative;
  }
  #masthead .header-nav > ul > li:hover > ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  #masthead .header-nav > ul > li > a {
    color: #000000;
    font: bold 2rem "futura-pt", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
  }
  #masthead .header-nav > ul > li > a:hover {
    color: #369798;
  }
  #masthead .header-nav > ul > li > ul {
    background-color: #ffffff;
    list-style: none;
    left: -2rem;
    margin: 0;
    min-width: calc(100% + 4rem);
    opacity: 0;
    padding: 2rem;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    visibility: none;
  }
  #masthead .header-nav > ul > li > ul > li {
    display: block;
    white-space: nowrap;
  }
  #masthead .header-nav > ul > li > ul > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  #masthead .header-nav > ul > li > ul > li a {
    color: #000000;
    font: normal 1.8rem "futura-pt", sans-serif;
    text-decoration: none;
  }
  #masthead .header-nav > ul > li > ul > li a:hover {
    color: #369798;
  }
  #masthead .header-nav > ul > li > ul > li ul {
    display: none;
  }
}
#masthead .header-campaign {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  position: absolute;
  right: 1.6rem;
  top: 0.8rem;
}
@media only screen and (min-width: 1440px) {
  #masthead .header-campaign {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#masthead .header-campaign a {
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  #masthead .header-campaign a {
    margin-top: 0.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  #masthead .header-campaign a {
    margin-top: 0;
  }
}
#masthead .header-campaign img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .header-campaign img {
    aspect-ratio: 1;
    display: block;
    width: 7.2rem;
  }
}

#search-toggle {
  background: transparent url("inc/assets/icons/ui/search.svg") center/24px 24px no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  width: 40px;
}

#sidecar-toggle {
  background: #000000 url("inc/assets/icons/ui/menu-light.svg") center/24px 24px no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  margin-left: 8px;
  margin-right: -8px;
  width: 48px;
}
#sidecar-toggle.active {
  background-image: url("inc/assets/icons/ui/x-light.svg");
}

/* _flex-nav.scss */
nav.flex-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
nav.flex-nav ul#mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.flex-nav ul#mainnav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
nav.flex-nav ul#mainnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.flex-nav ul#mainnav li a:hover {
  background: #ddd;
}
nav.flex-nav ul#mainnav li > a.current {
  background: #ddd;
}
nav.flex-nav ul#mainnav li ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2000;
}
nav.flex-nav ul#mainnav li ul > li {
  display: block;
  position: relative;
  white-space: nowrap;
  z-index: 999;
}
nav.flex-nav ul#mainnav li ul > li a {
  background: #eee;
  display: block;
  padding: 8px 12px;
  width: 100%;
}
nav.flex-nav ul#mainnav li ul > li ul {
  left: 100%;
  top: 0;
}
nav.flex-nav ul#mainnav a {
  text-decoration: none;
}
nav.flex-nav ul#mainnav > li:hover > ul,
nav.flex-nav ul#mainnav > li > ul > li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* _search.scss */
body.admin-bar #search-drawer {
  margin-top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #search-drawer {
    margin-top: 32px;
  }
}

#search-drawer {
  background-color: #333333;
  left: 0;
  padding: 2.4rem;
  position: fixed;
  top: 79px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 100vw;
  z-index: 99;
}
#search-drawer.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  #search-drawer {
    padding: 2.4rem 6.4rem;
    top: 118px;
  }
}

#search-close {
  cursor: pointer;
  position: absolute;
  right: 2.4rem;
}
#search-close img {
  height: 24px;
  margin-top: 4px;
  width: 24px;
}

#searchform {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4rem;
}
#searchform .form-row:first-child {
  width: 100%;
}
#searchform label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 2rem;
}
#searchform input[type=text] {
  border: none;
  border-radius: 0;
  font: normal 1.6rem "futura-pt", sans-serif;
  padding: 4px 8px;
  width: 100%;
}
#searchform input[type=submit] {
  background: #ffffff url("inc/assets/icons/ui/arrow.svg") center/24px 24px no-repeat;
  border: none;
  border-radius: 0;
  font-size: 0;
  height: 29px;
  width: 32px;
}

/* _sidecar.scss */
.body-overlay {
  background: black;
  cursor: col-resize;
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  visibility: hidden;
  width: 0;
  z-index: -100;
}
.body-overlay.active {
  height: 100%;
  opacity: 0.25;
  visibility: visible;
  width: 100%;
  z-index: 90;
}

/* ============ Sidecar Drawer ============ */
body.admin-bar #sidecar {
  margin-top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #sidecar {
    margin-top: 32px;
  }
}

#sidecar {
  background-color: #333333;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100%;
  z-index: 99;
}
#sidecar.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  #sidecar {
    height: auto;
    max-height: calc(100vh - 118px);
    min-height: 480px;
    top: 118px;
  }
}

#sidecar {
  padding: 1.6rem;
  padding-top: 140px;
}
@media only screen and (min-width: 1024px) {
  #sidecar {
    padding: 6.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #sidecar .mainnav {
    margin-left: 33.33%;
    width: 66.66%;
  }
}
#sidecar .sidecar-logo img {
  margin-bottom: 1.6rem;
  width: 240px;
}
@media only screen and (min-width: 1024px) {
  #sidecar .sidecar-logo {
    left: 6.4rem;
    position: absolute;
    top: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #sidecar .sidecar-info {
    margin-left: 33.33%;
    width: 66.66%;
  }
  #sidecar .sidecar-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sidecar .sidecar-info p br {
    display: none;
  }
  #sidecar .sidecar-info p span::after {
    background-color: #ffffff;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 8px;
    width: 1px;
    vertical-align: -6px;
  }
  #sidecar .sidecar-info p span:last-child::after {
    display: none;
  }
}
#sidecar .social-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#sidecar .social-navigation ul li {
  margin-right: 24px;
}
#sidecar .social-navigation ul li img {
  height: 24px;
  width: 24px;
}

/* ============ Sidecar Menu ============ */
#sidecar .sidecar-menu {
  background: transparent;
  display: block;
  height: auto;
  list-style: none;
  margin: 0 0 2.4rem;
  padding: 0;
  position: relative;
  width: 100%;
}
#sidecar .sidecar-menu li {
  background: transparent;
  display: block;
  float: none;
  height: auto;
  margin: 0 0 8px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#sidecar .sidecar-menu li ul {
  display: block;
  float: none;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0 0 0 0px;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
#sidecar .sidecar-menu li ul li:first-child {
  margin-top: 0.8rem;
}
#sidecar .sidecar-menu li ul li a {
  border: none;
  font: normal 1.8rem "futura-pt", sans-serif;
  text-transform: none;
}
#sidecar .sidecar-menu li ul.active {
  display: block;
  float: none;
  max-height: 500px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
#sidecar .sidecar-menu li ul .children {
  display: none;
}
#sidecar .sidecar-menu li a {
  color: #ffffff;
  display: inline-block;
  font: bold 2.4rem "futura-pt", sans-serif;
  height: auto;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#sidecar .sidecar-menu li a.expand {
  background: url("inc/assets/icons/ui/chevron-light.svg") center/24px 24px no-repeat;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0;
  position: absolute;
  right: -12px;
  top: 0;
  width: 40px;
}
#sidecar .sidecar-menu li a.expand.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  #sidecar .sidecar-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #sidecar .sidecar-menu > li {
    margin-bottom: 2.4rem;
    padding-right: 4rem;
  }
  #sidecar .sidecar-menu > li ul {
    display: block;
    max-height: initial;
  }
  #sidecar .sidecar-menu > li a.expand {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  #sidecar .sidecar-menu {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/* _alert.scss */
.page-alert {
  background-color: white;
  left: 50%;
  opacity: 0;
  padding: 24px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease 0.2s;
  transition: opacity 0.5s ease 0.2s;
  visibility: hidden;
  width: 72rem;
  z-index: -100;
  max-width: calc(100vw - 4rem);
}
.page-alert--active {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.page-alert img {
  display: block;
  margin-bottom: 0.8rem;
}
.page-alert__heading {
  margin-bottom: 0.8rem;
}
.page-alert__message {
  margin-bottom: 0.8rem;
}
.page-alert__dismiss {
  background: #000000 url("inc/assets/icons/ui/x-light.svg") center/2.4rem no-repeat;
  cursor: pointer;
  font-size: 0;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  z-index: 1;
}

/* _footer.scss */
footer {
  clear: both;
}
footer .footer-main {
  background-color: #333333;
  overflow: hidden;
  padding: 2.4rem 1.6rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  footer .footer-main {
    padding: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-main {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: 1fr 8px 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  footer .footer-main {
    padding: 4.8rem 8rem;
  }
}
footer .footer-background {
  bottom: 0;
  height: 400px;
  opacity: 0.2;
  position: absolute;
  right: -100px;
}
@media only screen and (min-width: 1024px) {
  footer .footer-background {
    height: 300px;
    right: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-contact {
    padding-right: 64px;
  }
}
footer .footer-logo {
  height: 24px;
  margin-bottom: 16px;
}
footer .social-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 2.4rem 0;
  padding: 0;
}
footer .social-navigation ul li {
  margin-right: 24px;
}
footer .social-navigation ul li img {
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 1024px) {
  footer .social-navigation ul {
    margin-bottom: 0;
  }
}
footer .footer-content {
  padding-right: 8rem;
}
@media only screen and (min-width: 1024px) {
  footer .footer-content {
    padding-right: 12rem;
  }
}
footer .footer-signup {
  margin-top: 24px;
  max-width: 480px;
  position: relative;
}
footer .footer-signup input[type=text] {
  background-color: white;
  border: none;
  font: normal 1.6rem "futura-pt", sans-serif;
  padding: 8px;
  width: 100%;
}
footer .footer-signup input[type=text]::-webkit-input-placeholder {
  color: #6E6E6E;
}
footer .footer-signup input[type=text]::-moz-placeholder {
  color: #6E6E6E;
}
footer .footer-signup input[type=text]:-ms-input-placeholder {
  color: #6E6E6E;
}
footer .footer-signup input[type=text]::-ms-input-placeholder {
  color: #6E6E6E;
}
footer .footer-signup input[type=text]::placeholder {
  color: #6E6E6E;
}
footer .footer-signup input[type=submit] {
  background: transparent url("inc/assets/icons/ui/arrow.svg") center/24px 24px no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
footer .ctct-form-defaults {
  background: transparent !important;
  padding: 0 !important;
}
footer .ctct-form-custom {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  footer .ctct-form-custom {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
footer .ctct-form-custom .ctct-form-header {
  font-family: "futura-pt", sans-serif !important;
}
footer .ctct-form-custom .ctct-form-text {
  font-family: "futura-pt", sans-serif !important;
}
footer .ctct-form-custom .ctct-form-label {
  color: #ffffff !important;
  font-family: "futura-pt", sans-serif;
  margin-bottom: 8px !important;
}
footer .ctct-form-custom .ctct-form-field {
  margin-bottom: 0 !important;
}
footer .ctct-form-custom .ctct-form-element {
  background-color: white !important;
  border: none !important;
  border-radius: 0 !important;
  font: normal 1.6rem "futura-pt", sans-serif !important;
  padding: 8px !important;
}
footer .ctct-form-custom .ctct-form-errorMessage {
  font-family: "futura-pt", sans-serif;
}
footer .ctct-form-custom #email_address_field_3 {
  grid-column: 1/-1;
}
footer .ctct-form-custom #gdpr_text {
  display: none;
}
footer .ctct-form-custom .ctct-form-button {
  border-radius: 0 !important;
  font: bold 1.6rem "futura-pt", sans-serif !important;
  grid-column: 1/-1;
}
@media only screen and (min-width: 1024px) {
  footer .ctct-form-custom .ctct-form-button {
    -ms-grid-column-align: start;
        justify-self: start;
    padding: 12px 16px !important;
    width: auto !important;
  }
}
footer .footer-bar {
  background-color: #000000;
  margin-top: 8px;
  padding: 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-bar {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: 1fr 8px 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 1.6rem 6.4rem;
    text-align: left;
  }
}
@media only screen and (min-width: 1440px) {
  footer .footer-bar {
    padding: 1.6rem 8rem;
  }
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-links li {
  margin: 0 0.8rem 0.8rem;
}
footer .footer-links li a {
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  footer .footer-links {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-links li {
    margin: 0 1.6rem 0.8rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  footer .footer-links li {
    margin: 0 2.4rem 0.8rem 0;
  }
}
footer .footer-meta {
  margin-top: 8px;
}
footer .footer-meta p {
  color: #aeaeae;
  font-size: 1.4rem;
  text-transform: uppercase;
}
footer .footer-meta p.copyright {
  margin-bottom: 4px;
  margin-top: 4px;
}
footer .footer-meta p a {
  color: #aeaeae;
  text-decoration: none;
}
footer .footer-meta p a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  footer .footer-meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
  }
}

/* _gdpr.scss */
#gdpr-bar {
  background: #ffffff;
  -webkit-box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
  padding: 1.6rem 6.4rem 1.6rem 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 100%;
  z-index: 101;
}
@media only screen and (min-width: 768px) {
  #gdpr-bar {
    padding-left: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #gdpr-bar {
    padding-left: 6.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #gdpr-bar {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#gdpr-bar.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#gdpr-bar #gdpr-accept {
  background: #000000 url("inc/assets/icons/ui/x-light.svg") center/2.4rem no-repeat;
  cursor: pointer;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  z-index: 1;
}

/* _section-nav.scss */
#default-nav {
  position: relative;
  z-index: 10;
}

.section-nav {
  background-color: #F1F1F1;
  margin-top: 8px;
  padding: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .section-nav {
    padding: 1.6rem 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-nav {
    padding: 1.6rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section-nav {
    padding: 1.6rem 8rem;
  }
}
.section-nav__toggle {
  display: inline-block;
  height: 24px;
  left: -32px;
  pointer-events: none;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 5px;
  width: 24px;
}
@media only screen and (min-width: 1024px) {
  .section-nav__toggle {
    top: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .section-nav__toggle {
    top: 3px;
  }
}
.section-nav__toggle--active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-nav__title {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-right: 32px;
}
.section-nav__menu {
  display: none;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.section-nav__menu li {
  display: block;
  margin-bottom: 8px;
  position: relative;
}
.section-nav__menu li:last-child {
  margin: 0;
}
.section-nav__menu li a {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
}
.section-nav__menu li .expand {
  background: url("inc/assets/icons/ui/chevron.svg") center/24px 24px no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 24px;
  width: 24px;
}
.section-nav__menu li .expand.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-nav__menu li .children {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.8rem 1.6rem 0;
}
.section-nav__menu li .children li a {
  font-weight: normal;
  font-size: 1.6rem;
}
.section-nav__menu li .children li .expand {
  position: relative;
  right: 8px;
  top: 8px;
}
.section-nav__menu li .children li ul {
  background-color: #d8d8d8;
  -webkit-filter: none;
          filter: none;
  max-height: 400px;
  overflow-y: scroll;
  top: 100%;
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}
.section-nav__menu li .children li ul::-webkit-scrollbar {
  width: 8px;
}
.section-nav__menu li .children li ul::-webkit-scrollbar-track {
  background: transparent;
}
.section-nav__menu li .children li ul::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 8px;
  border: 2px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .section-nav__menu li .children {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-nav__menu > li {
    display: inline-block;
    width: calc(49.9% - 20px);
  }
  .section-nav__menu > li:nth-child(even) {
    margin-left: 36px;
  }
  .section-nav__menu li .children {
    background-color: #F1F1F1;
    -webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
    padding: 0;
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1;
  }
  .section-nav__menu li .children li {
    margin: 0;
  }
  .section-nav__menu li .children li a {
    display: block;
    padding: 0.8rem 1.6rem;
  }
  .section-nav__menu li .children li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (min-width: 1440px) {
  .section-nav__menu > li {
    width: calc(33.33% - 21px);
  }
  .section-nav__menu > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .section-nav__menu > li:not(:nth-child(3n+1)) {
    margin-left: 26px;
  }
}

.no-banner #default-nav {
  margin-bottom: 0.8rem;
}

/* _child-pages.scss */
.child-pages-container {
  margin: 2.4rem 0;
  position: relative;
}
.child-pages-container:first-child {
  margin-top: 0;
}
.child-pages-container:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .child-pages-container {
    margin: 4rem 0;
  }
}

.child-pages__item {
  display: block;
  margin-bottom: 2.4rem;
  text-decoration: none;
}
.child-pages__item:last-child {
  margin-bottom: 0;
}
.child-pages__item:hover .child-pages__image {
  opacity: 0.75;
}
.child-pages__image {
  background-color: #6E6E6E;
  padding-bottom: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.child-pages__image:not([style*="/"]) {
  background-image: url("inc/assets/images/camuseum-icon-light.svg") !important;
  background-size: 50% !important;
}
.child-pages__meta {
  margin-top: 0.8rem;
}
.child-pages__title {
  margin-bottom: 0.8rem;
  -webkit-transition: 0.2s ease color;
  transition: 0.2s ease color;
}
@media only screen and (min-width: 768px) {
  .child-pages {
    display: -ms-grid;
    display: grid;
    grid-gap: 2.4rem;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .child-pages__item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .child-pages {
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1440px) {
  body.page-template-page-press .child-pages {
    display: -ms-grid;
    display: grid;
    grid-gap: 2.4rem;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1800px) {
  body.page-template-page-press .child-pages {
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

/* _forms.scss */
form.wpcf7-form {
  margin: 2.4rem 0;
}
@media only screen and (min-width: 768px) {
  form.wpcf7-form {
    margin: 4rem 0;
  }
}
form.wpcf7-form label {
  display: inline-block;
  font: bold 1.8rem "futura-pt", sans-serif;
  width: 100%;
}
form.wpcf7-form label span {
  color: #6E6E6E;
  font: 500 1.4rem "futura-pt", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
form.wpcf7-form .required {
  color: #dc3232;
  font: bold 1.8rem "futura-pt", sans-serif;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.6rem;
  margin: -1.6rem 0 0.8rem;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=number],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=date],
form.wpcf7-form textarea,
form.wpcf7-form select {
  background-color: #ffffff;
  border: 2px solid #6E6E6E;
  border-radius: 4px;
  color: #000000;
  display: block;
  font: normal 1.6rem/1.5 "futura-pt", sans-serif;
  margin: 0 0 1.6rem;
  outline: none;
  padding: 4px 8px;
  width: 100%;
}
form.wpcf7-form input[type=text]:hover,
form.wpcf7-form input[type=number]:hover,
form.wpcf7-form input[type=tel]:hover,
form.wpcf7-form input[type=email]:hover,
form.wpcf7-form input[type=date]:hover,
form.wpcf7-form textarea:hover,
form.wpcf7-form select:hover {
  border-color: #000000;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=number]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=date]:focus,
form.wpcf7-form textarea:focus,
form.wpcf7-form select:focus {
  border-color: #F89934;
}
form.wpcf7-form input[type=text].wpcf7-not-valid,
form.wpcf7-form input[type=number].wpcf7-not-valid,
form.wpcf7-form input[type=tel].wpcf7-not-valid,
form.wpcf7-form input[type=email].wpcf7-not-valid,
form.wpcf7-form input[type=date].wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid,
form.wpcf7-form select.wpcf7-not-valid {
  border-color: #dc3232;
}
form.wpcf7-form textarea {
  height: 8rem;
}
form.wpcf7-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("inc/assets/icons/ui/chevron.svg") calc(100% - 8px)/24px 24px no-repeat;
  height: 36px;
  margin: 0 auto 1.6rem;
}
form.wpcf7-form input[type=radio] {
  background-color: #ffffff;
  border: 1px solid #6E6E6E;
  margin: 0;
  vertical-align: -1px;
}
form.wpcf7-form .wpcf7-radio {
  display: block;
  margin: 0 auto 1.6rem;
}
form.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  color: #000000;
  font-weight: bold;
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 16px;
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  color: #333333;
  font-size: 1.6rem;
}
form.wpcf7-form input[type=checkbox] {
  background-color: #ffffff;
  border: 1px solid #6E6E6E;
  margin: 0;
  vertical-align: -1px;
}
form.wpcf7-form .wpcf7-checkbox {
  display: block;
  margin: 0 auto 1.6rem;
}
form.wpcf7-form .wpcf7-checkbox label {
  margin-bottom: 0.8rem;
}
form.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #000000;
  font-weight: bold;
}
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 16px;
}
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  color: #333333;
  font-size: 1.6rem;
}
form.wpcf7-form .wpcf7-form-control-wrap + div, form.wpcf7-form .wpcf7-form-control-wrap + span {
  display: block;
  font-style: italic;
  margin: -1.2rem 0 1.2rem;
}
form.wpcf7-form .wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("inc/assets/icons/ui/arrow-circle.svg") 100% center/20px 20px no-repeat;
  border: none;
  padding: 0 2.4rem 0 0;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
form.wpcf7-form .wpcf7-submit:hover {
  padding-right: 2.8rem;
}
form.wpcf7-form .wpcf7-response-output {
  border-radius: 4px;
  margin: 1.6rem 0;
  padding: 4px 8px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  form.wpcf7-form,
  .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1.6rem;
  }
  form.wpcf7-form > div:not(.full-width, .wpcf7-response-output),
  .form-container > div:not(.full-width, .wpcf7-response-output) {
    width: calc(50% - 1.6rem);
  }
  form.wpcf7-form .full-width, form.wpcf7-form .wpcf7-response-output,
  .form-container .full-width,
  .form-container .wpcf7-response-output {
    width: calc(100% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  form.wpcf7-form .one-third,
  .form-container .one-third {
    width: calc(33.33% - 1.6rem) !important;
  }
}
.form-toggle {
  padding-right: 4rem;
  position: relative;
}
.form-toggle::after {
  background: url("inc/assets/icons/ui/x.svg") center/contain no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 24px;
}
.form-toggle.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .form-toggle {
    padding: 0;
  }
  .form-toggle::after {
    display: none;
  }
}

.form-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .form-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#default.hall-of-fame form.wpcf7-form .form-toggle::after {
  background-image: url("inc/assets/icons/ui/x-light.svg");
}
#default.hall-of-fame form.wpcf7-form label {
  font-family: "Neutra", sans-serif;
  font-size: 2rem;
}
#default.hall-of-fame form.wpcf7-form input[type=text],
#default.hall-of-fame form.wpcf7-form input[type=number],
#default.hall-of-fame form.wpcf7-form input[type=tel],
#default.hall-of-fame form.wpcf7-form input[type=email],
#default.hall-of-fame form.wpcf7-form input[type=date],
#default.hall-of-fame form.wpcf7-form textarea,
#default.hall-of-fame form.wpcf7-form select {
  min-height: 4rem;
}

#default.hall-of-fame .invert form.wpcf7-form select,
#default.hall-of-fame .has-white-color form.wpcf7-form select {
  background-image: url("inc/assets/icons/ui/chevron-light.svg");
}
#default.hall-of-fame .invert form.wpcf7-form select option,
#default.hall-of-fame .has-white-color form.wpcf7-form select option {
  background-color: #071a43;
}
#default.hall-of-fame .invert form.wpcf7-form input[type=text]::-webkit-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=number]::-webkit-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=tel]::-webkit-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=email]::-webkit-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=date]::-webkit-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form textarea::-webkit-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form select::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=text]::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=number]::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=tel]::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=email]::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=date]::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form textarea::-webkit-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#default.hall-of-fame .invert form.wpcf7-form input[type=text]::-moz-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=number]::-moz-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=tel]::-moz-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=email]::-moz-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=date]::-moz-placeholder, #default.hall-of-fame .invert form.wpcf7-form textarea::-moz-placeholder, #default.hall-of-fame .invert form.wpcf7-form select::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=text]::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=number]::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=tel]::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=email]::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=date]::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form textarea::-moz-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#default.hall-of-fame .invert form.wpcf7-form input[type=text]:-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=number]:-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=tel]:-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=email]:-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=date]:-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form textarea:-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form select:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=text]:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=number]:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=tel]:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=email]:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=date]:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form textarea:-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#default.hall-of-fame .invert form.wpcf7-form input[type=text]::-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=number]::-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=tel]::-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=email]::-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form input[type=date]::-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form textarea::-ms-input-placeholder, #default.hall-of-fame .invert form.wpcf7-form select::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=text]::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=number]::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=tel]::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=email]::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form input[type=date]::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form textarea::-ms-input-placeholder, #default.hall-of-fame .has-white-color form.wpcf7-form select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
#default.hall-of-fame .invert form.wpcf7-form input[type=text]::placeholder,
#default.hall-of-fame .invert form.wpcf7-form input[type=number]::placeholder,
#default.hall-of-fame .invert form.wpcf7-form input[type=tel]::placeholder,
#default.hall-of-fame .invert form.wpcf7-form input[type=email]::placeholder,
#default.hall-of-fame .invert form.wpcf7-form input[type=date]::placeholder,
#default.hall-of-fame .invert form.wpcf7-form textarea::placeholder,
#default.hall-of-fame .invert form.wpcf7-form select::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form input[type=text]::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form input[type=number]::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form input[type=tel]::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form input[type=email]::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form input[type=date]::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form textarea::placeholder,
#default.hall-of-fame .has-white-color form.wpcf7-form select::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

form[target=paypal] {
  background-color: #F1F1F1;
  border: 1px solid #d8d8d8;
  padding: 2.4rem 4rem;
  text-align: center;
}
form[target=paypal] table {
  margin: 0 auto;
}
form[target=paypal] td {
  font-weight: bold;
}
form[target=paypal] select {
  background-color: #ffffff;
  border: 2px solid #6E6E6E;
  border-radius: 4px;
  color: #000000;
  display: block;
  font: normal 1.6rem/1.5 "futura-pt", sans-serif;
  margin: 0.8rem 0 1.6rem;
  outline: none;
  padding: 4px 8px;
  width: 100%;
}
form[target=paypal] select:hover {
  border-color: #000000;
}
form[target=paypal] select:focus {
  border-color: #F89934;
}

/* _accordions.scss */
.schema-faq {
  margin: 2.4rem 0;
}
@media only screen and (min-width: 768px) {
  .schema-faq {
    margin: 4rem 0;
  }
}
.schema-faq .schema-faq-section {
  border-bottom: 8px solid transparent;
  margin-bottom: 0;
}
.schema-faq .schema-faq-section:last-child .schema-faq-question {
  border: none;
}
.schema-faq .schema-faq-section .schema-faq-question {
  background: #F1F1F1;
  color: #000000;
  cursor: pointer;
  display: block;
  font: bold 2.4rem "futura-pt", sans-serif;
  padding-right: 40px;
  padding: 1.2rem 4rem 1.2rem 1.6rem;
  position: relative;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.schema-faq .schema-faq-section .schema-faq-question::after {
  background: url("inc/assets/icons/ui/x.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: 4px;
  position: relative;
  top: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 24px;
}
.schema-faq .schema-faq-section .schema-faq-question:hover {
  background-color: #F89934;
}
.schema-faq .schema-faq-section .schema-faq-question.active {
  background: #000000;
  color: #ffffff;
}
.schema-faq .schema-faq-section .schema-faq-question.active::after {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 1024px) {
  .schema-faq .schema-faq-section .schema-faq-question {
    font-size: 2.8rem;
  }
}
.schema-faq .schema-faq-section .schema-faq-answer {
  display: none;
  padding: 8px 16px 0;
}

/*
#exhibition-main .schema-faq {
	.schema-faq-section {
		.schema-faq-question {
			background: none !important;
			padding: 0;

			&::after {
				right: 0;
				top: -1px;
			}

			&.active {
				color: $black;

				&::after {
					filter: none;
				}
			}
		}

		.schema-faq-answer {
			padding: 1.6rem 0;
		}
	}
}
*/
/* _carousel.scss */
.tns-outer[id^=carousel-block] {
  margin: 2.4rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tns-outer[id^=carousel-block] {
    margin: 4rem 0;
  }
}

.carousel__image {
  margin: 0;
}
.carousel__image a:not([class*=glightbox-carousel]) {
  background-color: #369798;
  display: block;
}
.carousel__image a:not([class*=glightbox-carousel]):hover img {
  opacity: 0.75;
}
.carousel__image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.carousel__content {
  margin-top: 1.6rem;
}

/* _alternating-rows.scss */
.alternating-rows-container {
  margin: 2.4rem 0;
}
@media only screen and (min-width: 768px) {
  .alternating-rows-container {
    margin: 4rem 0;
  }
}

.alternating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.alternating-row + .alternating-row {
  margin-top: 8px;
}
.alternating-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.alternating-row__column-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 200px;
  padding: 1.6rem;
  width: calc(60% - 4px);
}
@media only screen and (min-width: 768px) {
  .alternating-row__column-one {
    padding: 2.4rem;
    width: calc(33.33% - 4px);
  }
}
@media only screen and (min-width: 1024px) {
  .alternating-row__column-one {
    min-height: 480px;
    padding: 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .alternating-row__column-one {
    padding: 8rem;
    min-height: 560px;
  }
}
.alternating-row__column-two {
  width: calc(40% - 4px);
}
@media only screen and (min-width: 768px) {
  .alternating-row__column-two {
    width: calc(66.66% - 4px);
  }
}
.alternating-row .tns-outer,
.alternating-row .tns-ovh,
.alternating-row .tns-inner {
  height: 100%;
  position: relative;
}
.alternating-row .tns-nav {
  bottom: 0;
  left: 50%;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .alternating-row .tns-nav {
    padding: 16px 0;
  }
}
.alternating-row .tns-nav button {
  background-color: #ffffff;
}
.alternating-row .tns-nav button.tns-nav-active {
  border: 2px solid #ffffff;
}
.alternating-row .has-slides .alternating-row__slide::before {
  background: radial-gradient(at bottom, rgba(0, 0, 0, 0.75), transparent 50%) no-repeat;
  bottom: 0;
  content: "";
  height: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .alternating-row .has-slides .alternating-row__slide::before {
    height: 20%;
  }
}
.alternating-row__gallery {
  height: 100%;
  position: relative;
}
.alternating-row__slide {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.alternating-row__slide:hover .alternating-row__caption {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.alternating-row__slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.alternating-row__image {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alternating-row__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.alternating-row__image iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 16/9;
  height: 100%;
}
.alternating-row__caption {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  font-style: italic;
  padding: 0.4rem 0.8rem;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 100%;
  z-index: 5;
}
.alternating-row__play-button {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  padding: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  z-index: 1;
}
.alternating-row__play-button:hover {
  background-color: #F89934;
}
.alternating-row__play-button img {
  width: 40px;
}

@media only screen and (min-width: 768px) {
  #default.sidebar .alternating-rows-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #default.sidebar .alternating-row__column-one {
    min-height: 24rem;
    padding: 4rem;
    width: calc(40% - 4px);
  }
  #default.sidebar .alternating-row__column-two {
    width: calc(60% - 4px);
  }
}

/* _carousel-bar.scss */
.tns-outer[id^=carousel-bar-block] {
  margin: 2.4rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tns-outer[id^=carousel-bar-block] {
    margin: 4rem 0;
  }
}
.tns-outer[id^=carousel-bar-block] .tns-nav {
  bottom: 1.6rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tns-outer[id^=carousel-bar-block] .tns-nav {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .tns-outer[id^=carousel-bar-block] .tns-nav {
    bottom: 2.4rem;
    left: 0;
    margin-left: calc(40% + 6.4rem);
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  .tns-outer[id^=carousel-bar-block] .tns-nav {
    margin-left: calc(40% + 8rem);
  }
}

.carousel-bar {
  position: relative;
}
.carousel-bar__image {
  display: none;
}
.carousel-bar__content {
  padding: 1.6rem;
}
.carousel-bar__content--padded::after {
  content: "";
  display: block;
  height: 4rem;
}
.carousel-bar__link {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .carousel-bar__image {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .carousel-bar__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    width: 100%;
  }
  .carousel-bar__content {
    margin-left: 50%;
    padding: 2.4rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-bar__image {
    width: 40%;
  }
  .carousel-bar__content {
    margin-left: 40%;
    padding: 6.4rem;
    width: 60%;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel-bar__content {
    padding: 8rem;
  }
}

/* _image-portals.scss */
.tns-outer[id^=image-portal-block] {
  margin: 2.4rem 0;
  position: relative;
}
.tns-outer[id^=image-portal-block]:first-child {
  margin-top: 0;
}
.tns-outer[id^=image-portal-block]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tns-outer[id^=image-portal-block] {
    margin: 4rem 0;
  }
}

.image-portal-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-portal {
  height: auto;
}
.image-portal__image {
  height: 100%;
  margin: 0;
  position: relative;
}
.image-portal__image a {
  display: block;
}
.image-portal__image img {
  display: block;
  width: 100%;
}
.image-portal__caption {
  background-color: rgba(0, 0, 0, 0.75);
  border-top: 8px solid white;
  bottom: 0;
  font: bold 1.8rem "futura-pt", sans-serif;
  left: 0;
  padding: 0.8rem 1.6rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 100%;
}
.image-portal__content {
  font: normal 1.6rem "futura-pt", sans-serif;
  display: none;
}

/* _tiles.scss */
.tiles-container {
  margin: 2.4rem -1.6rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tiles-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4rem -2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .tiles-container {
    margin: 4rem -6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .tiles-container {
    margin: 4rem -8rem;
  }
  .tiles-container::after {
    content: "";
    display: block;
    width: calc(33.33% - 5.33px);
  }
}

.tile {
  margin-bottom: 0.8rem;
  padding: 1.6rem;
}
.tile hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0.8rem 0 1.6rem;
}
@media only screen and (min-width: 768px) {
  .tile {
    height: auto;
    padding: 2.4rem;
    width: calc(50% - 4px);
  }
}
@media only screen and (min-width: 1024px) {
  .tile {
    padding: 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .tile {
    padding: 8rem;
    width: calc(33.33% - 5.33px);
  }
}

/* _quote-bar.scss */
.tns-outer[id^=quote-bar-block] {
  margin: 2.4rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tns-outer[id^=quote-bar-block] {
    margin: 4rem 0;
  }
}
.tns-outer[id^=quote-bar-block] .tns-nav {
  bottom: 1.6rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tns-outer[id^=quote-bar-block] .tns-nav {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .tns-outer[id^=quote-bar-block] .tns-nav {
    bottom: 2.4rem;
    left: 0;
    margin-left: calc(40% + 6.4rem);
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 1440px) {
  .tns-outer[id^=quote-bar-block] .tns-nav {
    margin-left: calc(40% + 8rem);
  }
}

.quote-bar {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem 1.6rem 4rem;
  position: relative;
}
.quote-bar__content {
  max-width: 960px;
  position: relative;
}
.quote-bar__content::before {
  background: transparent url("inc/assets/icons/ui/quote-light.svg") center/contain no-repeat;
  content: "";
  display: block;
  height: 40px;
  margin-bottom: 1.6rem;
  opacity: 0.5;
  width: 40px;
}
.quote-bar__quote {
  border: none;
  font: 500 1.8rem "futura-pt", sans-serif;
  margin: 0 0 1.6rem;
  padding: 0;
  position: relative;
}
.quote-bar__attribution {
  font: bold 1.8rem "futura-pt", sans-serif;
  margin-bottom: 0.8rem;
}
.quote-bar__attribution-detail {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .quote-bar {
    padding: 2.4rem 2.4rem 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .quote-bar {
    padding: 8rem;
  }
  .quote-bar__content::before {
    height: 80px;
    left: -56px;
    position: absolute;
    top: -40px;
    width: 80px;
  }
  .quote-bar__quote {
    font-size: 2.4rem;
  }
  .quote-bar__attribution {
    font-size: 2rem;
  }
  .quote-bar__attribution-detail {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .quote-bar {
    padding: 10rem 8rem;
  }
}

/* _tabbed-gallery.scss */
.tabbed-gallery-block {
  margin: 2.4rem 0;
}
@media only screen and (min-width: 768px) {
  .tabbed-gallery-block {
    margin: 4rem 0;
  }
}

.tabbed-gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.8rem;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tabbed-gallery__nav::-webkit-scrollbar {
  display: none;
}
.tabbed-gallery__nav-item {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font: bold 2.4rem "futura-pt", sans-serif;
  padding: 0.8rem 1.6rem;
}
.tabbed-gallery__nav-item:hover {
  background-color: #F1F1F1;
}
.tabbed-gallery__nav-item--active {
  background-color: #000000 !important;
  color: #ffffff;
}
.tabbed-gallery__slides {
  margin-top: 0.8rem;
}
.tabbed-gallery__slide {
  display: none;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.tabbed-gallery__slide--active {
  display: block;
}
.tabbed-gallery__link:hover .tabbed-gallery__image {
  opacity: 0.75;
}
.tabbed-gallery__image {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tabbed-gallery__caption {
  margin-top: 1.6rem;
  width: 100%;
}
.tabbed-gallery__caption h4 {
  margin-bottom: 0;
}
.tabbed-gallery__caption p {
  margin-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .tabbed-gallery__caption {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #ffffff;
    margin: 0;
    padding: 1.6rem;
    position: absolute;
    z-index: 1;
  }
  .tabbed-gallery__caption * {
    color: inherit;
  }
  .tabbed-gallery__caption p {
    display: none;
  }
}

/* _lightbox-gallery.scss */
.lightbox-gallery-block {
  margin: 2.4rem 0;
}
@media only screen and (min-width: 768px) {
  .lightbox-gallery-block {
    margin: 4rem 0;
  }
}

.lightbox-gallery {
  text-align: center;
}
.lightbox-gallery a {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.lightbox-gallery a img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.lightbox-gallery__title {
  margin-top: 1.6rem;
}

/* _media-search.scss */
.media-search {
  padding: 2.4rem 0;
  position: relative;
  z-index: 1;
}
.media-search__title {
  margin: 0;
  position: relative;
}
.media-search__title::after {
  background: url("inc/assets/icons/ui/x-light.svg") center/contain no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 24px;
}
.media-search__title--active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .media-search__title::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .media-search__title {
    margin-bottom: 0.2rem;
  }
}
.media-search__form {
  display: none;
}
.media-search__form label {
  display: block;
  margin-bottom: 1.6rem;
}
.media-search__form input[type=text],
.media-search__form select {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  height: 4rem;
  padding: 0.8rem;
  width: 100%;
}
.media-search__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("inc/assets/icons/ui/chevron-light.svg") calc(100% - 8px) center/16px 16px no-repeat;
  cursor: pointer;
}
.media-search__form select option {
  background: #000000;
  color: #ffffff;
}
.media-search__form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font: bold 1.6rem "Neutra", sans-serif;
  height: 4rem;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.media-search__form input[type=submit]:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
@media only screen and (min-width: 768px) {
  .media-search__form {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.6rem;
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.6rem;
  }
  .media-search__form label {
    margin: 0;
  }
  .media-search__form input[type=submit] {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.page-template-page-hall-of-fame-media .media-search {
  background-color: #071a43;
  padding: 1.6rem;
}
.page-template-page-hall-of-fame-media .media-search__form {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-template-page-hall-of-fame-media .media-search__form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .page-template-page-hall-of-fame-media .media-search__form label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-hall-of-fame-media .media-search {
    margin-bottom: 6.4rem;
    padding: 1.6rem 2.4rem 2.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-hall-of-fame-media .media-search {
    margin-bottom: 8rem;
  }
}

.media-list {
  margin: 2.4rem 0 4rem;
}
.media-list__grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .media-list__grid {
    grid-gap: 2.4rem;
    -ms-grid-columns: 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .media-list__grid {
    grid-gap: 6.4rem;
    -ms-grid-columns: 1fr 6.4rem 1fr 6.4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 5.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .media-list__grid {
    grid-gap: 8rem;
    margin-bottom: 7.2rem;
  }
}
.media-list__item {
  text-align: center;
  text-decoration: none;
}
.media-list__item:hover img {
  opacity: 0.75;
}
.media-list__item img {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.media-list__item p {
  margin-top: 0.8rem;
}

.media-loader {
  margin-top: 24px;
  text-align: center;
}

#more-media::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#more-media.loading::after {
  -webkit-animation: spin 1s steps(8) infinite forwards;
          animation: spin 1s steps(8) infinite forwards;
  background-image: url("inc/assets/icons/ui/spinner-dark.svg") !important;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#end-media {
  border-top: 1px solid #F1F1F1;
  color: #6E6E6E;
  display: none;
  font-style: italic;
  margin: 0 auto;
  padding-top: 8px;
  width: 33.33vw;
}

/* _recent-posts-bar.scss */
.recent-posts-bar {
  margin: 2.4rem 0;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
.recent-posts-bar::before {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.recent-posts-bar__title {
  margin-bottom: 2.4rem;
}
.recent-posts-bar__title h2 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .recent-posts-bar {
    margin: 4rem 0;
  }
  .recent-posts-bar__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recent-posts-bar__title .link, .recent-posts-bar__title .wp-block-button__link, .recent-posts-bar__title button[id^=eventbrite],
  .recent-posts-bar__title .xola-custom button,
  .xola-custom .recent-posts-bar__title button,
  .recent-posts-bar__title .xola-checkout button,
  .xola-checkout .recent-posts-bar__title button, .recent-posts-bar__title form.wpcf7-form .wpcf7-submit, form.wpcf7-form .recent-posts-bar__title .wpcf7-submit {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .recent-posts-bar {
    margin: 6.4rem 0;
    padding: 6.4rem 0;
  }
}

.recent-post {
  text-decoration: none;
}
.recent-post:hover .recent-post__image img,
.recent-post:hover .recent-post__image .placeholder {
  opacity: 0.75;
}
.recent-post__image {
  background-color: #ffffff;
  margin-bottom: 1.6rem;
  padding-bottom: 50%;
  position: relative;
}
.recent-post__image img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
}
.recent-post__image .placeholder {
  background: #6E6E6E url("inc/assets/images/camuseum-icon-light.svg") center/auto 50% no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
}
.recent-post__title {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.recent-post__date {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  #default.sidebar .recent-posts-bar {
    padding: 4rem;
  }
  #default.sidebar .recent-posts-bar::before {
    width: 100%;
  }
}

/* _bio.scss */
.bio-list-container {
  margin: 2.4rem 0;
  position: relative;
}
.bio-list-container:first-child {
  margin-top: 0;
}
.bio-list-container:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .bio-list-container {
    margin: 4rem 0;
  }
}

.bio-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2.4rem;
  -ms-grid-columns: 1fr 2.4rem 1fr;
  grid-template-columns: 1fr 1fr;
}
.bio-list__item {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bio-list__item:hover .bio-list__image {
  opacity: 0.75;
}
.bio-list__item:hover .bio-list__name {
  color: #369798;
}
.bio-list__image {
  background-color: #6E6E6E;
  padding-bottom: 133%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bio-list__image:not([style*="/"]) {
  background-image: url("inc/assets/images/camuseum-icon-light.svg") !important;
  background-size: 50% !important;
}
.bio-list__meta {
  margin-top: 0.8rem;
}
.bio-list__name {
  font: bold 1.6rem "futura-pt", sans-serif;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.bio-list__title {
  color: #333333;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .bio-list {
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .bio-list__name {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .bio-list {
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

#bio-popup {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  max-height: calc(100vh - 16rem);
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: calc(100vw - 3.2rem);
  z-index: -100;
}
#bio-popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
#bio-popup.active::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#bio-popup .loading-spinner {
  background: url("inc/assets/icons/external/loading.gif") center/contain no-repeat;
  height: 4rem;
  margin: 4rem auto;
  position: relative;
  width: 4rem;
  z-index: 5;
}
#bio-popup .close-popup {
  background: #000000 url("inc/assets/icons/ui/x-light.svg") center/2.4rem no-repeat;
  cursor: pointer;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  z-index: 1;
}
#bio-popup .popup-inner {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 4rem;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
#bio-popup .popup-inner::-webkit-scrollbar {
  display: none;
}
#bio-popup .popup-content {
  padding: 4rem;
}
#bio-popup .popup-content p:nth-of-type(2) ~ p {
  display: none;
}
#bio-popup .popup-content.expanded p {
  display: block !important;
}
#bio-popup img {
  display: block;
  width: 100%;
}
#bio-popup .link::after, #bio-popup .wp-block-button__link::after, #bio-popup button[id^=eventbrite]::after,
#bio-popup .xola-custom button::after,
.xola-custom #bio-popup button::after,
#bio-popup .xola-checkout button::after,
.xola-checkout #bio-popup button::after, #bio-popup form.wpcf7-form .wpcf7-submit::after, form.wpcf7-form #bio-popup .wpcf7-submit::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#bio-popup .link:hover::after, #bio-popup .wp-block-button__link:hover::after, #bio-popup button[id^=eventbrite]:hover::after,
#bio-popup .xola-custom button:hover::after,
.xola-custom #bio-popup button:hover::after,
#bio-popup .xola-checkout button:hover::after,
.xola-checkout #bio-popup button:hover::after, #bio-popup form.wpcf7-form .wpcf7-submit:hover::after, form.wpcf7-form #bio-popup .wpcf7-submit:hover::after {
  -webkit-transform: translateX(4px) rotate(90deg);
          transform: translateX(4px) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  #bio-popup {
    width: calc(100vw - 4.8rem);
  }
  #bio-popup.active::before {
    left: 40%;
    width: 60%;
  }
  #bio-popup .popup-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    overflow: hidden;
    padding-bottom: 0;
  }
  #bio-popup .popup-content {
    height: 100%;
    left: 40%;
    overflow-y: scroll;
    position: absolute;
    width: 60%;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  #bio-popup .popup-content::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #bio-popup {
    width: calc(100vw - 12.8rem);
  }
  #bio-popup .popup-content {
    padding: 8rem;
  }
}
@media only screen and (min-width: 1440px) {
  #bio-popup {
    width: calc(100vw - 16rem);
  }
  #bio-popup.active::before {
    left: 33.33%;
    width: 66.67%;
  }
  #bio-popup .popup-inner {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
  #bio-popup .popup-content {
    left: 33.33%;
    width: 66.67%;
  }
}

/* _inductees.scss */
.recent-inductees {
  margin: 2.4rem 0;
  position: relative;
}
.recent-inductees:first-child {
  margin-top: 0;
}
.recent-inductees:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .recent-inductees {
    margin: 4rem 0;
  }
}
.recent-inductees__row:not(.recent-inductees__row--carousel) {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .recent-inductees__row:not(.recent-inductees__row--carousel) {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.recent-inductees .bar-section, .recent-inductees .wp-block-group, .recent-inductees .tns-outer[id^=carousel-bar-block], .recent-inductees .tns-outer[id^=quote-bar-block] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.recent-inductees .tns-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 100vw;
  width: 100%;
}
.recent-inductees .tns-nav button {
  background-color: #ffffff;
}
.recent-inductees .tns-nav button.tns-nav-active {
  border-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .recent-inductees .tns-nav {
    top: 33vw;
  }
}

.inductee-list {
  margin: 0.8rem 0 2.4rem;
}
.inductee-list__grid {
  display: -ms-grid;
  display: grid;
  gap: 2.4rem 0.8rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .inductee-list {
    margin-bottom: 4rem;
  }
  .inductee-list__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .inductee-list {
    margin-bottom: 8rem;
  }
  .inductee-list__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .inductee-list {
    margin-bottom: 10rem;
  }
}

.inductee-list__break {
  grid-column: 1/-1;
  margin-top: 24px;
  text-align: center;
}
.inductee-list__break ~ .inductee-post {
  display: none;
}

.inductee-list__increment::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inductee-list__increment:hover::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.inductee-loader {
  margin-top: 24px;
  text-align: center;
}

#loading-inductees {
  display: none;
}
#loading-inductees .fa {
  display: table;
  margin: 0 auto;
}

#more-inductees::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#more-inductees.loading::after {
  -webkit-animation: spin 1s steps(8) infinite forwards;
          animation: spin 1s steps(8) infinite forwards;
  background-image: url("inc/assets/icons/ui/spinner-dark.svg") !important;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#end-inductees {
  border-top: 1px solid #F1F1F1;
  color: #6E6E6E;
  display: none;
  font-style: italic;
  margin: 0 auto;
  padding-top: 8px;
  width: 33.33vw;
}

.inductee-post {
  -webkit-animation: fade-in 0.2s ease 0.2s 1 forwards;
          animation: fade-in 0.2s ease 0.2s 1 forwards;
  opacity: 0;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.inductee-post:nth-child(odd) .inductee-post__image {
  background-color: #0a5690;
}
.inductee-post:nth-child(even) .inductee-post__image {
  background-color: #071a43;
}
.inductee-post:hover .inductee__image img,
.inductee-post:hover .inductee__image .placeholder {
  opacity: 0.75;
}
.inductee-post__image {
  background-color: #ffffff;
  margin-bottom: 1.6rem;
  padding-bottom: 100%;
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.inductee-post__image:hover {
  opacity: 0.75;
}
.inductee-post__image img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
}
.inductee-post__image .inductee-post__caption {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #ffffff;
  font-style: italic;
  padding: 0.4rem 0.8rem;
  position: absolute;
  left: 0;
  text-align: left;
  width: 100%;
  z-index: 1;
}
.inductee-post__image .placeholder {
  background: #6E6E6E url("inc/assets/images/camuseum-icon-light.svg") center/auto 50% no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 0;
  width: 100%;
}
.inductee-post__title {
  margin: 0.8rem 0 0;
}

.inductee-search {
  background-color: #836e49;
  padding: 2.4rem 0;
  position: relative;
  z-index: 1;
}
.inductee-search::before {
  background-color: #836e49;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.inductee-search__title {
  margin: 0;
  position: relative;
}
.inductee-search__title::after {
  background: url("inc/assets/icons/ui/x-light.svg") center/contain no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 24px;
}
.inductee-search__title--active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .inductee-search__title::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .inductee-search__title {
    margin-bottom: 0.2rem;
  }
}
.inductee-search__form {
  display: none;
}
.inductee-search__form label {
  display: block;
  margin-bottom: 1.6rem;
}
.inductee-search__form input[type=text],
.inductee-search__form select {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  height: 4rem;
  padding: 0.8rem;
  width: 100%;
}
.inductee-search__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("inc/assets/icons/ui/chevron-light.svg") calc(100% - 8px) center/16px 16px no-repeat;
  cursor: pointer;
}
.inductee-search__form select option {
  background: #000000;
  color: #ffffff;
}
.inductee-search__form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font: bold 1.6rem "Neutra", sans-serif;
  height: 4rem;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.inductee-search__form input[type=submit]:hover {
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .inductee-search__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin-top: 0.8rem;
  }
  .inductee-search__form label {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .inductee-search__form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) {
  .inductee-search {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    padding-top: 0.8rem;
  }
}

.page-template-page-hall-of-fame-inductees .inductee-search {
  margin-bottom: 2.4rem;
  margin-top: -0.8rem;
}
@media (min-width: 768px) {
  .page-template-page-hall-of-fame-inductees .inductee-search {
    margin-bottom: 3.2rem;
    margin-top: -1.6rem;
  }
}
@media (min-width: 1024px) {
  .page-template-page-hall-of-fame-inductees .inductee-search {
    margin-bottom: 7.2rem;
    margin-top: -5.6rem;
  }
}
@media (min-width: 1440px) {
  .page-template-page-hall-of-fame-inductees .inductee-search {
    margin-bottom: 8.8rem;
    margin-top: -7.2rem;
  }
}

#default.inductee #default-title {
  background-color: #836e49 !important;
}

/* _calendar.scss */
:root {
  --tec-font-family-sans-serif: $sans-serif !important;
}

#page .tribe-common-l-container,
#page .tribe-events-l-container {
  margin: 0;
  padding: 0;
}
#page .tribe-events-view--list .tribe-events-header {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #page .tribe-events-view--list .tribe-events-calendar-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  #page .tribe-events-view--list .tribe-events-calendar-list {
    grid-gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
#page .tribe-events-view--list .tribe-events-calendar-list__month-separator {
  grid-column: 1/-1;
}
@media only screen and (min-width: 768px) {
  #page .tribe-events-view--list .tribe-events-calendar-list__month-separator {
    margin: 24px 0 16px;
  }
}
#page .tribe-events-view--list .tribe-events-calendar-list__month-separator-text {
  font: bold 1.6rem "futura-pt", sans-serif;
}
@media only screen and (min-width: 768px) {
  #page .tribe-events-view--list .tribe-events-calendar-list__event-row {
    margin: 0;
  }
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-date-tag {
  display: none;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-wrapper {
  padding: 0 !important;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: var(--tec-spacer-3);
  width: 100%;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-featured-image-link {
  padding-bottom: 100%;
  position: relative;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-featured-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-details {
  width: 100%;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-details:first-child:hover .tribe-events-calendar-list__event-title-link::before {
  opacity: 0.25;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-details:first-child .tribe-events-calendar-list__event-header::before {
  background: #6E6E6E url("inc/assets/images/camuseum-icon-light.svg") center/50% no-repeat;
  content: "";
  display: block;
  margin-bottom: 16px;
  padding-bottom: 100%;
  width: 100%;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-details:first-child .tribe-events-calendar-list__event-title-link::before {
  background-color: #ffffff;
  content: "";
  display: block;
  opacity: 0;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-datetime-wrapper {
  font: normal 1.6rem "futura-pt", sans-serif;
  margin: 8px 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 24px;
}
@media only screen and (min-width: 1024px) {
  #page .tribe-events-view--list .tribe-events-calendar-list__event-datetime-wrapper {
    font-size: 2rem;
  }
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-title {
  font: bold 2.4rem "futura-pt", sans-serif;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1024px) {
  #page .tribe-events-view--list .tribe-events-calendar-list__event-title {
    font-size: 3.2rem;
  }
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-title-link {
  border: none;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-title-link::after {
  background: url("inc/assets/icons/ui/arrow-circle.svg") center/contain no-repeat;
  bottom: 0;
  content: "";
  height: 20px;
  min-width: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}
#page .tribe-events-view--list .tribe-events-calendar-list__event-description {
  display: none !important;
}
#page .tribe-events-view--list .tribe-events-c-ical {
  display: none;
}
#page .tribe-events-view--list .tribe-events-calendar-list-nav {
  margin-top: 24px;
}
#page .tribe-events-view--list .tribe-events-c-nav__list-item button {
  font-size: 1.6rem;
}
#page .tribe-events-view--list .tribe-events-c-nav__list-item--today {
  display: none;
}
#page .tribe-events-back a {
  text-decoration: none;
}
#page .tribe-events-cal-links .tribe-events-button {
  padding-left: 0;
}
#page .tribe-events-event-meta {
  display: none;
}
#page .tribe-events-nav-pagination {
  border-top: 2px solid #F1F1F1;
  padding-top: 1.6rem;
}
#page .tribe-events-nav-pagination .tribe-events-sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page .tribe-events-nav-pagination .tribe-events-sub-nav a {
  text-decoration: none;
}

/* ============ HELPERS ============ */
/* _mixins.scss */
/* ============ Standard Section Padding ============ */
.section {
  padding: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    padding: 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .section {
    padding: 8rem;
  }
}

/* ============ Makes first or last full width bar section flush to top or bottom and left and right if specificed with horizontal class ============ */
.bar-section.horizontal, .horizontal.wp-block-group, .tns-outer[id^=carousel-bar-block], .tns-outer[id^=quote-bar-block] {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
@media only screen and (min-width: 768px) {
  .bar-section.horizontal, .horizontal.wp-block-group, .tns-outer[id^=carousel-bar-block], .tns-outer[id^=quote-bar-block] {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .bar-section.horizontal, .horizontal.wp-block-group, .tns-outer[id^=carousel-bar-block], .tns-outer[id^=quote-bar-block] {
    margin-left: -6.4rem;
    margin-right: -6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .bar-section.horizontal, .horizontal.wp-block-group, .tns-outer[id^=carousel-bar-block], .tns-outer[id^=quote-bar-block] {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

/* ============ Pseudo Element Overlay ============ */
.shade {
  position: relative;
}
.shade::before {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 100%;
  z-index: 0;
}
.shade .flex-container,
.shade .flex-container-fluid {
  position: relative;
}

/* ============ Text Color ============ */
.white {
  color: white !important;
}

.invert {
  color: white !important;
}
.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p, .invert p b, .invert p strong, .invert a, .invert .link, .invert .wp-block-button__link, .invert button[id^=eventbrite],
.invert .xola-custom button,
.xola-custom .invert button,
.invert .xola-checkout button,
.xola-checkout .invert button, .invert form.wpcf7-form .wpcf7-submit, form.wpcf7-form .invert .wpcf7-submit, .invert div, .invert table, .invert ul li, .invert ol li {
  color: white !important;
}

.inherit {
  color: inherit !important;
}
.inherit h1, .inherit h2, .inherit h3, .inherit h4, .inherit h5, .inherit h6, .inherit p, .inherit p b, .inherit p strong, .inherit a, .inherit .link, .inherit .wp-block-button__link, .inherit button[id^=eventbrite],
.inherit .xola-custom button,
.xola-custom .inherit button,
.inherit .xola-checkout button,
.xola-checkout .inherit button, .inherit form.wpcf7-form .wpcf7-submit, form.wpcf7-form .inherit .wpcf7-submit, .inherit div, .inherit table, .inherit ul li, .inherit ol li {
  color: inherit !important;
}

/* ============ Hidden ============ */
.hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hide-on-mobile {
    display: unset;
  }
}

/* ============ BG Images ============ */
.bg-image,
.bg-image-js {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ============ Paddding Adjustments ============ */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

.cushion-sm {
  padding: 2%;
}

.cushion-md {
  padding: 5%;
}

.cushion-lg {
  padding: 10%;
}

.cushion-v-sm {
  padding: 2% 0;
}

.cushion-v-md {
  padding: 5% 0;
}

.cushion-v-lg {
  padding: 10% 0;
}

.cushion-h-sm {
  padding: 0 2%;
}

.cushion-h-md {
  padding: 0 5%;
}

.cushion-h-lg {
  padding: 0 10%;
}

/* ============ Alignment ============ */
.center {
  text-align: center;
}

.centered {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.v-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h-centered {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ============ Transitions ============ */
.transition-cubic {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transition {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.transition-slow {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.transition-bounce {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

.easeInOutBack {
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ============ Animation delays ============ */
.delay-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* _helpers.scss */
/* ============ Responsive Embed Wrapper ============ */
.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ============ SR Text ============ */
.sr-text,
.sr-only,
.screen-reader-text {
  display: none;
}

/* ============ Better Browser Alert ============ */
iframe.get-a-better-browser {
  background: white;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}

/* ============ Tiny Slider ============ */
.tns-nav {
  margin-top: 1.6rem;
  text-align: center;
}
.tns-nav button {
  background-color: #000000;
  border: none;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  width: 10px;
}
.tns-nav button.tns-nav-active {
  background: none;
  border: 2px solid #000000;
}

/* ============ WP Adjustments ============ */
.has-orange-color {
  color: #F89934;
}

.has-blue-color {
  color: #0868C8;
}

.has-red-color {
  color: #F8081A;
}

.has-teal-color {
  color: #007482;
}

.has-green-color {
  color: #CCCB34;
}

.has-yellow-color {
  color: #F8CA33;
}

.has-blue2-color {
  color: #0a5690;
}

.has-navy-color {
  color: #071a43;
}

.has-gold-color {
  color: #836e49;
}

.has-white-color {
  color: #ffffff;
}

.has-gray-light-color {
  color: #F1F1F1;
}

.has-gray-color {
  color: #6E6E6E;
}

.has-gray-dark-color {
  color: #333333;
}

.has-black-color {
  color: #000000;
}

.has-text-color * {
  color: inherit !important;
}

.has-orange-background-color {
  background-color: #F89934;
}

.has-blue-background-color {
  background-color: #0868C8;
}

.has-red-background-color {
  background-color: #F8081A;
}

.has-teal-background-color {
  background-color: #369798;
}

.has-green-background-color {
  background-color: #CCCB34;
}

.has-yellow-background-color {
  background-color: #F8CA33;
}

.has-blue2-background-color {
  background-color: #0a5690;
}

.has-navy-background-color {
  background-color: #071a43;
}

.has-gold-background-color {
  background-color: #836e49;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-gray-light-background-color {
  background-color: #F1F1F1;
}

.has-gray-background-color {
  background-color: #6E6E6E;
}

.has-gray-dark-background-color {
  background-color: #333333;
}

.has-black-background-color {
  background-color: #000000;
}

.has-background {
  padding: 4rem;
  position: relative;
  z-index: 1;
}

.has-white-color form.wpcf7-form input[type=text],
.has-white-color form.wpcf7-form input[type=number],
.has-white-color form.wpcf7-form input[type=tel],
.has-white-color form.wpcf7-form input[type=email],
.has-white-color form.wpcf7-form input[type=date],
.has-white-color form.wpcf7-form textarea,
.has-white-color form.wpcf7-form select {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0;
  border-width: 1px;
  color: #ffffff;
}

.has-white-color .link::after, .has-white-color button[id^=eventbrite]::after,
.has-white-color .xola-custom button::after,
.xola-custom .has-white-color button::after,
.has-white-color .xola-checkout button::after,
.xola-checkout .has-white-color button::after, .has-white-color form.wpcf7-form .wpcf7-submit::after, form.wpcf7-form .has-white-color .wpcf7-submit::after,
.has-white-color .wp-block-button__link::after {
  background-image: url("inc/assets/icons/ui/arrow-circle-light.svg") !important;
}
.has-white-color form.wpcf7-form .wpcf7-submit {
  background-image: url("inc/assets/icons/ui/arrow-circle-light.svg");
}

.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem !important;
}

.wp-block-embed {
  margin: 24px 0;
}

.wp-block-group .wp-block-columns {
  margin: 4rem 0;
}

.wp-block-columns {
  gap: 2.4rem;
}
@media (min-width: 600px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-columns {
    gap: 4rem;
  }
}

.wp-block-buttons {
  gap: 0 2.4rem;
}

.wp-block-button__link {
  background: none;
  border-radius: 0;
  padding: 0;
}

.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .wp-block-image.is-style-full-width-on-mobile {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.wp-block-image figure {
  position: relative;
}
.wp-block-image figure img {
  display: block;
  height: auto;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .wp-block-image figure {
    float: none;
    width: 100%;
  }
  .wp-block-image figcaption {
    text-align: center;
  }
}

.wp-block-gallery {
  margin: 2.4rem 0;
  position: relative;
}
.wp-block-gallery:first-child {
  margin-top: 0;
}
.wp-block-gallery:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-gallery {
    margin: 4rem 0;
  }
}
.wp-block-gallery .blocks-gallery-item figure {
  position: relative;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  font: normal 1.6rem "futura-pt", sans-serif;
}

.wp-block-gallery.is-style-carousel .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-block-gallery.is-style-carousel .blocks-gallery-grid .blocks-gallery-item {
  margin: 0;
}
.wp-block-gallery.is-style-carousel .tns-nav {
  margin-bottom: 2.4rem;
}

figure.wp-block-table {
  margin-left: 0;
  margin-right: 0;
}

figure.wp-block-media-text__media img {
  height: auto;
}

@media (max-width: 600px) {
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wp-block-media-text .wp-block-media-text__content {
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.wp-block-query .wp-block-post-template {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
}
.wp-block-query .wp-block-post a {
  text-decoration: none;
}
.wp-block-query .wp-block-post .wp-block-post-title {
  font-size: 3.2rem;
  margin-bottom: 0.4rem;
}
.wp-block-query .wp-block-post .wp-block-post-excerpt {
  margin-bottom: 0.8rem;
}
.wp-block-query .wp-block-post .wp-block-separator {
  display: none;
}
.wp-block-query .wp-block-post .wp-block-post-date {
  font-weight: bold;
}

.wp-block-query-pagination {
  border-top: 2px solid #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
}
.wp-block-query-pagination a {
  text-decoration: none;
}
.wp-block-query-pagination span {
  font-weight: bold;
}

/* _animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ============ PAGES ============ */
/* _home.scss */
#home-main {
  padding-bottom: 0;
  padding-top: 0;
}
#home-main .alternating-rows-container {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  #home-carousel {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: 1fr 8px 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 1440px) {
  #home-carousel {
    -ms-grid-columns: 1fr 8px 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media only screen and (min-width: 1024px) {
  #home-carousel .content {
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #home-carousel .content {
    padding: 4rem 8rem;
  }
}
#home-carousel .tns-outer {
  padding: 1.6rem !important;
}
@media only screen and (min-width: 1024px) {
  #home-carousel .tns-outer {
    padding: 4rem 6.4rem !important;
  }
}
@media only screen and (min-width: 1440px) {
  #home-carousel .tns-outer {
    padding: 4rem 8rem !important;
  }
}

/* _default.scss */
#default-banner {
  aspect-ratio: 3/2;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #default-banner {
    aspect-ratio: 2/1;
  }
}
@media only screen and (min-width: 1440px) {
  #default-banner {
    aspect-ratio: 5/2;
  }
}
@media only screen and (min-width: 1800px) {
  #default-banner {
    aspect-ratio: 8/3;
  }
}
#default-banner .banner-caption {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #ffffff;
  font-style: italic;
  padding: 0.4rem 0.8rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
#default-banner .banner-video--mobile {
  border: none;
  left: 50%;
  height: 75vw;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media (min-width: 768px) {
  #default-banner .banner-video--mobile {
    display: none;
  }
}
#default-banner .banner-video--desktop {
  display: none;
}
@media (min-width: 768px) {
  #default-banner .banner-video--desktop {
    display: block;
    height: 56.25vw;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
  }
}

#default-title {
  background-color: #F89934;
  padding-bottom: 1.6rem !important;
  padding-top: 1.6rem !important;
}
@media only screen and (min-width: 768px) {
  #default-title {
    padding: 1.6rem 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #default-title {
    padding: 1.6rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #default-title {
    padding: 1.6rem 8rem;
  }
}
#default-title h1 {
  margin: 0;
}

/* _online-exhibit.scss */
body.page-template-page-online-exhibit {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
body.page-template-page-online-exhibit.unlocked {
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
}
body.page-template-page-online-exhibit.unlocked::-webkit-scrollbar {
  display: none;
}
body.page-template-page-online-exhibit #wpadminbar {
  display: none !important;
}
body.page-template-page-online-exhibit #content {
  margin-top: 0;
}

#online-exhibit {
  border-bottom: 0.8rem solid #ffffff;
  position: relative;
  z-index: 1;
}
#online-exhibit p {
  font-weight: 500;
}
#online-exhibit .tns-outer {
  position: relative;
}
#online-exhibit .tns-slide-active article > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#online-exhibit .tns-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
#online-exhibit .tns-nav button {
  background-color: transparent;
  border: 4px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 8px;
  -webkit-transition: border-width 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-width 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-width 0.2s ease, transform 0.2s ease;
  transition: border-width 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 8px;
}
#online-exhibit .tns-nav button.tns-nav-active {
  border-width: 1px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media only screen and (min-width: 1024px) {
  #online-exhibit .tns-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: auto;
    right: 1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
  }
  #online-exhibit .tns-nav button {
    margin: 4px 0;
  }
}

#exhibit-slides {
  height: 100vh;
}

#exhibit-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 2fr 1fr;
  grid-template-rows: 2fr 1fr;
  height: 100%;
  position: relative;
  text-align: center;
}
#exhibit-title figure {
  margin: 0;
  position: relative;
}
#exhibit-title figcaption {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  bottom: 0;
  font-size: 80%;
  font-style: italic;
  padding: 1.6rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
#exhibit-title article {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #071a43;
  color: #836e49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "futura-pt", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem;
  position: relative;
  width: 100%;
}
#exhibit-title article > * {
  color: inherit;
  font-family: inherit;
}
#exhibit-title .arrow {
  bottom: 40px;
  cursor: pointer;
  height: 24px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
}
@media only screen and (min-width: 1024px) {
  #exhibit-title {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  #exhibit-title > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #exhibit-title > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #exhibit-title figcaption {
    text-align: left;
  }
}

.exhibit-slide {
  height: 100%;
  position: relative;
}
.exhibit-slide * {
  color: inherit;
}
.exhibit-slide article > * {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.5s ease 0.75s, -webkit-transform 0.5s ease 0.75s;
  transition: opacity 0.5s ease 0.75s, -webkit-transform 0.5s ease 0.75s;
  transition: opacity 0.5s ease 0.75s, transform 0.5s ease 0.75s;
  transition: opacity 0.5s ease 0.75s, transform 0.5s ease 0.75s, -webkit-transform 0.5s ease 0.75s;
}
.exhibit-slide--fullscreen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.exhibit-slide--fullscreen__background {
  -webkit-filter: brightness(0.5) blur(8px);
          filter: brightness(0.5) blur(8px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.exhibit-slide--fullscreen__image {
  background-position: top;
  background-size: contain;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.exhibit-slide--fullscreen__content {
  bottom: 0;
  left: 0;
  padding: 8rem 2.4rem 2.4rem;
  position: absolute;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 5;
}
@media (max-width: 600px) {
  @supports (-webkit-touch-callout: none) {
    .exhibit-slide--fullscreen__content {
      padding-bottom: 8rem;
    }
  }
}
.exhibit-slide--fullscreen__content::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.exhibit-slide--fullscreen__credit {
  font-size: 80%;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .exhibit-slide--fullscreen__image {
    background-position: center;
  }
  .exhibit-slide--fullscreen__content {
    padding: 12rem 4rem 4rem;
    width: 50%;
  }
  .exhibit-slide--fullscreen__content--right {
    margin-left: 50%;
    text-align: right;
  }
  .exhibit-slide--fullscreen__content--right::before {
    right: 0;
    left: auto;
  }
}
.exhibit-slide--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.exhibit-slide--sidebar__content {
  border-top: 0.8rem solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 50vh;
  overflow-y: auto;
  padding: 2.4rem;
  position: relative;
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}
.exhibit-slide--sidebar__content::-webkit-scrollbar {
  width: 12px;
}
.exhibit-slide--sidebar__content::-webkit-scrollbar-track {
  background: transparent;
}
.exhibit-slide--sidebar__content::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 8px;
  border: 4px solid #071a43;
}
@media (max-width: 600px) {
  @supports (-webkit-touch-callout: none) {
    .exhibit-slide--sidebar__content {
      padding-bottom: 8rem;
    }
  }
}
.exhibit-slide--sidebar__visual {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.exhibit-slide--sidebar__background {
  -webkit-filter: brightness(0.5) blur(8px);
          filter: brightness(0.5) blur(8px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.exhibit-slide--sidebar__video {
  z-index: 1;
}
.exhibit-slide--sidebar__image {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.exhibit-slide--sidebar__credit {
  font-size: 80%;
  font-style: italic;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  .exhibit-slide--sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .exhibit-slide--sidebar__content {
    border-top: 0;
    max-height: 100vh;
    min-width: 33.33vw;
    padding: 4rem;
    width: 33.33vw;
  }
  .exhibit-slide--sidebar__content--left {
    border-right: 0.8rem solid #ffffff;
  }
  .exhibit-slide--sidebar__content--right {
    border-left: 0.8rem solid #ffffff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .exhibit-slide--sidebar__visual {
    width: 100%;
  }
}
.exhibit-slide--centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.4rem;
}
.exhibit-slide--centered__visual {
  margin-bottom: 2.4rem;
  max-width: 960px;
  width: 100%;
}
.exhibit-slide--centered__content {
  max-width: 960px;
}
@media (max-width: 600px) {
  @supports (-webkit-touch-callout: none) {
    .exhibit-slide--centered__content {
      padding-bottom: 8rem;
    }
  }
}
.exhibit-slide--centered__credit {
  font-size: 80%;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .exhibit-slide--centered {
    padding: 4rem;
  }
}

#exhibit-end {
  padding: 2.4rem;
}
@media only screen and (min-width: 1024px) {
  #exhibit-end {
    padding: 4rem;
  }
}

/* _press.scss */
#press-main aside {
  margin-bottom: 4rem;
}
#press-main aside .schema-faq-question {
  background: none;
  padding: 0.8rem 0;
}
#press-main aside .schema-faq-question::after {
  right: 0;
}
#press-main aside .schema-faq-question.active {
  color: #000000;
}
#press-main aside .schema-faq-question.active::after {
  -webkit-filter: none;
          filter: none;
}
#press-main aside .schema-faq-answer {
  padding: 0.8rem 0;
}
@media only screen and (min-width: 768px) {
  #press-main {
    display: -ms-grid;
    display: grid;
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 4rem 2fr;
    grid-template-columns: 1fr 2fr;
  }
  #press-main aside > :first-child {
    margin-top: 0;
  }
  #press-main aside .wpcf7-form {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #press-main {
    grid-gap: 8rem;
  }
}

/* _blog.scss */
@media only screen and (min-width: 768px) {
  .posts-wrap {
    display: -ms-grid;
    display: grid;
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .posts-wrap {
    grid-gap: 8rem;
    -ms-grid-columns: 1fr 8rem 1fr 8rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-navigation {
  border-top: 2px solid #F1F1F1;
  margin-top: 4rem;
  padding-top: 2.4rem;
}
.post-navigation a {
  text-decoration: none;
}
.post-navigation a[rel=prev]::before {
  content: "«";
  font-size: 2rem;
  margin-right: 0.8rem;
}
.post-navigation a[rel=next]::after {
  content: "»";
  font-size: 2rem;
  margin-left: 0.8rem;
}

/* _hall-of-fame.scss */
#default.hall-of-fame h2, #default.hall-of-fame h3, #default.hall-of-fame h4, #default.hall-of-fame h5, #default.hall-of-fame h6 {
  color: #071a43;
  font-family: "Neutra", sans-serif;
  text-transform: uppercase;
}
#default.hall-of-fame p {
  color: #071a43;
}
#default.hall-of-fame .link, #default.hall-of-fame button[id^=eventbrite],
#default.hall-of-fame .xola-custom button,
.xola-custom #default.hall-of-fame button,
#default.hall-of-fame .xola-checkout button,
.xola-checkout #default.hall-of-fame button, #default.hall-of-fame form.wpcf7-form .wpcf7-submit, form.wpcf7-form #default.hall-of-fame .wpcf7-submit,
#default.hall-of-fame .wp-block-button__link {
  color: #071a43;
}
#default.hall-of-fame .link::after, #default.hall-of-fame button[id^=eventbrite]::after,
#default.hall-of-fame .xola-custom button::after,
.xola-custom #default.hall-of-fame button::after,
#default.hall-of-fame .xola-checkout button::after,
.xola-checkout #default.hall-of-fame button::after, #default.hall-of-fame form.wpcf7-form .wpcf7-submit::after, form.wpcf7-form #default.hall-of-fame .wpcf7-submit::after,
#default.hall-of-fame .wp-block-button__link::after {
  background-image: url("inc/assets/icons/ui/arrow-circle-navy.svg");
}
#default.hall-of-fame #default-title {
  background-color: #071a43;
}
#default.hall-of-fame #default-title h1 {
  text-transform: none;
}
#default.hall-of-fame #pre-footer {
  margin-bottom: -2rem;
}
#default.hall-of-fame #pre-footer .wp-block-columns {
  gap: 0.8rem;
}
#default.hall-of-fame #pre-footer .wp-block-columns .wp-block-column {
  background-color: #F1F1F1;
  padding: 1.6rem;
}
#default.hall-of-fame #pre-footer .wp-block-image {
  margin: 0;
}
#default.hall-of-fame #pre-footer .wp-block-image.pull-right {
  float: right;
}
#default.hall-of-fame #pre-footer .wp-block-image figure {
  margin: 0;
}
#default.hall-of-fame #pre-footer .wp-block-image img {
  display: block;
  margin-left: 2.4rem;
  width: auto;
}
@media (min-width: 600px) {
  #default.hall-of-fame #pre-footer .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 49% !important;
        flex-basis: 49% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  #default.hall-of-fame #pre-footer .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
    padding: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  #default.hall-of-fame #pre-footer .wp-block-columns .wp-block-column {
    padding: 4rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #default.hall-of-fame #pre-footer .wp-block-columns .wp-block-column {
    padding: 4rem 8rem;
  }
}
#default.hall-of-fame #sponsor {
  background-color: #836e49;
  margin-bottom: 0.8rem;
  padding: 2.4rem;
  text-align: center;
}
#default.hall-of-fame #sponsor h1, #default.hall-of-fame #sponsor h2, #default.hall-of-fame #sponsor h3, #default.hall-of-fame #sponsor h4, #default.hall-of-fame #sponsor h5, #default.hall-of-fame #sponsor h6 {
  font-weight: normal;
  margin: 0;
}
#default.hall-of-fame #sponsor a {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #default.hall-of-fame #sponsor {
    padding: 2.4rem 6.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #default.hall-of-fame #sponsor {
    padding: 2.4rem 8rem;
  }
}

/* _sitemap.scss */
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  display: block;
}
.sitemap ul > li {
  font: bold 2.4rem serif;
  margin-top: 12px;
}
.sitemap ul > li > ul {
  padding-left: 16px;
}
.sitemap ul > li > ul > li {
  font: bold 2rem sans-serif;
  margin-top: 8px;
}
.sitemap ul > li > ul > li > ul {
  padding-left: 16px;
}
.sitemap ul > li > ul > li > ul > li {
  font: normal 1.6rem sans-serif;
  margin-top: 4px;
}

/* _search.scss */
.search-result-list {
  margin: 4rem 0;
  width: 100%;
}
.search-result-list article {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  text-align: left;
}
.search-result-list article:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}
.search-result-list article a {
  text-decoration: none;
}
.search-result-list article a:hover h3 {
  color: #369798;
}
.search-result-list article h3 {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.search-result-list article p {
  color: #000000;
}
.search-result-list article .link, .search-result-list article button[id^=eventbrite],
.search-result-list article .xola-custom button,
.xola-custom .search-result-list article button,
.search-result-list article .xola-checkout button,
.xola-checkout .search-result-list article button, .search-result-list article form.wpcf7-form .wpcf7-submit, form.wpcf7-form .search-result-list article .wpcf7-submit, .search-result-list article .wp-block-button__link {
  margin-top: 0;
}
.search-result-list .posts-navigation {
  grid-column: 1/-1;
  margin-top: 4rem;
}
.search-result-list .posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-result-list .posts-navigation .nav-links .nav-next {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .search-result-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 4rem;
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .search-result-list article {
    margin: 0;
  }
  .search-result-list article:nth-last-of-type(2) {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .search-result-list {
    margin: 8rem 0;
  }
}

/* _404.scss */
body.error404 #searchform {
  border: 1px solid #6E6E6E;
  padding: 0 0.8rem 0.4rem;
}

/* _styleguide.scss */
body.styleguide hr {
  margin: 50px 0 20px;
}

.swatch {
  background: var(--color);
  border-radius: 8px;
  display: inline-block;
  height: 80px;
  margin: 0 8px 8px 0;
  text-align: center;
  width: 80px;
}
.swatch::after {
  content: attr(color);
  display: block;
  font: normal 16px monospace;
  margin-bottom: 16px;
  position: relative;
  top: calc(100% + 4px);
}