/* Remove Blazy temp fix (blazy.css, line 91) - it causes issues in iOS and isn't needed. */
.media--fx .b-blur {
  object-fit: fill;
}

.responsive-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#colorbox {
  outline: 0;
  top: 3% !important;
  height: 94% !important;
}

#cboxWrapper,
#cboxContent,
#cboxLoadedContent:not(.media--ratio) {
  width: 100% !important;
  height: 100% !important;
}

#cboxWrapper > div:nth-child(2) {
  width: 100%;
  height: 100%;
}

#cboxOverlay {
  background-color: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

.cboxSizer {
  display: block;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #E2E8EB;
}
.cboxSizer::-webkit-scrollbar {
  width: 11px;
}
.cboxSizer::-webkit-scrollbar-track {
  background: #E2E8EB;
}
.cboxSizer::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 6px;
  border: 3px solid #E2E8EB;
}

#cboxTitle {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#cboxLoadedContent {
  color: #fff;
}
#cboxLoadedContent:not(.media--ratio) {
  padding-top: 3rem;
}
#cboxLoadedContent .field--media--field-media-image {
  display: flex;
  justify-content: center;
  height: calc(94vh - 16rem);
}
@media (orientation: landscape) {
  #cboxLoadedContent .field--media--field-media-image {
    height: calc(94vh - 10rem);
  }
}
#cboxLoadedContent .field--media--field-media-image img {
  object-fit: contain;
  margin-bottom: 0;
}
#cboxLoadedContent .media__caption {
  color: #fff;
}
@media (orientation: landscape) {
  #cboxLoadedContent .media__caption {
    height: 6rem;
    overflow-y: auto;
  }
}
#cboxLoadedContent .media__caption__innermost {
  max-width: none;
}
#cboxLoadedContent.media--ratio {
  margin-left: auto;
  margin-right: auto;
}
#cboxLoadedContent.media--ratio .cboxIframe {
  border: 0;
}

#cboxLoadingGraphic {
  background: url("../images/colorbox-loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxCurrent,
#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25;
}

#cboxPrevious,
#cboxNext {
  font-family: "utile-display", sans-serif;
  border-width: 0 0 1.5px;
  border-style: solid;
  border-color: transparent;
}
#cboxPrevious:focus, #cboxPrevious:hover,
#cboxNext:focus,
#cboxNext:hover {
  border-color: #8cbce1;
}

#cboxCurrent {
  left: 0;
  text-transform: uppercase;
}

#cboxPrevious {
  right: 7rem;
}

#cboxNext {
  right: 3rem;
}

#cboxClose:focus {
  outline-offset: 2px;
  outline-color: #585958;
  outline-style: solid;
  outline-width: 1px;
}
#cboxClose:focus:active, #cboxClose:focus:not(:focus-visible) {
  outline: 0;
}
#cboxClose {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2219%22%20y2%3D%2219%22%3E%3C%2Fline%3E%0A%20%20%20%20%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate%2810.000000%2C%2010.000000%29%20scale%28-1%2C%201%29%20translate%28-10.000000%2C%20-10.000000%29%20%22%3E%3C%2Fline%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: contain;
  width: 1.375rem;
  height: 1.375rem;
  text-indent: 100%;
  transition: opacity 0.5s ease;
}
#cboxClose:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20stroke%3D%22%238cbce1%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2219%22%20y2%3D%2219%22%3E%3C%2Fline%3E%0A%20%20%20%20%3Cline%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2219%22%20y2%3D%2219%22%20transform%3D%22translate%2810.000000%2C%2010.000000%29%20scale%28-1%2C%201%29%20translate%28-10.000000%2C%20-10.000000%29%20%22%3E%3C%2Fline%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
.colorbox-complete #cboxClose {
  opacity: 1;
}

@media (max-width: 767px) {
  #cboxLoadedContent .media__caption__inner {
    width: 100% !important;
  }
  #cboxLoadedContent.media--ratio {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  #cboxLoadedContent .media__caption__inner {
    width: 60% !important;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  #cboxLoadedContent.media--ratio {
    top: 3rem;
    padding-bottom: 0 !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #cboxLoadedContent.media--ratio {
    margin-top: 3rem;
  }
}
@media (min-width: 0) and (max-width: 1439px) {
  #colorbox {
    width: 90% !important;
    left: 5% !important;
  }
  #cboxLoadedContent.media--ratio {
    /* Prevent full width if the screen ratio would push the bottom of a video offscreen */
    width: 141vh !important;
  }
}
@media (min-width: 1440px) {
  #colorbox {
    width: 80% !important;
    left: 10% !important;
  }
}
@media (min-width: 1440px) and (max-width: 1739px) {
  #cboxLoadedContent.media--ratio {
    /* Prevent full width if the screen ratio would push the bottom of a video offscreen */
    width: 112.8vh !important;
  }
}
@media (min-width: 1740px), (min-height: 945px) {
  #cboxLoadedContent.media--ratio {
    /* Prevent full width if the screen ratio would push the bottom of a video offscreen */
    width: 94vh !important;
  }
}
/*# sourceMappingURL=colorbox-custom.css.map */
