@charset "UTF-8";
/* Reset
--------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Theme Name: NCCADV Theme
Description: This is a custom theme created by ThompsonStenning for the NCCADV Theme 2022.
Author: ThompsonStenning
Author URI: https://www.thompsonstenning.com/

Version: 1.0

Template: genesis

Text Domain: NCCADV Theme
Requires at least: 5.4
Requires PHP: 7.4.1
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #0e0812;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #440e62;
  text-decoration: none;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  font-weight: 700;
}
a:hover {
  opacity: 0.8;
}

.bg-dark a {
  color: #fff;
}
.bg-dark a:hover {
  opacity: 0.8;
}

p {
  margin: 0 0 22px;
  padding: 0;
}

ol,
ul {
  margin: 0 0 22px;
  padding: 0;
}

ul ul,
ol ol {
  margin: 0 0 12px;
}

li {
  list-style-type: none;
}

ul li {
  position: relative;
  margin-bottom: 8px;
  list-style-position: inside;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
  margin-left: 16px;
  list-style-position: outside;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  padding-left: 16px;
  margin: 8px 0;
}

ul li ul li,
ol li ul li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #eee;
  color: #0e0812;
}

blockquote {
  margin: 30px;
}

#wpadminbar {
  position: fixed !important;
}

body.logged-in.admin-bar .site-header {
  margin-top: 32px;
}

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 1.2;
  margin: 0 0 28px;
  color: #440e62;
  text-transform: capitalize;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3,
.entry-title,
.entry-title-link {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p.hero-description {
  font-size: 20px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}
figure img {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  border-radius: 40px;
  overflow: hidden;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #646464;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #e78561;
  border-radius: 25px;
  color: #0e0812;
  font-size: 15px;
  font-weight: 400;
  padding: 14px;
  padding-right: 44px;
  width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

:-ms-input-placeholder {
  color: #440e62;
  font-size: 14px;
  font-weight: 600;
}

::-webkit-input-placeholder {
  color: #440e62;
  font-size: 14px;
  font-weight: 600;
}

::-moz-placeholder {
  color: #440e62;
  font-size: 14px;
  font-weight: 600;
}

::-ms-input-placeholder {
  color: #440e62;
  font-size: 14px;
  font-weight: 600;
}

::placeholder {
  color: #440e62;
  font-size: 14px;
  font-weight: 600;
}

.bg-dark input,
.bg-dark select,
.bg-dark textarea,
.search-form-light-theme input,
.search-form-light-theme select,
.search-form-light-theme textarea,
.genesis-nav-menu .search input,
.genesis-nav-menu .search select,
.genesis-nav-menu .search textarea {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bg-dark :-ms-input-placeholder,
.search-form-light-theme :-ms-input-placeholder,
.genesis-nav-menu .search :-ms-input-placeholder {
  color: #fff;
}
.bg-dark ::-webkit-input-placeholder,
.search-form-light-theme ::-webkit-input-placeholder,
.genesis-nav-menu .search ::-webkit-input-placeholder {
  color: #fff;
}
.bg-dark ::-moz-placeholder,
.search-form-light-theme ::-moz-placeholder,
.genesis-nav-menu .search ::-moz-placeholder {
  color: #fff;
}
.bg-dark :-ms-input-placeholder,
.search-form-light-theme :-ms-input-placeholder,
.genesis-nav-menu .search :-ms-input-placeholder {
  color: #fff;
}
.bg-dark ::-ms-input-placeholder,
.search-form-light-theme ::-ms-input-placeholder,
.genesis-nav-menu .search ::-ms-input-placeholder {
  color: #fff;
}
.bg-dark ::placeholder,
.search-form-light-theme ::placeholder,
.genesis-nav-menu .search ::placeholder {
  color: #fff;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
form[role="search"] button[type="submit"] {
  background-color: transparent;
  color: #440e62;
  border-radius: 25px;
  border: 2px solid #e78561;
  padding: 8px 40px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
  width: auto;
  font-size: 15px;
  font-weight: 500;
}

input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
form[role="search"] button[type="submit"]:focus,
form[role="search"] button[type="submit"]:hover {
  background-color: transparent;
  color: #e78561;
  border: none;
}

button,
.button,
.button-primary,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 2px solid #e78561;
  border-radius: 25px;
  color: #440e62;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.button-primary:focus,
.button-primary:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover {
  background-color: #e78561;
  border: 2px solid #e78561;
  color: #fff;
  opacity: 1;
}

.button.button-minimal {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  width: auto;
  max-width: unset;
  color: #440e62;
}
.button.button-minimal:focus,
.button.button-minimal:hover {
  background-color: transparent;
  border: none;
  color: #e78561;
}

.bg-dark input[type="button"],
.bg-dark input[type="reset"],
.bg-dark input[type="submit"],
.bg-dark form[role="search"] button[type="submit"],
.bg-dark button,
.bg-dark .button,
.bg-dark .button-primary,
.bg-dark
  .site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"] {
  color: #fff;
}
.bg-dark input[type="button"]:focus,
.bg-dark input[type="button"]:hover,
.bg-dark input[type="reset"]:focus,
.bg-dark input[type="reset"]:hover,
.bg-dark input[type="submit"]:focus,
.bg-dark input[type="submit"]:hover,
.bg-dark form[role="search"] button[type="submit"]:focus,
.bg-dark form[role="search"] button[type="submit"]:hover,
.bg-dark button:focus,
.bg-dark button:hover,
.bg-dark .button:focus,
.bg-dark .button:hover,
.bg-dark .button-primary:focus,
.bg-dark .button-primary:hover,
.bg-dark
  .site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:focus,
.bg-dark
  .site-container
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:hover {
  opacity: 1;
}

.button.button-icon::after {
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 6px;
  font-weight: 900;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.button.icon-chevron-right::after {
  content: "\f054";
}

.button.icon-close::after {
  content: "";
  background-image: url("assets/icons/close_purple.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border: 2px solid #e78561;
  border-radius: 25px;
}

.button.icon-arrow-right::after {
  content: "";
  background-image: url("assets/icons/arrow-right_purple.svg");
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border: 2px solid #e78561;
  border-radius: 25px;
  margin-left: 6px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.button.icon-arrow-right_alt::after {
  content: "";
  background-image: url("assets/icons/arrow-right_orange_alt.svg");
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-top: 2px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.button.icon-expand::after {
  content: "";
  background-image: url("assets/icons/expand_purple.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border: 2px solid #e78561;
  border-radius: 25px;
  margin-left: 6px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.button.icon-search::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  color: #440e62;
  font-weight: 900;
  font-size: 11px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 8px;
  margin-top: 2px;
  background-color: #e78561;
  border-radius: 25px;
  padding: 3px 6px 2px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.button:hover.icon-arrow-right::after,
.button:focus.icon-arrow-right::after {
  background-color: #e78561;
  margin-left: 8px;
}
.button:hover.icon-arrow-right_alt::after,
.button:focus.icon-arrow-right_alt::after {
  background-image: url("assets/icons/arrow-right_purple_alt.svg");
  margin-left: 6px;
}
.button:hover.icon-expand::after,
.button:focus.icon-expand::after {
  background-color: #e78561;
}
.button:hover.icon-search::after,
.button:focus.icon-search::after {
  color: #e78561;
}

.bg-dark .button.icon-close::after {
  background-image: url("assets/icons/close_white.svg");
}
.bg-dark .button.icon-arrow-right::after {
  background-image: url("assets/icons/arrow-right_white.svg");
  border-color: #fff;
}
.bg-dark .button.icon-arrow-right_alt::after {
  background-image: url("assets/icons/arrow-right_white_alt.svg");
}
.bg-dark .button.icon-expand::after {
  background-image: url("assets/icons/expand_white.svg");
  border-color: #fff;
}
.bg-dark .button.icon-search::after {
  color: #fff;
  background-color: transparent;
  padding: 0;
}
.bg-dark .button:hover.icon-arrow-right::after,
.bg-dark .button:hover.icon-expand::after,
.bg-dark .button:focus.icon-arrow-right::after,
.bg-dark .button:focus.icon-expand::after {
  border-color: #fff;
}
.bg-dark .button:hover.icon-search::after,
.bg-dark .button:focus.icon-search::after {
  color: #fff;
}
.bg-dark .button.button-minimal:hover.icon-arrow-right::after,
.bg-dark .button.button-minimal:focus.icon-arrow-right::after {
  background-image: url("assets/icons/arrow-right_white.svg");
  border-color: #e78561;
  margin-left: 8px;
}
.bg-dark .button.button-minimal:hover.icon-arrow-right_alt::after,
.bg-dark .button.button-minimal:focus.icon-arrow-right_alt::after {
  background-image: url("assets/icons/arrow-right_orange_alt.svg");
  margin-left: 6px;
}
.bg-dark .button.button-minimal:hover.icon-expand::after,
.bg-dark .button.button-minimal:focus.icon-expand::after {
  background-image: url("assets/icons/expand_white.svg");
  border-color: #e78561;
}
.bg-dark .button.button-minimal:hover.icon-search::after,
.bg-dark .button.button-minimal:focus.icon-search::after {
  color: #e78561;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #646464;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* Sticky site elements
--------------------------------------------- */
.site-sticky-container {
  z-index: 999;
  position: relative;
}
.site-sticky-container button.button-quick-exit {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 20px;
  padding: 12px 55px 12px 20px;
}
.site-sticky-container button.button-quick-exit::before {
  width: 42px;
  top: 0;
  bottom: 0;
}
.site-sticky-container button.button-quick-exit::after {
  right: 10px;
}
.site-sticky-container .bTtBtn-wrap {
  position: relative;
  position: fixed;
  right: 0px;
  bottom: 40px;
}
.site-sticky-container #bTtBtn {
  display: inline-block;
  opacity: 0;
  padding: 0;
  height: 48px;
  width: 80px;
  padding-right: 22px;
  background-color: #fff;
  border: 2px solid transparent;
  border-right: none;
  border-radius: 25px 0 0 25px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(6, 43, 84, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(6, 43, 84, 0.2);
  cursor: pointer;
}
.site-sticky-container #bTtBtn:hover {
  background-color: #fff;
  border-color: #e78561;
  border-right: none;
}
.site-sticky-container #bTtBtn.show {
  opacity: 1;
}
.site-sticky-container #bTtBtn::after {
  margin-left: 0;
  color: #e78561;
  font-size: 20px;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  table-layout: fixed;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

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

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

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 960px) {
  /* Typography
  --------------------------------------------- */
  h1 {
    font-size: 52px;
    line-height: 1;
  }
  h2 {
    font-size: 40px;
  }
  h3,
  .entry-title,
  .entry-title-link {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5,
  h6 {
    font-size: 18px;
  }
  p.hero-description {
    font-size: 18px;
  }
  figure img {
    border-radius: 50px;
  }
  /* Sticky site elements
  --------------------------------------------- */
  .site-sticky-container .bTtBtn-wrap {
    bottom: 140px;
  }
}
@media only screen and (max-width: 782px) {
  body.logged-in.admin-bar .site-header {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 480px) {
  /* Typography
  --------------------------------------------- */
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3,
  .entry-title,
  .entry-title-link {
    font-size: 24px;
  }
  p.hero-description {
    font-size: 16px;
  }
  figure img {
    border-radius: 16px;
  }
  /* Sticky site elements
  --------------------------------------------- */
  .site-sticky-container button.button-quick-exit {
    display: block;
  }
}
/* Utility Classes
--------------------------------------------- */
.stylized-ordered-list {
  counter-reset: li;
}

.stylized-ordered-list li {
  position: relative;
  margin-bottom: 16px;
  counter-increment: li;
  padding-left: 40px;
  list-style: none;
}

.stylized-ordered-list li::before {
  content: counter(li);
  color: #fff;
  background-color: #0e0812;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 18px;
  text-align: center;
  direction: rtl;
}

.bg-dark .stylized-ordered-list li::before {
  color: #440e62;
  background-color: #fff;
}

.caption {
  font-size: 14px;
  color: #440e62;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.hide {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.noscroll {
  overflow: hidden;
}

.align-full {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  padding-left: 40px;
  padding-right: 40px;
}
.align-full.no-pad {
  padding: 0;
}
.align-full.sticky-align-left {
  width: unset;
  padding-left: 0;
  padding-right: 0;
}

.container,
.archive-post-grid,
.archive-filter-form,
.pagination-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-narrow {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}

.container-extra-narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.content-shadow {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
}

.button-shadow {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(6, 43, 84, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(6, 43, 84, 0.2);
}

.no-box-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.placeholder {
  color: #0e0812;
  font-size: 14px;
  font-stretch: semi-condensed;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tag-util {
  background-color: #f4c9ba;
  color: #440e62;
  padding: 4px 8px;
  line-height: 1.2;
  border-radius: 24px;
}

.content-placeholder-box {
  height: 100%;
  background-color: white;
  border: 3px dotted #d5d5d5;
  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;
  min-height: 250px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.content-placeholder-box::after {
  content: "Content Placeholder";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.bg-dark .content-placeholder-box {
  background-color: transparent;
  color: #fff;
}

div[class^="rb-"].flex-column-on-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Icon Classes
--------------------------------------------- */
/* Icon size */
.custom-icon {
  margin-bottom: 16px;
  display: block;
}

.custom-icon.small,
.custom-icon.small svg {
  width: 20px;
  height: 20px;
}

.custom-icon.medium,
.custom-icon.medium svg {
  width: 28px;
  height: 28px;
}

.custom-icon.large,
.custom-icon.large svg {
  width: 38px;
  height: 38px;
}

.custom-icon.huge,
.custom-icon.huge svg {
  width: 50px;
  height: 50px;
}

/* Icon colour */
.custom-icon.icon-primary svg path,
.custom-icon.icon-primary svg ellipse,
.custom-icon.icon-primary svg circle,
.custom-icon.icon-primary svg rect {
  fill: #440e62;
}

.custom-icon.icon-secondary svg path,
.custom-icon.icon-secondary svg ellipse,
.custom-icon.icon-secondary svg circle,
.custom-icon.icon-secondary svg rect {
  fill: #e78561;
}

.custom-icon.icon-white svg path,
.custom-icon.icon-white svg ellipse,
.custom-icon.icon-white svg circle,
.custom-icon.icon-white svg rect {
  fill: #fff;
}

.custom-icon.icon-black svg path,
.custom-icon.icon-black svg ellipse,
.custom-icon.icon-black svg circle,
.custom-icon.icon-black svg rect {
  fill: #0e0812;
}

.custom-icon svg path.target,
.custom-icon svg rect.target,
.custom-icon svg ellipse.target,
.custom-icon svg circle.target {
  fill: #fff !important;
}

/* Text Colour Classes
--------------------------------------------- */
.text-colour-black {
  color: #0e0812 !important;
}

.text-colour-white {
  color: #fff !important;
}

.text-colour-primary {
  color: #440e62 !important;
}

.text-colour-secondary {
  color: #e78561 !important;
}

/* Background Colors
--------------------------------------------- */
.bg-black {
  background: #0e0812;
}
.bg-black.transparent {
  background: rgba(14, 8, 18, 0.8);
}

.bg-primary {
  background: #440e62;
}
.bg-primary.transparent {
  background: rgba(68, 14, 98, 0.8);
}

.bg-secondary {
  background: #e78561;
}
.bg-secondary.transparent {
  background: rgba(231, 133, 97, 0.8);
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark li,
.bg-dark span {
  color: #fff;
}

/* --------- Layout Classes --------- */
.container-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.two-column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.two-column-flex.column-reverse,
.two-column-flex.column-reverse-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.two-column-flex.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.two-column-flex .column {
  width: 100%;
}

.two-column-flex .column.column-text {
  padding: 40px;
}

.two-column-flex .column-image img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.two-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.three-column-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.three-column-flexi-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.four-column-flexi-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* Utils - Mediaqueries
--------------------------------------------- */
@media only screen and (max-width: 960px) {
  .hide-on-tablet-and-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .align-full {
    padding-left: 64px;
    padding-right: 64px;
  }
  .hide-on-desktop {
    display: none !important;
  }
  div[class^="rb-"].flex-column-on-mobile {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .container-padding {
    padding-left: 64px;
    padding-right: 64px;
  }
  .border-radius-right,
  .border-radius-right img {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .border-radius-left,
  .border-radius-left img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .two-column-flex,
  .two-column-flex.column-reverse-mobile {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .two-column-flex.column-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .two-column-flex .column {
    width: 50%;
  }
  .two-column-flex .column.column-text {
    padding: 64px;
  }
  .two-column-flex .column-image img {
    height: 100%;
  }
  .three-column-grid {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .three-column-flexi-grid {
    gap: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .two-column-grid,
  .three-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .align-full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .align-full-on-mobile {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
  .container-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .two-column-flex {
    gap: 24px;
  }
  .two-column-flex .column.column-text {
    padding: 40px 20px;
  }
  .two-column-flex .column-image img {
    height: 200px;
  }
  .three-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* Custom Radio Buttons
---------------------------------------------------------------------------- */
.site-container {
  /* Hide the browser's default radio */
  /* Create a custom radio */
  /* On mouse-over */
  /* When the radio is checked */
  /* Focus state for accessibility */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.site-container .radio-container {
  display: block !important;
  position: relative !important;
  padding-left: 32px !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  line-height: 1.95 !important;
}
.site-container .radio-container input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}
.site-container .checkmark {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 25px !important;
  width: 25px !important;
  background-color: transparent !important;
  border: 2px solid #e78561 !important;
  border-radius: 25px !important;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}
.site-container .radio-container:hover input ~ .checkmark {
  background-color: rgba(244, 201, 186, 0.25) !important;
}
.site-container .radio-container input:checked ~ .checkmark {
  background-color: #e78561 !important;
}
.site-container
  body:not(.user-is-tabbing)
  .radio-container
  input:focus
  ~ .checkmark {
  outline: none !important;
}
.site-container .radio-container input:focus ~ .checkmark {
  outline: #e78561 solid 2px !important;
}
.site-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.site-container .radio-container input:checked ~ .checkmark::after {
  display: block;
}
.site-container .radio-container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-container .form-light-mode .checkmark,
.site-container .bg-dark .checkmark {
  border-color: #fff !important;
}
.site-container .form-light-mode .radio-container:hover input ~ .checkmark,
.site-container .bg-dark .radio-container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.site-container .form-light-mode .radio-container input:checked ~ .checkmark,
.site-container .bg-dark .radio-container input:checked ~ .checkmark {
  background-color: #e78561 !important;
}
.site-container
  .form-light-mode
  .radio-container:hover
  input:checked
  ~ .checkmark,
.site-container .bg-dark .radio-container:hover input:checked ~ .checkmark {
  background-color: rgba(231, 133, 97, 0.25) !important;
}

/* Header
---------------------------------------------------------------------------- */
/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  margin-bottom: 0;
}

.genesis-nav-menu.menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 200px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.site-header {
  padding: 28px 40px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
  background-color: transparent;
}

.site-header > .wrap::before,
.site-header > .wrap::after {
  position: absolute;
}

.site-header > .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 200ms ease;
  transition: padding-bottom 200ms ease;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
  width: auto;
}

.genesis-nav-menu a {
  color: #e78561;
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-stretch: condensed;
  outline-offset: -1px;
  padding: 16px 0;
  text-decoration: none;
}

.genesis-responsive-menu .genesis-nav-menu a {
  text-align: left;
  max-width: unset;
  color: #fff;
}

.genesis-nav-menu a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 15px;
  font-size: 16px;
  margin-bottom: 6px;
}

.genesis-responsive-menu .genesis-nav-menu a.button {
  margin: 16px 0 0 0;
}

.genesis-nav-menu .menu-item.search {
  margin-top: 40px;
  width: 100%;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e78561;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu {
  position: absolute;
  display: none;
  margin: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-left: 20px;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.genesis-nav-menu .menu-item-has-children.sub-menu-active .sub-menu {
  opacity: 1;
}

.genesis-nav-menu .sub-menu a {
  background-color: #440e62;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.35;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  position: relative;
  opacity: 0;
  display: none;
  height: 100% !important;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

body.error404 .site-header,
body.search .site-header,
.site-header.headerOnScroll {
  background-color: #440e62;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.js .nav-primary {
  display: inline-block !important;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: unset !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  background-color: #440e62;
  text-align: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.js .nav-primary.active {
  opacity: 1;
  pointer-events: auto;
}

.js .nav-primary > .wrap {
  height: 100%;
  width: 100%;
  overflow-x: auto;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* Set the width and height of the scrollbar */
  scrollbar-color: #e78561 #440e62; /* Firefox */
}

/* Webkit browsers (Chrome, Safari) */
.js .nav-primary > .wrap::-webkit-scrollbar {
  width: 10px;
}

.js .nav-primary > .wrap::-webkit-scrollbar-thumb {
  background-color: #e78561;
  width: 8px;
  border-radius: 4px;
}

.js .nav-primary > .wrap::-webkit-scrollbar-track {
  background-color: #440e62;
  border: 1px solid #fff;
  border-radius: 4px;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #fff;
  display: block;
  margin-left: auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #fff;
}

.menu-toggle {
  position: relative;
  float: right;
  margin-bottom: 10px;
  margin-top: 8px;
  padding: 0;
  z-index: 1000;
  height: 28px;
  width: 28px;
  max-width: unset;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.menu-toggle::before {
  content: "";
  display: block;
  background-image: url("assets/icons/menu.svg");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.menu-toggle:focus::before,
.menu-toggle:hover::before {
  background-image: url("assets/icons/menu_onhover.svg");
}

.menu-toggle.activated::before {
  background-image: url("assets/icons/close_white.svg");
}

.sub-menu-toggle {
  padding: 10px;
  position: absolute;
  border-bottom-left-radius: 0;
  top: 8px;
  right: -40px;
  width: auto;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  top: 4px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  font-size: 22px;
  width: 22px;
  height: 22px;
}

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding: 20px;
  width: 100%;
}

/* Header Language Swticher
--------------------------------------------- */
.site-header .ql-language-switcher {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2/6;
}
.site-header .ql-language-switcher .trp-language-switcher-container {
  margin-left: auto;
  margin-right: 56px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  padding-bottom: 18px;
  padding-top: 18px;
}

.wp-custom-logo .title-area {
  max-width: 175px;
  padding: 0;
  width: 100%;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #fff;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Header Top Menu Bar
--------------------------------------------- */
.genesis-nav-menu.menu-primary-top {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -28px;
  margin-bottom: 28px;
  width: 100vw;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  grid-column: 1/-1;
}

#menu-header-menu-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  background-color: #fff;
  padding: 14px 40px;
}
#menu-header-menu-top-bar > li,
#menu-header-menu-top-bar .socials {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menu-item.quick-exit {
  margin-bottom: 0;
  margin-left: 40px;
}

.menu-item.quick-exit a.button-quick-exit,
.site-sticky-container .button-quick-exit,
.footer-credits a.button-quick-exit {
  color: #fff;
  background-color: #440e62;
  border-color: #440e62;
  border-radius: 25px;
  padding: 8px 40px 8px 12px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  width: auto;
  max-width: unset;
}
.menu-item.quick-exit a.button-quick-exit:focus,
.menu-item.quick-exit a.button-quick-exit:hover,
.site-sticky-container .button-quick-exit:focus,
.site-sticky-container .button-quick-exit:hover,
.footer-credits a.button-quick-exit:focus,
.footer-credits a.button-quick-exit:hover {
  opacity: 1;
  background-color: #250835;
  border-color: #250835;
}
.menu-item.quick-exit a.button-quick-exit::before,
.site-sticky-container .button-quick-exit::before,
.footer-credits a.button-quick-exit::before {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background-color: #e78561;
  border-radius: 25px;
  width: 35px;
}
.menu-item.quick-exit a.button-quick-exit::after,
.site-sticky-container .button-quick-exit::after,
.footer-credits a.button-quick-exit::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("assets/icons/exit.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

#menu-header-menu-top-bar li.menu-item.header-notice-message,
div.header-notice-message-mobile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-right: auto;
  margin-bottom: 0;
  color: #440e62;
  background-color: #fff;
  line-height: 1.45;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: 12px;
  width: 100%;
}
#menu-header-menu-top-bar li.menu-item.header-notice-message p,
div.header-notice-message-mobile-inner p {
  margin-bottom: 0;
}
#menu-header-menu-top-bar li.menu-item.header-notice-message::before,
div.header-notice-message-mobile-inner::before {
  content: "";
  background-image: url("assets/icons/exclamation.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#menu-header-menu-top-bar li.menu-item.header-notice-message a,
div.header-notice-message-mobile-inner a {
  font-weight: 400;
  display: inline;
  font-size: 13px;
  padding: 0;
  color: #440e62;
}
#menu-header-menu-top-bar li.menu-item.header-notice-message a:focus,
#menu-header-menu-top-bar li.menu-item.header-notice-message a:hover,
div.header-notice-message-mobile-inner a:focus,
div.header-notice-message-mobile-inner a:hover {
  text-decoration: underline;
}

div.header-notice-message-mobile {
  display: block;
  background-color: rgba(68, 14, 98, 0.5);
  position: fixed;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 450ms ease-in-out;
  transition: opacity 450ms ease-in-out;
  pointer-events: none;
  z-index: 999;
}

div.header-notice-message-mobile.active {
  opacity: 1;
  pointer-events: auto;
}

div.header-notice-message-mobile-inner {
  display: block;
  position: absolute;
  top: 200px;
  left: 20px;
  right: 20px;
  font-size: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-radius: 12px;
  padding: 50px 20px 30px;
  max-width: 400px;
}
div.header-notice-message-mobile-inner::before {
  display: block;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
div.header-notice-message-mobile-inner a {
  text-decoration: underline;
  font-size: 15px;
}
div.header-notice-message-mobile-inner .button {
  margin-top: 30px;
}

/* Header mobile search
--------------------------------------------- */
.header-search-wrap {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.header-search-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.header-search-wrap .search-form {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  display: block;
  margin: 30px 0 0 0;
}

.header-search-wrap .search-form .search-form-submit {
  right: unset;
  margin-left: -40px;
}

.menu-item.search-button {
  margin-bottom: 0;
  margin-right: 8px;
}

.menu-item.search-button .openBtn {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  max-width: unset;
  padding: 4px 8px;
  color: #440e62;
}
.menu-item.search-button .openBtn:focus,
.menu-item.search-button .openBtn:hover {
  color: #e78561;
}

.header-search-wrap .closeBtn {
  position: absolute;
  top: 6%;
  right: 6%;
  font-size: 60px;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.header-search-wrap .closeBtn:hover {
  color: #e78561;
}

.header-search-wrap input[type="search"] {
  width: 85%;
  color: #fff;
}

@media only screen and (min-width: 960px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    padding-left: 64px;
    padding-right: 64px;
  }
  .wp-custom-logo .title-area {
    max-width: 215px;
  }
  /* Genesis Menu
  --------------------------------------------- */
  .site-header > .wrap {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
  /* Header Top Menu Bar
  --------------------------------------------- */

  #menu-header-menu-top-bar {
    flex-wrap: nowrap;
    padding-left: 64px;
    padding-right: 64px;
  }
  #menu-header-menu-top-bar li.menu-item.header-notice-message {
    margin-bottom: 0;
    width: auto;
  }
  #menu-header-menu-top-bar
    li.menu-item.header-notice-message
    br:first-of-type {
    margin-bottom: 0;
  }
  div.header-notice-message-mobile {
    display: none;
  }
  /* Header mobile search
  --------------------------------------------- */
  .menu-item.search-button {
    margin-left: 20px;
  }
  .header-search-wrap input[type="search"] {
    width: 60%;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #0e0812;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #440e62;
  }
  .sub-menu-toggle {
    right: -34px;
  }
  .sub-menu-toggle::before {
    font-size: 16px;
    line-height: 1.35;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  /* Header Language Swticher
  --------------------------------------------- */
  .site-header .ql-language-switcher {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    grid-column: 1/-1;
  }
  .site-header .ql-language-switcher .trp-language-switcher-container {
    margin-right: 0;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  /* Header Top Menu Bar
  --------------------------------------------- */
  #menu-header-menu-top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Site Header
  --------------------------------------------- */
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu.menu-primary {
    margin-top: 150px;
  }
  .header-search-wrap .closeBtn {
    top: 20px;
    right: 20px;
    font-size: 48px;
  }
}
/* Site Container
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  word-wrap: break-word;
  overflow: hidden;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner .content {
  margin-left: 40px;
  margin-right: 40px;
}

/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  margin-bottom: 15px;
}

.sidebar .widget-title a {
  color: #0e0812;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #7218a5;
}

.widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bg-dark .widget-title {
  color: #e78561;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

.post-edit-link {
  display: block;
  max-width: 1250px;
  margin: 20px auto;
}

/* Custom Menus
---------------------------------------------------------------------------- */
.socials ul,
.menu-socials-container ul {
  margin-bottom: 0;
}

.menu-socials-container ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.browser-is-safari .menu-socials-container ul {
  -webkit-columns: unset;
  -moz-columns: unset;
  columns: unset;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.socials ul > li.menu-item,
.menu-socials-container ul > li.menu-item {
  display: inline-block;
  margin-bottom: 0;
}

.menu-socials-container ul > li.menu-item {
  display: block;
}

.socials ul > li a,
.nav-primary-top .socials ul > li a,
.menu-socials-container ul > li a {
  padding: 4px;
  display: block;
}

.socials ul > li:first-of-type a,
.nav-primary-top .socials ul > li:first-of-type a {
  padding-left: 0;
}

.socials ul > li:last-of-type a,
.nav-primary-top .socials ul > li:last-of-type a {
  padding-right: 0;
}

.socials div[class^="svg-logo"],
.socials div[class^="svg-logo"] svg,
.menu-socials-container div[class^="svg-logo"],
.menu-socials-container div[class^="svg-logo"] svg {
  max-width: 22px;
  max-height: 22px;
  white-space: nowrap;
}

.bg-dark .socials div[class^="svg-logo"] path,
.bg-dark .socials div[class^="svg-logo"] ellipse,
.bg-dark .socials div[class^="svg-logo"] circle,
.bg-dark .socials div[class^="svg-logo"] rect,
.bg-dark .socials div[class^="svg-logo"] svg path,
.bg-dark .socials div[class^="svg-logo"] svg ellipse,
.bg-dark .socials div[class^="svg-logo"] svg circle,
.bg-dark .socials div[class^="svg-logo"] svg rect,
.bg-dark .menu-socials-container div[class^="svg-logo"] path,
.bg-dark .menu-socials-container div[class^="svg-logo"] ellipse,
.bg-dark .menu-socials-container div[class^="svg-logo"] circle,
.bg-dark .menu-socials-container div[class^="svg-logo"] rect,
.bg-dark .menu-socials-container div[class^="svg-logo"] svg path,
.bg-dark .menu-socials-container div[class^="svg-logo"] svg ellipse,
.bg-dark .menu-socials-container div[class^="svg-logo"] svg circle,
.bg-dark .menu-socials-container div[class^="svg-logo"] svg rect {
  fill: #e78561;
}

.hero-content-extras .menu-socials-container ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.browser-is-safari .hero-content-extras .menu-socials-container ul {
  -webkit-columns: unset;
  -moz-columns: unset;
  columns: unset;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.hero-content-extras .menu-socials-container ul div[class^="svg-logo"],
.hero-content-extras .menu-socials-container ul div[class^="svg-logo"] svg {
  width: 28px;
  height: 28px;
  max-width: unset;
  max-height: unset;
}

.hero-content-extras .menu-socials-container div[class^="svg-logo"] path,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] ellipse,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] circle,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] rect,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] svg path,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] svg ellipse,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] svg circle,
.hero-content-extras .menu-socials-container div[class^="svg-logo"] svg rect {
  fill: #fff;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 6px;
  list-style-type: none;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* TAB ACCESSIBILITY */
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) .searchBtn:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}

/* Display outline on focus */
:focus {
  color: #0e0812;
  outline: #e78561 solid 2px;
}

body:not(.user-is-tabbing) .button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 14, 98, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(68, 14, 98, 0.3);
}

body:not(.user-is-tabbing) .button.button-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 133, 97, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(231, 133, 97, 0.3);
}

body:not(.user-is-tabbing) .button.button-minimal:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
}

.entry-content ul > li,
.entry-content ol ul > li,
.entry-content ul ul > li,
.rb-content-block ul > li,
.rb-content-block ol ul > li,
.rb-content-block ul ul > li,
.rb-cta-block ul > li,
.rb-cta-block ol ul > li,
.rb-cta-block ul ul > li,
.rb-image-text-column-block ul > li,
.rb-image-text-column-block ol ul > li,
.rb-image-text-column-block ul ul > li {
  list-style-type: none;
  padding-left: 18px;
}

.entry-content ul > li::before,
.entry-content ol ul > li::before,
.entry-content ul ul > li::before,
.rb-content-block ul > li::before,
.rb-content-block ol ul > li::before,
.rb-content-block ul ul > li::before,
.rb-cta-block ul > li::before,
.rb-cta-block ol ul > li::before,
.rb-cta-block ul ul > li::before,
.rb-image-text-column-block ul > li::before,
.rb-image-text-column-block ol ul > li::before,
.rb-image-text-column-block ul ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #0e0812;
  border: 1px solid #0e0812;
}

.entry-content ol ul > li::before,
.entry-content ul ul > li::before,
.rb-content-block ol ul > li::before,
.rb-content-block ul ul > li::before,
.rb-cta-block ol ul > li::before,
.rb-cta-block ul ul > li::before,
.rb-image-text-column-block ol ul > li::before,
.rb-image-text-column-block ul ul > li::before {
  background-color: transparent;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 8px;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 13px;
  color: #440e62;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
p.entry-meta .entry-terms a {
  background-color: #f4c9ba;
  padding: 4px 8px;
  line-height: 1.2;
  border-radius: 24px;
}
p.entry-meta .entry-terms > *:not(:first-child) {
  margin-left: 6px;
}
p.entry-meta a {
  font-weight: 600;
}
p.entry-meta > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
p.entry-meta .entry-data-event-location {
  position: relative;
}
p.entry-meta .entry-data-event-location::before {
  content: "";
  background-image: url("assets/icons/location-icon.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.bg-dark p.entry-meta {
  color: #fff;
}
.bg-dark .entry-title a:hover {
  color: #f4c9ba;
}

.job_opportunity p.entry-meta > *:not(:first-child)::before,
.intern_opportunity p.entry-meta > *:not(:first-child)::before,
.tribe_event p.entry-meta > *:not(:first-child)::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #440e62;
  margin-right: 8px;
  border-radius: 6px;
}

.entry-content-wrap .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination-wrap {
  grid-column: 1/-1;
}

.pagination,
.resource-pagination-wrap > ul {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
}

.resource-pagination-wrap > ul {
  margin: 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li,
.resource-pagination-wrap > ul li {
  display: inline;
  margin-left: 4px;
  margin-right: 4px;
}

.archive-pagination li a,
.archive-pagination li .current,
.resource-pagination-wrap li a,
.resource-pagination-wrap li .prev,
.resource-pagination-wrap li .next,
.resource-pagination-wrap li .ellipse,
.resource-pagination-wrap li .current:not(.prev):not(.next) {
  background-color: transparent;
  color: #440e62;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  padding: 8px 12px;
  line-height: 1.2;
  text-decoration: none;
}

.archive-pagination li .current,
.resource-pagination-wrap li .current:not(.prev):not(.next) {
  color: #fff;
  background-color: #440e62;
  border-radius: 24px;
  cursor: default;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.resource-pagination-wrap li a:focus,
.resource-pagination-wrap li a:hover,
.resource-pagination-wrap li.active a {
  color: #e78561;
}

.archive-pagination li a.prev,
.archive-pagination li a.next,
.resource-pagination-wrap li a.prev,
.resource-pagination-wrap li a.next {
  color: #440e62;
  margin: 0 4px;
}

.archive-pagination li a.prev:hover,
.archive-pagination li a.next:hover,
.resource-pagination-wrap li a.prev:hover,
.resource-pagination-wrap li a.next:hover {
  color: #e78561;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Custom Tables
--------------------------------------------- */
table.ql-table {
  margin-bottom: 100px;
}
table.ql-table tbody {
  border-top: 2px solid #e78561;
  border-bottom-color: transparent;
}
table.ql-table thead tr th {
  padding: 0.5em 1em;
  font-weight: 700;
  color: #440e62;
}
table.ql-table thead tr th:first-of-type {
  padding-left: 0;
}
table.ql-table thead tr th:last-of-type {
  padding-right: 0;
}
table.ql-table thead tr,
table.ql-table tbody tr {
  border-top-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
table.ql-table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
table.ql-table tbody tr td {
  padding: 1.3em 1em;
}
table.ql-table tbody tr td:first-of-type,
table.ql-table tbody tr td:first-of-type span,
table.ql-table tbody tr td:first-of-type a {
  font-weight: 700;
}
table.ql-table tbody tr td ul {
  margin-bottom: 0;
}
table.ql-table td,
table.ql-table td p,
table.ql-table td a,
table.ql-table td li,
table.ql-table td span {
  font-size: 14px;
  font-weight: 400;
  color: #0e0812;
  line-height: 1.5;
  margin-bottom: 4px;
}
table.ql-table td a {
  text-decoration: underline;
}
table.ql-table tbody tr td .td-mobile-title {
  display: none;
}

table.service-providers-table thead tr th:first-of-type,
table.service-providers-table tbody tr td:first-of-type,
table.service-providers-table thead tr th:last-of-type,
table.service-providers-table tbody tr td:last-of-type {
  width: 26%;
}
table.service-providers-table thead tr th:nth-child(2),
table.service-providers-table tbody tr td:nth-child(2) {
  width: 16%;
}
table.service-providers-table thead tr th:nth-child(3),
table.service-providers-table tbody tr td:nth-child(3) {
  width: 12%;
}
table.service-providers-table thead tr th:nth-child(4),
table.service-providers-table tbody tr td:nth-child(4) {
  width: 20%;
}
table.service-providers-table tbody tr td {
  padding: 0.5em 1em;
}

table.thrift-store-table thead tr th:first-of-type,
table.thrift-store-table tbody tr td:first-of-type,
table.thrift-store-table thead tr th:last-of-type,
table.thrift-store-table tbody tr td:last-of-type {
  width: 25%;
}
table.thrift-store-table thead tr th:nth-child(2),
table.thrift-store-table tbody tr td:nth-child(2) {
  width: 15%;
}
table.thrift-store-table thead tr th:nth-child(3),
table.thrift-store-table tbody tr td:nth-child(3) {
  width: 10%;
}
table.thrift-store-table thead tr th:nth-child(4),
table.thrift-store-table tbody tr td:nth-child(4) {
  width: 15%;
}
table.thrift-store-table thead tr th:nth-child(5),
table.thrift-store-table tbody tr td:nth-child(5) {
  width: 10%;
}
table.thrift-store-table tbody tr td {
  padding: 0.5em 1em;
}

table.ql-table tbody tr td.table-error-search-message {
  width: 100% !important;
  font-weight: 400;
}

table.resource-library-table thead tr th:first-of-type,
table.resource-library-table tbody tr td:first-of-type {
  width: 30%;
}
table.resource-library-table thead tr th:nth-child(2),
table.resource-library-table tbody tr td:nth-child(2) {
  width: 32%;
}
table.resource-library-table thead tr th:nth-child(3),
table.resource-library-table tbody tr td:nth-child(3) {
  width: 18%;
}
table.resource-library-table thead tr th:nth-child(4),
table.resource-library-table tbody tr td:nth-child(4),
table.resource-library-table thead tr th:last-of-type,
table.resource-library-table tbody tr td:last-of-type {
  width: 10%;
}
table.resource-library-table tbody tr td {
  padding: 0.5em 1em;
}
table.resource-library-table tbody tr td ul.resource-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
}

table.resource-library-table tbody tr td li.resource-tag {
  background-color: #f4c9ba;
  color: #440e62;
  font-weight: 500;
  padding: 4px 8px;
  line-height: 1.2;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
}

table.resource-library-table .resource:not(.resource-visible),
table.resource-library-table .resource:not(.tagged) {
  display: none;
}

/* Section Margins
--------------------------------------------- */
.section-margin,
.main-generic,
.single .entry-content,
.single-product .product,
.site-inner.not-found .content {
  margin-top: 40px;
  margin-bottom: 40px;
}

#page-home .main-generic,
#page-home .main-generic > .entry {
  margin-bottom: 0;
}

/* Entry content
--------------------------------------------- */
.page-entry-wrap {
  margin-bottom: 64px;
  padding: 24px 40px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
}

/* Content
--------------------------------------------- */
.main-content {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.main-content .entry-content > h1,
.main-content .entry-content > h2,
.main-content .entry-content > h4,
.main-content .entry-content > h5,
.main-content .entry-content > h6 {
  margin-top: 1em;
}
.main-content .entry-content > h3 {
  margin-top: 1.5em;
}

/* Archive Pages BEFORE and AFTER text
--------------------------------------------- */
.before-main-content-text,
.after-main-content-text {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* Archive Pages
--------------------------------------------- */
.archive-post-grid:not(.no-content) {
  margin-top: 40px;
  margin-bottom: 40px;
}

.archive-post-grid.featured-posts {
  margin-top: -175px;
}

.archive-post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px 12px;
}
.archive-post-grid .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.archive-post-grid .entry .entry-title a {
  color: #440e62;
}
.archive-post-grid .entry .entry-title a:hover {
  color: #7218a5;
}
.archive-post-grid .entry-image {
  aspect-ratio: 1.75/1;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  border-radius: 16px;
}
.archive-post-grid .entry-content-wrap {
  padding: 40px 0 8px;
  width: 100%;
}
.archive-post-grid .entry-content .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
}
.archive-post-grid .entry-content .button.button-minimal:hover,
.archive-post-grid .entry-content .button.button-minimal:focus {
  color: #440e62;
  text-decoration: underline;
}
.archive-post-grid .post-excerpt {
  margin-bottom: 18px;
}
.archive-post-grid .entry-image img {
  height: 100%;
  width: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Archive Page - Staff
--------------------------------------------- */
.post-type-archive-staff_member .archive-post-grid,
.post-type-archive-board_member .archive-post-grid {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 0;
  -webkit-transition: padding-bottom 450ms ease;
  transition: padding-bottom 450ms ease;
}
.post-type-archive-staff_member .archive-post-grid .entry,
.post-type-archive-board_member .archive-post-grid .entry {
  padding: 40px;
  border-radius: 25px;
  overflow: hidden;
}
.post-type-archive-staff_member .archive-post-grid .entry-title,
.post-type-archive-board_member .archive-post-grid .entry-title {
  margin-bottom: 8px;
}
.post-type-archive-staff_member .archive-post-grid .entry-title a,
.post-type-archive-board_member .archive-post-grid .entry-title a {
  color: #e78561;
}
.post-type-archive-staff_member .archive-post-grid .entry-title a:hover,
.post-type-archive-board_member .archive-post-grid .entry-title a:hover {
  color: #e06335;
}
.post-type-archive-staff_member .archive-post-grid p.entry-meta,
.post-type-archive-board_member .archive-post-grid p.entry-meta {
  font-size: 15px;
  flex-direction: column;
  align-items: flex-start;
}
.post-type-archive-staff_member
  .archive-post-grid
  p.entry-meta
  .entry-data-staff-contact,
.post-type-archive-board_member
  .archive-post-grid
  p.entry-meta
  .entry-data-staff-contact {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  display: block;
}
.post-type-archive-staff_member
  .archive-post-grid
  p.entry-meta
  .entry-data-staff-contact,
.post-type-archive-board_member
  .archive-post-grid
  p.entry-meta
  .entry-data-staff-contact
  a {
  display: block;
  font-weight: 500;
  text-decoration: underline;
}
.post-type-archive-staff_member .archive-post-grid .entry-content-wrap,
.post-type-archive-board_member .archive-post-grid .entry-content-wrap {
  padding: 0;
}
.post-type-archive-staff_member .archive-post-grid .entry-content,
.post-type-archive-board_member .archive-post-grid .entry-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.post-type-archive-staff_member .archive-post-grid .entry-image,
.post-type-archive-board_member .archive-post-grid .entry-image {
  margin-top: -260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  opacity: 0;
  aspect-ratio: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 220px;
  width: 220px;
  border-radius: 300px;
  background: rgb(249, 127, 88);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(249, 127, 88)),
    to(rgb(159, 134, 179))
  );
  background: linear-gradient(
    180deg,
    rgb(249, 127, 88) 0%,
    rgb(159, 134, 179) 100%
  );
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.post-type-archive-staff_member .archive-post-grid .entry-image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.post-type-archive-staff_member .archive-post-grid .entry.active,
.post-type-archive-board_member .archive-post-grid .entry.active {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
}
.post-type-archive-staff_member .archive-post-grid .entry.active .entry-image,
.post-type-archive-board_member .archive-post-grid .entry.active .entry-image {
  opacity: 1;
  margin-top: 0;
}
.post-type-archive-staff_member,
.post-type-archive-board_member
  .archive-post-grid
  .entry.active
  p.entry-meta
  .entry-data-staff-contact {
  opacity: 1;
  max-height: 100%;
}
.post-type-archive-staff_member .archive-post-grid .button,
.post-type-archive-board_member .archive-post-grid .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.post-type-archive-staff_member .archive-post-grid .button.button-minimal:hover,
.post-type-archive-board_member .archive-post-grid .button.button-minimal:hover,
.post-type-archive-staff_member .archive-post-grid .button.button-minimal:focus,
.post-type-archive-board_member
  .archive-post-grid
  .button.button-minimal:focus {
  color: #440e62;
  text-decoration: underline;
}
.post-type-archive-staff_member
  .archive-post-grid
  .bg-dark
  .button.button-minimal:hover,
.post-type-archive-board_member
  .archive-post-grid
  .bg-dark
  .button.button-minimal:hover,
.post-type-archive-staff_member
  .archive-post-grid
  .bg-dark
  .button.button-minimal:focus,
.post-type-archive-board_member
  .archive-post-grid
  .bg-dark
  .button.button-minimal:focus {
  color: #fff;
}

/* Single Pages
--------------------------------------------- */
.main-single {
  margin-top: 64px;
  margin-bottom: 64px;
}
.main-single .entry-image {
  margin-bottom: 40px;
}
.main-single .entry-image img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-single .back-to-archive-button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.main-generic .entry-content > .wp-block-spacer {
  display: none;
}

/* Home Page
--------------------------------------------- */
#page-home
  .entry-content
  > .ql-image-text-row-layout:first-of-type
  > .column
  > .ql-image-text-row-layout-single:first-of-type
  .row-content {
  padding-top: 140px;
}

#page-home .entry-content > .wp-block-columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Get Help & Thrift Store Directory Page
--------------------------------------------- */
.county-map-container .county-map {
  width: 100%;
}
.county-map-container .county-map text {
  pointer-events: none;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
.county-map-container .county-map text.hovered tspan,
.county-map-container .county-map text.focused tspan {
  fill: #e78561;
}
.county-map-container .county-map path,
.county-map-container text.hovered tspan,
.county-map-container text.focused tspan {
  -webkit-transition: 100ms ease;
  transition: 100ms ease;
}
.county-map-container .county-link:hover path,
.county-map-container .county-link:focus path {
  fill: #440e62;
}

#page-thrift-store-directory .county-map-container .county-map path {
  fill: #d0c3d8;
}
#page-thrift-store-directory .county-map-container .county-link:hover path,
#page-thrift-store-directory .county-map-container .county-link:focus path {
  fill: #440e62;
}

/* Content - Mediaqueries
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  /* Site-Inner
  --------------------------------------------- */
  .site-inner .content {
    margin-left: 64px;
    margin-right: 64px;
  }
  .main-generic .entry-content > .wp-block-spacer {
    display: block;
  }
  /* Archive Pages
  --------------------------------------------- */
  .archive-post-grid:not(.no-content) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .archive-post-grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .archive-post-grid:not(.no-content) {
    margin-bottom: 80px;
  }
  .archive-post-grid .entry {
    margin-bottom: 0;
  }
  .archive-post-grid .entry-image {
    aspect-ratio: 1.5/1;
  }
  .archive-post-grid.single-column-archive-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .archive-post-grid.single-column-archive-grid .entry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .archive-post-grid.single-column-archive-grid .entry-image {
    max-height: unset;
    aspect-ratio: 1/1;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .archive-post-grid.single-column-archive-grid .entry-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 40px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .archive-post-grid.two-column-archive-grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-post-grid.four-column-archive-grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .post-type-archive-staff_member .archive-post-grid,
  .post-type-archive-board_member .archive-post-grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
  /* Home Page
  --------------------------------------------- */
  #page-home
    .entry-content
    > .ql-image-text-row-layout:first-of-type
    > .column
    > .ql-image-text-row-layout-single:first-of-type
    .row-content {
    padding-top: 80px;
  }
  /* Home Page
--------------------------------------------- */
  #page-home .entry-content > .wp-block-columns {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1040px) and (min-width: 680px) {
  /* Thrift Store table adjustments */
  .thrift-stores-archive-container .archive-post-table-wrap {
    overflow-x: scroll;
  }
  table.thrift-store-table {
    min-width: 830px;
  }
  table.thrift-store-table thead tr th:first-of-type,
  table.thrift-store-table tbody tr td:first-of-type,
  table.thrift-store-table thead tr th:last-of-type,
  table.thrift-store-table tbody tr td:last-of-type {
    width: 20%;
  }
  table.thrift-store-table thead tr th:last-of-type,
  table.thrift-store-table tbody tr td:last-of-type {
    width: 15%;
  }

  /* Resources table adjustments */
  table.resource-library-table thead tr th:nth-child(2),
  table.resource-library-table tbody tr td:nth-child(2) {
    width: 25%;
  }
  table.resource-library-table thead tr th:first-of-type,
  table.resource-library-table tbody tr td:first-of-type {
    width: 22%;
  }
  table.resource-library-table thead tr th:nth-child(4),
  table.resource-library-table tbody tr td:nth-child(4) {
    width: 15%;
  }
}
@media only screen and (max-width: 680px) {
  .post-type-archive-staff_member .archive-post-grid,
  .post-type-archive-board_member .archive-post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  table.ql-table {
    margin-bottom: 60px;
  }
  table.ql-table tbody tr td .td-mobile-title {
    display: block;
  }
  table.service-providers-table thead,
  table.thrift-store-table thead,
  table.resource-library-table thead {
    display: none;
  }
  table.service-providers-table tbody tr,
  table.thrift-store-table tbody tr,
  table.resource-library-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  table.service-providers-table tbody tr td:first-of-type,
  table.service-providers-table tbody tr td:last-of-type,
  table.service-providers-table tbody tr td:nth-child(2),
  table.service-providers-table tbody tr td:nth-child(3),
  table.service-providers-table tbody tr td:nth-child(4),
  table.service-providers-table tbody tr td:nth-child(5),
  table.thrift-store-table tbody tr td:first-of-type,
  table.thrift-store-table tbody tr td:last-of-type,
  table.thrift-store-table tbody tr td:nth-child(2),
  table.thrift-store-table tbody tr td:nth-child(3),
  table.thrift-store-table tbody tr td:nth-child(4),
  table.thrift-store-table tbody tr td:nth-child(5),
  table.resource-library-table tbody tr td:first-of-type,
  table.resource-library-table tbody tr td:last-of-type,
  table.resource-library-table tbody tr td:nth-child(2),
  table.resource-library-table tbody tr td:nth-child(3),
  table.resource-library-table tbody tr td:nth-child(4),
  table.resource-library-table tbody tr td:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* Site Inner
  --------------------------------------------- */
  .site-inner .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* Archive Pages
  --------------------------------------------- */
  .archive-post-grid-description {
    margin: 32px auto;
  }
}
/* Hero Section
---------------------------------------------------------------------------- */
.hero-primary,
.hero-secondary {
  position: relative;
  color: #fff;
  z-index: 0;
}

.hero-primary {
  height: auto;
}

/* body.logged-in.admin-bar .hero-primary {
  height: calc(150vh - 32px);
} */

.hero-secondary {
  height: 80vh;
}

body.logged-in.admin-bar .hero-secondary {
  height: calc(80vh - 32px);
}

.single-product .hero-secondary,
.search .hero-secondary,
.woocommerce-cart .hero-secondary,
.woocommerce-checkout .hero-secondary,
.woocommerce-account .hero-secondary {
  height: 45vh;
}

.hero-primary .hero-content-wrap,
.hero-secondary .hero-content-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}
.hero-secondary .hero-content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/* .hero-primary .hero-background-wrap,
.hero-primary .entry-image, */
.hero-secondary .hero-background-wrap,
.hero-secondary .entry-image {
  width: 100%;
  height: inherit;
  position: relative;
  overflow: hidden;
}
.hero-secondary .hero-background-wrap::after,
.hero-secondary .entry-image::after {
  content: "";
  background: rgb(61, 21, 94);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(61, 21, 94)),
    to(rgba(188, 160, 204, 0))
  );
  background: linear-gradient(
    90deg,
    rgb(61, 21, 94) 0%,
    rgba(188, 160, 204, 0) 100%
  );
  position: absolute;
  inset: 0;
  opacity: 0.65;
}
.hero-primary .hero-content,
.hero-secondary .hero-content {
  padding: 0 40px;
  position: relative;
  width: 100%;
}
.hero-primary .hero-content-inner,
.hero-secondary .hero-content-inner {
  position: relative;
}

.hero-primary .hero-content {
  /* padding-top: 300px; */
  padding-bottom: 40px;
}

/* body.logged-in.admin-bar .hero-primary .hero-content {
  padding-top: 400px;
} */

.hero-primary {
  background: rgb(61, 21, 94);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgb(61, 21, 94)),
    color-stop(150%, rgba(188, 160, 204, 0))
  );
  background: linear-gradient(
    180deg,
    rgb(61, 21, 94) 50%,
    rgba(188, 160, 204, 0) 150%
  );
}

#page-contact-us body.logged-in.admin-bar .hero-secondary {
  height: calc(100vh - 32px);
}
#page-contact-us .hero-secondary {
  height: 100vh;
}

.hero-content-extras {
  padding: 0 40px;
}
.hero-content-extras h5 {
  color: #fff;
  margin-bottom: 12px;
}
.hero-content-extras > div {
  padding: 20px 0;
}
.hero-content-extras .hero-address-wrap .widget-title {
  display: none;
}

.has-additional-image .hero-content-wrap .hero-additional-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-left-radius: 75px;
  display: none;
}

.hero-primary.has-additional-image .hero-content-wrap .hero-additional-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 350px;
}

.single-product .hero-secondary .hero-content::before,
.hero-secondary.has-no-thumbnail .hero-content::before,
.search .hero-secondary .hero-content::before,
.woocommerce-cart .hero-secondary .hero-content::before,
.woocommerce-checkout .hero-secondary .hero-content::before,
.woocommerce-account .hero-secondary .hero-content::before {
  display: none;
}

.hero-background-img,
.hero-secondary .entry-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}

/* Hero Section - Mediaqueries
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  .hero-primary {
    height: 100vh;
  }
  body.logged-in.admin-bar .hero-primary {
    height: calc(100vh - 32px);
  }

  .hero-primary .hero-content,
  .hero-secondary .hero-content {
    padding: 0 64px;
  }
  .hero-primary .hero-content-wrap,
  .hero-secondary .hero-content-wrap {
    padding-bottom: 100px;
  }
  .hero-primary .hero-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
  body.logged-in.admin-bar .hero-primary .hero-content {
    padding-top: 110px;
  }
  #page-contact-us body.logged-in.admin-bar .hero-secondary {
    height: calc(80vh - 32px);
  }
  #page-contact-us .hero-secondary {
    height: 80vh;
  }
  #page-contact-us .hero-content-wrap {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
  #page-contact-us .hero-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  #page-contact-us .has-additional-image .hero-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
  #page-contact-us
    body.logged-in.admin-bar
    .hero-secondary.has-additional-image {
    height: calc(100vh - 32px);
  }
  #page-contact-us .hero-secondary.has-additional-image {
    height: 100vh;
  }
  .hero-content-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0;
  }
  .hero-content-extras > div {
    padding: 0 50px;
    margin-top: 100px;
  }
  .has-additional-image .hero-content-extras {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
  }
  .has-additional-image .hero-content-extras > div {
    margin-top: 0;
  }
  .has-additional-image {
    margin-bottom: 120px;
  }
  .has-additional-image .hero-content-wrap .hero-content-inner {
    width: calc(50% - 40px);
  }

  .hero-primary .hero-content-inner .fc-rich-text-block,
  .hero-secondary .hero-content-inner .fc-rich-text-block {
    font-size: 17px;
  }
  .hero-primary.has-additional-image .hero-content-wrap .hero-additional-img,
  .has-additional-image .hero-content-wrap .hero-additional-img {
    position: absolute;
    top: 65px;
    right: 0;
    bottom: -40px;
    width: calc(50% - 40px);
    height: 100vh;
    max-height: unset;
  }
  .hero-primary.has-additional-image .hero-content-wrap .hero-additional-img {
    max-height: unset;
  }

  .hero-secondary.has-additional-image .hero-content-wrap .hero-additional-img {
    display: block;
    height: 80vh;
  }
}
@media only screen and (max-width: 480px) {
  .hero-primary .hero-content,
  .hero-secondary .hero-content,
  .hero-content-extras {
    padding: 0 20px;
  }
  .hero-primary .hero-content {
    /* padding-top: 250px; */
    padding-bottom: 40px;
  }
}
/* Flexible Content - Button Block
--------------------------------------------- */
.fc-button-block {
  margin-bottom: 24px;
}

.fc-button-block:not(:first-of-type) {
  margin-left: 8px;
}

/* Flexible Content - Rich Text Block
--------------------------------------------- */
.fc-rich-text-block {
  margin-top: 8px;
  margin-bottom: 10px;
}

/* Reusable Blocks - Icon Title Block
--------------------------------------------- */
.fc-icon-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.fc-icon-title-block .fc-icon-block,
.fc-icon-title-block h1,
.fc-icon-title-block h2,
.fc-icon-title-block h3,
.fc-icon-title-block h4,
.fc-icon-title-block h5 {
  margin-bottom: 0;
}

/* Reusable Blocks - Content Block
--------------------------------------------- */
.rb-content-block {
  background-color: #440e62;
  border-radius: 25px;
  padding: 60px 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.rb-content-block span,
.rb-content-block li,
.rb-content-block a,
.rb-content-block p {
  color: #fff;
}

/* Reusable Blocks - CTA
--------------------------------------------- */
.rb-cta-block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 40px 0;
}
.rb-cta-block__single {
  border-radius: 25px;
  border: 2px solid #440e62;
  padding: 20px 0;
  color: #440e62;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
.rb-cta-block__single h1,
.rb-cta-block__single h2,
.rb-cta-block__single h3,
.rb-cta-block__single h4,
.rb-cta-block__single h5,
.rb-cta-block__single h6,
.rb-cta-block__single a {
  color: #e78561;
}

.rb-cta-block__single .button {
  text-align: start;
}

/* Reusable Blocks - Image & Text Column
--------------------------------------------- */
.rb-image-text-column-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.rb-image-text-column-block .column {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
}
.rb-image-text-column-block .column-content {
  padding: 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 0 40px;
}
.rb-image-text-column-block .column-content .button {
  margin-top: 20px;
}
.rb-image-text-column-block .column-image {
  border-radius: 0 40px 0 0;
  aspect-ratio: 1.5/1;
}
.rb-image-text-column-block .column-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rb-image-text-column-block .rb-label {
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #e78561;
  padding: 12px 12px 4px;
  min-height: 40px;
  min-width: 40px;
}
.rb-image-text-column-block h1,
.rb-image-text-column-block h2,
.rb-image-text-column-block h3,
.rb-image-text-column-block h4,
.rb-image-text-column-block h5,
.rb-image-text-column-block h6 {
  color: #e78561;
}
.rb-image-text-column-block.minimal-style .column-content {
  padding: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rb-image-text-column-block.minimal-style .column-content h1,
.rb-image-text-column-block.minimal-style .column-content h2,
.rb-image-text-column-block.minimal-style .column-content h3,
.rb-image-text-column-block.minimal-style .column-content h4,
.rb-image-text-column-block.minimal-style .column-content h5,
.rb-image-text-column-block.minimal-style .column-content h6 {
  color: #440e62;
}
.rb-image-text-column-block.minimal-style .rb-label {
  display: none;
}

.main-content
  .rb-image-text-column-block:first-of-type.flex-column-on-mobile
  .column-content {
  padding-top: 100px;
}

/* Reusable Blocks - Spotlight
--------------------------------------------- */
.rb-spotlight-block .entry-title {
  font-size: 30px;
}
.rb-spotlight-block .entry-title a {
  color: #e78561;
}
.rb-spotlight-block p.entry-meta {
  margin-bottom: 40px;
  gap: 0;
}
.rb-spotlight-block p.entry-meta .entry-terms a {
  background-color: transparent;
  color: #fff;
  padding: 0;
  position: relative;
}
.rb-spotlight-block p.entry-meta .entry-terms a:not(:first-of-type) {
  margin-left: 0;
}
.rb-spotlight-block p.entry-meta .entry-terms a:not(:first-of-type)::before {
  content: ",";
  margin-right: 4px;
}
.rb-spotlight-block p.entry-meta > *:not(:first-child)::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #e78561;
  margin: 0 12px;
  border-radius: 6px;
}
.rb-spotlight-block.minimal-style .entry-title a,
.rb-spotlight-block.minimal-style p.entry-meta a,
.rb-spotlight-block.minimal-style p.entry-meta {
  color: #440e62;
}

@media only screen and (min-width: 960px) {
  /* Reusable Blocks - Content Block
  --------------------------------------------- */
  .rb-content-block {
    padding: 60px;
  }
  .rb-content-block.has-floating-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rb-content-block.has-floating-button .rb-content-block__flexible-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    margin-right: 40px;
  }
  .rb-content-block.has-floating-button .rb-content-block__floating-button {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
  }
  /* Reusable Blocks - CTA
  --------------------------------------------- */
  .rb-cta-block {
    margin: 60px 0;
  }
  .rb-cta-block__single {
    padding: 40px 20px;
  }
  .rb-cta-block__single:hover {
    background-color: #440e62;
    color: #fff;
  }
  .rb-cta-block__single:hover .button {
    color: #fff;
  }
  .rb-cta-block__single:hover .button::after {
    background-image: url("assets/icons/arrow-right_white.svg");
  }
  /* Reusable Blocks - Image & Text Column
  --------------------------------------------- */
  .rb-image-text-column-block {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .rb-image-text-column-block .column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .rb-image-text-column-block .column-content {
    border-radius: 0 50px 50px 0;
    padding: 120px 60px 60px;
  }
  .rb-image-text-column-block .column-image {
    aspect-ratio: 1.25/1;
    border-radius: 50px 0 0 50px;
  }
  .rb-image-text-column-block .rb-label {
    left: 60px;
    padding: 50px 12px 4px;
  }
  .rb-image-text-column-block.reverse-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rb-image-text-column-block.reverse-columns .column-image {
    border-radius: 0 50px 50px 0;
  }
  .rb-image-text-column-block.reverse-columns .column-content {
    border-radius: 50px 0 0 50px;
  }
  .rb-image-text-column-block.minimal-style .column-content {
    padding: 60px;
  }
  .main-content
    .rb-image-text-column-block:first-of-type.flex-column-on-mobile
    .column-content {
    padding-top: 60px;
  }
  /* Reusable Blocks - Spotlight
  --------------------------------------------- */
  .rb-spotlight-block .entry-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  /* Reusable Blocks - Content Block
  --------------------------------------------- */
  .rb-content-block {
    padding: 40px 20px;
  }
  /* Reusable Blocks - CTA
  --------------------------------------------- */
  .rb-cta-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  /* Reusable Blocks - Image & Text Column
  --------------------------------------------- */
  .rb-image-text-column-block .column-content {
    border-radius: 0 0 0 16px;
    padding: 80px 20px 40px;
  }
  .rb-image-text-column-block .column-image {
    border-radius: 0 16px 0 0;
  }
  .rb-image-text-column-block .rb-label {
    left: 20px;
  }
  .rb-image-text-column-block.minimal-style .column-content {
    padding: 40px 20px;
  }
  /* Reusable Blocks - Spotlight
  --------------------------------------------- */
  .rb-spotlight-block .entry-title {
    font-size: 28px;
  }
}
/* S&F Form */
.archive-filter-form {
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.archive-filter-form .searchandfilter .sf-field-search {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  grid-column: 1/-1;
  margin-top: 20px;
}
.archive-filter-form .searchandfilter .sf-field-search > label {
  width: 100%;
}

.archive-filter-form .searchandfilter .sf-field-submit {
  -ms-grid-column: 9;
  grid-column: 9;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  z-index: 0;
  margin-top: 20px;
  margin-left: -48px;
}
.archive-filter-form .searchandfilter .sf-field-submit input {
  font-family: "Font Awesome 6 Free";
  border-color: #f4c9ba;
  color: #440e62;
  font-weight: 900;
  font-size: 12px;
  background-color: #f4c9ba;
  border-radius: 25px;
  padding: 5px 6px 4px 6px;
}
.archive-filter-form .searchandfilter .sf-field-submit input:hover,
.archive-filter-form .searchandfilter .sf-field-submit input:focus {
  background-color: transparent;
  border: 2px solid transparent;
}

.archive-filter-form .searchandfilter > ul {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 0;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(8, 1fr);
}
.archive-filter-form .searchandfilter > ul li {
  padding: 0;
}

.archive-filter-form .searchandfilter > ul li[class^="sf-field-taxonomy"],
.archive-filter-form .searchandfilter > ul li[class^="sf-field-post-meta"] {
  text-align: start;
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
.archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-taxonomy"]
  > label,
.archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  > label {
  position: relative;
  width: 100%;
}
.archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-taxonomy"]
  .sf-input-select,
.archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  .sf-input-select {
  font-weight: 500;
  white-space: normal;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  cursor: pointer;
}
.archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-taxonomy"]
  > label::after,
.archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  > label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url("assets/icons/arrow-down_purple.svg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 11px 11px;
  width: 26px;
  height: 26px;
  background-color: #f4c9ba;
  border-radius: 25px;
  pointer-events: none;
}

.post-type-archive-event .archive-filter-form .searchandfilter .sf-field-search,
.post-type-archive-event
  .archive-filter-form
  .searchandfilter
  .sf-field-submit {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.post-type-archive-event .archive-filter-form .searchandfilter > ul {
  gap: 0;
}
.post-type-archive-event
  .archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  ul.sf_date_field {
  padding-left: 0;
}
.post-type-archive-event
  .archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  ul.sf_date_field
  > li {
  margin-top: 20px;
}
.post-type-archive-event
  .archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  ul.sf_date_field
  > li
  > label {
  width: 100%;
}
.post-type-archive-event
  .archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  ul.sf_date_field
  > li
  > label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url("assets/icons/arrow-down_purple.svg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 11px 11px;
  width: 26px;
  height: 26px;
  background-color: #f4c9ba;
  border-radius: 25px;
  pointer-events: none;
}
.post-type-archive-event
  .archive-filter-form
  .searchandfilter
  > ul
  li[class^="sf-field-post-meta"]
  ul.sf_date_field
  .sf-input-date {
  cursor: pointer;
}

.ll-skin-melon .ui-widget {
  background-color: #440e62 !important;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25) !important;
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25) !important;
}
.ll-skin-melon .ui-widget.ui-datepicker th {
  border-color: #250835;
}
.ll-skin-melon .ui-widget.ui-datepicker td {
  background-color: #fff;
}
.ll-skin-melon .ui-widget .ui-state-default {
  color: #440e62;
}
.ll-skin-melon .ui-widget td .ui-state-default.ui-state-active {
  background-color: #440e62;
  color: #fff;
}
.ll-skin-melon .ui-widget .ui-state-disabled .ui-state-default {
  color: #f4c9ba;
}

@media only screen and (min-width: 960px) {
  /* S&F Form */
  .archive-filter-form {
    margin-top: 60px;
  }
  .archive-filter-form .searchandfilter .sf-field-search {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    grid-row: unset;
    text-align: end;
    margin-top: 0;
  }
  .archive-filter-form .searchandfilter .sf-field-search > label {
    max-width: 400px;
    width: calc(100% - 34px);
  }
  .archive-filter-form .searchandfilter > ul li[class^="sf-field-taxonomy"],
  .archive-filter-form .searchandfilter > ul li[class^="sf-field-post-meta"] {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-taxonomy"]
    > label,
  .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"]
    > label {
    max-width: 300px;
  }
  .archive-filter-form .searchandfilter .sf-field-submit {
    grid-row: unset;
    margin-top: 0;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    .sf-field-search,
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    .sf-field-submit {
    grid-row: unset;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    .sf-field-search,
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"] {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-taxonomy"] {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"]
    ul.sf_date_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"]
    ul.sf_date_field
    .sf-input-date {
    padding-right: 14px;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"]
    ul.sf_date_field
    > li:not(:first-of-type) {
    margin-left: 4px;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"]
    ul.sf_date_field
    > li {
    margin-top: 0;
  }
  .post-type-archive-event
    .archive-filter-form
    .searchandfilter
    > ul
    li[class^="sf-field-post-meta"]
    ul.sf_date_field
    > li
    label {
    width: auto;
  }
  #page-get-help .archive-filter-form .searchandfilter > ul,
  #page-thrift-store-directory .archive-filter-form .searchandfilter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page-get-help .archive-filter-form .searchandfilter .sf-field-search,
  #page-thrift-store-directory
    .archive-filter-form
    .searchandfilter
    .sf-field-search {
    min-width: 400px;
  }
  #page-get-help .archive-filter-form .searchandfilter .sf-field-search > label,
  #page-thrift-store-directory
    .archive-filter-form
    .searchandfilter
    .sf-field-search
    > label {
    max-width: unset;
    width: 100%;
    margin-left: 12px;
  }
  #page-get-help .archive-filter-form .searchandfilter .sf-field-submit,
  #page-thrift-store-directory
    .archive-filter-form
    .searchandfilter
    .sf-field-submit {
    margin-left: -30px;
  }
}
.resources-library-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60px auto 40px;
}
.resources-library-filter-form .resources-library-filter-dropdown {
  margin-right: 0;
  margin-bottom: 8px;
  width: 100%;
}
.resources-library-filter-form .resources-library-search-input {
  width: 100%;
}
.resources-library-filter-form
  .resources-library-search-input
  .search-input:focus {
  border-color: #440e62;
}
.resources-library-filter-form .resources-library-search-input > label {
  position: relative;
}
.resources-library-filter-form
  .resources-library-search-input
  > label
  button#search-input-submit {
  position: absolute;
  right: 0;
  padding: 14px 0;
  color: transparent;
  border-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  width: 44px;
  overflow: hidden;
}
.resources-library-filter-form
  .resources-library-search-input
  > label
  button#search-input-submit:hover,
.resources-library-filter-form
  .resources-library-search-input
  > label
  button#search-input-submit:focus {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}
.resources-library-filter-form .resources-library-search-input > label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url("assets/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 12px 12px;
  width: 26px;
  height: 26px;
  background-color: #f4c9ba;
  border-radius: 25px;
  pointer-events: none;
  transition: 200ms ease;
}
.resources-library-filter-form
  .resources-library-search-input
  > label.active::after {
  background-color: #e78561;
}

/* Custom Checkbox Dropdown
--------------------------------------------- */
.resources-library-filter-dropdown {
  position: relative;
  font-size: 14px;
  color: #0e0812;
}
.resources-library-filter-dropdown .dropdown-list {
  padding: 12px 18px;
  background: #fff;
  border: 2px solid #440e62;
  border-radius: 25px;
  position: absolute;
  top: 54px;
  left: 2px;
  right: 2px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out 0.15s;
  transition: -webkit-transform 0.15s ease-in-out 0.15s;
  transition: transform 0.15s ease-in-out 0.15s;
  transition: transform 0.15s ease-in-out 0.15s,
    -webkit-transform 0.15s ease-in-out 0.15s;
  /* max-height: 66vh; */
  z-index: 10;
  /* overflow-y: scroll; */
}
.resources-library-filter-dropdown .dropdown-option {
  display: block;
  color: #440e62;
  padding: 8px 12px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  text-transform: capitalize;
  font-weight: 600;
}
.resources-library-filter-dropdown .dropdown-label {
  display: block;
  border: 2px solid #e78561;
  padding: 12px 15px;
  border-radius: 25px;
  height: auto;
  background: #fff;
  color: #440e62;
  line-height: 1.6;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.resources-library-filter-dropdown .dropdown-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url("assets/icons/arrow-down_purple.svg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 11px 11px;
  width: 26px;
  height: 26px;
  background-color: #f4c9ba;
  border-radius: 25px;
  pointer-events: none;
}
.resources-library-filter-dropdown .dropdown-label.capitalize-text {
  text-transform: capitalize;
}
.resources-library-filter-dropdown.on .dropdown-list {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
}
.resources-library-filter-dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.resources-library-filter-dropdown.on .dropdown-label {
  border-color: #440e62;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
  box-shadow: 0px 0px 50px 0px rgba(6, 43, 84, 0.25);
}

/* Custom Checkboxes
---------------------------------------------------------------------------- */
/* Hide the browser's default checkbox */
.select-checkbox-container {
  display: block;
  position: relative;
  padding-left: 32px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.select-checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  background-color: #f4c9ba;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.select-checkbox-container input:checked ~ .select-checkmark,
.select-checkbox-container:hover input ~ .select-checkmark {
  background-color: #e78561;
}

.select-checkmark:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  color: #440e62;
  font-weight: 900;
  font-size: 14px;
  display: none;
}

/* Show the checkmark when checked */
.select-checkbox-container input:checked ~ .select-checkmark:after {
  display: block;
}

@media only screen and (min-width: 960px) {
  .resources-library-filter-form {
    margin-top: 100px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .resources-library-filter-form .resources-library-filter-dropdown {
    max-width: 330px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .resources-library-filter-form .resources-library-search-input {
    max-width: 400px;
    margin-left: auto;
  }
}
/* Site Footer
---------------------------------------------------------------------------- */
#site-footer-before {
  margin-top: 50px;
}

body.home #site-footer-before,
.post-type-archive-staff_member #site-footer-before,
.post-type-archive-board_member #site-footer-before {
  margin-top: 0;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-credits {
  background: #e78561;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(231, 133, 97)),
    to(rgb(68, 14, 98))
  );
  background: linear-gradient(
    180deg,
    rgb(231, 133, 97) 0%,
    rgb(68, 14, 98) 100%
  );
  padding: 40px;
  color: #fff;
  font-size: 13px;
}
.footer-credits .footer-credit-disclosure {
  max-width: 800px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-credits > .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-credits > .wrap .button-quick-exit {
  padding: 10px 54px 10px 16px;
  margin-top: 40px;
}
.footer-credits > .wrap .button-quick-exit:focus,
.footer-credits > .wrap .button-quick-exit:hover {
  text-decoration: none;
}
.footer-credits > .wrap .button-quick-exit::before {
  width: 44px;
  background-color: #fff;
}
.footer-credits > .wrap .button-quick-exit::after {
  right: 10px;
}

.footer-credits a {
  color: #fff;
}
.footer-credits a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}

.footer-widget-area {
  margin-bottom: 40px;
}

.footer-widget-area:last-child {
  margin-bottom: 0;
}

.footer-widgets-1 {
  margin-bottom: 0;
}
.footer-widgets-1 .widget_media_image {
  max-width: 200px;
  margin-bottom: 28px;
}

.footer-widgets .footer-widgets-3 {
  display: inline-block;
}

.footer-widgets-3 #menu-footer-menu li {
  margin-bottom: 10px;
}
.footer-widgets-3 #menu-footer-menu li a {
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  margin-right: 16px;
}
.footer-widgets-3 #menu-footer-menu li a:focus,
.footer-widgets-3 #menu-footer-menu li a:hover,
.footer-widgets-3 #menu-footer-menu li.current_page_item a {
  color: #e78561;
  opacity: 1;
}
.footer-widgets-3 #menu-footer-menu li.current_page_item a {
  font-weight: 700;
}
.footer-widgets-3 #menu-footer-menu li a::after {
  content: "";
  background-image: url("assets/icons/arrow-right_orange_alt.svg");
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -12px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  display: inline-block;
}
.footer-widgets-3 #menu-footer-menu li a:focus::after,
.footer-widgets-3 #menu-footer-menu li a:hover::after {
  right: -16px;
}

.footer-widgets-4 .menu-socials-container ul {
  margin-left: auto;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  #site-footer-before {
    margin-top: 80px;
  }
  .footer-credits {
    padding-left: 64px;
    padding-right: 64px;
  }
  .footer-credits > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-credits > .wrap .button-quick-exit {
    margin-top: 0;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0fr 1fr 2fr 0.75fr;
    grid-template-columns: 0fr 1fr 2fr 0.75fr;
    padding: 60px 64px;
  }
  .footer-widgets-1 .widget_media_image {
    margin-bottom: 40px;
  }
  .footer-widget-area {
    margin-bottom: 0;
  }
  .footer-widgets .footer-widgets-1 {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .footer-widgets .footer-widgets-3 {
    padding: 0 40px;
  }
  .footer-widgets .footer-widgets-3 #menu-footer-menu {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
}
@media only screen and (max-width: 480px) {
  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets {
    padding: 40px 20px;
  }
  .footer-credits {
    padding: 20px 20px;
  }
}
/* Before Footer CTA
--------------------------------------------- */
#footer-donate-cta {
  z-index: 2;
}
#footer-donate-cta.two-column-flex {
  gap: 0;
}
#footer-donate-cta figure {
  margin-bottom: -30px;
}
#footer-donate-cta.newsletter-section-is-hidden figure {
  margin-bottom: 0;
}
#footer-donate-cta figure img {
  aspect-ratio: 1/1;
  max-height: 500px;
  height: unset;
}
#footer-donate-cta .column-image figure img {
  border-radius: 0 25px 0 0;
}
#footer-donate-cta.footer-cta-has-additional-image .footer-additional-image {
  display: none;
}

#footer-newsletter-cta {
  z-index: 1;
}
#footer-newsletter-cta.two-column-flex {
  gap: 0;
}
#footer-newsletter-cta .column:first-of-type {
  padding-top: 85px;
}
#footer-newsletter-cta.donate-section-is-hidden .column:first-of-type {
  padding-top: 40px;
}

@media only screen and (min-width: 960px) {
  #footer-donate-cta {
    z-index: 2;
  }
  #footer-donate-cta.two-column-flex {
    gap: 40px;
  }
  #footer-donate-cta figure {
    margin-bottom: -200px;
  }
  #footer-donate-cta figure img {
    max-height: unset;
    height: 650px;
  }
  #footer-donate-cta .column-text {
    padding-top: 100px;
  }
  #footer-donate-cta .column-image figure img {
    border-radius: 0 50px 50px 0;
  }
  #footer-donate-cta.newsletter-section-is-hidden.two-column-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer-donate-cta.newsletter-section-is-hidden .column-text {
    padding-top: 64px;
  }
  #footer-donate-cta.newsletter-section-is-hidden figure {
    margin-bottom: 0;
  }
  #footer-donate-cta.footer-cta-has-additional-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  #footer-donate-cta.footer-cta-has-additional-image .column {
    width: 100%;
  }
  #footer-donate-cta.footer-cta-has-additional-image .column-image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  #footer-donate-cta.footer-cta-has-additional-image .column-text {
    padding-bottom: 100px;
  }
  #footer-donate-cta.footer-cta-has-additional-image .footer-additional-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: block;
  }
  #footer-donate-cta.footer-cta-has-additional-image
    .footer-additional-image
    img {
    height: 90%;
  }
  #footer-newsletter-cta.two-column-flex {
    gap: 40px;
  }
  #footer-newsletter-cta .column,
  #footer-newsletter-cta.donate-section-is-hidden .column:first-of-type {
    padding-top: 180px;
  }
  #footer-newsletter-cta .column:first-of-type {
    padding-top: 325px;
  }
}
/* Search Form
--------------------------------------------- */
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-form .search-form-input {
  font-size: 15px;
  color: #0e0812;
}

.search-form .search-form-submit {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  padding: 0 7px;
  background-color: rgba(231, 133, 97, 0.45);
  border: none;
  color: #440e62;
}

.bg-dark .search-form .search-form-submit {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bg-dark .search-form .search-form-submit:focus,
.bg-dark .search-form .search-form-submit:hover {
  color: #e78561;
}

/* WP Forms
--------------------------------------------- */
.wpforms-container .wpforms-field-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-bottom: 40px;
}

.main-content .wpforms-container {
  margin-bottom: 40px;
  padding: 40px 20px;
  background-color: #fff;
}

.main-content .wpforms-head-container .wpforms-title {
  font-size: 40px;
  font-weight: 700;
}

.site-container .main-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.wpforms-container .wpforms-form .wpforms-head-container {
  margin-bottom: 40px;
}

.site-container div.wpforms-container-full .wpforms-form input[type="date"],
.site-container div.wpforms-container-full .wpforms-form input[type="datetime"],
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="datetime-local"],
.site-container div.wpforms-container-full .wpforms-form input[type="email"],
.site-container div.wpforms-container-full .wpforms-form input[type="month"],
.site-container div.wpforms-container-full .wpforms-form input[type="number"],
.site-container div.wpforms-container-full .wpforms-form input[type="password"],
.site-container div.wpforms-container-full .wpforms-form input[type="range"],
.site-container div.wpforms-container-full .wpforms-form input[type="search"],
.site-container div.wpforms-container-full .wpforms-form input[type="tel"],
.site-container div.wpforms-container-full .wpforms-form input[type="text"],
.site-container div.wpforms-container-full .wpforms-form input[type="time"],
.site-container div.wpforms-container-full .wpforms-form input[type="url"],
.site-container div.wpforms-container-full .wpforms-form input[type="week"] {
  border: 2px solid #e78561;
  border-radius: 25px;
  color: #0e0812;
  font-size: 15px;
  padding: 14px;
  height: auto;
}
.site-container div.wpforms-container-full .wpforms-form select,
.site-container div.wpforms-container-full .wpforms-form textarea {
  border: 2px solid #e78561;
  border-radius: 25px;
  color: #0e0812;
  font-size: 15px;
  padding: 14px;
  height: auto;
}
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="date"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="datetime"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="datetime-local"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="email"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="month"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="number"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="password"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="range"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="search"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="tel"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="text"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="time"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="url"]:focus,
.site-container
  div.wpforms-container-full
  .wpforms-form
  input[type="week"]:focus {
  border: 2px solid #e06335;
}
.site-container div.wpforms-container-full .wpforms-form select:focus,
.site-container div.wpforms-container-full .wpforms-form textarea:focus {
  border: 2px solid #e06335;
}
.site-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container
  button.wpforms-submit {
  background-color: #f4c9ba;
  border-color: #f4c9ba;
  padding: 12px 54px;
  margin-top: 12px;
}
.site-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container
  button.wpforms-submit:hover,
.site-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container
  button.wpforms-submit:focus {
  background-color: transparent;
  border-color: #e78561;
  color: #440e62;
}

.site-container div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin-bottom: 8px;
  font-size: 14px;
  color: #440e62;
}

.site-container .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 400;
}

.site-container div.wpforms-container-full .wpforms-form .wpforms-field-radio {
  padding-left: 16px;
}
.site-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-radio
  label {
  font-weight: 600;
}
.site-container
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-radio
  li
  label.wpforms-field-label-inline {
  font-size: 14px;
  color: #440e62;
}

.site-container .wpforms-form .wpforms-privacy-policy-notice,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field.wpforms-field-file-upload {
  margin-bottom: 20px;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

.wpforms-container .wpforms-field-container .wpforms-field-select {
  position: relative;
  overflow: hidden;
}

.wpforms-container .wpforms-field-container .wpforms-field-select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url("assets/icons/arrow-down_purple.svg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 11px 11px;
  width: 26px;
  height: 26px;
  background-color: #f4c9ba;
  border-radius: 25px;
  pointer-events: none;
}

.wpforms-container
  .wpforms-field-container
  .wpforms-field-select.ql-select-has-label::after {
  top: calc(50% + 13px);
}

/* Language Switcher Form
--------------------------------------------- */
.ql-language-switcher {
  width: 100%;
}

.ql-language-switcher .trp-language-switcher {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ql-language-switcher .trp-language-switcher .trp-ls-shortcode-language,
.ql-language-switcher
  .trp-language-switcher
  .trp-ls-shortcode-current-language {
  width: 190px !important;
  position: relative;
  background-image: none;
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  height: auto;
  border-radius: 25px;
  border: 2px solid #fff;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
}
.ql-language-switcher .trp-language-switcher .trp-ls-shortcode-language::after,
.ql-language-switcher
  .trp-language-switcher
  .trp-ls-shortcode-current-language::after {
  content: "";
  position: absolute;
  top: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  background-image: url("assets/icons/arrow-down_purple.svg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 11px 11px;
  width: 26px;
  height: 26px;
  background-color: #e78561;
  border-radius: 25px;
  pointer-events: none;
}
.ql-language-switcher .trp-language-switcher .trp-ls-shortcode-language:hover,
.ql-language-switcher
  .trp-language-switcher
  .trp-ls-shortcode-current-language:hover {
  padding: 0;
}
.ql-language-switcher .trp-language-switcher .trp-ls-shortcode-language a,
.ql-language-switcher
  .trp-language-switcher
  .trp-ls-shortcode-current-language
  a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 46px 10px 10px;
  border-radius: 0;
}
.ql-language-switcher .trp-language-switcher .trp-ls-shortcode-language a:focus,
.ql-language-switcher .trp-language-switcher .trp-ls-shortcode-language a:hover,
.ql-language-switcher
  .trp-language-switcher
  .trp-ls-shortcode-current-language
  a:focus,
.ql-language-switcher
  .trp-language-switcher
  .trp-ls-shortcode-current-language
  a:hover {
  color: #e78561;
  cursor: pointer;
}

.site-header.headerOnScroll .trp-ls-shortcode-language,
.site-header.headerOnScroll .trp-ls-shortcode-current-language {
  background-color: #440e62;
}

@media only screen and (min-width: 960px) {
  .wpforms-container .wpforms-field-container {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  .main-content .wpforms-container {
    padding: 64px 40px;
  }
  .wpforms-container .wpforms-field-container .wpforms-field,
  .wpforms-container .wpforms-field-container .wpforms-divider {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .wpforms-container .wpforms-field-container .ql-one-half {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .wpforms-container .wpforms-field-container .ql-one-half.center {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .wpforms-container .wpforms-field-container .ql-one-fourth {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
@media only screen and (max-width: 480px) {
  .site-container div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
/* /* Error 404 & Search Page
--------------------------------------------- */
.search .content,
.post-page .content,
.site-inner.not-found .content {
  padding: 20px;
  padding-top: 0;
  margin-bottom: 40px;
}

.search .archive-description {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search .content .entry:last-of-type {
  margin-bottom: 32px;
}

.search-results .main-content .search-form {
  margin-bottom: 40px;
}

.search .content .entry:last-of-type {
  margin-bottom: 32px;
}

.search .content .entry-title {
  margin: 32px 0 10px;
  display: inline-block;
  width: 100%;
}

.search .content .entry-title .search-excerpt {
  color: #e78561;
}

.search .content .search-result-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
}
.search .content .search-result-meta-data p {
  margin-bottom: 0;
}
.search .content .search-result-meta-data > * {
  font-size: 14px;
}

.search .content .entry-meta {
  display: none;
}

.search .content .entry-content p {
  margin: 0;
}

.search .content .entry-content .more-link {
  display: block;
  font-weight: 600;
  margin: 12px 0 0 0;
  color: #e78561;
}

.search .content .entry-content .more-link:hover {
  color: #e06335;
}

/* No content
--------------------------------------------- */
.content-error {
  grid-column: 1/-1;
  max-width: 600px;
  text-align: center;
  padding: 64px 40px;
  margin: 0 auto;
}

.content-error .fa-solid {
  color: #e78561;
}

.content-error p {
  margin: 24px 0 0;
}

/* Error 404 & Search Page - Mediaqueries
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  .search .content,
  .post-page .content,
  .site-inner.not-found .content {
    padding: 40px;
    padding-top: 0;
  }
  .search-content .entry {
    padding-left: 64px;
    padding-right: 64px;
  }
  .no-content {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .search .content,
  .post-page .content,
  .site-inner.not-found .content {
    margin: 40px 20px;
    padding: 0;
  }
  .search-content .entry {
    padding: 0;
  }
}
/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #0e0812;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #7218a5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #0e0812 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .blog-content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* Global Styles
--------------------------------------------- */
/* Sections
--------------------------------------------- */
