

/*      Request ID: 75981f11023e80ec9485f8c71ad7342d_1754946575 (11/25/2025 6:24pm) (minifier disabled) (rY3dCYAwEINXcQDpjSTVxnoYq1yrXd8/cAIf8hECSeTwJrXWW44Dvc0OYZdt76lDN5WF0mmKhqBIJUuZsCBL5Np7SvQkTO/ANDxwRM5tI38Naxo1acFn/j64mhEvn+kT)      */

/**********************************************
 *
 *  Grid Gallery
 *  --------------------
 *
 *  Docs: https://github.com/whitewhale/LWGalleries
 *
 *  Grid gallery displays the images in a grid.
 *  This theme is only loaded when the page has a grid gallery.
 *  Grid gallery is used on gallery details pages.
 * 
 *  Click to show fullscreen gallery with all gallery images.
 *  Go to the fullscreen gallery theme to change fullscreen settings.
 *
  **********************************************
 */
.lw_gallery_grid ul.gallery_images {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
}
.lw_gallery_grid ul.gallery_images li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 400px) {
  .lw_gallery_grid ul.gallery_images li {
    max-width: 48%;
  }
  .lw_gallery_grid ul.gallery_images li:nth-child(2n+2) {
    margin-left: 2.5%;
  }
}
.lw_gallery_grid ul.gallery_images figure {
  margin: 0;
}
.lw_gallery_grid ul.gallery_images picture {
  display: block;
  margin: 0;
}
.lw_gallery_grid ul.gallery_images .caption {
  max-width: 100%;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.lw_gallery_grid ul.gallery_images .credit {
  display: block;
  max-width: 100%;
  padding: 0;
  font-weight: 300;
  line-height: 18px;
  margin-top: -10px;
  font-size: 13px;
  color: #6d6d6d;
  margin-bottom: 15px;
}
.lw_gallery_infinite {
  overflow: clip;
}
body.details-page .lw_gallery_infinite {
  box-sizing: content-box;
}
body.details-page .swiper-button-prev {
  visibility: hidden;
}
.mySwiper {
  margin-left: 2.5em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .mySwiper {
    margin-left: 0.5em;
  }
}
figcaption .caption,
figcaption .credit {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 18px;
}
figcaption .credit::before {
  content: "Credit: ";
}
.lw_widget_type_galleries_inline {
  margin-bottom: 2em;
}
.swiper-pagination-bullets {
  visibility: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  color: #555555;
}
.swiper-button-prev {
  left: -5%;
}
@media only screen and (max-width: 600px) {
  .swiper-button-prev {
    left: -3%;
  }
}
.swiper-button-next {
  left: 91%;
}
.swiper-slide-next,
.swiper-slide-prev {
  visibility: hidden;
}
.swiper-scrollbar {
  display: none;
}
/**********************************************
 *
 *  Large Gallery
 *  --------------------
 *
 *  Docs: https://github.com/whitewhale/LWGalleries
 *
 *  Large gallery has a letterboxed image with 5 thumbnails down the left side.
 *  Large gallery theme is only loaded when the page has a large gallery.
 * 
 *  Click to show fullscreen gallery with all gallery images.
 *  Go to the fullscreen gallery theme to change fullscreen settings.
 *
  **********************************************
 */
.lw_gallery_large {
  margin-bottom: 85px;
  margin-left: 62px;
}
@media only screen and (max-width: 600px) {
  .lw_gallery_large {
    margin-bottom: 120px;
  }
}
@media (min-width: 1360px), (min-width: 1160px) and (max-width: 1299px) {
  .lw_gallery_large {
    margin-left: 10px;
  }
}
.lw_gallery_large:not(:first-child) {
  margin-top: 50px;
}
.lw_gallery_large .gallery_title {
  display: none;
}
.lw_gallery_large .gallery {
  width: 100%;
  position: relative;
}
.lw_gallery_large .gallery::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: calc(500 / 760 * 100%);
}
.lw_gallery_large .gallery:focus {
  outline: none;
}
.lw_gallery_large.has-btns .gallery_btn {
  opacity: 1;
}
.lw_gallery_large .gallery_btn {
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -62px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 240ms ease;
}
.lw_gallery_large .gallery_btn:nth-of-type(1) {
  top: 0px;
}
.lw_gallery_large .gallery_btn:nth-of-type(2) {
  top: calc(50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(3) {
  top: calc(50px + 16px + 50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(4) {
  top: calc(50px + 16px + 50px + 16px + 50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(5) {
  top: calc(50px + 16px + 50px + 16px + 50px + 16px + 50px + 16px);
}
.lw_gallery_large .gallery_btn:nth-of-type(n+6) {
  display: none;
}
.lw_gallery_large .gallery_btn .gallery_btn_img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
  transition: opacity 280ms ease;
}
.lw_gallery_large .gallery_btn.is-active .gallery_btn_img {
  opacity: 1;
}
.lw_gallery_large .gallery_btn:hover .gallery_btn_img,
.lw_gallery_large .gallery_btn:focus .gallery_btn_img {
  opacity: 0.6;
}
.lw_gallery_large .gallery_btn:focus {
  outline: none;
  box-shadow: inset 0 0 0px 3px #393430;
}
.lw_gallery_large .gallery_btn.plus-btn {
  background-color: rgba(161, 161, 161, 0.4);
  transition: background-color 280ms ease;
}
.lw_gallery_large .gallery_btn.plus-btn:hover,
.lw_gallery_large .gallery_btn.plus-btn:focus {
  background-color: rgba(161, 161, 161, 0.6);
}
.lw_gallery_large .gallery_btn.plus-btn span {
  display: none;
}
.lw_gallery_large .gallery_btn.plus-btn:before {
  content: "+";
}
.lw_gallery_large .gallery_slide {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.lw_gallery_large .gallery_slide.is-active {
  z-index: 0;
  opacity: 1;
  pointer-events: all;
  transition: opacity 600ms ease 100ms;
}
.lw_gallery_large .gallery_slide_bg {
  width: 100%;
  height: 100%;
  line-height: 0;
  text-align: center;
  background-color: #a1a1a1;
}
.lw_gallery_large .gallery_slide_bg picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lw_gallery_large .gallery_slide_img {
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.lw_gallery_large .gallery_slide_img img {
  max-height: 100%;
}
.lw_gallery_large .gallery_slide_caption {
  margin-top: 9px;
  color: #555;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.29;
}
