/* Minification failed. Returning unminified contents.
(136,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(204,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Minification failed. Returning unminified contents.
(132,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(200,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.Color_White {
  color: black;
  background-color: white;
}

.Color_Yellow {
  color: black;
  background-color: yellow;
}

/*-----------------------------------------------------------------------------------------------*  LIGHTBOX ELEMENTS / INTERFACE (IMAGE VIEWER & CONTACT FORMS WITHIN LIGHTBOXES)
\*-----------------------------------------------------------------------------------------------*/
.StopBodyScroll {
  overflow: hidden;
}

#lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: black;
  opacity: 0.75;
  display: none;
}

#lightbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  overflow: auto;
}

.lb-outerContainer {
  order: 99;
  display: flex;
  align-items: center;
  min-height: 0;
  margin: 0 auto;
}

.lb-container {
  display: flex;
  align-items: center;
  min-height: 0;
  align-self: flex-start;
}

#lightbox .lb-container img, #lightbox .lb-container svg:not(.SVGSpriteIcon) {
  display: inline;
  border: none;
  margin: 70px 60px 20px 60px;
  max-height: calc(100vh - 90px);
  max-width: calc(100vw - 120px);
}

@media only screen and (max-width: 1000px) {
  #lightbox .lb-container img, #lightbox .lb-container svg:not(.SVGSpriteIcon) {
    margin: 60px 32px 20px 32px;
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 64px);
  }
}

@media only screen and (max-width: 640px) {
  #lightbox .lb-container img, #lightbox .lb-container svg:not(.SVGSpriteIcon) {
    margin: 55px 10px 16px 10px;
    max-height: calc(100vh - 71px);
    max-width: calc(100vw - 20px);
  }
}

.lb-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.lb-data .button.IconButton.lb-close {
  display: flex;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  background-color: #1872c5 !important;
  padding: 0 !important;
  border-radius: 0px;
  outline: 1px solid #fff;
}

.lb-data .button.IconButton.lb-close:hover {
  background-color: #000000 !important;
}

.lb-data .button.IconButton.lb-close:active {
  background-color: #111111 !important;
}

.lb-data .button.IconButton.lb-close:focus {
  z-index: 12;
  box-shadow: none;
}

.lb-data .button.IconButton.lb-close:focus:after {
  display: block !important;
  content: "";
  position: absolute;
  z-index: 5;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 1px solid #000000;
  box-shadow: 0px 0px 5px 2px #000000, inset 0px 0px 0px 1px #ffffff;
  pointer-events: none;
}

.lb-data .button.IconButton.lb-close .SVGSpriteIcon use {
  --Icon-Default-Colour: #fff;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: brightness(94%);
}

.lb-nav {
  position: static;
}

.lb-container > .nav {
  left: 0;
}

.button.lb-prev, .button.lb-next {
  display: flex;
  position: fixed;
  z-index: 20;
  top: 0;
  height: 44px;
  width: 44px;
  margin: 0;
  padding: 0;
  background-color: #ca3349;
  outline: 1px solid #fff;
  border: none !important;
}

.button.lb-prev:hover, .button.lb-next:hover {
  background-color: #000000;
}

.button.lb-prev:active, .button.lb-next:active {
  background-color: #111111;
}

.button.lb-prev:focus, .button.lb-next:focus {
  z-index: 12;
  box-shadow: none;
}

.button.lb-prev:focus:after, .button.lb-next:focus:after {
  display: block !important;
  content: "";
  position: absolute;
  z-index: 5;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 1px solid #000000;
  box-shadow: 0px 0px 5px 2px #000000, inset 0px 0px 0px 1px #ffffff;
  pointer-events: none;
}

.button.lb-prev[disabled]:not(.IconButton):not(.CMSIconButton), .button.lb-next[disabled]:not(.IconButton):not(.CMSIconButton) {
  background-color: #d0d0d0 !important;
  border: none !important;
  box-shadow: none !important;
}

.button.lb-prev[disabled]:not(.IconButton):not(.CMSIconButton) .SVGSpriteIcon, .button.lb-next[disabled]:not(.IconButton):not(.CMSIconButton) .SVGSpriteIcon {
  filter: brightness(0) !important;
}

.button.lb-prev .SVGSpriteIcon use, .button.lb-next .SVGSpriteIcon use {
  --Icon-Default-Colour: #fff;
}

.button.lb-prev {
  left: 45px;
}

.button.lb-next {
  left: 90px;
}

.lb-data {
  color: #bbbbbb;
}

.lb-details {
  position: fixed;
  top: 0;
  left: 150px;
  margin: 0 auto;
  padding: 7px 10px 10px 0;
  max-width: calc(100% - 167px);
  text-align: left;
  pointer-events: none;
}

.lb-caption, .lb-number {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lb-caption {
  font-size: 13px;
  font-weight: bold;
}

.lb-number {
  font-size: 11px;
}

.LightboxGridOuterWrapper {
  width: 100%;
  margin-bottom: 32px;
}

.LightboxGrid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
  grid-gap: 16px;
}

@media (max-width: 480px) {
  .LightboxGrid {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  }
}

.LightboxGrid figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.LightboxGrid figure:after {
  display: block;
  content: "";
  z-index: 3;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  pointer-events: none;
  box-shadow: inset 0px 0px 1px #fff, 0px 0px 3px 2px rgba(0, 0, 0, 0.35);
}

.LightboxGrid figure:hover figcaption {
  background-color: #ca3349;
}

.LightboxGrid figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 1;
}

.LightboxGrid figcaption {
  flex-grow: 2;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding: 8px 9px 6px 9px;
  color: #fff;
  background-color: #1872c5;
}

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