/*      Request ID: 8dba7e237c4112f4a02758e0de698b0a_1752775491 (02/22/2026 4:23pm) (rY1LDsMwCESv0gM05kiRPyhGwiYyttPcvnTRLLqsshkxQvMeZCkIejYfh9ohfkk4HdPEI3tGV7HDPgJTXHMvDNcHtJ+MCnwMsliyTGxBXk6j6vMBt4F9jNISSf2XvFLdGibC2hV6xmLwjSV4/qqizWryzVm5y9BQd6lqm1/LUiSQUT6yNw==)      */



/*      Resource ID: f90ae610c502b1983b2983f828a (lw-hoverbox.scss, compiled by node-sass, minified by none) (12/04/2025 9:36am) (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: f8785bd3af90126ac563aaed8b8 (lw-accordion.scss, compiled by node-sass, minified by none) (12/04/2025 9:36am) (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: 642c775c5a56fb40e0ef2b261fa (calendar.less, compiled by lessc, minified by none) (08/13/2025 7:02am) (A:24748, B:24868, C:33130, D:33290, F:33290, J:33290, K:33290)      */

.section-secondary {
  margin-top: 0 !important;
}
/* ==========================================================================
	#Colors
========================================================================== */
/* ==========================================================================
	#Fonts
========================================================================== */
.calendar .section {
  padding-top: 33px;
}
.calendar .section-posts #posts-head {
  background: none;
  background-image: none;
}
.calendar #lw_cal_header {
  background-image: url(/live/resource/image/_assets/images/posts-head-retina.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 24px 6px;
  overflow: visible;
}
.calendar #posts {
  position: relative;
}
#lw_cal {
  margin: 0 auto;
  /* position: relative; */
  font-size: 100%;
  /* 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;
  color: #91A0A0;
}
#lw_cal ::-moz-placeholder {
  letter-spacing: 1px;
  color: #91A0A0;
}
#lw_cal :-ms-input-placeholder {
  letter-spacing: 1px;
  color: #91A0A0;
}
#lw_cal input:-moz-placeholder {
  letter-spacing: 1px;
  color: #91A0A0;
}
#lw_cal a {
  border: none;
}
#lw_cal_content {
  border: 1px solid #ccc;
  overflow: visible;
  background: white;
}
#lw_cal_body {
  float: left;
  width: 100%;
  text-align: left;
}
#lw_cal_sidebar {
  float: left;
  width: 23%;
  padding: 0;
}
#lw_cal_view_selector {
  text-align: left;
  z-index: 5;
  position: absolute;
  top: 18px;
  font-size: 1.3em;
  border: none;
  padding-top: 2px;
  display: inline-block;
}
.lw_cal_event_view #lw_cal_view_selector {
  display: none;
}
#lw_cal_view_selector ul,
#lw_cal_view_selector li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lw_cal_view_selector li {
  float: right;
  display: inline-block;
}
#lw_cal_view_selector li a {
  display: block;
  margin: 0 20px 0 0;
  color: #91A0A0;
  text-decoration: none;
  font-size: 14px;
  border: none;
  background: none;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
  text-transform: uppercase;
}
#lw_cal_view_selector li.active a {
  font-weight: normal;
  color: #FF281E;
}
#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: #91A0A0;
}
#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: #192837;
}
#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 .lw_cal_add_new a {
  background: transparent;
}
#lw_cal_header {
  padding: 15px 10px;
  height: 72px;
}
#lw_cal_header h5 {
  font-family: 'GrotesqueMTW01-ExtraCn';
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.25em;
  margin: 0 0 0 62px;
  white-space: nowrap;
  color: #192837;
  position: absolute;
  top: -80px;
}
#lw_cal_header h5#lw_cal_all_events span {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.lw_cal_event_view #lw_cal_header h5 {
  margin-left: 0;
}
#lw_cal_header p:has(> .lw_cal_clear_filters) {
  margin-top: -3px;
}
#lw_cal_showing {
  display: none;
  position: absolute;
  top: -45px;
  left: 0;
  font-weight: normal;
  padding-right: 2em;
  padding-top: 10px;
  overflow: hidden;
  content: " ";
  font-family: 'Grotesque MT W01';
  line-height: 1.4;
}
#lw_cal_showing strong {
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal;
}
#lw_cal_showing p {
  margin: 0;
}
#lw_cal_showing span {
  color: #666;
}
#lw_cal_showing a {
  line-height: 24px;
  position: static !important;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
  text-decoration: none;
  color: #222;
  padding-top: 3px;
  padding-left: 3px;
  margin-left: -3px;
}
#lw_cal_showing a:hover {
  color: #FF281E;
  text-decoration: line-through;
}
#lw_cal_showing .X {
  font-size: 12px !important;
  line-height: 20px;
  position: static !important;
  font-weight: bold;
  text-decoration: none;
  color: #222 !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_categories,
#lw_cal_showing_tags {
  display: inline;
}
.lw_ical_link {
  border: 1px solid #33c;
  background-color: #37d;
  font-size: 0.7em;
  padding: 2px 0.5em 0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.lw_rss_link {
  border: 1px solid #c33;
  background-color: #d73;
  font-size: 0.7em;
  padding: 2px 0.5em 0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.lw_tz {
  font-size: 0.75em;
  color: #666;
  display: none;
}
.lw_tz a {
  text-decoration: none;
}
.lw_tz a:hover {
  text-decoration: underline;
}
.lw_cal_event_title a {
  text-decoration: none;
}
.lw_cal_event_live,
.lw_cal_event_hidden {
  color: #999;
}
.lw_cal_event_live:hover,
.lw_cal_event_hidden:hover {
  background: transparent;
  color: #000;
}
.lw_cal_event a:hover {
  color: #000;
}
.lw_cal_event.lw_cal_event_hidden .lw_cal_event_title a {
  color: #c22;
}
.lw_cal_time,
.tags {
  font-size: 0.7em;
}
.lw_cal_time {
  display: block;
}
#lw_cal_events {
  padding: 20px;
}
#lw_cal_events h3 {
  font-family: 'Grotesque MT W01';
  line-height: 1.4;
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.8em;
}
#lw_cal_events h3 strong {
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal;
}
#lw_cal_events h3 a {
  font-weight: 300;
}
#lw_cal_events .lw_cal_date a {
  font-size: 0.875em;
  color: #91A0A0;
}
#lw_cal_events .lw_cal_event_title a,
#lw_cal_events .lw_cal_show_day {
  font-size: 0.8em;
}
#lw_cal_events_badge {
  position: relative;
  top: -10px;
  left: -10px;
  height: 14px;
  display: inline-block;
  min-width: 14px;
  background-color: #06c;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #999;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#lw_cal_scroll_links {
  position: relative;
  float: left;
  left: -13px;
}
.lw_cal_event_view #lw_cal_scroll_links {
  position: static;
  float: right;
  margin-top: 6px;
}
#lw_cal_scroll_links > div {
  position: absolute;
  top: -70px;
}
#lw_cal_scroll_links > div.lw_cal_prev {
  left: 20px;
}
#lw_cal_scroll_links > div.lw_cal_next {
  left: 40px;
}
#lw_cal_scroll_links a {
  position: relative;
  background: #000;
}
.lw_cal_event_view #lw_cal_scroll_links a {
  position: static;
  background: transparent;
}
#lw_cal_scroll_links a:after {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-width: 15px;
  margin-top: -15px;
}
#lw_cal_scroll_links a.back {
  position: static;
}
#lw_cal_scroll_links a.back:after {
  border-width: 0;
  margin: 0;
}
#lw_cal_scroll_links a.arrow-left:after {
  right: 100%;
  border-right-color: #192837;
}
#lw_cal_scroll_links a.arrow-right:after {
  left: 100%;
  border-left-color: #192837;
}
#lw_cal_scroll_links a.arrow-left:hover:after {
  border-right-color: #FF281E;
}
#lw_cal_scroll_links a.arrow-right:hover:after {
  border-left-color: #FF281E;
}
#lw_cal_date_selector {
  float: right;
}
#lw_cal_date_selector form {
  margin-right: 4px;
  margin-top: 3px;
}
#lw_cal_date_selector select {
  width: 306px;
  height: 2em;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 11px 0 20px;
  margin-top: 0;
  padding: 5px 10px;
  border: 1px solid #192837;
  background: #ffffff url(/live/resource/image/_assets/images/select-menu-arrow.png) right 10px top 8px no-repeat;
  background-size: 9px 9px;
  cursor: pointer;
}
#lw_cal_date_selector p {
  float: left;
  margin: 0;
}
.lw_cal_all_view #lw_cal_date_selector {
  right: 20px;
}
#lw_cal_search_form {
  position: relative;
  top: 2px;
}
#lw_cal_search_form button,
#lw_cal_search_form h5 {
  display: none;
}
#lw_cal_search_form input {
  width: 100%;
  font-size: 40px;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #91A0A0;
  /* firefox 19+ */
  /* ie */
  font-family: 'GrotesqueMTW01-ExtraCn';
  text-transform: uppercase;
}
#lw_cal_search_form input::-webkit-input-placeholder {
  color: #91A0A0;
}
#lw_cal_search_form input::-moz-placeholder {
  color: #91A0A0;
}
#lw_cal_search_form input:-ms-input-placeholder {
  color: #91A0A0;
}
#lw_cal_search_form input:-moz-placeholder {
  color: #91A0A0;
}
#lw_cal_search_form i {
  position: absolute;
  top: 10px;
  left: -50px;
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #91a0a0;
  font-size: 30px;
}
body.lw_cal_view_all div#lw_cal_showing p {
  display: inline-block;
  margin-right: 1em;
}
body.lw_cal_view_search div#lw_cal_showing p {
  display: none;
}
body.lw_cal_view_search div#lw_cal_showing p:first-child {
  display: block;
}
.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: 15px 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: #222;
}
.lw_cal_selector li input {
  margin-right: 6px;
}
#lw_cal_online_selector {
  margin: 0;
}
#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;
}
#lw_cal_tag_selector ul.disabled li {
  color: #999;
}
#lw_cal_category_selector,
.lw_selector {
  padding: 0 20px 0 0;
}
#lw_cal_category_selector li,
.lw_selector li {
  display: block;
  margin-left: 20px;
}
#lw_cal_category_selector li input,
.lw_selector li input {
  float: left;
  margin-top: 2px;
  margin-left: -20px;
}
#lw_cal_category_selector {
  position: absolute;
  padding: 0;
  right: 350px;
  top: 19px;
  border: 1px solid #192837;
  background-color: #fff;
  z-index: 5;
  min-width: 306px;
  cursor: pointer;
}
#lw_cal_category_selector h4,
#lw_cal_category_selector h5 {
  position: static;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 11px 0 20px;
  margin: 0;
  padding: 5px 10px;
  height: 26px;
  background: #ffffff url(/live/resource/image/_assets/images/select-menu-arrow.png) right 10px top 8px no-repeat;
  background-size: 9px 9px;
  border-top: none;
}
#lw_cal_category_selector ul {
  display: none;
  background-color: #192837;
  padding: 5px 15px;
  z-index: 5;
}
#lw_cal_category_selector ul.icons-hidden li.selected:before {
  display: none;
}
#lw_cal_category_selector li {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
}
#lw_cal_category_selector li.selected:before,
#lw_cal_category_selector li:hover:before {
  margin-top: 4px;
}
#lw_cal_category_selector li:nth-child(3).selected:before,
#lw_cal_category_selector li:nth-child(3):hover:before {
  margin-top: 7px;
}
#lw_cal_category_selector li input {
  display: none;
}
#lw_cal_category_selector label {
  display: block;
}
a.lw_cal_show_all_events {
  display: none;
}
p.events_msg {
  padding: 27px 0;
  width: 42%;
  font-family: 'Plantin W01' !important;
  text-transform: none !important;
  font-size: 32px;
}
p.events_msg strong {
  font-family: 'Plantin W01';
  font-weight: normal;
  background: #ffeeb2;
}
p.events_msg em {
  font-family: 'Plantin W01 Italic';
  font-style: normal;
}
.lw_cal_week_view #lw_cal_events {
  padding: 0;
  border-top: 1px solid #44505d;
  border-bottom: none;
  width: 100%;
}
.lw_cal_week_view #lw_cal_events .week_events > div {
  width: 100%;
  border-bottom: 1px solid #44505d;
}
.lw_cal_week_view #lw_cal_events .lw_cal_event {
  position: relative;
  min-height: 0;
}
.lw_cal_week_view #lw_cal_events .lw_cal_event:hover {
  background-color: #FF281E;
}
.lw_cal_week_view #lw_cal_events .lw_cal_event:hover * {
  color: #fff !important;
}
.lw_cal_week_view #lw_cal_events .lw_events_time,
.lw_cal_week_view #lw_cal_events .lw_events_title {
  vertical-align: top;
  overflow: hidden;
  background: transparent;
  display: table-cell;
  padding: 14px 14px 14px 0;
  min-width: 96px;
}
.lw_cal_week_view #lw_cal_events .lw_events_time *,
.lw_cal_week_view #lw_cal_events .lw_events_title * {
  margin: 0 !important;
  padding: 0 !important;
}
.lw_cal_week_view #lw_cal_events .lw_events_time a,
.lw_cal_week_view #lw_cal_events .lw_events_title a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 0 14px 198px !important;
  font-size: 1em;
}
.lw_cal_week_view #lw_cal_events .lw_events_time {
  padding-left: 14px;
  width: 198px;
  font-size: 1em;
}
.lw_cal_week_view #lw_cal_events .lw_user_time {
  display: none;
}
.lw_cal_week_view #lw_cal_events .lw_events_title {
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
}
.lw_cal_week_view #lw_cal_events div.week_date {
  color: #000;
  padding: 4px 14px;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
  text-align: left;
  background-color: #e1ebeb !important;
  border-bottom: 1px solid #44505d;
}
/*   .lw_cal_event.lw_multi_day {
    background: #000;
    float: left;
    position: absolute;
    color: #fff;
    left: 0;
    right: -15px;
    }
    .lw_cal_month_view #lw_cal_events td {overflow:visible; }
    */
.lw_cal_month_view {
  /* remove padding from body */
  /* content that shouldn't appear on month view */
}
.lw_cal_month_view #lw_cal_body {
  background-color: #fff;
}
.lw_cal_month_view #lw_cal_content {
  border: none;
}
.lw_cal_month_view #lw_cal_events {
  padding: 0;
  margin-bottom: -1px;
}
.lw_cal_month_view #lw_cal_events .lw_cal_event_list {
  min-height: 110px;
}
.lw_cal_month_view #lw_cal_events .lw_cal_date a {
  font-size: 40px;
}
.lw_cal_month_view #lw_cal_events table {
  background-image: url(/live/resource/image/_assets/images/bg-squares.png);
  background-attachment: fixed !important;
  background-color: transparent !important;
  border-spacing: 1px;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.bg1 .lw_cal_month_view #lw_cal_events table {
  background-image: linear-gradient(45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5), linear-gradient(-45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5);
  background-size: 12px 12px;
  background-position: 0 -4px;
}
.bg2 .lw_cal_month_view #lw_cal_events table {
  background-image: linear-gradient(45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5), linear-gradient(45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.bg3 .lw_cal_month_view #lw_cal_events table {
  background: linear-gradient(115deg, transparent 75%, #F0F5F5 75%) 0 0, linear-gradient(245deg, transparent 75%, #F0F5F5 75%) 0 0, linear-gradient(115deg, transparent 75%, #F0F5F5 75%) 6px -11px, linear-gradient(245deg, transparent 75%, #F0F5F5 75%) 6px -11px, transparent;
  background-size: 11px 22px;
}
.bg4 .lw_cal_month_view #lw_cal_events table {
  background: linear-gradient(135deg, #F0F5F5 25%, transparent 25%) -7px 0, linear-gradient(225deg, #F0F5F5 25%, transparent 25%) -7px 0, linear-gradient(315deg, #F0F5F5 25%, transparent 25%), linear-gradient(45deg, #F0F5F5 25%, transparent 25%);
  background-position-y: 3px;
  background-size: 14px 14px;
}
.lw_cal_month_view #lw_cal_events tr,
.lw_cal_month_view #lw_cal_events tr:nth-child(odd) {
  background: transparent;
}
.lw_cal_month_view #lw_cal_events tr:nth-child(1) {
  border-top: 1px solid #192837;
  margin-bottom: 20px;
}
.lw_cal_month_view #lw_cal_events td {
  vertical-align: top;
  width: 14%;
  border-collapse: collapse;
  border: 15px solid transparent;
  overflow: hidden;
  padding: 7px 10px 10px;
  position: relative;
  background: white padding-box;
  box-sizing: content-box;
  /*
			 * IE and FF do not handle this properly
			 *
			 * -ms-word-break: break-all;
			 * word-break: break-all;
			 */
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.lw_cal_month_view #lw_cal_events td:first-child {
  border-left-width: 0;
}
.lw_cal_month_view #lw_cal_events td:last-child {
  border-right-width: 0;
}
.lw_cal_month_view #lw_cal_events td .cal-day-wrapper {
  min-height: 150px;
}
.lw_cal_month_view #lw_cal_events td.lw_has_events {
  background-color: #FFC800;
}
.lw_cal_month_view #lw_cal_events td.lw_has_events .lw_cal_date a {
  color: #192837;
}
.lw_cal_month_view #lw_cal_events td.lw_cal_rollover_month {
  background: white !important;
}
.lw_cal_month_view #lw_cal_events td.lw_cal_rollover_month span.date {
  color: #aaa;
}
.lw_cal_month_view #lw_cal_events td.lw_cal_rollover_month * {
  color: #91A0A0 !important;
}
.lw_cal_month_view #lw_cal_events td .link-more {
  margin-top: 10px !important;
  padding: 2px 4px !important;
  border: 1px solid #FF281E;
}
.lw_cal_month_view #lw_cal_events td .link-more:hover {
  background: #fff;
  color: #FF281E;
}
.lw_cal_month_view #lw_cal_events tr:nth-child(2) td {
  border-top-width: 0;
}
.lw_cal_month_view #lw_cal_events tr:last-child td {
  border-bottom-width: 0;
}
.lw_cal_month_view #lw_cal_events th {
  padding: 0 6px 3px;
  color: #000;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  line-height: 1.8;
}
.lw_cal_month_view #lw_cal_events th:after {
  content: ' ';
  position: relative;
  clear: left;
  display: block;
  background-image: url(/live/resource/image/_assets/images/bg-squares.png);
  background-attachment: fixed !important;
  background-color: transparent !important;
  border-top: 1px solid #000;
  border-bottom: 20px solid transparent;
  margin: 0 -10px -4px;
}
.bg1 .lw_cal_month_view #lw_cal_events th:after {
  background-image: linear-gradient(45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5), linear-gradient(-45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5);
  background-size: 12px 12px;
  background-position: 0 -4px;
}
.bg2 .lw_cal_month_view #lw_cal_events th:after {
  background-image: linear-gradient(45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5), linear-gradient(45deg, #F0F5F5 25%, transparent 25%, transparent 75%, #F0F5F5 75%, #F0F5F5);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.bg3 .lw_cal_month_view #lw_cal_events th:after {
  background: linear-gradient(115deg, transparent 75%, #F0F5F5 75%) 0 0, linear-gradient(245deg, transparent 75%, #F0F5F5 75%) 0 0, linear-gradient(115deg, transparent 75%, #F0F5F5 75%) 6px -11px, linear-gradient(245deg, transparent 75%, #F0F5F5 75%) 6px -11px, transparent;
  background-size: 11px 22px;
}
.bg4 .lw_cal_month_view #lw_cal_events th:after {
  background: linear-gradient(135deg, #F0F5F5 25%, transparent 25%) -7px 0, linear-gradient(225deg, #F0F5F5 25%, transparent 25%) -7px 0, linear-gradient(315deg, #F0F5F5 25%, transparent 25%), linear-gradient(45deg, #F0F5F5 25%, transparent 25%);
  background-position-y: 3px;
  background-size: 14px 14px;
}
.lw_cal_month_view #lw_cal_events th a {
  text-decoration: none;
}
.lw_cal_month_view #lw_cal_body {
  padding: 0;
  border: none;
}
.lw_cal_month_view .lw_events_description,
.lw_cal_month_view .lw_events_location,
.lw_cal_month_view .lw_cal_location_link_wrapper,
.lw_cal_month_view .lw_cal_tz_abbrv,
.lw_cal_month_view .lw_item_thumb {
  display: none;
}
.lw_cal_month_view .lw_cal_event + .lw_cal_event {
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid #192837;
}
.lw_cal_month_view .lw_cal_event:hover a {
  color: #FF281E;
}
.lw_cal_month_view .lw_cal_date {
  display: block;
  font-size: 3em;
  color: #91A0A0;
  line-height: 1;
  font-family: 'GrotesqueMTW01-ExtraCn';
  text-transform: uppercase;
}
.lw_cal_month_view .lw_cal_date a {
  text-decoration: none;
}
.lw_cal_month_view .lw_events_time {
  border: none;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1em;
}
.lw_cal_month_view .lw_events_title {
  margin-bottom: 0;
  font-size: 1em;
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal !important;
  line-height: 1.4;
}
.lw_cal_month_view .lw_events_title a {
  font-weight: normal !important;
}
.lw_cal_event_view #lw_cal_body {
  background: none;
}
.lw_cal_event_view #lw_cal_events {
  background: none;
  padding: 0;
}
.lw_cal_event_view #main {
  padding: 0 25px 0 0;
  overflow: hidden;
  position: relative;
}
.lw_cal_event_view #main h1 {
  font-family: 'Plantin W01' !important;
  text-transform: none !important;
  font-size: 48px;
  line-height: 1.1;
  color: #192837;
  padding-bottom: 22px;
}
.lw_cal_event_view #main h1 strong {
  font-family: 'Plantin W01';
  font-weight: normal;
  background: #ffeeb2;
}
.lw_cal_event_view #main h1 em {
  font-family: 'Plantin W01 Italic';
  font-style: normal;
}
.lw_cal_event_view #main .intro {
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 1em;
}
.lw_cal_event_view #main a {
  border-bottom: 1px solid #FF281E;
}
.lw_cal_event_view #main .lw_widget_saveandshare a {
  border: none;
}
#lw_cal_events .main-head-meta {
  font-size: 14px;
}
#lw_cal_events .main-head-meta span {
  color: inherit;
  padding: 0;
}
#lw_cal_events .lw_slideshow_wrapper {
  width: 235px !important;
}
#lw_cal_events .lw_slideshow_wrapper * {
  max-width: 235px !important;
}
#lw_cal_event_leftcol {
  float: left;
  margin: 0 20px 0 0;
  width: 325px;
  padding-right: 25px;
  min-height: 600px;
  border-right: 1px solid #ccc;
}
#lw_cal_event_leftcol > div {
  font-size: 0.9em;
  margin-bottom: 2em;
}
#lw_cal_event_leftcol h3 {
  font-weight: 200;
  font-size: 1.375em;
  margin: 0 0 0.5em;
}
#lw_cal_event_leftcol img {
  width: 299px;
  height: auto;
}
#lw_cal_event_leftcol .lw_events_caption {
  color: #999;
}
#lw_cal_event_related_content ul {
  padding-left: 30px;
}
#lw_cal .lw_related_url a {
  border-bottom: 1px solid #FF281E;
}
#lw_cal_add_to_calendar {
  display: none;
}
#lw_cal_add_to_calendar p {
  margin-bottom: 0.25em;
}
#lw_cal_add_to_calendar ul {
  display: none;
  padding: 0 15px;
  margin: 0;
}
#lw_cal_add_to_calendar li {
  list-style: none;
  padding: 4px 0;
}
#lw_cal_add_to_calendar li .lw_cal_icon {
  display: inline-block;
  margin-right: 8px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(/live/resource/image/livewhale/images/calendar/sprite.png) no-repeat;
}
#lw_cal_add_to_calendar li .lw_cal_ical {
  background-position: -32px 0;
}
#lw_cal_add_to_calendar li .lw_cal_google {
  background-position: 0 0;
}
#lw_cal_add_to_calendar li .lw_cal_yahoo {
  background-position: -16px 0;
}
#lw_cal_add_to_calendar li .lw_cal_outlook {
  background-position: -48px 0;
}
#lw_cal_day_leftcol {
  float: left;
  margin: 0 20px 0 0;
}
#lw_cal_day_rightcol {
  padding: 0 0 0 20px;
  border-left: 1px solid #ccc;
  overflow: hidden;
  min-height: 630px;
}
#lw_cal_day_date {
  width: 120px;
  height: 120px;
  text-align: center;
  border: 1px solid #999;
  color: #000;
  box-shadow: 2px 2px 2px #999;
}
.lw_cal_today_day {
  padding: 2px;
}
.lw_cal_today_month {
  display: block;
  background-color: #192837;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.75em;
  letter-spacing: 2px;
}
.lw_cal_today_day {
  font-family: 'Plantin W01' !important;
  text-transform: none !important;
  display: block;
  color: #000;
  font-size: 4.25em;
  line-height: 0.875em;
  text-align: center;
}
.lw_cal_today_day strong {
  font-family: 'Plantin W01';
  font-weight: normal;
  background: #ffeeb2;
}
.lw_cal_today_day em {
  font-family: 'Plantin W01 Italic';
  font-style: normal;
}
#lw_cal_today_facts {
  font-family: 'Grotesque MT W01';
  line-height: 1.4;
  margin: 20px 0 0 16px;
  width: 104px;
  font-size: 13px;
}
#lw_cal_today_facts strong {
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal;
}
#lw_cal_today_facts p {
  display: list-item;
}
#lw_cal_today_facts a {
  color: #333;
  text-decoration: none;
}
#lw_cal_today_facts a:hover {
  color: #300;
}
#lw_cal_today_facts ul,
#lw_cal_today_facts li {
  list-style-type: disc !important;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  font-size: 12px;
  line-height: 2em;
}
/* day vs. today date badge */
.lw_cal_day_view .lw_cal_today_month {
  font-size: 1.125em;
  padding: 0;
}
.lw_cal_day_view #lw_cal_day_date {
  height: 100px;
  width: 100px;
}
.lw_cal_day_view .lw_cal_today_day {
  font-size: 3.5em;
  padding: 2px;
}
.lw_cal_day_view #lw_cal_today_facts {
  display: none;
}
#lw_cal_weather {
  margin-top: 20px;
  width: 180px;
}
#lw_cal_weather span {
  font-family: 'Grotesque MT W01';
  line-height: 1.4;
  color: #333;
  font-size: 22px;
  font-weight: 200;
}
#lw_cal_weather span strong {
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal;
}
#lw_cal_events .lw_cal_upcoming_events {
  border-top: 1px solid #192837;
  margin: 75px 0 1em 0;
}
#lw_cal_events .lw_cal_upcoming_events h3 {
  font-size: 1em;
  font-weight: 200;
  margin-top: -1px;
}
#lw_cal_events .lw_cal_upcoming_events h4 {
  margin-bottom: 0.5em;
}
.lw_cal_paginate a {
  text-decoration: none;
}
#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;
}
#lw_cal_location_map {
  width: 266px;
  height: 266px;
}
#lw_cal_overlay_pointer {
  position: absolute;
  right: -25px;
  top: 150px;
  width: 25px;
  height: 30px;
  background: transparent url(/live/resource/image/livewhale/images/overlay_pointer.png) top left no-repeat;
}
.lw_cal_details_overlay {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 690px;
  background: #fff;
  z-index: 101;
  padding: 25px 25px 15px;
  border: 1px solid #CCC;
  box-shadow: 3px 3px 3px #ccc;
  margin-left: -470px;
}
.lw_cal_details_overlay .lw_events_location {
  position: absolute;
  top: 16px;
  right: 16px;
}
.lw_cal_details_overlay .lw_events_description {
  display: block;
}
#lw_cal_subscribe {
  padding: 0 25px 25px 0;
}
#lw_cal_subscribe > a {
  display: block;
  font-weight: 600;
  font-size: 0.8em;
  color: #192837;
  padding: 6px 0;
  text-decoration: none;
}
#lw_cal_subscribe > a:after {
  content: "▼";
  font-size: 0.6em;
  margin-left: 5px;
}
#lw_cal_subscribe > a:hover {
  color: #91A0A0;
}
#lw_cal_subscription_menu {
  padding: 0;
  margin: 0;
}
#lw_cal_subscription_menu a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
#lw_cal_subscription_menu a.lw_cal_sub_rss {
  color: #f26621;
}
#lw_cal_subscription_menu a.lw_cal_sub_ical {
  color: #45aef0;
}
#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 a.lw_cal_sub_cat {
  padding-top: 4px;
  line-height: 1.35em;
  margin-right: 10px;
}
#lw_cal_subscription_menu .lw_cal_sub_cat {
  float: left;
  max-width: 93px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
#lw_cal .lw_cal_event_detail_map {
  position: relative;
  height: 235px;
  width: 235px;
  margin-bottom: 20px;
}
#lw_cal .lw_cal_event_detail_map a.lw_view_larger {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3px 7px;
  background-color: black;
  z-index: 2;
  font-size: 14px;
  font-family: 'Grotesque MT W01';
  line-height: 1.4;
}
#lw_cal .lw_cal_event_detail_map a.lw_view_larger strong {
  font-family: 'Grotesque MT W01 Bold';
  font-weight: normal;
}
#lw_cal .lw_cal_event_detail_map a.lw_view_larger:hover {
  background-color: #FF281E;
}
.lw_media_wrapper {
  margin-bottom: 2em;
}
.lw_cal_event_edit {
  display: block;
  text-decoration: underline;
}
#lw_mini_cal {
  width: 175px;
  font-size: 10px;
}
#lw_mini_cal table {
  border-collapse: collapse;
}
#lw_mini_cal th {
  text-transform: uppercase;
  color: #458acb;
}
#lw_mini_cal td {
  position: relative;
  text-align: center;
  width: 25px;
  line-height: 22px;
  cursor: pointer;
}
#lw_mini_cal td.has_items {
  background-color: #eee;
}
#lw_mini_cal td.today {
  font-weight: 600;
}
#lw_mini_cal td.active:hover {
  background-color: #eee;
}
#lw_mini_cal td.selected {
  background-color: #0176a2;
}
#lw_mini_cal td.selected:hover {
  background-color: #0176a2;
}
#lw_mini_cal h3 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 2px;
}
#lw_mini_cal h3 a {
  display: block;
  width: 14px;
  height: 14px;
  text-decoration: none;
}
#lw_mini_cal h3 .lw_left {
  float: left;
}
#lw_mini_cal h3 .lw_right {
  float: right;
}
#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;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
}
#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_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;
}
#HTMLReporter {
  padding-top: 20px;
  margin: 50px;
  clear: both;
}
@media (max-width: 991px) {
  #lw_cal .main-head-meta {
    display: block;
  }
  #lw_cal_date_selector .lw_selector {
    min-width: 225px;
  }
  #lw_cal_category_selector {
    min-width: 225px;
    right: 260px;
  }
}
@media (max-width: 767px) {
  #lw_cal_view_selector {
    top: 18px;
  }
  #lw_cal_view_selector li a {
    background: none;
    padding: 0;
    margin: 0 20px 0 0;
  }
  #lw_cal_header {
    margin-top: 40px;
    padding: 12px 0;
    min-height: 56px;
    height: auto;
  }
  #lw_cal_header #lw_cal_category_selector {
    left: 0;
    width: 48%;
    top: 57px;
    min-width: 0;
  }
  div#lw_cal_date_selector {
    display: block;
    position: relative;
    float: none;
  }
  div#lw_cal_date_selector .lw_selector {
    width: 48%;
    top: 0;
    min-width: 0;
  }
  #lw_cal_showing {
    padding-top: 42px;
    position: static;
  }
  #lw_cal_scroll_links {
    left: 0;
  }
  #lw_cal_scroll_links > div {
    top: -65px;
  }
  #lw_cal_scroll_links > div:nth-child(2) {
    left: 30px;
  }
  #lw_cal_header h5 {
    top: -38px;
    left: 0;
  }
  #lw_cal_search_form {
    top: -36px;
    overflow: hidden;
  }
  #lw_cal_search_form i {
    font-size: 24px;
    top: 2px;
    left: 0;
  }
  #lw_cal_search_form input#lw_cal_search {
    font-size: 24px;
    line-height: 26px;
    margin-left: 30px;
  }
  #lw_cal_events p.events_msg {
    width: auto;
    font-size: 2em;
  }
  .lw_cal_event_view #lw_cal_scroll_links a {
    top: -65px;
  }
  .lw_cal_event_view #lw_cal_scroll_links a.arrow-left:after {
    right: auto;
    left: -18px;
  }
  .lw_cal_week_view #lw_cal_events div.week_date {
    padding: 4px 10px;
  }
  .lw_cal_week_view #lw_cal_events .lw_cal_event:before,
  .lw_cal_week_view #lw_cal_events .lw_cal_event:after {
    content: " ";
    display: table;
  }
  .lw_cal_week_view #lw_cal_events .lw_cal_event:after {
    clear: both;
  }
  .lw_cal_week_view #lw_cal_events .lw_events_time,
  .lw_cal_week_view #lw_cal_events .lw_events_title {
    float: left;
  }
  .lw_cal_week_view #lw_cal_events .lw_events_time {
    width: 35%;
    padding: 10px;
  }
  .lw_cal_week_view #lw_cal_events .lw_events_title {
    padding: 10px 0;
    width: 65%;
  }
  .lw_cal_week_view #lw_cal_events .lw_events_title a {
    position: static;
    padding: 0 !important;
  }
}
.lw_cal_week_view #lw_cal_events .lw_events_title .lw_cal_edit_link {
  right: 0;
  width: min-content;
  left: auto;
  position: absolute !important;
  padding: 1rem 2rem !important;
}

/*      Resource ID: dee012b35d677825fba16b1a619 (calendar-mobile.less, compiled by lessc, minified by none) (02/22/2026 4:23pm) (A:5663, B:5663, C:6843, D:6843, F:6843, J:6843, K:6843)      */

@media screen and (max-width: 767px) {
  /*
	 * Event Date Headers
	 */
  #lw_cal_events h3,
  lw_cal_upcoming_events h3 {
    float: none;
    margin: 0;
    padding: 3px 6px;
  }
  /*
	 * Global Event Properties - event properties for all views 
	 */
  .lw_cal_event_list {
    margin-bottom: 20px;
  }
  .lw_cal_event_list .lw_events_title {
    font-size: 1em;
    font-weight: 300;
    margin-top: 5px;
  }
  .lw_cal_event_list .lw_events_time {
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 0.75em;
    font-weight: 400;
    border-bottom: #ccc 1px solid;
  }
  .lw_cal_event_list .lw_events_time .postfix {
    color: #777;
  }
  .lw_cal_event_list .lw_events_location {
    display: none;
    border-bottom: medium none;
    font-size: 0.875em;
    float: left;
    margin: 2px 0 7px 0;
    padding: 0 !important;
    position: static;
    text-align: left;
    width: 100%;
  }
  .lw_cal_event_list .lw_events_summary {
    clear: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .lw_cal_event_list .lw_item_thumb img {
    max-width: 60px;
    height: auto;
    margin: 0;
  }
  .lw_cal_event_list .lw_cal_location_link_wrapper {
    font-size: 0.75em;
    color: #666;
  }
  .lw_cal_event_list .lw_cal_event.lw_has_image {
    min-height: 80px;
  }
  .lw_cal_event_list .lw_cal_event.lw_has_image .lw_events_title,
  .lw_cal_event_list .lw_cal_event.lw_has_image .lw_events_summary,
  .lw_cal_event_list .lw_cal_event.lw_has_image .lw_events_description {
    margin-left: 68px;
    width: auto;
  }
  #lw_cal_map_overlay {
    border-radius: 0 0 0 0;
    left: 13px !important;
    padding: 6px;
  }
  /*
	 * Wrapper
	 */
  #lw_cal {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  /*
	 * Header
	 */
  .lw_cal_standard.lw_cal_month_view #lw_cal_sidebar,
  .lw_cal_standard.lw_cal_event_view #lw_cal_sidebar {
    position: static;
    width: auto;
    padding: 20px;
    border: none;
    background-color: #fff;
  }
  .lw_cal_standard.lw_cal_month_view #lw_cal_sidebar.lw_cal_sidebar_hidden > *,
  .lw_cal_standard.lw_cal_event_view #lw_cal_sidebar.lw_cal_sidebar_hidden > * {
    display: block !important;
  }
  .lw_cal_standard.lw_cal_month_view #lw_cal_subscribe,
  .lw_cal_standard.lw_cal_event_view #lw_cal_subscribe {
    padding: 0;
  }
  /*
	 * Month View
	 */
  .lw_cal_month_view .lw_cal_event_list {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    width: 100%;
  }
  .lw_cal_month_view .lw_cal_event_list h4,
  .lw_cal_month_view .lw_cal_event_list .lw_cal_event > div {
    padding: 0;
  }
  .lw_cal_month_view .lw_cal_event_list .lw_events_time {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin: 0;
  }
  .lw_cal_month_view .lw_cal_event_list .lw_events_time .postfix {
    display: inline;
  }
  .lw_cal_month_view .lw_cal_event_list .lw_events_title {
    font-size: 1em;
    font-weight: 500;
  }
  .lw_cal_month_view .lw_cal_event {
    margin: 5px 0 0 0 !important;
  }
  .lw_cal_month_view .lw_cal_event + .lw_cal_event {
    margin-top: 5px !important;
    padding-top: 0 !important;
    border-top: none;
  }
  .lw_cal_month_view .lw_cal_show_day {
    clear: both;
    display: inline-block;
    float: none;
  }
  .lw_cal_month_view #lw_cal_events table {
    margin: 0;
    border-bottom: 1px #ccc solid;
  }
  .lw_cal_month_view #lw_cal_events tr:first-child {
    display: none;
  }
  .lw_cal_month_view #lw_cal_events td,
  .lw_cal_month_view #lw_cal_events th {
    display: block;
    border-right: #ccc 1px solid;
    height: auto;
    width: auto;
    background-color: #eee;
    padding: 8px;
  }
  .lw_cal_month_view #lw_cal_events td {
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #aaa 1px solid;
  }
  .lw_cal_month_view #lw_cal_events td .cal-day-wrapper {
    min-height: 0;
  }
  .lw_cal_month_view #lw_cal_events td.lw_cal_rollover_month {
    display: none;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_date {
    float: none;
    width: 100%;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_date {
    /*font-size: 0.875em;*/
    /*line-height: 2em;*/
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_date a {
    font-size: 1em;
    float: left;
    text-align: left;
    text-decoration: none;
    width: 80%;
  }
  .lw_cal_month_view #lw_cal_events .lw_cal_month_week_day {
    visibility: visible;
    display: block;
    float: right;
  }
  /* 
	 * Day View 
	 */
  .lw_cal_day_view #lw_cal_day_date {
    display: none;
  }
  #lw_cal_weather {
    margin: 0 auto;
    width: 250px;
  }
  #lw_cal_day_date {
    height: 50px;
    margin: 0 auto 20px auto;
    overflow: inherit;
    width: 90% !important;
  }
  .lw_cal_today_month {
    display: block;
    float: left;
    font-size: 1.85em;
    line-height: 50px;
    width: 66%;
  }
  .lw_cal_today_day {
    float: left;
    font-size: 2.5em;
    line-height: 1em;
    width: 25%;
  }
  #lw_cal_day_leftcol {
    width: 100%;
  }
  #lw_cal_day_leftcol,
  #lw_cal_day_rightcol {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
    min-height: 0;
  }
  #lw_cal_day_rightcol h3 {
    text-align: center;
  }
  .lw_cal_upcoming_events .lw_events_location {
    padding-top: 0 !important;
  }
  /*
	 * Hide these 
	 */
  #lw_cal_selector_wrapper,
  #lw_cal_date_selector,
  #lw_cal_subscribe,
  #lw_cal_today_facts {
    display: none;
  }
  /*
	 * Selector Wrapper - when not hidden 
	 */
  #lw_cal_selector_wrapper {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    left: 16px;
    margin: 38px 0 0;
    padding: 12px;
    position: absolute;
    top: 200px;
    width: 235px;
  }
  /*
	 * Expand calendar columns
	 */
  #lw_cal_body,
  #lw_cal_sidebar {
    float: none;
    width: 100%;
  }
  #lw_cal_sidebar {
    border-top: #ccc 1px solid;
    padding: 20px;
  }
  /*
	 * Event Detail View
	 */
  #lw_cal_event_rightcol {
    float: none;
    border: none;
    margin: 0 auto 20px;
    min-height: 0;
  }
  #lw_cal_event_leftcol {
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    min-height: 0;
    width: 100%;
  }
  #lw_cal_event_leftcol h1 {
    color: #000000;
    font-size: 1.85em;
    font-weight: 200;
    margin: 0 0 0.5em;
    width: 100%;
  }
  #lw_cal_event_leftcol .lw_slider_wrapper {
    width: 300px;
    margin: 0 auto 1em auto;
  }
  #lw_cal_event_leftcol .lw_slider_wrapper ul {
    margin: 0 auto;
  }
  #lw_cal_event_leftcol .lw_cal_event_detail_map {
    margin: 0 auto 1em auto;
  }
  #lw_cal_event_leftcol img {
    width: 300px;
    height: auto;
  }
  .lw_calendar_event_description table {
    width: auto !important;
    max-width: 100%;
  }
  .lw_cal_upcoming_events {
    border-top: 1px solid #C00;
    clear: both;
    margin: 75px 0 1em;
    padding: 0;
  }
  .lw_cal_upcoming_events h4 {
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 5px 15px;
  }
  .lw_cal_event_detail_map {
    height: auto;
  }
  .lw_cal_event_detail_map > div {
    height: 250px !important;
    position: static !important;
  }
  #lw_cal_search_form input {
    margin-top: 0;
  }
}