@charset "UTF-8";
/*
 * User Style:
 * Change the following styles to modify the appearance of Colorbox. They are
 * ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #000;
  margin-top: 20px;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #fff;
}
#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #fff;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #fff;
}
#cboxLoadingGraphic {
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/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;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/controls.png') no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/controls.png') no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/controls.png') no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/wp-content/themes/jpl/js/vendor/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  /* Icons */
}
@font-face {
  font-display: swap;
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/wp-content/themes/jpl/js/vendor/slick/fonts/slick.eot');
  src: url('/wp-content/themes/jpl/js/vendor/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/jpl/js/vendor/slick/fonts/slick.woff') format('woff'), url('/wp-content/themes/jpl/js/vendor/slick/fonts/slick.ttf') format('truetype'), url('/wp-content/themes/jpl/js/vendor/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.gallery.grid-simple .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery.grid-simple .gallery-wrap .img-wrap {
  margin: 0.5%;
}
@media only screen and (max-width: 767px) {
  .gallery.grid-simple .gallery-wrap .img-wrap {
    flex-basis: 49%;
    /* 2 wide */
  }
}
@media only screen and (min-width: 768px) {
  .gallery.grid-simple .gallery-wrap .img-wrap {
    flex-basis: 32.33%;
    /* 3 wide */
  }
}
@media only screen and (min-width: 980px) {
  .gallery.grid-simple .gallery-wrap .img-wrap {
    flex-basis: 24%;
    /* 4 wide */
  }
}
@media only screen and (min-width: 1280px) {
  .gallery.grid-simple .gallery-wrap .img-wrap {
    flex-basis: 15.66%;
    /* 6 wide */
  }
}
.gallery.grid-simple .gallery-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.gallery.grid .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .gallery.grid .gallery-wrap.col-2 .img-wrap {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery.grid .gallery-wrap.col-3 .img-wrap {
    width: 32.33%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery.grid .gallery-wrap.col-4 .img-wrap {
    width: 24%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery.grid .gallery-wrap.col-5 .img-wrap {
    width: 19%;
  }
}
.gallery.grid .gallery-wrap .img-wrap {
  margin: 0.5%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .gallery.grid .gallery-wrap .img-wrap {
    width: 49%;
  }
}
.gallery.grid .gallery-wrap img {
  display: block;
  height: auto;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery.grid .gallery-wrap a {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.gallery.grid .gallery-wrap a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.gallery.grid .gallery-wrap a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.gallery.grid .gallery-wrap a:hover img {
  transform: scale(1.15);
}
.gallery.carousel.show-arrows {
  padding: 50px;
}
@media only screen and (min-width: 1280px) {
  .gallery.carousel.show-arrows {
    padding: 50px 0;
  }
  .gallery.carousel.show-arrows .swiper-button-prev {
    left: -55px;
  }
  .gallery.carousel.show-arrows .swiper-button-next {
    right: -55px;
  }
}
.gallery.carousel.show-dots .gallery-captions {
  margin-top: 30px;
}
.gallery.carousel .gallery-images {
  line-height: 0;
  /* removes extra space below images */
}
.gallery.carousel .gallery-captions .caption {
  padding: 0px 15px;
}
.gallery.carousel .gallery-captions .caption .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.gallery.carousel .gallery-captions .caption .description {
  display: block;
}
.gallery.carousel .slick-slide {
  background-color: #fff;
  margin: 5px;
  padding: 0px;
}
.gallery.carousel .slick-prev,
.gallery.carousel .slick-next {
  width: 35px;
  height: 35px;
}
.gallery.carousel .slick-prev {
  left: -55px;
}
.gallery.carousel .slick-next {
  right: -55px;
}
.gallery.carousel .slick-prev:before {
  background-size: 35px 35px;
  background-image: url('../../img/icons/slick-arrow-left.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.gallery.carousel .slick-next:before {
  background-size: 35px 35px;
  background-image: url('../../img/icons/slick-arrow-right.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  opacity: 1;
}
.gallery.carousel-rich.show-arrows {
  padding: 0px 25px;
}
.gallery.carousel-rich.show-dots .gallery-captions {
  margin-top: 30px;
}
@media only screen and (min-width: 980px) {
  .gallery.carousel-rich .carousel-rich-slide {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 980px) {
  .gallery.carousel-rich .carousel-rich-slide .col-img {
    line-height: 0;
    /* removes extra space below images */
    padding-right: 30px;
    width: 50%;
  }
}
.gallery.carousel-rich .carousel-rich-slide .col-img img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .gallery.carousel-rich .carousel-rich-slide .col-content-wrap {
    align-items: center;
    display: flex;
    width: 50%;
  }
}
