/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

/***
*
* Headings
*
***/
/***
*
* Paragraphs
*
***/
/***
*
* Blocks and Components
*
***/
/***
*
* WooCommerce Specific
*
***/
/***
*
* Base Mixins
*
***/
/***
*
* Headings
*
***/
/***
*
* Paragraphs
*
***/
/***
*
* Blocks and Components
*
***/
/***
*
* WooCommerce Specific
*
***/
/***
*
* Base Mixins
*
***/
.upcoming-events, .editor-styles-wrapper .upcoming-events {
  margin-top: 3rem;
  overflow: hidden;
}
.upcoming-events ul, .editor-styles-wrapper .upcoming-events ul {
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #00508B;
  gap: 0;
  color: #fff;
}
.upcoming-events ul li::marker, .editor-styles-wrapper .upcoming-events ul li::marker {
  display: none !important;
  color: transparent;
}
.upcoming-events ul h2, .editor-styles-wrapper .upcoming-events ul h2 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.57px;
  line-height: 1.6;
  margin: 1rem 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .upcoming-events ul h2, .editor-styles-wrapper .upcoming-events ul h2 {
    font-size: calc(16px + 3 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .upcoming-events ul h2, .editor-styles-wrapper .upcoming-events ul h2 {
    font-size: 19px;
  }
}
.upcoming-events ul li, .editor-styles-wrapper .upcoming-events ul li {
  transition: all 250ms ease-in-out;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: #0485BD;
  border: 0;
  border-bottom: 1px solid #fff;
  margin: 0 !important;
  overflow: hidden;
  padding: 1rem;
}
.upcoming-events ul li:before, .editor-styles-wrapper .upcoming-events ul li:before {
  background-color: #0485BD;
  bottom: -41px;
  -webkit-clip-path: url(#wave);
          clip-path: url(#wave);
  content: "";
  height: 40px;
  left: -50px;
  position: absolute;
  width: 1440px;
  z-index: -1;
  transition: all 0.5s ease-in;
}
.upcoming-events ul li:after, .editor-styles-wrapper .upcoming-events ul li:after {
  background-color: #0485BD;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  display: block !important;
  top: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.5s ease-in;
}
.upcoming-events ul li:hover, .upcoming-events ul li:focus-within, .upcoming-events ul li:focus, .editor-styles-wrapper .upcoming-events ul li:hover, .editor-styles-wrapper .upcoming-events ul li:focus-within, .editor-styles-wrapper .upcoming-events ul li:focus {
  background-color: #0485BD;
}
.upcoming-events ul li:hover:before, .upcoming-events ul li:focus-within:before, .upcoming-events ul li:focus:before, .editor-styles-wrapper .upcoming-events ul li:hover:before, .editor-styles-wrapper .upcoming-events ul li:focus-within:before, .editor-styles-wrapper .upcoming-events ul li:focus:before {
  background-color: #014373;
  bottom: 100%;
  left: -2px;
}
.upcoming-events ul li:hover:after, .upcoming-events ul li:focus-within:after, .upcoming-events ul li:focus:after, .editor-styles-wrapper .upcoming-events ul li:hover:after, .editor-styles-wrapper .upcoming-events ul li:focus-within:after, .editor-styles-wrapper .upcoming-events ul li:focus:after {
  top: 0;
  background-color: #014373;
}
.upcoming-events ul li a, .editor-styles-wrapper .upcoming-events ul li a {
  color: #fff;
  background-image: none;
  display: inline-block;
}
.upcoming-events ul li a:after, .editor-styles-wrapper .upcoming-events ul li a:after {
  display: none;
}
.upcoming-events ul li a .event-date, .editor-styles-wrapper .upcoming-events ul li a .event-date {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.14;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin: 0;
}
.upcoming-events ul li a h3, .editor-styles-wrapper .upcoming-events ul li a h3 {
  margin: 0;
  color: #fff;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
}
@media (min-width: 320px) {
  .upcoming-events ul li a h3, .editor-styles-wrapper .upcoming-events ul li a h3 {
    font-size: calc(15px + 3 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  .upcoming-events ul li a h3, .editor-styles-wrapper .upcoming-events ul li a h3 {
    font-size: 18px;
  }
}
.upcoming-events.is-style-horizontal h2, .editor-styles-wrapper .upcoming-events.is-style-horizontal h2 {
  display: none !important;
}
.upcoming-events.is-style-horizontal ul, .editor-styles-wrapper .upcoming-events.is-style-horizontal ul {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .upcoming-events.is-style-horizontal ul, .editor-styles-wrapper .upcoming-events.is-style-horizontal ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .upcoming-events.is-style-horizontal ul, .editor-styles-wrapper .upcoming-events.is-style-horizontal ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.upcoming-events.is-style-horizontal li, .editor-styles-wrapper .upcoming-events.is-style-horizontal li {
  position: relative;
  z-index: 100;
  overflow: hidden;
  border: 0;
  border-top: 1px solid #fff;
  background-color: transparent;
  padding-left: 0;
  display: inline-block;
}
.upcoming-events.is-style-horizontal li:before, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:before {
  background-color: #00508B;
  bottom: -41px;
  -webkit-clip-path: url(#wave);
          clip-path: url(#wave);
  content: "";
  height: 40px;
  left: -50px;
  position: absolute;
  width: 1440px;
  z-index: -1;
  transition: all 0.5s ease-in;
}
.upcoming-events.is-style-horizontal li:after, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:after {
  background-color: #00508B;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  display: block !important;
  top: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.5s ease-in;
}
.upcoming-events.is-style-horizontal li:hover, .upcoming-events.is-style-horizontal li:focus-within, .upcoming-events.is-style-horizontal li:focus, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:hover, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:focus-within, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:focus {
  background-color: #00508B;
}
.upcoming-events.is-style-horizontal li:hover:before, .upcoming-events.is-style-horizontal li:focus-within:before, .upcoming-events.is-style-horizontal li:focus:before, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:hover:before, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:focus-within:before, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:focus:before {
  background-color: #00508B;
  bottom: 100%;
  left: -2px;
}
.upcoming-events.is-style-horizontal li:hover:after, .upcoming-events.is-style-horizontal li:focus-within:after, .upcoming-events.is-style-horizontal li:focus:after, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:hover:after, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:focus-within:after, .editor-styles-wrapper .upcoming-events.is-style-horizontal li:focus:after {
  top: 0;
  background-color: #00508B;
}
.upcoming-events.is-style-horizontal li .event-date, .editor-styles-wrapper .upcoming-events.is-style-horizontal li .event-date {
  color: #FCB100 !important;
}
