/* 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
*
***/
.recent-news {
  grid-column: full !important;
  padding-top: 1.5rem;
  position: relative;
}
.recent-news:before {
  background-color: #FFC948;
  bottom: 38%;
  content: " ";
  height: 41px;
  -webkit-mask-composite: revert;
          mask-composite: revert;
  -webkit-mask-image: url("../components/wavetop.svg");
          mask-image: url("../components/wavetop.svg");
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  position: absolute;
  width: 200%;
  z-index: 1;
}
.recent-news:after {
  background-color: #FFC948;
  bottom: 0;
  height: 38.5%;
  width: 100%;
  position: absolute;
  content: " ";
  z-index: 1;
}
@media (min-width: 1024px) {
  .recent-news {
    padding-top: 2.5rem;
  }
}
.recent-news p.is-style-small-label a {
  background-image: none;
  display: inline-block;
  color: #014373;
}
.recent-news p.is-style-small-label a:after {
  display: none;
}
.recent-news p.is-style-small-label a:hover span, .recent-news p.is-style-small-label a:focus span {
  margin-left: 3px;
}
.recent-news p.is-style-small-label a span {
  transition: all 250ms ease-in-out;
}
.recent-news .dotted-separator {
  margin: 3rem 0;
}
.recent-news .dotted-separator path {
  fill: #fff;
}
.recent-news .recent-news-list {
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding-left: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  z-index: 10;
}
.recent-news .recent-news-list li::marker {
  display: none !important;
  color: transparent;
}
.recent-news .recent-news-list .recent-news-post {
  background-color: #fff;
  padding: 0.4rem 1.4rem;
  border: 4px solid white;
  transition: all 250ms ease-in-out;
}
.recent-news .recent-news-list .recent-news-post:focus-within {
  background-color: #FCB100;
  border: 4px solid #FFC948;
}
.recent-news .recent-news-list .recent-news-post:focus-within .recent-news-date {
  color: #014373;
}
.recent-news .recent-news-list .recent-news-post:hover {
  border: 4px solid #FFC948;
}
.recent-news .recent-news-list .recent-news-post h3 a {
  background-image: none;
  display: inline-block;
  color: #00508B;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0.25rem;
  transition: color 0.25s ease;
}
.recent-news .recent-news-list .recent-news-post h3 a:after {
  display: none;
}
.recent-news .recent-news-list .recent-news-post h3 a:hover {
  color: #F7630E;
}
.recent-news .recent-news-list .recent-news-post .recent-news-date {
  color: #F7630E;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.editor-styles-wrapper .block-recent-news .recent-news, .block-recent-news .recent-news {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .block-recent-news .recent-news, .block-recent-news .recent-news {
    padding-bottom: 5rem;
  }
}

.standard-grid .block-recent-news:last-child {
  padding-bottom: 0;
}
