/*      Request ID: 1dfb48deb028113cf1ef0d7bfe5d5f07_1761328890 (10/24/2025 2:02pm) (nY1LDsIwDAWvwgFIfKQqH6ux5A+KU0JvTwRi0yWrp1m8GWgmCJ60Znv9Nuh5BMUZeZbEsZjA48hMZWtDGDbSvWMl1OEwGgo67Gw5Mfg4edF6odbU4wK/3+CPCNMTZ1uebwGKdbzqg1gmxk/lDQ==)      */



/*      Resource ID: b6e8c0c11e260c17c95b63ea9ae (calendar.less, compiled by lessc, minified by none) (10/24/2025 2:02pm) (A:3000, B:3000, C:7212, D:7212, F:7212, J:7212, K:7212)      */

.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: #57068c;
}
#lw_cal_container a:hover,
#lw_cal a:hover {
  color: #8900E1;
}
#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: #57068c;
}
#lwc_right li {
  display: block;
  margin: 0 0 0.5em 20px;
}
#lwc_right li input {
  float: left;
  margin-top: 2px;
  margin-left: -20px;
}
#lw_mini_cal {
  font-size: 10px;
}
#lw_mini_cal table {
  border-collapse: collapse;
  width: 100%;
}
#lw_mini_cal tr {
  margin-bottom: 3px;
}
#lw_mini_cal th {
  text-transform: uppercase;
  text-align: center;
  color: #57068c;
}
#lw_mini_cal th span {
  display: none;
}
#lw_mini_cal td {
  position: relative;
  text-align: center;
  width: 14%;
  line-height: 20px;
  cursor: pointer;
  border: 2px solid transparent;
}
#lw_mini_cal td a {
  color: #000;
}
#lw_mini_cal td.has_items {
  color: #57068c;
}
#lw_mini_cal td.active:hover {
  background-color: #000;
  color: #fff;
}
#lw_mini_cal td.active:hover a {
  color: #fff;
}
#lw_mini_cal td.lw_prev_month,
#lw_mini_cal td.lw_next_month {
  background-color: #f6f6f6;
}
#lw_mini_cal td.selected {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#lw_mini_cal td.selected a {
  color: #fff;
}
#lw_mini_cal td.selected:hover {
  background-color: #8900E1;
}
#lw_mini_cal td.selected.active {
  background-color: #57068c;
  color: #fff;
}
#lw_mini_cal td.lw_focus,
#lw_mini_cal td.selected.active.lw_focus,
#lw_mini_cal td.lw_prev_month.lw_focus,
#lw_mini_cal td.lw_next_month.lw_focus {
  background-color: #ffe6e5;
}
#lw_mini_cal td.lw_focus a,
#lw_mini_cal td.selected.active.lw_focus a,
#lw_mini_cal td.lw_prev_month.lw_focus a,
#lw_mini_cal td.lw_next_month.lw_focus a {
  color: #000;
}
#lw_mini_cal h3 {
  margin: 0;
  text-align: center;
  font-size: 1.1em;
  padding: 0.5em 0;
  margin: 0.5em 0;
  background: #f6f6f6;
}
#lw_mini_cal h3 a {
  display: block;
  text-decoration: none;
  color: #57068c;
}
#lw_mini_cal h3 .lw_left {
  float: left;
  width: 14%;
}
#lw_mini_cal h3 .lw_right {
  float: right;
  width: 14%;
}
#lw_mini_cal .lw_week_select {
  position: absolute;
  top: 2px;
  left: -25px;
  width: 25px;
  height: 25px;
}
#lw_mini_cal .lw_week_select > div {
  float: left;
  width: 18px;
  height: 18px;
  background: #ccc;
  cursor: pointer;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
}
.lw_cal_selector {
  margin: 0 0 1em 0;
}
.lw_cal_selector h5 {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
}
.lw_cal_selector ul {
  margin: 0;
  padding: 0;
}
.lw_cal_selector li {
  margin: 10px 0 0;
  font-size: 0.9em;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.lw_cal_selector li.selected {
  font-weight: bold;
  color: #2a3132;
}
.lw_cal_selector li input {
  margin-right: 6px;
}
#lw_cal_tag_selector li {
  display: inline-block;
  float: left;
  padding: 4px 8px;
  margin: 2px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
#lw_cal_tag_selector ul.disabled li {
  color: #999;
}
#lw_cal_tag_selector label {
  cursor: pointer;
}
#lw_cal_tag_selector input[type=checkbox]:focus + label {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
}
#lw_cal_tag_selector .lw_skip_link {
  position: absolute;
  top: 0;
  left: 0;
}
form#lw_cal_group_selector {
  margin-top: 10px;
}
#lw_cal_search_form button:not(.lw_sr_only_focusable) {
  display: none;
}
#lw_cal_search_form input {
  padding: 5px;
  margin: 1em 0;
  outline: none;
}
.no {
  padding: 0;
  color: #57068c;
  background: none;
  font-size: 2em;
  font-weight: 200;
}
#lw_cal ::-webkit-input-placeholder {
  letter-spacing: 0;
}
#lw_cal_events_badge {
  display: none;
}
#tag-filter-dropdown ul {
  display: block !important;
}
li.today {
  margin-top: -0.25rem;
}
.cmp-livewhale-events-calendar__card-tags a {
  color: var(--color-gray-600);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-100);
  font-family: var(--f-ui-1-font-family);
  font-size: var(--f-ui-1-font-size);
  font-weight: var(--f-ui-1-font-weight);
  letter-spacing: var(--f-ui-1-letter-spacing);
  line-height: var(--f-ui-1-line-height);
  -webkit-font-smoothing: var(--f-ui-1--webkit-font-smoothing);
  text-transform: var(--f-ui-1-text-transform);
  border-radius: 9999px;
  padding-block: 0.1875rem;
  padding-inline: 0.5rem;
  position: relative;
}

/*      Resource ID: 8e336639e988f2cd148f6f3a077 (calendar-mobile.less) (10/23/2025 2:33pm) (A:4703, B:4703, E:0, K:0)      */

/* Empty stylesheet */