

/*      Request ID: 307177eb12877f89c5e86d7b9ce3c944_1607995497 (05/07/2021 1:05pm) (minifier disabled)      */

body.lw_overlay_open {
  overflow: hidden; }

body.lw_overlay_open .lw_overlay_wrapper {
  overflow-x: hidden;
  overflow-y: auto; }

.lw_overlay_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1150;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .lw_overlay_wrapper .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; }
    .lw_overlay_wrapper .fade.in {
      opacity: 1; }

.lw_overlay_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1140;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5; }

.lw_overlay {
  position: relative;
  width: auto;
  margin: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

a.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: 1200; }
  a.lw_overlay_close_button:hover {
    background-color: #b22;
    color: #fff;
    border-color: #777;
    text-decoration: none; }

.lw_overlay_close {
  float: right;
  padding: 0;
  margin-top: -2px;
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.lw_overlay_contents {
  overflow: hidden;
  position: relative; }

.lw_overlay_header,
.lw_overlay_body,
.lw_overlay_footer {
  padding: 15px; }

.lw_overlay_header {
  border-bottom: 1px solid #e5e5e5; }
  .lw_overlay_header h3 {
    margin: 0; }

.lw_overlay_footer {
  border-top: 1px solid #e5e5e5; }
  .lw_overlay_footer .btn {
    margin-left: 5px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .lw_overlay {
    width: 600px;
    margin: 30px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .overlay-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .overlay-lg {
    width: 900px; } }
.lw_slideshow {
  position: relative;
  background: #fff url(/live/resource/image/spinner.gif) no-repeat center center;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
  .lw_slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #fff;
    margin: 0;
    padding: 0; }
    .lw_slideshow > li .lw_news_credit,
    .lw_slideshow > li .lw_news_caption {
      font-size: .875em; }
    .lw_slideshow > li .lw_news_credit {
      color: #666; }
      .lw_slideshow > li .lw_news_credit:before {
        content: 'Credit: '; }
    .lw_slideshow > li > img {
      position: static;
      /* to override client css positioning that caused an issues is a couple of places */
      max-width: 100%;
      width: auto;
      height: auto; }

.lw_slideshow_controls {
  position: relative;
  width: 100%;
  font-size: 1em;
  line-height: 1.75em;
  background-color: #fff;
  margin-bottom: 1px; }
  .lw_slideshow_controls a {
    text-decoration: none; }

.lw_slideshow_one_slide .lw_slideshow_controls {
  display: none; }

.lw_slideshow_controls .lw_disabled {
  opacity: 0.5;
  cursor: default; }

.lw_slideshow_count {
  display: inline-block;
  text-align: center;
  color: #666;
  margin-left: 5px;
  margin-r