/*      Request ID: 2f62bac5111f8a00b371a09bd335fec5_1713693635 (02/20/2026 11:37am) (tczbDYMwDIXhVToAjUdCIXFJJF9QbBrYvlElNoCn87+cD4oygkXJix7XvkkFzWML1FOkkJRh2xeqaS7OBFS/2EskBC847knbMPwktNHMKmGkTS+4W+81r+j2FP9pKo6S//4P)      */



/*      Resource ID: 0251399c226d51904c22bbf2c6e (common.less, compiled by lessc, minified by none) (02/20/2026 11:37am) (A:9186, B:9186, C:9176, D:9176, F:9176, J:9176, K:9176)      */

/**
 * 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;
}
.lw_spinner {
  position: absolute;
  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;
}
.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;
}
.lw_msg {
  padding: 10px;
}
.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 {
  color: #3c763d;
  border: #d6e9c6;
  background-color: #dff0d8;
}
.lw_element .lw_msg_warning {
  color: #8a6d3b;
  border: #faebcc;
  background-color: #fcf8e3;
}
.lw_element .lw_msg_failure {
  color: #a94442;
  border: #ebccd1;
  background-color: #f2dede;
}
.lw_image_preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lw_image_preview .lw_overlay_contents {
  background-color: #000;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lw_image_preview .lw_image_preview_image img {
  position: absolute;
  z-index: 1060;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lw_image_preview .lw_image_preview_image img.loading {
  position: static;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  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;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.lw_image_preview .lw_overlay_footer {
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  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 {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  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;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  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 {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  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%;
}

/*      Resource ID: e2c8f7129e3b56f201c3cc61670 (widgets.less, compiled by lessc, minified by cleancss) (05/15/2025 9:05am) (A:6729, B:6929, C:6129, D:6329, F:6329, I:5370, K:5370)      */

.lw_widget{margin:0 0 1em 0}.lw_widget .lw_item_thumb{float:left;margin-right:.5em}.lw_widget .lw_item_thumb img{float:left;margin-bottom:.5em}.lw_widget .lw_widget_column>ul,.lw_widget>.lw_events_day>ul,.lw_widget>noscript>ul,.lw_widget>ul{list-style-type:none;padding:0;margin:0}.lw_widget .lw_widget_column>ul>li,.lw_widget>.lw_events_day>ul>li,.lw_widget>noscript>ul>li,.lw_widget>ul>li{clear:left;margin:0 0 1em}.lw_widget_tags{float:left;margin-left:20px;clear:right}.lw_widget_tags ul li{float:left;clear:none;margin-right:.5em}.lw_widget_tags .lw_widget_tag{margin-bottom:1em}.lw_widget_tags hr{margin-top:15px;margin-bottom:15px}.related_links img{display:none}.lw_widget_column_wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;vertical-align:top;margin-left:-15px;margin-right:-15px}.lw_widget_column{flex-grow:1;flex-basis:0;max-width:100%;padding-right:15px;padding-left:15px}@media (max-width:768px){.lw_widget_column_wrapper{flex-direction:column}}.lw_widget_tags.lw_widget_tag_selector{float:right;max-width:200px}.lw_widget_tags.lw_widget_tag_selector h3{margin-top:0}.lw_widget_tags.lw_widget_tag_selector .lw_widget_all_tags_selected,.lw_widget_tags.lw_widget_tag_selector .lw_widget_tag_selected{background-color:#ccc;border-color:#888;color:#222;margin:.2em .4em 1em 0;padding:4px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px}.lw_widget_feeds table{width:auto}.lw_widget_saveandshare ul{list-style-type:none;margin:0;padding:0}.lw_widget_saveandshare ul li{display:inline-block;padding:0 4px 0 0;margin:0;height:26px;vertical-align:top}.lw_widget_saveandshare ul li img{border:0;margin:0;padding:2px 0 0 0}.lw_widget_saveandshare a{text-decoration:none;color:#ccc}.lw_widget_saveandshare a:hover{color:#900}.lw_widget_saveandshare .twitter a:hover{color:#55acee}.lw_widget_saveandshare .facebook a:hover{color:#3b5998}.lw_widget_saveandshare .googleplus a:hover{color:#dd4b39}.lw_widget_navigation .lw_subnav{margin-left:25px}.lw_widget_clean_markup,.lw_widget_slideshow_result,.lw_widget_slideshow_results{display:inline;margin:0;padding:0}.lw_widget_inactive_results{display:none}.lw_slideshow_interval,.lw_widget_slideshow_result,.lw_widget_slideshow_results{display:none}.lw_gallery.lw_widget_slideshow .lw_gallery_thumbnails{display:none}.lw_widget_facebook img{float:left;padding:5px}.lw_widget_facebook .lw_facebook_image_sm{max-width:300px}.lw_widget_twitter ul{margin:0;padding:0}.lw_twitter_image{float:left;max-width:300px}.lw_twitter_username{display:block}.lw_twitter_username img{float:left;position:relative;top:28px}.lw_twitter_username a{display:inline-block;text-decoration:none;font-weight:400;margin:0 1px 10px -47px}.lw_twitter_username a:hover{background-color:#000;color:#fff}.lw_twitter_tweet{display:block;padding:15px 15px 15px 40px;margin:0 0 20px 50px;background-image:url(/live/resource/image/livewhale/theme/core/images/twitter-bg.gif);background-position:top left;background-repeat:no-repeat;overflow-x:hidden}.lw_widget_files .lw_files_swf a{background:url(/live/resource/image/livewhale/images/files/swficon.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_files .lw_files_mp3 a{background:url(/live/resource/image/livewhale/images/files/mp3.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_files .lw_files_pdf a{background:url(/live/resource/image/livewhale/images/files/pdficon.gif) no-repeat 100% 50%;padding-right:18px!important}.lw_widget_files .lw_files_qt a{background:url(/live/resource/image/livewhale/images/files/quicktime.gif) no-repeat 100% 50%;padding-right:18px}.lw_widget_files .lw_files_wma a,.lw_widget_files .lw_files_wmv a{background:url(/live/resource/image/livewhale/images/files/wmedia.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_files .lw_files_doc a,.lw_widget_files .lw_files_docx a,.lw_widget_files .lw_files_rtf a,.lw_widget_files .lw_files_txt a{background:url(/live/resource/image/livewhale/images/files/docicon.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_files .lw_files_xls a{background:url(/live/resource/image/livewhale/images/files/xlsicon.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_files .lw_files_ppt a,.lw_widget_files .lw_files_pptx a{background:url(/live/resource/image/livewhale/images/files/ppticon.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_files .lw_files_gif a,.lw_widget_files .lw_files_jpg a,.lw_widget_files .lw_files_png a{background:url(/live/resource/image/livewhale/images/files/image.gif) no-repeat 100% 50%;padding-right:20px}.lw_widget_events li{padding-left:40px}.lw_widget_events .lw_events_date{background-color:#fff;border:1px solid #bbb;border-radius:0;display:block;float:left;font-size:6px;height:26px;margin-left:-40px;padding:0;position:relative;text-align:center;top:2px;width:30px}.lw_widget_events .lw_events_date .lw_events_month{background-color:#b00;border-bottom:1px solid #bbb;color:#fff;display:block;font-size:1.2em;height:11px;line-height:1.5em;margin:0 auto;padding:0;text-align:center;text-transform:uppercase;width:100%}.lw_widget_events .lw_events_date .lw_events_day{background:none repeat scroll 0 0 transparent;color:#000;display:block;font-size:1.9em;line-height:1.25em;margin:0 auto;padding:0;text-align:center;width:20px}.lw_widget_events .lw_events_time{display:block;font-size:.7em;line-height:1em;padding:2px 0}ul.multi_value{list-style-type:none}

/*      Resource ID: 4434e76ed17052d5fc5aa7d52ad (frontend.less, compiled by lessc, minified by cleancss) (05/15/2025 9:05am) (A:8439, B:8439, C:10901, D:11066, F:11066, I:9286, K:9286)      */

@font-face{font-family:lw-calendar;src:url(/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1607857822.eot);src:url(/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1607857822.eot#iefix) format('embedded-opentype'),url(/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1607857822.woff2) format('woff2'),url(/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1607857822.woff) format('woff'),url(/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1607857822.ttf) format('truetype'),url(/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.svg#lw-calendar) format('svg');font-weight:400;font-style:normal}[class*=" lw-icon-"]:before,[class^=lw-icon-]:before{display:inline-block;font-family:lw-calendar;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lw-icon-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.lw-icon-2x{font-size:2em}.lw-icon-3x{font-size:3em}.lw-icon-4x{font-size:4em}.lw-icon-5x{font-size:5em}.lw-icon-fw{width:1.28571em;text-align:center}.lw-icon-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.lw-icon-ul>li{position:relative}.lw-icon-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.lw-icon-li.lw-icon-lg{left:-1.85714em}.lw-icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.lw-icon-envelope-o:before{content:'\e800'}.lw-icon-videocam:before{content:'\e801'}.lw-icon-twitter-square:before{content:'\e802'}.lw-icon-facebook-square:before{content:'\e803'}.lw-icon-chevron-circle-right:before{content:'\e804'}.lw-icon-chevron-circle-left:before{content:'\e805'}.lw-icon-edit:before{content:'\e806'}.lw-icon-times-circle:before{content:'\e807'}.lw-icon-link:before{content:'\e808'}.lw-icon-linkedin-square:before{content:'\e809'}.lw-icon-instagram:before{content:'\e80a'}.lw-icon-flickr:before{content:'\e80b'}.lw-icon-tumblr-square:before{content:'\e80c'}.lw-icon-youtube-square:before{content:'\e80d'}.lw-icon-vimeo-square:before{content:'\e80e'}.lw-icon-pinterest-square:before{content:'\e80f'}.lw-icon-delicious:before{content:'\e810'}.lw-icon-github-square:before{content:'\e811'}.lw-icon-soundcloud:before{content:'\e813'}.lw-icon-right-open:before{content:'\e814'}.lw-icon-rss-square:before{content:'\e815'}.lw-icon-down-open:before{content:'\e816'}.lw-icon-left-open:before{content:'\e817'}.lw-icon-up-open:before{content:'\e818'}.lw-icon-angle-left:before{content:'\e819'}.lw-icon-angle-right:before{content:'\e81a'}.lw-icon-angle-up:before{content:'\e81b'}.lw-icon-angle-down:before{content:'\e81c'}.lw-icon-angle-circled-up:before{content:'\e81d'}.lw-icon-angle-circled-down:before{content:'\e81e'}.lw-icon-down-dir:before{content:'\e81f'}.lw-icon-up-dir:before{content:'\e820'}.lw-icon-left-dir:before{content:'\e821'}.lw-icon-right-dir:before{content:'\e822'}.lw-icon-tags:before{content:'\e823'}.lw-icon-search:before{content:'\e824'}.lw-icon-cancel:before{content:'\e825'}.lw-icon-tag:before{content:'\e826'}.lw-icon-location:before{content:'\e827'}.lw-icon-youtube-play:before{content:'\e828'}.lw_slideshow_single{display:none}.lw_captcha{min-height:100px;margin:1em 0}.lw_htmlencoded{display:none}#lw_email_overlay{width:465px}#lw_email_overlay h1{margin-top:0}#lw_email_overlay label{font-weight:700;display:block}#lw_email_overlay .lw_field{float:left;margin:.4em 10px}#lw_email_overlay .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}body.lw_is_preview{padding-top:22px}#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,.5);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:1.4;color:#f3f3f3;padding-left:2em}#lw_preview_bar a{color:#f3f3f3}#ui-datepicker-div{width:13em;font-size:.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-div .ui-datepicker-prev{left:2px;background:url(/live/resource/image/left.png) no-repeat left top}#ui-datepicker-div .ui-datepicker-next{right:2px;background:url(/live/resource/image/right.png) no-repeat left top}#ui-datepicker-div .ui-datepicker-title{margin:0 auto;font-weight:700;text-align:center}#ui-datepicker-div table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;border:none}#ui-datepicker-div th{border:none;padding:0;text-align:center;font-weight:700;color:#222;text-transform:uppercase;font-size:.9em}#ui-datepicker-div td{border:none;padding:0}#ui-datepicker-div td a:hover{background-color:#d5e7ff;color:#222}#ui-datepicker-div .ui-state-highlight{font-weight:700}#ui-datepicker-div .ui-state-active{border:1px solid #638ec8;background-color:#d5e7ff;padding:1px 3px 1px 0}#ui-datepicker-div .ui-datepicker-unselectable span{color:#aaa}#ui-datepicker-div .ui-datepicker-next,#ui-datepicker-div .ui-datepicker-prev{position:absolute;display:block;top:3px;width:16px;height:0;padding-top:16px;overflow:hidden;outline:0;color:#333}#ui-datepicker-div .ui-datepicker-next-hover,#ui-datepicker-div .ui-datepicker-prev-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}.lw_lightbox_background{background-color:#000;opacity:.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}.lw_geotag{display:none}a.lw_disable_preview{cursor:default}.lw_widget_type_places li{list-style-type:none}.lw_point_infowindow .lw_point_content_found{display:none;font-size:.9em;color:#555}.lw_point_infowindow .lw_point_content_type{display:none}.lw_point_infowindow h3{font-weight:700;margin-top:0;font-size:1.4em;line-height:1.1;margin-bottom:-.05em}.lw_point_infowindow ul{padding:0}.lw_point_infowindow .lw_point_content_date{font-size:.85em;color:#999;margin-bottom:-.5em;display:none}.lw_point_infowindow .lw_point_content_type_story .lw_point_content_date{display:block}.lw_point_infowindow .lw_point_content_type_event .lw_point_content_date{display:block}.lw_places_footer{text-align:center;margin-top:.5em}.qa_highlight{background-color:rgba(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}.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:700;padding:10px;text-transform:capitalize}.qa_results{width:100%;position:relative;left:0;top:1px;z-index:40;border:1px solid #999}.qa_results ul{list-style:none;margin:0;padding:0}.qa_results a{color:#222;text-decoration:none}.qa_results small{color:rgba(0,0,0,.25);display:inline-block;padding:1px 4px 0;font-size:.75em;position:absolute;top:10px;right:16px}.qa_results li{padding:6px 16px}.lw_payments{display:none}.lw_payments_charge input[type=text]{border:1px solid #ccc;padding:2px 3px;background-color:#fff}.lw_event_registration_success{font-size:1.2em}.lw_image_caption{font-size:13px;padding:4px 0}.fluid-width-video-wrapper embed,.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object{width:100%!important;height:100%!important;max-width:none}fieldset.lw_forms_header,fieldset.lw_forms_horizontal_line,fieldset.lw_forms_paragraph{border:0}#lw_gtm{display:none;visibility:hidden;width:0;height:0}.lw_widget_saveandshare .permalink a{position:relative}.lw_widget_saveandshare .permalink a:after{content:"Link copied to clipboard";display:block;z-index:-1;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}.lw_widget_saveandshare .permalink a.is-copied:after{z-index:1;opacity:1;width:196px;height:auto;overflow:visible}.lw-icon-twitter-square{position:relative}.lw-icon-twitter-square:before{opacity:0}.lw-icon-twitter-square: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:.6}a:hover>.lw-icon-twitter-square{opacity:1}