/* line 7, ../sass/_fonts.scss */
p {
  font-family: "helvetica neue";
}

@font-face {
  font-family: "lucus_text";
  src: url(/assets/fonts/Lucus_text.ttf) format('truetype'), url(/assets/fonts/Lucus_text.otf) format('opentype'), url(/assets/fonts/Lucus_text.woff) format('woff'), url(/assets/fonts/Lucus_text.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Lucus_text.svg) format('svg');
}
@font-face {
  font-family: "lucus_italic";
  src: url(/assets/fonts/Lucus-italic.ttf) format('truetype'), url(/assets/fonts/Lucus-italic.otf) format('opentype'), url(/assets/fonts/Lucus-italic.woff) format('woff'), url(/assets/fonts/Lucus-italic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Lucus-italic.svg) format('svg');
}
@font-face {
  font-family: hk_medium;
  src: url("../assets/fonts/HKGrotesk-Medium.otf") format("opentype"), url("../assets/fonts/HKGrotesk-Medium.woff") format("woff");
}
@font-face {
  font-family: bagnard;
  src: url("../assets/fonts/Bagnard.otf") format("opentype"), url("../assets/fonts/Bagnard.woff") format("woff");
}
@font-face {
  font-family: bluu;
  src: url("../assets/fonts/BluuNext-Bold.otf") format("opentype"), url("../assets/fonts/BluuNext-Bold.woff") format("woff");
}
@font-face {
  font-family: roboto_bold;
  src: url("../assets/fonts/Roboto-Bold.ttf") format("opentype"), url("../assets/fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: roboto_italic;
  src: url("../assets/fonts/Roboto-Italic.ttf") format("opentype"), url("../assets/fonts/Roboto-Italic.woff") format("woff");
}
@font-face {
  font-family: roboto_light;
  src: url("../assets/fonts/Roboto-Light.ttf") format("opentype"), url("../assets/fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: roboto_medium;
  src: url("../assets/fonts/Roboto-Medium.ttf") format("opentype"), url("../assets/fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: roboto_regular;
  src: url("../assets/fonts/Roboto-Regular.ttf") format("opentype"), url("../assets/fonts/Roboto-Regular.woff") format("woff");
}
/* line 60, ../sass/_fonts.scss */
.section-informational .generic-font, .font-informational {
  font-family: hk_medium;
}

/* line 61, ../sass/_fonts.scss */
.section-showcase .generic-font, .font-showcase {
  font-family: lucus_text;
}

/* line 62, ../sass/_fonts.scss */
.section-studio-magazine .generic-font, .font-studio-magazine {
  font-family: bagnard;
}

/* line 63, ../sass/_fonts.scss */
.section-educational .generic-font, .font-educational {
  font-family: bagnard;
}

/* line 64, ../sass/_fonts.scss */
.section-shop .generic-font, .font-shop {
  font-family: roboto_medium;
}

/* line 65, ../sass/_fonts.scss */
.body-copy {
  font-family: roboto_regular;
}

/* line 66, ../sass/_fonts.scss */
.body-copy.bold {
  font-family: roboto_bold;
}

/* line 68, ../sass/_fonts.scss */
.long-form {
  font-family: lucus_text;
}

/* line 69, ../sass/_fonts.scss */
.long-form.italic {
  font-family: lucus_italic;
}

/* line 72, ../sass/_fonts.scss */
.hero-text {
  font-size: 120px;
  line-height: 126px;
  letter-spacing: -1px;
}

/* line 73, ../sass/_fonts.scss */
.xlarge-text {
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -1px;
}

/* line 74, ../sass/_fonts.scss */
.large-text {
  font-size: 32px;
  line-height: 38px;
}

/* line 75, ../sass/_fonts.scss */
.med-large-text {
  font-size: 28px;
  line-height: 36px;
}

/* line 76, ../sass/_fonts.scss */
.med-text {
  font-size: 24px;
  line-height: 34px;
}

/* line 77, ../sass/_fonts.scss */
.small-text {
  font-size: 18px;
  line-height: 24px;
}

/* line 78, ../sass/_fonts.scss */
.tiny-text {
  font-size: 14px;
  line-height: 20px;
}

/* line 80, ../sass/_fonts.scss */
* {
  font-weight: normal;
}

/* line 81, ../sass/_fonts.scss */
strong, strong * {
  font-weight: bold;
}

/* line 83, ../sass/_fonts.scss */
.all-caps {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 86, ../sass/_fonts.scss */
.hk-medium {
  font-family: hk_medium;
}

/* line 87, ../sass/_fonts.scss */
.bagnard {
  font-family: bagnard;
}

/* line 88, ../sass/_fonts.scss */
.bluu {
  font-family: bluu;
}

/* line 89, ../sass/_fonts.scss */
.lucus-text {
  font-family: lucus_text;
}

/* line 90, ../sass/_fonts.scss */
.lucus-italic {
  font-family: lucus_italic;
}

/* line 91, ../sass/_fonts.scss */
.roboto-bold {
  font-family: roboto_bold;
}

/* line 92, ../sass/_fonts.scss */
.roboto-italic {
  font-family: roboto_italic;
}

/* line 93, ../sass/_fonts.scss */
.roboto-light {
  font-family: roboto_light;
}

/* line 94, ../sass/_fonts.scss */
.roboto-medium {
  font-family: roboto_medium;
}

/* line 95, ../sass/_fonts.scss */
.roboto-regular {
  font-family: roboto_regular;
}

/* line 4, ../sass/_global.scss */
* {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 12, ../sass/_global.scss */
*:not(body):not(html)::-webkit-scrollbar {
  display: none;
}

/* line 15, ../sass/_global.scss */
body {
  min-width: 700px;
}

/* line 22, ../sass/_global.scss */
a {
  text-decoration: none;
  color: inherit;
}

/*p {
    padding: 0 0 15px;
}*/
/* line 29, ../sass/_global.scss */
input {
  background: transparent;
  border: none;
  outline: none;
}

/* line 34, ../sass/_global.scss */
textarea {
  background: transparent;
  border: none;
  outline: none;
  resize: none;
}

/* line 48, ../sass/_global.scss */
html.fixed, body.fixed {
  overflow-y: hidden;
}

/* line 53, ../sass/_global.scss */
.hover-state {
  color: inherit;
  transition: color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35);
}
/* line 56, ../sass/_global.scss */
.hover-state:hover {
  color: #797878;
}

/* line 63, ../sass/_global.scss */
.background-hover {
  background: inherit;
  transition: color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35), background-color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35);
}
/* line 66, ../sass/_global.scss */
.background-hover:hover {
  background-color: #797878;
}

/* line 71, ../sass/_global.scss */
.fade-overlay {
  transition: opacity 0.6s ease-in-out;
}
/* line 74, ../sass/_global.scss */
.fade-overlay:hover {
  opacity: 0.7;
}

/* line 79, ../sass/_global.scss */
.hidden {
  display: none;
}

/* line 83, ../sass/_global.scss */
.pull-left {
  float: left;
}

/* line 87, ../sass/_global.scss */
.clearfix {
  clear: both;
}

/* line 91, ../sass/_global.scss */
.col-lg-6 {
  width: 50%;
}

/* line 95, ../sass/_global.scss */
.padRight {
  padding-right: 18px;
}

/* line 99, ../sass/_global.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 105, ../sass/_global.scss */
.animation-drawer {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1000000;
  background: white;
  transition: transform 1s cubic-bezier(0.17, 0.67, 0.07, 0.96) 1s, opacity 0.5s ease-in-out 1.6s;
  pointer-events: none;
}
/* line 119, ../sass/_global.scss */
.animation-drawer.animated {
  opacity: 0;
  transform: translateY(100%);
}

/* line 127, ../sass/_global.scss */
.lazy {
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
/* line 131, ../sass/_global.scss */
.lazy.unloaded {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

/* line 138, ../sass/_global.scss */
.fade-overlay {
  position: relative;
  background-color: #AAAAAA;
}
/* line 142, ../sass/_global.scss */
.fade-overlay .thumbnail {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: opacity 1s ease-in-out 1s;
}
/* line 149, ../sass/_global.scss */
.fade-overlay .overlay-title {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
/* line 159, ../sass/_global.scss */
.fade-overlay.thumbnail-overlay .thumbnail {
  background-size: cover;
  background-position: center;
}
/* line 163, ../sass/_global.scss */
.fade-overlay.thumbnail-overlay .thumbnail.short {
  padding-bottom: 75%;
}
/* line 167, ../sass/_global.scss */
.fade-overlay.thumbnail-overlay .thumbnail.tall {
  padding-bottom: 100%;
}
/* line 172, ../sass/_global.scss */
.fade-overlay.text-overlay {
  padding: 20px 20px 125px;
}
/* line 175, ../sass/_global.scss */
.fade-overlay.text-overlay .thumbnail {
  display: none;
}
/* line 179, ../sass/_global.scss */
.fade-overlay.text-overlay .overlay-title {
  position: static;
  width: 100%;
}
/* line 185, ../sass/_global.scss */
.fade-overlay.unloaded .thumbnail {
  opacity: 0;
}

/* line 190, ../sass/_global.scss */
#notification, #notification2 {
  width: calc(100% - 70px * 2 - 20px);
  margin: 0 70px 50px;
  padding: 30px 0;
  background-color: #EEEEEE;
}
/* line 196, ../sass/_global.scss */
#notification .notification, #notification2 .notification {
  margin-left: calc((100vw - 2 * 70px) / 8);
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  overflow: hidden;
}
/* line 201, ../sass/_global.scss */
#notification .notification .notification-icon, #notification2 .notification .notification-icon {
  float: left;
  width: calc((100vw - 2 * 70px) / 8);
  text-align: center;
  border-top: 1px solid #000000;
  padding: 15px 0;
}
/* line 208, ../sass/_global.scss */
#notification .notification .notification-icon img, #notification2 .notification .notification-icon img {
  width: 40px;
}
/* line 213, ../sass/_global.scss */
#notification .notification .notification-text, #notification2 .notification .notification-text {
  float: left;
  margin: 0;
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 5) - 20px);
  padding-left: 20px;
}
/* line 220, ../sass/_global.scss */
#notification .notification a, #notification2 .notification a {
  text-decoration: underline;
}
@media only screen and (min-width: 1500px) {
  /* line 190, ../sass/_global.scss */
  #notification, #notification2 {
    width: 1340px;
    margin: 0 auto 50px;
  }
  /* line 229, ../sass/_global.scss */
  #notification .notification, #notification2 .notification {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 233, ../sass/_global.scss */
  #notification .notification .notification-icon, #notification2 .notification .notification-icon {
    width: calc((1500px - 2 * 70px) / 8);
  }
  /* line 237, ../sass/_global.scss */
  #notification .notification .notification-text, #notification2 .notification .notification-text {
    width: calc(calc(calc((1500px - 2 * 70px) / 8) * 5) - 20px);
  }
}

/* line 244, ../sass/_global.scss */
.hyphen {
  display: inline-block;
  transform: rotate(-45deg);
  padding: 0 15px;
}

/* line 250, ../sass/_global.scss */
.button {
  display: inline-block;
  height: 40px;
  background: #EEEEEE;
  text-align: center;
  position: relative;
}
/* line 257, ../sass/_global.scss */
.button svg {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 14px;
  height: 14px;
}
/* line 265, ../sass/_global.scss */
.button .button-title {
  line-height: 40px;
}
/* line 269, ../sass/_global.scss */
.button:hover {
  color: white;
}
/* line 272, ../sass/_global.scss */
.button:hover svg * {
  stroke: white;
}

/* line 280, ../sass/_global.scss */
.embedded-online-express-code * {
  font-family: hk_medium !important;
  border-radius: 0 !important;
  background-image: none !important;
}
/* line 286, ../sass/_global.scss */
.embedded-online-express-code div {
  max-width: initial !important;
}
/* line 290, ../sass/_global.scss */
.embedded-online-express-code .BBFormSubmitbutton {
  font-weight: normal !important;
  background-color: #EEEEEE !important;
  color: #000000 !important;
  box-shadow: none !important;
}

/* line 302, ../sass/_global.scss */
.hide {
  display: none;
}

/* line 306, ../sass/_global.scss */
.mobile {
  display: none;
}

/* line 310, ../sass/_global.scss */
.ie-only {
  display: none;
}

/* line 4, ../sass/_footer.scss */
.z-ind {
  z-index: 3 !important;
}

/* line 6, ../sass/_footer.scss */
#footer {
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  z-index: 100000;
}
/* line 13, ../sass/_footer.scss */
#footer .studio-logo {
  width: 250px;
  position: absolute;
  top: -25px;
  left: 90px;
  cursor: pointer;
}
/* line 20, ../sass/_footer.scss */
#footer .studio-logo svg {
  fill: #ccc;
}
/* line 24, ../sass/_footer.scss */
#footer .footer-container {
  width: calc(100% - 90px - 250px);
  margin-left: 340px;
  padding-right: 70px;
  overflow: hidden;
  position: relative;
}
/* line 31, ../sass/_footer.scss */
#footer .footer-container .btm-row {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}
/* line 38, ../sass/_footer.scss */
#footer .footer-container .footer-cols {
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 40, ../sass/_footer.scss */
#footer .footer-container .footer-col {
  width: 25%;
  padding: 10px;
  float: left;
}
/* line 46, ../sass/_footer.scss */
#footer .footer-container .footer-col p, #footer .footer-container .footer-col a {
  width: 100%;
  padding-top: 10px;
}
/* line 51, ../sass/_footer.scss */
#footer .footer-container .footer-col p.address, #footer .footer-container .footer-col a.address {
  padding: 0;
}
/* line 55, ../sass/_footer.scss */
#footer .footer-container .footer-col a {
  cursor: pointer;
}
/* line 59, ../sass/_footer.scss */
#footer .footer-container .footer-col.left {
  width: 25%;
  padding-right: 25px;
}
/* line 65, ../sass/_footer.scss */
#footer .footer-container .footer-col.right {
  width: 25%;
}
/* line 69, ../sass/_footer.scss */
#footer .footer-container .footer-col.right .social-media {
  overflow: hidden;
  width: 100%;
  left: -21px;
  position: relative;
}
/* line 75, ../sass/_footer.scss */
#footer .footer-container .footer-col.right .social-media div {
  width: 33px;
  cursor: pointer;
  float: left;
  display: inline-block;
}
/* line 83, ../sass/_footer.scss */
#footer .footer-container .footer-col.right .social-media div svg {
  width: 54px;
  height: 54px;
}
/* line 89, ../sass/_footer.scss */
#footer .footer-container .footer-col.right .social-media div svg path {
  transition: fill 0.3s;
  fill: #000000;
}
/* line 95, ../sass/_footer.scss */
#footer .footer-container .footer-col.right .social-media div:hover svg path {
  fill: #AAAAAA;
}
/* line 101, ../sass/_footer.scss */
#footer .footer-container .footer-col.right .copyright {
  padding: 0;
}
/* line 105, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle {
  width: 50%;
  padding-right: 25px;
}
/* line 114, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle form {
  position: relative;
}
/* line 118, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle p {
  padding: 0;
}
/* line 120, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle input[type="email"] {
  width: 100%;
  border-bottom: 1px solid #000000;
  padding-top: 10px;
}
/* line 126, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle input[type="text"] {
  width: 100%;
  /*					width: calc(50% - 20px);*/
  border-bottom: 1px solid #000000;
  padding-top: 10px;
}
/* line 141, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle input[type="submit"] {
  width: calc(50% - 20px);
  height: 40px;
  line-height: 40px;
  background-color: #ddd;
  padding: 0;
  color: #000000;
  margin-top: 20px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35), color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35), background-color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35);
}
/* line 152, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle input[type="submit"]:hover {
  color: white;
  background-color: #797878;
}
/* line 158, ../sass/_footer.scss */
#footer .footer-container .footer-col.middle .newsletter {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: -10px;
  padding: 10px;
}

/* line 172, ../sass/_footer.scss */
.learn-more-c {
  width: 100%;
  overflow: hidden;
  padding: 60px;
  text-align: center;
}
/* line 178, ../sass/_footer.scss */
.learn-more-c p {
  margin: 0 auto;
}
/* line 180, ../sass/_footer.scss */
.learn-more-c .link {
  border-bottom: 1px solid black;
  cursor: pointer;
}
/* line 182, ../sass/_footer.scss */
.learn-more-c .scroll-top {
  overflow: hidden;
  position: absolute;
  right: 5%;
  cursor: pointer;
}
/* line 188, ../sass/_footer.scss */
.learn-more-c .scroll-top img {
  width: 60px;
  height: 60px;
  position: relative;
  top: 10px;
}
/* line 196, ../sass/_footer.scss */
.learn-more-c .scroll-top p {
  width: 100%;
  text-align: center;
}

@media only screen and (max-device-width: 667px) {
  /* line 204, ../sass/_footer.scss */
  #footer {
    padding-left: 0;
    background: none;
  }
  /* line 208, ../sass/_footer.scss */
  #footer .footer-header {
    display: none;
  }
  /* line 212, ../sass/_footer.scss */
  #footer .studio-logo {
    width: 300px;
    position: absolute;
    right: 15px;
    bottom: -25px;
    top: auto;
    left: auto;
  }
  /* line 222, ../sass/_footer.scss */
  #footer .footer-col {
    width: 100%;
    padding-left: 40px;
    display: none;
  }
  /* line 228, ../sass/_footer.scss */
  #footer .footer-col p {
    font-size: 2.5em !important;
    line-height: initial !important;
  }
  /* line 229, ../sass/_footer.scss */
  #footer .footer-col.last {
    display: block;
    width: 100%;
  }
  /* line 235, ../sass/_footer.scss */
  #footer .footer-col.left p {
    padding-bottom: 30px;
  }
  /* line 242, ../sass/_footer.scss */
  #footer .footer-col.middle {
    display: none;
  }
  /* line 247, ../sass/_footer.scss */
  #footer .btm-row .footer-col.left {
    display: block;
    width: 100%;
  }
  /* line 248, ../sass/_footer.scss */
  #footer .btm-row .footer-col.middle, #footer .btm-row .footer-col.right {
    display: none;
  }
  /* line 251, ../sass/_footer.scss */
  #footer .footer-container {
    width: 85%;
    border-top: 1px solid black;
    padding-top: 50px;
    padding-left: 40px;
    height: 600px;
  }
  /* line 260, ../sass/_footer.scss */
  #footer .scroll-top {
    top: -33px;
    right: 40px;
  }
  /* line 264, ../sass/_footer.scss */
  #footer .scroll-top img {
    width: 100px;
    height: 90px;
  }
}
/* line 8, ../sass/_menu.scss */
.init-fade {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out 1.6s !important;
}

/* line 15, ../sass/_menu.scss */
#menu.fade {
  opacity: 1;
  transform: translateX(60px) !important;
}

/* line 23, ../sass/_menu.scss */
#menu.menu-expand .hover-container {
  transform: translateX(250px);
}
/* line 27, ../sass/_menu.scss */
#menu.menu-expand .expanded-menu .menu-links .links {
  opacity: 1;
}

/* line 33, ../sass/_menu.scss */
.search-active {
  background: #aaa !important;
}

/* line 38, ../sass/_menu.scss */
#menu .menu-hover svg * {
  transition: stroke 0.3s;
}
/* line 42, ../sass/_menu.scss */
#menu .menu-hover:hover span {
  background-color: #AAAAAA;
}
/* line 46, ../sass/_menu.scss */
#menu .menu-hover:hover svg * {
  stroke: #AAAAAA;
}

/* line 52, ../sass/_menu.scss */
#menu {
  position: fixed;
  display: block;
  width: 60px;
  height: 100vh;
  left: -60px;
  top: 0;
  background: white;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* line 66, ../sass/_menu.scss */
#menu .search-toggle {
  border-top: 2px solid black;
}
/* line 87, ../sass/_menu.scss */
#menu img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  padding: 15px;
}
/* line 96, ../sass/_menu.scss */
#menu .menu-icon {
  display: block;
  height: 60px;
  width: 60px;
  padding: 16px;
  position: relative;
  z-index: 100000;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* line 109, ../sass/_menu.scss */
#menu .menu-icon .l1 {
  top: 4px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease, background-color 0.3s;
}
/* line 113, ../sass/_menu.scss */
#menu .menu-icon .l1.close {
  top: 15px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  transition: top 500ms ease, transform 500ms ease 500ms, background-color 0.3s;
}
/* line 120, ../sass/_menu.scss */
#menu .menu-icon .l2 {
  top: 14px;
  opacity: 1;
  transition: opacity 200ms ease 500ms, background-color 0.3s;
}
/* line 124, ../sass/_menu.scss */
#menu .menu-icon .l2.close {
  opacity: 0;
}
/* line 128, ../sass/_menu.scss */
#menu .menu-icon .l3 {
  top: 24px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: top 500ms ease 500ms, transform 500ms ease, background-color 0.3s;
}
/* line 132, ../sass/_menu.scss */
#menu .menu-icon .l3.close {
  top: 11px;
  transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, 0);
  transition: top 500ms ease, transform 500ms ease 500ms, background-color 0.3s;
}
/* line 141, ../sass/_menu.scss */
#menu .menu-icon span {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  position: relative;
  transition: all 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* line 148, ../sass/_menu.scss */
#menu .menu-icon span.search-active {
  background-color: white !important;
}
/* line 151, ../sass/_menu.scss */
#menu .close-btn {
  display: none;
  z-index: 10000;
}
/* line 154, ../sass/_menu.scss */
#menu .close-btn.active {
  display: block;
}
/* line 160, ../sass/_menu.scss */
#menu .menu-btn {
  display: none;
  z-index: 10000;
}
/* line 163, ../sass/_menu.scss */
#menu .menu-btn.active {
  display: block;
}
/* line 168, ../sass/_menu.scss */
#menu .search-btn {
  border-bottom: 2px solid black;
  pointer-events: all;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  padding: 15px;
  fill-opacity: 0;
  float: left;
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* line 180, ../sass/_menu.scss */
#menu .search-btn.search-active {
  background-color: white !important;
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
/* line 184, ../sass/_menu.scss */
#menu .search-btn.search-active svg circle, #menu .search-btn.search-active line {
  stroke: #aaa;
}
/* line 193, ../sass/_menu.scss */
#menu .calendar-btn {
  border-bottom: 2px solid black;
  display: block;
  pointer-events: all;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: relative;
  padding: 15px;
  fill-opacity: 0;
  float: left;
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
/* line 205, ../sass/_menu.scss */
#menu .calendar-btn.search-active {
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border-bottom: 2px solid white;
  fill: white;
}
/* line 207, ../sass/_menu.scss */
#menu .calendar-btn.search-active svg rect, #menu .calendar-btn.search-active line {
  stroke: white;
}
/* line 216, ../sass/_menu.scss */
#menu .expanded-menu {
  position: absolute;
  width: 250px;
  left: -250px;
  height: 100%;
  top: 0;
  padding-top: 60px;
  display: block;
  transition: transform 0.50s ease-in-out;
  background: white;
  border-right: 1px solid #AAAAAA;
  pointer-events: all;
  overflow-y: scroll;
}
/* line 230, ../sass/_menu.scss */
#menu .expanded-menu.active {
  transform: translateX(100%);
}
/* line 235, ../sass/_menu.scss */
#menu .expanded-menu .animation-container {
  overflow: hidden;
  width: 90%;
  height: 60px;
  border-bottom: 2px solid black;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
/* line 244, ../sass/_menu.scss */
#menu .expanded-menu .animation-container img {
  float: left;
  border: 0 !important;
}
/* line 249, ../sass/_menu.scss */
#menu .expanded-menu .animation-container p {
  display: block;
  text-align: center;
  line-height: 60px;
  float: left;
}
/* line 256, ../sass/_menu.scss */
#menu .expanded-menu .animation-container svg * {
  transition: stroke 0.3s ease-in-out;
}
/* line 260, ../sass/_menu.scss */
#menu .expanded-menu .animation-container:hover {
  color: #AAAAAA;
}
/* line 263, ../sass/_menu.scss */
#menu .expanded-menu .animation-container:hover svg * {
  stroke: #AAAAAA;
}
/* line 269, ../sass/_menu.scss */
#menu .expanded-menu .menu-links {
  padding: 10px 0 30px;
}
/* line 272, ../sass/_menu.scss */
#menu .expanded-menu .menu-links .links {
  padding: 10px 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.3s, background-color 0.6s, color 0.3s;
}
/* line 278, ../sass/_menu.scss */
#menu .expanded-menu .menu-links .links span {
  display: block;
  transition: transform 0.3s;
}
/* line 283, ../sass/_menu.scss */
#menu .expanded-menu .menu-links .links.active {
  color: #AAAAAA;
}
/* line 290, ../sass/_menu.scss */
#menu .expanded-menu .social-media {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  width: 90%;
  overflow: hidden;
}
/* line 297, ../sass/_menu.scss */
#menu .expanded-menu .social-media div {
  width: 55px;
  height: 55px;
  cursor: pointer;
  float: left;
}
/* line 305, ../sass/_menu.scss */
#menu .expanded-menu .social-media div svg path {
  transition: fill 0.3s;
  fill: #000000;
}
/* line 311, ../sass/_menu.scss */
#menu .expanded-menu .social-media div:hover svg path {
  fill: #AAAAAA;
}
/* line 317, ../sass/_menu.scss */
#menu .expanded-menu .newsletter-section {
  cursor: pointer;
  padding: 10px;
}
/* line 321, ../sass/_menu.scss */
#menu .expanded-menu .newsletter-section .newsletter {
  width: 60px;
  height: 60px;
  float: left;
}
/* line 327, ../sass/_menu.scss */
#menu .expanded-menu .newsletter-section p {
  padding: 20px 0;
}
/* line 333, ../sass/_menu.scss */
#menu .hover-container {
  position: fixed;
  background: #EEEEEE;
  left: -250px;
  top: 0;
  width: 225px;
  height: 100%;
  transform: translateX(-50px);
  vertical-align: middle;
  pointer-events: all;
  transition: transform 0.3s;
}
/* line 345, ../sass/_menu.scss */
#menu .hover-container div {
  position: absolute;
  top: 0;
  max-height: 100vh;
  overflow-y: scroll;
  padding: 195px 0 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0.3s;
}
/* line 356, ../sass/_menu.scss */
#menu .hover-container.active {
  transform: translateX(500px);
}
/* line 359, ../sass/_menu.scss */
#menu .hover-container.active div.active {
  opacity: 1;
  pointer-events: all;
}
/* line 365, ../sass/_menu.scss */
#menu .hover-container p {
  cursor: pointer;
  margin: 5px 25px;
  width: calc(100% - 50px);
  padding-bottom: 10px;
  border-bottom: 0px;
  transition: border-bottom 1s ease-in-out;
}
/* line 373, ../sass/_menu.scss */
#menu .hover-container p:hover:after {
  transition: border-bottom 1s ease-in-out;
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  border-bottom: 1px solid black;
}

/* line 387, ../sass/_menu.scss */
#search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 700px;
  background-color: #AAAAAA;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity .9s ease-in-out;
}
/* line 400, ../sass/_menu.scss */
#search-overlay .search-overlay-content {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 409, ../sass/_menu.scss */
#search-overlay .search-overlay-content svg {
  position: relative;
  width: 100px;
  opacity: 0;
  height: 100px;
  margin-right: 50px;
  float: left;
  fill-opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out 0.85s;
}
/* line 420, ../sass/_menu.scss */
#search-overlay .search-overlay-content svg.active {
  opacity: 1;
}
/* line 422, ../sass/_menu.scss */
#search-overlay .search-overlay-content svg circle, #search-overlay .search-overlay-content svg line {
  stroke: white;
}
/* line 427, ../sass/_menu.scss */
#search-overlay .search-overlay-content input {
  width: 0;
  color: white;
  float: left;
  border-bottom: 4px solid white;
  transition: width 0.6s cubic-bezier(0.17, 0.67, 0.67, 0.95) 0.85s;
}
/* line 434, ../sass/_menu.scss */
#search-overlay .search-overlay-content input.active {
  width: calc(100% - 350px);
}
/* line 445, ../sass/_menu.scss */
#search-overlay.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 1500px) {
  /* line 454, ../sass/_menu.scss */
  #search-overlay .search-overlay-content svg {
    width: 150px;
    height: 150px;
  }
  /* line 459, ../sass/_menu.scss */
  #search-overlay .search-overlay-content input {
    font-size: 120px;
    line-height: 126px;
  }
}

/* line 471, ../sass/_menu.scss */
#mobile-menu {
  display: none;
}

/* line 475, ../sass/_menu.scss */
.hide {
  display: none;
}

@media only screen and (max-device-width: 667px) {
  /* line 479, ../sass/_menu.scss */
  #menu {
    display: none;
  }

  /* line 483, ../sass/_menu.scss */
  #mobile-menu {
    display: block;
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 10000000;
  }
  /* line 493, ../sass/_menu.scss */
  #mobile-menu .icon-container {
    overflow: hidden;
    padding: 0 40px;
    height: 130px;
    z-index: 1000;
    position: relative;
  }
  /* line 500, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon {
    height: 100%;
    float: left;
    padding: 40px 0;
    position: relative;
    z-index: 100000;
    cursor: pointer;
  }
  /* line 508, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon .l1 {
    top: 4px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: top 500ms ease 500ms, transform 500ms ease;
  }
  /* line 512, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon .l1.close {
    top: 27px;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    transition: top 500ms ease, transform 500ms ease 500ms;
  }
  /* line 519, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon .l2 {
    top: 23px;
    opacity: 1;
    transition: opacity 200ms ease 500ms;
  }
  /* line 523, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon .l2.close {
    opacity: 0;
  }
  /* line 527, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon .l3 {
    top: 41px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: top 500ms ease 500ms, transform 500ms ease;
  }
  /* line 531, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon .l3.close {
    top: 24px;
    transform: matrix(-0.7071, 0.7071, -0.7071, -0.7071, 0, 0);
    transition: top 500ms ease, transform 500ms ease 500ms;
  }
  /* line 540, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon span {
    width: 55px;
    height: 2px;
    background-color: #000;
    display: block;
    position: relative;
  }
  /* line 548, ../sass/_menu.scss */
  #mobile-menu .icon-container .menu-icon.white span {
    background-color: white;
  }
  /* line 554, ../sass/_menu.scss */
  #mobile-menu .right-container {
    float: right;
  }
  /* line 558, ../sass/_menu.scss */
  #mobile-menu .mobile-calendar-icon {
    float: right;
    width: 60px;
    height: 90px;
    padding: 20px 0;
    margin: 20px 0;
  }
  /* line 565, ../sass/_menu.scss */
  #mobile-menu .mobile-calendar-icon svg {
    width: 100%;
    height: 100%;
  }
  /* line 571, ../sass/_menu.scss */
  #mobile-menu .mmBtn {
    transition: background-color 0.3s, opacity 0.3s;
    pointer-events: all;
  }
  /* line 575, ../sass/_menu.scss */
  #mobile-menu .mmBtn.close {
    float: left;
    margin-right: 50px;
  }
  /* line 579, ../sass/_menu.scss */
  #mobile-menu .mmBtn.close.hide {
    opacity: 0;
    pointer-events: none;
  }
  /* line 585, ../sass/_menu.scss */
  #mobile-menu .mmBtn.search {
    float: left;
    margin: 20px 20px 20px 40px;
  }
  /* line 589, ../sass/_menu.scss */
  #mobile-menu .mmBtn.search svg {
    width: 100%;
    height: 100%;
  }
  /* line 593, ../sass/_menu.scss */
  #mobile-menu .mmBtn.search svg:last-child {
    display: none;
  }
  /* line 600, ../sass/_menu.scss */
  #mobile-menu .mmBtn.search.active svg:last-child {
    display: block;
  }
  /* line 604, ../sass/_menu.scss */
  #mobile-menu .mmBtn.search.active svg:first-child {
    display: none;
  }
  /* line 609, ../sass/_menu.scss */
  #mobile-menu .mmBtn.search.white svg * {
    stroke: white;
  }
  /* line 614, ../sass/_menu.scss */
  #mobile-menu .mmBtn.slideshow {
    float: left;
    margin: 20px 40px 20px 0;
  }
  /* line 618, ../sass/_menu.scss */
  #mobile-menu .mmBtn.slideshow svg {
    width: 100%;
    height: 100%;
  }
  /* line 623, ../sass/_menu.scss */
  #mobile-menu .mmBtn.slideshow.active {
    border-bottom: 2px solid white;
  }
  /* line 627, ../sass/_menu.scss */
  #mobile-menu .mmBtn.slideshow.white svg * {
    stroke: white;
  }
  /* line 632, ../sass/_menu.scss */
  #mobile-menu .mmBtn.menu {
    float: left;
    margin: 20px 0;
  }
  /* line 636, ../sass/_menu.scss */
  #mobile-menu .mmBtn.menu svg {
    width: 100%;
    height: 100%;
  }
  /* line 641, ../sass/_menu.scss */
  #mobile-menu .mmBtn.menu.active {
    border-bottom: 2px solid #000000;
  }
  /* line 645, ../sass/_menu.scss */
  #mobile-menu .mmBtn.menu.white svg * {
    stroke: white;
  }
  /* line 651, ../sass/_menu.scss */
  #mobile-menu img, #mobile-menu .svg-img {
    width: 90px;
    height: 90px;
    padding: 20px 0;
  }
  /* line 657, ../sass/_menu.scss */
  #mobile-menu .mobile-menu {
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  /* line 663, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .text-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    padding: 80px 60px;
    overflow-y: scroll;
    padding-bottom: 400px;
  }
  /* line 675, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .text-menu .mobile-links {
    float: left;
    width: 100%;
    font-size: 5em;
    margin-bottom: 50px;
    border-bottom: 2px solid black;
  }
  /* line 684, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 100;
  }
  /* line 696, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  /* line 703, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider .image .title {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 160px;
    transform: translateY(-50%);
    text-align: center;
    color: white;
  }
  /* line 715, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
  }
  /* line 722, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider-arrow svg {
    width: 100%;
    height: 100%;
  }
  /* line 726, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider-arrow svg * {
    stroke: white;
  }
  /* line 731, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider-arrow.left {
    left: 25px;
  }
  /* line 735, ../sass/_menu.scss */
  #mobile-menu .mobile-menu .slideshow-menu .menu-slider-arrow.right {
    right: 25px;
  }
  /* line 741, ../sass/_menu.scss */
  #mobile-menu .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
  }
  /* line 745, ../sass/_menu.scss */
  #mobile-menu .mobile-menu.active.text .text-menu {
    opacity: 1;
    pointer-events: all;
  }
  /* line 750, ../sass/_menu.scss */
  #mobile-menu .mobile-menu.active.slideshow .slideshow-menu {
    opacity: 1;
    pointer-events: all;
  }
}
/* line 3, ../sass/_hero.scss */
#hero {
  margin-bottom: 50px;
  position: relative;
}
/* line 7, ../sass/_hero.scss */
#hero .logo {
  position: absolute;
  right: 20px;
  width: 200px;
  z-index: 1;
  cursor: pointer;
}
/* line 14, ../sass/_hero.scss */
#hero .logo svg {
  width: 83%;
}
/* line 17, ../sass/_hero.scss */
#hero .logo svg * {
  transition: fill 0.5s;
}
/* line 22, ../sass/_hero.scss */
#hero .logo.white * {
  fill: white;
}
/* line 26, ../sass/_hero.scss */
#hero .logo.black * {
  fill: #000000;
}
/* line 33, ../sass/_hero.scss */
#hero .hero-slideshow.home .arrow {
  display: none !important;
}
/* line 39, ../sass/_hero.scss */
#hero .skew-container {
  opacity: 0;
  transition: opacity 250ms ease-in;
  transform: skewX(-45deg);
  transform-origin: top left;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 49, ../sass/_hero.scss */
#hero .skew-container:hover {
  opacity: 1;
}
/* line 54, ../sass/_hero.scss */
#hero .animation-wrapper {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 1.6s;
}
/* line 60, ../sass/_hero.scss */
#hero .animation-wrapper.animated {
  width: 100%;
  opacity: 1;
}
/* line 63, ../sass/_hero.scss */
#hero .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: color 0.5s, border-color 0.5s;
}
/* line 72, ../sass/_hero.scss */
#hero .title span {
  display: block;
}
/* line 75, ../sass/_hero.scss */
#hero .title span.subtitle {
  padding-top: 20px;
}
/* line 80, ../sass/_hero.scss */
#hero .title.black {
  color: #000000;
}
/* line 83, ../sass/_hero.scss */
#hero .title.black span.subtitle {
  border-top: 1px solid #000000;
}
/* line 88, ../sass/_hero.scss */
#hero .title.white {
  color: white;
}
/* line 91, ../sass/_hero.scss */
#hero .title.white span.subtitle {
  border-top: 1px solid white;
}
@media only screen and (min-width: 1500px) {
  /* line 63, ../sass/_hero.scss */
  #hero .title {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
}
@media only screen and (max-width: 700px) {
  /* line 63, ../sass/_hero.scss */
  #hero .title {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
  }
}
/* line 107, ../sass/_hero.scss */
#hero #hero-title {
  width: 100%;
  position: relative;
}
/* line 111, ../sass/_hero.scss */
#hero #hero-title h1 {
  padding: 80px 250px 40px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  /* line 111, ../sass/_hero.scss */
  #hero #hero-title h1 {
    padding: 80px 120px 40px;
    font-size: 45px;
    line-height: 50px;
  }
}
/* line 122, ../sass/_hero.scss */
#hero #hero-title .logo {
  top: -17px;
}
/* line 166, ../sass/_hero.scss */
#hero .hero-slideshow ~ .dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
/* line 173, ../sass/_hero.scss */
#hero .hero-slideshow ~ .dots .dot {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  transition: background-color 0.5s, border-color 0.5s;
  cursor: pointer;
}
/* line 183, ../sass/_hero.scss */
#hero .hero-slideshow ~ .dots.white .dot {
  border: 1px solid white;
}
/* line 186, ../sass/_hero.scss */
#hero .hero-slideshow ~ .dots.white .dot.active {
  background-color: white;
}
/* line 191, ../sass/_hero.scss */
#hero .hero-slideshow ~ .dots.black .dot {
  border: 1px solid #000000;
}
/* line 194, ../sass/_hero.scss */
#hero .hero-slideshow ~ .dots.black .dot.active {
  background-color: #000000;
}
/* line 200, ../sass/_hero.scss */
#hero #full-slideshow {
  position: relative;
  height: 100vh;
  z-index: 1;
}
/* line 205, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow {
  height: calc(100% - 130px);
}
/* line 208, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow .slide {
  width: 100%;
  height: 100%;
}
/* line 212, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow .slide.image-slide {
  background-size: cover;
  background-position: center;
}
/* line 217, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow .slide.video-slide {
  overflow: hidden;
  position: relative;
}
/* line 221, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow .slide.video-slide .video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
/* line 227, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow .slide.video-slide .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* line 238, ../sass/_hero.scss */
#hero #full-slideshow .hero-slideshow .slide.postload {
  opacity: 0;
}
/* line 244, ../sass/_hero.scss */
#hero #full-slideshow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
/* line 255, ../sass/_hero.scss */
#hero #full-slideshow .dots {
  bottom: 150px;
}
/* line 259, ../sass/_hero.scss */
#hero #full-slideshow .logo {
  bottom: 116px;
}
/* line 263, ../sass/_hero.scss */
#hero #full-slideshow .captions {
  height: 130px;
  position: relative;
  z-index: 2;
  background-color: white;
}
/* line 269, ../sass/_hero.scss */
#hero #full-slideshow .captions .controls {
  margin-left: calc((100vw - 2 * 70px) / 8);
  padding: 10px 0;
  overflow: hidden;
}
/* line 275, ../sass/_hero.scss */
#hero #full-slideshow .captions .controls .control {
  float: left;
  width: 25px;
  height: 25px;
  margin: 10px 0 0 10px;
  cursor: pointer;
}
/* line 282, ../sass/_hero.scss */
#hero #full-slideshow .captions .controls .control img {
  width: 100%;
  height: 100%;
}
/* line 289, ../sass/_hero.scss */
#hero #full-slideshow .captions .caption {
  position: absolute;
  top: 0;
  left: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) + 90px);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
/* line 297, ../sass/_hero.scss */
#hero #full-slideshow .captions .caption .caption-title {
  margin-top: 10px;
}
/* line 301, ../sass/_hero.scss */
#hero #full-slideshow .captions .caption.active {
  opacity: 1;
  pointer-events: all;
}
/* line 308, ../sass/_hero.scss */
#hero #full-slideshow .caption-background {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 130px;
  background-color: white;
  z-index: 1;
}
/* line 319, ../sass/_hero.scss */
#hero #full-slideshow.tall .hero-slideshow {
  height: 100%;
}
/* line 323, ../sass/_hero.scss */
#hero #full-slideshow.tall .logo {
  bottom: -14px;
}
@media only screen and (min-width: 1500px) {
  /* line 332, ../sass/_hero.scss */
  #hero #full-slideshow .captions .controls {
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 336, ../sass/_hero.scss */
  #hero #full-slideshow .captions .caption {
    left: calc(calc(calc((1500px - 2 * 70px) / 8) * 2) + 90px);
  }
}
@media only screen and (max-width: 700px) {
  /* line 346, ../sass/_hero.scss */
  #hero #full-slideshow .captions .controls {
    margin-left: 0;
  }
  /* line 350, ../sass/_hero.scss */
  #hero #full-slideshow .captions .caption {
    left: calc(calc((700px - 2 * 70px) / 6) + 90px);
  }
}
/* line 359, ../sass/_hero.scss */
#hero #small-slideshow {
  position: relative;
  padding: 0 70px;
  max-width: 1500px;
  margin: 0 auto;
}
/* line 365, ../sass/_hero.scss */
#hero #small-slideshow .logo {
  top: -17px;
}
/* line 369, ../sass/_hero.scss */
#hero #small-slideshow .hero-slideshow {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 6) * 0.5);
  margin-left: calc((100vw - 2 * 70px) / 8);
  background-size: cover;
  background-position: center;
  padding-left: 10px;
}
/* line 377, ../sass/_hero.scss */
#hero #small-slideshow .hero-slideshow .slide {
  height: 100%;
  outline: none;
}
/* line 381, ../sass/_hero.scss */
#hero #small-slideshow .hero-slideshow .slide.image-slide {
  background-size: cover;
  background-position: center;
}
/* line 386, ../sass/_hero.scss */
#hero #small-slideshow .hero-slideshow .slide.video-slide iframe {
  width: 100%;
  height: 100%;
}
/* line 391, ../sass/_hero.scss */
#hero #small-slideshow .hero-slideshow .slide.postload {
  opacity: 0;
}
/* line 397, ../sass/_hero.scss */
#hero #small-slideshow .captions {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: 130px;
  margin: 20px 0 0 calc((100vw - 2 * 70px) / 8);
  position: relative;
  padding-left: 10px;
}
/* line 404, ../sass/_hero.scss */
#hero #small-slideshow .captions .caption {
  position: absolute;
  top: 10px;
  opacity: 0;
  width: calc(calc((100vw - 2 * 70px) / 8) * 3);
  transition: opacity 0.3s;
  pointer-events: none;
}
/* line 412, ../sass/_hero.scss */
#hero #small-slideshow .captions .caption .caption-title {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
}
/* line 416, ../sass/_hero.scss */
#hero #small-slideshow .captions .caption .caption-subtitle {
  font-size: 16px;
  line-height: 20px;
}
/* line 421, ../sass/_hero.scss */
#hero #small-slideshow .captions .caption.active {
  opacity: 1;
  pointer-events: all;
}
/* line 428, ../sass/_hero.scss */
#hero #small-slideshow .dots {
  bottom: 125px;
}
@media only screen and (min-width: 1500px) {
  /* line 434, ../sass/_hero.scss */
  #hero #small-slideshow .hero-slideshow {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 6) * 0.5);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 440, ../sass/_hero.scss */
  #hero #small-slideshow .captions {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 444, ../sass/_hero.scss */
  #hero #small-slideshow .captions .caption {
    width: calc(calc((1500px - 2 * 70px) / 8) * 3);
  }
  /* line 447, ../sass/_hero.scss */
  #hero #small-slideshow .captions .caption .caption-title {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 456, ../sass/_hero.scss */
  #hero #small-slideshow .hero-slideshow {
    width: 100%;
    height: calc((calc(calc((700px - 2 * 70px) / 6) * 6) - 70px * 2) * 0.7);
    margin-left: 0;
  }
  /* line 463, ../sass/_hero.scss */
  #hero #small-slideshow .captions {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 467, ../sass/_hero.scss */
  #hero #small-slideshow .captions .caption {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
  }
  /* line 470, ../sass/_hero.scss */
  #hero #small-slideshow .captions .caption .caption-title {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}

/* line 479, ../sass/_hero.scss */
.notification-bar {
  background-color: white;
  position: relative;
  overflow: initial !important;
  margin: inherit !important;
  padding-left: 0 !important;
}
/* line 486, ../sass/_hero.scss */
.notification-bar .hours-container {
  background-color: #f7f7f7;
  position: absolute;
  top: -60px;
  height: 60px;
  left: 60px;
  width: auto;
  z-index: 1;
}
/* line 495, ../sass/_hero.scss */
.notification-bar .hours-container .warning-container {
  width: auto;
  display: inline-block;
  float: left;
  padding: 20px;
  background: #eee;
}
/* line 502, ../sass/_hero.scss */
.notification-bar .hours-container .warning-container img {
  width: 19px;
  height: 19px;
  display: block;
}
/* line 508, ../sass/_hero.scss */
.notification-bar .hours-container .clock-icon {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 20px;
  left: 60px;
}
/* line 517, ../sass/_hero.scss */
.notification-bar .hours-container .time {
  padding-left: 90px;
  margin: 0 auto;
  line-height: 60px;
  padding-right: 60px;
  display: inline-block;
  float: left;
}
/* line 525, ../sass/_hero.scss */
.notification-bar .hours-container .time span {
  line-height: 0;
  margin-left: 50px;
}
/* line 533, ../sass/_hero.scss */
.notification-bar .notification-text {
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 537, ../sass/_hero.scss */
.notification-bar .notification-text span {
  border-bottom: 2px solid black;
  margin-right: 50px;
  padding-right: 40px;
  padding-bottom: 8px;
}

/* line 548, ../sass/_hero.scss */
#magnify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9999;
}
/* line 560, ../sass/_hero.scss */
#magnify-overlay .overlay-slider {
  width: 100%;
  height: 100%;
  padding: 70px 70px 0;
}
/* line 565, ../sass/_hero.scss */
#magnify-overlay .overlay-slider .overlay-slide {
  max-width: 100%;
  max-height: 100%;
  outline: 0;
}
/* line 570, ../sass/_hero.scss */
#magnify-overlay .overlay-slider .overlay-slide img {
  max-width: 100%;
  max-height: calc(100% - 150px);
  margin: 0 auto;
}
/* line 576, ../sass/_hero.scss */
#magnify-overlay .overlay-slider .overlay-slide .overlay-caption {
  height: 130px;
  margin-top: 20px;
}
/* line 583, ../sass/_hero.scss */
#magnify-overlay .overlay-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50px);
  width: 30px;
  height: 30px;
  margin: 20px;
  cursor: pointer;
}
/* line 592, ../sass/_hero.scss */
#magnify-overlay .overlay-arrow img {
  width: 100%;
  height: 100%;
}
/* line 597, ../sass/_hero.scss */
#magnify-overlay .overlay-arrow.left-arrow {
  left: 0;
}
/* line 601, ../sass/_hero.scss */
#magnify-overlay .overlay-arrow.right-arrow {
  right: 0;
}
/* line 606, ../sass/_hero.scss */
#magnify-overlay .close {
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 20px;
  cursor: pointer;
}
/* line 615, ../sass/_hero.scss */
#magnify-overlay .close svg {
  width: 100%;
  height: 100%;
}
/* line 631, ../sass/_hero.scss */
#magnify-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* line 1, ../sass/_row.scss */
.row {
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  overflow: hidden;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 100px;
}
/* line 11, ../sass/_row.scss */
.row .row-header {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 18, ../sass/_row.scss */
.row .row-header .row-title {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}
/* line 27, ../sass/_row.scss */
.row .row-header .row-title.fade {
  opacity: 1;
}
/* line 32, ../sass/_row.scss */
.row .row-header .row-subtitle {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
/* line 39, ../sass/_row.scss */
.row .row-item {
  float: left;
  width: calc((100vw - 2 * 70px) / 8);
  height: 100px;
}
@media only screen and (min-width: 1500px) {
  /* line 39, ../sass/_row.scss */
  .row .row-item {
    width: calc((1500px - 2 * 70px) / 8);
  }
}
@media only screen and (max-width: 700px) {
  /* line 39, ../sass/_row.scss */
  .row .row-item {
    width: calc((700px - 2 * 70px) / 6);
  }
  /* line 52, ../sass/_row.scss */
  .row .row-item.hide-ipad {
    display: none;
  }
}
/* line 58, ../sass/_row.scss */
.row.show-overflow {
  overflow: initial;
}
/* line 62, ../sass/_row.scss */
.row.centerAlign {
  text-align: center;
}

/* line 4, ../sass/_modules.scss */
.module-img-c {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1500px) {
  /* line 4, ../sass/_modules.scss */
  .module-img-c {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 4, ../sass/_modules.scss */
  .module-img-c {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 25, ../sass/_modules.scss */
  .module-img-c:not(.short) {
    height: calc((calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
}
/* line 30, ../sass/_modules.scss */
.module-img-c.floated {
  float: left;
}
/* line 34, ../sass/_modules.scss */
.module-img-c.module-img-large-slider {
  width: auto;
  height: 100%;
}

/* line 40, ../sass/_modules.scss */
.test-row .row-item .test-img {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 46, ../sass/_modules.scss */
.test-row .row-item .test-img img {
  width: 100%;
  height: 100%;
  background-color: green;
}

/* line 57, ../sass/_modules.scss */
.cm-text {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
/* line 64, ../sass/_modules.scss */
.cm-text.animated {
  width: auto;
}
/* line 66, ../sass/_modules.scss */
.cm-text p {
  padding-bottom: 5px;
}
/* line 71, ../sass/_modules.scss */
.cm-text .bottom-border {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  border-bottom: 1px solid #000000;
}

/* line 83, ../sass/_modules.scss */
.cm-1 {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  height: calc((calc((100vw - 2 * 70px) / 8) * 1.5) - 20px);
}
/* line 89, ../sass/_modules.scss */
.cm-1 .cm-text {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  height: 100%;
}
@media only screen and (min-width: 1500px) {
  /* line 83, ../sass/_modules.scss */
  .cm-1 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
    height: calc((calc((1500px - 2 * 70px) / 8) * 1.5) - 20px);
  }
  /* line 102, ../sass/_modules.scss */
  .cm-1 .cm-text {
    float: left;
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
}
@media only screen and (max-width: 1330px) {
  /* line 83, ../sass/_modules.scss */
  .cm-1 {
    width: 100%;
    margin-left: 0;
  }
  /* line 113, ../sass/_modules.scss */
  .cm-1 .module-img-c {
    height: calc(calc((calc((100vw - 2 * 70px) / 8) * 1.5) - 20px) + 50px);
  }
  /* line 121, ../sass/_modules.scss */
  .cm-1 .cm-text {
    width: calc(calc(calc((100vw - 2 * 70px) / 8) * 6) - 30px);
  }
}
@media only screen and (max-width: 1150px) {
  /* line 127, ../sass/_modules.scss */
  .cm-1 .cm-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 83, ../sass/_modules.scss */
  .cm-1 {
    height: calc((calc((100vw - 2 * 70px) / 8) * 2) - 20px);
  }
  /* line 135, ../sass/_modules.scss */
  .cm-1 .module-img-c {
    width: calc(calc((100vw - 2 * 70px) / 8) * 3);
  }
  /* line 138, ../sass/_modules.scss */
  .cm-1 .module-img-c .fade-overlay p {
    font-size: 25px;
    line-height: 32px;
  }
  /* line 144, ../sass/_modules.scss */
  .cm-1 .cm-text {
    width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  }
  /* line 147, ../sass/_modules.scss */
  .cm-1 .cm-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 154, ../sass/_modules.scss */
  .cm-1 .cm-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 83, ../sass/_modules.scss */
  .cm-1 {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    height: calc((calc((700px - 2 * 70px) / 6) * 1.5) - 20px);
    margin-left: 0px;
  }
  /* line 166, ../sass/_modules.scss */
  .cm-1 .module-img-c {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 170, ../sass/_modules.scss */
  .cm-1 .module-img-c .thumbnail {
    padding-bottom: 75% !important;
  }
  /* line 174, ../sass/_modules.scss */
  .cm-1 .cm-text {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
  }
}

/* line 184, ../sass/_modules.scss */
.cm-2, .cm-3 {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
  height: calc((calc((100vw - 2 * 70px) / 8) * 2) - 20px);
  overflow: hidden;
}
/* line 189, ../sass/_modules.scss */
.cm-2 .cm-2-block, .cm-2 .cm-3-left, .cm-3 .cm-2-block, .cm-3 .cm-3-left {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  float: left;
}
/* line 193, ../sass/_modules.scss */
.cm-2 .cm-2-block .cm-text, .cm-2 .cm-3-left .cm-text, .cm-3 .cm-2-block .cm-text, .cm-3 .cm-3-left .cm-text {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  height: 100%;
}
/* line 200, ../sass/_modules.scss */
.cm-2 .cm-3-left.long, .cm-3 .cm-3-left.long {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
}
/* line 203, ../sass/_modules.scss */
.cm-2 .cm-3-left.long .cm-text, .cm-3 .cm-3-left.long .cm-text {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
}
/* line 208, ../sass/_modules.scss */
.cm-2 .cm-3-right, .cm-3 .cm-3-right {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  float: left;
  height: 100%;
}
/* line 213, ../sass/_modules.scss */
.cm-2 .cm-3-right .cm-text, .cm-3 .cm-3-right .cm-text {
  margin-top: 10px;
}
@media only screen and (min-width: 1500px) {
  /* line 184, ../sass/_modules.scss */
  .cm-2, .cm-3 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
    height: calc((calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
  /* line 222, ../sass/_modules.scss */
  .cm-2 .cm-2-block, .cm-2 .cm-3-left, .cm-3 .cm-2-block, .cm-3 .cm-3-left {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
  /* line 225, ../sass/_modules.scss */
  .cm-2 .cm-2-block .cm-text, .cm-2 .cm-3-left .cm-text, .cm-3 .cm-2-block .cm-text, .cm-3 .cm-3-left .cm-text {
    float: left;
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 231, ../sass/_modules.scss */
  .cm-2 .cm-3-left.long, .cm-3 .cm-3-left.long {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
  }
  /* line 234, ../sass/_modules.scss */
  .cm-2 .cm-3-left.long .cm-text, .cm-3 .cm-3-left.long .cm-text {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
  /* line 239, ../sass/_modules.scss */
  .cm-2 .cm-3-right, .cm-3 .cm-3-right {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 184, ../sass/_modules.scss */
  .cm-2, .cm-3 {
    height: calc((calc((calc((700px - 2 * 70px) / 6) * 2) - 20px) * 2) + 20px);
  }
  /* line 247, ../sass/_modules.scss */
  .cm-2 .cm-2-block, .cm-2 .cm-3-left, .cm-3 .cm-2-block, .cm-3 .cm-3-left {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    height: calc((calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
  /* line 251, ../sass/_modules.scss */
  .cm-2 .cm-2-block .cm-text, .cm-2 .cm-3-left .cm-text, .cm-3 .cm-2-block .cm-text, .cm-3 .cm-3-left .cm-text {
    float: left;
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
    height: 100%;
  }
  /* line 257, ../sass/_modules.scss */
  .cm-2 .cm-2-block:last-child, .cm-2 .cm-3-left:last-child, .cm-3 .cm-2-block:last-child, .cm-3 .cm-3-left:last-child {
    margin-top: 20px;
  }
  /* line 262, ../sass/_modules.scss */
  .cm-2 .cm-3-left.long, .cm-3 .cm-3-left.long {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 265, ../sass/_modules.scss */
  .cm-2 .cm-3-left.long .cm-text, .cm-3 .cm-3-left.long .cm-text {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
  }
  /* line 270, ../sass/_modules.scss */
  .cm-2 .cm-3-right, .cm-3 .cm-3-right {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
    height: calc((calc((700px - 2 * 70px) / 6) * 2) - 20px);
    margin-top: 20px;
  }
  /* line 275, ../sass/_modules.scss */
  .cm-2 .cm-3-right:nth-child(2), .cm-3 .cm-3-right:nth-child(2) {
    margin-left: calc((700px - 2 * 70px) / 6);
  }
}

/* line 286, ../sass/_modules.scss */
.cm-4 {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
/* line 292, ../sass/_modules.scss */
.cm-4 > * {
  text-align: left;
}
/* line 296, ../sass/_modules.scss */
.cm-4 .cm-4-item {
  display: inline-block;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  vertical-align: top;
}
/* line 301, ../sass/_modules.scss */
.cm-4 .cm-4-item .cm-text {
  margin-top: 10px;
  text-align: center;
}
/* line 305, ../sass/_modules.scss */
.cm-4 .cm-4-item .cm-text .item-desc, .cm-4 .cm-4-item .cm-text .full-desc, .cm-4 .cm-4-item .cm-text .expand {
  display: none;
}
/* line 312, ../sass/_modules.scss */
.cm-4 .cm-4-item .module-img-c .fade-overlay .overlay-title {
  font-size: 26px;
  line-height: 34px;
}
/* line 318, ../sass/_modules.scss */
.cm-4 .cm-4-item:not(:nth-child(-n + 4)) {
  margin-top: 50px;
}
/* line 323, ../sass/_modules.scss */
.cm-4.detailed {
  padding-bottom: 30px;
}
/* line 326, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text {
  text-align: left;
  padding-bottom: 20px;
}
/* line 330, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text .item-subtitle {
  margin-bottom: 20px;
}
/* line 334, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text .item-desc-container {
  position: relative;
}
/* line 337, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text .item-desc-container .item-desc {
  display: initial;
  transition: opacity 0.3s;
}
/* line 342, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text .item-desc-container .full-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
/* line 352, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text .item-desc-container .expand {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  cursor: pointer;
}
/* line 362, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text .item-desc-container hr {
  position: absolute;
  bottom: -45px;
  width: 100%;
  border-color: #000000;
  border-top: none;
}
/* line 373, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text.expanded .item-desc {
  opacity: 0;
  pointer-events: none;
}
/* line 378, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text.expanded .full-desc {
  opacity: 1;
  pointer-events: all;
}
/* line 383, ../sass/_modules.scss */
.cm-4.detailed .cm-4-item .cm-text.expanded .expand {
  transform: rotate(45deg);
}
@media only screen and (min-width: 1500px) {
  /* line 286, ../sass/_modules.scss */
  .cm-4 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
  }
  /* line 394, ../sass/_modules.scss */
  .cm-4 .cm-4-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 1000px) {
  /* line 402, ../sass/_modules.scss */
  .cm-4 .cm-4-item {
    width: calc(calc(calc((100vw - 2 * 70px) / 8) * 3) - 50px);
  }
  /* line 405, ../sass/_modules.scss */
  .cm-4 .cm-4-item .module-img-c {
    width: calc(calc(calc((100vw - 2 * 70px) / 8) * 3) - 50px);
  }
  /* line 408, ../sass/_modules.scss */
  .cm-4 .cm-4-item .module-img-c .fade-overlay .overlay-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 286, ../sass/_modules.scss */
  .cm-4 {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 419, ../sass/_modules.scss */
  .cm-4 .cm-4-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 422, ../sass/_modules.scss */
  .cm-4 .cm-4-item:not(:nth-child(-n + 3)) {
    margin-top: 50px;
  }
  /* line 426, ../sass/_modules.scss */
  .cm-4 .cm-4-item .module-img-c {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 429, ../sass/_modules.scss */
  .cm-4 .cm-4-item .module-img-c .fade-overlay .overlay-title {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 437, ../sass/_modules.scss */
.cm-4.center {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 2);
}
@media only screen and (min-width: 1500px) {
  /* line 437, ../sass/_modules.scss */
  .cm-4.center {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 437, ../sass/_modules.scss */
  .cm-4.center {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
    margin-left: calc((700px - 2 * 70px) / 6);
  }
}

/* line 457, ../sass/_modules.scss */
.cm-5 {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
/* line 463, ../sass/_modules.scss */
.cm-5 > * {
  text-align: left;
}
/* line 467, ../sass/_modules.scss */
.cm-5 .cm-5-item {
  display: inline-block;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  margin-bottom: 50px;
  vertical-align: top;
}
/* line 473, ../sass/_modules.scss */
.cm-5 .cm-5-item .module-img-c {
  height: calc((calc((100vw - 2 * 70px) / 8) * 2) - 20px);
}
/* line 477, ../sass/_modules.scss */
.cm-5 .cm-5-item .cm-text {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 1500px) {
  /* line 457, ../sass/_modules.scss */
  .cm-5 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
  }
  /* line 486, ../sass/_modules.scss */
  .cm-5 .cm-5-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 489, ../sass/_modules.scss */
  .cm-5 .cm-5-item .module-img-c {
    height: calc((calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
}
@media only screen and (max-width: 700px) {
  /* line 457, ../sass/_modules.scss */
  .cm-5 {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 498, ../sass/_modules.scss */
  .cm-5 .cm-5-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 501, ../sass/_modules.scss */
  .cm-5 .cm-5-item .module-img-c {
    height: calc((calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
}
/* line 507, ../sass/_modules.scss */
.cm-5.center {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 2);
}
@media only screen and (min-width: 1500px) {
  /* line 507, ../sass/_modules.scss */
  .cm-5.center {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 507, ../sass/_modules.scss */
  .cm-5.center {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
    margin-left: calc((700px - 2 * 70px) / 6);
  }
}

/* line 527, ../sass/_modules.scss */
.cm-6 {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
  position: relative;
}
/* line 531, ../sass/_modules.scss */
.cm-6 .cm-6-button {
  position: absolute;
  top: 0;
  width: calc((100vw - 2 * 70px) / 8);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) - 20px);
  cursor: pointer;
}
/* line 538, ../sass/_modules.scss */
.cm-6 .cm-6-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 548, ../sass/_modules.scss */
.cm-6 .cm-6-button.left {
  left: 0;
}
/* line 552, ../sass/_modules.scss */
.cm-6 .cm-6-button.right {
  right: 0;
}
/* line 557, ../sass/_modules.scss */
.cm-6 .cm-6-slider {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: auto;
  margin-left: calc((100vw - 2 * 70px) / 8);
}
/* line 563, ../sass/_modules.scss */
.cm-6 .cm-6-slider .module-6-item {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  height: auto;
  outline: none;
}
/* line 568, ../sass/_modules.scss */
.cm-6 .cm-6-slider .module-6-item .module-img-c {
  height: calc((calc((100vw - 2 * 70px) / 8) * 1.5) - 20px);
}
/* line 571, ../sass/_modules.scss */
.cm-6 .cm-6-slider .module-6-item .module-img-c a {
  outline: none;
}
/* line 576, ../sass/_modules.scss */
.cm-6 .cm-6-slider .module-6-item .cm-text {
  margin-top: 10px;
  text-align: center;
}
/* line 580, ../sass/_modules.scss */
.cm-6 .cm-6-slider .module-6-item .cm-text .item-type {
  padding: 0;
}
/* line 587, ../sass/_modules.scss */
.cm-6.single .module-6-item {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* line 593, ../sass/_modules.scss */
.cm-6.double .cm-6-slider {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 2);
}
@media only screen and (min-width: 1500px) {
  /* line 527, ../sass/_modules.scss */
  .cm-6 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
  }
  /* line 601, ../sass/_modules.scss */
  .cm-6 .cm-6-button {
    width: calc((1500px - 2 * 70px) / 8);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
  /* line 606, ../sass/_modules.scss */
  .cm-6 .cm-6-slider {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 611, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 614, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item .module-img-c {
    height: calc((calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
  /* line 620, ../sass/_modules.scss */
  .cm-6.double .cm-6-slider {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 1360px) {
  /* line 627, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item .module-img-c .fade-overlay p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 634, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item .module-img-c .fade-overlay p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 527, ../sass/_modules.scss */
  .cm-6 {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 644, ../sass/_modules.scss */
  .cm-6 .cm-6-button {
    width: calc((700px - 2 * 70px) / 6);
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
  /* line 649, ../sass/_modules.scss */
  .cm-6 .cm-6-slider {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 655, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 658, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item .module-img-c {
    height: calc((calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
  /* line 661, ../sass/_modules.scss */
  .cm-6 .cm-6-slider .module-6-item .module-img-c .fade-overlay p {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 669, ../sass/_modules.scss */
  .cm-6.double .cm-6-slider {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
    margin-left: calc((700px - 2 * 70px) / 6);
  }
}

/* line 680, ../sass/_modules.scss */
.cm-slideshow {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 6) * 9 / 16 + 100px);
  margin: 0 auto;
  position: relative;
}
/* line 686, ../sass/_modules.scss */
.cm-slideshow .slideshow {
  width: 100%;
}
/* line 689, ../sass/_modules.scss */
.cm-slideshow .slideshow .slide {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 6) * 9 / 16);
  outline: none;
}
/* line 694, ../sass/_modules.scss */
.cm-slideshow .slideshow .slide img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin: auto;
}
/* line 711, ../sass/_modules.scss */
.cm-slideshow .captions {
  position: relative;
}
/* line 714, ../sass/_modules.scss */
.cm-slideshow .captions .caption {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
/* line 723, ../sass/_modules.scss */
.cm-slideshow .captions .caption.active {
  opacity: 1;
  pointer-events: all;
}
/* line 730, ../sass/_modules.scss */
.cm-slideshow .dots {
  position: absolute;
  top: calc(calc(calc((100vw - 2 * 70px) / 8) * 6) * 9 / 16 + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 738, ../sass/_modules.scss */
.cm-slideshow .dots .dot {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
  border: 1px solid #000000;
  transition: background-color 0.5s;
  cursor: pointer;
}
/* line 749, ../sass/_modules.scss */
.cm-slideshow .dots .dot.active {
  background-color: #000000;
}
/* line 756, ../sass/_modules.scss */
.cm-slideshow .arrows {
  position: absolute;
  bottom: 50px;
  right: 0;
}
/* line 761, ../sass/_modules.scss */
.cm-slideshow .arrows .arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  cursor: pointer;
}
/* line 768, ../sass/_modules.scss */
.cm-slideshow .arrows .arrow img {
  width: 100%;
  height: 100%;
}
/* line 773, ../sass/_modules.scss */
.cm-slideshow .arrows .arrow.left {
  left: 0;
}
/* line 777, ../sass/_modules.scss */
.cm-slideshow .arrows .arrow.right {
  right: 0;
}
@media only screen and (min-width: 1500px) {
  /* line 680, ../sass/_modules.scss */
  .cm-slideshow {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 6) * 9 / 16 + 100px);
  }
  /* line 789, ../sass/_modules.scss */
  .cm-slideshow .slideshow .slide {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 6) * 9 / 16);
  }
  /* line 795, ../sass/_modules.scss */
  .cm-slideshow .dots {
    top: calc(calc(calc((1500px - 2 * 70px) / 8) * 6) * 9 / 16 + 15px);
  }
}
@media only screen and (max-width: 700px) {
  /* line 680, ../sass/_modules.scss */
  .cm-slideshow {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 6) * 9 / 16 + 100px);
    margin: 0;
  }
  /* line 808, ../sass/_modules.scss */
  .cm-slideshow .slideshow .slide {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 6) * 9 / 16);
  }
  /* line 814, ../sass/_modules.scss */
  .cm-slideshow .dots {
    top: calc(calc(calc((700px - 2 * 70px) / 6) * 6) * 9 / 16 + 15px);
  }
}

/* line 824, ../sass/_modules.scss */
.youtube-row {
  text-align: center;
}
/* line 827, ../sass/_modules.scss */
.youtube-row iframe {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
/* line 834, ../sass/_modules.scss */
.youtube-row .body-copy-w .body-copy {
  text-align: left;
}
@media only screen and (max-device-width: 667px) {
  /* line 841, ../sass/_modules.scss */
  .youtube-row iframe {
    width: 100%;
    height: 375px;
  }
}

/* line 851, ../sass/_modules.scss */
.cm-logos {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  text-align: center;
  margin-top: 50px;
}
/* line 857, ../sass/_modules.scss */
.cm-logos .logo {
  width: 20%;
  height: 120px;
  vertical-align: top;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 864, ../sass/_modules.scss */
.cm-logos .logo.full-logo {
  width: 100%;
}
/* line 867, ../sass/_modules.scss */
.cm-logos .logo.full-logo img {
  max-height: 80px;
}
/* line 872, ../sass/_modules.scss */
.cm-logos .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 36px;
  display: inline-block;
  vertical-align: middle;
  line-height: 100px;
}
/* line 882, ../sass/_modules.scss */
.cm-logos .logo p {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width: 1500px) {
  /* line 851, ../sass/_modules.scss */
  .cm-logos {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
    /*
    .body-copy {
    	width: $col5-max;
    	margin-left: calc(calc((1500px - 2 * 70px) / 8) / 2);
    }*/
  }
}
@media only screen and (max-width: 700px) {
  /* line 851, ../sass/_modules.scss */
  .cm-logos {
    width: 100%;
    margin-left: 0;
    /*
    .body-copy {
    	//width: $col6-ipad;
    	width:100%;
    	margin-left: 0;
    }*/
  }
}

/* line 920, ../sass/_modules.scss */
.cm-8 {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
}
/* line 923, ../sass/_modules.scss */
.cm-8 .cm-8-section {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
}
/* line 927, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-section-title-c {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
/* line 934, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-section-title-c p {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid black;
}
/* line 940, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-section-title-c .cm-8-plus-c {
  position: absolute;
  right: 10px;
  top: 25%;
  height: 50%;
}
/* line 946, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-section-title-c .cm-8-plus-c img {
  height: 100%;
  transition: transform 0.5s;
}
/* line 951, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-section-title-c .cm-8-plus-c.active img {
  transform: rotate(90deg) !important;
}
/* line 957, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content {
  overflow: hidden;
  height: 0;
}
/* line 961, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 3);
  position: relative;
}
/* line 966, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-content-item-top-c {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
/* line 972, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-content-item-top-c .cm-8-content-item-top {
  border-top: 1px solid black;
  width: 100%;
}
/* line 978, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-img-c {
  width: calc((100vw - 2 * 70px) / 8);
  height: calc((100vw - 2 * 70px) / 8);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  float: left;
}
/* line 987, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 994, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  height: calc((100vw - 2 * 70px) / 8);
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
/* line 1002, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c p {
  width: 100%;
}
/* line 1006, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c .cm-8-download-c {
  position: absolute;
  bottom: 20px;
  width: 100%;
  overflow: hidden;
}
/* line 1012, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c .cm-8-download-c .cm-8-icon-c {
  height: 20px;
  margin-left: 20px;
  margin-right: 40px;
  float: left;
}
/* line 1018, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c .cm-8-download-c .cm-8-icon-c img {
  height: 100%;
}
/* line 1023, ../sass/_modules.scss */
.cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c .cm-8-download-c .cm-8-download {
  float: left;
  width: 200px;
}
@media only screen and (min-width: 1500px) {
  /* line 920, ../sass/_modules.scss */
  .cm-8 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
  }
  /* line 1036, ../sass/_modules.scss */
  .cm-8 .cm-8-section {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 1042, ../sass/_modules.scss */
  .cm-8 .cm-8-section .cm-8-content .cm-8-content-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 3);
  }
  /* line 1045, ../sass/_modules.scss */
  .cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-img-c {
    width: calc((1500px - 2 * 70px) / 8);
    height: calc((1500px - 2 * 70px) / 8);
  }
  /* line 1050, ../sass/_modules.scss */
  .cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
    height: calc((1500px - 2 * 70px) / 8);
  }
}
@media only screen and (max-width: 700px) {
  /* line 920, ../sass/_modules.scss */
  .cm-8 {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 1062, ../sass/_modules.scss */
  .cm-8 .cm-8-section {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0px;
  }
  /* line 1068, ../sass/_modules.scss */
  .cm-8 .cm-8-section .cm-8-content .cm-8-content-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
  }
  /* line 1071, ../sass/_modules.scss */
  .cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-img-c {
    width: calc((700px - 2 * 70px) / 6);
    height: calc((700px - 2 * 70px) / 6);
  }
  /* line 1076, ../sass/_modules.scss */
  .cm-8 .cm-8-section .cm-8-content .cm-8-content-item .cm-8-text-c {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
    height: calc((700px - 2 * 70px) / 6);
  }
}

/* line 1089, ../sass/_modules.scss */
.cm-9 {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 2);
  position: relative;
}
/* line 1094, ../sass/_modules.scss */
.cm-9 .form-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  padding: 0 10px;
  margin-bottom: 30px;
  position: relative;
}
/* line 1100, ../sass/_modules.scss */
.cm-9 .form-row input[type="text"] {
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}
/* line 42, ../sass/_global.scss */
.cm-9 .form-row ::-webkit-input-placeholder {
  color: #000000;
}
/* line 43, ../sass/_global.scss */
.cm-9 .form-row :-moz-placeholder {
  color: #000000;
}
/* line 44, ../sass/_global.scss */
.cm-9 .form-row ::-moz-placeholder {
  color: #000000;
}
/* line 45, ../sass/_global.scss */
.cm-9 .form-row :-ms-input-placeholder {
  color: #000000;
}
/* line 1112, ../sass/_modules.scss */
.cm-9 .form-row.textarea textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #000000;
  padding: 5px;
  margin-top: 20px;
}
/* line 1120, ../sass/_modules.scss */
.cm-9 .form-row.textarea.required:before {
  top: 20px;
}
/* line 1125, ../sass/_modules.scss */
.cm-9 .form-row.half {
  display: inline-block;
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) - 2px);
}
/* line 1130, ../sass/_modules.scss */
.cm-9 .form-row.file {
  position: relative;
  cursor: pointer;
}
/* line 1134, ../sass/_modules.scss */
.cm-9 .form-row.file img {
  position: absolute;
  top: 3px;
  left: 10px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 1144, ../sass/_modules.scss */
.cm-9 .form-row.file label {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #000000;
  padding: 0 0 5px 25px;
}
/* line 1151, ../sass/_modules.scss */
.cm-9 .form-row.file input {
  display: none;
}
/* line 1155, ../sass/_modules.scss */
.cm-9 .form-row.file .mobile-9-button {
  display: none;
}
/* line 1162, ../sass/_modules.scss */
.cm-9 .form-row.checkboxes .option, .cm-9 .form-row.radio-buttons .option {
  margin-top: 10px;
}
/* line 1165, ../sass/_modules.scss */
.cm-9 .form-row.checkboxes .option label, .cm-9 .form-row.radio-buttons .option label {
  cursor: pointer;
}
/* line 1173, ../sass/_modules.scss */
.cm-9 .form-row.dropdown select {
  margin-top: 10px;
}
/* line 1178, ../sass/_modules.scss */
.cm-9 .form-row.required:before {
  content: "*";
  display: block;
  position: absolute;
  left: -3px;
  color: red;
}
/* line 1187, ../sass/_modules.scss */
.cm-9 .submit-button {
  cursor: pointer;
}
/* line 1191, ../sass/_modules.scss */
.cm-9 .help-text {
  position: absolute;
  margin-top: 20px;
  width: 100%;
  height: 100px;
}
/* line 1197, ../sass/_modules.scss */
.cm-9 .help-text p {
  position: absolute;
  top: 0;
  opacity: 0;
}
/* line 1202, ../sass/_modules.scss */
.cm-9 .help-text p.active {
  opacity: 1;
}
/* line 1206, ../sass/_modules.scss */
.cm-9 .help-text p.error {
  color: #AA3333;
}
@media only screen and (min-width: 1500px) {
  /* line 1089, ../sass/_modules.scss */
  .cm-9 {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 1216, ../sass/_modules.scss */
  .cm-9 .form-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
  /* line 1219, ../sass/_modules.scss */
  .cm-9 .form-row.half {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 1224, ../sass/_modules.scss */
  .cm-9 .submit-button-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
  /* line 1227, ../sass/_modules.scss */
  .cm-9 .submit-button-row .submit-button-c {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 1089, ../sass/_modules.scss */
  .cm-9 {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0px;
  }
  /* line 1237, ../sass/_modules.scss */
  .cm-9 .form-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 1240, ../sass/_modules.scss */
  .cm-9 .form-row.half {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 1245, ../sass/_modules.scss */
  .cm-9 .submit-button-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 1248, ../sass/_modules.scss */
  .cm-9 .submit-button-row .submit-button-c {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 1089, ../sass/_modules.scss */
  .cm-9 {
    width: 100%;
    margin-left: 0px;
  }
  /* line 1258, ../sass/_modules.scss */
  .cm-9 .form-row {
    width: 100%;
  }
  /* line 1261, ../sass/_modules.scss */
  .cm-9 .form-row.required:before {
    font-size: 35px;
  }
  /* line 1265, ../sass/_modules.scss */
  .cm-9 .form-row input {
    font-size: 30px;
    border-radius: 0;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  /* line 1272, ../sass/_modules.scss */
  .cm-9 .form-row.half {
    width: 100%;
  }
  /* line 1276, ../sass/_modules.scss */
  .cm-9 .form-row.textarea textarea {
    font-size: 30px;
    height: 300px;
  }
  /* line 1281, ../sass/_modules.scss */
  .cm-9 .form-row.checkboxes {
    margin-bottom: 80px;
  }
  /* line 1284, ../sass/_modules.scss */
  .cm-9 .form-row.checkboxes .body-copy {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  /* line 1289, ../sass/_modules.scss */
  .cm-9 .form-row.checkboxes .option {
    margin-bottom: 20px;
  }
  /* line 1292, ../sass/_modules.scss */
  .cm-9 .form-row.checkboxes .option label {
    font-size: 35px;
  }
  /* line 1296, ../sass/_modules.scss */
  .cm-9 .form-row.checkboxes .option label input[type="checkbox"] {
    width: 35px;
    height: 35px;
    padding-right: 20px;
  }
  /* line 1305, ../sass/_modules.scss */
  .cm-9 .form-row.dropdown {
    margin-bottom: 80px;
  }
  /* line 1308, ../sass/_modules.scss */
  .cm-9 .form-row.dropdown .body-copy {
    padding-left: 20px;
  }
  /* line 1312, ../sass/_modules.scss */
  .cm-9 .form-row.dropdown select {
    width: 100%;
  }
  /* line 1317, ../sass/_modules.scss */
  .cm-9 .form-row.file {
    padding-bottom: 50px;
    border-bottom: 1px solid black;
    margin-bottom: 50px;
  }
  /* line 1322, ../sass/_modules.scss */
  .cm-9 .form-row.file img {
    display: none;
  }
  /* line 1326, ../sass/_modules.scss */
  .cm-9 .form-row.file .body-copy {
    border-bottom: none;
    margin-bottom: 20px;
    font-size: 30px;
  }
  /* line 1332, ../sass/_modules.scss */
  .cm-9 .form-row.file .mobile-9-button {
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    background-color: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  /* line 1344, ../sass/_modules.scss */
  .cm-9 .buttons .button {
    width: calc(100% - 40px) !important;
    left: 0px !important;
  }
  /* line 1349, ../sass/_modules.scss */
  .cm-9 .help-text {
    height: 290px;
    position: relative;
  }
  /* line 1353, ../sass/_modules.scss */
  .cm-9 .help-text p {
    font-size: 30px;
  }
  /* line 1358, ../sass/_modules.scss */
  .cm-9 .submit-button-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 1361, ../sass/_modules.scss */
  .cm-9 .submit-button-row .submit-button-c {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
  }
}

/* line 1371, ../sass/_modules.scss */
.body-copy-w {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  overflow: hidden;
}
/* line 1376, ../sass/_modules.scss */
.body-copy-w .body-copy {
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) / 2);
  padding-left: 20px;
}
/* line 1381, ../sass/_modules.scss */
.body-copy-w .body-copy a, .body-copy-w .body-copy a em, .body-copy-w .body-copy em a {
  font-weight: bold;
  transition: color 0.2s;
}
/* line 1387, ../sass/_modules.scss */
.body-copy-w .body-copy a:hover, .body-copy-w .body-copy a em:hover, .body-copy-w .body-copy em a:hover {
  color: #AAAAAA;
}
/* line 1392, ../sass/_modules.scss */
.body-copy-w .body-copy img {
  max-width: 100%;
}
/* line 1397, ../sass/_modules.scss */
.body-copy-w.logo-body-copy .body-copy {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1500px) {
  /* line 1371, ../sass/_modules.scss */
  .body-copy-w {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 1407, ../sass/_modules.scss */
  .body-copy-w .body-copy {
    width: calc(calc((1500px - 2 * 70px) / 8) * 5);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) / 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 1371, ../sass/_modules.scss */
  .body-copy-w {
    width: 100%;
    margin-left: 0;
  }
  /* line 1419, ../sass/_modules.scss */
  .body-copy-w .body-copy {
    width: 100%;
    margin-left: 0;
  }
}

/* line 1430, ../sass/_modules.scss */
.buttons {
  text-align: center;
}
/* line 1433, ../sass/_modules.scss */
.buttons .button {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  margin: 0 10px;
}
@media only screen and (min-width: 1500px) {
  /* line 1440, ../sass/_modules.scss */
  .buttons .button {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 1447, ../sass/_modules.scss */
  .buttons .button {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}

/* line 1456, ../sass/_modules.scss */
.contact-module {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media only screen and (min-width: 1500px) {
  /* line 1456, ../sass/_modules.scss */
  .contact-module {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
  }
}

/* line 1472, ../sass/_modules.scss */
.video-module .header-container {
  width: 5%;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 1477, ../sass/_modules.scss */
.video-module .header-container p {
  font-weight: bold;
  border-bottom: 1px solid black;
}
/* line 1484, ../sass/_modules.scss */
.video-module .row-title {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #eee;
}
/* line 1490, ../sass/_modules.scss */
.video-module .video-container {
  width: calc(50% - 10px);
  float: left;
}
/* line 1494, ../sass/_modules.scss */
.video-module .video-container:nth-child(2) {
  margin-left: 20px;
}
/* line 1498, ../sass/_modules.scss */
.video-module .video-container .thumbnail {
  width: 100%;
}
/* line 1502, ../sass/_modules.scss */
.video-module .video-container .title-caption {
  padding: 10px 0;
}
/* line 1506, ../sass/_modules.scss */
.video-module .video-container .caption {
  padding: 10px 0;
}
/* line 1510, ../sass/_modules.scss */
.video-module .video-container .vm {
  cursor: pointer;
}
/* line 1515, ../sass/_modules.scss */
.video-module .btn-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

/* line 1527, ../sass/_modules.scss */
.online-express-module {
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  margin-left: calc(calc(calc((100vw - 2 * 70px) / 8) * 3) / 2);
}
@media only screen and (min-width: 1500px) {
  /* line 1533, ../sass/_modules.scss */
  .online-express-module .online-express-module {
    width: calc(calc((1500px - 2 * 70px) / 8) * 5);
    margin-left: calc(calc(calc((1500px - 2 * 70px) / 8) * 3) / 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 1541, ../sass/_modules.scss */
  .online-express-module .online-express-module {
    width: calc(calc((700px - 2 * 70px) / 6) * 5);
    margin-left: calc(calc(calc((700px - 2 * 70px) / 6) * 3) / 2);
  }
}

/* line 1551, ../sass/_modules.scss */
.cm-event-grid {
  width: calc(calc((100vw - 2 * 70px) / 8) * 8);
  font-size: 0;
  text-align: center;
}
/* line 1556, ../sass/_modules.scss */
.cm-event-grid > * {
  text-align: left;
}
/* line 1560, ../sass/_modules.scss */
.cm-event-grid .cm-event-grid-item {
  display: inline-block;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  margin-bottom: 50px;
  vertical-align: top;
}
/* line 1566, ../sass/_modules.scss */
.cm-event-grid .cm-event-grid-item .cm-text {
  margin-top: 10px;
  position: relative;
}
/* line 1570, ../sass/_modules.scss */
.cm-event-grid .cm-event-grid-item .cm-text .small-info {
  width: 100%;
  overflow: hidden;
}
/* line 1574, ../sass/_modules.scss */
.cm-event-grid .cm-event-grid-item .cm-text .small-info .tag {
  float: left;
}
/* line 1578, ../sass/_modules.scss */
.cm-event-grid .cm-event-grid-item .cm-text .small-info .item-time {
  float: right;
}
@media only screen and (min-width: 1500px) {
  /* line 1551, ../sass/_modules.scss */
  .cm-event-grid {
    width: calc(calc((1500px - 2 * 70px) / 8) * 8);
  }
  /* line 1588, ../sass/_modules.scss */
  .cm-event-grid .cm-event-grid-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 1551, ../sass/_modules.scss */
  .cm-event-grid {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 1596, ../sass/_modules.scss */
  .cm-event-grid .cm-event-grid-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}

/* line 1608, ../sass/_modules.scss */
.embed-module {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 2);
}
/* line 1612, ../sass/_modules.scss */
.embed-module > * {
  min-height: 400px;
}
@media only screen and (min-width: 1500px) {
  /* line 1608, ../sass/_modules.scss */
  .embed-module {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 1608, ../sass/_modules.scss */
  .embed-module {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
}

/* line 3, ../sass/_article.scss */
#article #hero #hero-title hr {
  width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* line 10, ../sass/_article.scss */
#article .row {
  margin-bottom: 50px;
}
/* line 14, ../sass/_article.scss */
#article .body-copy .author {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
/* line 21, ../sass/_article.scss */
#article .blog-image {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: 400px;
  margin-left: calc((100vw - 2 * 70px) / 8);
  position: relative;
}
/* line 27, ../sass/_article.scss */
#article .blog-image .fw-img-c, #article .blog-image .large-text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 33, ../sass/_article.scss */
#article .blog-image .fw-img-c {
  width: 50%;
  padding-right: 20px;
}
/* line 37, ../sass/_article.scss */
#article .blog-image .fw-img-c img {
  max-width: 100%;
  max-height: 100%;
}
/* line 42, ../sass/_article.scss */
#article .blog-image .fw-img-c .img-caption {
  margin-top: 5px;
}
/* line 47, ../sass/_article.scss */
#article .blog-image .large-text-container {
  right: 0;
  width: 50%;
  padding-left: 20px;
  text-align: center;
}
/* line 53, ../sass/_article.scss */
#article .blog-image .large-text-container hr {
  width: 50%;
  margin: 20px auto;
}
@media only screen and (min-width: 1500px) {
  /* line 62, ../sass/_article.scss */
  #article .blog-image {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
}
@media only screen and (max-width: 700px) {
  /* line 69, ../sass/_article.scss */
  #article .blog-image {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
}

/* line 1, ../sass/_wysiwyg.scss */
.bullet-point {
  display: inline-block;
  margin-left: calc(calc((100vw - 2 * 70px) / 8) / 2);
  position: relative;
}
/* line 6, ../sass/_wysiwyg.scss */
.bullet-point .bullet {
  position: absolute;
  left: -20px;
}

/* line 12, ../sass/_wysiwyg.scss */
.wysiwyg-img {
  margin: 10px 40px 10px 0;
}

/* line 18, ../sass/_wysiwyg.scss */
.blockquote {
  display: block;
  padding: 0 80px;
  font-style: italic;
}

/* line 24, ../sass/_wysiwyg.scss */
table {
  border-width: 0 0 1px 1px;
  border-color: #000000;
  border-spacing: 0;
}
/* line 29, ../sass/_wysiwyg.scss */
table td {
  border-width: 1px 1px 0 0;
  border-color: #000000;
  padding: 10px;
}

/* line 36, ../sass/_wysiwyg.scss */
.description a {
  transition: color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35);
  font-family: roboto_bold;
}
/* line 39, ../sass/_wysiwyg.scss */
.description a:hover {
  color: #797878;
}

/* line 1, ../sass/_filters.scss */
#filters {
  height: 50px;
  position: relative;
  margin: 0 70px;
  overflow: hidden;
}
/* line 7, ../sass/_filters.scss */
#filters .filters-content {
  background-color: #EEEEEE;
  margin-top: 50px;
}
/* line 11, ../sass/_filters.scss */
#filters .filters-content .filters {
  display: inline-block;
  vertical-align: top;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding-bottom: 20px;
  position: relative;
  top: -50px;
}
/* line 19, ../sass/_filters.scss */
#filters .filters-content .filters .active-filter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 20px;
  line-height: 50px;
  transition: color 0.3s;
  cursor: pointer;
}
/* line 29, ../sass/_filters.scss */
#filters .filters-content .filters .active-filter span {
  padding-right: 10px;
}
/* line 33, ../sass/_filters.scss */
#filters .filters-content .filters .active-filter svg {
  position: absolute;
  right: -20px;
  width: 20px;
  height: 50px;
}
/* line 39, ../sass/_filters.scss */
#filters .filters-content .filters .active-filter svg * {
  transition: stroke 0.3s;
}
/* line 44, ../sass/_filters.scss */
#filters .filters-content .filters .active-filter:hover {
  color: #AAAAAA;
}
/* line 47, ../sass/_filters.scss */
#filters .filters-content .filters .active-filter:hover svg * {
  stroke: #AAAAAA;
}
/* line 53, ../sass/_filters.scss */
#filters .filters-content .filters .filter {
  padding-left: 50%;
  margin-bottom: 5px;
  color: #AAAAAA;
  opacity: 0;
  pointer-events: none;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
}
/* line 62, ../sass/_filters.scss */
#filters .filters-content .filters .filter.active {
  opacity: 1;
  pointer-events: all;
}
/* line 67, ../sass/_filters.scss */
#filters .filters-content .filters .filter:hover {
  color: #000000;
}
/* line 72, ../sass/_filters.scss */
#filters .filters-content .filters:first-child {
  margin-left: calc((100vw - 2 * 70px) / 8);
}
/* line 78, ../sass/_filters.scss */
#filters.expand {
  height: auto;
}

/* line 1, ../sass/_online-express.scss */
.oe-c {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  overflow: hidden;
}
/* line 6, ../sass/_online-express.scss */
.oe-c .oe-icon-c {
  float: left;
  width: calc((100vw - 2 * 70px) / 8);
  padding-left: 10px;
  padding-right: 10px;
}
/* line 12, ../sass/_online-express.scss */
.oe-c .oe-icon-c .oe-icon-top {
  width: 100%;
  border-top: 1px solid black;
}
/* line 18, ../sass/_online-express.scss */
.oe-c .oe-content-c {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  padding-left: 10px;
  padding-right: 10px;
}
/* line 28, ../sass/_online-express.scss */
.oe-c .oe-content-c #bbox-root #mongo-form .BBFormContainer {
  padding: 0px;
}
/* line 35, ../sass/_online-express.scss */
.oe-c .oe-content-c #bbox-root #mongo-form .BBFormContainer #bboxevent_divForm #BBPanelHeading .BBFormSection {
  margin: 0px;
}
/* line 44, ../sass/_online-express.scss */
.oe-c .oe-content-c #bbox-root #mongo-form .BBFormContainer #bboxevent_divForm #BBPanelHeading .BBFormSection fieldset legend .BBFormTitle label {
  font-family: roboto_medium;
}

/* line 3, ../sass/_preserve-aspect-ratio-hero.scss */
#hero.preserve-aspect-ratio-hero #small-slideshow .hero-slideshow {
  position: relative;
}
/* line 6, ../sass/_preserve-aspect-ratio-hero.scss */
#hero.preserve-aspect-ratio-hero #small-slideshow .hero-slideshow .slide {
  position: relative;
}
/* line 9, ../sass/_preserve-aspect-ratio-hero.scss */
#hero.preserve-aspect-ratio-hero #small-slideshow .hero-slideshow .slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 9, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 14, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide .title {
  border: none;
}
/* line 17, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide .title span {
  display: block;
}
/* line 20, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide .title span.section {
  padding-bottom: 20px;
}
/* line 24, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide .title span.subtitle {
  padding-top: 20px;
}
/* line 29, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide .title.white span.subtitle {
  border-top: 1px solid white;
}
/* line 33, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .slide .title.black span.subtitle {
  border-top: 1px solid #000000;
}
/* line 39, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .logo {
  bottom: 116px;
}
/* line 43, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .captions {
  padding-left: 60px;
}
/* line 46, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .captions .caption {
  left: auto;
  padding: 0 10px;
}
/* line 50, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .captions .caption p {
  display: inline-block;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding: 20px 0 5px;
  margin-right: 20px;
  border-bottom: 1px solid #000000;
  vertical-align: bottom;
}
/* line 58, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .captions .caption p.caption-title {
  width: calc(calc((100vw - 2 * 70px) / 8) * 1.5);
}
/* line 65, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  z-index: 2;
  animation: bob 1.25s infinite ease-in-out;
  cursor: pointer;
}
@keyframes bob {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 50px;
  }
}
/* line 93, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .dots {
  -webkit-transform: none;
  transform: none;
  padding-left: 10px;
}
/* line 99, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .notification {
  position: absolute;
  bottom: 130px;
  left: 60px;
  height: 50px;
  background-color: #EEEEEE;
}
/* line 106, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .notification .icon {
  float: left;
  width: 50px;
  height: 50px;
  padding: 15px;
}
/* line 113, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .notification .text {
  float: left;
  line-height: 50px;
  padding-right: 20px;
}
/* line 118, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .notification .text .spacing {
  display: inline-block;
  width: 30px;
}
/* line 124, ../sass/unique/_home.scss */
#hero.homepage-hero #full-slideshow .notification .notification-icon {
  position: absolute;
  left: 100%;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: white;
}

/* line 190, ../sass/unique/_home.scss */
.visit-location-w, .visit-hours-w, .visit-admission-w {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 196, ../sass/unique/_home.scss */
.visit-location-w.centerAlign, .visit-hours-w.centerAlign, .visit-admission-w.centerAlign {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-left: 0px;
}
/* line 203, ../sass/unique/_home.scss */
.visit-location-w .visit-item-title, .visit-hours-w .visit-item-title, .visit-admission-w .visit-item-title {
  width: 100%;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 210, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text, .visit-hours-w .visit-item-text, .visit-admission-w .visit-item-text {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 215, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text .visit-item-row, .visit-hours-w .visit-item-text .visit-item-row, .visit-admission-w .visit-item-text .visit-item-row {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 220, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text .visit-item-text-left, .visit-hours-w .visit-item-text .visit-item-text-left, .visit-admission-w .visit-item-text .visit-item-text-left {
  float: left;
  width: 25%;
}
/* line 225, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text .visit-item-text-left-big, .visit-hours-w .visit-item-text .visit-item-text-left-big, .visit-admission-w .visit-item-text .visit-item-text-left-big {
  float: left;
  width: 75%;
  padding-right: 10px;
}
/* line 231, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text .visit-item-text-right, .visit-hours-w .visit-item-text .visit-item-text-right, .visit-admission-w .visit-item-text .visit-item-text-right {
  float: left;
  width: 75%;
  padding-left: 10px;
}
/* line 238, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text .visit-item-text-right-small, .visit-hours-w .visit-item-text .visit-item-text-right-small, .visit-admission-w .visit-item-text .visit-item-text-right-small {
  float: left;
  width: 25%;
}
/* line 243, ../sass/unique/_home.scss */
.visit-location-w .visit-item-text .note, .visit-hours-w .visit-item-text .note, .visit-admission-w .visit-item-text .note {
  color: #AAAAAA;
}
@media only screen and (min-width: 1500px) {
  /* line 190, ../sass/unique/_home.scss */
  .visit-location-w, .visit-hours-w, .visit-admission-w {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 190, ../sass/unique/_home.scss */
  .visit-location-w, .visit-hours-w, .visit-admission-w {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}

/* line 258, ../sass/unique/_home.scss */
.visit-location-w {
  margin-left: calc((100vw - 2 * 70px) / 8);
}
@media only screen and (min-width: 1500px) {
  /* line 258, ../sass/unique/_home.scss */
  .visit-location-w {
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
}
@media only screen and (max-width: 700px) {
  /* line 258, ../sass/unique/_home.scss */
  .visit-location-w {
    margin-left: 0;
  }
}

/* line 277, ../sass/unique/_home.scss */
#homepage_visit .row-title {
  border-bottom: 2px solid black;
}

/* line 281, ../sass/unique/_home.scss */
.visit-buttons {
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  float: left;
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 2);
}
/* line 286, ../sass/unique/_home.scss */
.visit-buttons .visit-button-w {
  float: left;
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) - 20px);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 40px;
  background-color: #EEEEEE;
  margin-right: 20px;
}
/* line 296, ../sass/unique/_home.scss */
.visit-buttons .visit-button-w p {
  height: 40px;
  line-height: 40px;
}
/* line 301, ../sass/unique/_home.scss */
.visit-buttons .visit-button-w img {
  float: left;
  width: 40px;
  padding: 15px 15px 15px 10px;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 1500px) {
  /* line 281, ../sass/unique/_home.scss */
  .visit-buttons {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 314, ../sass/unique/_home.scss */
  .visit-buttons .visit-button-w {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}

/* line 1, ../sass/unique/_whats-on.scss */
#whats-on #hero.whats-on-hero .title .captions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: transparent;
}
/* line 8, ../sass/unique/_whats-on.scss */
#whats-on #hero.whats-on-hero .title .captions .caption {
  width: 100%;
  left: 0;
}
/* line 12, ../sass/unique/_whats-on.scss */
#whats-on #hero.whats-on-hero .title .captions .caption.caption-title {
  top: 10px;
}
/* line 16, ../sass/unique/_whats-on.scss */
#whats-on #hero.whats-on-hero .title .captions .caption.caption-subtitle {
  top: 50px;
}

/* line 3, ../sass/unique/_calendar.scss */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 415px;
  height: 100vh;
  background-color: #EEEEEE;
  padding: 0 20px 0 90px;
}
@media only screen and (max-width: 1000px) {
  /* line 3, ../sass/unique/_calendar.scss */
  #sidebar {
    display: none;
  }
}
/* line 16, ../sass/unique/_calendar.scss */
#sidebar .contents {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 21, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector {
  position: absolute;
  top: 36.5%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
/* line 31, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .header {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
/* line 36, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .header p {
  float: left;
  line-height: 30px;
  font-size: 26px;
}
/* line 42, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .header .arrow {
  float: right;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 10px;
  cursor: pointer;
}
/* line 51, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .weekdays {
  width: 100%;
  height: 30px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #000000;
}
/* line 58, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .weekdays p {
  float: left;
  width: 14.25%;
  text-align: center;
  line-height: 30px;
}
/* line 66, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .day {
  float: left;
  width: 14.25%;
  height: 41px;
  line-height: 41px;
  text-align: center;
}
/* line 73, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .day.gray {
  color: #AAAAAA;
}
/* line 77, ../sass/unique/_calendar.scss */
#sidebar .contents #date-selector .day.highlighted {
  background-color: white;
}

/* line 85, ../sass/unique/_calendar.scss */
#calendar {
  width: calc(100vw - 415px);
  min-height: 100vh;
  max-width: 1085px;
  min-width: 285px;
  margin-left: 415px;
  position: relative;
  padding-right: 70px;
}
@media only screen and (max-width: 1000px) {
  /* line 85, ../sass/unique/_calendar.scss */
  #calendar {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
/* line 99, ../sass/unique/_calendar.scss */
#calendar .type-row {
  margin-left: 20px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
/* line 105, ../sass/unique/_calendar.scss */
#calendar .type-row .type {
  display: inline-block;
  padding: 15px 50px;
  color: #AAAAAA;
  transition: color 0.3s;
  cursor: pointer;
}
/* line 112, ../sass/unique/_calendar.scss */
#calendar .type-row .type.active, #calendar .type-row .type:hover {
  color: #000000;
}
/* line 118, ../sass/unique/_calendar.scss */
#calendar .selection-row {
  position: relative;
  height: 50px;
  padding-left: 20px;
  display: none;
}
/* line 124, ../sass/unique/_calendar.scss */
#calendar .selection-row p {
  line-height: 30px;
}
/* line 128, ../sass/unique/_calendar.scss */
#calendar .selection-row .archive-anchor {
  pointer-events: none;
}
/* line 131, ../sass/unique/_calendar.scss */
#calendar .selection-row .archive-anchor .archive-link {
  position: absolute;
  padding: 10px 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35);
}
/* line 138, ../sass/unique/_calendar.scss */
#calendar .selection-row .archive-anchor.active {
  pointer-events: all;
}
/* line 141, ../sass/unique/_calendar.scss */
#calendar .selection-row .archive-anchor.active .archive-link {
  opacity: 1;
}
/* line 147, ../sass/unique/_calendar.scss */
#calendar .selection-row .filter {
  position: absolute;
  top: 0;
  left: calc(100% - 350px);
  padding: 10px 0;
  cursor: pointer;
}
/* line 154, ../sass/unique/_calendar.scss */
#calendar .selection-row .filter p {
  float: left;
}
/* line 158, ../sass/unique/_calendar.scss */
#calendar .selection-row .filter img {
  width: 32px;
  height: 32px;
  padding: 6px;
}
/* line 165, ../sass/unique/_calendar.scss */
#calendar .selection-row .view-icons {
  float: right;
}
/* line 168, ../sass/unique/_calendar.scss */
#calendar .selection-row .view-icons .view-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 15px;
  transition: background-color 0.3s;
  cursor: pointer;
  float: left;
}
/* line 177, ../sass/unique/_calendar.scss */
#calendar .selection-row .view-icons .view-icon img {
  width: 20px;
  height: 20px;
}
/* line 182, ../sass/unique/_calendar.scss */
#calendar .selection-row .view-icons .view-icon.active, #calendar .selection-row .view-icons .view-icon:hover {
  background-color: #EEEEEE;
}
/* line 186, ../sass/unique/_calendar.scss */
#calendar .selection-row .view-icons .view-icon.hidden {
  display: none;
}
/* line 195, ../sass/unique/_calendar.scss */
#calendar .selection-row.active {
  display: block;
}
/* line 200, ../sass/unique/_calendar.scss */
#calendar .filter-row {
  margin-bottom: 50px;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 207, ../sass/unique/_calendar.scss */
#calendar .filter-row .filter-container {
  padding: 10px 0 50px;
  background-color: #EEEEEE;
}
/* line 211, ../sass/unique/_calendar.scss */
#calendar .filter-row .filter-container .filters {
  margin-left: calc(100% - 350px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
/* line 216, ../sass/unique/_calendar.scss */
#calendar .filter-row .filter-container .filters .filter {
  padding: 5px 0;
  color: #AAAAAA;
  cursor: pointer;
}
/* line 221, ../sass/unique/_calendar.scss */
#calendar .filter-row .filter-container .filters .filter.active, #calendar .filter-row .filter-container .filters .filter:hover {
  color: #000000;
}
/* line 230, ../sass/unique/_calendar.scss */
#calendar .filter-row.active .filters {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}
/* line 236, ../sass/unique/_calendar.scss */
#calendar .filter-row.hidden {
  display: none;
}
/* line 243, ../sass/unique/_calendar.scss */
#calendar .content #events {
  font-size: 0;
}
/* line 246, ../sass/unique/_calendar.scss */
#calendar .content #events .month-button-row {
  float: left;
  width: 100%;
}
/* line 250, ../sass/unique/_calendar.scss */
#calendar .content #events .month-button-row .next-month-button {
  width: calc(50% - 20px);
  background-color: #efefef;
  margin-left: 20px;
  margin-bottom: 50px;
  cursor: pointer;
  text-align: center;
  float: right;
}
/* line 260, ../sass/unique/_calendar.scss */
#calendar .content #events .month-button-row .next-month-button p {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  line-height: 14px;
  font-family: roboto_regular;
}
/* line 270, ../sass/unique/_calendar.scss */
#calendar .content #events .month-button-row .next-month-button img {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
}
/* line 279, ../sass/unique/_calendar.scss */
#calendar .content #events .month-button-row .next-month-button.pmb p {
  margin-right: 0px;
}
/* line 282, ../sass/unique/_calendar.scss */
#calendar .content #events .month-button-row .next-month-button.pmb img {
  margin-right: 30px;
}
@media only screen and (max-device-width: 667px) {
  /* line 250, ../sass/unique/_calendar.scss */
  #calendar .content #events .month-button-row .next-month-button {
    width: calc(100% - 40px);
    float: none;
  }
  /* line 291, ../sass/unique/_calendar.scss */
  #calendar .content #events .month-button-row .next-month-button p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
    line-height: 26px;
  }
  /* line 298, ../sass/unique/_calendar.scss */
  #calendar .content #events .month-button-row .next-month-button img {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
/* line 307, ../sass/unique/_calendar.scss */
#calendar .content #events.grid {
  				/*
  				.next-month-button {
  					width:calc(100% - 20px);
  					//height:50px;
  					background-color:#efefef;
  					margin-left:20px;
  					margin-bottom:50px;
  					cursor: pointer;
  					text-align: center;
  
  					p {
  						padding-top:10px;
  						padding-bottom:10px;
  						display:inline-block;
  						margin-right:30px;
  						font-size: 14px;
  						line-height:14px;
  					}
  
  					img {
  						width:12px;
  						height:12px;
  						display:inline-block;
  						position:relative;
  						top:1px;
  					}
  
  					&.pmb {
  						p {
  							margin-right: 0px;
  						}
  						img {
  							margin-right:30px;
  						}
  					}
  
  					@media only screen and (max-device-width : 667px) {
  						width:calc(100% - 40px);
  
  						p {
  							padding-top:15px;
  							padding-bottom:15px;
  							font-size: 26px;
  							line-height:26px;
  						}
  
  						img {
  							width:20px;
  							height:20px;
  							top:2px;
  						}
  					}
  				}*/
}
/* line 309, ../sass/unique/_calendar.scss */
#calendar .content #events.grid .event {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-left: 20px;
  margin-bottom: 50px;
}
/* line 317, ../sass/unique/_calendar.scss */
#calendar .content #events.grid .event .top-row {
  overflow: hidden;
  margin-top: 10px;
}
/* line 321, ../sass/unique/_calendar.scss */
#calendar .content #events.grid .event .top-row .tag {
  float: left;
}
/* line 325, ../sass/unique/_calendar.scss */
#calendar .content #events.grid .event .top-row .time {
  float: right;
}
/* line 330, ../sass/unique/_calendar.scss */
#calendar .content #events.grid .event .title {
  margin-bottom: 5px;
}
/* line 390, ../sass/unique/_calendar.scss */
#calendar .content #events.list {
  				/*
  
  				.next-month-button {
  					width:calc(100% - 20px);
  					//height:50px;
  					background-color:#efefef;
  					margin-left:20px;
  					margin-bottom:50px;
  					cursor: pointer;
  					text-align: center;
  					margin-top:20px;
  					
  					p {
  						padding-top:10px;
  						padding-bottom:10px;
  						display:inline-block;
  						margin-right:30px;
  						font-size: 14px;
  						line-height:14px;
  					}
  
  					img {
  						width:12px;
  						height:12px;
  						display:inline-block;
  						position:relative;
  						top:1px;
  					}
  
  					@media only screen and (max-device-width : 667px) {
  						width:calc(100% - 40px);
  
  						p {
  							padding-top:15px;
  							padding-bottom:15px;
  							font-size: 26px;
  							line-height:26px;
  						}
  
  						img {
  							width:20px;
  							height:20px;
  							top:2px;
  						}
  					}
  				}*/
}
/* line 392, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event {
  height: 90px;
  padding: 10px;
  position: relative;
  transition: height 0.3s ease-in-out 0.3s;
  cursor: pointer;
}
/* line 399, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .icon-container {
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin: 5px;
  float: right;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
/* line 409, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .icon-container.active {
  transform: rotate(0deg);
}
/* line 414, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .date {
  float: left;
  width: 33.33%;
  text-align: center;
}
/* line 420, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info {
  position: absolute;
  left: 33.33%;
  width: 66.66%;
  height: 70px;
  transition: opacity 0.3s ease-in-out 0.6s, height 0.3s ease-in-out 0.3s;
}
/* line 429, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .left {
  float: left;
  width: 50%;
  position: relative;
  height: 100%;
}
/* line 435, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .left .thumbnail {
  float: left;
  width: 120px;
  height: 100%;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}
/* line 444, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .left .title {
  width: 200%;
}
/* line 448, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .left .tag {
  position: absolute;
  bottom: 0;
  left: 140px;
}
/* line 455, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .right {
  float: left;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  position: relative;
}
/* line 462, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .right .day-time {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
}
/* line 468, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .right .day-time .day {
  width: 125px;
  float: left;
}
/* line 473, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.small .right .day-time .time {
  float: left;
}
/* line 480, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
/* line 485, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .left, #calendar .content #events.list .event .info.large .right {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
/* line 494, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .left .thumbnail {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
/* line 501, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .left .title {
  margin: 10px 0;
}
/* line 505, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .left .tag {
  position: absolute;
  bottom: 0;
  opacity: 0;
}
/* line 512, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right {
  padding-left: 20px;
}
/* line 515, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .description {
  padding-right: 50px;
}
/* line 519, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .buttons {
  position: absolute;
  bottom: 80px;
  left: 0;
}
/* line 524, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .buttons .button {
  width: calc(100% - 40px);
  margin: 10px 20px 0;
  background-color: white;
  transition: background-color 0.3s;
}
/* line 530, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .buttons .button p {
  transition: color 0.3s;
}
/* line 534, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .buttons .button svg * {
  transition: stroke 0.3s;
}
/* line 538, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .buttons .button:hover {
  background-color: #AAAAAA;
}
/* line 544, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .day-time {
  position: absolute;
  bottom: 0;
  opacity: 0;
}
/* line 549, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .day-time .day {
  width: 125px;
  float: left;
}
/* line 554, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event .info.large .right .day-time .time {
  float: left;
}
/* line 562, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event:hover {
  background-color: #EEEEEE;
}
/* line 566, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event.active {
  height: 300px;
  background-color: #EEEEEE;
}
/* line 570, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event.active .info {
  height: 280px;
}
/* line 573, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event.active .info.small {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out 0.3s;
}
/* line 579, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event.active .info.large {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out 0.6s, height 0.3s ease-in-out 0.3s;
}
/* line 584, ../sass/unique/_calendar.scss */
#calendar .content #events.list .event.active .info.large .tag, #calendar .content #events.list .event.active .info.large .day-time {
  opacity: 1;
}
/* line 641, ../sass/unique/_calendar.scss */
#calendar .content #exhibitions {
  font-size: 0;
}
/* line 644, ../sass/unique/_calendar.scss */
#calendar .content #exhibitions .exhibition {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-left: 20px;
  margin-bottom: 50px;
}
/* line 651, ../sass/unique/_calendar.scss */
#calendar .content #exhibitions .exhibition .date {
  margin: 10px 0;
}
/* line 655, ../sass/unique/_calendar.scss */
#calendar .content #exhibitions .exhibition .title {
  margin-bottom: 5px;
}
/* line 661, ../sass/unique/_calendar.scss */
#calendar .content .no-items {
  padding: 0 20px;
}
@media only screen and (max-width: 1500px) {
  /* line 674, ../sass/unique/_calendar.scss */
  #calendar .content #events.list .event .info .left .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  /* line 684, ../sass/unique/_calendar.scss */
  #calendar .content #events.list .event .info .left .title {
    font-size: 14px;
    line-height: 16px;
    max-width: 376px;
  }
}
@media only screen and (max-width: 1115px) {
  /* line 698, ../sass/unique/_calendar.scss */
  #calendar .content #events.grid .event {
    width: 50%;
  }
  /* line 704, ../sass/unique/_calendar.scss */
  #calendar .content #events.list .event .date {
    font-size: 2rem;
  }
  /* line 708, ../sass/unique/_calendar.scss */
  #calendar .content #events.list .event .info.large .right .description {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 715, ../sass/unique/_calendar.scss */
  #calendar .content #exhibitions .exhibition {
    width: 50%;
  }
  /* line 720, ../sass/unique/_calendar.scss */
  #calendar .logo {
    display: none;
  }
}

/* line 1, ../sass/unique/_timeline.scss */
#timeline {
  min-width: 796px;
}
/* line 3, ../sass/unique/_timeline.scss */
#timeline #hero {
  position: fixed;
  top: 0;
  width: 100%;
  height: 179px;
  background-color: white;
  border-bottom: 1px solid #AAAAAA;
  z-index: 1;
}
/* line 13, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector {
  position: fixed;
  top: 178px;
  left: 0;
  width: 33vw;
  min-width: 262px;
  height: calc(100vh - 178px);
  background-color: #EEEEEE;
}
/* line 22, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .selector-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
/* line 29, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .decades, #timeline #timeline-date-selector .years {
  float: left;
  width: 25%;
}
/* line 33, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .decades p, #timeline #timeline-date-selector .years p {
  height: 30px;
  margin: 5px 0;
  padding-bottom: 5px;
  cursor: pointer;
}
/* line 41, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .decades {
  margin-left: 40%;
  padding-right: 20px;
}
/* line 45, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .decades p.active, #timeline #timeline-date-selector .decades p:hover {
  border-bottom: 1px solid #000000;
}
/* line 50, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .years {
  position: relative;
}
/* line 53, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .years .years-for-decade {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
/* line 60, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .years .years-for-decade .year {
  color: #AAAAAA;
}
/* line 63, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .years .years-for-decade .year.active, #timeline #timeline-date-selector .years .years-for-decade .year:hover {
  color: #000000;
}
/* line 68, ../sass/unique/_timeline.scss */
#timeline #timeline-date-selector .years .years-for-decade.active {
  opacity: 1;
  pointer-events: all;
}
/* line 76, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll {
  width: calc(66vw - 70px);
  min-width: 546px;
  min-height: calc(100vh - 178px);
  margin: 178px 0 0 33vw;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
/* line 84, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll .left, #timeline #timeline-scroll .right {
  float: left;
  width: 50%;
  padding: 0 20px;
}
/* line 89, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll .left .timeline-item, #timeline #timeline-scroll .right .timeline-item {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}
/* line 93, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll .left .timeline-item .date, #timeline #timeline-scroll .right .timeline-item .date {
  padding-bottom: 20px;
}
/* line 97, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll .left .timeline-item img, #timeline #timeline-scroll .right .timeline-item img {
  width: 100%;
  padding-bottom: 20px;
}
/* line 102, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll .left .timeline-item .description, #timeline #timeline-scroll .right .timeline-item .description {
  padding-bottom: 20px;
}
/* line 108, ../sass/unique/_timeline.scss */
#timeline #timeline-scroll .left {
  border-right: 1px solid #000000;
}
/* line 113, ../sass/unique/_timeline.scss */
#timeline ~ .learn-more-c {
  position: relative;
  z-index: 1000;
  background-color: white;
}

/* line 3, ../sass/unique/_search.scss */
#search #hero #hero-title {
  padding-top: 60px;
  min-width: 1000px;
}
/* line 7, ../sass/unique/_search.scss */
#search #hero #hero-title h1 {
  text-align: left;
  border-bottom: 2px solid #000000;
  padding: 25px;
}
/* line 12, ../sass/unique/_search.scss */
#search #hero #hero-title h1 input {
  width: 80%;
}
/* line 18, ../sass/unique/_search.scss */
#search .no-results {
  padding-left: 25px;
}
/* line 22, ../sass/unique/_search.scss */
#search .category-row {
  overflow: hidden;
}
/* line 25, ../sass/unique/_search.scss */
#search .category-row .category-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
/* line 32, ../sass/unique/_search.scss */
#search .category-row .salon-column {
  float: left;
  width: 25%;
  padding: 0 10px;
}
/* line 37, ../sass/unique/_search.scss */
#search .category-row .salon-column .search-item {
  width: 100%;
  margin-bottom: 40px;
}
/* line 41, ../sass/unique/_search.scss */
#search .category-row .salon-column .search-item .title {
  margin: 10px 0;
}
@media only screen and (max-device-width: 667px) {
  /* line 53, ../sass/unique/_search.scss */
  #search #hero #hero-title h1 input {
    width: 100%;
  }
}

/* line 4, ../sass/unique/_press.scss */
#press .press-releases .row-title {
  border: 0;
}
/* line 6, ../sass/unique/_press.scss */
#press .press-releases .cm-8-section:last-child .cm-8-content.grid {
  border-bottom: 1px solid #000000;
}
/* line 20, ../sass/unique/_press.scss */
#press .press-releases .cm-8-section-title-c .cm-8-plus-c {
  top: 30%;
  height: 40%;
}
/* line 23, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content {
  margin: 0 10px;
}
/* line 26, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item {
  width: calc(50% - 20px);
  float: left;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  height: 200px;
}
/* line 34, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item:nth-child(2n) {
  margin-left: 20px;
}
/* line 38, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item:nth-child(2n + 1) {
  margin-right: 20px;
}
/* line 44, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item .download-c {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
/* line 51, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item .download-c .row {
  margin: 0;
  padding: 0;
  overflow: initial;
}
/* line 53, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item .download-c .button {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 57, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item .pr-img-c {
  width: 130px;
  height: 100%;
  display: inline-block;
  float: left;
}
/* line 64, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item .pr-img-c .cm-8-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
/* line 67, ../sass/unique/_press.scss */
#press .press-releases .cm-8-content .pr-content-item .pr-text-area {
  float: left;
  width: calc(100% - 130px);
  overflow: hidden;
  height: 100%;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 26, ../sass/unique/_press.scss */
  #press .press-releases .cm-8-content .pr-content-item {
    width: 100%;
  }
  /* line 80, ../sass/unique/_press.scss */
  #press .press-releases .cm-8-content .pr-content-item:nth-child(2n) {
    margin-left: 0px;
  }
  /* line 84, ../sass/unique/_press.scss */
  #press .press-releases .cm-8-content .pr-content-item:nth-child(2n + 1) {
    margin-right: 0px;
  }
}
/* line 94, ../sass/unique/_press.scss */
#press #client-login #login {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
}
/* line 98, ../sass/unique/_press.scss */
#press #client-login #login .title {
  text-align: center;
  margin-bottom: 40px;
}
/* line 103, ../sass/unique/_press.scss */
#press #client-login #login input {
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) - 20px);
  border-bottom: 1px solid #000000;
  line-height: 40px;
  float: left;
  margin: 0 10px;
}
/* line 110, ../sass/unique/_press.scss */
#press #client-login #login input.incorrect {
  border-color: red;
}
/* line 115, ../sass/unique/_press.scss */
#press #client-login #login .submit {
  float: left;
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) - 20px);
  text-align: center;
  background-color: #EEEEEE;
  margin: 0 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1500px) {
  /* line 126, ../sass/unique/_press.scss */
  #press #client-login #login {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 130, ../sass/unique/_press.scss */
  #press #client-login #login input {
    width: calc(calc(calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
  /* line 134, ../sass/unique/_press.scss */
  #press #client-login #login .submit {
    width: calc(calc(calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
}
@media only screen and (max-width: 700px) {
  /* line 141, ../sass/unique/_press.scss */
  #press #client-login #login {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0px;
  }
  /* line 145, ../sass/unique/_press.scss */
  #press #client-login #login input {
    width: calc(calc(calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
  /* line 149, ../sass/unique/_press.scss */
  #press #client-login #login .submit {
    width: calc(calc(calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
}

/* line 4, ../sass/unique/_collection.scss */
#collection .filter-container {
  display: block;
}
/* line 7, ../sass/unique/_collection.scss */
#collection .filter-container #filters .filters-content .filters .years {
  position: absolute;
  top: 100px;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
/* line 14, ../sass/unique/_collection.scss */
#collection .filter-container #filters .filters-content .filters .years .filter.active {
  pointer-events: none;
}
/* line 18, ../sass/unique/_collection.scss */
#collection .filter-container #filters .filters-content .filters .years.active {
  opacity: 1;
  pointer-events: all;
}
/* line 22, ../sass/unique/_collection.scss */
#collection .filter-container #filters .filters-content .filters .years.active .filter.active {
  pointer-events: all;
}
/* line 29, ../sass/unique/_collection.scss */
#collection .explore {
  text-align: center;
  margin-bottom: 40px;
}
/* line 34, ../sass/unique/_collection.scss */
#collection .search-title {
  width: calc(100vw - 70px * 2);
  margin-left: 70px;
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
}
/* line 43, ../sass/unique/_collection.scss */
#collection .salon-column {
  float: left;
  width: 25%;
  padding: 0 10px;
}
/* line 48, ../sass/unique/_collection.scss */
#collection .salon-column .collection-item {
  width: 100%;
  margin-bottom: 40px;
}
/* line 52, ../sass/unique/_collection.scss */
#collection .salon-column .collection-item .title {
  margin-top: 15px;
}
/* line 56, ../sass/unique/_collection.scss */
#collection .salon-column .collection-item .gray {
  color: #AAAAAA;
}
/* line 67, ../sass/unique/_collection.scss */
#collection .load-more {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 3);
  border-top: 1px solid #000000;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}
/* line 75, ../sass/unique/_collection.scss */
#collection .load-more svg {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 1360px) {
  /* line 84, ../sass/unique/_collection.scss */
  #collection .salon-column .fade-overlay p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 96, ../sass/unique/_collection.scss */
  #collection .salon-column .fade-overlay p {
    font-size: 18px;
    line-height: 25px;
  }
}

/* line 108, ../sass/unique/_collection.scss */
#collection_item #hero #small-slideshow #hero-title {
  display: none;
}
/* line 112, ../sass/unique/_collection.scss */
#collection_item #hero #small-slideshow .hero-slideshow {
  margin-top: 70px;
}
/* line 119, ../sass/unique/_collection.scss */
#collection_item .description .collection-item-detail {
  display: block;
}
/* line 122, ../sass/unique/_collection.scss */
#collection_item .description .collection-item-detail.gray {
  color: #AAAAAA;
}
/* line 127, ../sass/unique/_collection.scss */
#collection_item .description .collection-item-description {
  display: block;
  margin-top: 10px;
}

@media only screen and (max-device-width: 700px) {
  /* line 3, ../sass/unique/_visit.scss */
  #notification2 {
    margin: 0;
    padding: 0 40px;
    width: 100%;
  }
  /* line 8, ../sass/unique/_visit.scss */
  #notification2 .notification-icon {
    display: none;
  }
  /* line 11, ../sass/unique/_visit.scss */
  #notification2 .notification {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 15, ../sass/unique/_visit.scss */
  #notification2 .notification .notification-text {
    width: 100%;
  }
}

/* line 24, ../sass/unique/_visit.scss */
#visit #hero {
  width: 100%;
  height: 100%;
  /*		background-color: $light-gray;*/
}
/* line 29, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* line 38, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-title {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  color: white;
}
/* line 44, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input {
  display: inline-block;
  margin-bottom: 30px;
  color: white;
  position: relative;
  z-index: 1;
}
/* line 52, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input span {
  display: inline-block;
  vertical-align: top;
}
/* line 57, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop {
  height: 30px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid white;
  cursor: pointer;
}
/* line 64, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop .drop-arrow {
  position: absolute;
  right: 0;
  width: 20px;
  height: 35px;
  pointer-events: none;
}
/* line 72, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop .drop-arrow svg {
  width: 100%;
  height: 100%;
}
/* line 76, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop .drop-arrow svg * {
  stroke: white;
  stroke-width: 2px;
}
/* line 83, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop .selected {
  width: 100%;
}
/* line 87, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop .it-drop-item {
  display: block;
  padding-right: 30px;
  transition: color 0.3s, background-color 0.3s;
}
/* line 93, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active {
  overflow: visible;
  z-index: 1;
}
/* line 97, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active .drop-arrow {
  right: 5px;
}
/* line 101, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active .selected {
  display: none;
}
/* line 105, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active .it-drop-item {
  padding-left: 10px;
  background-color: #A5A5A5;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
/* line 111, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active .it-drop-item:nth-child(3) {
  border-top: 1px solid white;
}
/* line 115, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active .it-drop-item:last-child {
  border-bottom: 1px solid white;
}
/* line 119, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .visit-input .drop.active .it-drop-item:hover {
  background-color: #EEEEEE;
  color: #AAAAAA;
}
/* line 128, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .button {
  margin: 0;
  color: #000000;
  background-color: white;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  display: block;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35), background-color 0.2s cubic-bezier(0.17, 0.67, 0.97, 1.35);
}
/* line 137, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .button p {
  line-height: 40px;
  height: 40px;
}
/* line 142, ../sass/unique/_visit.scss */
#visit #hero .visit-overlay .button:hover {
  background-color: #797878;
  color: white;
}
@media only screen and (min-width: 1500px) {
  /* line 29, ../sass/unique/_visit.scss */
  #visit #hero .visit-overlay {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
  /* line 151, ../sass/unique/_visit.scss */
  #visit #hero .visit-overlay .button {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 29, ../sass/unique/_visit.scss */
  #visit #hero .visit-overlay {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
  }
  /* line 159, ../sass/unique/_visit.scss */
  #visit #hero .visit-overlay .button {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}
/* line 166, ../sass/unique/_visit.scss */
#visit #notification, #visit #notification2 {
  background-color: transparent;
}
/* line 169, ../sass/unique/_visit.scss */
#visit #notification .notification, #visit #notification2 .notification {
  padding: 0 10px;
}
@media only screen and (min-width: 1500px) {
  /* line 175, ../sass/unique/_visit.scss */
  #visit #notification .notification, #visit #notification2 .notification {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  /* line 166, ../sass/unique/_visit.scss */
  #visit #notification, #visit #notification2 {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 80px;
  }
  /* line 185, ../sass/unique/_visit.scss */
  #visit #notification .notification, #visit #notification2 .notification {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
    padding: 0;
  }
  /* line 190, ../sass/unique/_visit.scss */
  #visit #notification .notification .notification-icon, #visit #notification2 .notification .notification-icon {
    width: calc((700px - 2 * 70px) / 6);
  }
  /* line 194, ../sass/unique/_visit.scss */
  #visit #notification .notification .notification-text, #visit #notification2 .notification .notification-text {
    width: calc(calc(calc((700px - 2 * 70px) / 6) * 5) - 20px);
  }
}
/* line 201, ../sass/unique/_visit.scss */
#visit .directions-row.hide {
  display: none;
}
/* line 205, ../sass/unique/_visit.scss */
#visit .accessibility-row {
  display: none;
}
/* line 208, ../sass/unique/_visit.scss */
#visit .accessibility-row.active {
  display: block;
}
/* line 213, ../sass/unique/_visit.scss */
#visit .visit-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  padding: 0 10px;
}
/* line 218, ../sass/unique/_visit.scss */
#visit .visit-row .left {
  display: inline-block;
  width: calc((100vw - 2 * 70px) / 8);
  border-top: 1px solid #000000;
  vertical-align: top;
  position: relative;
  top: 7px;
}
/* line 227, ../sass/unique/_visit.scss */
#visit .visit-row .right {
  display: inline-block;
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 5) - 30px);
  padding-left: 20px;
  vertical-align: top;
}
/* line 233, ../sass/unique/_visit.scss */
#visit .visit-row .right .visit-header {
  margin-bottom: 20px;
}
/* line 237, ../sass/unique/_visit.scss */
#visit .visit-row .right.half {
  width: calc(calc((100vw - 2 * 70px) / 8) * 3);
}
/* line 241, ../sass/unique/_visit.scss */
#visit .visit-row .right.third {
  width: calc(calc(calc((100vw - 2 * 70px) / 8) * 2) - 20px);
}
/* line 248, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .hours-text {
  white-space: nowrap;
}
/* line 251, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .hours-text .day {
  display: inline-block;
  width: 100px;
}
/* line 256, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .hours-text.hide {
  display: none;
}
/* line 261, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .no-days {
  display: none;
}
/* line 264, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .no-days.active {
  display: block;
}
/* line 269, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .note {
  color: #AAAAAA;
  margin-top: 10px;
}
/* line 273, ../sass/unique/_visit.scss */
#visit .visit-row.hours-row .note.hide {
  display: none;
}
/* line 281, ../sass/unique/_visit.scss */
#visit .visit-row.admissions-row .for {
  display: inline-block;
  width: 66%;
}
/* line 286, ../sass/unique/_visit.scss */
#visit .visit-row.admissions-row .amount {
  width: 50px;
  float: right;
}
@media only screen and (min-width: 1500px) {
  /* line 213, ../sass/unique/_visit.scss */
  #visit .visit-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 296, ../sass/unique/_visit.scss */
  #visit .visit-row .left {
    width: calc((1500px - 2 * 70px) / 8);
  }
  /* line 300, ../sass/unique/_visit.scss */
  #visit .visit-row .right {
    width: calc(calc(calc((1500px - 2 * 70px) / 8) * 5) - 30px);
  }
  /* line 303, ../sass/unique/_visit.scss */
  #visit .visit-row .right.half {
    width: calc(calc((1500px - 2 * 70px) / 8) * 3);
  }
  /* line 307, ../sass/unique/_visit.scss */
  #visit .visit-row .right.third {
    width: calc(calc(calc((1500px - 2 * 70px) / 8) * 2) - 20px);
  }
}
@media only screen and (max-width: 700px) {
  /* line 213, ../sass/unique/_visit.scss */
  #visit .visit-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 317, ../sass/unique/_visit.scss */
  #visit .visit-row .left {
    width: calc((700px - 2 * 70px) / 6);
  }
  /* line 321, ../sass/unique/_visit.scss */
  #visit .visit-row .right {
    width: calc(calc(calc((700px - 2 * 70px) / 6) * 5) - 30px);
  }
  /* line 324, ../sass/unique/_visit.scss */
  #visit .visit-row .right.half {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
  }
  /* line 328, ../sass/unique/_visit.scss */
  #visit .visit-row .right.third {
    width: calc(calc(calc((700px - 2 * 70px) / 6) * 2) - 20px);
  }
}
/* line 335, ../sass/unique/_visit.scss */
#visit .map-container {
  overflow: visible;
  position: relative;
}
@media (max-width: 750px) {
  /* line 335, ../sass/unique/_visit.scss */
  #visit .map-container {
    margin-bottom: 25px;
  }
}
/* line 341, ../sass/unique/_visit.scss */
#visit .map-container iframe {
  position: absolute;
  right: 80px;
  width: calc(calc((100vw - 2 * 70px) / 8) * 3);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 3) * 9 / 16);
}
@media (max-width: 750px) {
  /* line 341, ../sass/unique/_visit.scss */
  #visit .map-container iframe {
    left: 0;
    right: 0;
    position: relative;
    width: 75% !important;
  }
}
@media only screen and (min-width: 1500px) {
  /* line 356, ../sass/unique/_visit.scss */
  #visit .map-container iframe {
    width: calc(calc((1500px - 2 * 70px) / 8) * 3);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 3) * 9 / 16);
  }
}
@media only screen and (max-width: 700px) {
  /* line 364, ../sass/unique/_visit.scss */
  #visit .map-container iframe {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 3) * 9 / 16);
  }
}

/* line 1, ../sass/unique/_event.scss */
#event, #special_event {
  	/*@media only screen and(max-width:1024) {
  
  	}*/
}
/* line 5, ../sass/unique/_event.scss */
#event .event .location, #special_event .event .location {
  border-bottom: 1px solid black;
  padding: 30px 0 15px;
}
/* line 10, ../sass/unique/_event.scss */
#event .event .tags, #special_event .event .tags {
  padding-top: 15px;
}
/* line 17, ../sass/unique/_event.scss */
#event .event .event-row, #special_event .event .event-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin: 0 0 50px calc((100vw - 2 * 70px) / 8);
  overflow: hidden;
}
/* line 22, ../sass/unique/_event.scss */
#event .event .event-row .left, #special_event .event .event-row .left {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) - 10px);
  margin-left: 10px;
  border-top: 1px solid #000000;
  padding-top: 10px;
  position: relative;
}
/* line 31, ../sass/unique/_event.scss */
#event .event .event-row .right, #special_event .event .event-row .right {
  float: right;
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  padding-left: 20px;
}
/* line 37, ../sass/unique/_event.scss */
#event .event .event-row .embedded-online-express-code, #special_event .event .event-row .embedded-online-express-code {
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  margin-left: calc((100vw - 2 * 70px) / 8);
  padding-left: 10px;
}
@media only screen and (min-width: 1500px) {
  /* line 49, ../sass/unique/_event.scss */
  #event .event .tags, #special_event .event .tags {
    width: calc((1500px - 2 * 70px) / 8);
  }
  /* line 54, ../sass/unique/_event.scss */
  #event .event .event-row, #special_event .event .event-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 58, ../sass/unique/_event.scss */
  #event .event .event-row .left, #special_event .event .event-row .left {
    width: calc(calc((1500px - 2 * 70px) / 8) - 10px);
  }
  /* line 62, ../sass/unique/_event.scss */
  #event .event .event-row .right, #special_event .event .event-row .right {
    width: calc(calc((1500px - 2 * 70px) / 8) * 5);
  }
  /* line 66, ../sass/unique/_event.scss */
  #event .event .event-row .embedded-online-express-code, #special_event .event .event-row .embedded-online-express-code {
    width: calc(calc((1500px - 2 * 70px) / 8) * 5);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
}
@media only screen and (max-width: 1000px) {
  /* line 82, ../sass/unique/_event.scss */
  #event .event .event-row, #special_event .event .event-row {
    width: calc(calc((100vw - 2 * 70px) / 8) * 7);
    margin-left: calc(calc((100vw - 2 * 70px) / 8) / 2);
  }
  /* line 86, ../sass/unique/_event.scss */
  #event .event .event-row .left, #special_event .event .event-row .left {
    width: 135px;
  }
  /* line 91, ../sass/unique/_event.scss */
  #event .event .event-row .right, #special_event .event .event-row .right {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 700px) {
  /* line 103, ../sass/unique/_event.scss */
  #event .event .tags, #special_event .event .tags {
    width: calc((700px - 2 * 70px) / 6);
    margin-left: 0;
  }
  /* line 108, ../sass/unique/_event.scss */
  #event .event .event-row, #special_event .event .event-row {
    width: 100%;
    margin-left: 0;
  }
  /* line 113, ../sass/unique/_event.scss */
  #event .event .event-row .left, #special_event .event .event-row .left {
    width: 135px;
  }
  /* line 118, ../sass/unique/_event.scss */
  #event .event .event-row .right, #special_event .event .event-row .right {
    width: calc(100% - 150px);
  }
  /* line 123, ../sass/unique/_event.scss */
  #event .event .event-row .embedded-online-express-code, #special_event .event .event-row .embedded-online-express-code {
    width: calc(calc((700px - 2 * 70px) / 6) * 5);
    margin-left: calc((700px - 2 * 70px) / 6);
  }
}
@media only screen and (max-width: 1400px) {
  /* line 140, ../sass/unique/_event.scss */
  #event .event .event-row .left .location, #event .event .event-row .left .time, #special_event .event .event-row .left .location, #special_event .event .event-row .left .time {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 157, ../sass/unique/_event.scss */
  #event .event .event-row .left .location, #event .event .event-row .left .time, #special_event .event .event-row .left .location, #special_event .event .event-row .left .time {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 700px) {
  /* line 174, ../sass/unique/_event.scss */
  #event .event .time, #event .event .location, #special_event .event .time, #special_event .event .location {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 3, ../sass/unique/_contact.scss */
#contact .contact-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  padding-bottom: 40px;
  margin: 0 auto;
  font-size: 0;
}
/* line 10, ../sass/unique/_contact.scss */
#contact .contact-row .contact-item {
  display: inline-block;
  width: calc(calc((100vw - 2 * 70px) / 8) * 3);
  vertical-align: top;
}
/* line 17, ../sass/unique/_contact.scss */
#contact .contact-row .contact-item .side-container {
  width: calc((100vw - 2 * 70px) / 8);
  border-top: 1px solid #000000;
  float: left;
  position: relative;
  top: 7px;
}
/* line 25, ../sass/unique/_contact.scss */
#contact .contact-row .contact-item .info-container {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  float: left;
  padding: 0 20px;
}
/* line 36, ../sass/unique/_contact.scss */
#contact .contact-row .contact-item .info-container .contact-title {
  margin-bottom: 10px;
  line-height: 28px;
}
@media only screen and (min-width: 1500px) {
  /* line 3, ../sass/unique/_contact.scss */
  #contact .contact-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
  }
  /* line 46, ../sass/unique/_contact.scss */
  #contact .contact-row .contact-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 3);
  }
  /* line 49, ../sass/unique/_contact.scss */
  #contact .contact-row .contact-item .side-container {
    width: calc((1500px - 2 * 70px) / 8);
  }
  /* line 53, ../sass/unique/_contact.scss */
  #contact .contact-row .contact-item .info-container {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 1000px) {
  /* line 3, ../sass/unique/_contact.scss */
  #contact .contact-row {
    padding-bottom: 0px;
  }
  /* line 62, ../sass/unique/_contact.scss */
  #contact .contact-row .contact-item {
    width: calc(calc((100vw - 2 * 70px) / 8) * 6);
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 3, ../sass/unique/_contact.scss */
  #contact .contact-row {
    			/*
    			width: $col6-ipad;
    
    			.contact-item {
    				width: $col3-ipad;
    
    				.side-container {
    					width: $col1-ipad;
    				}
    
    				.info-container {
    					width: $col2-ipad;
    				}
    			}*/
  }
}

/* line 3, ../sass/unique/_print-issue.scss */
#print-issue .print-issue-item {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  padding: 0;
}
/* line 7, ../sass/unique/_print-issue.scss */
#print-issue .print-issue-item .title {
  text-align: center;
  margin: 50px 0 70px;
}
/* line 11, ../sass/unique/_print-issue.scss */
#print-issue .print-issue-item .title span {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
/* line 17, ../sass/unique/_print-issue.scss */
#print-issue .print-issue-item .issue-embed {
  height: calc((calc(calc((100vw - 2 * 70px) / 8) * 6) - 70px * 2) * 9 / 16);
  margin-bottom: 40px;
}
/* line 22, ../sass/unique/_print-issue.scss */
#print-issue .print-issue-item .row {
  margin-bottom: 0;
}
@media only screen and (min-width: 1500px) {
  /* line 29, ../sass/unique/_print-issue.scss */
  #print-issue .print-issue-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
  }
  /* line 32, ../sass/unique/_print-issue.scss */
  #print-issue .print-issue-item .issue-embed {
    height: calc((calc(calc((1500px - 2 * 70px) / 8) * 6) - 70px * 2) * 9 / 16);
  }
}
@media only screen and (max-width: 1000px) {
  /* line 40, ../sass/unique/_print-issue.scss */
  #print-issue .print-issue-item .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 47, ../sass/unique/_print-issue.scss */
  #print-issue .print-issue-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
  }
  /* line 50, ../sass/unique/_print-issue.scss */
  #print-issue .print-issue-item .issue-embed {
    height: calc((calc(calc((700px - 2 * 70px) / 6) * 6) - 70px * 2) * 9 / 16);
  }
}

/* line 5, ../sass/unique/_exhibition.scss */
#exhibition #hero.exhibition-hero .title, #collection_item #hero.exhibition-hero .title {
  border: 0;
}
/* line 8, ../sass/unique/_exhibition.scss */
#exhibition #hero.exhibition-hero .title span, #collection_item #hero.exhibition-hero .title span {
  display: block;
}
/* line 11, ../sass/unique/_exhibition.scss */
#exhibition #hero.exhibition-hero .title span.subtitle, #collection_item #hero.exhibition-hero .title span.subtitle {
  padding-top: 20px;
  border-top: 1px solid white;
}
/* line 17, ../sass/unique/_exhibition.scss */
#exhibition #hero.exhibition-hero .title.black span.subtitle, #collection_item #hero.exhibition-hero .title.black span.subtitle {
  border-color: #000000;
}
/* line 25, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row, #collection_item .exhibition .exhibition-row {
  margin-bottom: 50px;
}
/* line 28, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.header-row, #collection_item .exhibition .exhibition-row.header-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  padding: 0 70px;
  text-align: center;
}
/* line 34, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.header-row .title, #collection_item .exhibition .exhibition-row.header-row .title {
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 40px;
}
/* line 40, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.header-row .border, #collection_item .exhibition .exhibition-row.header-row .border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  border-bottom: 1px solid #000000;
}
/* line 48, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.header-row .caption, #collection_item .exhibition .exhibition-row.header-row .caption {
  margin: 20px 0 40px;
}
/* line 52, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.header-row .dates, #collection_item .exhibition .exhibition-row.header-row .dates {
  margin-bottom: 30px;
}
/* line 57, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row, #collection_item .exhibition .exhibition-row.content-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 7);
  margin-left: calc((100vw - 2 * 70px) / 8);
  overflow: hidden;
}
/* line 62, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row .header, #collection_item .exhibition .exhibition-row.content-row .header {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) - 10px);
  border-top: 1px solid #000000;
  padding-top: 10px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
/* line 72, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row .right, #collection_item .exhibition .exhibition-row.content-row .right {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  padding-left: 20px;
  overflow: hidden;
}
/* line 79, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.description-row .right, #collection_item .exhibition .exhibition-row.content-row.description-row .right {
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
}
/* line 83, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.pdf-row, #collection_item .exhibition .exhibition-row.content-row.pdf-row {
  font-size: 0;
}
/* line 86, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf {
  display: inline-block;
  width: calc(calc((100vw - 2 * 70px) / 8) * 3);
  padding-left: 20px;
  position: relative;
  margin-bottom: 40px;
}
/* line 93, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .thumbnail, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .thumbnail {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) - 20px);
  height: calc(calc((100vw - 2 * 70px) / 8) * 1.25);
  background-size: cover;
  background-position: center;
}
/* line 101, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding-left: 20px;
}
/* line 106, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button {
  position: absolute;
  bottom: 0;
  width: calc(calc((100vw - 2 * 70px) / 8) * 1.5);
}
/* line 111, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button img, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button img {
  display: none;
}
/* line 121, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio {
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 40px;
}
/* line 131, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio.active .audio-thumb img, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio.active .audio-thumb img {
  display: none;
}
/* line 139, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio.active .audio-controls .audio-controls-sub .controls-buttons .controls-play svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio.active .audio-controls .audio-controls-sub .controls-buttons .controls-play svg * {
  stroke: #AAAAAA;
}
/* line 146, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio.active .audio-controls .audio-controls-sub .controls-buttons .controls-pause svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio.active .audio-controls .audio-controls-sub .controls-buttons .controls-pause svg * {
  stroke: black;
}
/* line 153, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb {
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 3) * 3 / 5);
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  background-color: #AAAAAA;
}
/* line 161, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb img, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
/* line 171, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb svg, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb svg {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -23px;
  left: 0;
}
/* line 178, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb svg * {
  fill: white;
}
/* line 191, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls.active .audio-controls-sub, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls.active .audio-controls-sub {
  height: 30px;
}
/* line 196, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-name, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-name {
  width: 100%;
}
/* line 202, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
}
/* line 209, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons {
  width: 55px;
  float: left;
  overflow: hidden;
}
/* line 214, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: -3px;
  cursor: pointer;
  position: relative;
  top: -6px;
  left: -8px;
}
/* line 224, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg {
  width: 100%;
  height: 100%;
}
/* line 228, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg * {
  stroke-width: 1.5px;
}
/* line 235, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons .controls-play svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons .controls-play svg * {
  stroke: black;
}
/* line 242, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons .controls-pause svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons .controls-pause svg * {
  stroke: #AAAAAA;
}
/* line 248, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress {
  -webkit-appearance: none;
  width: calc(100% - 105px);
  float: left;
  padding-top: 9px;
  cursor: pointer;
  position: relative;
}
/* line 256, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-bar, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-bar {
  height: 2px;
  background-color: black;
}
/* line 261, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-value, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-value {
  height: 6px;
  background-color: black;
  position: relative;
  top: -2px;
}
/* line 269, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-time, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-time {
  float: right;
  width: 50px;
  text-align: right;
}
/* line 281, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.content-row.video-row .video, #collection_item .exhibition .exhibition-row.content-row.video-row .video {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 6) * 9 / 16);
  padding-left: 20px;
  margin-bottom: 40px;
}
/* line 290, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row, #collection_item .exhibition .exhibition-row.postcard-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  margin-bottom: 80px;
}
/* line 295, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .first-border, #collection_item .exhibition .exhibition-row.postcard-row .first-border {
  margin: 0 10px 40px;
  border-bottom: 1px solid #000000;
}
/* line 300, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard, #collection_item .exhibition .exhibition-row.postcard-row .postcard {
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 304, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .left, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  padding: 0 10px;
}
/* line 309, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .left .image, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left .image {
  width: 100%;
}
/* line 313, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .left .image img, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left .image img {
  max-width: 100%;
  max-height: 100%;
}
/* line 319, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .left .caption, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left .caption {
  margin-top: 15px;
}
/* line 323, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .left .body-copy p, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left .body-copy p {
  font-family: roboto_regular;
  font-size: 18px;
  line-height: 24px;
}
/* line 330, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right {
  float: right;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding: 0 10px;
  position: relative;
}
/* line 336, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right .statement, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .statement {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
/* line 341, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right .statement.expanded, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .statement.expanded {
  position: absolute;
  top: 0;
  height: calc(100% - 40px);
  overflow-y: scroll;
}
/* line 348, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right .statement.active, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .statement.active {
  pointer-events: all;
  opacity: 1;
}
/* line 354, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right .expand, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .expand {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 0 10px;
  transition: transform 0.3s;
  cursor: pointer;
}
/* line 364, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right .expand.active, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .expand.active {
  transform: rotate(45deg);
  margin-top: calc(100% + 17px);
}
/* line 370, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .postcard .right hr, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right hr {
  width: 100%;
  border-color: #000000;
  border-top: none;
}
/* line 380, ../sass/unique/_exhibition.scss */
#exhibition .exhibition .exhibition-row.postcard-row .border, #collection_item .exhibition .exhibition-row.postcard-row .border {
  width: 100%;
  height: 1px;
  margin: 40px 10px;
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 1500px) {
  /* line 290, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row, #collection_item .exhibition .exhibition-row.postcard-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 393, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .left, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
  }
  /* line 397, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 290, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row, #collection_item .exhibition .exhibition-row.postcard-row {
    width: 100%;
    margin-left: 0px;
  }
  /* line 409, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .left, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
  }
  /* line 413, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}
/* line 422, ../sass/unique/_exhibition.scss */
#exhibition .modules, #collection_item .modules {
  padding-left: 20px;
}
@media only screen and (min-width: 1500px) {
  /* line 422, ../sass/unique/_exhibition.scss */
  #exhibition .modules, #collection_item .modules {
    padding-left: 40px;
  }
}
/* line 432, ../sass/unique/_exhibition.scss */
#exhibition .modules .youtube-row .body-copy-w, #collection_item .modules .youtube-row .body-copy-w {
  padding-left: 60px;
}
@media only screen and (min-width: 1500px) {
  /* line 446, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.header-row, #collection_item .exhibition .exhibition-row.header-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 450, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.header-row .border, #collection_item .exhibition .exhibition-row.header-row .border {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 455, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row, #collection_item .exhibition .exhibition-row.content-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 7);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 459, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row .header, #collection_item .exhibition .exhibition-row.content-row .header {
    width: calc(calc((1500px - 2 * 70px) / 8) - 10px);
  }
  /* line 463, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row .right, #collection_item .exhibition .exhibition-row.content-row .right {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
  }
  /* line 467, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.description-row .right, #collection_item .exhibition .exhibition-row.content-row.description-row .right {
    width: calc(calc((1500px - 2 * 70px) / 8) * 5);
  }
  /* line 471, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf {
    width: calc(calc((1500px - 2 * 70px) / 8) * 3);
  }
  /* line 474, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .thumbnail, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .thumbnail {
    width: calc(calc((1500px - 2 * 70px) / 8) - 20px);
    height: calc(calc((1500px - 2 * 70px) / 8) * 1.25);
  }
  /* line 479, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 482, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button {
    width: calc(calc((1500px - 2 * 70px) / 8) * 1.5);
  }
  /* line 491, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb {
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 3) * 3 / 5);
  }
  /* line 496, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.video-row .video, #collection_item .exhibition .exhibition-row.content-row.video-row .video {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 6) * 9 / 16);
  }
}
@media only screen and (max-width: 700px) {
  /* line 508, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.header-row, #collection_item .exhibition .exhibition-row.header-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 512, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.header-row .border, #collection_item .exhibition .exhibition-row.header-row .border {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
    left: 350px;
  }
  /* line 518, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row, #collection_item .exhibition .exhibition-row.content-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 522, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row .header, #collection_item .exhibition .exhibition-row.content-row .header {
    width: calc(calc((700px - 2 * 70px) / 6) - 10px);
  }
  /* line 526, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row .right, #collection_item .exhibition .exhibition-row.content-row .right {
    width: calc(calc((700px - 2 * 70px) / 6) * 5);
  }
  /* line 530, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.description-row .right, #collection_item .exhibition .exhibition-row.content-row.description-row .right {
    width: calc(calc((700px - 2 * 70px) / 6) * 5);
  }
  /* line 534, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf {
    width: calc($col5-ipad / 2);
  }
  /* line 537, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .thumbnail, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .thumbnail {
    width: calc(calc((700px - 2 * 70px) / 6) - 20px);
    height: calc(calc((700px - 2 * 70px) / 6) * 1.25);
  }
  /* line 542, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info {
    width: calc($col3-ipad / 2);
  }
  /* line 545, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button, #collection_item .exhibition .exhibition-row.content-row.pdf-row .pdf .info .button {
    width: calc(calc(calc((700px - 2 * 70px) / 6) * 3) / 2);
  }
  /* line 551, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
  /* line 554, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb {
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 3) * 3 / 5);
  }
  /* line 559, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.video-row .video, #collection_item .exhibition .exhibition-row.content-row.video-row .video {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 6) * 9 / 16);
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 572, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio {
    width: calc(100% - 160px);
  }
  /* line 575, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-thumb {
    height: calc(50% * 3 / 5);
  }
  /* line 583, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls.active .audio-controls-sub, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls.active .audio-controls-sub {
    height: 50px;
  }
  /* line 594, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub {
    margin-top: 20px;
  }
  /* line 601, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons {
    width: 100px;
    float: left;
    overflow: hidden;
  }
  /* line 606, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div {
    width: 50px;
    height: 50px;
  }
  /* line 616, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg {
    width: 100%;
    height: 100%;
  }
  /* line 620, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg *, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-buttons div svg * {
    stroke-width: 1.5px;
  }
  /* line 627, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress {
    width: calc(100% - 185px);
    padding-top: 18px;
  }
  /* line 635, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-bar, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-bar {
    height: 2px;
  }
  /* line 640, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-value, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub progress::-webkit-progress-value {
    height: 10px;
    top: 0px;
  }
  /* line 648, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-time, #collection_item .exhibition .exhibition-row.content-row.audio-row .audio .audio-controls .audio-controls-sub .controls-time {
    width: 80px;
    font-size: 30px;
  }
  /* line 659, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row, #collection_item .exhibition .exhibition-row.postcard-row {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 80px;
  }
  /* line 664, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .first-border, #collection_item .exhibition .exhibition-row.postcard-row .first-border {
    margin: 0 10px 40px;
    border-bottom: 1px solid #000000;
  }
  /* line 673, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .left, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left {
    float: left;
    width: 100%;
    /*
    .caption {
    	margin-top: 15px;
    }*/
  }
  /* line 678, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .left .image, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left .image {
    width: 100%;
    /*
    img {
    	max-width: 100%;
    	max-height: 100%;
    }*/
  }
  /* line 694, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .left p, #collection_item .exhibition .exhibition-row.postcard-row .postcard .left p {
    font-size: 28px;
  }
  /* line 699, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right {
    float: right;
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
  /* line 705, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right .statement, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .statement {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: 20px;
  }
  /* line 711, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right .statement.expanded, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .statement.expanded {
    position: absolute;
    top: 0;
    height: calc(100% - 80px);
    overflow-y: scroll;
  }
  /* line 718, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right .statement.active, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .statement.active {
    pointer-events: all;
    opacity: 1;
  }
  /* line 724, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right .expand, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .expand {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px 0 10px;
    transition: transform 0.3s;
    cursor: pointer;
  }
  /* line 734, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right .expand.active, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right .expand.active {
    transform: rotate(45deg);
    margin-top: calc(100% + 17px);
  }
  /* line 740, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .postcard .right hr, #collection_item .exhibition .exhibition-row.postcard-row .postcard .right hr {
    width: 100%;
    border-color: #000000;
    border-top: none;
  }
  /* line 750, ../sass/unique/_exhibition.scss */
  #exhibition .exhibition .exhibition-row.postcard-row .border, #collection_item .exhibition .exhibition-row.postcard-row .border {
    /*
    width: 100%;
    height: 1px;
    margin: 40px $row-gutter-half;
    border-bottom: 1px solid $black;
    */
    display: none;
  }
}

/* line 4, ../sass/unique/_press-release.scss */
#press-release .press-release .title-container {
  margin-left: calc((100vw - 2 * 70px) / 8);
  text-align: center;
  padding: 30px 0;
}
/* line 6, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin: 0 0 50px calc((100vw - 2 * 70px) / 8);
  overflow: hidden;
}
/* line 11, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .left {
  float: left;
  width: calc((100vw - 2 * 70px) / 8);
  border-top: 1px solid #000000;
  padding-top: 20px;
}
/* line 17, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .left .link-w {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
}
/* line 23, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .left .link-w img {
  width: 30px;
  height: 30px;
  float: left;
  padding: 4px;
}
/* line 24, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .left .link-w p {
  float: left;
  margin-top: 6px;
  margin-left: 15px;
}
/* line 29, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .right {
  float: right;
  width: calc(calc((100vw - 2 * 70px) / 8) * 5);
  padding-left: 20px;
}
/* line 34, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .right .description {
  margin-bottom: 30px;
}
/* line 35, ../sass/unique/_press-release.scss */
#press-release .press-release .press-row .right .btn-container {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1500px) {
  /* line 42, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 46, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row .title-container {
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 50, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row .left {
    width: calc((1500px - 2 * 70px) / 8);
  }
  /* line 54, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row .right {
    width: calc(calc((1500px - 2 * 70px) / 8) * 5);
  }
}
@media only screen and (max-width: 700px) {
  /* line 62, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 66, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row .title-container {
    margin-left: calc((700px - 2 * 70px) / 6);
  }
  /* line 70, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row .left {
    width: calc((700px - 2 * 70px) / 6);
  }
  /* line 74, ../sass/unique/_press-release.scss */
  #press-release .press-release .press-row .right {
    width: calc(calc((700px - 2 * 70px) / 6) * 5);
  }
}

/* line 1, ../sass/unique/_press-access.scss */
.fullscreen-slideshow {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  background: white;
  z-index: 1000000;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
/* line 14, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header {
  width: 100%;
  overflow: hidden;
  height: 125px;
  border-bottom: 1px solid #ccc;
}
/* line 20, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header .left-c {
  float: left;
  overflow: hidden;
  margin: 45px;
}
/* line 25, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header .left-c img {
  width: 30px;
  height: 30px;
  float: left;
  display: block;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
}
/* line 27, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header .left-c p {
  float: left;
  margin-left: 25px;
}
/* line 30, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header .download-c {
  float: right;
}
/* line 33, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header .download-c .row {
  margin: 0;
  padding: 0;
}
/* line 35, ../sass/unique/_press-access.scss */
.fullscreen-slideshow .slide-header .download-c .button {
  width: 200px;
  margin: 45px;
}
/* line 39, ../sass/unique/_press-access.scss */
.fullscreen-slideshow.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 45, ../sass/unique/_press-access.scss */
#press-access {
  display: block;
}
/* line 48, ../sass/unique/_press-access.scss */
#press-access .content {
  position: relative;
  margin-bottom: 40px;
}
/* line 52, ../sass/unique/_press-access.scss */
#press-access .content .folder-container {
  position: absolute;
  top: 0;
  margin-bottom: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}
/* line 60, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item {
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
/* line 65, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .download-c {
  float: left;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
}
/* line 72, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .download-c .dl-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px;
}
/* line 74, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .download-c .download-btn {
  float: left;
  width: 50%;
  margin-left: 15px;
}
/* line 77, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item:last-child {
  border-bottom: 1px solid #ccc;
}
/* line 81, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .download-c {
  float: left;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
}
/* line 88, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .download-c .dl-icon {
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px;
}
/* line 90, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .download-c .download-btn {
  float: left;
  width: 50%;
  margin-left: 15px;
}
/* line 93, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .img-icon {
  width: 60px;
  height: 60px;
  margin: 8px;
  float: left;
  background-size: cover;
  background-position: center;
}
/* line 102, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .text-w {
  float: left;
  overflow: hidden;
}
/* line 104, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .left-container p {
  float: left;
  width: 100%;
}
/* line 106, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .left-container .text-w {
  float: left;
  overflow: hidden;
  width: 65%;
}
/* line 109, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container {
  float: right;
  margin: 25px 10px;
}
/* line 113, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container .box-btn {
  float: right;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
}
/* line 119, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container .box-btn img {
  display: none;
}
/* line 121, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container .box-btn.active {
  background-color: black;
}
/* line 126, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container .download-c {
  float: right;
  overflow: hidden;
}
/* line 131, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container .download-c .dl-icon {
  width: 20px;
  height: 20px;
  float: left;
}
/* line 133, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item.img .right-container .download-c .download-btn {
  float: left;
  width: 50%;
}
/* line 138, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .right-wrapper {
  float: right;
  margin: 25px 10px;
}
/* line 142, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .right-wrapper .box-btn {
  float: right;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  cursor: pointer;
}
/* line 149, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .right-wrapper .box-btn img {
  display: none;
}
/* line 151, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .right-wrapper .box-btn.active {
  background-color: black;
}
/* line 157, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .left-wrapper {
  float: left;
}
/* line 160, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .left-wrapper .folder-title {
  float: left;
  margin: 8px;
  margin-left: 15px;
  cursor: pointer;
}
/* line 166, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .left-wrapper .folder-title.file-title {
  cursor: auto;
}
/* line 171, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .left-wrapper .folder-detail {
  float: left;
  width: 100%;
  color: #ddd;
}
/* line 176, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .left-wrapper .folder-detail span {
  margin-left: 15px;
}
/* line 179, ../sass/unique/_press-access.scss */
#press-access .content .folder-container .folder-item .left-wrapper img {
  width: 40px;
  height: 40px;
  float: left;
}
/* line 187, ../sass/unique/_press-access.scss */
#press-access .content .folder-container.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 194, ../sass/unique/_press-access.scss */
#press-access #controls {
  margin-bottom: 20px;
}
/* line 198, ../sass/unique/_press-access.scss */
#press-access #controls .button {
  width: 200px;
  float: right;
  margin: 0 0 0 20px;
  cursor: pointer;
}
/* line 205, ../sass/unique/_press-access.scss */
#press-access #controls .row {
  padding: 0;
  margin: 0;
}
/* line 208, ../sass/unique/_press-access.scss */
#press-access .wrapper {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid black;
}
/* line 214, ../sass/unique/_press-access.scss */
#press-access .wrapper .header-text {
  display: inline-block;
  float: left;
}
/* line 216, ../sass/unique/_press-access.scss */
#press-access .wrapper .logout-c {
  float: right;
  display: inline-block;
  height: 50px;
  cursor: pointer;
}
/* line 222, ../sass/unique/_press-access.scss */
#press-access .wrapper .logout-c .row.lazy {
  margin: 0;
  padding: 0;
}
/* line 226, ../sass/unique/_press-access.scss */
#press-access .wrapper .logout-c .row.lazy .buttons {
  margin-top: 23px;
}
/* line 227, ../sass/unique/_press-access.scss */
#press-access .wrapper .logout-c .row.lazy .button {
  margin: 0;
}
/* line 233, ../sass/unique/_press-access.scss */
#press-access .press-header .month {
  padding: 20px 0;
}
/* line 233, ../sass/unique/_press-access.scss */
#press-access .press-header .month .group-name {
  cursor: pointer;
}

/* line 238, ../sass/unique/_press-access.scss */
.press-footer span {
  width: 100%;
  float: left;
}

/* line 1, ../sass/unique/_archive.scss */
#archive, #studio-magazine {
  font-size: 0;
}
/* line 4, ../sass/unique/_archive.scss */
#archive .search-title, #studio-magazine .search-title {
  width: calc(100vw - 70px * 2);
  margin-left: 70px;
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
}
/* line 13, ../sass/unique/_archive.scss */
#archive .archive-items, #studio-magazine .archive-items {
  margin-top: 50px;
}
/* line 16, ../sass/unique/_archive.scss */
#archive .archive-items .archive-item, #studio-magazine .archive-items .archive-item {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
/* line 22, ../sass/unique/_archive.scss */
#archive .archive-items .archive-item .cm-text, #studio-magazine .archive-items .archive-item .cm-text {
  padding-left: 0;
  margin: 10px 0 60px;
}
/* line 26, ../sass/unique/_archive.scss */
#archive .archive-items .archive-item .cm-text .item-section, #studio-magazine .archive-items .archive-item .cm-text .item-section {
  margin-bottom: 10px;
}
/* line 30, ../sass/unique/_archive.scss */
#archive .archive-items .archive-item .cm-text .gray, #studio-magazine .archive-items .archive-item .cm-text .gray {
  color: #AAAAAA;
}
/* line 37, ../sass/unique/_archive.scss */
#archive .load-more, #studio-magazine .load-more {
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  margin-left: calc(calc((100vw - 2 * 70px) / 8) * 3);
  border-top: 1px solid #000000;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}
/* line 45, ../sass/unique/_archive.scss */
#archive .load-more svg, #studio-magazine .load-more svg {
  width: 25px;
  height: 25px;
}
/* line 50, ../sass/unique/_archive.scss */
#archive .load-more.hidden, #studio-magazine .load-more.hidden {
  display: none;
}
/* line 55, ../sass/unique/_archive.scss */
#archive.inharlem-archive #filters .filters.type, #studio-magazine.inharlem-archive #filters .filters.type {
  display: none;
}
@media only screen and (min-width: 1500px) {
  /* line 61, ../sass/unique/_archive.scss */
  #archive .archive-items .archive-item, #studio-magazine .archive-items .archive-item {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
  /* line 65, ../sass/unique/_archive.scss */
  #archive .load-more, #studio-magazine .load-more {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
    margin-left: calc(calc((1500px - 2 * 70px) / 8) * 3);
  }
}
@media only screen and (max-width: 1110px) {
  /* line 72, ../sass/unique/_archive.scss */
  #archive .archive-items .archive-item, #studio-magazine .archive-items .archive-item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 79, ../sass/unique/_archive.scss */
  #archive .archive-items .archive-item .blog-img-c .fade-overlay p, #studio-magazine .archive-items .archive-item .blog-img-c .fade-overlay p {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 84, ../sass/unique/_archive.scss */
  #archive .archive-items .archive-item .event-img-c .fade-overlay p, #studio-magazine .archive-items .archive-item .event-img-c .fade-overlay p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 91, ../sass/unique/_archive.scss */
  #archive .archive-items .archive-item, #studio-magazine .archive-items .archive-item {
    width: calc(calc((700px - 2 * 70px) / 6) * 3);
  }
  /* line 95, ../sass/unique/_archive.scss */
  #archive .load-more, #studio-magazine .load-more {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
    margin-left: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}

/* line 3, ../sass/unique/_inharlem.scss */
#inharlem #hero .inharlem-title {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(100vw - 70px + 10px);
  z-index: 2;
}
/* line 10, ../sass/unique/_inharlem.scss */
#inharlem #hero .inharlem-title img {
  width: 100%;
  padding: 10px;
}
/* line 16, ../sass/unique/_inharlem.scss */
#inharlem .inharlem-map-container {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
}
/* line 20, ../sass/unique/_inharlem.scss */
#inharlem .inharlem-map-container .map {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 4);
  height: calc(calc(calc((100vw - 2 * 70px) / 8) * 4) * 9 / 16);
}
/* line 25, ../sass/unique/_inharlem.scss */
#inharlem .inharlem-map-container .map iframe {
  width: 100%;
  height: 100%;
}
/* line 31, ../sass/unique/_inharlem.scss */
#inharlem .inharlem-map-container .info {
  float: left;
  width: calc(calc((100vw - 2 * 70px) / 8) * 2);
  padding-left: 20px;
}
/* line 36, ../sass/unique/_inharlem.scss */
#inharlem .inharlem-map-container .info .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1500px) {
  /* line 44, ../sass/unique/_inharlem.scss */
  #inharlem .inharlem-map-container {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
  /* line 48, ../sass/unique/_inharlem.scss */
  #inharlem .inharlem-map-container .map {
    width: calc(calc((1500px - 2 * 70px) / 8) * 4);
    height: calc(calc(calc((1500px - 2 * 70px) / 8) * 4) * 9 / 16);
  }
  /* line 53, ../sass/unique/_inharlem.scss */
  #inharlem .inharlem-map-container .info {
    width: calc(calc((1500px - 2 * 70px) / 8) * 2);
  }
}
@media only screen and (max-width: 700px) {
  /* line 61, ../sass/unique/_inharlem.scss */
  #inharlem .inharlem-map-container {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
  /* line 65, ../sass/unique/_inharlem.scss */
  #inharlem .inharlem-map-container .map {
    width: calc(calc((700px - 2 * 70px) / 6) * 4);
    height: calc(calc(calc((700px - 2 * 70px) / 6) * 4) * 9 / 16);
  }
  /* line 70, ../sass/unique/_inharlem.scss */
  #inharlem .inharlem-map-container .info {
    width: calc(calc((700px - 2 * 70px) / 6) * 2);
  }
}

/* line 5, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-header-title {
  text-align: center;
}
/* line 11, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-section-title-c .cm-8-plus-c {
  top: 30%;
  height: 40%;
}
/* line 16, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content {
  border-bottom: 1px solid #000000;
  margin: 0 10px;
  font-size: 0;
}
/* line 23, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid a:nth-child(3n + 2) .content-item {
  margin: 0 20px;
}
/* line 27, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid .content-item {
  display: inline-block;
  width: calc(33.33% - 40px / 3);
}
/* line 31, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid .content-item .cm-8-img {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
}
/* line 38, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid .content-item .cm-8-title {
  margin: 10px 0 40px;
}
/* line 43, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid.active {
  padding-top: 20px;
}
/* line 50, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item {
  display: inline-block;
  width: 50%;
  margin: 40px 0;
  overflow: hidden;
  vertical-align: top;
}
/* line 57, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item .cm-8-item-header {
  float: left;
  width: 50px;
  line-height: 30px;
}
/* line 63, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item .cm-8-items {
  float: left;
  width: calc(100% - 50px);
}
/* line 67, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item .cm-8-items .cm-8-title {
  margin-bottom: 10px;
}
/* line 74, ../sass/unique/_artist-in-residence.scss */
#artist_in_residence .cm-8 .cm-8-section .cm-8-content.active {
  border-top: 1px solid #000000;
}

/* line 1, ../sass/unique/_404.scss */
#_404 {
  min-height: calc(100vh - 440px);
}
/* line 4, ../sass/unique/_404.scss */
#_404 ._404-text {
  width: calc(calc((100vw - 2 * 70px) / 8) * 6);
  margin-left: calc((100vw - 2 * 70px) / 8);
  text-align: center;
}
/* line 9, ../sass/unique/_404.scss */
#_404 ._404-text a, #_404 ._404-text span {
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (min-width: 1500px) {
  /* line 17, ../sass/unique/_404.scss */
  #_404 ._404-text {
    width: calc(calc((1500px - 2 * 70px) / 8) * 6);
    margin-left: calc((1500px - 2 * 70px) / 8);
  }
}
@media only screen and (max-width: 700px) {
  /* line 25, ../sass/unique/_404.scss */
  #_404 ._404-text {
    width: calc(calc((700px - 2 * 70px) / 6) * 6);
    margin-left: 0;
  }
}

/* line 3, ../sass/_browsers.scss */
html.ie .ie-only {
  display: block;
}
/* line 9, ../sass/_browsers.scss */
html.ie.IE10 .iepefix:not(.active) {
  z-index: -1 !important;
}

@media only screen and (max-device-width: 667px) {
  /* line 8, ../sass/mobile/_visit-mobile.scss */
  #visit #hero {
    /*			height: auto;
    			margin-bottom: 0;*/
  }
  /* line 13, ../sass/mobile/_visit-mobile.scss */
  #visit .notice {
    background: whitesmoke;
    margin-bottom: 30px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
  }
  /* line 20, ../sass/mobile/_visit-mobile.scss */
  #visit .notice p {
    background: whitesmoke;
    float: left;
    padding: 40px;
  }
  /* line 26, ../sass/mobile/_visit-mobile.scss */
  #visit .notice p:first-child {
    padding-bottom: 0;
  }
  /* line 31, ../sass/mobile/_visit-mobile.scss */
  #visit .notice img {
    float: right;
    width: 100px;
    height: 100px;
    margin: 20px;
    transition: transform 0.3s;
  }
  /* line 39, ../sass/mobile/_visit-mobile.scss */
  #visit .notice.active {
    height: auto;
  }
  /* line 42, ../sass/mobile/_visit-mobile.scss */
  #visit .notice.active img {
    transform: rotate(-45deg);
  }
  /* line 48, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row {
    width: 100%;
    margin-left: 0px;
  }
  /* line 52, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row .left {
    display: none;
  }
  /* line 56, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row .right {
    width: 100%;
    padding-left: 0;
  }
  /* line 60, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row .right .visit-header {
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
    font-size: 5.2rem;
    letter-spacing: -1px;
    font-family: hk_medium;
    text-align: center;
  }
  /* line 69, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row .right .mobile-important {
    text-align: center;
    font-family: hk_medium;
  }
  /* line 74, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row .right.half, #visit .visit-row .right.third {
    width: 100%;
  }
  /* line 79, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row.hours-row {
    padding-top: 80px;
  }
  /* line 82, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row.hours-row .hours-text {
    text-align: left;
  }
  /* line 85, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row.hours-row .hours-text .hours {
    float: right;
  }
  /* line 90, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row.hours-row .note {
    float: right;
    margin-bottom: 100px;
  }
  /* line 96, ../sass/mobile/_visit-mobile.scss */
  #visit .visit-row.admissions-row .amount {
    width: 100px;
    text-align: right;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 5, ../sass/mobile/_calendar-mobile.scss */
  #sidebar {
    display: none;
  }

  /* line 9, ../sass/mobile/_calendar-mobile.scss */
  #mobile-date-selector {
    z-index: 10000001;
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 20px;
    height: 130px;
    overflow: hidden;
    text-align: right;
    background-color: white;
  }
  /* line 20, ../sass/mobile/_calendar-mobile.scss */
  #mobile-date-selector .date-select {
    line-height: 130px;
  }
  /* line 23, ../sass/mobile/_calendar-mobile.scss */
  #mobile-date-selector .date-select svg {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 40px 0;
  }
  /* line 30, ../sass/mobile/_calendar-mobile.scss */
  #mobile-date-selector .date-select span {
    display: inline-block;
    vertical-align: top;
  }

  /* line 37, ../sass/mobile/_calendar-mobile.scss */
  #calendar {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 42, ../sass/mobile/_calendar-mobile.scss */
  #calendar #hero {
    display: none;
    height: calc(100vh - 130px);
    background-color: rgba(0, 0, 0, 0.3);
  }
  /* line 47, ../sass/mobile/_calendar-mobile.scss */
  #calendar #hero #hero-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateY(-50px);
    color: white;
  }
  /* line 55, ../sass/mobile/_calendar-mobile.scss */
  #calendar .type-row {
    margin-left: 0;
    margin-top: 125px;
    display: block;
    z-index: 99999999;
    width: 100%;
    border: none;
  }
  /* line 62, ../sass/mobile/_calendar-mobile.scss */
  #calendar .type-row .large-text {
    font-size: 3.0rem;
    line-height: 1.3em;
  }
  /* line 67, ../sass/mobile/_calendar-mobile.scss */
  #calendar .selection-row {
    height: 120px;
  }
  /* line 70, ../sass/mobile/_calendar-mobile.scss */
  #calendar .selection-row .filter {
    top: 35px;
    left: 20px;
  }
  /* line 74, ../sass/mobile/_calendar-mobile.scss */
  #calendar .selection-row .filter img {
    width: 60px;
  }
  /* line 79, ../sass/mobile/_calendar-mobile.scss */
  #calendar .selection-row .view-icons .view-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    margin-top: 20px;
  }
  /* line 85, ../sass/mobile/_calendar-mobile.scss */
  #calendar .selection-row .view-icons .view-icon img {
    width: 40px;
    height: 40px;
  }
  /* line 92, ../sass/mobile/_calendar-mobile.scss */
  #calendar .filter-row .filters {
    margin: 20px;
  }
  /* line 98, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events, #calendar .content #exhibitions {
    min-height: 200px;
  }
  /* line 102, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events {
    overflow: hidden;
  }
  /* line 105, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.grid .event {
    width: 100%;
    padding: 0 20px;
  }
  /* line 109, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.grid .event .fade-overlay {
    padding: 0px 0px 0px 0px;
  }
  /* line 115, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.grid .event .top-row {
    margin-top: 20px;
  }
  /* line 119, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.grid .event .description {
    font-size: 2rem;
    margin-top: 20px;
  }
  /* line 125, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.list .event {
    height: 200px;
    padding: 40px 20px 0;
    border-top: 1px solid #000000;
    margin-bottom: 40px;
  }
  /* line 131, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.list .event .date {
    font-size: 3.5rem;
    text-align: left;
  }
  /* line 136, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.list .event .info.mobile {
    height: 100%;
    padding-right: 20px;
  }
  /* line 140, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.list .event .info.mobile .title {
    float: left;
    width: calc(100% - (150px * 16 / 9));
    font-size: 2.25rem;
  }
  /* line 146, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.list .event .info.mobile .thumbnail {
    float: left;
    height: calc(100% - 40px);
    width: 266.66667px;
    background-size: cover;
    background-position: center;
  }
  /* line 155, ../sass/mobile/_calendar-mobile.scss */
  #calendar .content #events.list .event:hover {
    background-color: transparent;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 5, ../sass/mobile/_timeline-mobile.scss */
  #timeline #hero {
    position: relative;
  }
  /* line 9, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-date-selector {
    position: static;
    width: 100%;
    height: 500px;
  }
  /* line 14, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-date-selector .selector-header {
    height: unset;
    padding: 20px 0;
  }
  /* line 21, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-date-selector .decades p, #timeline #timeline-date-selector .years p {
    height: 60px;
  }
  /* line 26, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-date-selector .decades {
    margin-left: 32%;
  }
  /* line 31, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-scroll {
    width: 100%;
    margin: 0;
  }
  /* line 35, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-scroll .left {
    width: 100%;
  }
  /* line 38, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-scroll .left .timeline-item {
    border-color: #000000;
  }
  /* line 43, ../sass/mobile/_timeline-mobile.scss */
  #timeline #timeline-scroll .right {
    display: none;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 5, ../sass/mobile/_inharlem-mobile.scss */
  #inharlem #hero {
    height: 50vw;
  }
  /* line 8, ../sass/mobile/_inharlem-mobile.scss */
  #inharlem #hero #full-slideshow {
    height: 100%;
  }
  /* line 13, ../sass/mobile/_inharlem-mobile.scss */
  #inharlem .inharlem-map-container {
    width: 100%;
  }
  /* line 16, ../sass/mobile/_inharlem-mobile.scss */
  #inharlem .inharlem-map-container .map {
    width: 100%;
  }
  /* line 20, ../sass/mobile/_inharlem-mobile.scss */
  #inharlem .inharlem-map-container .info {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 3, ../sass/mobile/_print-issue-mobile.scss */
  #print-issue .print-issue-item {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 5, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 {
    width: 100%;
  }
  /* line 8, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section {
    width: 100%;
  }
  /* line 11, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section .cm-8-section-title-c .large-text {
    font-size: 3.4rem;
  }
  /* line 19, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid .content-item {
    width: 100%;
  }
  /* line 23, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section .cm-8-content.grid a:nth-child(3n + 2) .content-item {
    margin: 0;
  }
  /* line 30, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item {
    position: relative;
    width: 100%;
  }
  /* line 34, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item .cm-8-item-header {
    width: auto;
    line-height: 80px;
  }
  /* line 39, ../sass/mobile/_artist-in-residence-mobile.scss */
  #artist_in_residence .cm-8 .cm-8-section .cm-8-content.list .content-item .cm-8-items {
    width: 100%;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 5, ../sass/mobile/_collection-mobile.scss */
  #collection .search-title {
    width: calc(100vw - 40px);
    margin: 0 20px;
    line-height: 80px;
  }
  /* line 11, ../sass/mobile/_collection-mobile.scss */
  #collection .collection-items-row .mobile-collection-items .collection-item {
    margin-bottom: 40px;
  }
  /* line 14, ../sass/mobile/_collection-mobile.scss */
  #collection .collection-items-row .mobile-collection-items .collection-item .title {
    margin: 20px 0 10px;
  }
  /* line 19, ../sass/mobile/_collection-mobile.scss */
  #collection .load-more {
    width: 100%;
    margin: 0;
  }
  /* line 23, ../sass/mobile/_collection-mobile.scss */
  #collection .load-more svg {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 5, ../sass/mobile/_archive-mobile.scss */
  #archive .archive-items .archive-item, #studio-magazine .archive-items .archive-item {
    width: 100%;
    padding: 0;
  }
  /* line 10, ../sass/mobile/_archive-mobile.scss */
  #archive .load-more, #studio-magazine .load-more {
    width: 100%;
    margin: 0;
  }
  /* line 14, ../sass/mobile/_archive-mobile.scss */
  #archive .load-more svg, #studio-magazine .load-more svg {
    width: 50px;
    height: 50px;
  }

  /* line 23, ../sass/mobile/_archive-mobile.scss */
  #archive .search-title {
    width: calc(100vw - 40px);
    margin: 0 20px;
    line-height: 80px;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 3, ../sass/mobile/_filters-mobile.scss */
  #filters {
    height: 100px;
    margin: 0 20px;
  }
  /* line 7, ../sass/mobile/_filters-mobile.scss */
  #filters .filters-content {
    margin-top: 100px;
  }
  /* line 10, ../sass/mobile/_filters-mobile.scss */
  #filters .filters-content .filters {
    top: -75px;
    width: 33%;
  }
  /* line 14, ../sass/mobile/_filters-mobile.scss */
  #filters .filters-content .filters .active-filter {
    margin-bottom: 50px;
    left: 0;
    transform: none;
    font-size: 2.0rem;
  }
  /* line 20, ../sass/mobile/_filters-mobile.scss */
  #filters .filters-content .filters .active-filter svg {
    width: 40px;
    height: 50px;
    right: -40px;
  }
  /* line 27, ../sass/mobile/_filters-mobile.scss */
  #filters .filters-content .filters .filter {
    padding-left: 40px;
    font-size: 2.0rem;
  }
  /* line 32, ../sass/mobile/_filters-mobile.scss */
  #filters .filters-content .filters:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-device-width: 667px) {
  /* line 3, ../sass/mobile/_mobile.scss */
  html {
    font-size: 16px;
  }

  /* line 7, ../sass/mobile/_mobile.scss */
  body {
    min-width: 0;
  }

  /* line 11, ../sass/mobile/_mobile.scss */
  .mobile {
    display: initial;
  }

  /* line 15, ../sass/mobile/_mobile.scss */
  .desktop {
    display: none;
  }

  /* line 19, ../sass/mobile/_mobile.scss */
  .logo {
    display: none;
  }

  /* line 31, ../sass/mobile/_mobile.scss */
  .hero-text {
    font-size: 9.0rem;
    line-height: 1.2em;
    letter-spacing: -1px;
  }

  /* line 32, ../sass/mobile/_mobile.scss */
  .xlarge-text {
    font-size: 5.2rem !important;
    line-height: 1.2em !important;
    letter-spacing: -1px !important;
  }

  /* line 33, ../sass/mobile/_mobile.scss */
  .large-text {
    font-size: 4.2rem;
    line-height: 1.2em;
  }

  /* line 34, ../sass/mobile/_mobile.scss */
  .med-large-text {
    font-size: 3.4rem;
    line-height: 1.3em;
  }

  /* line 35, ../sass/mobile/_mobile.scss */
  .med-text {
    font-size: 3.0rem;
    line-height: 1.3em;
  }

  /* line 36, ../sass/mobile/_mobile.scss */
  .small-text {
    font-size: 2.8rem;
    line-height: 1.3em;
  }

  /* line 37, ../sass/mobile/_mobile.scss */
  .tiny-text {
    font-size: 2.0rem;
    line-height: 1.3em;
  }

  /* line 39, ../sass/mobile/_mobile.scss */
  .row {
    padding: 0 40px;
  }

  /* line 43, ../sass/mobile/_mobile.scss */
  .body-copy-w {
    width: 100%;
    margin: 0;
  }
  /* line 47, ../sass/mobile/_mobile.scss */
  .body-copy-w .body-copy {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* line 54, ../sass/mobile/_mobile.scss */
  .wysiwyg-img {
    width: 50%;
    height: auto;
  }

  /* line 59, ../sass/mobile/_mobile.scss */
  .buttons {
    font-size: 0;
    width: calc(100vw - 40px);
    position: relative;
    left: -20px;
  }
  /* line 65, ../sass/mobile/_mobile.scss */
  .buttons .button {
    width: calc(50% - 40px) !important;
    height: 80px;
    margin: 20px;
  }
  /* line 70, ../sass/mobile/_mobile.scss */
  .buttons .button img, .buttons .button svg {
    top: 26px;
    left: 26px;
    width: 28px;
    height: 28px;
  }
  /* line 77, ../sass/mobile/_mobile.scss */
  .buttons .button .button-title {
    line-height: 80px;
  }

  /* line 83, ../sass/mobile/_mobile.scss */
  #search-overlay {
    height: 100vh;
    min-width: initial;
  }
  /* line 87, ../sass/mobile/_mobile.scss */
  #search-overlay .search-overlay-content {
    left: 40px;
    width: calc(100% - 80px);
  }
  /* line 91, ../sass/mobile/_mobile.scss */
  #search-overlay .search-overlay-content svg {
    width: 68px;
  }
  /* line 95, ../sass/mobile/_mobile.scss */
  #search-overlay .search-overlay-content input {
    width: calc(100% - 150px);
    font-size: 3.0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    border-bottom: 2px solid black;
  }
  /* line 105, ../sass/mobile/_mobile.scss */
  #search-overlay .search-overlay-content input.active {
    width: calc(100% - 150px);
  }

  /* line 118, ../sass/mobile/_mobile.scss */
  #search .content .category-row .salon-column {
    width: 100%;
  }
  /* line 124, ../sass/mobile/_mobile.scss */
  #search .content .category-row .row .buttons {
    width: 100%;
    left: 0px;
  }
  /* line 128, ../sass/mobile/_mobile.scss */
  #search .content .category-row .row .buttons .button {
    width: 100% !important;
    margin: 0px;
  }

  /* line 138, ../sass/mobile/_mobile.scss */
  #hero {
    margin-top: 130px;
  }
  /* line 141, ../sass/mobile/_mobile.scss */
  #hero #full-slideshow {
    height: calc(100vh - 130px);
  }
  /* line 144, ../sass/mobile/_mobile.scss */
  #hero #full-slideshow .hero-slideshow {
    height: 100%;
  }
  /* line 148, ../sass/mobile/_mobile.scss */
  #hero #full-slideshow .title {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  /* line 153, ../sass/mobile/_mobile.scss */
  #hero #full-slideshow .title .subtitle {
    border: none !important;
  }
  /* line 158, ../sass/mobile/_mobile.scss */
  #hero #full-slideshow .captions, #hero #full-slideshow .dots {
    display: none;
  }
  /* line 163, ../sass/mobile/_mobile.scss */
  #hero #small-slideshow {
    padding: 0;
  }
  /* line 166, ../sass/mobile/_mobile.scss */
  #hero #small-slideshow .hero-slideshow {
    height: 50vw;
    padding-left: 0px;
    width: 100%;
    margin-left: 0px;
  }
  /* line 173, ../sass/mobile/_mobile.scss */
  #hero #small-slideshow #hero-title-mobile {
    display: block;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid black;
    text-align: center;
  }

  /* line 183, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider {
    margin-bottom: 160px;
  }
  /* line 186, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .row-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
    padding: 0 40px;
  }
  /* line 195, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-slider .slick-list {
    height: auto;
  }
  /* line 198, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-slider .slick-list .slick-track {
    height: auto;
  }
  /* line 203, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-slider .module-mobile-item {
    width: 100vw;
    height: auto;
  }
  /* line 207, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-slider .module-mobile-item .module-img-c {
    width: 100%;
    padding: 0 0 5% 0;
    margin-bottom: 30px;
  }
  /* line 213, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-slider .module-mobile-item .module-img-c .module-img {
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
  }
  /* line 222, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info {
    position: relative;
  }
  /* line 225, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .mobile-text {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  /* line 234, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .mobile-text .num, .cm-mobile-slider .mobile-info .mobile-text .item-title {
    text-align: center;
    padding: 0 60px;
  }
  /* line 239, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .mobile-text .item-desc {
    margin-top: 20px;
  }
  /* line 243, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .mobile-text.active {
    opacity: 1;
    pointer-events: all;
  }
  /* line 249, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .controls-container {
    width: 100%;
    position: absolute;
    top: 20px;
  }
  /* line 254, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .controls-container .cm-mobile-button {
    position: absolute;
  }
  /* line 257, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .controls-container .cm-mobile-button img {
    width: 60px;
    height: 60px;
  }
  /* line 262, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .controls-container .cm-mobile-button.cm-mobile-left-button-c {
    left: 30px;
  }
  /* line 266, ../sass/mobile/_mobile.scss */
  .cm-mobile-slider .mobile-info .controls-container .cm-mobile-button.cm-mobile-right-button-c {
    right: 30px;
  }

  /* line 274, ../sass/mobile/_mobile.scss */
  .embed-module {
    width: 100%;
    margin-left: 0;
  }
  /* line 278, ../sass/mobile/_mobile.scss */
  .embed-module > * {
    min-height: 600px;
  }

  /* line 283, ../sass/mobile/_mobile.scss */
  .learn-more-c {
    position: relative;
    overflow: visible;
    z-index: 0;
    padding-bottom: 120px;
  }
  /* line 289, ../sass/mobile/_mobile.scss */
  .learn-more-c .scroll-top {
    bottom: -83px;
    right: 20px;
  }
  /* line 293, ../sass/mobile/_mobile.scss */
  .learn-more-c .scroll-top .top {
    width: 120px;
    height: 120px;
  }
  /* line 298, ../sass/mobile/_mobile.scss */
  .learn-more-c .scroll-top p {
    font-size: 2.8em;
    position: relative;
    top: -30px;
  }

  /* line 306, ../sass/mobile/_mobile.scss */
  #footer {
    z-index: 0;
    pointer-events: none;
  }
  /* line 310, ../sass/mobile/_mobile.scss */
  #footer .footer-container {
    margin-left: 0;
    width: 76%;
  }
  /* line 314, ../sass/mobile/_mobile.scss */
  #footer .footer-container .footer-cols {
    pointer-events: all;
  }

  /* line 323, ../sass/mobile/_mobile.scss */
  #mobile-landing {
    display: block;
  }
  /* line 326, ../sass/mobile/_mobile.scss */
  #mobile-landing .mobile-homepage-hero #hero {
    margin-bottom: 0;
    overflow: hidden;
  }
  /* line 330, ../sass/mobile/_mobile.scss */
  #mobile-landing .mobile-homepage-hero #hero .title {
    display: none;
  }
  /* line 334, ../sass/mobile/_mobile.scss */
  #mobile-landing .mobile-homepage-hero #hero .logo {
    display: block;
    width: 75vw;
    bottom: -33px;
    right: -50px;
  }
  /* line 342, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container {
    overflow: hidden;
  }
  /* line 345, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .hours-container {
    background: #ececec;
    overflow: hidden;
  }
  /* line 349, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .hours-container .hours {
    float: right;
  }
  /* line 353, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .hours-container p {
    width: 100%;
    padding: 40px 40px;
    float: left;
    font-size: 3.5em;
  }
  /* line 361, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice {
    background: whitesmoke;
    margin-bottom: 30px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
  }
  /* line 368, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice a {
    text-decoration: underline;
  }
  /* line 372, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice p {
    background: whitesmoke;
    float: left;
    padding: 40px;
  }
  /* line 378, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice p:first-child {
    padding-bottom: 0;
  }
  /* line 383, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice img {
    float: right;
    width: 100px;
    height: 100px;
    margin: 20px;
    transition: transform 0.3s;
  }
  /* line 391, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice.active {
    height: auto;
  }
  /* line 394, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .notice.active img {
    transform: rotate(-45deg);
  }
  /* line 400, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module {
    margin-bottom: 150px;
  }
  /* line 403, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .landing-title {
    text-align: center;
    width: 100%;
    font-size: 4em;
  }
  /* line 409, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .fw-container {
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 40px 0;
  }
  /* line 415, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .fw-container .thumbnail {
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
  }
  /* line 423, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .landing-title {
    padding: 5px;
  }
  /* line 427, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .mobile-btn {
    background: whitesmoke;
    margin: 0 auto;
    width: 300px;
    height: 80px;
    text-align: center;
    padding: 20px;
    font-size: 2em;
    cursor: pointer;
  }
  /* line 438, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .social-container {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid black;
    padding-top: 30px;
  }
  /* line 444, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .social-container div {
    width: 200px;
    height: 200px;
    float: left;
  }
  /* line 449, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .social-container div svg path {
    fill: black !important;
  }
  /* line 454, ../sass/mobile/_mobile.scss */
  #mobile-landing .intro-container .landing-module .social-container a:first-child div {
    margin-left: calc((100vw - 600px) / 2);
  }

  /* line 464, ../sass/mobile/_mobile.scss */
  #event .event .event-row, #special_event .event .event-row {
    width: 100%;
    margin-left: 0px;
  }
  /* line 468, ../sass/mobile/_mobile.scss */
  #event .event .event-row .left, #special_event .event .event-row .left {
    width: 100%;
    margin-bottom: 70px;
    margin-left: 0px;
  }
  /* line 474, ../sass/mobile/_mobile.scss */
  #event .event .event-row .left .time, #event .event .event-row .left .location, #event .event .event-row .left .tags, #special_event .event .event-row .left .time, #special_event .event .event-row .left .location, #special_event .event .event-row .left .tags {
    font-size: 36px;
    line-height: 44px;
    width: 100%;
  }
  /* line 481, ../sass/mobile/_mobile.scss */
  #event .event .event-row .right, #special_event .event .event-row .right {
    width: 100%;
    padding-left: 0px;
  }
  /* line 486, ../sass/mobile/_mobile.scss */
  #event .event .event-row.mobile-date-row, #special_event .event .event-row.mobile-date-row {
    text-align: center;
  }
  /* line 490, ../sass/mobile/_mobile.scss */
  #event .event .event-row .time, #special_event .event .event-row .time {
    font-size: 48px;
    line-height: 58px;
  }
  /* line 495, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row, #special_event .event .event-row.online-express-row {
    width: 100%;
  }
  /* line 498, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code, #special_event .event .event-row.online-express-row .embedded-online-express-code {
    width: 100%;
    margin-left: 0;
  }
  /* line 509, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelHeading .BBFormSection fieldset legend .BBFormTitle label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelHeading .BBFormSection fieldset legend .BBFormTitle label {
    font-size: 40px;
  }
  /* line 514, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelHeading .BBFormSection fieldset legend .BBFormSubTitle label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelHeading .BBFormSection fieldset legend .BBFormSubTitle label {
    font-size: 35px;
    display: block;
  }
  /* line 521, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 526, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable .BBFormTableHeader div, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable .BBFormTableHeader div {
    font-size: 24px;
  }
  /* line 531, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable .BBFormTableRow .BBFormTableRowCell, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable .BBFormTableRow .BBFormTableRowCell {
    font-size: 28px;
  }
  /* line 535, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable .BBFormTableRow .BBFormTableRowCell select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPrices .BBFormSection fieldset .BBFormTable .BBFormTableRow .BBFormTableRowCell select {
    width: 100px;
  }
  /* line 550, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset legend .BBFormSectionHeading, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset legend .BBFormSectionHeading, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset legend .BBFormSectionHeading, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset legend .BBFormSectionHeading, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset legend .BBFormSectionHeading, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset legend .BBFormSectionHeading {
    margin-left: 0px;
    padding-left: 0px;
  }
  /* line 554, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset legend .BBFormSectionHeading label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset legend .BBFormSectionHeading label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset legend .BBFormSectionHeading label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset legend .BBFormSectionHeading label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset legend .BBFormSectionHeading label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset legend .BBFormSectionHeading label {
    font-size: 35px;
  }
  /* line 560, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 564, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer span, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer span, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer span, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer span, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer span, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer span, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer span, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer span, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer span, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer span, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer span, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer span {
    font-size: 35px;
    margin-bottom: 40px;
  }
  /* line 569, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer a, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer a, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer a, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer a, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer a, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer a, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer a, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer a, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer a, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer a, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer a, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer a {
    font-size: 20px;
    margin-bottom: 60px;
  }
  /* line 574, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer label {
    font-size: 35px;
    margin-bottom: 40px;
  }
  /* line 579, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer textarea {
    font-size: 35px;
    width: 100%;
    max-width: initial;
    margin-bottom: 40px;
  }
  /* line 586, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer input[type='checkbox'], #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer input[type='checkbox'], #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer input[type='checkbox'], #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer input[type='checkbox'], #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer input[type='checkbox'], #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer input[type='checkbox'], #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset div .BBFormFieldContainer input[type='checkbox'], #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormSection fieldset .BBFormFieldContainer input[type='checkbox'], #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset div .BBFormFieldContainer input[type='checkbox'], #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormSection fieldset .BBFormFieldContainer input[type='checkbox'], #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset div .BBFormFieldContainer input[type='checkbox'], #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormSection fieldset .BBFormFieldContainer input[type='checkbox'] {
    width: 35px;
    height: 35px;
    margin-right: 35px;
    position: relative;
    top: 5px;
  }
  /* line 598, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer label, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer label, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer label {
    font-size: 35px;
    margin-bottom: 40px;
  }
  /* line 603, ../sass/mobile/_mobile.scss */
  #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer textarea, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer input, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer select, #event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelPayment .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBPanelRegistrants #BBFormRegistrants .BBFormFieldContainer textarea, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer input, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer select, #special_event .event .event-row.online-express-row .embedded-online-express-code #bbox-root form #bboxevent_BBEmbeddedForm #bboxevent_divForm #BBSubmitButtonRow .BBFormFieldContainer textarea {
    font-size: 35px;
    width: 100%;
    max-width: initial;
    margin-bottom: 40px;
  }

  /* line 619, ../sass/mobile/_mobile.scss */
  #exhibition #hero.exhibition-hero .title span.exhibition-title, #collection_item #hero.exhibition-hero .title span.exhibition-title {
    font-size: 7.5rem;
  }
  /* line 627, ../sass/mobile/_mobile.scss */
  #exhibition .exhibition .exhibition-row.header-row, #collection_item .exhibition .exhibition-row.header-row {
    width: 100%;
    padding: 0;
    margin-left: 0px;
  }
  /* line 632, ../sass/mobile/_mobile.scss */
  #exhibition .exhibition .exhibition-row.header-row .border, #collection_item .exhibition .exhibition-row.header-row .border {
    width: 33%;
    left: 50%;
  }
  /* line 638, ../sass/mobile/_mobile.scss */
  #exhibition .exhibition .exhibition-row.content-row, #collection_item .exhibition .exhibition-row.content-row {
    width: 100%;
    margin-left: 0px;
  }
  /* line 642, ../sass/mobile/_mobile.scss */
  #exhibition .exhibition .exhibition-row.content-row .header, #collection_item .exhibition .exhibition-row.content-row .header {
    display: none;
  }
  /* line 646, ../sass/mobile/_mobile.scss */
  #exhibition .exhibition .exhibition-row.content-row.description-row .right, #collection_item .exhibition .exhibition-row.content-row.description-row .right {
    width: 100%;
  }
  /* line 649, ../sass/mobile/_mobile.scss */
  #exhibition .exhibition .exhibition-row.content-row.description-row .right .description, #collection_item .exhibition .exhibition-row.content-row.description-row .right .description {
    width: 100%;
  }

  /* line 662, ../sass/mobile/_mobile.scss */
  #contact .row .contact-row {
    width: 100%;
  }
  /* line 665, ../sass/mobile/_mobile.scss */
  #contact .row .contact-row .contact-item {
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 669, ../sass/mobile/_mobile.scss */
  #contact .row .contact-row .contact-item .side-container {
    display: none;
  }
  /* line 673, ../sass/mobile/_mobile.scss */
  #contact .row .contact-row .contact-item .info-container {
    width: 100%;
  }
  /* line 676, ../sass/mobile/_mobile.scss */
  #contact .row .contact-row .contact-item .info-container .contact-title {
    line-height: 50px;
  }
  /* line 680, ../sass/mobile/_mobile.scss */
  #contact .row .contact-row .contact-item .info-container .location, #contact .row .contact-row .contact-item .info-container .telephone, #contact .row .contact-row .contact-item .info-container .email {
    font-size: 30px;
  }

  /* line 690, ../sass/mobile/_mobile.scss */
  #press .row .cm-1 {
    width: 100%;
    height: auto;
  }
  /* line 694, ../sass/mobile/_mobile.scss */
  #press .row .cm-1 .module-img-c {
    display: none;
  }
  /* line 698, ../sass/mobile/_mobile.scss */
  #press .row .cm-1 .cm-text {
    height: auto;
    width: 100%;
  }
  /* line 702, ../sass/mobile/_mobile.scss */
  #press .row .cm-1 .cm-text .item-desc {
    font-size: 40px;
  }
  /* line 710, ../sass/mobile/_mobile.scss */
  #press #client-login #login {
    width: 100%;
    margin-left: 0px;
  }
  /* line 714, ../sass/mobile/_mobile.scss */
  #press #client-login #login input {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 719, ../sass/mobile/_mobile.scss */
  #press #client-login #login .button {
    width: 100%;
    height: 60px;
  }
  /* line 723, ../sass/mobile/_mobile.scss */
  #press #client-login #login .button svg {
    width: 25px;
    height: 25px;
    top: 18px;
  }
  /* line 729, ../sass/mobile/_mobile.scss */
  #press #client-login #login .button .button-title {
    line-height: 60px;
  }
  /* line 738, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 {
    width: 100%;
  }
  /* line 741, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-section {
    width: 100%;
  }
  /* line 747, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item {
    width: 100%;
    height: 360px;
  }
  /* line 751, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item:nth-child(2n + 1) {
    margin-right: 0px;
  }
  /* line 754, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item:nth-child(2n) {
    margin-left: 0px;
  }
  /* line 758, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item .pr-img-c {
    display: none;
  }
  /* line 764, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item .pr-text-area {
    float: none;
    width: 100%;
    height: 290px;
    padding: 0px;
  }
  /* line 770, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item .pr-text-area .download-c .row .buttons .button {
    width: 100% !important;
  }
  /* line 774, ../sass/mobile/_mobile.scss */
  #press .press-releases .cm-8 .cm-8-content .pr-content-item .pr-text-area .press-description {
    display: none;
  }
}
/*
@media only screen 
    and (device-width : 375px) and (-webkit-device-pixel-ratio : 3) {

    #search-overlay {
		height: 100vh;
		min-width:initial;

		.search-overlay-content {
			left: 40px;
			width: calc(100% - 80px);

			svg {
				width: 68px;
			}

			input {
				width:100%;
				font-size: 20px;

				&.active {
					width: calc(100% - 150px);
				}
			}
		}
	}
}
*/
