/*      Request ID: f44f53662799323fba1242e71395cbdf_1769197940 (02/23/2026 6:56pm) (nY7RDYUwCABXeQNoSdyIUFTyKG1Klbi9uoIfl9zX5eDEDhEBipGUFPs/cT5A5eTYURnGzoVBjRbwcSk7UC2l2ow5y5Bqnsh9+sGH0oaq3B9LDx8bBTeTVYhtzK22o707Nw==)      */



/*      Resource ID: c46717fd44f97f23c3a69eb2a64 (common-additions.css, minified by none) (02/23/2026 6:56pm) (A:4613, B:4613, J:4613, K:4613)      */

/* Quick galleries */
.lw_item_images { list-style-type:none; margin:0; }
.lw_slideshow { position:relative; background:#fff url(/live/resource/image/spinner.gif) no-repeat center center; padding:0 0 20px; margin:0; list-style-type:none; overflow:hidden; }
	.lw_slideshow li { background-color:#fff; margin:0; padding:0; }
	.lw_slideshow_controls { position:absolute; bottom:0; height:20px; width:100%; z-index:200; font-size:0.9em; }
		.lw_slideshow_prev,.lw_slideshow_next { position:absolute; bottom:0; }		
		.lw_slideshow_prev { left:0; }
		.lw_slideshow_next { right:0; }
		.lw_slideshow_controls .lw_disabled { opacity:0.5; cursor:default; }
		.lw_slideshow_controls a.lw_disabled:hover { text-decoration: none; } 
		.lw_slideshow_count { text-align:center; color:#666; display:block } /* added display:block by LS 8-9-18 */

/* New slideshow */
.lw_slider { position:relative; background:#fff url(/live/resource/image/spinner.gif) no-repeat center center; padding:0; margin:0; list-style: none; overflow:hidden; }
	.lw_slider li { background-color:#fff; margin:0; padding:0; }
	.lw_slider_controls { width:100%; font-size: 1em; line-height: 1.75em; position: relative; background-color: #fff; margin-bottom: 1px; }
	    .lw_slider_controls a { text-decoration: none; } 
		.lw_slider_prev,.lw_slider_next { position:absolute; bottom: 0; }		
		.lw_slider_prev { left: 6px; }
		.lw_slider_next { right: 6px; }
		.lw_slider_controls .lw_disabled { opacity:0.5; cursor:default; }
		.lw_slider_count { text-align:center; color:#666; }

/* LW clearfix */
.lw_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lw_clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .lw_clearfix {height: 1%;}
* .lw_clearfix {display: block;}
*/* End hide from IE-mac */
		
/* Common UI */
.lw_spinner { position:absolute !important; top:0; left:0; width:100%; height:100%; background:#fff url(/live/resource/image/spinner.gif) no-repeat center center; z-index:1000; }
.lw_clear { height:0; clear:both; }
.lw_paginate { position:relative; clear:left; }
.lw_paginate_placeholder { position:relative; display:none; }

/* Use to hide content, need to use visibility as well for JAWS */
.lw_hidden { display: none; visibility: hidden; }

/* LiveWhale Messages and Prompts */
.lw_element .lw_prompt { width:400px; margin:0 auto !important;}
	.lw_element .lw_prompt_options { text-align:center; }
	.lw_element .lw_prompt_options button { display:inline-block; margin:10px 10px 0; }
.lw_msg { padding:10px; }
.lw_element .lw_prompt a { font-weight:bold; text-decoration:none; }
.lw_element .lw_prompt a:hover { text-decoration:underline; }

/* success, warning, and failure message bars that are fixed to the top of page */ 
.lw_msg_top .lw_msg_success,
.lw_msg_top .lw_msg_warning,
.lw_msg_top .lw_msg_failure { width: 100%; font-weight:bold; margin: 0; padding:3px 8px; left: 0; }

/* general styles for success, warning, and failure messages */
.lw_element .lw_msg_success,.lw_element .lw_notice.lw_msg_success { color:#383; border: 1px solid #8b8; background-color:#efe; }
	.lw_element .lw_msg_success a { color:#383; }
	.lw_element .lw_msg_success a:hover { text-decoration:underline; }

.lw_element .lw_msg_warning,.lw_element .lw_notice.lw_msg_warning { color:#c72; border:1px solid #ec3; background-color:#ffb; }
	.lw_element .lw_msg_warning a { color:#222; text-decoration:underline; }
	.lw_element .lw_msg_warning a:hover { text-decoration:underline; }

.lw_element .lw_msg_failure,.lw_element .lw_notice.lw_msg_failure { color:#c22; border:1px solid #d88; background-color:#fee; }
	.lw_element .lw_msg_failure a { color:#c22 !important; }
	.lw_element .lw_msg_failure a:hover { text-decoration:underline; }

/* LiveWhale interfaces */
.lw_element h1 { display:inline-block; font-size:2em; font-weight:bold;  }
.lw_element h1+.lw_cancel { position:relative; top:-0.2em; }
.lw_element .lw_cancel { color:#999; margin-left:5px; }
	.lw_element	.lw_cancel a { color:#d00; }
		
/* Overlays */
/*
.lw_overlay_container { position:absolute; z-index:10000; top:0; left:0; width:100%; font-family:"Helvetica Neue",Arial,Helvetica,sans-serif; }
	.lw_element .lw_overlay_blackout { width:100%; height:100%; position:fixed; top:0; left:0; background:rgb(0,34,68); background:rgba(0,34,68,0.8); opacity:0; }
	.lw_element .lw_overlay { background-color:#fff; -moz-border-radius:16px; border-radius:16px; -webkit-border-radius:16px; padding:20px; margin:0 auto; }
	.lw_element .lw_overlay { position:relative; display:none; margin:0 auto; opacity:0; }
	.lw_element .lw_overlay_close_button { position:absolute; top:-10px; right:-10px; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; width:24px; height:24px; font-size:16px; line-height:20px; text-align:center; background-color:#222; font-weight:bold; color:#fff; text-decoration:none; z-index: 10001 }
	.lw_element .lw_overlay_close_button:hover { background-color:#b22; border-color:#777; }
	.lw_element .lw_overlay_contents { overflow:hidden; position:relative; }
*/

	.lw_element .lw_image_preview { height:100px; width:100px; text-align:center; padding:0; }
		.lw_image_preview .lw_overlay_contents { height:100%; }
		.lw_image_preview_image { -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px; }
		.lw_image_preview .lw_spinner { background-color:transparent; }
		.lw_image_preview p { font-size: 13px; text-align: center; }
		.lw_element .lw_image_preview .lw_preview_content img { -moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px; }

/* Image alignment */
img.lw_align_left,.lw_image_caption.lw_align_left { float:left; margin-right:0.5em; }
img.lw_align_right,.lw_image_caption.lw_align_right { float:right; margin-left:0.5em; }
img.lw_align_center,.lw_image_caption.lw_align_center { display:block; margin-left:auto; margin-right:auto; }
img.lw_block,.lw_image_caption.lw_block { display:block;float:none; }
.lw_image_caption { display: block; } /* this allows us to set the caption width and display below image without inserting a break.  We should consider using a div tag rather than a span */
.lw_image_caption.lw_align_left { clear:left; }
.lw_image_caption.lw_align_right { clear:right; }

/*      Resource ID: 6f62bd71bb58bf66ad9c01880d9 (gallerles.less, compiled by lessc, minified by none) (02/23/2026 6:56pm) (A:2620, B:2620, C:1876, D:1876, F:1876, J:1876, K:1876)      */

/* LiveWhale Base Galleries JS */
/* #lw_gallery_image { width:500px; position:relative; float:right; } */
#lw_gallery_image {
  width: auto;
  /* 690px; */
  position: relative;
  float: left;
  /* #lw_gallery_image img { clear:both; display:block; margin:0 auto 0.5em; } */
}
#lw_gallery_image img {
  clear: both;
  display: block;
  width: 690px;
  margin: 0 auto 0.5em;
}
#lw_gallery_image .lw_spinner {
  background: transparent url(/live/resource/image/gallery_load.gif) no-repeat center center;
}
#lw_gallery_image .lw_gallery_nav a {
  display: block;
  outline: none;
}
#lw_gallery_image .lw_gallery_nav .lw_gallery_previous {
  float: left;
}
#lw_gallery_image .lw_gallery_nav .lw_gallery_next {
  float: right;
}
.lw_gallery_credit {
  font-style: italic;
}
.lw_gallery_caption {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 15px;
  opacity: 0.8;
  color: #222;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .lw_gallery_caption {
    position: static;
  }
}
.details_galleries .lw_gallery_caption {
  position: relative;
  bottom: 6px;
  left: 0;
  width: 100%;
  padding: 5px 0 15px;
  opacity: 0.8;
  color: #222;
  font-weight: 300;
}
.details_galleries .lw_gallery_credit {
  padding: 7px;
}
/* #lw_gallery_thumbnails { list-style-type:none; margin-right:550px; max-width:500px; margin:0; padding:1.2em 0; } */
#lw_gallery_thumbnails {
  list-style-type: none;
  margin-right: 550px;
  max-width: 100%;
  margin: 0;
  padding: 1.2em 0;
}
#lw_gallery_thumbnails li {
  float: left;
  margin: 0 20px 20px 0;
}
#lw_gallery_thumbnails li a {
  border: 2px solid #ccc;
  display: block;
  outline: none;
}
#lw_gallery_thumbnails li a.lw_gallery_selected {
  border-color: #222;
}
#lw_gallery_thumbnails li a img {
  border: none;
  display: block;
  max-width: none;
}
/* JS Interaction */
#lw_gallery_images {
  overflow: hidden;
  position: relative;
  clear: both;
  height: auto !important;
}
.lw_gallery_image {
  width: 100%;
}
.lw_next_image {
  background-color: #fff;
  position: absolute !important;
  top: 0;
  left: 0;
  display: none;
  z-index: 500;
}
@media all and (max-width: 480px) {
  #lw_gallery_image {
    width: 100%;
  }
}

/*      Resource ID: 1e34a12a24241971519d1b5cf74 (magnificent-popup.css, minified by none) (02/23/2026 6:56pm) (A:6837, B:6837, J:6837, K:6837)      */

.lw_slideshow_slide {
  cursor: zoom-in;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }