/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/assets/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  color: var(--wp--preset--color--licorice);
  font-family: var(--wp--preset--font-family--wix-madefor-text);
  font-weight: 400;
  margin: 0;
}
body:not(.admin-bar) {
  --wp-admin--admin-bar--height: 0px;
}

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

a {
  color: var(--wp--preset--color--oxford);
  text-decoration: none;
  cursor: pointer;
}

ul,
ol {
  margin: rem-calc(16 0);
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  margin: rem-calc(16 0);
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: rem-calc(16 0);
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  margin: 0;
}
.entry-content > p a,
.entry-content > ul a,
.entry-content > ol a {
  font-weight: 700;
}
.entry-content > p a:hover,
.entry-content > ul a:hover,
.entry-content > ol a:hover {
  cursor: pointer;
}

p.wp-block-paragraph a,
.block-editor-block-list__block a {
  text-decoration: underline;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

svg {
  max-width: 100%;
}

button {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
}

mark {
  background-color: transparent;
}

.aligncenter {
  text-align: center;
}

.instagram-media {
  max-width: none !important;
}

#site-content {
  margin-top: 154px;
}
@media (min-width: 366px) {
  #site-content {
    margin-top: 142px;
  }
}
@media (min-width: 40em) {
  #site-content {
    margin-top: 152px;
  }
}
@media (min-width: 64em) {
  #site-content {
    margin-top: 143px;
  }
}
@media (min-width: 1660px) {
  #site-content {
    margin-top: 145px;
  }
}

.admin-bar {
  width: 100%;
}
.admin-bar #wpadminbar {
  position: fixed;
}
.admin-bar #site-header {
  top: 46px;
}
@media (min-width: 64em) {
  .admin-bar #site-header {
    top: 32px;
  }
}

/* scss/vendor/rem-calc.scss */
/* rem-calculator
*  https://45royale.com/blog/convert-pixels-to-rems/
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
.hidden {
  display: none;
}

.visually-hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.visually-hidden:focus,
.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  left: 0;
  margin: 0;
  padding: 1rem;
  background: var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--white);
  text-decoration: none;
  z-index: 9999999999;
  top: calc(-100% + 45px);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media (min-width: 75em) {
  .container {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 103.75rem;
    padding: 0;
  }
}

.small-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media (min-width: 40em) {
  .small-container {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    max-width: 43.5rem;
  }
}
@media (min-width: 64em) {
  .small-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 46rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}
@media (min-width: 75em) {
  h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}
@media (min-width: 75em) {
  h2 {
    font-size: 1.625rem;
    line-height: 2.625rem;
  }
}

h3 {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
@media (min-width: 75em) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 2.125rem;
}
@media (min-width: 75em) {
  h4 {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (min-width: 75em) {
  h5 {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5 {
  color: var(--wp--preset--color--oxford);
}
.single-post-content p {
  color: var(--wp--preset--color--licorice);
}

p, ol, ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.1875rem;
  line-height: 2.125rem;
}
@media (min-width: 75em) {
  p, ol, ul {
    font-size: 1.3125rem;
    line-height: 2.375rem;
  }
}

.grid {
  display: grid;
  grid-template-rows: auto;
}

.grid-four-col {
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .grid-four-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-social-sharing-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer-social-sharing-icons {
    flex-direction: row;
  }
}
.footer-social-sharing-icons h3 {
  font-size: 23px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 27px;
  color: var(--wp--preset--color--white);
}
@media (min-width: 1024px) {
  .footer-social-sharing-icons h3 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.footer-social-sharing-icons svg {
  box-sizing: border-box;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  max-height: 2.125rem;
}
.footer-social-sharing-icons ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4375rem;
       column-gap: 1.4375rem;
}
.footer-social-sharing-icons ul a {
  display: block;
  max-width: 50px;
}

.site-footer {
  background-color: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  padding: 43px 0 46px 0;
  position: relative;
}
@media (min-width: 1660px) {
  .site-footer {
    padding: 47px 0 51px 0;
  }
}
.site-footer .seperator {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.44;
  margin: 1.875rem 0;
}
.site-footer .grid {
  text-align: center;
}
@media (min-width: 1200px) {
  .site-footer .grid {
    text-align: left;
    margin-bottom: 40px;
    -moz-column-gap: 154px;
         column-gap: 154px;
  }
}
.site-footer .grid .grid-item {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .site-footer .grid .grid-item {
    margin-bottom: 0;
  }
}
.site-footer .grid .grid-item h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 23px;
  font-weight: 700;
}
.site-footer .grid .grid-item .menu {
  flex-wrap: wrap;
  justify-content: center;
  color: var(--wp--preset--color--white);
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .site-footer .grid .grid-item .menu {
    padding: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .site-footer .grid .grid-item .menu {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .grid .grid-item .menu {
    flex-direction: column;
  }
}
.site-footer .grid .grid-item .menu li {
  display: flex;
  align-items: center;
  line-height: 1.625rem;
}
@media (max-width: 1199px) {
  .site-footer .grid .grid-item .menu li:not(:last-child):after {
    content: "";
    border-left: 1px solid var(--wp--preset--color--white);
    height: 12px;
    margin: 0 14px;
  }
}
.site-footer .grid .grid-item .menu li a::before {
  display: none;
}
.site-footer .grid .grid-item .menu li a:hover {
  text-decoration: underline;
}
.site-footer .contact .footer-logo {
  width: 196px;
  height: 24px;
  margin: auto;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .site-footer .contact .footer-logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer .contact p {
  color: var(--wp--preset--color--white);
  max-width: 9.6875rem;
  margin: auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .site-footer .contact p {
    margin: 0;
  }
}

.page-404 {
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--cyan);
  padding-top: 1.25rem;
}
.page-404 img {
  margin-bottom: 1.25rem;
}
.page-404 h1 {
  color: var(--wp--preset--color--oxford);
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 800;
  text-align: center;
  margin: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 64em) {
  .page-404 h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-404 p {
  font-size: 1.1875rem;
  line-height: 2.125rem;
  color: var(--wp--preset--color--oxford);
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 64em) {
  .page-404 p {
    font-size: 1.3125rem;
    line-height: 2.375rem;
  }
}
.page-404 p strong {
  font-weight: 700;
}
.page-404 p:last-of-type {
  margin-bottom: 1.875rem;
}
.page-404 .wp-block-search {
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .page-404 .wp-block-search {
    margin-bottom: 2.125rem;
    max-width: 20.3125rem;
  }
}
@media (min-width: 75em) {
  .page-404 .wp-block-search {
    margin-bottom: 3.75rem;
  }
}
.page-404 .peta-cta-content {
  background: linear-gradient(175deg, var(--wp--preset--color--cyan) 24%, transparent 23%, var(--wp--preset--color--peta-blue) 24.2%);
}
@media (min-width: 1024px) {
  .page-404 .peta-cta-content {
    background: linear-gradient(175deg, var(--wp--preset--color--cyan) 34%, transparent 33%, var(--wp--preset--color--peta-blue) 34.2%);
  }
}
.page-404 .peta-cta-content img {
  margin-bottom: 0;
}
.page-404 .peta-links {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: var(--wp--preset--color--white);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-bottom: 0;
}
.page-404 .peta-cta-subscription {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
}

.wp-block-buttons {
  gap: 50px;
}
.wp-block-buttons .wp-block-button {
  width: 100%;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  background: var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--white);
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  padding: 20px 35px;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (min-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 20px 102px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 21px;
    line-height: 31px;
    padding: 20px 127px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--marmalade);
  color: var(--wp--preset--color--white);
}

.btn, .wp-block-button__link {
  border-radius: 50px;
  display: inline-block;
  padding: 15px 26px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  border-radius: 50px;
  text-decoration: none;
}

.btn-donate-now {
  padding: 14px 44px;
  text-decoration: none;
  background-image: linear-gradient(145deg, #ffd900 50%, var(--wp--preset--color--marmalade) 50%);
  background-size: 250% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn-donate-now:hover {
  background-position: right center;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--marmalade);
}

.btn-take-action {
  padding: 15px 20px;
  color: var(--wp--preset--color--white);
  background-image: linear-gradient(145deg, var(--wp--preset--color--peta-blue) 50%, var(--wp--preset--color--marmalade) 50%);
  background-size: 250% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn-take-action:hover {
  background-position: right center;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--marmalade);
}

.single .single-post-content,
.about .single-post-content,
.press .single-post-content {
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 1.25rem 5rem;
  width: 100%;
}
.single .single-post-content:has(.wp-block-buttons:last-child),
.about .single-post-content:has(.wp-block-buttons:last-child),
.press .single-post-content:has(.wp-block-buttons:last-child) {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .single .single-post-content,
  .about .single-post-content,
  .press .single-post-content {
    padding-top: 2.75rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    max-width: 43.5rem;
  }
}
@media (min-width: 64em) {
  .single .single-post-content,
  .about .single-post-content,
  .press .single-post-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 46rem;
  }
}
.single .single-post-content h1,
.about .single-post-content h1,
.press .single-post-content h1 {
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .single .single-post-content h1,
  .about .single-post-content h1,
  .press .single-post-content h1 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 75em) {
  .single .single-post-content h1,
  .about .single-post-content h1,
  .press .single-post-content h1 {
    margin-bottom: 2rem;
  }
}
.single .single-post-content h2,
.single .single-post-content h3,
.single .single-post-content h4,
.single .single-post-content h5,
.about .single-post-content h2,
.about .single-post-content h3,
.about .single-post-content h4,
.about .single-post-content h5,
.press .single-post-content h2,
.press .single-post-content h3,
.press .single-post-content h4,
.press .single-post-content h5 {
  margin-bottom: 1.5rem;
}
.single .single-post-content p,
.about .single-post-content p,
.press .single-post-content p {
  margin-bottom: 3.125rem;
}
.single .single-post-content p:is(:has(+ ul), :has(+ ol)),
.about .single-post-content p:is(:has(+ ul), :has(+ ol)),
.press .single-post-content p:is(:has(+ ul), :has(+ ol)) {
  margin-bottom: 1.5rem;
}
.single .single-post-content p:last-child,
.about .single-post-content p:last-child,
.press .single-post-content p:last-child {
  margin-bottom: 0;
}
.single .single-post-content ul,
.single .single-post-content ol,
.about .single-post-content ul,
.about .single-post-content ol,
.press .single-post-content ul,
.press .single-post-content ol {
  list-style: unset;
  margin-bottom: 3.125rem;
  padding-left: 1rem;
}
.single .single-post-content ul li,
.single .single-post-content ol li,
.about .single-post-content ul li,
.about .single-post-content ol li,
.press .single-post-content ul li,
.press .single-post-content ol li {
  margin-bottom: 1.5rem;
}
@media (min-width: 64em) {
  .single .single-post-content ul li,
  .single .single-post-content ol li,
  .about .single-post-content ul li,
  .about .single-post-content ol li,
  .press .single-post-content ul li,
  .press .single-post-content ol li {
    margin-bottom: 1.875rem;
  }
}
.single .single-post-content ul li:last-child,
.single .single-post-content ol li:last-child,
.about .single-post-content ul li:last-child,
.about .single-post-content ol li:last-child,
.press .single-post-content ul li:last-child,
.press .single-post-content ol li:last-child {
  margin-bottom: 0;
}
.single .single-post-content ul li::marker,
.single .single-post-content ol li::marker,
.about .single-post-content ul li::marker,
.about .single-post-content ol li::marker,
.press .single-post-content ul li::marker,
.press .single-post-content ol li::marker {
  color: var(--wp--preset--color--licorice);
}
.single .single-post-content a:not(.btn):not(.wp-block-button__link):not(.card-link),
.about .single-post-content a:not(.btn):not(.wp-block-button__link):not(.card-link),
.press .single-post-content a:not(.btn):not(.wp-block-button__link):not(.card-link) {
  font-weight: 700;
  transition: color 0.2s ease;
  color: var(--wp--preset--color--peta-blue);
  text-decoration: underline;
}
.single .single-post-content a:not(.btn):not(.wp-block-button__link):not(.card-link):hover,
.about .single-post-content a:not(.btn):not(.wp-block-button__link):not(.card-link):hover,
.press .single-post-content a:not(.btn):not(.wp-block-button__link):not(.card-link):hover {
  color: var(--wp--preset--color--marmalade);
}
.single .single-post-content hr,
.about .single-post-content hr,
.press .single-post-content hr {
  margin-bottom: 50px;
}
.single .single-post-content figure,
.about .single-post-content figure,
.press .single-post-content figure {
  margin-bottom: 50px;
}
.single .single-post-content figure:last-child,
.about .single-post-content figure:last-child,
.press .single-post-content figure:last-child {
  margin-bottom: 0;
}
.single .single-post-content figure :where(figcaption),
.about .single-post-content figure :where(figcaption),
.press .single-post-content figure :where(figcaption) {
  margin-top: 12px;
  margin-bottom: 0;
}
.single .single-post-content figure img,
.about .single-post-content figure img,
.press .single-post-content figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .single-post-content figure .wp-block-image__inner,
.about .single-post-content figure .wp-block-image__inner,
.press .single-post-content figure .wp-block-image__inner {
  width: 100%;
}
.single .single-post-content figure .media-credit__wrap,
.about .single-post-content figure .media-credit__wrap,
.press .single-post-content figure .media-credit__wrap {
  right: 0;
  bottom: 0;
}
.single .single-post-content figure .media-credit__wrap .media-credit__credit,
.single .single-post-content figure .media-credit__wrap > span,
.single .single-post-content figure .media-credit__wrap > a,
.about .single-post-content figure .media-credit__wrap .media-credit__credit,
.about .single-post-content figure .media-credit__wrap > span,
.about .single-post-content figure .media-credit__wrap > a,
.press .single-post-content figure .media-credit__wrap .media-credit__credit,
.press .single-post-content figure .media-credit__wrap > span,
.press .single-post-content figure .media-credit__wrap > a {
  color: var(--wp--preset--color--white);
}
.single .single-post-content .pgb-cards img,
.about .single-post-content .pgb-cards img,
.press .single-post-content .pgb-cards img {
  margin-bottom: 0;
}
.single .single-post-content .wp-block-buttons,
.about .single-post-content .wp-block-buttons,
.press .single-post-content .wp-block-buttons {
  margin-bottom: 50px;
}
.single .single-post-content .wp-block-buttons:last-child,
.about .single-post-content .wp-block-buttons:last-child,
.press .single-post-content .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.single .single-post-content .wp-block-embed__wrapper,
.about .single-post-content .wp-block-embed__wrapper,
.press .single-post-content .wp-block-embed__wrapper {
  position: relative;
}
.single .single-post-content .wp-block-embed__wrapper::before,
.about .single-post-content .wp-block-embed__wrapper::before,
.press .single-post-content .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single .single-post-content .wp-block-embed__wrapper iframe,
.about .single-post-content .wp-block-embed__wrapper iframe,
.press .single-post-content .wp-block-embed__wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.single .single-post-content .wp-block-post-date,
.about .single-post-content .wp-block-post-date,
.press .single-post-content .wp-block-post-date {
  color: var(--wp--preset--color--licorice);
  margin-bottom: 2rem;
}
.single .wp-block-post-featured-image,
.about .wp-block-post-featured-image,
.press .wp-block-post-featured-image {
  width: 100%;
  height: 150px;
  margin: auto;
}
.single .wp-block-post-featured-image .wp-block-image__inner,
.about .wp-block-post-featured-image .wp-block-image__inner,
.press .wp-block-post-featured-image .wp-block-image__inner {
  width: 100%;
  height: 150px;
}
@media (min-width: 768px) {
  .single .wp-block-post-featured-image,
  .about .wp-block-post-featured-image,
  .press .wp-block-post-featured-image {
    height: 300px;
  }
  .single .wp-block-post-featured-image .wp-block-image__inner,
  .about .wp-block-post-featured-image .wp-block-image__inner,
  .press .wp-block-post-featured-image .wp-block-image__inner {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .single .wp-block-post-featured-image,
  .about .wp-block-post-featured-image,
  .press .wp-block-post-featured-image {
    height: 370px;
  }
  .single .wp-block-post-featured-image .wp-block-image__inner,
  .about .wp-block-post-featured-image .wp-block-image__inner,
  .press .wp-block-post-featured-image .wp-block-image__inner {
    height: 370px;
  }
}
@media (min-width: 1660px) {
  .single .wp-block-post-featured-image,
  .about .wp-block-post-featured-image,
  .press .wp-block-post-featured-image {
    height: 550px;
  }
  .single .wp-block-post-featured-image .wp-block-image__inner,
  .about .wp-block-post-featured-image .wp-block-image__inner,
  .press .wp-block-post-featured-image .wp-block-image__inner {
    height: 550px;
  }
}
.single .layout-promo,
.about .layout-promo,
.press .layout-promo {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 100vw;
}

.about .layout-promo {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 100vw;
  background: linear-gradient(175deg, #fff 8%, transparent 7%, var(--wp--preset--color--riptide) 8.2%);
}
@media (min-width: 768px) {
  .about .layout-promo {
    background: linear-gradient(175deg, #fff 20%, transparent 19%, var(--wp--preset--color--riptide) 20.2%);
  }
}
@media (min-width: 1024px) {
  .about .layout-promo {
    background: linear-gradient(175deg, #fff 30%, transparent 29%, var(--wp--preset--color--riptide) 30.2%);
  }
}
@media (min-width: 1280px) {
  .about .layout-promo {
    background: linear-gradient(175deg, #fff 45%, transparent 44%, var(--wp--preset--color--riptide) 45.2%);
  }
}
.about .peta-cta-content {
  background: var(--wp--preset--color--riptide);
}

.search-results-list {
  margin: 40px auto;
  max-width: 46rem;
  padding-top: 24px;
}
@media (min-width: 75em) {
  .search-results-list.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .search-results-list {
    padding-top: 45px;
  }
}
.search-results-list h1,
.search-results-list h2 {
  color: var(--wp--preset--color--oxford);
}
.search-results-list p {
  color: var(--wp--preset--color--licorice);
  font-size: 1rem;
  line-height: 26px;
}
.search-results-list h1 {
  margin-bottom: 40px;
}
.search-results-list h2 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 8px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .search-results-list h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .search-results-list h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.search-results-list li {
  margin-bottom: 40px;
}
.search-results-list li:last-child {
  margin-bottom: 0;
}
.search-results-list li:hover a {
  color: var(--wp--preset--color--peta-blue);
}
.search-results-list .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.search-results-list .wp-block-query-pagination-numbers {
  display: flex;
  margin-bottom: 0;
  font-size: 20px;
  margin: 0;
  color: var(--wp--preset--color--midnight);
}
.search-results-list .wp-block-query-pagination-previous, .search-results-list .wp-block-query-pagination-next {
  align-items: center;
  border: 1px solid var(--wp--preset--color--cobalt);
  border-radius: 3.125rem;
  display: inline-flex;
  font-size: 1.25rem;
  height: 3.125rem;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 3.125rem;
}
.search-results-list .wp-block-query-pagination-previous span, .search-results-list .wp-block-query-pagination-next span {
  display: none;
}
.search-results-list .wp-block-query-pagination-previous:hover, .search-results-list .wp-block-query-pagination-next:hover {
  background-color: #2685e6;
  border-color: #2685e6;
}
.search-results-list .wp-block-query-pagination-previous:hover span, .search-results-list .wp-block-query-pagination-next:hover span {
  color: var(--wp--preset--color--white);
}
.search-results-list .wp-block-query-pagination-previous::before, .search-results-list .wp-block-query-pagination-next::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 23px;
  height: 16px;
}
.search-results-list .wp-block-query-pagination-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.531 0L13.485 1.076L20.154 7.566H0V9.066H20.153L13.485 15.557L14.531 16.632L23.075 8.316L14.531 0Z%27 fill=%27%231965B2%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination-next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.531 0L13.485 1.076L20.154 7.566H0V9.066H20.153L13.485 15.557L14.531 16.632L23.075 8.316L14.531 0Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination-previous::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.469 17L10.515 15.924L3.846 9.434L24 9.434V7.934L3.847 7.934L10.515 1.443L9.469 0.368L0.924999 8.684L9.469 17Z%27 fill=%27%231965B2%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination-previous:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.469 17L10.515 15.924L3.846 9.434L24 9.434V7.934L3.847 7.934L10.515 1.443L9.469 0.368L0.924999 8.684L9.469 17Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.current):not(:last-child),
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .dots {
  display: none;
}
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .current::after {
  content: "/";
}
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:last-child::after {
  content: none;
}

.page .page-headline {
  background-color: var(--wp--preset--color--white);
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .page .page-headline {
    padding: 45px 0 24px 0;
  }
}
.page .page-headline h1 {
  color: var(--wp--preset--color--oxford);
  margin: 0;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page .page-headline h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .page .page-headline h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1660px) {
  .page .page-headline h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
.page.about .single-post-content, .page.press .single-post-content {
  padding-bottom: 0;
}

.wp-block-pullquote {
  margin: 0;
  border-bottom: 1px solid var(--wp--preset--color--earl);
  border-top: 1px solid var(--wp--preset--color--earl);
  padding: 30px 20px !important;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .wp-block-pullquote {
    padding: 50px 20px !important;
  }
}
.wp-block-pullquote blockquote p {
  color: var(--wp--preset--color--oxford);
  margin: 0 !important;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
  font-family: var(--wp--preset--font-family--pt-serif);
}
@media (min-width: 1200px) {
  .wp-block-pullquote blockquote p {
    font-size: 32px;
    line-height: 46px;
  }
}

input[type=text],
input[type=email],
input[type=search] {
  width: 100%;
  padding: 14px;
  border-radius: 9999px;
  font-size: 1.125rem;
  border: 1px solid var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--shadow);
}
@media (min-width: 64em) {
  input[type=text],
  input[type=email],
  input[type=search] {
    font-size: 1rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus {
  box-shadow: 0 0 0 2px rgba(0, 116, 204, 0.2);
}

.tagline {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--cobalt);
  padding: 0.875rem 0.625rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 40em) {
  .tagline {
    padding: 0.8125rem 0;
  }
}
@media (min-width: 64em) {
  .tagline {
    padding: 1.125rem 0;
    background-color: #EAF6FD;
  }
}
.tagline strong {
  font-size: 0.875rem;
  line-height: 1rem;
  position: relative;
  text-align: right;
}
@media (min-width: 40em) {
  .tagline strong {
    font-size: 1.1875rem;
    line-height: normal;
  }
}
@media (min-width: 64em) {
  .tagline strong {
    font-size: 1.25rem;
  }
}
.tagline hr {
  height: 1.875rem;
  width: 0.125rem;
  border-width: 0;
  background-color: var(--wp--preset--color--cobalt);
  margin: 0 0.75rem;
  opacity: 0.5;
}
@media (min-width: 40em) {
  .tagline hr {
    height: 44px;
    margin: 0 0.8125rem;
  }
}
@media (min-width: 64em) {
  .tagline hr {
    height: 1.25rem;
  }
}
.tagline p {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  max-width: 15.6875rem;
  color: var(--wp--preset--color--cobalt);
}
@media (max-width: 500px) {
  .tagline p {
    width: 100%;
  }
}
@media (min-width: 40em) {
  .tagline p {
    font-size: 0.8125rem;
    max-width: 15.6875rem;
  }
}
@media (min-width: 64em) {
  .tagline p {
    font-size: 0.9375rem;
    max-width: 100%;
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateXOut {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@keyframes flipIn {
  from {
    transform: rotateY(90deg);
    background-color: rgba(0, 0, 0, 0.03);
  }
  50% {
    transform: rotateY(-10deg);
    background-color: rgba(0, 0, 0, 0.02);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes flipOut {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: rotateY(100deg);
  }
  to {
    transform: rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipUp {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipDown {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-text {
  0% {
    transform: perspective(400px) rotateX(0);
  }
  100% {
    transform: perspective(400px) rotateX(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--wp--preset--color--midnight);
  height: 154px;
}
@media (min-width: 366px) {
  header {
    height: auto;
  }
}
@media (min-width: 40em) {
  header {
    height: 9.5rem;
  }
}
@media (min-width: 64em) {
  header {
    height: 8.9375rem;
    background-color: var(--wp--preset--color--white);
  }
}
@media (min-width: 1660px) {
  header {
    height: 145px;
  }
}
header .site-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  height: 5.25rem;
  position: relative;
  z-index: 100;
}
header .site-header__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 4px 10px rgba(102, 102, 102, 0.12);
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
header .site-header__wrap .main-menu-toggle {
  width: 2rem;
  height: 1.5625rem;
}
@media (min-width: 90em) {
  header .site-header__wrap {
    justify-content: flex-end;
  }
}
header .site-header__wrap .search-toggle {
  width: 3.1875rem;
  height: 3.1875rem;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  color: var(--wp--preset--color--white);
}
@media (min-width: 64em) {
  header .site-header__wrap .search-toggle {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
header .site-header__wrap .search-toggle.is-active .active {
  display: block;
}
header .site-header__wrap .search-toggle.is-active .non-active {
  display: none;
}
header .site-header__wrap .search-toggle:not(.is-active) .active {
  display: none;
}
header .site-header__wrap .search-toggle:not(.is-active) .non-active {
  display: block;
}
header .site-header__wrap .search-toggle:active.is-active, header .site-header__wrap .search-toggle:focus.is-active {
  animation: flipIn 0.6s ease-in-out forwards;
}
header .site-header__wrap .search-toggle:active:not(.is-active) .non-active, header .site-header__wrap .search-toggle:focus:not(.is-active) .non-active {
  animation: flipIn 0.6s ease forwards;
}
header .site-header__wrap .search-toggle:active:not(.is-active) .active, header .site-header__wrap .search-toggle:focus:not(.is-active) .active {
  animation: flipOut 0.6s ease forwards;
}

.logo {
  width: 3.875rem;
  height: 3.875rem;
  display: inline-block;
  z-index: 999999;
}
@media (min-width: 64em) {
  .logo {
    width: 4.6875rem;
    height: 4.6875rem;
    margin-top: -100px;
  }
}
@media (min-width: 75em) {
  .logo {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 90em) {
  .logo {
    width: 9.5625rem;
    height: 9.5625rem;
    position: absolute;
    left: 0;
    top: -3.4375rem;
    margin-top: 0;
  }
}

.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--wp--preset--color--oxford);
}
@media (min-width: 64em) {
  .menu {
    font-size: 1.1875rem;
  }
}
@media (min-width: 90em) {
  .menu {
    font-size: 1.3125rem;
  }
}
.menu > li {
  position: relative;
}
.menu > li a {
  display: block;
}
.menu > li a:before {
  content: "";
  background: var(--wp--preset--color--marmalade);
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 0.25rem;
}
.menu > li:not(.menu-item-signup, .menu-item-donate) a:hover:before {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 64em) {
  .menu > li.current-menu-item a:before, .menu > li.current_page_item a:before, .menu > li.current-menu-ancestor a:before, .menu > li.current-post-ancestor a:before {
    width: 100%;
    background: var(--wp--preset--color--marmalade);
  }
}

.site-header__wrap__mobile {
  display: flex;
  align-items: center;
  flex: 1;
}
.site-header__wrap__mobile .search-toggle {
  margin-left: 14px;
}
.site-header__wrap__mobile .logo {
  margin: auto;
}
@media (min-width: 64em) {
  .site-header__wrap__mobile {
    display: none;
  }
}

.main-menu-toggle {
  width: 32px;
  height: 25px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.main-menu-toggle .line {
  display: block;
  width: 32px;
  height: 3px;
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 1024px) {
  .main-menu-toggle {
    display: none;
  }
}

.main-menu-close {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.main-menu-close .close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 4px;
  background-color: #0e3957;
  transform-origin: center;
}
.main-menu-close .close-line.line1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.main-menu-close .close-line.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: var(--wp--preset--color--white);
  z-index: 9999;
  flex-direction: column;
  padding: 1.5rem 1rem;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.mobile-menu-overlay.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: auto;
  display: flex;
}

.mobile-menu-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.mobile-menu-header .logo img {
  max-height: 3.75rem;
}

.mobile-main-menu ul,
.mobile-main-menu .sub-menu {
  flex-direction: column;
  row-gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.mobile-main-buttons ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.mobile-main-buttons ul li {
  width: 100%;
  border-radius: 999999px;
  position: relative;
}
.mobile-main-buttons ul li.menu-item-signup {
  background-color: var(--wp--preset--color--cobalt);
}
.mobile-main-buttons ul li.menu-item-donate {
  background-color: var(--wp--preset--color--scarlet);
}
.mobile-main-buttons ul li a {
  display: block;
  text-align: center;
  padding: 1.0625rem 0;
  text-decoration: none;
  color: var(--wp--preset--color--white);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: normal;
}
.mobile-main-buttons ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1.75rem;
  padding-bottom: 3.125rem;
}
.mobile-main-buttons ul.sub-menu li a {
  color: var(--wp--preset--color--oxford);
  text-align: left;
  display: block;
  padding: 0;
  font-weight: 700;
}

.site-header__wrap__desktop {
  display: none;
}
@media (min-width: 64em) {
  .site-header__wrap__desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}
.site-header__wrap__desktop .logo {
  position: absolute;
  left: 0;
}
.site-header__wrap__desktop .main-menu {
  margin-right: 1.875rem;
}

.main-menu {
  display: none;
}
@media (min-width: 1024px) {
  .main-menu {
    display: block;
  }
}
.main-menu ul {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media (min-width: 90em) {
  .main-menu ul {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .button-nav {
    margin-right: 0.8125rem;
  }
}
.button-nav > ul {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.button-nav > ul > li {
  width: 100%;
  border-radius: 100px;
  width: auto;
}
@media (min-width: 64em) {
  .button-nav > ul > li {
    width: auto;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
  }
  .button-nav > ul > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    transform: scaleY(0);
    z-index: 0;
  }
  .button-nav > ul > li:hover::before {
    transform: scaleX(1);
  }
}
.button-nav > ul > li.menu-item-signup {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--peta-blue);
}
.button-nav > ul > li.menu-item-signup a {
  color: var(--wp--preset--color--peta-blue);
  position: relative;
}
.button-nav > ul > li.menu-item-signup:before {
  background-color: var(--wp--preset--color--peta-blue);
}
.button-nav > ul > li.menu-item-donate {
  background-color: var(--wp--preset--color--scarlet);
  overflow: visible;
  position: relative;
}
.button-nav > ul > li.menu-item-donate.is-hovered > a span {
  transform: rotateX(90deg);
}
.button-nav > ul > li.menu-item-donate.is-hovered > a::after {
  color: var(--wp--preset--color--white);
  border-radius: 100px;
  transform: rotateX(0deg);
}
.button-nav > ul > li.menu-item-donate.is-hovered::after, .button-nav > ul > li.menu-item-donate:hover::after {
  opacity: 1;
}
.button-nav > ul > li.menu-item-donate.is-hovered .sub-menu__wrapper, .button-nav > ul > li.menu-item-donate:hover .sub-menu__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-20px);
}
.button-nav > ul > li.menu-item-donate a {
  position: relative;
  perspective: 800px;
  background-color: var(--wp--preset--color--scarlet);
  border-radius: 100px;
}
.button-nav > ul > li.menu-item-donate::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--wp--preset--color--scarlet);
  opacity: var(--triangle-opacity, 0);
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}
.button-nav > ul > li.menu-item-donate:hover::after {
  opacity: 1;
}
.button-nav > ul > li > a {
  color: var(--wp--preset--color--white);
  font-size: 1rem;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 64em) {
  .button-nav > ul > li > a {
    padding: 0.625rem;
    display: inline-block;
  }
}
@media (min-width: 75em) {
  .button-nav > ul > li > a {
    font-size: 1.1875rem;
  }
}
@media (min-width: 90em) {
  .button-nav > ul > li > a {
    padding: 0.75rem 1.3125rem;
  }
}
.button-nav > ul > li > a::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 50% 50% -0.5em;
  transform: rotateX(-90deg);
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}
.button-nav > ul > li > a span {
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50% -0.5em;
  transform: rotateX(0deg);
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}
.button-nav > ul > li:hover > a {
  color: var(--wp--preset--color--white);
}
.button-nav > ul > li:hover > a span {
  transform: rotateX(90deg);
}
.button-nav > ul > li:hover > a::after {
  color: var(--wp--preset--color--white);
  border-radius: 100px;
  transform: rotateX(0);
}

.search-form__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-form__submit {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  height: 2.5rem;
  width: 2.5rem;
}

.mobile-menu-header__search {
  display: block;
  margin-bottom: 1.5rem;
}
.mobile-menu-header__search .search-form-wrap {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  position: relative !important;
  pointer-events: auto !important;
}
.mobile-menu-header__search .search-form {
  margin: 0 auto;
}

.search-form__dropdown {
  position: absolute;
  top: 100%;
  left: -1rem;
  width: calc(100% + 2rem);
  background-color: var(--wp--preset--color--powder-blue);
  z-index: 1000;
}
.search-form__dropdown .search-form {
  padding: 0 1rem;
}

.wp-block-search__inside-wrapper {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
}
.wp-block-search__button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wp-block-search__button svg {
  fill: var(--wp--preset--color--peta-blue);
  transform: rotate(270deg);
  min-width: 1.875rem;
  min-height: 1.875rem;
}

.search-form-wrap {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--powder-blue);
  pointer-events: none;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top center;
  transition: none;
}
.search-form-wrap.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 99;
}
.search-form-wrap:not(.is-active) {
  visibility: hidden;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 64em) {
  .search-form-wrap .search-form {
    max-width: 72.25rem;
    margin: auto;
  }
}
@media (min-width: 90em) {
  .search-form-wrap .search-form {
    max-width: 103.75rem;
  }
}
@media (min-width: 64em) {
  .search-form-wrap .search-form__wrapper {
    max-width: 500px;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .sub-menu__wrapper {
    display: flex;
    justify-content: space-evenly !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    width: 100vw;
    max-width: 100vw;
    background-color: #eaf6fd;
    z-index: 1000;
    transition: opacity 0.3s ease;
    padding: 25px 0;
    margin-top: -2px;
    opacity: 0;
    visibility: hidden;
  }
  .sub-menu__wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .sub-menu__wrapper::before {
    top: -15px;
  }
}
@media (min-width: 1024px) {
  .sub-menu__wrapper .sub-menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .sub-menu__wrapper .sub-menu {
    -moz-column-gap: 65px;
         column-gap: 65px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .sub-menu__wrapper .sub-menu > li > a {
    display: block;
    padding: rem-calc(12 16);
    color: var(--wp--preset--color--oxford) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none;
    transform: none !important;
    padding: 0 !important;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }
  .sub-menu__wrapper .sub-menu > li > a:hover {
    color: var(--wp--preset--color--peta-blue) !important;
  }
  .sub-menu__wrapper .sub-menu > li > a::before,
  .sub-menu__wrapper .sub-menu > li > a::after {
    display: none !important;
    content: none !important;
  }
  .sub-menu__wrapper .sub-menu > li > span {
    transform: none !important;
  }
  .sub-menu__wrapper .sub-menu > li::before {
    display: none !important;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .sub-menu__wrapper .sub-menu {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .sub-menu__wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

.media-credit__wrap {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.media-credit__wrap .media-credit {
  color: var(--wp--preset--color--chartreux);
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding-right: 5px;
  position: relative;
}
.media-credit__wrap .media-credit > span,
.media-credit__wrap .media-credit > a {
  color: var(--wp--preset--color--chartreux);
  font-family: var(--wp--preset--font-family--wix-madefor-text);
  font-size: 8.62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.345px;
  padding: 0;
}
.media-credit__wrap .media-credit__credit {
  padding: 0 0 0 5px;
}
.media-credit__wrap .media-credit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: var(--wp--preset--color--chartreux);
}
.media-credit__wrap .media-credit:last-child::after {
  display: none;
}

.footer-statement {
  text-align: center;
}
.footer-statement p {
  color: var(--wp--preset--color--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
}
.footer-statement p:first-child {
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer-statement p:first-child {
    margin-bottom: 1rem;
  }
}

.yoast-breadcrumbs {
  color: var(--wp--preset--color--licorice);
  font-family: "Wix Madefor Text";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 44px;
}
.yoast-breadcrumbs span a {
  transition: color 0.2s ease;
  color: var(--wp--preset--color--peta-blue);
  font-weight: 700;
}
.yoast-breadcrumbs span a:hover {
  color: var(--wp--preset--color--marmalade);
}

form .fields-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form .form-inline-group {
  display: flex;
  flex-direction: row;
}
form .pma-casl-check {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
form .pma-casl-check .opt-in-text {
  margin-bottom: 10px;
}
form .pma-casl-check .opt-out-text {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
form .pma-casl-check .opt-out-text a {
  text-decoration: underline;
}
form .pma-casl-check input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
  height: auto;
}
form .pma-casl-check label {
  color: inherit;
  margin: 5px 0;
}
@media (min-width: 768px) {
  form .fields-row {
    flex-direction: row;
    justify-content: center;
  }
  form .form-inline-group {
    flex-direction: row;
    justify-content: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/