/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/frontend.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  box-sizing: border-box;
  padding: 0.9em 0.9em;
  border: 0.1rem solid var(--wp--custom--colors--dark);
  border-radius: 0.15em;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 0.875rem;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  outline: 0;
}

select {
  appearance: none;
  /* Chrome, Safari */
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  background: white;
  width: auto;
  background-image: url(images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.9em center;
  background-size: 1.5em 1.5em;
  /* Make room for the arrow */
  padding-right: 2.5em;
  /* Hide arrow for multiple selects */
}
select[multiple] {
  height: auto;
  background: none;
}
select[multiple] {
  background-image: none;
  padding-right: 1.2em;
}

select:focus {
  outline: 0;
}

textarea {
  min-height: 6.5rem;
}

textarea:focus {
  outline: 0;
}

label,
legend {
  font-size: inherit;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input[type=checkbox] {
  margin: 0;
  height: 1.25em;
  width: 1.25em;
  align-self: center;
}

.label-inline {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}

.wp-block-search input[type=search] {
  border: unset;
}

.gform_wrapper {
  width: 100%;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border-radius: 0.25rem;
}

.gform_button {
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--4);
  box-sizing: border-box;
  line-height: 1;
  color: #ffffff !important;
  transition: background-color var(--wp--custom--transitions--single-property);
  border-radius: var(--wp--custom--border--radius--small);
  border-width: var(--wp--custom--border--width--medium);
  border-style: var(--wp--custom--border--style--solid);
  border-color: transparent;
  font-weight: 600;
  background-color: var(--wp--preset--color--navy) !important;
  font-size: var(--wp--preset--font-size--small) !important;
}

.wp-site-blocks,
:where(.wp-site-blocks) > * {
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

@media screen and (max-width: 768px) {
  :root {
    --wp--preset--spacing--6: 1.5rem;
    --wp--preset--spacing--10: 6.5rem;
    --wp--preset--spacing--11: 9.25rem;
    --wp--preset--spacing--12: 15rem;
  }
}
h1,
h2 {
  transition: var(--wp--custom--transitions--default);
}

a:where(:not(.wp-element-button)) {
  transition: var(--wp--custom--transitions--default);
}

.wp-block-button .wp-block-button__link {
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--4);
  box-sizing: border-box;
  line-height: 1;
  transition: background-color var(--wp--custom--transitions--single-property);
  border-radius: var(--wp--custom--border--radius--small);
  border-width: var(--wp--custom--border--width--medium);
  border-style: var(--wp--custom--border--style--solid);
  border-color: transparent;
  font-weight: 600;
}
.wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
  text-decoration: unset;
}
.wp-block-button .wp-block-button__link:focus {
  border-color: var(--wp--preset--color--red-300);
}
.wp-block-button .wp-block-button__link[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.wp-block-button .wp-block-button__link.has-purple-background-color, .wp-block-button .wp-block-button__link.has-green-background-color {
  background-color: var(--wp--custom--colors--green) !important;
  color: var(--wp--custom--colors--dark) !important;
}
.wp-block-button .wp-block-button__link.has-purple-background-color:focus, .wp-block-button .wp-block-button__link.has-green-background-color:focus {
  border-color: var(--wp--custom--colors--secondary-300);
}
.wp-block-button .wp-block-button__link.has-purple-background-color:hover, .wp-block-button .wp-block-button__link.has-green-background-color:hover {
  background-color: var(--wp--custom--colors--secondary-300) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  padding: calc(var(--wp--preset--spacing--3) + 2px) calc(var(--wp--preset--spacing--4) + 2px);
  color: var(--wp--custom--colors--red);
  background-color: var(--wp--custom--colors--white);
  border-color: var(--wp--custom--colors--red);
  border-width: var(--wp--custom--border--width--small);
}
.wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--wp--custom--colors--white);
  background-color: var(--wp--custom--colors--red);
  padding: var(--wp--preset--spacing--3) var(--wp--preset--spacing--4);
  border-width: var(--wp--custom--border--width--medium);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--wp--custom--colors--red);
  background-color: var(--wp--custom--colors--primary-100);
}
.wp-block-button.is-style-outline .wp-block-button__link.has-purple-color {
  border-color: var(--wp--custom--colors--purple);
}
.wp-block-button.is-style-outline .wp-block-button__link.has-purple-color:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-purple-color:hover {
  background-color: var(--wp--custom--colors--secondary-100);
}

@media screen and (max-width: 600px) {
  .wp-block-group.is-style-hide-on-mobile {
    display: none !important;
  }
}

.wp-block-heading.is-style-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  border: 1px solid var(--wp--custom--colors--dark);
}
.wp-block-search .wp-block-search__input {
  padding: var(--wp--preset--spacing--1) var(--wp--preset--spacing--2) !important;
}
.wp-block-search .wp-block-search__button {
  padding: var(--wp--preset--spacing--1);
}

.wp-block-navigation .wp-block-navigation-submenu {
  padding: var(--wp--preset--spacing--2) 0;
  border-radius: var(--wp--preset--spacing--1);
}
.wp-block-navigation .wp-block-navigation-submenu li {
  font-size: var(--wp--preset--font-size--small) !important;
}

.wp-block-query-pagination .is-bold {
  font-weight: bold;
}

.skip-link {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 100%;
  padding: 5rem;
  font-size: 20rem;
}

.skip-link:focus {
  z-index: 1000;
  top: 2rem;
  right: auto;
  left: 2rem;
  width: inherit;
  height: inherit;
  padding: 5px 10px;
  font-size: 2rem;
  text-decoration: underline;
  color: var(--wp--custom--colors--dark);
  border: 2px solid var(--wp--custom--colors--dark);
  border-radius: 5px;
  outline: 0;
  background-color: var(--wp--custom--colors--white);
}

.site-header {
  margin-bottom: var(--wp--style--block-gap);
  padding-top: var(--wp--style--block-gap);
  padding-bottom: var(--wp--style--block-gap);
  border-bottom: 1px var(--wp--custom--colors--neutral) solid;
}
.site-header .layout-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: var(--wp--style--global--content-size);
  margin-right: var(--wp--style--block-gap);
  margin-left: var(--wp--style--block-gap);
}
@media screen and (min-width: 1024px) {
  .site-header .layout-container {
    margin-right: auto;
    margin-left: auto;
  }
}
.site-header .layout-container .navigation {
  flex: 1 1 auto;
}
.site-header .brand .logo img {
  display: block;
}

.site-footer {
  margin-top: var(--wp--style--block-gap);
  padding-top: var(--wp--style--block-gap);
  padding-bottom: var(--wp--style--block-gap);
  border-top: 1px var(--wp--custom--colors--neutral) solid;
}
.site-footer .layout-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .site-footer .layout-container {
    flex-direction: column;
    padding-right: var(--wp--style--block-gap);
    padding-left: var(--wp--style--block-gap);
  }
}
.site-footer .layout-container .navigation {
  flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
  .blog .latest-posts .layout-container.has-3-columns ul,
  .archive .latest-posts .layout-container.has-3-columns ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog .latest-posts .article-title,
.archive .latest-posts .article-title {
  text-align: center;
}
.blog .latest-posts ul,
.archive .latest-posts ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .blog .latest-posts ul,
  .archive .latest-posts ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog .latest-posts ul li,
.archive .latest-posts ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  transition: all 0.2s ease-in-out;
  color: var(--wp--custom--colors--black);
  border: 1px solid var(--wp--custom--colors--black);
  border-radius: 4px;
  background-color: var(--wp--custom--colors--neutral-100);
  box-shadow: 8px 8px 0 0 var(--wp--custom--colors--neutral-300);
  gap: 1rem;
}
.blog .latest-posts ul li:focus, .blog .latest-posts ul li:hover,
.archive .latest-posts ul li:focus,
.archive .latest-posts ul li:hover {
  border-color: var(--wp--custom--colors--red);
  box-shadow: 8px 8px 0 0 var(--wp--custom--colors--primary-200);
}
.blog .latest-posts ul li a,
.archive .latest-posts ul li a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: unset;
  color: var(--wp--custom--colors--black);
  border: unset;
}
.blog .latest-posts ul li a:focus, .blog .latest-posts ul li a:hover,
.archive .latest-posts ul li a:focus,
.archive .latest-posts ul li a:hover {
  text-decoration: underline;
  border: unset;
}
.blog .latest-posts ul li a:after,
.archive .latest-posts ul li a:after {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
}
.blog .latest-posts ul li h1,
.blog .latest-posts ul li h2,
.blog .latest-posts ul li h3,
.blog .latest-posts ul li h4,
.blog .latest-posts ul li h5,
.blog .latest-posts ul li h6,
.archive .latest-posts ul li h1,
.archive .latest-posts ul li h2,
.archive .latest-posts ul li h3,
.archive .latest-posts ul li h4,
.archive .latest-posts ul li h5,
.archive .latest-posts ul li h6 {
  order: 3;
  margin: unset;
  padding: 0 2rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.blog .latest-posts ul li h1 div,
.blog .latest-posts ul li h2 div,
.blog .latest-posts ul li h3 div,
.blog .latest-posts ul li h4 div,
.blog .latest-posts ul li h5 div,
.blog .latest-posts ul li h6 div,
.archive .latest-posts ul li h1 div,
.archive .latest-posts ul li h2 div,
.archive .latest-posts ul li h3 div,
.archive .latest-posts ul li h4 div,
.archive .latest-posts ul li h5 div,
.archive .latest-posts ul li h6 div {
  display: inline-block;
}
.blog .latest-posts ul li h1 span::after,
.blog .latest-posts ul li h2 span::after,
.blog .latest-posts ul li h3 span::after,
.blog .latest-posts ul li h4 span::after,
.blog .latest-posts ul li h5 span::after,
.blog .latest-posts ul li h6 span::after,
.archive .latest-posts ul li h1 span::after,
.archive .latest-posts ul li h2 span::after,
.archive .latest-posts ul li h3 span::after,
.archive .latest-posts ul li h4 span::after,
.archive .latest-posts ul li h5 span::after,
.archive .latest-posts ul li h6 span::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.75rem;
  content: "";
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  filter: invert(30%) sepia(32%) saturate(3268%) hue-rotate(336deg) brightness(101%) contrast(90%);
}
.blog .latest-posts ul li .image-container + .meta-container,
.archive .latest-posts ul li .image-container + .meta-container {
  margin-top: 0.5rem;
}
.blog .latest-posts ul li .image-container,
.archive .latest-posts ul li .image-container {
  order: 1;
}
.blog .latest-posts ul li .image-container img,
.archive .latest-posts ul li .image-container img {
  display: block;
  order: 1;
  width: 100%;
  height: auto;
}
.blog .latest-posts ul li .meta-container,
.archive .latest-posts ul li .meta-container {
  display: flex;
  align-items: center;
  order: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 2rem 0;
  padding: 0.25rem 1rem;
  font-weight: 600;
  color: var(--wp--custom--colors--black);
  border: 1px solid var(--wp--custom--colors--neutral-300);
  border-radius: 50px;
  background: var(--wp--custom--colors--white);
  gap: 0.25rem;
}
.blog .latest-posts ul li .meta-container time,
.archive .latest-posts ul li .meta-container time {
  order: 2;
  font-weight: 400;
}
.blog .latest-posts ul li .meta-container .meta-divider,
.archive .latest-posts ul li .meta-container .meta-divider {
  color: var(--wp--custom--colors--neutral-200);
}
.blog .latest-posts ul li .excerpt,
.archive .latest-posts ul li .excerpt {
  order: 4;
  padding: 0 2rem;
  font-size: 16px;
  line-height: 1.6;
}
.blog .latest-posts ul li .excerpt p,
.archive .latest-posts ul li .excerpt p {
  margin: 0;
  padding: 0;
}
.blog .d-flex,
.archive .d-flex {
  display: flex;
  justify-content: space-between;
}
.blog .navigation.pagination .nav-links,
.archive .navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog .navigation.pagination .nav-links .page-numbers,
.archive .navigation.pagination .nav-links .page-numbers {
  color: var(--wp--custom--colors--black);
}
.blog .navigation.pagination .nav-links .page-numbers.current,
.archive .navigation.pagination .nav-links .page-numbers.current {
  font-weight: 700;
}
.blog .navigation.pagination .nav-links .page-numbers.prev,
.archive .navigation.pagination .nav-links .page-numbers.prev {
  width: 1.35rem;
  height: 1.35rem;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog .navigation.pagination .nav-links .page-numbers.next,
.archive .navigation.pagination .nav-links .page-numbers.next {
  width: 1.35rem;
  height: 1.35rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog.post-type-archive-event .current-events-link,
.blog.post-type-archive-event .past-events-link,
.archive.post-type-archive-event .current-events-link,
.archive.post-type-archive-event .past-events-link {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  color: var(--wp--custom--colors--red);
  border-bottom: 1px solid var(--wp--custom--colors--red);
}
.blog.post-type-archive-event .current-events-link::after,
.blog.post-type-archive-event .past-events-link::after,
.archive.post-type-archive-event .current-events-link::after,
.archive.post-type-archive-event .past-events-link::after {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.75rem;
  content: "";
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  filter: invert(30%) sepia(32%) saturate(3268%) hue-rotate(336deg) brightness(101%) contrast(90%);
}
.page .article-title {
  text-align: center;
}

.single .template-layout {
  color: inherit;
}

/*# sourceMappingURL=frontend.min.46b365a22ac3d064bb3e.css.map*/