.page-node-type-events article.single-event-post h1,
.page-node-type-events article.single-event-post .field--name-title,
.node--type-home-page article.single-event-post h1,
.node--type-home-page article.single-event-post .field--name-title {
  color: var(--as-color-dark-blue);
}
.page-node-type-events article.single-event-post .button-group a,
.node--type-home-page article.single-event-post .button-group a {
  margin: 0 10px 10px 0;
}
.page-node-type-events article.single-event-post .category,
.node--type-home-page article.single-event-post .category {
  text-transform: uppercase;
  font-family: var(--as-font-sans-serif);
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 2.25em;
}
.page-node-type-events article.single-event-post .post-excerpt:after,
.node--type-home-page article.single-event-post .post-excerpt:after {
  content: "";
  display: block;
  width: 100px;
  height: 9px;
  background: var(--as-color-yellow);
  margin-top: 30px;
}

body:has(.overlay.active) {
  overflow: hidden;
}
body:has(.overlay.active) #top-scroll {
  z-index: 0;
}

#youtube-modal, .youtube-modal,
#modal-social-share,
#gallery-modal,
#event-modal {
  height: 100%;
}
#youtube-modal .overlay, .youtube-modal .overlay,
#modal-social-share .overlay,
#gallery-modal .overlay,
#event-modal .overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.85);
  z-index: 2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#youtube-modal .caption, .youtube-modal .caption,
#modal-social-share .caption,
#gallery-modal .caption,
#event-modal .caption {
  margin: auto;
  width: 365px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 365px;
  padding: 30px 15px;
}
#youtube-modal .caption h2, .youtube-modal .caption h2,
#modal-social-share .caption h2,
#gallery-modal .caption h2,
#event-modal .caption h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0.25em;
  font-family: var(--as-font-sans-serif);
  text-align: center;
}
#youtube-modal .caption p, .youtube-modal .caption p,
#modal-social-share .caption p,
#gallery-modal .caption p,
#event-modal .caption p {
  color: #fff;
  font-family: var(--as-font-serif);
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
#youtube-modal .modal, .youtube-modal .modal,
#modal-social-share .modal,
#gallery-modal .modal,
#event-modal .modal {
  opacity: 0;
  visibility: hidden;
  width: 800px;
  max-width: 85%;
  position: fixed;
  top: 50%;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 3;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#youtube-modal .modal.active,
#youtube-modal .overlay.active, .youtube-modal .modal.active,
.youtube-modal .overlay.active,
#modal-social-share .modal.active,
#modal-social-share .overlay.active,
#gallery-modal .modal.active,
#gallery-modal .overlay.active,
#event-modal .modal.active,
#event-modal .overlay.active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(10px);
}
#youtube-modal .modal__cross, .youtube-modal .modal__cross,
#modal-social-share .modal__cross,
#gallery-modal .modal__cross,
#event-modal .modal__cross {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  fill: #444;
  cursor: pointer;
}
#youtube-modal .modal__cross:hover, .youtube-modal .modal__cross:hover,
#modal-social-share .modal__cross:hover,
#gallery-modal .modal__cross:hover,
#event-modal .modal__cross:hover {
  fill: #000000;
}
#youtube-modal a, .youtube-modal a,
#modal-social-share a,
#gallery-modal a,
#event-modal a {
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  height: 100%;
  min-height: 100%;
  display: inherit;
}
#youtube-modal a.js-open-modal:hover .svg, .youtube-modal a.js-open-modal:hover .svg,
#modal-social-share a.js-open-modal:hover .svg,
#gallery-modal a.js-open-modal:hover .svg,
#event-modal a.js-open-modal:hover .svg {
  color: var(--as-color-blue);
  fill: var(--as-color-blue);
}
#youtube-modal .text-block-gold, .youtube-modal .text-block-gold,
#modal-social-share .text-block-gold,
#gallery-modal .text-block-gold,
#event-modal .text-block-gold {
  top: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  background: var(--as-color-yellow);
  color: #393535;
  padding: 40px 7.5% 40px;
}
#youtube-modal .text-block-gold p, .youtube-modal .text-block-gold p,
#modal-social-share .text-block-gold p,
#gallery-modal .text-block-gold p,
#event-modal .text-block-gold p {
  font-size: 14px;
  color: #393535;
}
#youtube-modal .text-block-gold h3, .youtube-modal .text-block-gold h3,
#modal-social-share .text-block-gold h3,
#gallery-modal .text-block-gold h3,
#event-modal .text-block-gold h3 {
  color: #4a4a4a;
}
#youtube-modal .play .fullscreen-video-text, .youtube-modal .play .fullscreen-video-text,
#modal-social-share .play .fullscreen-video-text,
#gallery-modal .play .fullscreen-video-text,
#event-modal .play .fullscreen-video-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
#youtube-modal .play svg, .youtube-modal .play svg,
#modal-social-share .play svg,
#gallery-modal .play svg,
#event-modal .play svg {
  width: 150px;
  height: 100px;
  position: absolute;
  z-index: 2;
  color: white;
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-right: 1.5em;
}
#youtube-modal .play:hover svg, .youtube-modal .play:hover svg,
#modal-social-share .play:hover svg,
#gallery-modal .play:hover svg,
#event-modal .play:hover svg {
  color: var(--as-color-blue);
  fill: var(--as-color-blue);
}

.fullscreen-video-spotlight #youtube-modal .play svg,
.fullscreen-video-spotlight .youtube-modal .play svg {
  z-index: 2;
  color: #fff;
  fill: #fff;
  position: absolute;
  max-width: 108px;
  max-height: 108px;
  left: calc(25% - 54px);
  bottom: calc(25% - 54px);
}

.fullscreen-video-responsive-post #youtube-modal .caption,
.fullscreen-video-responsive-post .youtube-modal .caption {
  bottom: 5px;
}

#modal-social-share a.social-sharing-buttons__button.share-email {
  color: var(--as-color-red);
  fill: var(--as-color-red);
}
#modal-social-share a.social-sharing-buttons__button.share-email:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #fff;
  text-decoration: none;
}
#modal-social-share a.social-sharing-buttons__button.share-facebook {
  color: #3b5998 !important;
  fill: #3b5998 !important;
}
#modal-social-share a.social-sharing-buttons__button.share-facebook:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #fff;
  text-decoration: none;
}
#modal-social-share a.social-sharing-buttons__button.share-twitter {
  color: var(--as-color-blue) !important;
  fill: var(--as-color-blue) !important;
}
#modal-social-share a.social-sharing-buttons__button.share-twitter:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #fff;
  text-decoration: none;
}
#modal-social-share .social-sharing-buttons svg#facebook,
#modal-social-share .social-sharing-buttons svg#email {
  width: 40px !important;
  height: 40px !important;
}
#modal-social-share .social-sharing-buttons svg#twitter {
  height: 30px !important;
  width: 40px !important;
}
#modal-social-share .socialbox-inner .share {
  text-align: center;
}
#modal-social-share .modal {
  opacity: 0;
  visibility: hidden;
  width: 50%;
  position: fixed;
  background: white;
  top: 50%;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 200;
  text-align: center;
}
#modal-social-share .share-icons {
  padding: 20px;
}
#modal-social-share a {
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
}
#modal-social-share a.js-open-modal {
  position: relative;
}
#modal-social-share .text-block-gold {
  padding: 40px 7.5% 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  background: var(--as-color-yellow);
  color: #393535;
  top: 50%;
}
#modal-social-share .play svg {
  width: 150px;
  height: 100px;
  position: absolute;
  z-index: 2;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#modal-social-share .play:hover svg {
  color: var(--as-color-blue);
}

#modal-social-share {
  position: absolute;
  right: 0;
  top: 0;
}
#modal-social-share a.social-sharing-buttons__button.share-email {
  color: var(--as-color-red);
}
#modal-social-share a.social-sharing-buttons__button.share-email svg {
  width: 40px !important;
  height: 40px !important;
}
#modal-social-share a.social-sharing-buttons__button.share-facebook {
  color: #3b5998 !important;
}
#modal-social-share a.social-sharing-buttons__button.share-facebook svg {
  width: 40px !important;
  height: 40px !important;
}
#modal-social-share a.social-sharing-buttons__button.share-twitter {
  color: var(--as-color-blue) !important;
}
#modal-social-share .socialbox-inner .share {
  text-align: center;
}
#modal-social-share .modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 600px;
  position: fixed;
  top: 30%;
  bottom: auto;
  left: 0;
  margin: auto;
  right: 0;
  z-index: 200;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#modal-social-share .share-icons {
  padding: 20px;
}

#gallery-modal,
#event-modal,
#youtube-modal,
.youtube-modal {
  height: 100%;
}
#gallery-modal .slick iframe,
#gallery-modal iframe,
#event-modal .slick iframe,
#event-modal iframe,
#youtube-modal .slick iframe,
#youtube-modal iframe,
.youtube-modal .slick iframe,
.youtube-modal iframe {
  min-height: 400px;
}
#gallery-modal figcaption.gallery__figcaption,
#event-modal figcaption.gallery__figcaption,
#youtube-modal figcaption.gallery__figcaption,
.youtube-modal figcaption.gallery__figcaption {
  padding: 20px;
}
#gallery-modal .lightbox-title,
#event-modal .lightbox-title,
#youtube-modal .lightbox-title,
.youtube-modal .lightbox-title {
  position: relative;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: white;
  background: black;
}
#gallery-modal .lightbox-title h3,
#event-modal .lightbox-title h3,
#youtube-modal .lightbox-title h3,
.youtube-modal .lightbox-title h3 {
  position: absolute;
  top: 25%;
  bottom: auto;
  right: 0;
  left: 50%;
  margin: auto;
  z-index: 20;
}
#gallery-modal img.image-style-spotlight-mobile,
#event-modal img.image-style-spotlight-mobile,
#youtube-modal img.image-style-spotlight-mobile,
.youtube-modal img.image-style-spotlight-mobile {
  opacity: 0.8;
  width: 100%;
  height: 344px;
  width: 344px;
}
#gallery-modal .modal.active figure.gallery__figure.gallery__figure,
#event-modal .modal.active figure.gallery__figure.gallery__figure,
#youtube-modal .modal.active figure.gallery__figure.gallery__figure,
.youtube-modal .modal.active figure.gallery__figure.gallery__figure {
  background: var(--as-color-light-gray);
  color: #444;
  position: relative;
  width: 85% !important;
  max-width: 1200px;
  font-size: 1.6em;
  margin-bottom: 20px;
  z-index: 2;
}
#gallery-modal .modal.active figcaption.gallery__figcaption,
#event-modal .modal.active figcaption.gallery__figcaption,
#youtube-modal .modal.active figcaption.gallery__figcaption,
.youtube-modal .modal.active figcaption.gallery__figcaption {
  padding: 30px 7.5%;
  background: #ffffff;
  color: #333333;
}
#gallery-modal .modal.active img,
#event-modal .modal.active img,
#youtube-modal .modal.active img,
.youtube-modal .modal.active img {
  opacity: 1;
  height: 344px;
  width: 100%;
}
#gallery-modal .modal.active h3,
#event-modal .modal.active h3,
#youtube-modal .modal.active h3,
.youtube-modal .modal.active h3 {
  color: #333333;
  font-size: 18px;
  font-family: var(--as-font-serif);
  text-transform: none;
  top: auto;
}
#gallery-modal .modal.active p,
#event-modal .modal.active p,
#youtube-modal .modal.active p,
.youtube-modal .modal.active p {
  font-size: 15px;
  padding: 30px 20px 20px;
}
#gallery-modal .modal.active svg.modal__cross.js-modal-close,
#event-modal .modal.active svg.modal__cross.js-modal-close,
#youtube-modal .modal.active svg.modal__cross.js-modal-close,
.youtube-modal .modal.active svg.modal__cross.js-modal-close {
  right: -30px;
  position: absolute;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 19px;
  fill: white;
  margin: unset;
  left: auto;
  color: #fff;
}
#gallery-modal .modal.active svg.modal__cross.js-modal-close:hover,
#event-modal .modal.active svg.modal__cross.js-modal-close:hover,
#youtube-modal .modal.active svg.modal__cross.js-modal-close:hover,
.youtube-modal .modal.active svg.modal__cross.js-modal-close:hover {
  color: var(--darkest-gray);
  fill: var(--darkest-gray);
}

#event-modal .post,
#event-modal a.js-open-modal {
  display: block;
  cursor: pointer;
}
#event-modal figure {
  margin: unset;
}
#event-modal figcaption.gallery__figcaption {
  width: 95%;
}
#event-modal a {
  color: black;
  background: none !important;
}
#event-modal .modal {
  -webkit-transform: unset;
          transform: unset;
  top: 25%;
}
#event-modal .gallery__figcaption-container {
  padding: 5%;
}
#event-modal .gallery__figcaption-container .post-excerpt {
  width: 100%;
}
#event-modal .modal.active figcaption.gallery__figcaption {
  background-color: unset;
}
#event-modal .modal.active figure.gallery__figure.gallery__figure {
  width: 95% !important;
}
#event-modal .modal.active .location {
  color: var(--as-color-dark-red);
  font-weight: bold;
  letter-spacing: 0.075em;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 2em;
}
#event-modal .modal.active p {
  font-size: 15px;
  padding: 10px;
  text-align: center;
}

.node.node--type-events.node--view-mode-card {
  max-width: 320px;
  margin-bottom: 20px;
}

#youtube-modal,
.youtube-modal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#youtube-modal:hover svg,
.youtube-modal:hover svg {
  color: var(--as-color-light-blue);
  fill: var(--as-color-blue);
}

svg.close {
  right: -30px;
  position: absolute;
  top: 30px;
  right: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  text-align: center;
  color: var(--gray);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 19px;
  fill: white;
  color: #fff;
}
svg.close:hover {
  color: var(--darkest-gray);
  fill: var(--darkest-gray);
}

@media all and (min-width: 0px) and (max-width: 425px) {
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .play,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .play {
    background: var(--darkest-gray);
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .caption {
    margin: auto;
    width: 100%;
    padding: 30px 15px;
  }
}
@media all and (min-width: 426px) and (max-width: 767px) {
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .play,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .play {
    background: var(--darkest-gray);
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .caption {
    margin: auto;
    width: 100%;
    padding: 30px 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .play,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .play {
    background: var(--darkest-gray);
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .caption {
    margin: auto;
    width: 365px;
    padding: 30px 15px;
  }
}
@media all and (min-width: 769px) and (max-width: 1030px) {
  .fullscreen-video-spotlight .fullscreen-video-post,
  .fullscreen-video-spotlight .column.sixty.single-image,
  .fullscreen-video-spotlight .column.sixty.video-post {
    min-height: 600px;
    max-height: 800px;
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal a,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal a {
    min-height: 600px;
    max-height: 800px;
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .play,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .play {
    background: var(--darkest-gray);
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .caption {
    margin: auto;
    width: 365px;
    padding: 30px 15px;
  }
}
@media all and (min-width: 1031px) {
  .fullscreen-video-spotlight .fullscreen-video-post,
  .fullscreen-video-spotlight .column.sixty.single-image,
  .fullscreen-video-spotlight .column.sixty.video-post {
    min-height: 800px;
    max-height: 800px;
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal a,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal a,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal a {
    min-height: 800px;
    max-height: 800px;
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .play,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .play,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .play {
    background: var(--darkest-gray);
  }
  .fullscreen-video-spotlight .fullscreen-video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .fullscreen-video-post .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.single-image .youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post #youtube-modal .caption,
  .fullscreen-video-spotlight .column.sixty.video-post .youtube-modal .caption {
    margin: auto;
    width: 365px;
    padding: 30px 15px;
  }
}

@media all and (min-width: 0px) and (max-width: 320px) {
  .video-spotlight .video-post {
    min-height: 310px !important;
  }
  .video-spotlight .video-post .text-block-gold {
    background: white !important;
  }
  .column.sixty.single-image {
    min-height: 160px !important;
    max-height: 160px !important;
  }
}
@media all and (min-width: 321px) and (max-width: 375px) {
  .column.sixty.single-image {
    min-height: 188px !important;
    max-height: 188px !important;
  }
  .video-spotlight .video-post {
    min-height: 335px !important;
  }
  .video-spotlight .video-post .text-block-gold {
    background: white !important;
  }
}
@media all and (min-width: 376px) and (max-width: 425px) {
  .column.sixty.single-image {
    min-height: 213px !important;
    max-height: 213px !important;
  }
  .video-spotlight .video-post {
    min-height: 360px !important;
  }
  .video-spotlight .video-post .text-block-gold {
    background: white !important;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .video-spotlight .video-post {
    min-height: 800px !important;
  }
}
@media all and (min-width: 0px) and (max-width: 320px) {
  .fullscreen-video-post #youtube-modal .play svg,
  .fullscreen-video-post .youtube-modal .play svg,
  .fullscreen-video-responsive-post #youtube-modal .play svg,
  .fullscreen-video-responsive-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    right: 0 !important;
    left: 50% !important;
    top: 60% !important;
    margin: -30px 0 0 -30px;
  }
  .fullscreen-video-post #youtube-modal .text-block-gold,
  .fullscreen-video-post .youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post #youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
  }
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-post .youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-responsive-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-responsive-post .youtube-modal .play svg {
    top: 50% !important;
  }
  .home.node.node--type-home-page.node--view-mode-full .video-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .video-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    bottom: calc(60% - 30px) !important;
    right: 0 !important;
    left: 0 !important;
    top: 0% !important;
  }
  .column.sixty.video-post .play svg {
    top: -150px !important;
  }
  .share {
    padding: 80px 3.75%;
  }
}
@media all and (min-width: 321px) and (max-width: 375px) {
  .fullscreen-video-post #youtube-modal .play svg,
  .fullscreen-video-post .youtube-modal .play svg,
  .fullscreen-video-responsive-post #youtube-modal .play svg,
  .fullscreen-video-responsive-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    right: 0 !important;
    left: 50% !important;
    top: 60% !important;
    margin: -30px 0 0 -30px;
  }
  .fullscreen-video-post #youtube-modal .text-block-gold,
  .fullscreen-video-post .youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post #youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
  }
  .video-post #youtube-modal .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    bottom: calc(50% - 30px) !important;
    right: 0 !important;
    left: 0 !important;
    top: 0% !important;
  }
  .video-post #youtube-modal .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 7.5% !important;
    margin-top: -5px !important;
  }
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-post #youtube-modal .youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-responsive-post #youtube-modal .youtube-modal .play svg {
    top: 50% !important;
  }
  .home.node.node--type-home-page.node--view-mode-full .video-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .video-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    bottom: calc(60% - 30px) !important;
    right: 0 !important;
    left: 0 !important;
    top: 0% !important;
  }
  .column.sixty.video-post .play svg {
    top: -150px !important;
  }
  .share {
    padding: 80px 3.75%;
  }
}
@media all and (min-width: 376px) and (max-width: 425px) {
  .fullscreen-video-post #youtube-modal .play svg,
  .fullscreen-video-post .youtube-modal .play svg,
  .fullscreen-video-responsive-post #youtube-modal .play svg,
  .fullscreen-video-responsive-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    right: 0 !important;
    left: 50% !important;
    top: 55% !important;
    margin: -30px 0 0 -30px;
  }
  .fullscreen-video-post #youtube-modal .text-block-gold,
  .fullscreen-video-post .youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post #youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
  }
  .video-post #youtube-modal .play svg,
  .video-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    bottom: calc(50% - 30px) !important;
    right: 0 !important;
    left: 0 !important;
    top: 0% !important;
  }
  .video-post #youtube-modal .text-block-gold,
  .video-post .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 7.5% !important;
    margin-top: -5px !important;
  }
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-post .youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-responsive-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .fullscreen-video-responsive-post .youtube-modal .play svg {
    top: 50% !important;
  }
  .home.node.node--type-home-page.node--view-mode-full .video-post #youtube-modal .play svg,
  .home.node.node--type-home-page.node--view-mode-full .video-post .youtube-modal .play svg {
    height: 60px !important;
    width: 60px !important;
    bottom: calc(60% - 30px) !important;
    right: 0 !important;
    left: 0 !important;
    top: 0% !important;
  }
  .column.sixty.video-post .play svg {
    top: -150px !important;
  }
  .share {
    padding: 80px 3.75%;
  }
}
@media all and (min-width: 426px) and (max-width: 599px) {
  .fullscreen-video-post #youtube-modal .text-block-gold,
  .fullscreen-video-post .youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post #youtube-modal .text-block-gold,
  .fullscreen-video-responsive-post .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
  }
  .video-post #youtube-modal .text-block-gold,
  .video-post .youtube-modal .text-block-gold {
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    position: relative !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 7.5% !important;
    margin-top: -5px !important;
  }
  .column.sixty.video-post .play svg {
    top: -150px !important;
  }
  .share {
    padding: 80px 3.75%;
  }
}
@media all and (min-width: 0px) and (max-width: 320px) {
  #modal-social-share .modal.active {
    max-width: 280px;
  }
  .share {
    padding: 25px;
  }
}
@media all and (min-width: 321px) and (max-width: 375px) {
  #modal-social-share .modal.active {
    max-width: 310px;
  }
  .share {
    padding: 25px;
  }
}
@media all and (min-width: 376px) and (max-width: 425px) {
  #modal-social-share .modal.active {
    max-width: 375px;
  }
  .share {
    padding: 25px;
  }
}
@media all and (min-width: 426px) and (max-width: 677px) {
  #modal-social-share .modal.active {
    max-width: 400px;
  }
  .share {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .fullscreen-video-spotlight .fullscreen-video-post {
    background-image: none !important;
  }
  .fullscreen-video-spotlight #youtube-modal .caption,
  .fullscreen-video-spotlight .youtube-modal .caption {
    position: relative !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 7.5% !important;
    margin-top: -5px !important;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fullscreen-video-spotlight .fullscreen-video-post picture img {
    display: none !important;
  }
  .media.media--type-image.media--view-mode-easy-spotlight-desktop.washu-image img {
    display: none;
  }
  .fullscreen-video-post {
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 599px) {
  .video-post {
    background-image: none !important;
  }
}
@media (min-width: 600px) {
  .paragraph.paragraph--type--spotlight.paragraph--view-mode--default .video-post #youtube-modal > a > picture > img,
  .paragraph.paragraph--type--spotlight.paragraph--view-mode--default .video-post .youtube-modal > a > picture > img {
    display: none !important;
  }
  .paragraph--type--spotlight .video-spotlight img,
  .paragraph--type--spotlights .video-spotlight img {
    display: none !important;
  }
}
.fullscreen-video-spotlight .youtube-modal .caption {
  background: var(--darkest-gray);
}

.home .event-feed .slide.post.slick-slide {
  z-index: 0 !important;
}

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