@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Social Media Colors
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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;
}

/* 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 {
  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] {
  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;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 767px) {
  .single-epic-locations .content-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .single-epic-locations .content-area .site-main {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: var(--wp--custom--layout--block-gap-large);
    max-width: var(--wp--custom--layout--page);
    position: relative;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
.location-single-sidebar {
  /* ACF Google Maps --------------------------------------------- */
}
.location-single-sidebar .acf-map {
  background-color: #E7F2F9;
  width: 100%;
  height: 450px;
  border: #ccc solid 1px;
  border-bottom: var(--wp--preset--color--quaternary) solid 5px;
  margin: 20px 0;
}
.location-single-sidebar .acf-map.service-centre {
  margin: 0;
}
.location-single-sidebar .acf-map .marker {
  display: none;
}
.location-single-sidebar .location-centres-details {
  background-color: var(--wp--preset--color--senary);
  border-bottom: var(--wp--preset--color--quaternary) solid 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.location-single-sidebar .location-centres-details .location-details {
  margin-bottom: 28px;
}
.location-single-sidebar .location-centres-details .location-details .location-name {
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--wp--preset--color--primary);
}
.location-single-sidebar .location-centres-details .location-details .first-nation-placename {
  color: var(--wp--preset--color--quinary);
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
}
.location-single-sidebar .location-centres-details .location-details .location-address,
.location-single-sidebar .location-centres-details .location-details .location-phone,
.location-single-sidebar .location-centres-details .location-details .location-email {
  margin-bottom: 5px;
}
.location-single-sidebar .location-centres-details .location-details .location-opening-hours {
  margin-bottom: 10px;
}
.location-single-sidebar .location-centres-details .location-details .location-opening-hours .day-opening-hours {
  margin-bottom: 5px;
}
.location-single-sidebar .customers-score {
  background-color: var(--wp--preset--color--senary);
  border-bottom: var(--wp--preset--color--quaternary) solid 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.location-single-sidebar .customers-score .circle-chart .circle-chart__background {
  stroke: var(--wp--preset--color--quinary);
}
.location-single-sidebar .customers-score .circle-chart .circle-chart__circle {
  stroke: var(--wp--preset--color--quaternary);
}
.location-single-sidebar .customers-score .industries-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.location-single-sidebar .customers-score .industries-list .item-score {
  padding: 15px;
  text-align: center;
}

.page:not(.home) .content-area {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--page);
}

/* confettis images
// --------------------------------------------- */
.border-2-page-container {
  position: absolute;
  top: 0;
  z-index: 1;
  left: calc((100vw - var(--wp--custom--layout--page)) / -2);
}
@media (max-width: 1399px) {
  .border-2-page-container {
    display: none;
  }
}
.border-2-page-container img {
  max-height: 40rem;
  max-width: 80px;
  max-width: 4vw;
}

/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--wp--style--block-gap);
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--tiny);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  border: none;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  border-bottom: 4px dotted var(--wp--preset--color--secondary);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link, .gform_button {
  display: inline-block;
  background: var(--wp--preset--color--tertiary);
  background: linear-gradient(to bottom, #ed2d24 40%, #cd1911 60%);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 30px;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 5px 12px;
  height: 40px;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0);
  text-transform: uppercase;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background, .gform_button.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus, .gform_button:hover, .gform_button:focus {
  filter: brightness(85%);
}

.wp-block-button.is-style-full-width .wp-block-button__link {
  width: 100%;
}

.wp-block-button__link, .gform_button {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, #ed2d24 40%, #cd1911 60%) !important;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .gform_button:hover, .gform_button:focus {
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/* Link
--------------------------------------------- */
.type-page a:not(.wp-element-button),
.type-post a:not(.wp-element-button) {
  border-bottom: 2px solid var(--wp--custom--color--link);
  text-decoration: none;
  transition: all 0.2s ease;
}
.type-page a:not(.wp-element-button):hover,
.type-post a:not(.wp-element-button):hover {
  border-bottom-color: var(--wp--preset--color--primary);
}
.type-page a:not(.wp-element-button):focus-visible,
.type-post a:not(.wp-element-button):focus-visible {
  text-decoration: underline;
  outline: 2px dashed var(--wp--custom--color--link);
  outline-offset: 2px;
}
.type-page a:not(.wp-element-button):focus,
.type-post a:not(.wp-element-button):focus {
  outline: none;
}

/* List element
--------------------------------------------- */
li {
  padding-bottom: 0.5rem;
}

.wp-block-list.is-style-colour-dot {
  list-style: none;
  padding-left: 2.5em;
}
.wp-block-list.is-style-colour-dot li {
  position: relative;
}
.wp-block-list.is-style-colour-dot li::marker {
  content: "";
  /* No marker, lo quitamos */
}
.wp-block-list.is-style-colour-dot li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/epic-assist-2025/assets/images/dot.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
  font-size: 10px;
  padding: 10px 24px !important;
  position: relative;
  z-index: 1;
}
blockquote:before,
blockquote.wp-block-quote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  border-left: 4px dotted var(--wp--preset--color--secondary);
}
blockquote p,
blockquote.wp-block-quote p {
  color: var(--wp--preset--color--quinary);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--large);
  width: 100%;
  border-radius: 4px;
  color: var(--wp--preset--color--foreground);
  padding: 14px 16px;
  background-color: rgba(117, 118, 111, 0.1);
  border: 1.5px solid rgba(26, 26, 25, 0.1);
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600 !important;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.gchoice label {
  font-weight: initial !important;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search:focus-visible {
  border: 3px solid var(--wp--preset--color--primary);
}
.wp-block-search .wp-block-search__inside-wrapper {
  background-color: var(--wp--preset--color--senary);
  padding: 0px 8px;
  border: 0;
  max-height: 34px;
}
.wp-block-search .wp-block-search__inside-wrapper input {
  background-color: initial !important;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  display: block;
  background: initial;
  font-size: initial;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
  height: 30px;
  width: 30px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg:hover {
  color: var(--wp--preset--color--quinary);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-background {
  padding: 11px 16px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus {
  filter: brightness(85%);
}
.wp-block-search .wp-block-search__inside-wrapper input {
  font-size: 16px;
  font-weight: 400;
}

/* Cover
--------------------------------------------- */
.wp-block-cover.is-style-no-margin {
  margin-bottom: 0 !important;
}

/* Alternating-icon-boxes
--------------------------------------------- */
.alternating-icon-boxes-block.is-style-no-margin {
  margin-top: 0 !important;
}

/* Columns
--------------------------------------------- */
.wp-block-columns.is-style-columns-sidebar {
  flex-wrap: wrap;
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
@media (min-width: 1024px) {
  .wp-block-columns.is-style-columns-sidebar {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.is-style-columns-sidebar .wp-block-column:first-child {
  flex-basis: 100% !important;
}
@media (min-width: 1024px) {
  .wp-block-columns.is-style-columns-sidebar .wp-block-column:first-child {
    flex-basis: 69% !important;
  }
}
.wp-block-columns.is-style-columns-sidebar .wp-block-column:last-child {
  flex-basis: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .wp-block-columns.is-style-columns-sidebar .wp-block-column:last-child {
    flex-basis: 31% !important;
    margin-left: 40px !important;
  }
}
.wp-block-columns.is-style-grey-dotted-border .wp-block-column {
  border-left: 4px dotted var(--wp--preset--color--secondary);
  padding: 0 20px;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--alignfull);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: auto;
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

.breadcrumbs-container {
  background-color: var(--wp--preset--color--senary);
  padding: 14px 0;
  margin: 2px auto;
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}

/* WPForms
--------------------------------------------- */
/* Gravity forms
--------------------------------------------- */
.gform_wrapper {
  margin-top: 0px !important;
}
.gform_wrapper form {
  padding: 5px 20px;
}
@media (max-width: 480px) {
  .gform_wrapper form .gfield_label.screen-reader-text {
    max-width: 300px;
  }
}
.gform_wrapper .gform_body {
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox {
  position: relative;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  display: none;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice .gfield-choice-input + label,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice .gfield-choice-input + label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice .gfield-choice-input + label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input + label {
  padding: 0px 40px;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice label,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
  font-size: 16px;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice label,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice label,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
    font-size: 18px;
  }
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice label::before,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice label::before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice label::before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(118, 119, 113, 0.1);
  border: 2px solid rgba(118, 119, 113, 0.1);
  background-size: 40px 200px;
  position: absolute;
  left: 0px;
}
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_radio .gchoice input[type=checkbox]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice input[type=radio]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_radio .gfield_checkbox .gchoice input[type=checkbox]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice input[type=radio]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_radio .gchoice input[type=checkbox]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=radio]:checked + label::before,
.gform_wrapper .gform_body .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input[type=checkbox]:checked + label::before {
  content: "✓";
  font-weight: bold;
  background-position: 0 -80px;
  background-color: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--quinary);
  text-align: center;
  font-size: 20px;
}
.gform_wrapper .gfield_label {
  font-size: 20px !important;
  color: var(--wp--preset--color--primary);
}
.gform_wrapper .gfield_label .gfield_required {
  color: var(--wp--preset--color--foreground);
}
.gform_wrapper .ginput_container .ginput_container_radio .gfield_radio {
  background: var(--wp--preset--color--quaternary) !important;
}
.gform_wrapper .ginput_container .ginput_container_radio .gfield_radio li label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(118, 119, 113, 0.1);
  border: 2px solid rgba(118, 119, 113, 0.1);
  background-size: 40px 200px;
  position: absolute;
  left: 0px;
}
@media (max-width: 479px) {
  .gform_wrapper .ginput_recaptcha iframe {
    margin-left: -10px;
    max-width: 170px;
    border: 1px solid #d3d3d3;
  }
}
@media (min-width: 480px) {
  .gform_wrapper .ginput_recaptcha iframe {
    max-width: 290px;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper .ginput_recaptcha iframe {
    max-width: 304px;
  }
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  font-size: initial;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 0 !important;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap {
  display: flex;
}
.shared-counts-wrap .shared-counts-button {
  text-align: center;
  text-decoration: none;
  border-bottom: none;
}
.shared-counts-wrap .shared-counts-button:hover {
  text-decoration: none;
  background-color: initial !important;
  color: initial !important;
  border-radius: initial;
  border-bottom: none;
}
.shared-counts-wrap .shared-counts-button.included_total {
  display: none;
}
.shared-counts-wrap .shared-counts-button .shared-counts-count {
  display: none;
}
.shared-counts-wrap .shared-counts-button svg {
  fill: var(--wp--preset--color--white) !important;
  vertical-align: middle;
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 481px) {
  .shared-counts-wrap .shared-counts-button svg {
    width: 34px !important;
    height: 34px !important;
  }
}
.shared-counts-wrap .shared-counts-button .shared-counts-icon-label {
  border-radius: 3px;
  display: block;
  font-size: 16px !important;
  font-weight: 600;
  padding: 8px 0;
}
.shared-counts-wrap .shared-counts-button .shared-counts-icon-label .shared-counts-label {
  display: none;
}
.shared-counts-wrap .shared-counts-button {
  border-bottom: none !important;
}
.shared-counts-wrap .shared-counts-button.facebook {
  padding: 4px 15px;
}
.shared-counts-wrap .shared-counts-button.facebook svg {
  width: 26px !important;
  height: 26px !important;
}
@media (min-width: 481px) {
  .shared-counts-wrap .shared-counts-button.facebook svg {
    width: 30px !important;
    height: 30px !important;
  }
}
.shared-counts-wrap .shared-counts-button.facebook .shared-counts-icon-label {
  background: #3B5998 !important;
}
.shared-counts-wrap .shared-counts-button.facebook .shared-counts-icon-label:hover {
  background: #2d4373 !important;
}
.shared-counts-wrap .shared-counts-button.linkedin svg {
  fill: #0e76a8 !important;
}
.shared-counts-wrap .shared-counts-button.linkedin svg:hover {
  fill: #0a5579 !important;
}
.shared-counts-wrap .shared-counts-button.twitter svg {
  fill: #1DA1F2 !important;
}
.shared-counts-wrap .shared-counts-button.email svg {
  fill: #ed2d24 !important;
}
.shared-counts-wrap .shared-counts-button.email svg:hover {
  fill: #cd1911 !important;
}
.shared-counts-wrap.style-icon {
  justify-content: space-between;
  margin: 20px 0;
}
@media (min-width: 480px) {
  .shared-counts-wrap.style-icon {
    justify-content: flex-end;
  }
}
.shared-counts-wrap.before_content .shared-counts-button {
  border-left: 4px dotted #767671;
  padding: 0 15px;
  margin-bottom: 15px;
}
.shared-counts-wrap.before_content .shared-counts-button:last-child {
  border-right: 4px dotted #767671;
}
.shared-counts-wrap.before_content .shared-counts-button.facebook .shared-counts-icon-label {
  width: 42px !important;
  height: 42px !important;
}
.shared-counts-wrap.before_content .shared-counts-button.facebook svg {
  width: 30px !important;
  height: 30px !important;
}
.shared-counts-wrap.shared-pages-fixed {
  flex-direction: column;
  background-color: rgba(118, 119, 113, 0.1) !important;
  position: fixed;
  width: 45px !important;
  padding-left: 5px;
  z-index: 199;
  right: 0;
  bottom: 40px;
}
@media (min-width: 481px) {
  .shared-counts-wrap.shared-pages-fixed {
    top: 300px;
    bottom: auto;
    width: 55px !important;
    padding: 10px;
  }
}
.shared-counts-wrap.shared-pages-fixed .shared-counts-button {
  border-bottom: none;
  margin-bottom: 8px;
}
@media (min-width: 481px) {
  .shared-counts-wrap.shared-pages-fixed .shared-counts-button {
    margin-bottom: 5px;
  }
}
.shared-counts-wrap.shared-pages-fixed .shared-counts-button.facebook {
  padding: 0;
}
.shared-counts-wrap.shared-pages-fixed .shared-counts-button.facebook .shared-counts-icon-label {
  width: 33px !important;
  height: 33px !important;
}
@media (min-width: 481px) {
  .shared-counts-wrap.shared-pages-fixed .shared-counts-button.facebook .shared-counts-icon-label {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Site Header
--------------------------------------------- */
body {
  --cwp-logo-width: 372px;
  --cwp-logo-height: 72px;
  --cwp-logo-margin: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    --cwp-logo-width: 200px;
    --cwp-logo-height: 38px;
    --cwp-logo-margin: 8px;
  }
}

.site-header {
  background-color: var(--wp--preset--color--background);
  position: relative;
}
.site-header:has(.nav-menu.active) {
  background-color: var(--wp--preset--color--octonary);
}
.site-header .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: var(--wp--custom--layout--padding);
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
}
.site-header .wrap .site-header__logo {
  display: flex;
  align-items: center;
}
.site-header .wrap .site-header__logo img {
  max-height: 70px;
  border-radius: 0;
}
@media (min-width: 769px) {
  .site-header .wrap .site-header__logo img {
    max-height: 100px;
  }
}
.site-header .wrap .site-header__toggles {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .site-header .wrap .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .site-header .wrap .site-header__logo {
    flex: 0 0 auto;
    width: 50%;
  }
  .site-header .wrap.site-header__toggles {
    flex: 0 0 auto;
    width: 50%;
  }
  .site-header .wrap .nav-menu {
    flex: 0 0 auto;
    width: 100%;
  }
  .site-header .wrap .nav-menu.active {
    margin-top: var(--wp--custom--layout--padding);
  }
  .site-header .wrap .header-search.active {
    margin-top: var(--wp--custom--layout--padding);
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
  width: 44px;
  height: 44px;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 34px;
  height: 34px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: var(--wp--preset--color--senary);
  padding: 16px;
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide) 1200px;
  margin: 0 auto;
}
.header-search:not(.active) {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
--------------------------------------------- */
.nav-menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
  padding-bottom: 0;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: calc(var(--wp--preset--font-size--medium) + 0.33rem);
  font-size: calc(var(--wp--preset--font-size--x-large) + 1px);
  font-weight: 600;
  position: relative;
  text-decoration: none;
  padding: 26px 9px;
}
@media (min-width: 768px) {
  .nav-menu .menu-item a {
    padding: 26px 20px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .menu-item a {
    padding: 26px 32px;
  }
}
.nav-menu .menu-item:hover > a {
  background-color: initial;
}
.nav-menu .menu-item:hover > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--wp--preset--color--tertiary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--primary);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: center;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:last-child > .sub-menu {
    right: 0;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    border: 3px #fff solid;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 285px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item {
    background-color: var(--wp--custom--color--neutral-50);
  }
  .nav-menu .sub-menu .menu-item a {
    font-size: 14px;
    border-bottom: 2.5px dotted var(--wp--preset--color--secondary);
    padding: 16px 5px;
    margin: 0 10px;
    width: 90%;
  }
  .nav-menu .sub-menu .menu-item:hover a {
    background-color: rgba(118, 119, 113, 0.1);
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .sub-menu .menu-item:hover a:after {
    display: none;
  }
  .nav-menu .sub-menu .menu-item:last-child a {
    border-bottom: initial;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.border-1-container {
  position: absolute;
  right: 0;
  z-index: 1;
}
.border-1-container img {
  max-height: 65px;
  width: auto;
  max-width: 90vw;
}
@media (min-width: 769px) {
  .border-1-container img {
    max-width: 60vw;
  }
}

/* Secondary Navigation
--------------------------------------------- */
.menu-secondary .nav-secondary .menu {
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 1rem;
}
.menu-secondary .nav-secondary .menu .menu-item {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
.menu-secondary .nav-secondary .menu .menu-item a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 700;
  padding: 0 1rem;
  border-left: solid 3px var(--wp--preset--color--quinary);
}
.menu-secondary .nav-secondary .menu .menu-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu-secondary .nav-secondary .menu .menu-item:first-child {
  border-left: none;
}
.menu-secondary .nav-secondary .menu .menu-item:first-child a {
  border-left: none;
}
.menu-secondary .nav-secondary .menu .menu-item:last-child {
  border-left: none;
}
.menu-secondary .nav-secondary .menu .menu-item:last-child a {
  border-left: none;
}
.menu-secondary .nav-secondary .menu .menu-item.search {
  padding: 0;
  border-left: none;
}
.menu-secondary .donate-button-container {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .menu-secondary .donate-button-container {
    margin: auto 18px;
  }
  .menu-secondary .donate-button-container .donate-button {
    width: 100%;
    margin-bottom: 11px;
  }
}

/* Toolkits above top menu
--------------------------------------------- */
@media (max-width: 768px) {
  .header-toolkit {
    display: none;
  }
}

.above-menu {
  display: flex;
  padding: 15px 0;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.above-menu .tool-links {
  position: relative;
}
.above-menu .tool-links a {
  text-decoration: none;
  background-color: initial;
}
.above-menu .tool-links:hover {
  cursor: pointer;
}
.above-menu .tool-links:hover > .tlink:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--tertiary);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.above-menu .tool-links:last-child .tlink {
  padding-right: 0;
}
.above-menu .epic-icons {
  color: brand-color("epic-red");
  font-weight: 600;
  font-size: 20px;
  padding-right: 5px;
}
.above-menu .google-translate-container {
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.above-menu .google-translate-container .goog-te-gadget-simple {
  border: 0px !important;
  display: flex !important;
}
.above-menu .google-translate-container .goog-te-gadget-simple .goog-te-menu-value {
  display: flex !important;
}
.above-menu .google-translate-container .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  display: flex;
}
.above-menu .google-translate-container .goog-te-gadget {
  font-family: inherit;
  font-size: inherit;
}
.above-menu .google-translate-container .goog-te-gadget .goog-te-gadget-icon {
  margin-right: 5px;
}
.above-menu .google-translate-container .goog-te-gadget .goog-te-menu-value {
  margin-left: 0px;
  margin-right: 0px;
}
.above-menu .google-translate-container .goog-te-gadget .goog-te-menu-value span {
  border-left: 0px !important;
  padding: 0px;
}
.above-menu .google-translate-container .goog-te-gadget .goog-te-menu-value img {
  display: none;
}
.above-menu .epic-websites-container {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.above-menu .epic-websites-container .epic-websites {
  width: 140px;
  font-size: 16px;
  height: 22px;
  border: 0;
  background: initial;
}
.above-menu .epic-websites-container .epic-websites:hover {
  cursor: pointer;
}
.above-menu .epic-websites-container svg {
  fill: var(--wp--preset--color--tertiary);
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.above-menu .header-phone-container {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.above-menu .header-phone-container svg {
  fill: var(--wp--preset--color--tertiary);
  margin-right: 5px;
}
.above-menu .header-phone-container .phone-content {
  display: flex;
}
.above-menu .header-phone-container .phone-content .text {
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.above-menu .header-phone-container .phone-content .number {
  padding-left: 10px;
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}

/* Notification panel
--------------------------------------------- */
.top-notification-panel-container-bk {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.top-notification-panel-container-bk .christmas-image {
  position: absolute;
  top: 0px;
}
.top-notification-panel-container-bk .christmas-image img {
  max-height: 120px;
  width: auto;
}
.top-notification-panel-container-bk .christmas-image.image-left {
  left: 0;
  padding-left: 20px;
}
@media (max-width: 479px) {
  .top-notification-panel-container-bk .christmas-image.image-left {
    display: none;
  }
}
.top-notification-panel-container-bk .christmas-image.image-right {
  right: 0;
  padding-right: 20px;
}
.top-notification-panel-container-bk .top-notification-panel {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--wp--preset--color--primary);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (min-width: 481px) {
  .top-notification-panel-container-bk .top-notification-panel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 481px) {
  .top-notification-panel-container-bk .top-notification-panel.left-right-image {
    padding-left: 150px;
    padding-right: 150px;
    flex-wrap: nowrap;
  }
}
.top-notification-panel-container-bk .top-notification-panel .notification-content {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  text-align: left;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 480px) {
  .top-notification-panel-container-bk .top-notification-panel .notification-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.top-notification-panel-container-bk .top-notification-panel .notification-content .text-notification {
  width: 80%;
}
.top-notification-panel-container-bk .top-notification-panel .notification-content .link {
  width: 20%;
}
@media (min-width: 481px) {
  .top-notification-panel-container-bk .top-notification-panel .notification-content {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .top-notification-panel-container-bk .top-notification-panel .notification-content .text-mobile {
    display: none;
  }
}
.top-notification-panel-container-bk .top-notification-panel .notification-content .text-desktop {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .top-notification-panel-container-bk .top-notification-panel .notification-content .text-desktop {
    display: none;
  }
}
.top-notification-panel-container-bk .top-notification-panel .notification-content p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .top-notification-panel-container-bk .top-notification-panel .notification-content p {
    font-size: 16px;
  }
}
.top-notification-panel-container-bk .top-notification-panel .link {
  min-width: 154px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .top-notification-panel-container-bk .top-notification-panel .link {
    font-size: 14px;
  }
}

/* Notification panel
--------------------------------------------- */
.top-notification-panel-container {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.top-notification-panel-container .christmas-image {
  position: absolute;
  top: 0px;
}
.top-notification-panel-container .christmas-image img {
  max-height: 120px;
  width: auto;
}
.top-notification-panel-container .christmas-image.image-left {
  left: 0;
  padding-left: 20px;
}
@media (max-width: 479px) {
  .top-notification-panel-container .christmas-image.image-left {
    display: none;
  }
}
.top-notification-panel-container .christmas-image.image-right {
  right: 0;
  padding-right: 20px;
}
.top-notification-panel-container .top-notification-panel {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--wp--preset--color--primary);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (min-width: 481px) {
  .top-notification-panel-container .top-notification-panel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 481px) {
  .top-notification-panel-container .top-notification-panel.left-right-image {
    padding-left: 150px;
    padding-right: 150px;
    flex-wrap: nowrap;
  }
}
.top-notification-panel-container .top-notification-panel .notification-content {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  text-align: left;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 480px) {
  .top-notification-panel-container .top-notification-panel .notification-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.top-notification-panel-container .top-notification-panel .notification-content .text-notification {
  width: 80%;
}
@media (min-width: 481px) {
  .top-notification-panel-container .top-notification-panel .notification-content {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  .top-notification-panel-container .top-notification-panel .notification-content .text-mobile {
    display: none;
  }
}
.top-notification-panel-container .top-notification-panel .notification-content .text-desktop {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .top-notification-panel-container .top-notification-panel .notification-content .text-desktop {
    display: none;
  }
}
.top-notification-panel-container .top-notification-panel .notification-content p {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .top-notification-panel-container .top-notification-panel .notification-content p {
    font-size: 16px;
  }
}
.top-notification-panel-container .top-notification-panel .link {
  min-width: 154px;
  font-size: 16px;
  width: initial;
}
@media (max-width: 480px) {
  .top-notification-panel-container .top-notification-panel .link {
    font-size: 14px;
  }
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--backdrop);
  padding: 24px 0 40px;
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Archive Header - News First News and Sidebar
--------------------------------------------- */
.archive-header .first-post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .archive-header .first-post-container {
    flex-direction: row;
  }
}
.archive-header .first-post-container .post-summary {
  border-left: 4px dotted var(--wp--preset--color--secondary);
  padding-left: 20px;
}
@media (max-width: 480px) {
  .archive-header .first-post-container .post-summary {
    margin-bottom: 50px;
  }
}
.archive-header .first-post-container .post-summary .post-summary__image {
  text-decoration: none;
  border-bottom: none;
  width: 100%;
}
.archive-header .first-post-container .post-summary .post-summary__image img {
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.archive-header .first-post-container .post-summary .post-summary__content {
  padding: 20px 0;
}
.archive-header .first-post-container .post-summary .post-summary__content .post-summary__title {
  margin-bottom: 15px;
}
.archive-header .first-post-container .post-summary .post-summary__content .publish-date {
  margin-bottom: 15px;
}
.archive-header .first-post-container .archive-sidebar {
  min-width: 32%;
  padding: 0;
  padding-bottom: 40px;
}
@media (min-width: 480px) {
  .archive-header .first-post-container .archive-sidebar {
    padding: 0 40px;
  }
}
.archive-header .first-post-container .archive-sidebar .contact-section {
  background-color: var(--wp--preset--color--senary);
  padding: 20px;
  margin-bottom: 20px;
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-item {
  display: flex;
  padding-bottom: 10px;
  position: relative;
  align-items: center;
}
.archive-header .first-post-container .archive-sidebar .contact-section svg {
  margin-right: 15px;
  vertical-align: middle;
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-phone svg, .archive-header .first-post-container .archive-sidebar .contact-section .news-settings-phone .cls-1 {
  fill: var(--wp--preset--color--quinary);
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-email svg, .archive-header .first-post-container .archive-sidebar .contact-section .news-settings-email .cls-1 {
  fill: var(--wp--preset--color--tertiary);
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-contact-form {
  border-top: 4px dotted #fff;
  padding-top: 10px;
  margin-top: 15px;
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-contact-form .epic-icons {
  color: var(--wp--preset--color--quaternary);
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-contact-form .pen-clip {
  fill: var(--wp--preset--color--quaternary);
  padding: 0;
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-contact-form .angle-down {
  fill: var(--wp--preset--color--tertiary);
  position: absolute;
  top: 7px;
  right: 0px;
  margin-right: 0;
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-contact-form .angle-down.open {
  transform: rotate(180deg) scale(1);
  transition: opacity 0.7s, transform 0.4s;
}
.archive-header .first-post-container .archive-sidebar .contact-section .news-settings-contact-form .angle-down.close {
  transform: rotate(0deg) scale(1);
  transition: opacity 0.7s, transform 0.4s;
}
.archive-header .first-post-container .archive-sidebar .contact-section .archive-page.open {
  display: block;
}
.archive-header .first-post-container .archive-sidebar .contact-section .archive-page.close {
  display: none;
}
.archive-header .first-post-container .archive-sidebar .enquirer-newsletter {
  background-color: var(--wp--preset--color--senary);
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: var(--wp--preset--color--quaternary) solid 5px;
}
.archive-header .first-post-container .archive-sidebar .enquirer-newsletter a {
  border-bottom: 2px solid var(--wp--custom--color--link);
  text-decoration: none;
  transition: all 0.2s ease;
}
.archive-header .first-post-container .archive-sidebar .enquirer-newsletter .link {
  margin-bottom: 10px;
}
.archive-header .first-post-container .archive-sidebar .enquirer-newsletter .link-icon {
  border-bottom: none;
  vertical-align: middle;
}
.archive-header .first-post-container .archive-sidebar .enquirer-newsletter .link-icon .icon {
  font-size: 28px;
  line-height: 20px;
}
.archive-header .first-post-container .archive-sidebar .enquirer-newsletter svg, .archive-header .first-post-container .archive-sidebar .enquirer-newsletter .cls-1 {
  fill: var(--wp--preset--color--tertiary);
}

/* Post Listing
--------------------------------------------- */
.archive .find-location-googlemap {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.archive .find-location-googlemap .find-location, .archive .find-location-googlemap .google-maps-acf-cpt {
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location, .archive .find-location-googlemap .google-maps-acf-cpt {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.archive .find-location-googlemap .google-maps-acf-cpt .map-container .acf-map {
  border: 0;
  margin: 0;
  height: 640px;
}
.archive .find-location-googlemap .find-location {
  font-size: 18px;
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--octonary);
  padding: 15px;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location {
    padding: 30px 40px;
  }
}
.archive .find-location-googlemap .find-location .location-resquest {
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location .location-resquest {
    flex-wrap: nowrap;
  }
}
.archive .find-location-googlemap .find-location .location-resquest #address-form, .archive .find-location-googlemap .find-location .location-resquest #find-epic-office {
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location .location-resquest #address-form, .archive .find-location-googlemap .find-location .location-resquest #find-epic-office {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.archive .find-location-googlemap .find-location .location-resquest #address-form {
  flex-grow: 2;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location .location-resquest #address-form {
    flex-grow: 2;
  }
}
.archive .find-location-googlemap .find-location .location-resquest {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.archive .find-location-googlemap .find-location .location-resquest #address-form {
  width: 75%;
}
.archive .find-location-googlemap .find-location .location-resquest #ship-address {
  background-color: #fff;
}
.archive .find-location-googlemap .find-location .location-resquest #find-epic-office {
  width: 25%;
}
.archive .find-location-googlemap .find-location #locations-list .centre {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid #76777b7a;
}
.archive .find-location-googlemap .find-location #locations-list .centre:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.archive .find-location-googlemap .find-location #locations-list .centre .title {
  margin-bottom: 10px;
}
.archive .find-location-googlemap .find-location #locations-list .centre .centre-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location #locations-list .centre .centre-info {
    flex-wrap: nowrap;
  }
}
.archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-details, .archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-km {
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-details, .archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-km {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-details {
  width: 70%;
}
.archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-details .centre-address {
  margin-bottom: 8px;
}
.archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-details svg {
  margin-right: 10px;
  fill: var(--wp--preset--color--quaternary);
}
.archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-phone svg {
  margin-right: 10px;
  fill: var(--wp--preset--color--quinary);
}
@media (min-width: 480px) {
  .archive .find-location-googlemap .find-location #locations-list .centre .centre-info .centre-km {
    text-align: end;
  }
}
.archive .isotope-terms-container {
  padding: 20px 0;
  padding-top: 40px;
  background-color: var(--wp--preset--color--senary);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 480px) {
  .archive .isotope-terms-container {
    margin: 40px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}
.archive .isotope-terms-container .isotope-block-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: auto 1fr;
  /* 2 columnas */
  grid-template-rows: auto auto;
  /* 2 filas */
  gap: 16px;
  align-items: start;
}
@media (min-width: 1024px) {
  .archive .isotope-terms-container .isotope-block-container {
    flex-direction: row;
  }
}
.archive .isotope-terms-container .isotope-block-container .subtitle {
  padding-right: 10px;
  margin-bottom: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  width: max-content;
  justify-self: start;
}
.archive .isotope-terms-container .isotope-block-container .parent-categories {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-wrap: wrap;
}
.archive .isotope-terms-container .isotope-block-container .child-categories {
  grid-column: 2/3;
  grid-row: 2/3;
}
.archive .isotope-terms-container .isotope-block-container .button {
  background-color: #fff;
  font-weight: 600;
  border: 1px solid var(--wp--preset--color--quinary);
  padding: 10px;
  cursor: pointer;
}
.archive .isotope-terms-container .isotope-block-container .is-checked {
  background-color: var(--wp--preset--color--quinary);
  color: #fff;
}
.archive .isotope-terms-container .subfilters-cats .button {
  border: 1px solid var(--wp--preset--color--primary);
  float: left;
}
.archive .isotope-terms-container .subfilters-cats .is-checked {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.archive .isotope-container {
  background-color: #F1F1F1;
  padding: 20px 0;
}
.archive .isotope-container .isotope-inner-container .isotope-item {
  background-color: #fff;
}
.archive .isotope-container .isotope-inner-container .isotope-item .post-summary__content {
  display: block;
  padding: 20px;
}
.archive .isotope-container .isotope-inner-container.news-events-content .isotope-item,
.archive .isotope-container .isotope-inner-container.news-events-content .grid-sizer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media (min-width: 480px) {
  .archive .isotope-container .isotope-inner-container.news-events-content .isotope-item,
.archive .isotope-container .isotope-inner-container.news-events-content .grid-sizer {
    width: calc(43% - 18px);
  }
}
@media (min-width: 1024px) {
  .archive .isotope-container .isotope-inner-container.news-events-content .isotope-item,
.archive .isotope-container .isotope-inner-container.news-events-content .grid-sizer {
    width: calc(30% - 18px);
  }
}
.archive .isotope-container .isotope-inner-container.news-events-content .isotope-item {
  position: relative;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: calc(100% - 18px);
}
@media (min-width: 480px) {
  .archive .isotope-container .isotope-inner-container.news-events-content .isotope-item {
    width: calc(43% - 18px);
  }
}
@media (min-width: 1024px) {
  .archive .isotope-container .isotope-inner-container.news-events-content .isotope-item {
    width: calc(30% - 18px);
  }
}
.archive .isotope-container .isotope-inner-container.news-events-content .isotope-item .post-summary__content {
  display: block;
  min-height: 375px;
}
.archive .isotope-container .isotope-inner-container.epic-locations {
  padding-left: 20px;
  padding-right: 20px;
}
.archive .isotope-container .isotope-inner-container.epic-locations:after {
  content: "";
  display: block;
  clear: both;
}
.archive .isotope-container .isotope-inner-container.epic-locations .epic-location-item,
.archive .isotope-container .isotope-inner-container.epic-locations .grid-sizer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media (min-width: 480px) {
  .archive .isotope-container .isotope-inner-container.epic-locations .epic-location-item,
.archive .isotope-container .isotope-inner-container.epic-locations .grid-sizer {
    width: 22.5%;
  }
}
.archive .isotope-container .isotope-inner-container.epic-locations .epic-location-item {
  margin-bottom: 30px;
  margin-right: 20px;
}
.archive .isotope-container .isotope-inner-container.epic-locations .epic-location-item .post-summary__content {
  display: block;
  min-height: 220px;
}
.archive .isotope-container .isotope-inner-container.epic-locations .epic-location-item .epic-centres-list .location-name {
  display: inline-block;
}
.archive .isotope-container .isotope-inner-container.epic-locations .epic-location-item .epic-centres-list .location-name:last-child .coma {
  display: none;
}
.archive .isotope-container .isotope-inner-container .isotope-item {
  margin: 17px;
}
.archive .isotope-container .isotope-inner-container .post-summary {
  box-shadow: 0px 0px 0px 0.1px var(--wp--preset--color--secondary);
}
@media (max-width: 480px) {
  .archive .isotope-container .isotope-inner-container .post-summary {
    left: 0 !important;
  }
}
.archive .isotope-container .isotope-inner-container .post-summary:hover {
  border-bottom: 4px solid var(--wp--preset--color--tertiary);
}
.archive .isotope-container .isotope-inner-container .post-summary .post-summary__image {
  border-bottom: none;
  width: 100%;
  height: 300px;
}
.archive .isotope-container .isotope-inner-container .post-summary .post-summary__image img {
  height: 300px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 0px 0px 0.1px var(--wp--preset--color--secondary);
  width: 100%;
}

/* search results
--------------------------------------------- */
.archive.search .isotope-terms-container, .archive.category .isotope-terms-container {
  display: none;
}
.archive.search .content-area, .archive.category .content-area {
  background-color: #F1F1F1;
}
.archive.search .site-main, .archive.category .site-main {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  padding-top: 20px;
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
}
.archive.search .site-main .post-summary, .archive.category .site-main .post-summary {
  box-shadow: 0px 0px 0px 0.1px var(--wp--preset--color--secondary);
  margin-bottom: 30px;
  margin-right: 20px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: solid transparent 4px;
}
@media (max-width: 480px) {
  .archive.search .site-main .post-summary, .archive.category .site-main .post-summary {
    left: 0 !important;
  }
}
.archive.search .site-main .post-summary:hover, .archive.category .site-main .post-summary:hover {
  border-bottom: 4px solid var(--wp--preset--color--tertiary);
}
.archive.search .site-main .post-summary .post-summary__image, .archive.category .site-main .post-summary .post-summary__image {
  border-bottom: none;
  width: 100%;
  height: 300px;
  display: block;
}
.archive.search .site-main .post-summary .post-summary__image img, .archive.category .site-main .post-summary .post-summary__image img {
  height: 300px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 0px 0px 0.1px var(--wp--preset--color--secondary);
  width: 100%;
}
.archive.search .site-main .post-summary .post-summary__content, .archive.category .site-main .post-summary .post-summary__content {
  display: block;
  min-height: 220px;
  padding: 20px;
}
.archive.search-bk .archive-header, .archive.search-bk .content-area {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--wide);
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.archive.search-bk .site-main .post-summary {
  display: flex;
  margin-bottom: 30px;
  background-color: var(--wp--preset--color--octonary);
}
.archive.search-bk .site-main .post-summary .post-summary__content {
  width: 70%;
}
.archive.search-bk .site-main .post-summary:hover {
  position: relative;
}
.archive.search-bk .site-main .post-summary:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--wp--preset--color--tertiary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.archive.search-bk .site-main .post-summary .post-summary__image {
  flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .archive.search-bk .site-main .post-summary .post-summary__image {
    margin-bottom: initial;
  }
}
.archive.search-bk .site-main .post-summary .post-summary__image img {
  object-fit: cover;
  height: fit-content;
  border-radius: 4px;
  height: 220px;
  width: 100%;
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}
.post-summary .post-summary__title {
  font-size: 28px;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}
.post-summary .post-summary__title a {
  color: var(--wp--preset--color--primary);
  border-bottom: none;
}
.post-summary .post-summary__title a:visited:not(.wp-block-button__link) {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
.post-summary .post-summary__title a:hover {
  background-color: initial;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  border-bottom: none;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  padding-top: 3px;
  padding-bottom: 0px;
}

/* Header feature image
--------------------------------------------- */
.page-header-image {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
.page-header-image img {
  max-height: 280px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
@media (max-width: 768px) {
  .page-header-image img {
    height: 180px;
  }
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  margin-top: 24px;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Author Box after Post Content
--------------------------------------------- */
.post-author-box {
  display: none;
}
.post-author-box .author-box-inter {
  display: flex;
  gap: 20px;
}
.post-author-box .author-box-inter .author-image {
  flex-basis: 15%;
  flex-grow: 0;
}
.post-author-box .author-box-inter .author-links {
  flex-basis: 5%;
  flex-grow: 0;
}
.post-author-box .author-box-inter .author-links a {
  border-bottom: 0;
}
.post-author-box .author-box-inter .author-links .linkedin {
  fill: #0e76a8;
}
.post-author-box .author-box-inter .author-details {
  flex-basis: 80%;
  flex-grow: 0;
  position: relative;
  padding: 10px 24px !important;
  z-index: 1;
}
.post-author-box .author-box-inter .author-details::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  border-left: 4px dotted var(--wp--preset--color--secondary);
}

.service-centre-page .service-centre-details {
  display: flex;
  flex-direction: column-reverse;
  margin: 40px 0;
  margin-bottom: 60px;
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.2);
  border-bottom: var(--wp--preset--color--quaternary) solid 5px;
}
@media (min-width: 480px) {
  .service-centre-page .service-centre-details {
    flex-direction: row;
  }
}
.service-centre-page .service-centre-details .contact-container {
  flex-basis: 0;
  flex-grow: 1;
  padding: 40px;
}
.service-centre-page .service-centre-details .contact-container .area {
  font-weight: 700;
  padding-bottom: 20px;
}
.service-centre-page .service-centre-details .contact-container .location {
  margin-bottom: 16px;
}
.service-centre-page .service-centre-details .contact-container .location h2 {
  margin-bottom: 0px;
}
.service-centre-page .service-centre-details .contact-container .location .first-nation-placename {
  color: var(--wp--preset--color--quinary);
  font-size: 18px;
  font-style: italic;
}
.service-centre-page .service-centre-details .contact-container .contact-details {
  margin-bottom: 30px;
}
.service-centre-page .service-centre-details .contact-container .contact-details .c-container {
  display: flex;
  align-items: center;
}
.service-centre-page .service-centre-details .contact-container .contact-details .c-container.align-top {
  align-items: flex-start;
}
.service-centre-page .service-centre-details .contact-container .contact-details svg {
  margin: 10px 0;
  margin-right: 10px;
}
.service-centre-page .service-centre-details .contact-container .contact-details .address-container svg, .service-centre-page .service-centre-details .contact-container .contact-details .address-container .cls-1 {
  fill: var(--wp--preset--color--quaternary);
}
.service-centre-page .service-centre-details .contact-container .contact-details .phone-container svg, .service-centre-page .service-centre-details .contact-container .contact-details .phone-container .cls-1 {
  fill: var(--wp--preset--color--quinary);
}
.service-centre-page .service-centre-details .contact-container .contact-details .email-container svg, .service-centre-page .service-centre-details .contact-container .contact-details .email-container .cls-1 {
  fill: var(--wp--preset--color--tertiary);
}
.service-centre-page .service-centre-details .contact-container .opening-hours-container {
  margin-bottom: 30px;
}
.service-centre-page .service-centre-details .contact-container .service-list .services-list {
  margin-bottom: 20px;
}
.service-centre-page .service-centre-details .contact-container .service-list .services-list .service-link {
  margin-bottom: 10px;
}
.service-centre-page .service-centre-details .service-centre-map {
  flex-basis: 0;
  flex-grow: 1;
}
.service-centre-page .service-centre-details .service-centre-map .google-map .acf-map {
  margin: 0;
}

.type-epic-service-centres .entry-content .gform_wrapper {
  background-color: var(--wp--preset--color--senary);
  padding: 50px 30px;
}
.type-epic-service-centres .entry-content .gform_wrapper .gform_required_legend {
  display: none;
}
.type-epic-service-centres .entry-content .gform_wrapper form {
  padding: 10px 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
  padding-bottom: 0;
  padding-top: 0;
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.footer-before {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.footer-before .footer-before-inter {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 45px;
  margin: 0 auto;
  max-width: calc(var(--wp--custom--layout--page) + 100px);
  padding: 40px 0;
}
.footer-before .footer-before-inter > * {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-logos-container {
    flex: 0 0 auto;
    max-width: calc(40% - 22.5px);
  }
  .footer-before .footer-before-inter .footer-menu-container {
    flex: 0 0 auto;
    max-width: calc(60% - 22.5px);
  }
}
.footer-before .footer-before-inter .footer-logos-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-before .footer-before-inter .footer-logos {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.footer-before .footer-before-inter .footer-logos .logo {
  margin-bottom: 20px;
}
.footer-before .footer-before-inter .footer-logos .logo img {
  width: auto;
  height: 80px;
  max-height: 80px;
  border-radius: 0;
}
.footer-before .footer-before-inter .footer-menu {
  display: grid;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-before .footer-before-inter .footer-menu {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-menu {
    gap: 20px;
  }
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading {
  width: 100%;
  list-style-type: none;
}
@media (max-width: 480px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading {
    display: flex;
    justify-content: center;
  }
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading .footer-menu-heading-link {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading .sub-menu {
  display: none;
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading .sub-menu {
    display: block;
  }
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(1) {
  grid-row: span 2;
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(2) {
  grid-row: span 2;
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(3) {
  grid-row: span 2;
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(3) {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(3) {
    grid-column: 3;
  }
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(4) {
    grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(4) {
    grid-column: 4;
  }
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(5) {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .footer-before .footer-before-inter .footer-menu .footer-menu-heading:nth-child(5) {
    grid-column: 4;
  }
}
.footer-before .footer-before-inter .footer-menu ul {
  list-style: none;
  padding: inherit;
}
.footer-before .footer-before-inter .footer-menu li {
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-menu li {
    margin-bottom: 12px;
  }
}
.footer-before .footer-before-inter .footer-menu li::marker {
  content: none;
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading-link,
.footer-before .footer-before-inter .footer-menu .footer-menu-heading-no-link {
  display: block;
  width: fit-content;
  color: var(--wp--preset--color--primary);
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: none;
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading-link {
  border-bottom: 2px solid transparent;
}
.footer-before .footer-before-inter .footer-menu .footer-menu-heading-link:hover {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.footer-before .footer-before-inter .footer-menu .sub-menu {
  padding: 0;
}
.footer-before .footer-before-inter .footer-menu .sub-menu .menu-item {
  font-size: 16px;
}
.footer-before .footer-before-inter .footer-menu .sub-menu .menu-item a {
  color: var(--wp--preset--color--primary);
  border-bottom: none !important;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: initial;
  line-height: 1.55;
}
.footer-before .footer-before-inter .footer-menu .sub-menu .menu-item a:hover {
  text-decoration: none;
}
.footer-before .footer-before-inter .footer-menu .sub-menu .menu-item a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--wp--preset--color--quaternary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-before .footer-before-inter .footer-business-contact .contact-details > * {
  margin-bottom: 10px;
}
.footer-before .footer-before-inter .footer-business-contact .contact-details .business-address {
  max-width: 250px;
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-social-media {
    max-width: 320px;
  }
}
.footer-before .footer-before-inter .footer-social-media .social-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer-before .footer-before-inter .footer-social-media .social-icons > * {
    flex: 1;
  }
}

.site-footer {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--backdrop);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.site-footer .after-footer-note {
  color: #fff;
  margin-bottom: 30px;
}
.site-footer .bottom-line-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}
.site-footer .bottom-line-content .footer-text-bottom {
  color: white;
  margin-bottom: 20px;
}
.site-footer .bottom-line-content > .item {
  margin-bottom: 10px;
  line-height: 15px;
  padding: 0 12px;
  border-right: solid 3px var(--wp--preset--color--quinary);
  white-space: nowrap;
}
@media (max-width: 480px) {
  .site-footer .bottom-line-content > .item {
    margin-bottom: 18px;
  }
}
.site-footer .bottom-line-content > .item .text,
.site-footer .bottom-line-content > .item .link {
  color: white;
}
.site-footer .bottom-line-content > .item .link {
  text-decoration: none;
}
@media (max-width: 480px) {
  .site-footer .bottom-line-content > .item .link {
    border-bottom: 1px solid white;
    border-radius: 0;
  }
}
.site-footer .bottom-line-content > .item .link:hover, .site-footer .bottom-line-content > .item .link:focus {
  border-bottom: 1px solid white;
  border-radius: 0;
}
.site-footer .bottom-line-content > .item:last-child {
  border-right: none;
}
.site-footer .footer-confetti-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .site-footer .footer-confetti-container .confetti-3 {
    object-fit: cover;
    width: 80%;
  }
}

/*# sourceMappingURL=main.css.map */
