
@charset "UTF-8";
@import url("https://use.typekit.net/ksl5erb.css");
@import url("https://use.typekit.net/ksl5erb.css");
/*      Request ID: 283876a02a23bbbdda25fd71e2d7bad7_1684422970 (02/20/2026 11:37am) (vY3LDQIxDERboQCyPtAFJzpYeW2LWOs4KA6/7jdaRAlwmo9G8yDXIhDovNTXV5M9qWcpEtNwaBPVArf7Ykpz7sVgVr82YRXvAZ8lID/QaXz1t40o2EylpfMlIbN2rR5TUMTxAL9irtopi6dQX/9H3dt0Siyl7qwN)      */



/*      Resource ID: 269c3ffe2bff7725e5d19216a3a (earlier-JP-additions.scss, compiled by node-sass, minified by none) (02/20/2026 11:37am) (A:4069, B:4069, C:6985, D:7105, F:7105, J:7105, K:7105)      */



.ex_clearfix::before, .ex_clearfix::after {
  clear: both;
  content: '';
  display: table; }

.ex_list_reset {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ex_wrap {
  overflow-wrap: break-word;
  /* new name */ }

.ex_hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.ex_smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ex_unsmooth {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.ex_background_img {
  position: relative;
  overflow: hidden; }
  .ex_background_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    color: transparent; }

.ex_btn_reset {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .ex_btn_reset:focus {
    outline: none; }

body {
  font-family: "calluna-sans", sans-serif !important; }

.calendar_select.calendar_select {
  cursor: pointer;
  width: 100%;
  background-color: #353a3d;
  color: #f5f5f5;
  line-height: 12px;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 12px; }
  .calendar_select.calendar_select > div {
    text-transform: uppercase; }
  .calendar_select.calendar_select * {
    font-size: 14px !important; }
  .calendar_select.calendar_select .calendar_select_label::after {
    filter: invert(1); }

.calendar_select_dropdown.calendar_select_dropdown {
  background-color: #f5f5f5;
  left: 0;
  right: 0; }
  .v1 .calendar_select_dropdown.calendar_select_dropdown, .v3 .calendar_select_dropdown.calendar_select_dropdown {
    position: relative;
    border: none; }

.calendar_main > .container > .row {
  justify-content: center; }
  body.lw_cal_view_event .calendar_main > .container > .row > div.col-md-3 {
    display: none; }

.lw_cal_has_hero .lw_cal_back span {
  color: #fff;
  display: inline-block;
  padding: 10px; }

.calendar_detail_hero {
  z-index: -1; }

.calendar_thumbnail img, .calendar_panel .lw_item_thumb img, .calendar_event .lw_item_thumb img {
  height: auto; }

#lw_cal_showing .lw_cal_clear_filters {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 12px 16px 12px 28px;
  position: relative;
  text-decoration: none; }
  #lw_cal_showing .lw_cal_clear_filters:hover {
    border-color: #900; }
  #lw_cal_showing .lw_cal_clear_filters:before {
    content: '×';
    color: #900;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 10px; }

#lw_mini_cal {
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #353a3d;
  table-layout: fixed;
  padding: 3px; }
  #lw_mini_cal h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    position: relative;
    padding: 10px 8px; }
    #lw_mini_cal h3 .lw_left {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
      #lw_mini_cal h3 .lw_left::after {
        background-image: url("/live/resource/image/_ingredients/themes/advance/icons/chevron-down.png");
        background-size: contain;
        height: 8px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        display: block;
        transform: rotate(90deg); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
          #lw_mini_cal h3 .lw_left::after {
            background-image: url("/live/resource/image/_ingredients/themes/advance/icons/chevron-down@2x.png"); } }
    #lw_mini_cal h3 .lw_right {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
      #lw_mini_cal h3 .lw_right::after {
        background-image: url("/live/resource/image/_ingredients/themes/advance/icons/chevron-down.png");
        background-size: contain;
        height: 8px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        display: block;
        transform: rotate(270deg); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
          #lw_mini_cal h3 .lw_right::after {
            background-image: url("/live/resource/image/_ingredients/themes/advance/icons/chevron-down@2x.png"); } }
  #lw_mini_cal table {
    width: 100%; }
    #lw_mini_cal table td, #lw_mini_cal table th {
      font-size: 12px; }
    #lw_mini_cal table td {
      padding: 5px; }
      #lw_mini_cal table td.lw_prev_month, #lw_mini_cal table td.lw_next_month {
        opacity: .7; }
      #lw_mini_cal table td.today {
        background-color: #c00 !important; }
        #lw_mini_cal table td.today a {
          font-weight: bold;
          color: #f5f5f5 !important; }
      #lw_mini_cal table td.selected {
        background-color: #f5f5f5; }
    #lw_mini_cal table a {
      font-weight: normal; }

#lw_cal_showing {
  font-size: 24px; }
  #lw_cal_showing > div {
    margin-bottom: 24px; }

#lw_cal_events .no {
  font-size: 18px;
  padding: 14px; }

.lw_cal_back span {
  color: #fff; }
  .lw_cal_back span:hover {
    color: #ffd100; }

.calendar_event_filters {
  margin-top: -30px;
  margin-bottom: 30px; }
  body.lw_cal_event_detail .calendar_event_filters {
    display: none; }

.calendar_event_tags {
  color: transparent; }
  .calendar_event_tags a {
    color: #666; }

.lw_cal_event_detail_map, .lw_map_iframe {
  max-height: 350px;
  overflow: hidden; }

.calendar_detail {
  margin-top: 30px !important; }

#lw_cal_search_form {
  border-color: #c00 !important;
  background-color: #edf3f0 !important; }
  .v1 #lw_cal_search_form, .v3 #lw_cal_search_form {
    margin-top: 48px; }

.calendar_search input {
  width: 100%;
  border: 1px solid #353a3d;
  border-radius: 0;
  outline: none !important;
  padding-bottom: 12px; }

.calendar_search button {
  background-image: url("/live/resource/image/_ingredients/themes/advance/icons/search.svg");
  background-size: contain;
  height: 15px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .calendar_search button {
      background-image: url("/live/resource/image/_ingredients/themes/advance/icons/search.svg"); } }

/*      Resource ID: 9a459db71938402099399249701 (kitchen-sink-additions.scss, compiled by node-sass, minified by none) (02/20/2026 11:37am) (A:2236, B:2236, C:3632, D:3632, F:3632, J:3632, K:3632)      */


.ex_clearfix::before, .ex_clearfix::after {
  clear: both;
  content: '';
  display: table; }

.ex_list_reset {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ex_wrap {
  overflow-wrap: break-word;
  /* new name */ }

.ex_hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.ex_smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ex_unsmooth {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.ex_background_img {
  position: relative;
  overflow: hidden; }
  .ex_background_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    color: transparent; }

.ex_btn_reset {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0; }
  .ex_btn_reset:focus {
    outline: none; }

.calendar_main #lw_cal_this_day {
  font-weight: 700;
  color: #353a3d;
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  position: sticky;
  top: 60px; }

.calendar_main #lw_cal_view_selector {
  text-align: right;
  background-color: #fff; }
  body.lw_cal_view_event .calendar_main #lw_cal_view_selector {
    display: none; }
  .calendar_main #lw_cal_view_selector ul {
    list-style-type: none;
    padding-left: 14px; }
    .calendar_main #lw_cal_view_selector ul li {
      display: inline-block;
      padding-right: 16px; }
      .calendar_main #lw_cal_view_selector ul li:last-child {
        padding-right: 0; }
      .calendar_main #lw_cal_view_selector ul li a {
        display: inline-block;
        font-weight: 700;
        border-radius: 4px;
        color: #353a3d;
        border: 1px solid #353a3d;
        padding: 2px 26px; }
      .calendar_main #lw_cal_view_selector ul li.all #lw_cal_events_badge {
        display: none !important; }
      .calendar_main #lw_cal_view_selector ul li.active a {
        background-color: #353a3d;
        color: #f5f5f5; }
      .calendar_main #lw_cal_view_selector ul li.today a {
        border-color: transparent;
        padding: 0; }
        .calendar_main #lw_cal_view_selector ul li.today a:before {
          content: 'Today is ';
          font-weight: 400; }
      body.lw_cal_view_today .calendar_main #lw_cal_view_selector ul li.today a {
        font-weight: 700; }
        body.lw_cal_view_today .calendar_main #lw_cal_view_selector ul li.today a:before {
          content: ''; }
      body.lw_cal_view_today .calendar_main #lw_cal_view_selector ul li.day.active a {
        font-weight: normal; }

.calendar_main .lw_cal_date_scroll a {
  color: #353a3d;
  margin-left: 15px; }

.calendar_main .lw_cal_back span {
  color: #353a3d; }

.calendar_main #lw_cal_month_table {
  table-layout: fixed;
  width: 100%; }
  .calendar_main #lw_cal_month_table td, .calendar_main #lw_cal_month_table th {
    width: 14.285%;
    border: 1px solid #ccc;
    padding: 3px 6px;
    vertical-align: top;
    position: relative; }
  .calendar_main #lw_cal_month_table th {
    text-align: center;
    background-color: #f5f5f5;
    font-weight: bold; }
  .calendar_main #lw_cal_month_table td {
    height: 100px;
    font-size: 12px; }
    .calendar_main #lw_cal_month_table td .lw_cal_show_day {
      font-size: 14px; }
    .calendar_main #lw_cal_month_table td a {
      font-weight: normal; }
    .calendar_main #lw_cal_month_table td span.lw_cal_date a {
      font-weight: 700; }

/*      Resource ID: 35e402198dbac9e975c4a2e9728 (theme-3-demo.scss, compiled by node-sass, minified by none) (02/20/2026 11:37am) (A:8600, B:8672, C:7464, D:7544, F:7544, J:7544, K:7544)      */

.lwct_header {
  font-family: calluna-sans, sans-serif;
  padding-top: 30px;
  background-color: #187e87;
  color: #fff; }
  @media (max-width: 767px) {
    .lwct_header {
      padding-top: 20px; } }
  .lwct_header a {
    color: inherit;
    text-decoration: none; }
    .lwct_header a:hover {
      text-decoration: underline; }
  @media (min-width: 1400px) {
    .lwct_header .container {
      max-width: 1240px; } }
  .lwct_header .lwct_header_inner {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .lwct_header .lwct_header_inner {
        flex-wrap: wrap; } }
  .lwct_header .lwct_header_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: calluna-sans, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700; }
    .lwct_header .lwct_header_logo::before {
      background-image: url("/live/resource/image/_ingredients/themes/theme-3/icons/white-whale.svg");
      background-size: contain;
      height: 46px;
      width: 92px;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      margin-right: 20px; }
    @media (max-width: 767px) {
      .lwct_header .lwct_header_logo {
        flex: 0 0 100%;
        display: block;
        text-align: center;
        font-size: 23px; }
        .lwct_header .lwct_header_logo::before {
          margin: 0px 8px -2px -24px;
          height: 22px;
          width: 44px; } }
  .lwct_header .lwct_header_search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    padding: 8px 20px 8px 10px;
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    font-family: calluna-sans, sans-serif; }
    .lwct_header .lwct_header_search::before {
      background-image: url("/live/resource/image/_ingredients/themes/theme-3/icons/search.svg");
      background-size: contain;
      height: 20px;
      width: 15px;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      margin-right: 7px; }
    @media (max-width: 767px) {
      .lwct_header .lwct_header_search {
        width: 220px;
        margin: 14px 0 0;
        font-size: 12px; } }
  .lwct_header .lwct_header_nav {
    margin-top: 30px;
    padding: 3px 0px;
    background-color: #5da5ab;
    color: #ffffff;
    font-family: calluna-sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    text-align: left; }
    @media (max-width: 767px) {
      .lwct_header .lwct_header_nav {
        margin-top: 20px; } }
    .lwct_header .lwct_header_nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .lwct_header .lwct_header_nav ul {
          flex-wrap: wrap; } }
    .lwct_header .lwct_header_nav li {
      list-style-type: none;
      margin: 0 30px; }
      .lwct_header .lwct_header_nav li:first-child {
        margin-left: 0; }
      .lwct_header .lwct_header_nav li:last-child {
        margin-right: 0; }
      @media (max-width: 991px) {
        .lwct_header .lwct_header_nav li {
          margin: 0;
          flex: 0 0 25%; }
          .lwct_header .lwct_header_nav li:last-child {
            margin-right: auto; } }
      @media (max-width: 550px) {
        .lwct_header .lwct_header_nav li {
          margin: 0;
          flex: 0 0 100%;
          text-align: center; } }
    .lwct_header .lwct_header_nav a {
      display: block;
      padding: 3px 0; }

.lwct_footer {
  font-family: calluna-sans, sans-serif;
  padding: 22px 0 0 0;
  background-color: #f5f5f5; }
  .lwct_footer a {
    color: inherit;
    text-decoration: none; }
    .lwct_footer a:hover {
      text-decoration: underline; }
  @media (min-width: 1400px) {
    .lwct_footer .container {
      max-width: 1240px; } }
  .lwct_footer .lwct_footer_inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .lwct_footer .lwct_footer_inner {
        flex-wrap: wrap; } }
  .lwct_footer .lwct_footer_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #353a3d;
    font-family: calluna-sans, sans-serif;
    font-size: 30px;
    font-weight: 700; }
    .lwct_footer .lwct_footer_logo::before {
      background-image: url("/live/resource/image/_ingredients/themes/theme-3/icons/white-whale.svg");
      background-size: contain;
      height: 70px;
      width: 70px;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      background-size: 55px 27px;
      background-color: #353a3d;
      margin-right: 20px; }
    @media (max-width: 767px) {
      .lwct_footer .lwct_footer_logo {
        font-size: 23px; }
        .lwct_footer .lwct_footer_logo::before {
          width: 54px;
          height: 54px;
          background-size: 40px 20px;
          margin-right: 15px; } }
  .lwct_footer .lwct_footer_address {
    margin-top: 18px;
    color: #666666;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38; }
    .lwct_footer .lwct_footer_address::before {
      content: '';
      display: block;
      width: 63px;
      height: 1px;
      border-top: 1px solid #b8b8b8;
      margin-bottom: 15px; }
  .lwct_footer .lwct_footer_social {
    background-image: url("/live/resource/image/_ingredients/themes/theme-3/icons/socials.svg");
    background-size: contain;
    height: 18px;
    width: 210px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: 20px; }
  .lwct_footer .lwct_footer_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666; }
    .lwct_footer .lwct_footer_nav li {
      display: block;
      margin: 0 0 5px; }
    @media (max-width: 767px) {
      .lwct_footer .lwct_footer_nav {
        margin-top: 30px;
        font-size: 14px; } }
  .lwct_footer .lwct_footer_bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding: 8px 0;
    background-color: #187e87;
    color: #fff;
    font-family: calluna-sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14; }
    @media (max-width: 767px) {
      .lwct_footer .lwct_footer_bar {
        flex-wrap: wrap;
        padding: 12px 0; } }
  .lwct_footer .lwct_footer_bar_copyright {
    display: block; }
  .lwct_footer .lwct_footer_bar_link {
    display: block;
    margin-right: auto;
    margin-left: 20%; }
    @media (max-width: 767px) {
      .lwct_footer .lwct_footer_bar_link {
        flex: 0 0 100%;
        margin-top: 8px;
        margin-left: 0; } }

.lw_sr_only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000; }

.lw_responsive_iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%; }
  .lw_responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }