/*      Request ID: 70f219b860c9af918c2577a006ff4377_1774538218 (03/26/2026 1:46pm) (PchBDoAgDATAH7lPMgUbaLKAaUG+rydvkwEecey9ca9Ey2edjTitF9fLtM/ArNo0UDiSEEVIdfsii48Vyh9HjngB)      */



/*      Resource ID: 4ff42d7c1a2deadcb2218f68720 (carousel.css, minified by none) (03/26/2026 12:37pm) (A:4931, B:4931, J:4931, K:4931)      */

/**********************************************
 *
 *  Carousel Gallery
 *  --------------------
 *  Carousel gallery displays a sliding strip of images in the main content area or sidebar.
 *
 *  Set thumbnail width and thumbnail height in the widget settings.
 *  
 *  Auto play without captions:         apply custom class "autoplay"
 *  Show dot navigation: 		            apply custom class "dots" 
 *  Hide captions:                      apply custom class "no-captions" 
 *  Hide arrow navigation:              apply custom class "no-arrows"
 *  Hide title:                         apply custom class "no-title"
 *
 *
 *  Source: BxSlider v4.1.2 
 *  Written by: Steven Wanderski, 2014
 *  http://stevenwanderski.com
 *  http://bxslider.com/examples/carousel-dynamic-number-slides 
 *
 **********************************************
 */

/*  Hide slider until slides load */
.lw_gallery_carousel {
	visibility: hidden;
	position: relative;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 22px; /* moving arrows */
}
 
.lw_gallery_carousel #slideshow-title { /* use ID to increase specificity */
  position: absolute;
  z-index: 99;
  margin: 0;
  padding: 0.4em 0.5em 0.3em;
  font-size: 2.1rem;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #fff;
  background-color: rgba(0,0,0, 0.5);
  font-family: 'FFBalanceWebBold';
  font-weight: 700;
  -webkit-font-smoothing: antialiased; /* smooth light text on dark background */
  -moz-osx-font-smoothing: grayscale;
}
 
.lw_gallery_carousel .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.lw_gallery_carousel .bxslider {
    margin:0 !important; 
    padding:0 !important;
} 

.lw_gallery_carousel .bxslider li {
    clear: none !important;
    margin-left: 0 !important;
    width: auto !important; /* Allow for varying image dimensions */
}

.lw_gallery_carousel figure {
    position:relative; 
    margin:0; 
}

.lw_gallery_carousel figure img {
    max-width: 100%;
    width: auto;
    display: block;
    border:none; 
    margin:0 auto !important; 
    padding:0;     
}

/* Responsive style overrides for LiveWhale lightbox*/
@media only screen and (max-width: 768px) {
  
  .lw_element .lw_overlay {  
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  
  .lw_element .lw_overlay .lw_preview_content img {
    max-width: 400px !important;
  }
}


/* Arrow Navigation
----------------------------*/
.lw_gallery_carousel .bx-controls-direction {
    display:block; 
}

.lw_gallery_carousel .bx-controls-direction a {
    z-index: 999;
    display: inline-block;
    position: absolute;
    top: 50%;
    padding: 16px 12px;
    margin-top: -16px; 
    text-indent:-9999px; 
    background: #000;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1px;
    /* outline: none; removing for a11y, March 2021 */
}
.lw_gallery_carousel .bx-controls-direction a:hover,
.lw_gallery_carousel .bx-controls-direction a:focus {
      background-color: rgba(0, 0, 0, 1);
}

.lw_gallery_carousel .bx-controls-direction .bx-prev {
    left: -23px; 
    transition: left 100ms;
}

.lw_gallery_carousel .bx-controls-direction .bx-next {
    right: -25px;
    transition: right 100ms;
}

@media only screen and (max-width: 1260px) {  /* use overlapping arrows on tablet and mobile */
  .lw_gallery_carousel {
      padding-right: 0;
  }
  
  .lw_gallery_carousel .bx-controls-direction .bx-prev {
      left: 2px;
  }

  .lw_gallery_carousel .bx-controls-direction .bx-next {
      right: 1px;
  }

}



.lw_gallery_carousel .bx-controls-direction a:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    margin-top: -10px;
}

.lw_gallery_carousel .bx-controls-direction .bx-prev:after {
    right: 8px;
    border-right-color: rgba(255, 255, 255, 1);    
}

.lw_gallery_carousel .bx-controls-direction .bx-next:after {
    left: 8px;
    border-left-color: rgba(255, 255, 255, 1);    
}


/* Caption Styles
----------------------------*/
.lw_gallery_carousel .figcaption {
    z-index:99; 
    position:absolute; 
    bottom: 0; 
    width:100%;
    overflow: hidden; 
    background-color: rgba(0, 0, 0, 0.6); 
    color: #fff; 
    line-height: 1.25; 
    font-family: Verdana, Geneva, sans-serif;
}

.lw_gallery_carousel .figcaption a {
  color: #fff !important;
  text-decoration: underline;
}

/* Adjustments to allow for multiple <p> in caption:

/* 
.lw_gallery_carousel .caption,
.lw_gallery_carousel .credit { 
	display: block; 
}
*/

.lw_gallery_carousel .figcaption > p {
    display: block;
    margin:10px 0 !important;  
    padding:0 11px !important; 
    font-size: 11px !important;
}

.lw_gallery_carousel .credit {
    margin:10px 0 !important; 
    padding:0 11px !important; 
    font-size:10px !important; 
    color: #aaa;
}

.lw_gallery_carousel .caption + .credit {
    margin-top: -6px;
}


/* Dot Navigation Styles
----------------------------*/
.lw_gallery_carousel .bx-pager {
    position: absolute;
    width: 100%;    
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 15px;
}

.lw_gallery_carousel .bx-pager .bx-pager-item,
.lw_gallery_carousel .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.lw_gallery_carousel .bx-pager.bx-default-pager a {
    background: #999;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.lw_gallery_carousel .bx-pager.bx-default-pager a:hover,
.lw_gallery_carousel .bx-pager.bx-default-pager a.active {
    background: #444;
}



/* Settings
----------------------------*/
.lw_gallery_carousel .bx-pager,                          /* turn off dots by default */
.autoplay.lw_gallery_carousel .figcaption,               /* option: turn on autoplay, captions are hidden */
.no-captions.lw_gallery_carousel .figcaption,            /* option: turn off captions */
.no-arrows.lw_gallery_carousel .bx-controls-direction,   /* option: turn off arrows */
.no-title.lw_gallery_carousel #slideshow-title           /* option: turn off title */
{ 
    display:none;  
}

/* Turn on options - must come after default settings */
.dots.lw_gallery_carousel .bx-pager,                      /* option: turn on dots */
.captions.lw_gallery_carousel .figcaption                 /* option: turn on captions */
{
	display: block;
}


/* Patch for LiveWhale 1.7.1 <picture> markup: */

.lw_gallery_carousel .bxslider picture {
  display: block;
  margin: 0;
}