
@import (inline) "../../../thirdparty/font-lw-calendar/css/lw-calendar.css";
/*      Request ID: 706f1f2cbd295fec3f9e1ce1816f8805_1778550035 (09/17/2026 12:43pm) (rczBDYAgDEDRVRxA6UgGoQaSlppSIG4v0RW8vcv/kIQRWFRzhcZl+7hF7I5G8OSCMFztoBz2ZExAueNInhAs4WyDKEK1m7BOM0txk3Vd4Nf1qVIMS3znDw==)      */



/*      Resource ID: dff999d6d2a3feae696752ad17d (common.less, compiled by lessc, minified by none) (09/17/2026 12:42pm) (A:9775, B:9775, C:7777, D:7777, F:7777, J:7777, K:7777)      */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.lw_clearfix:before,
.lw_clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.lw_clearfix:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.lw_clearfix {
  *zoom: 1;
}
:root {
  --fa-style-family: 'Font Awesome 7 Pro', 'Font Awesome 7 Sharp';
}
.lw_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lw_spinner:before {
  --fa: '\f1ce';
  content: var(--fa);
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: fa-spin;
  animation-timing-function: steps(8);
  font-family: var(--fa-style-family);
  font-size: 2rem;
}
.lw_clear {
  height: 0;
  clear: both;
}
.lw_paginate {
  position: relative;
  clear: left;
}
.lw_paginate_placeholder {
  position: relative;
  display: none;
}
.lw_hidden {
  display: none !important;
  visibility: hidden !important;
}
.lw_element .lw_prompt a {
  font-weight: bold;
  text-decoration: none;
}
.lw_element .lw_prompt a:hover {
  text-decoration: underline;
}
.lw_element h1 {
  display: inline-block;
  font-size: 3.2em;
  margin-top: 30px;
  font-weight: 200;
}
.lw_element h1 + .lw_cancel {
  position: relative;
  top: -0.2em;
}
.lw_element .lw_cancel {
  color: #707070;
  margin-left: 5px;
}
.lw_element .lw_cancel a {
  color: #d00;
}
/*  JP commented out some code for notices in common.less because it's duplicated (differently) in private.scss */
.lw_image_preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 5px;
}
.lw_image_preview .lw_overlay_contents {
  background-color: #000;
  border-radius: 5px;
}
.lw_image_preview .lw_image_preview_image img {
  position: absolute;
  z-index: 1060;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}
.lw_image_preview .lw_image_preview_image img.loading {
  position: static;
  opacity: 0;
}
.lw_image_preview .lw_image_preview_image img.active {
  z-index: 1061;
  opacity: 1;
}
.lw_image_preview.lw_overlay {
  border: none;
}
.lw_image_preview .lw_overlay_header {
  height: 0;
  padding: 0;
  border: none;
}
.lw_image_preview .lw_overlay_header button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1075;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 15px;
  padding: 0 0 3px;
  border: 0;
  text-align: center;
  border-radius: 9px;
  opacity: 0.6;
}
.lw_image_preview .lw_overlay_footer {
  background-color: #fff;
  opacity: 0;
}
.lw_image_preview .lw_overlay_footer > p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #333;
}
.lw_image_preview .lw_overlay_contents:hover a.lw_scroll {
  opacity: 1;
}
.lw_image_preview a.lw_scroll {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 60px;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.lw_image_preview a.lw_scroll.lw_prev:after {
  left: -2px;
  border-right-color: rgba(255, 255, 255, 0.7);
}
.lw_image_preview a.lw_scroll.lw_next {
  right: 0;
}
.lw_image_preview a.lw_scroll.lw_next:after {
  left: 14px;
  border-left-color: rgba(255, 255, 255, 0.7);
}
.lw_image_preview a.lw_scroll:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 12px;
  margin-top: -12px;
}
.lw_image_preview .lw_overlay_body {
  padding: 0;
  position: relative;
}
.lw_image_preview .lw_spinner {
  opacity: 0.5;
  background-color: #000;
  z-index: 1065;
}
.lw_widget_forms fieldset legend {
  display: none;
}
.lw_widget_forms .lw_spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}
.lw_widget_forms .lw_uploader {
  position: relative;
}
.lw_widget_forms .lw_uploader > .lw_uploader_progress {
  display: none;
}
.lw_widget_forms .lw_uploader ul {
  padding: 0;
  list-style-type: none;
}
.lw_widget_forms .lw_uploader_progress {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.lw_widget_forms .lw_uploader_filename {
  padding: 3px 0 2px 3px;
  color: #666;
  white-space: nowrap;
}
.lw_widget_forms .lw_uploader_complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
}
.lw_widget_forms .lw_uploader_complete.lw_complete .lw_uploader_complete_filename {
  color: #383;
  background-color: #efe;
}
.lw_widget_forms .lw_uploader_complete.lw_failed .lw_uploader_complete_filename {
  color: #c22;
  background-color: #fee;
}
.lw_widget_forms .lw_uploader_complete_filename {
  padding: 3px 0 2px 3px;
  color: #469;
  background-color: #d0def1;
  white-space: nowrap;
}
.lw_widget_forms .lw_uploader_message {
  font-weight: bold;
}
.lw_widget_forms .lw_uploader_message em {
  font-weight: normal;
  font-style: normal;
}
picture.lw_image {
  display: inline-block;
  line-height: 0;
}
img.lw_align_left,
picture.lw_align_left,
.lw_image_caption.lw_align_left {
  float: left;
  margin-right: 0.5em;
}
img.lw_align_right,
picture.lw_align_right,
.lw_image_caption.lw_align_right {
  float: right;
  margin-left: 0.5em;
}
img.lw_align_center,
picture.lw_align_center,
.lw_image_caption.lw_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.lw_block,
picture.lw_block,
.lw_image_caption.lw_block {
  display: block;
  float: none;
}
img.lw_column_width_full,
picture.lw_column_width_full,
.lw_image_caption.lw_column_width_full {
  max-width: 100%;
  height: auto;
}
img.lw_column_width_half,
picture.lw_column_width_half,
.lw_image_caption.lw_column_width_half {
  max-width: 50%;
  height: auto;
}
img > img,
picture > img,
.lw_image_caption > img {
  max-width: 100%;
  height: auto;
}
picture.lw_align_center {
  text-align: center;
}
picture.lw_align_center img {
  display: inline-block;
}
.lw_image_caption {
  display: block;
}
.lw_image_caption.lw_align_left {
  clear: left;
}
.lw_image_caption.lw_align_right {
  clear: right;
}
.lw_image_credit {
  float: right;
  font-style: italic;
  color: #999;
}
#lw_page {
  width: 100%;
  margin-top: 40px;
  -webkit-transition: margin-top 0.25s ease-out;
  -moz-transition: margin-top 0.25s ease-out;
  -o-transition: margin-top 0.25s ease-out;
  transition: margin-top 0.25s ease-out;
}
.session_monitor .lw_overlay_close {
  display: none;
}
.lw_sr_only,
.lw_sr_only_focusable {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.lw_sr_only_focusable:active,
.lw_sr_only_focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}
.lw_skip_link {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.lw_skip_link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  z-index: 999;
  padding: 5px;
  color: #0000ff;
  background-color: #ffff99;
  border: 1px solid #999933;
  text-align: center;
}
.lw_skip_link.absolute:focus {
  position: absolute;
  z-index: 9999;
}
.star + .lw_skip_link.absolute:focus {
  left: 37px;
  top: 11px;
}
.lw_responsive_iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  /* responsive iframes are square by default */
}
.lw_responsive_iframe_wrapper.four_three {
  padding-top: 75%;
}
.lw_responsive_iframe_wrapper.three_four {
  padding-top: 133%;
}
.lw_responsive_iframe_wrapper.sixteen_nine {
  padding-top: 56.25%;
}
.lw_responsive_iframe_wrapper.nine_sixteen {
  padding-top: 178%;
}
.lw_responsive_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
input[readonly] {
  pointer-events: none;
  opacity: 50%;
}//////////////////////////////
// Import graphics font
//////////////////////////////



/* Item image controls */
.lw_slideshow_single {
    display: none;
}

/* Captcha/Honeypot */
.lw_captcha {
    min-height:100px;
    margin:1em 0;
}

/* this is used for randomized widgets; encoded content shouldn't be visible */
.lw_htmlencoded {
    display: none;
}

/* Save and Share */
#lw_email_overlay {
    width:465px;
    h1 {
        margin-top: 0;
    }
    label {
        font-weight:bold;
        display:block;
    }
    .lw_field {
        float:left;
        margin:0.4em 10px;
    }
    .lw_captcha {
        margin:0;
    }
}
#lw_email_name,#lw_email_sender {
    width:203px;
}
#lw_email_recipients {
    width:435px;
}
#lw_email_message {
    width:435px;
    height:50px;
}
#lw_email_submit {
    clear:left;
    margin-top:1em;
}

/* Preview bar */
body.lw_is_preview {
    padding-top: 22px; /* add padding to make space for preview bar, so bar doesn't overlap content */
}
#lw_preview_bar {
    background-color:#0B2A3E;
    height:22px;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:11000;
    border-bottom:2px solid #345;
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
    font-family:Helvetica,Arial,sans-serif;
    font-size:13px;
    line-height:1.4;
    color:#f3f3f3;
    padding-left:2em;
    a {
        color:#f3f3f3;
    }
}

/* jQuery UI datepicker */
    #ui-datepicker-div {
        width:13em;
        font-size:0.8em;
        padding:3px;
        background-color:#fff;
        border:solid #24315E;
        border-width:1px 2px 2px 1px;
        display:none;
        margin-top:-2px;
        margin-left:4px;
        z-index:1010;
        .ui-datepicker-prev {
            left: 2px;
            background: url(/live/resource/image/left.png) no-repeat left top;
        }
        .ui-datepicker-next {
            right: 2px;
            background: url(/live/resource/image/right.png) no-repeat left top;
        }
        .ui-datepicker-title {
            margin:0 auto;
            font-weight:bold;
            text-align:center;
        }
        table {
            width: 100%;
            font-size: .9em;
            border-collapse: collapse;
            margin:0 0 .4em;
            border:none;
        }
        th {
            border:none;
            padding:0;
            text-align:center;
            font-weight:bold;
            color:#222;
            text-transform:uppercase;
            font-size:0.9em;
        }
        td {
            border:none;
            padding:0;
            a:hover {
                background-color:#D5E7FF;
                color:#222;
            }
        }
        .ui-state-highlight {
            font-weight:bold;
        }
        .ui-state-active {
            border:1px solid #638EC8;
            background-color:#D5E7FF;
            padding:1px 3px 1px 0;
        }
        .ui-datepicker-unselectable {
            span {
                color:#aaa;
            }
        }
    }
    #ui-datepicker-div .ui-datepicker-prev,#ui-datepicker-div .ui-datepicker-next {
        position:absolute;
        display:block;
        top:3px;
        width:16px;
        height:0;
        padding-top:16px;
        overflow:hidden;
        outline:none;
        color:#333;
    }
    #ui-datepicker-div .ui-datepicker-prev-hover,#ui-datepicker-div .ui-datepicker-next-hover {
        background-position:left bottom;
    }
    #ui-datepicker-div td span,.ui-datepicker td a {
        display: block;
        padding:2px 4px 2px 0;
        text-align:right;
        text-decoration:none;
        color:#222;
    }

/* Lightbox */
.lw_lightbox_background {
    background-color:#000;
    opacity:0.5;
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.lw_lightbox_container {
    margin:0 auto;
    width:0;
    position:relative;
}
.lw_lightbox {
    margin-top:50px;
    background-color:#fff;
    padding:10px;
    box-shadow:3px 3px 3px #000;
}

/* Geotagging */
.lw_geotag {
    display:none;
}

/* Disable preview of frontend images  */
a.lw_disable_preview {
    cursor:default;
}

/* Places */
.lw_widget_type_places {
    li {
        list-style-type:none;
    }
}

.lw_point_infowindow {
    .lw_point_content_found {
        display:none;
        font-size:0.9em;
        color:#555;
    }
    .lw_point_content_type {
        display:none;
    }
    h3 {
        font-weight:bold;
        margin-top:0;
        font-size:1.4em;
        line-height:1.1;
        margin-bottom:-0.05em;
    }
	ul {
		padding: 0;
	}
    .lw_point_content_date {
        font-size:0.85em;
        color:#999;
        margin-bottom:-0.5em;
        display:none;
    }
    .lw_point_content_type_story {
        .lw_point_content_date {
            display:block;
        }
    }
    .lw_point_content_type_event {
        .lw_point_content_date {
            display:block;
        }
    }
}
.lw_places_footer {
    text-align:center;
    margin-top:0.5em;
}

/* QuickAccess */
.qa_highlight {
    // background-color: rgba(0, 0, 0, 0.15);
    // -webkit-border-radius: 2px;
    // -moz-border-radius: 2px;
    // -ms-border-radius: 2px;
    // -o-border-radius: 2px;
    // border-radius: 2px;
    // padding: 1px 2px 2px;
    // margin: 0 -2px;
    font-weight: bold;
}

.qa_selected {
    // background-color: #c6dbf4;
}
.qa_blur, .qa_noquery {
    display:none;
}
.qa_mouse {
    li {
        cursor: pointer;
        position: relative;
    }
}
.qa_message {
    // padding: 6px 16px;
    font-style: italic;
    color: #888;
}
.qa_category_title {
    font-weight:bold;
    // padding:10px;
    text-transform: capitalize;
}
.qa_results {
    width: 100%;
    position: relative;
    left: 0px;
    top: 1px;
    z-index: 40;
    // border: 1px solid #999;
    // ul {
    //     list-style: none;
    //     margin: 0;
    //     padding: 0;
    // }
    // a {
    //     color: #222;
    //     text-decoration: none;
    // }
    // small {
    //     color: rgba(0, 0, 0, 0.25);
    //     display: inline-block;
    //     padding: 1px 4px 0px;
    //     font-size: 0.75em;
    //     position: absolute;
    //     top: 10px;
    //     right: 16px;
    // }
    // li {
    //     padding: 6px 16px;
    // }
}

.lw_event_registration_success {
	font-size:1.2em;
}


.lw_image_caption {
    font-size: 13px;
    padding: 4px 0;
}


// Override inline video styles when video is responsive
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    width: 100% !important;
    height: 100% !important;
		max-width: none;
}

// Frontend forms

fieldset.lw_forms_horizontal_line, fieldset.lw_forms_header, fieldset.lw_forms_paragraph {
	border:0px;
}

/* Google Tag Manager */
#lw_gtm {
  display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}


.lw_widget_saveandshare .permalink a {
  position: relative; // contains tooltip

  // tooltip
  &:after {
    content: "Link copied to clipboard";
    display: block;
    z-index: -1; // behind everything
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 9px 13px 7px;
    text-align: center;
    background: #555;
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
            transition: opacity .25s ease-in-out;
  }

  // tooltip appears momentarily above button
  &.is-copied:after {
    z-index: 1; // above everything
    opacity: 1;
    width: 196px;
    height: auto;
    overflow: visible;
  }
}

/* Override Twitter icon with "X" Icon */

.lw-icon-twitter-square {
    position: relative;
    &:before {
        opacity: 0; // hide bird icon, keep it in place for sizing
    }
    &:after {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M389.2%2048h70.6L305.6%20224.2%20487%20464H345L233.7%20318.6%20106.5%20464H35.8L200.7%20275.5%2026.8%2048H172.4L272.9%20180.9%20389.2%2048zM364.4%20421.8h39.1L151.1%2088h-42L364.4%20421.8z%22/%3E%3C/svg%3E"); 
    }
}
a > .lw-icon-twitter-square {
    opacity: 0.6;
}
a:hover > .lw-icon-twitter-square {
    opacity: 1;
}