/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
  font-size: 0.4em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-equal {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.skip-main {
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 85px;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 85px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  border: 1px dashed #000000;
  outline: none;
  background-color: var(--wp--preset--color--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.skip-main:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* HEADER LAYOUT -------------------------------------------------------------*/
.site-header nav a {
  font-size: var(--wp--preset--font-size--x-small);
  font-family: var(--wp--preset--font-family--spartan);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 100%;
}
.site-header nav a:after {
  content: "";
  width: 0px;
  height: 2px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 599px) {
  .site-header nav a:after {
    top: 100%;
  }
}
.site-header nav a:hover:after {
  width: 100%;
}
.site-header .wp-block-loginout {
  margin-top: -2px;
}

.site-footer {
  -webkit-margin-before: 0px !important;
          margin-block-start: 0px !important;
}

.cut-corner-border {
  position: relative;
}
.cut-corner-border:after {
  display: block;
  content: "";
  position: absolute;
  right: -46px;
  bottom: -77px;
  width: 90px;
  height: 90px;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 1px solid #ededed;
}
.cut-corner-border.has-silver-border-color:after {
  border-left: 1px solid var(--wp--preset--color--silver) !important;
}
.cut-corner-border.has-black-border-color:after {
  border-left: 1px solid var(--wp--preset--color--black) !important;
}
.cut-corner-border.has-gunmetal-border-color:after {
  border-left: 1px solid var(--wp--preset--color--gunmetal) !important;
}
.cut-corner-border.has-jet-border-color:after {
  border-left: 1px solid var(--wp--preset--color--jet) !important;
}
.cut-corner-border.has-charcoal-border-color:after {
  border-left: 1px solid var(--wp--preset--color--charcoal) !important;
}
.cut-corner-border.has-primary-border-color:after {
  border-left: 1px solid var(--wp--preset--color--primary) !important;
}
.cut-corner-border.has-secondary-border-color:after {
  border-left: 1px solid var(--wp--preset--color--secondary) !important;
}

.cut-corner-solid {
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px));
}

@media screen and (max-width: 782px) {
  #footer .wp-block-column p {
    text-align: center !important;
  }
  #footer figure {
    text-align: center !important;
  }
}
.wp-block-post-excerpt__more-text a {
  margin-top: 15px;
  font-size: 14px;
}

.back-button {
  margin-top: 45px;
  display: inline-block;
  margin-bottom: 25px;
  padding: 12px 38px 11px 33px;
  font-size: 0.8rem;
  background-color: #fdd143;
  color: #000;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Spartan", Helvetica, Arial, sans-serif;
  position: relative;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px));
}
.back-button:hover {
  background-color: #ededed;
  color: #000000;
}
.back-button:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 0.8rem;
  margin-right: 10px;
}

/* Typography */
p a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom: 2px solid #000;
}
p a:hover {
  border-color: var(--wp--preset--color--primary);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* Form fields should be wrapped. */
.field-wrapper {
  margin-bottom: var(--wp--preset--spacing--medium);
}

label {
  display: block;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--bold);
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
  margin-bottom: 0;
  pointer-events: none;
  color: black;
}

input {
  display: block;
  width: 100%;
  padding: 2.25rem 0.75rem 0.75rem;
  border: 1px solid black;
}

input:focus-visible {
  border-radius: 0;
  outline: 0;
}

.wp-block-button {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Add this line */
}

.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.wp-block-button__link span {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#loginform {
  padding-right: 45px;
  margin-top: 30px;
}
#loginform label {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: all;
  padding-bottom: 6px;
}
#loginform #rememberme {
  width: auto;
  display: inline;
  margin-right: 5px;
}
#loginform input {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#loginform #wp-submit {
  display: inline-block;
  margin-bottom: 25px;
  padding: 15px 38px 13px 33px;
  font-size: 1.2rem;
  background-color: #fdd143;
  color: #000;
  border: none !important;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Spartan", Helvetica, Arial, sans-serif;
  position: relative;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px));
}
#loginform #wp-submit:hover {
  background-color: #ededed;
  color: #000000;
}

#wpforms-212 {
  -webkit-margin-before: 0px !important;
          margin-block-start: 0px !important;
  padding-right: 40px;
}

.wpforms-container form .wpforms-field-label {
  display: block;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: var(--wp--custom--font-weight--bold);
  margin-bottom: 10px;
  pointer-events: none;
  color: black;
  position: initial;
}
.wpforms-container form .wpforms-field {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.wpforms-container form .wpforms-field input {
  padding: 10px;
  border: 1px solid black;
}
.wpforms-container form .wpforms-field-sublabel {
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
  font-size: 12px;
}
.wpforms-container form .wpforms-field:focus-visible {
  border-radius: 0;
  outline: 0;
}
.wpforms-container form .wpforms-submit-container .wpforms-submit {
  margin-top: 25px;
  width: 100%;
  display: inline-block !important;
  margin-bottom: 25px;
  padding: 17px 38px 17px 33px !important;
  height: auto !important;
  font-size: 1.2rem;
  background-color: #fdd143 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  font-family: "Spartan", Helvetica, Arial, sans-serif;
  position: relative;
  cursor: pointer;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px));
}
.wpforms-container form .wpforms-submit-container .wpforms-submit:hover {
  background-color: #ededed !important;
  color: #000000 !important;
}

/* Buttons */
.wp-element-button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-button__link {
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px));
}

.wp-block-button.is-style-outline .wp-block-button__link {
  clip-path: none;
}

.shape-bullets {
  padding-left: 0; /* Remove default padding */
  list-style: none; /* Remove default list bullets */
}

.shape-bullets li {
  position: relative; /* For absolute positioning of pseudo-elements */
  margin-bottom: 10px; /* Space between list items */
  padding-left: 38px; /* Slightly reduce from 40px to accommodate new bullet size */
}
.shape-bullets li a {
  position: relative;
  padding: 4px 0;
  color: white;
}
.shape-bullets li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: var(--wp--preset--color--boat-day);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.shape-bullets li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* Increase the left position so bullets aren't cut off */
.shape-bullets li::before {
  position: absolute;
  top: 50%;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Add transition for smooth rotation */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Hover effect for rotation */
.shape-bullets li:hover::before {
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
          transform: translateY(-50%) rotate(90deg) !important; /* Rotate bullet on hover */
}

/* Square Bullet */
.shape-bullets li:nth-child(4n+1)::before,
.shape-bullets li:nth-child(4n+4)::before {
  left: 13px; /* Adjust so bullets aren't cut off */
  width: 13px; /* Increase size */
  height: 13px;
}

/* Square Bullet */
.shape-bullets li:nth-child(4n+1)::before {
  background-color: var(--wp--preset--color--boat-day);
}

/* Triangle Bullet - now as a right triangle */
.shape-bullets li:nth-child(4n+2)::before {
  left: 10px; /* Adjust so bullets aren't cut off */
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid var(--wp--preset--color--good-morning);
  border-bottom: 7px solid var(--wp--preset--color--good-morning);
  border-left: 7px solid transparent;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg); /* Reset rotation for initial state */
}

/* Octagon Bullet */
.shape-bullets li:nth-child(4n+3)::before {
  left: 10px; /* Adjust so bullets aren't cut off */
  width: 18px; /* Increase size */
  height: 18px;
  background-color: var(--wp--preset--color--bright-idea);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

/* Diamond Bullet */
.shape-bullets li:nth-child(4n+4)::before {
  background-color: var(--wp--preset--color--digital-island);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.searchwp-live-search-results-container h4 {
  margin-bottom: 0px;
  font-weight: 400;
}
.searchwp-live-search-results-container h4 a {
  color: #000;
}

.wp-block-search__button-outside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.wp-block-search__button-outside .wp-block-search__input {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
}
.wp-block-search__button-outside button {
  display: inline-block;
  padding: 19px 38px 17px 33px;
  border: none !important;
  font-size: 1.1rem;
  background-color: #fdd143;
  color: #000;
  border-radius: 0px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Spartan", Helvetica, Arial, sans-serif;
  position: relative;
  clip-path: polygon(0% 0px, 0px 0%, calc(100% - 0px) 0%, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0 calc(100% - 0px));
}
.wp-block-search__button-outside button:hover {
  background-color: #ededed;
  color: #000000;
}
@media (max-width: 768px) {
  .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-search__button-outside .wp-block-search__inside-wrapper input {
    padding: 12px 8px;
    font-size: 13px;
  }
  .wp-block-search__button-outside button {
    margin-top: 15px;
    margin-left: 0px;
  }
}

.wp-block-query-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.wp-block-query-pagination .page-numbers {
  padding: 5px 10px;
  margin: 0px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.wp-block-query-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.wp-block-query-pagination .page-numbers:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}