/*      Request ID: ab2679e0380fdc538cd226cc97cd2915 (12/10/2025 4:11am) (rc5LDsMgDATQq/QABR8p4jMKlgyugEB7+6JU3XQZdTOSF34zlDSDPCrcJ03EsDKDExs00+PwwmFLPQsJD8zkBNT6S9BI5sErTNKB6vVpW2jtfqN/mC4ErZG1XEA3LntFZJTeqCfk5e6i3sm3ZX2hRFftOi4vPmVaM/HLmqyeBaf+Bg==)      */



/*      Resource ID: b2f04f21b445658847362b1af6a (lw-hoverbox.scss, compiled by node-sass, minified by none) (11/17/2025 1:32pm) (A:2198, B:2198, C:2214, D:2214, F:2214, J:2214, K:2214)      */

/* jquery.lw-hoverbox.js */
.lw_hoverbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1150;
  padding: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .lw_hoverbox .lw_arrow,
  .lw_hoverbox .lw_arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .lw_hoverbox .lw_arrow {
    border-width: 11px; }
  .lw_hoverbox .lw_arrow:after {
    content: "";
    border-width: 10px; }
  .lw_hoverbox.lw_top .lw_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
  .lw_hoverbox.lw_top .lw_arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0; }
  .lw_hoverbox.lw_bottom .lw_arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0; }
  .lw_hoverbox.lw_bottom .lw_arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0; }
  .lw_hoverbox.lw_left .lw_arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0; }
  .lw_hoverbox.lw_left .lw_arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0; }
  .lw_hoverbox.lw_right .lw_arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
  .lw_hoverbox.lw_right .lw_arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0; }

.lw_hoverbox_content {
  padding: 8px 12px; }

/*      Resource ID: 4404489009dbb3bb5dfc14b7d5b (lw-accordion.scss, compiled by node-sass, minified by none) (11/13/2025 4:02pm) (A:4718, B:4718, C:5753, D:5753, F:5753, J:5753, K:5753)      */

table.lw_wysiwyg_accordion {
  width: 100%;
  border-spacing: 0;
  margin: 35px auto;
  border: 5px solid #fcc; }
  table.lw_wysiwyg_accordion:before {
    content: 'Accordion list';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0px;
    padding: 7px 10px 6px;
    margin: 0 0 0 -5px;
    background-color: #fcc;
    font-size: 18px;
    font-weight: normal;
    line-height: 1; }
  table.lw_wysiwyg_accordion:after {
    content: 'Press Tab key to add additional rows';
    display: inline-block;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 7px 8px 5px;
    background-color: #fcc;
    font-size: 16px;
    font-weight: normal;
    line-height: 1; }
  table.lw_wysiwyg_accordion,
  table.lw_wysiwyg_accordion > tbody > tr,
  table.lw_wysiwyg_accordion > tbody > td {
    position: relative; }
  table.lw_wysiwyg_accordion > tbody > td {
    padding: 11px;
    padding-left: 80px;
    position: relative; }
    table.lw_wysiwyg_accordion > tbody > td:before {
      display: inline-block;
      content: '';
      position: absolute;
      padding: 2px 5px 2px 0;
      font-size: 14px;
      background-color: #fff; }
    table.lw_wysiwyg_accordion > tbody > td + td {
      display: none !important; }
  table.lw_wysiwyg_accordion > tbody > tr > td {
    position: relative;
    padding: 15px 15px 15px 80px; }
    table.lw_wysiwyg_accordion > tbody > tr > td:before {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      padding: 2px 7px 6px 2px;
      background-color: #9df;
      font-size: 16px;
      font-weight: normal;
      line-height: 1; }
  table.lw_wysiwyg_accordion > tbody > tr:nth-child(odd) > td {
    font-weight: 700;
    font-size: 1.25em;
    border: 5px solid #9df; }
    table.lw_wysiwyg_accordion > tbody > tr:nth-child(odd) > td:before {
      content: 'Header';
      background-color: #9df; }
  table.lw_wysiwyg_accordion > tbody > tr:nth-child(even) > td {
    border: 5px solid #9f9; }
    table.lw_wysiwyg_accordion > tbody > tr:nth-child(even) > td:before {
      content: 'Content';
      background-color: #9f9; }

.lw_accordion {
  margin-top: 20px;
  margin-bottom: 35px; }
  .lw_accordion:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    p + .lw_accordion:not(:first-child) {
      margin-top: 42px; } }
  @media only screen and (max-width: 769px) {
    p + .lw_accordion:not(:first-child) {
      margin-top: 25px; } }

.lw_accordion_block {
  margin-bottom: 25px; }

.lw_accordion .lw_accordion_block_title {
  margin: 0; }
  .lw_accordion .lw_accordion_block_title a,
  .lw_accordion .lw_accordion_block_title button {
    -webkit-appearance: none;
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    color: #6e6e6e;
    background-color: #f2f0f0;
    padding: 23px 65px 20px 32px;
    border-radius: 0;
    line-height: 1; }
    @media (max-width: 1200px) {
      .lw_accordion .lw_accordion_block_title a,
      .lw_accordion .lw_accordion_block_title button {
        font-size: 2rem; } }
    @media (max-width: 768px) {
      .lw_accordion .lw_accordion_block_title a,
      .lw_accordion .lw_accordion_block_title button {
        font-size: 1.8rem;
        padding: 19px 65px 18px 25px; } }
    .lw_accordion .lw_accordion_block_title a:hover, .lw_accordion .lw_accordion_block_title a:focus,
    .lw_accordion .lw_accordion_block_title button:hover,
    .lw_accordion .lw_accordion_block_title button:focus {
      background-color: #e9e5e5;
      color: inherit;
      text-decoration: none; }
    .lw_accordion .lw_accordion_block_title a:focus,
    .lw_accordion .lw_accordion_block_title button:focus {
      outline: 2px dotted #337ab7;
      outline: auto 5px -webkit-focus-ring-color;
      outline-color: #337ab7; }
    .lw_accordion .lw_accordion_block_title a::after,
    .lw_accordion .lw_accordion_block_title button::after {
      content: '+';
      display: block;
      position: absolute;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      right: 28px;
      top: 50%;
      transform: translateY(-50%);
      padding-left: 1px;
      padding-top: 3px;
      text-align: center;
      color: #a8a8a8;
      background-color: #f7f6f6;
      font-size: 35px;
      line-height: 0.98;
      font-weight: 900;
      font-family: "sans-serif";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto; }
      @media (max-width: 768px) {
        .lw_accordion .lw_accordion_block_title a::after,
        .lw_accordion .lw_accordion_block_title button::after {
          width: 34px;
          height: 34px;
          font-size: 29px;
          line-height: 0.9; } }
      @media print {
        .lw_accordion .lw_accordion_block_title a::after,
        .lw_accordion .lw_accordion_block_title button::after {
          display: none !important; } }

.lw_accordion .lw_accordion_block.is-active > .lw_accordion_block_title button::after {
  padding-left: 0;
  content: "\2013"; }

.lw_accordion_block_content {
  display: none;
  margin-bottom: 0;
  padding: 30px 35px 25px;
  border: 2px solid #f2f0f0;
  border-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  color: #262626;
  line-height: 1.5;
  font-weight: 300; }
  .lw_accordion_block_content ul, .lw_accordion_block_content ol {
    padding-left: 45px;
    margin-top: 20px; }
  @media print {
    .lw_accordion_block_content {
      display: block !important; } }

/*      Resource ID: 999469929e0ad7e018b03f8bb08 (calendar.less, compiled by lessc, minified by none) (11/19/2025 10:20am) (A:1883, B:1883, C:11476, D:11516, F:11516, J:11516, K:11516)      */

/* Core theme styles -- LiveWhale Calendar */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lw_cal_btn {
  border: #aaa 1px solid;
  background-color: #eee;
  line-height: 16px;
  padding: 4px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  cursor: pointer;
}
.lw_cal_btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}
#lw_cal_container a,
#lw_cal a {
  color: rgb(0 90 139);
}
#lw_cal_container a:hover,
#lw_cal a:hover {
  color: #3095b4;
}
#lw_cal {
  margin: 0 auto;
  position: relative;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  *zoom: 1;
  /* firefox 19+ */
  /* ie */
}
#lw_cal:before,
#lw_cal:after {
  content: " ";
  display: table;
}
#lw_cal:after {
  clear: both;
}
#lw_cal ::-webkit-input-placeholder {
  letter-spacing: 1px;
}
#lw_cal ::-moz-placeholder {
  letter-spacing: 1px;
}
#lw_cal :-ms-input-placeholder {
  letter-spacing: 1px;
}
#lw_cal input:-moz-placeholder {
  letter-spacing: 1px;
}
#lw_cal_content {
  border: 1px solid #ccc;
  overflow: visible;
  background: white;
}
#lw_cal_body {
  float: left;
  width: 100%;
  min-height: 500px;
  text-align: left;
}
#lw_cal_sidebar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 205px;
  padding: 0 20px;
  background: transparent;
  border: none;
  z-index: 15;
}
#lw_cal_sidebar .lw_cal_selector,
#lw_cal_sidebar #lw_cal_subscribe {
  display: none;
}
#lw_cal_sidebar.lw_cal_sidebar_visible {
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#lw_cal_sidebar.lw_cal_sidebar_visible .lw_cal_selector,
#lw_cal_sidebar.lw_cal_sidebar_visible #lw_cal_subscribe {
  display: block;
}
#lw_cal_sidebar #lw_cal_search {
  width: 100%;
}
#lwc_right {
  padding: 0 20px;
}
#lwc_right input[type=text] {
  width: 100%;
}
#lwc_right h4 {
  color: rgb(0 90 139);
}
#lwc_right li {
  display: block;
  margin: 0 0 0.5em 20px;
}
#lwc_right li input {
  float: left;
  margin-top: 2px;
  margin-left: -20px;
}
#lw_cal_header {
  position: relative;
  padding: 20px 0 20px 10px;
  visibility: hidden;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#lw_cal_header h5 {
  font-family: inherit;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.25em;
  margin: 0;
  max-width: 430px;
  white-space: nowrap;
  color: black;
}
#lw_cal_header h5#lw_cal_all_events span {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
#lw_cal_showing {
  display: none;
  margin: 0.5em 0;
  font-size: 16px;
  line-height: auto;
  font-weight: normal;
  content: " ";
}
#lw_cal_showing p {
  margin: 0;
}
#lw_cal_showing span {
  color: #666;
}
#lw_cal_showing a {
  position: static !important;
  font-weight: bold;
  text-decoration: none;
  color: #2a3132;
  padding-top: 6px;
  padding-left: 3px;
  margin-left: -3px;
}
#lw_cal_showing a:hover {
  color: #ccc /* fallback for IE */;
  color: rgba(0, 0, 0, 0.3);
  background: url('/live/resource/image/livewhale/images/X-trans.png') no-repeat center 6px;
}
#lw_cal_showing .X {
  font-size: 12px !important;
  line-height: 20px;
  position: static !important;
  font-weight: bold;
  text-decoration: none;
  color: #2a3132 !important;
  padding-top: 6px;
  padding-left: 3px;
  margin-left: -3px;
}
#lw_cal_showing .X:hover {
  background: url('/live/resource/image/livewhale/images/x.gif') no-repeat left top;
}
#lw_cal_showing a.lw_cal_clear_filters {
  font-size: 12px;
  font-weight: normal;
  color: rgb(0 90 139);
}
#lw_cal_showing a.lw_cal_clear_filters:hover {
  background: none;
  color: rgb(0 90 139);
}
#lw_cal_showing_categories,
#lw_cal_showing_tags {
  display: inline;
}
#lw_cal_view_selector {
  text-align: left;
  z-index: 10;
  position: relative;
  font-size: 1.3em;
  padding-top: 2px;
}
#lw_cal_view_selector ul,
#lw_cal_view_selector li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lw_cal_view_selector li {
  float: left;
}
#lw_cal_view_selector li a {
  display: block;
  float: left;
  padding: 5px 10px;
  margin: 0 1px;
  color: #333;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 200;
}
#lw_cal_view_selector li a:hover {
  background-color: #3095b4;
  color: #fff;
}
#lw_cal_view_selector li.active a {
  background-color: rgb(0 90 139);
  font-weight: 700;
  color: #fff;
}
#lw_cal_view_selector li.today a {
  text-decoration: underline;
  background: transparent;
}
#lw_cal_view_selector li.today a:before {
  content: "Today is ";
}
#lw_cal_view_selector li.today a:hover {
  background-color: #3095b4;
}
#lw_cal_view_selector li.today.active a:before {
  content: "";
}
#lw_cal_view_selector li.today.active a,
#lw_cal_view_selector li.today.active a:hover {
  text-decoration: none;
  background-color: rgb(0 90 139);
}
#lw_cal_view_selector li.add_new {
  float: right;
  display: none;
}
#lw_cal_view_selector li.add_new a {
  background: transparent;
  text-decoration: none;
}
#lw_cal_view_selector li.add_new a:hover {
  color: #333;
  text-decoration: underline;
}
#lw_cal_view_selector li.search,
#lw_cal_view_selector li.all {
  float: right;
}
body.lw_cal_view_search #lw_cal_view_selector li.all,
body:not(.lw_cal_view_search) #lw_cal_view_selector li.search {
  display: none;
}
body.lw_cal_view_search.lw_cal_view_all #lw_cal_view_selector li.all {
  display: list-item;
}
#lw_cal_view_selector li#lw_cal_add_event {
  display: block;
}
#lw_cal_events_badge {
  position: relative;
  top: -2px;
  left: 5px;
  height: 14px;
  display: inline-block;
  min-width: 14px;
  background-color: #3095b4;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 4px 4px 2px 2px;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#lw_cal_date_selector {
  position: absolute;
  top: 28px;
  right: 80px;
}
#lw_cal_date_selector form {
  float: left;
  margin-right: 4px;
}
#lw_cal_date_selector select {
  max-width: 112px;
}
#lw_cal_date_selector p {
  float: left;
  margin: 0;
}
.lw_cal_all_view #lw_cal_date_selector {
  right: 20px;
}
#lw_cal_scroll_links {
  position: absolute;
  right: 0;
  top: 25px;
}
#lw_cal_scroll_links > div {
  float: left;
  text-align: center;
}
#lw_cal_scroll_links > div a {
  display: block;
  text-decoration: none;
  color: rgb(0 90 139);
  margin: 0 10px 3px 0;
}
#lw_cal_scroll_links > div a:hover {
  color: #3095b4;
}
#lw_cal_map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f6f6f0;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 2px #999;
  box-sizing: content-box;
}
#lw_cal_location_map {
  width: 300px;
  height: 300px;
}
#lw_cal_location_map a {
  cursor: pointer;
}
form#lw_cal_online_selector {
  margin: 0;
}
form#lw_cal_online_selector ul,
form#lw_cal_online_selector li {
  margin: 0;
}
#lw_cal a.lw_join_online {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff !important;
  background-color: rgb(0 90 139);
  text-decoration: none !important;
  margin: 0 0 12px;
}
#lw_cal a.lw_join_online:hover {
  background-color: #3095b4;
  text-decoration: none;
}
.lw_tz {
  font-size: 0.75em;
  color: #666;
}
.lw_tz a {
  text-decoration: none;
}
.lw_tz a:hover {
  text-decoration: underline;
}
#lw_cal_tz {
  display: none;
}
#lw_cal_tz h3 {
  font-weight: 200;
  margin: 0 0 12px 0;
}
#lw_cal_tz select {
  width: 225px;
  margin-bottom: 10px;
}
#lw_cal_tz button {
  margin-right: 4px;
}
#lw_cal_tz .lw_spinner {
  display: none;
  background: transparent url(/livewhale/images/spinner.gif) center center no-repeat;
}
#lw_cal_subscribe {
  margin: 1em 0;
}
#lw_cal_subscribe > a {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff !important;
  background-color: rgb(0 90 139);
  text-decoration: none !important;
}
#lw_cal_subscribe > a:hover {
  background-color: #3095b4;
  text-decoration: none;
}
.lw_ical_link {
  border: 1px solid #33c;
  background-color: #37d;
  font-size: 0.7em;
  padding: 2px 0.5em 0;
  color: #fff;
  text-decoration: none;
}
.lw_rss_link {
  border: 1px solid #c33;
  background-color: #d73;
  font-size: 0.7em;
  padding: 2px 0.5em 0;
  color: #fff;
  text-decoration: none;
}
#lw_cal_subscription_menu {
  min-width: 225px;
}
#lw_cal_subscription_menu p:first-child {
  margin-bottom: 0;
}
#lw_cal_subscription_menu h6 {
  border-top: 1px dotted #ddd;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
}
#lw_cal_subscription_menu ul {
  padding: 0;
  margin: 0;
}
#lw_cal_subscription_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  white-space: nowrap;
}
#lw_cal_subscription_menu li:after {
  clear: both;
  content: '.';
  display: block;
  height: 3px;
  overflow: hidden;
  visibility: hidden;
}
#lw_cal_subscription_menu li .lw_cal_sub_cat {
  float: left;
  max-width: 150px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  padding-top: 4px;
  line-height: 1.35em;
  margin-right: 10px;
}
#lw_cal_subscription_menu li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
#lw_cal_subscription_menu li a.lw_cal_sub_rss {
  color: #f26621;
}
#lw_cal_subscription_menu li a.lw_cal_sub_ical {
  color: #45aef0;
}
@media print {
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:after {
    content: normal !important;
  }
  #lw_cal_toolbar,
  #lw_cal_view_selector,
  #lw_cal_scroll_links,
  #lw_cal_date_selector,
  #lwc_left,
  #lwc_right {
    display: none !important;
  }
  .lw_widget_saveandshare,
  .lw_cal_event_edit,
  .lw_view_larger,
  #lw_cal_add_to_calendar {
    display: none !important;
  }
  .lw_cal_has_hero #lw_cal_header,
  #lw_cal_hero {
    height: 150px;
  }
}

/*      Resource ID: 8eea0a50bf49f72fbfeb0acf05d (calendar-mobile.less) (11/17/2025 1:32pm) (A:4703, B:4703, E:0, K:0)      */

/* Empty stylesheet */