@charset "UTF-8";
@import url("https://use.typekit.net/zue7epu.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-search:before {
  content: "\f002";
}

.fa-times:before {
  content: "\f00d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-clock:before {
  content: "\f017";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 130rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

@media (min-width: 768px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
}

@media (min-width: 1200px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 1200px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 1200px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 1200px) {
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media all and (min-width: 1400px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1600px) {
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

.col-12 {
  width: 100%;
  padding: 0 1.5rem;
}

.col-xs-12 {
  width: 100%;
}

.col-xxs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .md-mb-2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .md-mb-3 {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }
}

@media (min-width: 992px) {
  .order-md-2 {
    order: 2;
  }
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "jaf-domus", "Verdana", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

a {
  color: #B20E10;
  text-decoration: none;
}

hr {
  border: 2px solid #000;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  hr {
    margin: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  hr {
    margin: 5rem 0;
  }
}

::selection {
  background: #B20E10;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #B20E10;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #B20E10;
  color: #FFF;
  text-shadow: none;
}

blockquote {
  border-left: 3px solid #B20E10;
  padding: 0.5rem 0 0.75rem 2rem;
  font-weight: 700;
  margin: 2.5rem 0 4.5rem 0;
}
@media (min-width: 768px) {
  blockquote {
    margin: 3.5rem 0 5.5rem 0;
  }
}
@media (min-width: 992px) {
  blockquote {
    margin-left: 6rem;
  }
}
blockquote p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
blockquote cite {
  font-weight: normal;
  font-style: normal;
  margin-top: 1.2rem;
}

ol {
  margin-bottom: 3rem;
}
ol li {
  margin-bottom: 1rem;
}

.mt-0 {
  margin-top: 0;
}

.no-margin {
  margin: 0;
}

table {
  border: 2px solid #000;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 6.5rem;
  font-size: 1.5rem;
  background-color: transparent;
}
table th,
table td {
  border: 2px solid #000;
  padding: 1.5rem;
}

p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  ul li {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.text-block ul li, .image-with-content ul li, .content-with-flip ul li, .call-to-action ul li, .accordion ul li, flip-tiles ul li {
  list-style-type: none;
  position: relative;
}
.text-block ul li:before, .image-with-content ul li:before, .content-with-flip ul li:before, .call-to-action ul li:before, .accordion ul li:before, flip-tiles ul li:before {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #B20E10;
  position: absolute;
  left: -2rem;
  top: 9px;
  content: "";
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 15px, 0) !important;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  transform: none !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #B20E10;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

.image-gallery .swiper-button-prev, .image-gallery .swiper-button-next {
  top: 0 !important;
  margin-top: 0 !important;
  padding: 10px;
  width: calc(var(--swiper-navigation-size) / 44 * 27 + 20px) !important;
  height: calc(var(--swiper-navigation-size) + 20px) !important;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .image-gallery .swiper-button-prev, .image-gallery .swiper-button-next {
    top: 0 !important;
  }
  .image-gallery .swiper-button-next {
    right: 142px !important;
  }
}
@media (min-width: 992px) {
  .image-gallery .swiper-button-prev, .image-gallery .swiper-button-next {
    display: none !important;
    top: 513px !important;
  }
  .image-gallery .swiper-button-next {
    right: auto !important;
    left: 57px !important;
  }
}
a.blue-link {
  color: #B20E10 !important;
  font-weight: bold;
  box-shadow: none !important;
}

.ajax-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.ajax-pagination .button.active {
  position: relative;
  padding-left: 5rem;
}
.ajax-pagination .button.active:after {
  content: "";
  position: absolute;
  left: 14px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/img/loading.svg");
  background-size: 25px;
}

ul.list-group {
  padding-left: 2rem;
}

@media (min-width: 992px) {
  .container--margin .row {
    padding: 0 7rem;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

iframe {
  max-width: 100%;
}

.image-with-content ul, .text-block ul, .accordion ul, .body-content ul {
  list-style-type: none;
}
.image-with-content ul li, .text-block ul li, .accordion ul li, .body-content ul li {
  position: relative;
  margin: 0.8rem 0;
}
.image-with-content ul li:before, .text-block ul li:before, .accordion ul li:before, .body-content ul li:before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #b20e10;
  position: absolute;
  left: -2rem;
  top: 9px;
  content: "";
}

figure {
  margin: 0;
}
figure figcaption {
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #888;
  padding-top: 0.4rem;
  margin-bottom: 1rem;
}

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

.cursor {
  position: fixed;
  left: var(--cursor-x);
  top: var(--cursor-y);
  width: 9rem;
  height: 9rem;
  margin-top: 3rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: opacity 0.2s, transform 0.2s;
}

body.show-custom-cursor .swiper:hover {
  cursor: grabbing;
}

body.show-custom-cursor .cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
    line-height: 5.4rem;
  }
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  h2 {
    font-size: 3.4rem;
    line-height: 3.7rem;
  }
}
h2.red {
  color: #B20E10;
}
h2.alternative {
  font-family: active, sans-serif;
  font-weight: 400;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 4.2rem;
}
@media (min-width: 992px) {
  h2.alternative {
    font-size: 5rem;
    line-height: 5.4rem;
    margin-bottom: 1.2rem;
  }
}

h3 {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 0.8rem;
  }
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.button {
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  padding: 0.8rem 1.5rem 0.9rem 1.5rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .button {
    font-size: 2.1rem;
    padding: 1rem 2rem 1.1rem 2rem;
  }
}
.button:hover, .button:focus {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.button--primary {
  background-color: #B20E10;
  color: #fff;
  border: 0;
}
.button--primary:hover, .button--primary:focus, .button--primary:active, .button--primary:not(:disabled):not(:disabled):active {
  background-color: #530708;
}
.button--primary a {
  border: 0;
  color: white;
}
.button--link {
  color: #000;
  text-decoration: underline;
}
.button--secondary {
  background-color: #B20E10;
  color: #fff;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active, .button--secondary:not(:disabled):not(:disabled):active {
  background-color: #530708;
}
.button--white {
  background-color: white;
  color: #B20E10;
}
.button--white:hover, .button--white:focus, .button--white:active, .button--white:not(:disabled):not(:disabled):active {
  background-color: #e6e6e6;
}
.button--donate {
  color: white !important;
  background-color: #023b64 !important;
  text-transform: uppercase !important;
  font-size: 2.1rem !important;
  font-weight: 600 !important;
}
.button--donate:hover, .button--donate:focus {
  background-color: #011e32 !important;
}

.site-header {
  width: 100%;
  padding: 1rem 0 1rem 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: white;
}
@media (min-width: 992px) {
  .site-header {
    padding: 2rem 0 2rem 0;
  }
}
.site-header__wrapper {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.site-header__logo {
  width: 100%;
  margin-top: 6px;
  display: flex;
}
@media (min-width: 992px) {
  .site-header__logo {
    margin-top: 0;
  }
}
.site-header__logo a {
  display: inline-block;
}
.site-header__logo img {
  width: 100%;
  max-width: 17.9rem;
  display: flex;
}
@media (min-width: 992px) {
  .site-header__logo img {
    max-width: 30.3rem;
  }
}
.site-header__buttons {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
.site-header__buttons #search-toggle, .site-header__buttons #shop-link {
  width: 3.5rem;
  height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1.3rem;
}
@media (min-width: 768px) {
  .site-header__buttons #search-toggle, .site-header__buttons #shop-link {
    margin-right: 2.2rem;
  }
}
.site-header__buttons #shop-link {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .site-header__buttons #shop-link {
    margin-right: 2.2rem;
  }
}
.site-header__buttons .button--donate {
  display: none !important;
}
@media (min-width: 992px) {
  .site-header__buttons .button--donate {
    display: block !important;
    margin-right: 2.2rem !important;
  }
}
.site-header__buttons #search-toggle {
  background-size: 2.6rem;
  background-image: url("../assets/img/search-icon.svg");
  display: block;
}
.site-header__buttons #shop-link {
  background-size: 3.3rem;
  background-image: url("../assets/img/shop-icon.svg");
}
@media (min-width: 992px) {
  .site-header__buttons #shop-link {
    background-size: 3.3rem;
  }
}
.site-header__buttons button {
  height: 4rem;
  width: 3.1rem;
  padding: 0;
  border: 0;
  margin-top: 3px;
  background: none;
  box-shadow: none;
  appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .site-header__buttons button {
    width: 3.8rem;
  }
}
.site-header__buttons button:hover {
  cursor: pointer;
}
.site-header__buttons button span {
  width: 100%;
  background-color: #B20E10;
  display: inline-block;
  height: 3px;
  border-radius: 1rem;
  margin-bottom: 0.6rem;
}
.site-header__buttons button span:last-of-type {
  margin: 0;
}

.home .site-header {
  top: -6.3rem;
  background-color: transparent;
  padding: 1rem 0 1rem 0;
  position: absolute;
}
@media (min-width: 992px) {
  .home .site-header {
    top: -9.1rem;
    padding: 2rem 0 2rem 0;
  }
}
.home .site-header__buttons #search-toggle {
  background-image: url(../assets/img/search-icon-white.svg);
}
.home .site-header__buttons #shop-link {
  background-image: url(../assets/img/shop-icon-white.svg);
}
.home .site-header__buttons .button--donate {
  background-color: #B20E10 !important;
  color: white !important;
}
.home .site-header__buttons .button--donate:hover {
  background-color: #830a0c !important;
}
.home .site-header__buttons button span {
  background-color: white;
}

.admin-bar .site-header {
  top: 3.2rem;
}

.site-footer {
  background-color: #B20E10;
  color: #fff;
  padding: 3rem 0 3.5rem 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 3.5rem 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .site-footer {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.site-footer i.fa-brands.fa-bluesky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b20e10' d='M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z'/%3E%3C/svg%3E");
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer p, .site-footer a {
  color: white;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 992px) {
  .site-footer p, .site-footer a {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  list-style-type: none;
}
.site-footer h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .site-footer h5 {
    margin-bottom: 0.8rem;
  }
}
.site-footer__menus {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__menu {
  padding-top: 2rem;
  width: 50%;
}
@media (min-width: 992px) {
  .site-footer__menu {
    width: 25%;
    box-sizing: border-box;
    padding-right: 1.5rem;
  }
}
.site-footer__menu li {
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  .site-footer__menu li {
    margin: 1rem 0;
  }
}
.site-footer__address {
  margin-top: 3rem;
  padding-top: 4rem;
  width: 100%;
  border-top: #ddd solid 1px;
}
@media (min-width: 992px) {
  .site-footer__address {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}
.site-footer__address p {
  margin-bottom: 0.5rem;
}
.site-footer__footnote {
  margin-top: 2rem;
}
.site-footer__footnote ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__footnote ul li {
  width: 50%;
}
.site-footer__footnote ul li:last-of-type {
  text-align: right;
}
.site-footer__footnote ul li a {
  text-decoration: underline;
}
.site-footer__links ul li {
  margin-bottom: 0.5rem;
}
.site-footer__links ul.policies {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer__links ul.policies {
    margin-top: 3.5rem;
  }
}
.site-footer__logo {
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer__logo {
    margin-bottom: 2rem;
  }
}
.site-footer__logo img {
  max-width: 17.9rem;
}
@media (min-width: 992px) {
  .site-footer__logo img {
    max-width: 30.3rem;
  }
}
.site-footer__logo.desktop {
  display: none;
}
@media (min-width: 992px) {
  .site-footer__logo.desktop {
    display: block;
  }
}
.site-footer__logo.mobile {
  display: block;
}
@media (min-width: 992px) {
  .site-footer__logo.mobile {
    display: none;
  }
}
.site-footer__socials {
  width: 50%;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .site-footer__socials {
    width: 25%;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .site-footer__socials {
    padding-left: 2.7rem;
  }
}
.site-footer__socials ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.6rem;
}
.site-footer__socials ul li {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .site-footer__socials ul li {
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.site-footer__socials ul li:before {
  display: none;
}
.site-footer__socials ul li a {
  font-size: 0;
  display: inline-block;
  background-color: white;
  color: #B20E10;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer__socials ul li a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #f2f2f2;
}
.site-footer__socials ul li a i {
  font-size: 2rem;
}

.home .site-footer {
  margin-top: 0;
}

.fa-x-twitter:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b20e10' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}

.block {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .block {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .block {
    padding: 6rem 0;
  }
}
.block--no-padding {
  padding: 0;
}
.block--tan {
  background-color: #ada589;
}
.block--light-tan {
  background-color: rgba(173, 165, 137, 0.4);
}
.block--no-padding-top {
  padding-top: 0;
}
.block.container {
  overflow-x: clip;
}

@media (min-width: 992px) {
  .embed-map-content__content {
    padding-right: 3rem;
  }
}
.embed-map-content__map {
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .embed-map-content__map {
    display: flex;
    margin-top: 0;
    justify-content: flex-end;
  }
}
.embed-map-content__map iframe {
  border: 0;
  width: 100%;
}

.sign-up-cta {
  display: flex;
  background-color: #efede7;
  padding: 4rem;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.sign-up-cta__background {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0.12;
  width: 100%;
  height: 30rem;
}
@media (min-width: 768px) {
  .sign-up-cta__background {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
.sign-up-cta__heading {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .sign-up-cta__heading {
    width: 50%;
  }
}
.sign-up-cta__heading h2 {
  margin-top: 0;
  font-size: 3rem;
  line-height: 4rem;
  color: #B20E10;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .sign-up-cta__heading h2 {
    font-size: 4.4rem;
    line-height: 4.7rem;
    max-width: 32rem;
  }
}
.sign-up-cta__form {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .sign-up-cta__form {
    margin-top: 0;
    width: 50%;
  }
}
.sign-up-cta__form input[type=text] {
  background-color: white !important;
}
.sign-up-cta__form .gform_wrapper {
  margin-bottom: 0;
}

.content-with-flip .resource-card {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .content-with-flip .resource-card {
    margin-bottom: 2.5rem;
  }
}

.form__text,
.tml-field,
.ginput_container input,
.ginput_container_text input,
.ginput_container_number input {
  display: block;
  height: auto !important;
  padding: 13px 14px 13px 14px !important;
  background-color: #efede7;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  width: 100%;
  border: 0;
  height: 40px;
}

.form__label {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 2rem;
}

.form__item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 4rem;
  }
}
.form__item--inline {
  align-items: center;
}
@media (min-width: 768px) {
  .form__item--inline {
    display: flex;
  }
}
@media (min-width: 768px) {
  .form__item--multi {
    display: flex;
    align-items: flex-start;
  }
}

.label--inline {
  margin-bottom: 1rem;
  flex: 0 0 21rem;
  max-width: 21rem;
}
@media (min-width: 768px) {
  .label--inline {
    margin-bottom: 0;
  }
}
.label--required:after {
  content: "*";
  display: inline;
  color: #B20E10;
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 5rem;
  }
}

.form__textarea,
.ginput_container_textarea textarea {
  border: 0;
  padding: 1.2rem 1.5rem !important;
  width: 100%;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  background-color: #efede7;
}
.form__textarea::placeholder,
.ginput_container_textarea textarea::placeholder {
  color: rgba(116, 115, 115, 0.5);
}

.help-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-style: italic;
}

.custom-checkbox {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #000;
  background-color: transparent;
  position: absolute;
  top: 0.7rem;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.custom-checkbox:after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/tick.svg) center center/contain no-repeat;
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  position: relative;
  top: -0.3rem;
}

.custom-checkbox__label,
.custom-radio__label {
  padding-left: 3.3rem;
  position: relative;
}

.custom-checkbox__wrapper,
.custom-radio__wrapper {
  margin-bottom: 2.2rem;
}

.form__checkbox {
  opacity: 0;
  position: absolute;
}
.form__checkbox:checked + .custom-checkbox {
  background-color: #fff;
}
.form__checkbox:checked + .custom-checkbox:after {
  opacity: 1;
  transform: scale(1);
}

.custom-radio {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 0.5;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 0.5rem;
  left: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.custom-radio:after {
  content: "•";
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-in-out;
  position: relative;
  font-size: 5.5rem;
  top: -1.1rem;
  left: -0.1rem;
  color: #B20E10;
}

.form__radio {
  opacity: 0;
  position: absolute;
}
.form__radio:checked + .custom-radio {
  background-color: #fff;
}
.form__radio:checked + .custom-radio:after {
  opacity: 1;
  transform: scale(1);
}

.form__radio-group,
.form__checkbox-group {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .form__radio-group,
.form__checkbox-group {
    margin-top: 0.5rem;
  }
}

/* Gravity form */
div.gform_wrapper {
  margin-bottom: 7rem;
}
div.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-bottom: 2.5rem;
}
div.gform_wrapper fieldset.gfield legend {
  margin-bottom: 0.45rem !important;
}
div.gform_wrapper .gfield_label {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 1rem !important;
}
div.gform_wrapper .gform_heading {
  display: none;
}
div.gform_wrapper .gfield_validation_message, div.gform_wrapper .validation_message {
  padding: 5px 11px !important;
}
div.gform_wrapper .gform_wrapper .gform_validation_errors {
  margin-bottom: 2rem;
}
div.gform_wrapper .gform_button {
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 2rem 1.1rem 2rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  background-color: #B20E10;
  min-width: 147px;
  color: #fff;
  cursor: pointer;
}
div.gform_wrapper .gform_button:hover, div.gform_wrapper .gform_button:focus {
  background-color: #530708;
}
div.gform_wrapper .ginput_container_text {
  width: 100%;
}
div.gform_wrapper .ginput_container_text input.medium {
  width: 100%;
}
div.gform_wrapper .form_inline {
  overflow: hidden;
}
div.gform_wrapper .form_inline .ginput_container {
  margin-top: 0;
  float: left;
  width: calc(100% - 21rem);
}
div.gform_wrapper .form_inline label.gfield_label {
  position: relative;
  top: 2rem;
  float: left;
  margin-bottom: 1rem;
  width: 21rem;
}
@media (min-width: 768px) {
  div.gform_wrapper .form_inline label.gfield_label {
    margin-bottom: 0;
  }
}
div.gform_wrapper .ginput_container_select select:not(:only-child) {
  display: none;
}
div.gform_wrapper .gfield_checkbox input:not(.gchoice_other_control),
div.gform_wrapper .gfield_radio input:not(.gchoice_other_control), div.gform_wrapper .ginput_container_consent input:not(.gchoice_other_control) {
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 !important;
  height: 2rem;
  margin-right: 0.7rem;
  appearance: none;
  outline: none;
  border: 1px solid #333;
  position: relative;
}
div.gform_wrapper .gfield_checkbox input:not(.gchoice_other_control):hover,
div.gform_wrapper .gfield_radio input:not(.gchoice_other_control):hover, div.gform_wrapper .ginput_container_consent input:not(.gchoice_other_control):hover {
  cursor: pointer;
}
div.gform_wrapper .gfield_checkbox input:not(.gchoice_other_control):after,
div.gform_wrapper .gfield_radio input:not(.gchoice_other_control):after, div.gform_wrapper .ginput_container_consent input:not(.gchoice_other_control):after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 1rem;
  width: 1rem;
  background-color: #B20E10;
  opacity: 0;
}
div.gform_wrapper .gfield_checkbox .gchoice_other_control,
div.gform_wrapper .gfield_radio .gchoice_other_control, div.gform_wrapper .ginput_container_consent .gchoice_other_control {
  border-radius: 0;
}
div.gform_wrapper .gfield_checkbox .gchoice_other_control:disabled,
div.gform_wrapper .gfield_radio .gchoice_other_control:disabled, div.gform_wrapper .ginput_container_consent .gchoice_other_control:disabled {
  display: none;
}
div.gform_wrapper .gfield_checkbox label,
div.gform_wrapper .gfield_radio label, div.gform_wrapper .ginput_container_consent label {
  font-size: 1.7rem !important;
}
div.gform_wrapper .gfield_checkbox li,
div.gform_wrapper .gfield_radio li, div.gform_wrapper .ginput_container_consent li {
  margin-bottom: 1.5rem;
}
div.gform_wrapper .gfield_checkbox li > label,
div.gform_wrapper .gfield_radio li > label, div.gform_wrapper .ginput_container_consent li > label {
  padding-left: 3rem;
  font-size: 1.8rem;
}
div.gform_wrapper .gfield_checkbox input:after, div.gform_wrapper .ginput_container_consent input:after {
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: 1px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M470.6,105.4c12.5,12.5,12.5,32.8,0,45.3l-256,256c-12.5,12.5-32.8,12.5-45.3,0l-128-128 c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0L192,338.7l233.4-233.3C437.9,92.9,458.2,92.9,470.6,105.4L470.6,105.4z'/%3E%3C/svg%3E%0A");
}
div.gform_wrapper .gfield_checkbox input:checked, div.gform_wrapper .ginput_container_consent input:checked {
  border: 0;
  transition: 0.2s;
}
div.gform_wrapper .gfield_checkbox input:checked:after, div.gform_wrapper .ginput_container_consent input:checked:after {
  transition: 0.2s;
  opacity: 1;
}
div.gform_wrapper .gfield_checkbox input:after {
  top: 0px !important;
  left: 0px !important;
  height: 2rem !important;
  width: 2rem !important;
}
div.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: center;
}
div.gform_wrapper .gfield_radio input {
  border-radius: 50%;
}
div.gform_wrapper .gfield_radio input:after {
  border-radius: 50%;
  top: 4px;
  left: 4px;
  height: 1rem;
  width: 1rem;
  transition: 0.2s;
}
div.gform_wrapper .gfield_radio input:checked {
  border: 1px solid #B20E10;
}
div.gform_wrapper .gfield_radio input:checked:after {
  opacity: 1;
  transition: 0.2s;
}
div.gform_wrapper .ginput_container_multiselect .dropdown {
  display: none;
}
div.gform_wrapper .ginput_container_multiselect .gfield_select {
  border: 3px solid #000;
  padding: 1.5rem;
}
div.gform_wrapper .ginput_container_radio .gfield_description {
  padding-top: 1rem;
}
div.gform_wrapper .gfield_description {
  padding-top: 1rem !important;
  font-size: 1.5rem !important;
  line-height: 2.2rem !important;
}
div.gform_wrapper .ginput_container_select .dropdown {
  font-size: 1.7rem;
  min-width: 25rem;
}
div.gform_wrapper .ginput_container_select .dropdown:after {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
div.gform_wrapper li.gsection {
  padding-bottom: 3rem;
  border-bottom: 4px solid #000;
}
div.gform_wrapper .gfield_description {
  font-style: italic;
}

/* Search Form */
.search-form {
  overflow: hidden;
  margin-top: 3.8rem;
}
.search-form ::placeholder {
  color: #999;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  color: #999;
}
.search-form ::-ms-input-placeholder {
  color: #999;
}
.search-form .form-control {
  border-radius: 0;
  height: 56px;
  float: left;
  position: relative;
  z-index: 1;
  border: 4px solid #000;
  padding-left: 2rem;
  padding-right: 9rem;
  width: 100%;
}
@media (min-width: 768px) {
  .search-form .form-control {
    width: 35rem;
  }
}
@media (min-width: 992px) {
  .search-form .form-control {
    width: 50rem;
  }
}
.search-form .form-control:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 768px) {
  .search-form--bottom {
    margin-top: 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .search-form--bottom .form-control {
    width: 40rem;
  }
}
@media (min-width: 992px) {
  .search-form--bottom .btn {
    min-width: 19rem;
  }
}
.search-form .btn {
  border-radius: 0;
  background-color: #000;
  border-color: #000;
  font-weight: 700;
  padding: 1.6rem 2rem;
  height: 56px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .search-form .btn {
    left: -70px;
    float: left;
  }
}
@media (max-width: 767px) {
  .search-form .btn {
    width: 100%;
    margin-top: 1rem;
  }
}
.search-form .dropdown-search {
  clear: both;
  background-color: #e8e8e8;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 674px;
  position: relative;
  top: -30px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
}
.search-form .dropdown-search.slide-dropdown {
  max-height: 350px;
}
.search-form .dropdown-search h4 {
  font-family: "Open Sans Semibold", sans-serif;
  color: #777;
  text-transform: uppercase;
  font-size: 14px;
}
.search-form .dropdown-search .category {
  color: #B20E10;
  font-size: 15px;
}
.search-form .dropdown-search hr {
  border-color: #999;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  margin-top: 12px;
  margin-bottom: 22px;
}
.search-form .dropdown-search ul {
  list-style: none;
  padding-left: 0;
  margin-top: 13px;
  margin-bottom: 7px;
}
.search-form .dropdown-search ul li {
  display: flex;
  justify-content: space-between;
}
.search-form .dropdown-search ul li + li {
  padding-top: 11px;
}
.search-form .dropdown-search ul a {
  color: #B20E10;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
.search-form .dropdown-search ul .resource-type {
  text-transform: uppercase;
  color: #B20E10;
  font-size: 13px;
  display: inline-block;
  margin-right: 14px;
}
.search-form .dropdown-search ul .resource-date {
  color: #B20E10;
  font-size: 13px;
}
.search-form .dropdown-search-inner {
  padding: 50px 28px 15px 28px;
}

.custom-select select {
  display: none;
}

.dropdown {
  background-color: #fff;
  border: solid 1px #000;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  outline: none;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 1.35rem;
  padding-right: 4rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  min-width: 15rem;
  display: flex;
  align-items: center;
}
.dropdown:focus {
  background-color: #fafafa;
}
.dropdown:hover {
  background-color: #fcfcfc;
}
.dropdown:after {
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 0;
  background: url(../img/down-chevron.svg) no-repeat;
  position: absolute;
  right: 12px;
  top: 11px;
}
.dropdown.open:after {
  transform: rotate(-180deg);
}
.dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  max-height: 20rem;
  overflow: auto;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgb(0, 0, 0);
  background-color: #fff;
  margin-top: 6px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 12rem;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .list ul {
  list-style: none;
  padding-left: 0;
  margin: 0.75rem 0;
}
.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  padding-left: 1.8rem;
  padding-right: 2.9rem;
  text-align: left;
  transition: all 0.2s;
}
.dropdown .option:hover, .dropdown .option:focus {
  color: #B20E10;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #fff;
}
.dropdown .current {
  line-height: 1;
  display: inline-block;
}

.by {
  bottom: 12px;
  color: #000;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.custom-date {
  position: relative;
}
@media (max-width: 767px) {
  .custom-date {
    max-width: 20rem;
  }
}
.custom-date:after {
  content: "";
  display: inline-block;
  background: url(../img/calendar.svg) center center/contain no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 0.3rem;
  right: 0;
}
.custom-date input {
  border: 0;
  min-width: 20rem;
  padding-bottom: 0.4rem;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 767px) {
  .custom-date input {
    max-width: 20rem;
  }
}

.form-page {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .form-page h1 {
    margin-top: 3rem;
  }
}
.form-page h1 + form {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .form-page h1 + form {
    margin-top: 6rem;
  }
}
.form-page .dropdown {
  border: 0;
  border-bottom: 3px solid #000;
  padding-left: 0;
  font-size: inherit;
  min-width: 20rem;
}

.file-upload {
  display: block;
  text-align: center;
  margin: 5.5rem 0;
}
@media (max-width: 767px) {
  .file-upload {
    padding-top: 3rem;
    margin-bottom: 4rem;
  }
}
.file-upload .file-select {
  display: block;
  color: #000;
  cursor: pointer;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select:hover {
  border-color: #530708;
  transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  color: #B20E10;
  transition: all 0.2s ease-in-out;
}
.file-upload .file-select-button {
  border: 3px solid #B20E10;
  color: #000;
  font-weight: 700;
  padding: 1.2rem 2rem 1.2rem 4rem;
  display: inline-block;
  position: relative;
}
.file-upload .file-select-button:before {
  content: "";
  display: inline-block;
  background: url(../img/download.svg) center center/contain no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1.2rem;
  left: 1.3rem;
}
.file-upload .file-select-name {
  display: block;
}
@media (min-width: 768px) {
  .file-upload .file-select-name {
    display: inline-block;
    padding: 0 1rem;
    position: absolute;
    top: 1.2rem;
    left: 17rem;
  }
}
@media (max-width: 767px) {
  .file-upload .file-select-name {
    margin-top: 1.5rem;
  }
}
.file-upload input[type=file] {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload.active .file-select {
  border-color: #B20E10;
  transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select-button {
  transition: all 0.2s ease-in-out;
}

.mailchimp-form_wrapper {
  width: 100%;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .mailchimp-form_wrapper {
    max-width: 40rem;
  }
}
.mailchimp-form .gform_confirmation_message {
  margin-top: 4rem;
  color: black;
  font-weight: bold;
}
.mailchimp-form label {
  display: none !important;
}
.mailchimp-form input {
  font-size: 1.8rem;
  line-height: 2.2rem;
  border: 0;
  padding: 1rem;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .mailchimp-form input {
    min-height: 4.2rem;
  }
}
.mailchimp-form input::placeholder {
  color: rgba(116, 115, 115, 0.5);
}
.mailchimp-form .button {
  height: 42px;
  margin: 0 !important;
  background-color: white !important;
  color: #B20E10 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  min-width: 0 !important;
  padding-top: 0.3rem !important;
}
@media only screen and (min-width: 642px) {
  .mailchimp-form .button {
    padding-top: 1rem !important;
  }
}

.gform_wrapper, .sort_wrapper {
  overflow-y: hidden;
  overflow-x: clip;
}
.gform_wrapper select, .sort_wrapper select {
  display: none;
}
.gform_wrapper .dropdown, .gform_wrapper .datepicker, .sort_wrapper .dropdown, .sort_wrapper .datepicker {
  width: 100%;
  min-height: 4.8rem;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  padding-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23020202;%7D%0A%3C/style%3E%3Cpath class='st0' d='M223.9,369.9l17-17L401,193l17-17l-34-33.9l-17,17l-143,143L80.9,159l-17-17L30,176l17,17l159.9,160l17,17 V369.9z'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-size: 1.4rem;
  background-repeat: no-repeat;
  appearance: none;
  background-position-x: calc(100% - 1.5rem);
  -webkit-appearance: none;
  outline: none;
}

.gform_wrapper.gravity-theme .ginput_container_time {
  min-width: 8rem !important;
}

.block.form form {
  max-width: 600px;
}
.block.form .form__title {
  margin-bottom: 2.2rem;
}

.gform_confirmation_wrapper {
  margin-bottom: 4rem;
}

.woocommerce-input-wrapper .dropdown.country_select {
  display: none;
}

.resource-search {
  margin-bottom: 30px;
  max-width: 1053px;
  position: relative;
}
.resource-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 2rem 1.1rem 2rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  background-color: #B20E10;
  min-width: 147px;
  color: #fff;
  cursor: pointer;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
  font-size: 1.6rem !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
  font-size: 1.6rem !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
  font-size: 1.6rem !important;
}

#mc_embed_signup {
  font-family: "jaf-domus", "Verdana", Arial, sans-serif !important;
  width: 100% !important;
  max-width: 600px !important;
}
#mc_embed_signup form {
  margin: 0 15px !important;
}
#mc_embed_signup .mc-field-group label {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 1rem !important;
  font-weight: bold !important;
}
#mc_embed_signup .mc-field-group input {
  font-size: 1.8rem;
  line-height: 2.2rem;
  border: 0;
  padding: 1rem;
  background-color: #efede7;
  border-radius: 2px;
}
@media (min-width: 768px) {
  #mc_embed_signup .mc-field-group input {
    min-height: 4.2rem;
  }
}
#mc_embed_signup .mc-field-group input::placeholder {
  color: rgba(116, 115, 115, 0.5);
}
#mc_embed_signup fieldset.mc-field-group {
  padding: 0;
}
#mc_embed_signup .input-group strong, #mc_embed_signup fieldset.mc-field-group strong {
  font-size: 1.8rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 1rem !important;
  font-weight: bold !important;
}
#mc_embed_signup .input-group label, #mc_embed_signup fieldset.mc-field-group label {
  font-size: 1.7rem !important;
  font-weight: normal !important;
}
#mc_embed_signup .input-group input, #mc_embed_signup fieldset.mc-field-group input {
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 !important;
  height: 2rem;
  margin-right: 0.9rem;
  appearance: none;
  outline: none;
  border: 0;
  position: relative;
  top: 4px;
}
#mc_embed_signup .input-group input:hover, #mc_embed_signup fieldset.mc-field-group input:hover {
  cursor: pointer;
}
#mc_embed_signup .input-group input:after, #mc_embed_signup fieldset.mc-field-group input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #B20E10;
  opacity: 0;
  border: 1px solid #B20E10;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: 1px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M470.6,105.4c12.5,12.5,12.5,32.8,0,45.3l-256,256c-12.5,12.5-32.8,12.5-45.3,0l-128-128 c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0L192,338.7l233.4-233.3C437.9,92.9,458.2,92.9,470.6,105.4L470.6,105.4z'/%3E%3C/svg%3E%0A");
}
#mc_embed_signup .input-group input:checked, #mc_embed_signup fieldset.mc-field-group input:checked {
  border: 0;
  transition: 0.2s;
}
#mc_embed_signup .input-group input:checked:after, #mc_embed_signup fieldset.mc-field-group input:checked:after {
  transition: 0.2s;
  opacity: 1;
}
#mc_embed_signup .input-group input[type=radio], #mc_embed_signup fieldset.mc-field-group input[type=radio] {
  border-radius: 50%;
  appearance: none;
}
#mc_embed_signup .input-group input[type=radio]:checked, #mc_embed_signup fieldset.mc-field-group input[type=radio]:checked {
  border: 1px solid #B20E10;
}
#mc_embed_signup .input-group input[type=radio]:after, #mc_embed_signup fieldset.mc-field-group input[type=radio]:after {
  border-radius: 50%;
  overflow: hidden !important;
  background: none !important;
  background-color: #B20E10 !important;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#mc_embed_signup #mc-embedded-subscribe {
  border-radius: 2px !important;
  transition: all 0.2s ease-in-out;
  padding: 0.8rem 1.5rem 0.9rem 1.5rem !important;
  text-align: center;
  height: auto;
  font-family: "jaf-domus", "Verdana", Arial, sans-serif !important;
  display: inline-block;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  line-height: 1.9rem !important;
  background-color: #B20E10 !important;
  color: #fff !important;
  border: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe:hover, #mc_embed_signup #mc-embedded-subscribe:focus, #mc_embed_signup #mc-embedded-subscribe:active, #mc_embed_signup #mc-embedded-subscribe:not(:disabled):not(:disabled):active {
  background-color: #530708 !important;
}
@media (min-width: 992px) {
  #mc_embed_signup #mc-embedded-subscribe {
    font-size: 2.1rem !important;
    line-height: 2.4rem !important;
    padding: 1rem 2rem 1.1rem 2rem !important;
  }
}
#mc_embed_signup #mc-embedded-subscribe:hover, #mc_embed_signup #mc-embedded-subscribe:focus {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.feature-banner {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 500px) {
  .feature-banner {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .feature-banner {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .feature-banner {
    margin-bottom: 8rem;
  }
}
.feature-banner__title {
  margin-top: 2rem;
}
@media (min-width: 500px) {
  .feature-banner__title {
    margin-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .feature-banner__title {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .feature-banner__title {
    margin-top: 7rem;
  }
}
.feature-banner__link {
  display: block;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .feature-banner__link {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .feature-banner__img {
    background: url(../img/header_img.svg) bottom left/cover no-repeat;
    height: 100%;
    width: 58%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .feature-banner__img {
    width: 64%;
  }
}
@media (min-width: 992px) {
  .feature-banner__text {
    padding-bottom: 9rem;
  }
}
.feature-banner__text a {
  color: #B20E10;
  box-shadow: none;
  font-weight: 700;
}
.feature-banner__text a:hover, .feature-banner__text a:focus {
  box-shadow: none;
  color: #6b080a;
}

.home-cta {
  margin-bottom: 5rem;
}
.home-cta__box {
  border: 6px solid #000;
  padding: 3rem 2rem 0rem 2rem;
  position: relative;
  margin-top: 12rem;
}
@media (min-width: 500px) {
  .home-cta__box {
    margin-top: 11.5rem;
  }
}
@media (min-width: 768px) {
  .home-cta__box {
    padding: 3.25rem 3rem 0.5rem 3rem;
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .home-cta__box {
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .home-cta__box {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.home-cta__list {
  list-style: none;
  padding-left: 0;
  column-count: 2;
  column-gap: 30px;
  line-height: 1.4;
}
.home-cta__link {
  font-weight: 700;
  font-size: 1.75rem;
  display: inline-block;
  margin-bottom: 2rem;
}
.home-cta__link:hover, .home-cta__link:focus {
  color: #240303;
}
.home-cta__text, .home-cta__text p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .home-cta__text, .home-cta__text p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1600px) {
  .home-cta__text, .home-cta__text p {
    font-size: 2.3rem;
  }
}
.home-cta__text p, .home-cta__text p p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.home-cta__text p:last-child, .home-cta__text p p:last-child {
  margin-bottom: 0;
}
.home-cta__text:last-child, .home-cta__text p:last-child {
  margin-top: 2.5rem;
}
.home-cta__title {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: 2rem;
}

.pledge-wall {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .pledge-wall {
    padding-top: 1rem;
  }
}
.pledge-wall__intro h2 {
  font-weight: 500;
  margin-top: 0;
}
.pledge-wall__intro .button {
  margin-top: 1.5rem;
}
.pledge-wall__wall-items {
  margin-top: 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .pledge-wall__wall-items {
    width: calc(100% + 2.5rem);
  }
}
@media (min-width: 992px) {
  .pledge-wall__wall-items {
    margin-top: 7rem;
  }
}
.pledge-wall__wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .pledge-wall__wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.pledge-wall__item {
  padding: 3rem;
  background-color: #B20E10;
  color: white;
  width: 100%;
  float: left;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .pledge-wall__item {
    margin-right: 2.5rem;
    width: calc(50% - 2.5rem);
  }
}
@media (min-width: 992px) {
  .pledge-wall__item {
    margin-right: 2.5rem;
    width: calc(33.3333333333% - 2.5rem);
  }
}
.pledge-wall__item.blue {
  background-color: #e9f4f7;
  color: black;
}
.pledge-wall__item.light-grey {
  background-color: #f0eee9;
  color: black;
}
.pledge-wall__item.purple {
  background-color: #6B2F75;
  color: white;
}
.pledge-wall__item.tan {
  background-color: #ADA589;
  color: black;
}
.pledge-wall__item h3 {
  margin-top: 0;
}

.header-banner {
  width: 100%;
  background-color: #B20E10;
  color: white;
  padding: 3rem 0 3rem 0;
  background-image: url("../assets/img/squiggle-3.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header-banner {
    padding: 4rem 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .header-banner {
    padding: 6rem 0 6rem 0;
  }
}
.header-banner__placeholder {
  margin-top: 6.1rem;
}
@media (min-width: 768px) {
  .header-banner__placeholder {
    margin-top: 9rem;
  }
}
.header-banner__date ul {
  padding: 0;
  margin: 0;
}
.header-banner__date ul li {
  list-style-type: none;
  font-size: 2rem;
  line-height: 2.8rem;
}
.header-banner__date ul li:before {
  display: none;
}
.header-banner__wrapper {
  margin-top: 7rem;
  width: 100%;
}
@media (min-width: 992px) {
  .header-banner__wrapper {
    margin-top: 9rem;
  }
}
.header-banner__wrapper.enabled {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .header-banner__wrapper.enabled {
    margin-bottom: 5rem;
  }
}
.header-banner--tan {
  background-color: #ada589;
  color: #000;
  background-image: url("../assets/img/squiggle-2.svg");
}
.header-banner h1 {
  margin-top: 0;
}
.header-banner h2 {
  font-size: 2.8rem;
}
.header-banner__slider {
  width: 100%;
  margin-top: 2rem;
  overflow: visible !important;
}
.header-banner__slider .swiper-button-next, .header-banner__slider .swiper-button-prev {
  top: -2.2rem;
  width: 1.3rem;
  height: 2.6rem;
  display: none;
}
@media (min-width: 992px) {
  .header-banner__slider .swiper-button-next, .header-banner__slider .swiper-button-prev {
    display: block;
  }
}
.header-banner__slider .swiper-button-next:after, .header-banner__slider .swiper-button-prev:after {
  width: 1.3rem;
  height: 2.6rem;
  font-size: 2.5rem;
}
.header-banner__slider .swiper-button-next.swiper-button-disabled:after, .header-banner__slider .swiper-button-prev.swiper-button-disabled:after {
  opacity: 0.5;
}
.header-banner__slider .swiper-button-prev {
  left: auto !important;
  right: 4rem;
}
.header-banner__slider .swiper-button-lock {
  opacity: 0 !important;
}
.header-banner__slider-item {
  max-width: 14.5rem;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .header-banner__slider-item {
    max-width: 22.9rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .header-banner__slider-item {
    max-width: 23.2rem;
    margin-right: 4.5rem;
  }
}
.header-banner__slider-item-placeholder, .header-banner__slider-item-image {
  height: 10rem;
  width: 100%;
  background-color: #fff;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 420px) {
  .header-banner__slider-item-placeholder, .header-banner__slider-item-image {
    height: 12.5rem;
  }
}
@media (min-width: 768px) {
  .header-banner__slider-item-placeholder, .header-banner__slider-item-image {
    height: 16.3rem;
  }
}
.header-banner__slider-item-placeholder {
  object-fit: contain;
  padding: 20px;
}
@media (min-width: 992px) {
  .header-banner__slider-item-placeholder {
    padding: 50px;
  }
}
.header-banner__slider-item a {
  color: inherit;
}
.header-banner__slider-item a:hover {
  text-decoration: underline;
}
.header-banner__slider-item h3 {
  margin-top: 1.1rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .header-banner__slider-item h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.breadcrumb {
  margin: 0 !important;
  color: white;
  display: flex !important;
  align-items: center;
  align-content: center;
  font-size: 1.5rem !important;
}
.breadcrumb__wrapper {
  background-color: #B20E10;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .breadcrumb__wrapper {
    margin-top: 2rem;
  }
}
.breadcrumb .breadcrumb__item a, .breadcrumb > span a {
  color: white !important;
  box-shadow: none !important;
  font-size: 1.5rem !important;
  margin-right: 0 !important;
}
.breadcrumb span {
  margin-top: 6px !important;
  margin-bottom: 2px !important;
  padding: 0 !important;
}
.breadcrumb span:before {
  color: white !important;
}
.breadcrumb span.separator {
  margin: 0 0.6rem;
}
.breadcrumb .breadcrumb__item a + span:before, .breadcrumb > span a + span:before {
  margin-bottom: -1px !important;
  width: 11px !important;
  height: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 512' style='enable-background:new 0 0 384 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M342.6,233.4c12.5,12.5,12.5,32.8,0,45.3l-192,192c-12.5,12.5-32.8,12.5-45.3,0s-12.5-32.8,0-45.3L274.7,256 L105.4,86.6c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l192,192L342.6,233.4z'/%3E%3C/svg%3E") !important;
}

.quote.block--light-tan {
  padding-top: 0;
  margin: 5rem 0;
}
@media (min-width: 992px) {
  .quote.block--light-tan {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .quote.block--light-tan {
    padding-top: 6rem;
  }
}
.quote.block--light-tan .col-12 {
  padding: 0;
}
@media (min-width: 992px) {
  .quote.block--light-tan .col-12 {
    padding: 0 1.5rem;
  }
}
.quote__item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .quote__item {
    flex-wrap: nowrap;
  }
}
.quote__image {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .quote__image {
    width: 45%;
  }
}
.quote__image img {
  width: 100%;
}
.quote__wrapper {
  width: 100%;
}
.quote__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2.8rem 2rem 2.8rem;
  align-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .quote__content {
    width: 55%;
    padding: 0 0 0 8rem;
  }
}
.quote__content:before {
  content: "";
  top: -0.7rem;
  left: 0rem;
  width: 12rem;
  height: 12rem;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../assets/img/quote-icon.svg");
}
@media (min-width: 992px) {
  .quote__content:before {
    top: 0rem;
    left: 3rem;
    width: 21rem;
    height: 18rem;
  }
}
@media (min-width: 992px) {
  .quote__content.full-width {
    width: 85%;
    padding: 3rem 0 3rem 8rem;
  }
}
@media (min-width: 992px) {
  .quote__content.full-width:before {
    left: -1rem;
  }
}
.quote__title {
  font-size: 2.8rem;
  line-height: 3.1rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .quote__title {
    font-size: 4.8rem;
    line-height: 5rem;
    margin-bottom: 1.5rem;
  }
}
.quote__text {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .quote__text {
    margin-bottom: 3rem;
  }
}
.quote__author {
  color: #B20E10;
  font-size: 1.9rem;
  line-height: 2.6rem;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 992px) {
  .quote__author {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
.quote__author-description {
  font-size: 1.6rem;
  line-height: 2rem;
  width: 100%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .quote__author-description {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .quote--swiper .quote__item {
    padding: 0 7rem;
    box-sizing: border-box;
  }
}

.key-points .col-12 {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .key-points .col-12 {
    margin-bottom: 0;
  }
}
.key-points .col-12:last-of-type {
  margin-bottom: 0;
}
.key-points__item {
  padding: 0 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.key-points__item h3 {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: active, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  width: 100%;
  line-height: 3.6rem;
}
@media (min-width: 992px) {
  .key-points__item h3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.key-points__item p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.key-points__item p:first-of-type {
  margin-top: 1.2rem;
}

.call-to-action {
  background-color: #B20E10;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-image: url("../assets/img/squiggle-1.svg");
}
@media (min-width: 1200px) {
  .call-to-action {
    background-size: auto;
  }
}
.call-to-action--tan {
  background: none;
  background-color: #ada589;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-image: url("../assets/img/squiggle-1.svg");
}
.call-to-action--tan h2, .call-to-action--tan p {
  color: #000;
}
.call-to-action--red .button {
  background-color: white;
  color: #B20E10;
}
.call-to-action--red .button:hover {
  background-color: #f2f2f2;
  color: #B20E10;
}
.call-to-action--red a:not(.button) {
  color: white;
}
.call-to-action.has-image .call-to-action__image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 18rem;
}
@media (min-width: 768px) {
  .call-to-action.has-image .call-to-action__image {
    height: auto;
    width: 42%;
  }
}
.call-to-action__content {
  padding: 3rem 2rem 3rem 2rem;
  color: white;
  width: 100%;
  max-width: 75.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  .call-to-action__content {
    padding: 6rem 5rem 6rem 5rem;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .call-to-action__content {
    padding: 6rem 5rem 6rem 5rem;
  }
}
.call-to-action__content .button {
  margin-top: 2rem;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .call-to-action__content .button {
    margin-right: 1.5rem;
  }
}
.call-to-action__content h2 {
  margin-top: 0;
  font-size: 2.6rem;
  width: 100%;
}
@media (min-width: 992px) {
  .call-to-action__content h2 {
    font-size: 4rem;
  }
}
.call-to-action__content p:first-of-type {
  margin-top: 0.5rem;
}
.call-to-action__content form {
  margin-top: 2.5rem;
  max-width: 60rem;
}
@media (min-width: 768px) {
  .call-to-action__content form .form__item {
    margin-bottom: 0;
  }
}
.call-to-action__content form label {
  display: none;
}
@media (min-width: 768px) {
  .call-to-action__content form .button {
    margin-left: 1.5rem;
  }
}
.call-to-action__content form .form__item--inline {
  display: flex;
  flex-wrap: wrap;
  max-width: 40rem;
}
.call-to-action__content form .form__item {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
}
.call-to-action__content form .form__item input {
  width: 100%;
}
.call-to-action__content form .form__item.submit {
  flex: none;
}
.call-to-action__content form .form__item.submit input {
  width: auto;
  margin: 0;
}
.call-to-action__content form .form__item.half {
  width: 50%;
}
@media (min-width: 992px) {
  .call-to-action.reverse {
    flex-direction: row-reverse;
  }
}
.call-to-action.reverse .call-to-action__content {
  background-image: url("../assets/img/squiggle-1.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 31rem;
}
@media (min-width: 992px) {
  .call-to-action.reverse .call-to-action__content {
    background-size: contain;
    padding: 6rem 6rem 6rem 0;
  }
}
.call-to-action.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-links-card {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page-links-card {
    margin-bottom: 5rem;
  }
}
.page-links-card__image {
  width: 100%;
  background-color: #f8f8f8;
  height: 25rem;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-links-card__image {
    height: 40rem;
  }
}
.page-links-card__image img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
  object-position: center;
}
.page-links-card__image:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.page-links-card__button {
  color: #000;
  margin-top: 2rem;
  font-weight: 700;
}
.page-links-card__content {
  display: none;
}
@media (min-width: 992px) {
  .page-links-card__content {
    background-color: rgba(173, 165, 137, 0.92);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 3rem 5rem;
    color: #000;
    transition: 0.3s;
    opacity: 0;
  }
}
.page-links-card__content p {
  text-align: center;
  width: 100%;
}
.page-links-card__content:hover {
  opacity: 1;
  transition: 0.3s;
}

.image-with-content__image {
  width: 100%;
  display: flex;
}
.image-with-content__image img, .image-with-content__image figure {
  width: 100%;
}
@media (min-width: 768px) {
  .image-with-content--image-left .image-with-content__content {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .image-with-content--image-right .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .image-with-content--image-right .image-with-content__content {
    padding-right: 2.5rem;
  }
}
.image-with-content h2, .image-with-content h3 {
  color: #B20E10;
}
@media (min-width: 992px) {
  .image-with-content p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.image-with-content .button {
  margin-top: 1rem;
}

.nav__list {
  list-style: none;
}
@media (min-width: 992px) {
  .nav__list {
    display: flex;
    margin: 0;
    padding: 2rem 0;
  }
}
.nav ul ul {
  padding-left: 2rem;
  height: 0;
  overflow: hidden;
}
.nav__item {
  list-style-type: none;
  margin: 0.8rem 0;
}
.nav__item--top li {
  padding-right: 3rem;
}
.nav__item--top a {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 600;
  padding: 0.2rem 5rem 0.2rem 1.4rem;
  display: inline-block;
  color: white;
  position: relative;
}
.nav__item--top.menu-item-has-children {
  position: relative;
  width: 100%;
}
.nav__item--top.menu-item-has-children .toggle-submenu {
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='SVGDoc' width='30' height='18' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 70 18'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(135 15 9)'%3E%3Ctitle%3ERectangle Copy 9%3C/title%3E%3Cpath d='M6.29089,-6.79346v0h18v0v18v0' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-dasharray='' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='20' stroke-width='3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 3rem;
  right: 0;
  background-size: 55px;
  width: 4rem;
  background-position-x: 8px;
}
.nav__item--top.menu-item-has-children .menu-item-has-children {
  position: relative;
}
.nav__item--top.menu-item-has-children .menu-item-has-children .toggle-submenu {
  width: 3rem;
  height: 2.2rem;
  top: -4px;
  background-position-x: 0px;
  background-size: 41px;
}
.nav__item--top ul.nav--sub li {
  margin: 0.35rem 0;
}
.nav__item--top ul.nav--sub li a {
  font-size: 1.8rem;
  line-height: 2.3rem;
  transform: rotate(0deg);
  font-weight: 400;
  padding: 0.2rem 2.6rem 0.2rem 1.4rem;
}
@media (min-width: 992px) {
  .nav__item--top ul.nav--sub li a {
    font-weight: 700;
  }
}
.nav__item--top ul.nav--sub li a:after {
  background-image: url("data:image/svg+xml,%3Csvg id='SVGDoc' width='11' height='19' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 15 19'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(45.00000762939453 5.5 9.5)'%3E%3Ctitle%3ERectangle Copy 15%3C/title%3E%3Cpath d='M-4.53455,3.40085v0h11.53003v0v11.55518v0' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-dasharray='' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='20' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 17px;
  width: 16px;
  transform: translateY(-35%);
  background-size: 9px;
  transition: 0.2s;
}
.nav__item--top ul.nav--sub li a:hover:after, .nav__item--top ul.nav--sub li a:focus:after {
  right: -4px;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .nav__item--top ul.nav--sub li ul li a {
    font-weight: 400 !important;
  }
}
.nav--secondary {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .nav--secondary {
    margin-top: 1rem;
  }
}
.nav--secondary ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid white;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .nav--secondary ul {
    padding-top: 3rem;
  }
}
.nav--secondary ul li {
  width: 100%;
  margin-bottom: 0.8rem;
}
.nav--secondary ul li a {
  padding: 1rem 5rem 1rem 1.4rem;
  color: white;
  font-size: 2.2rem;
  line-height: 2.8rem;
  display: inline;
}
@media (min-width: 992px) {
  .nav--secondary ul li a {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.nav--secondary ul li a:hover, .nav--secondary ul li a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .breadcrumb {
    list-style: none;
    margin: 4.5rem 0 5.5rem 0;
    padding: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb__item,
.breadcrumb > span {
  display: inline;
  padding: 0 0 0 1rem;
}
.breadcrumb .breadcrumb__item a + span:before,
.breadcrumb > span a + span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 1.3rem;
  background: url(../img/bread-arrow.png) center center/contain no-repeat;
}
.breadcrumb .breadcrumb__item a,
.breadcrumb > span a {
  box-shadow: inset 0 -1px 0 0 #B20E10;
  display: inline-block;
  color: #000;
  padding-bottom: 0.25rem;
  margin-right: 1.3rem;
}
.breadcrumb .breadcrumb__item a:hover, .breadcrumb .breadcrumb__item a:focus,
.breadcrumb > span a:hover,
.breadcrumb > span a:focus {
  color: #B20E10;
}

.mm-menu {
  background-color: #B20E10;
}
.mm-menu .mm-panel {
  background-color: #B20E10;
}

.mm-panels {
  background-color: #B20E10;
}
.mm-panels .mm-listview .mm-listitem {
  border: 0;
}
.mm-panels .mm-listview .mm-listitem:after {
  border: 0;
}
.mm-panels .mm-listview .mm-listitem__text {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.mm-panels .mm-listview .nav__link .dropdown-selector {
  display: none;
}
.mm-panels .mm-listview .mm-btn_next {
  background-color: #B20E10;
  border: 0;
  padding-right: 44px;
}
.mm-panels .mm-listview .mm-btn_next:after {
  border-color: #fff;
  right: 18px;
}
.mm-panels .mm-navbar {
  background: #B20E10;
  color: #fff;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.mm-panels .mm-navbar .mm-btn:before {
  border-color: #fff;
}

.timeline {
  overflow: hidden;
}
.timeline__intro {
  margin-bottom: 3.5rem;
}
.timeline__intro h2 {
  margin-top: 0;
}
.timeline .swiper-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.timeline .swiper-nav .swiper-prev, .timeline .swiper-nav .swiper-next {
  width: 3rem;
  height: 3rem;
  margin-right: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
.timeline .swiper-nav .swiper-prev.swiper-button-disabled, .timeline .swiper-nav .swiper-next.swiper-button-disabled {
  opacity: 0.2;
}
.timeline .swiper-nav .swiper-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b20e10' d='M4.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l176 176c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 272 432 272c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 240 203.3 91.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-176 176z'/%3E%3C/svg%3E");
}
.timeline .swiper-nav .swiper-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b20e10' d='M443.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L393.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l377.4 0L244.7 420.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z'/%3E%3C/svg%3E");
}
.timeline__slider {
  padding-bottom: 3rem;
  overflow: visible !important;
}
.timeline .swiper-wrapper {
  padding-bottom: 9.5rem;
}
.timeline__slider-item {
  background-color: #B20E10;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.3rem 3rem 3rem 3rem;
  overflow: hidden;
  min-height: 23rem;
}
.timeline__slider-item-date {
  font-size: 5rem;
  line-height: 5.4rem;
  color: white;
  position: relative;
  z-index: 2;
}
.timeline__slider-item p {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: white;
}
.timeline__slider-item p:first-of-type {
  margin-top: 0.8rem;
}
.timeline__slider-item .button {
  position: relative;
}
.timeline__slider-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.timeline__slider-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.timeline .swiper-scrollbar {
  bottom: 55px !important;
}
.timeline .swiper-horizontal > .swiper-scrollbar, .timeline .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px !important;
  left: 0 !important;
  width: 100% !important;
}
.timeline .swiper-scrollbar-drag {
  background-color: #B20E10 !important;
  height: 6px !important;
  top: -2px !important;
}

.flip-tiles {
  position: relative;
}
@media (min-width: 1200px) {
  .flip-tiles .container {
    padding: 0 7rem;
  }
}
.flip-tiles__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url("../assets/img/squiggle-3.svg");
  background-size: cover;
  background-position: center center;
  z-index: 4;
}
.flip-tiles__flip-card {
  background-color: transparent;
  width: 100%;
  height: 34rem;
  perspective: 1000px;
}
@media (min-width: 992px) {
  .flip-tiles__flip-card {
    height: 36rem;
  }
}
.flip-tiles__flip-card h2 {
  margin-top: 0;
}
.flip-tiles__flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-tiles__flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.35s;
  transform-style: preserve-3d;
}
.flip-tiles__flip-card .flip-card-front, .flip-tiles__flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3rem;
  z-index: 99;
  backface-visibility: hidden;
}
.flip-tiles__flip-card .flip-card-front ul, .flip-tiles__flip-card .flip-card-back ul {
  padding: 0 2rem;
  margin: 0;
}
.flip-tiles__flip-card .flip-card-front ul li::marker, .flip-tiles__flip-card .flip-card-back ul li::marker {
  color: #B20E10;
}
.flip-tiles__flip-card .flip-card-front p, .flip-tiles__flip-card .flip-card-back p {
  margin: 0.7rem 0;
}
.flip-tiles__flip-card .flip-card-front p:first-of-type, .flip-tiles__flip-card .flip-card-back p:first-of-type {
  margin-top: 0;
}
.flip-tiles__flip-card .flip-card-front {
  background-color: #B20E10;
  color: white;
}
.flip-tiles__flip-card .flip-card-back {
  background-color: #ada589;
  color: white;
  transform: rotateY(180deg);
  font-size: 1.8rem;
  line-height: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flip-tiles__flip-card .flip-card-back .button {
  font-size: 1.7rem;
  margin-top: 1.4rem;
  padding: 0.3rem 1rem 0.4rem 1rem;
}
.flip-tiles__image {
  background-color: #eee;
  height: 100%;
  z-index: 4;
  position: relative;
}
.flip-tiles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flip-tiles__open-toggle {
  background-color: white;
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 7;
}
@media (min-width: 992px) {
  .flip-tiles__open-toggle {
    width: 5rem;
    height: 5rem;
  }
}
.flip-tiles__open-toggle:hover {
  cursor: pointer;
}
.flip-tiles__open-toggle:before, .flip-tiles__open-toggle:after {
  width: 1.9rem;
  height: 0.1rem;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #B20E10;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 992px) {
  .flip-tiles__open-toggle:before, .flip-tiles__open-toggle:after {
    width: 2.5rem;
  }
}
.flip-tiles__open-toggle:after {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.flip-tiles__open-toggle.active:after {
  display: none;
}

.page-id-3444 .flip-tiles__overlay, .page-id-3346 .flip-tiles__overlay {
  display: none;
}

.off-canvas-menu {
  position: fixed;
  right: -41rem;
  width: 41rem;
  height: 100%;
  top: 0;
  background-color: #B20E10;
  z-index: 9;
  padding: 7rem 2.5rem 0rem 0rem;
  max-height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .off-canvas-menu {
    padding: 12rem 5rem 4rem 4rem;
  }
}
.off-canvas-menu ul {
  flex-wrap: wrap;
}
.off-canvas-menu--close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg id='SVGDoc' width='88' height='87' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 88 87'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3ELine%3C/title%3E%3Cpath d='M30.85999,56.63295l26.27295,-26.27295' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-dasharray='' stroke-linejoin='miter' stroke-linecap='round' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='20' stroke-width='3'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELine Copy 2%3C/title%3E%3Cpath d='M30.85999,30.36l26.27295,26.27295' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-dasharray='' stroke-linejoin='miter' stroke-linecap='round' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='20' stroke-width='3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .off-canvas-menu--close {
    right: 5rem;
    top: 7rem;
    width: 3rem;
    height: 3rem;
  }
}
.off-canvas-menu--close:hover {
  cursor: pointer;
}

.image-switch__card {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: #ada589;
  transition: 0.2s;
}
@media only screen and (min-width: 550px) {
  .image-switch__card {
    display: flex;
  }
}
@media (min-width: 768px) {
  .image-switch__card {
    margin-bottom: 1.4rem;
    background-color: rgba(173, 165, 137, 0.4);
  }
}
@media (min-width: 992px) {
  .image-switch__card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .image-switch__card:hover {
    background-color: #ada589;
    transition: 0.2s;
    cursor: pointer;
  }
}
.image-switch__card p:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  .image-switch__card p:first-of-type {
    margin-top: 0.3rem;
  }
}
.image-switch__card h2 {
  margin-top: 0;
}
.image-switch__card:last-of-type {
  margin: 0;
}
.image-switch__card-inner {
  padding: 2rem;
}
@media only screen and (min-width: 450px) {
  .image-switch__card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
}
@media (min-width: 992px) {
  .image-switch__card-inner {
    padding: 3rem;
  }
}
.image-switch__card-image {
  width: 100%;
  height: 22.7rem;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 550px) {
  .image-switch__card-image {
    height: auto;
    max-width: 16rem;
  }
}
@media (min-width: 768px) {
  .image-switch__card-image {
    display: none;
  }
}
.image-switch__buttons {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .image-switch__content {
    padding-right: 2rem;
  }
}
.image-switch__image {
  display: none;
}
@media (min-width: 768px) {
  .image-switch__image {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .image-switch__image {
    padding-left: 1rem;
  }
}
.image-switch__image img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  max-width: 100%;
}
@media (min-width: 992px) {
  .image-switch__image img {
    width: auto;
  }
}

.searchform {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .searchform {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.searchform label {
  width: 100%;
  width: calc(100% - 3rem);
}
.searchform input#search-form {
  padding: 1.2rem;
  border: 2px solid #B20E10;
  width: 100%;
}
.searchform input.search-submit {
  display: none;
}
@media (min-width: 768px) {
  .searchform input.search-submit {
    display: block;
    padding: 1rem;
    height: 100%;
    min-width: 14.3rem;
    color: #B20E10;
    margin-left: 1rem;
    font-size: 18px;
    transition: 0.2s;
    background-color: white;
  }
}
.searchform input.search-submit.minimal {
  max-width: 5rem;
  min-width: 0;
  width: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #B20E10;
  margin-left: 1rem;
  background-size: 3rem;
}
@media (min-width: 768px) {
  .searchform input.search-submit.minimal {
    display: none;
  }
}
.searchform input.search-submit:focus, .searchform input.search-submit:hover {
  background-color: #B20E10;
  transition: 0.2s;
  color: white;
  cursor: pointer;
}
.searchform.show-minimal input.search-submit {
  display: none !important;
}
.searchform.show-minimal input.search-submit.minimal {
  display: block !important;
}

.search_overlay {
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(178, 14, 16, 0.96);
  z-index: 9999;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.4s ease-in-out;
}
.search_overlay.active {
  top: 0;
  visibility: visible;
  transition: 0.4s ease-in-out;
}
.search_overlay input#search-form {
  border: 0 !important;
  border-bottom: 2px solid white !important;
  background-color: transparent;
  color: white;
  font-size: 2.2rem;
  padding-left: 0 !important;
}
.search_overlay input#search-form:focus {
  border: 0;
  outline: 0;
}
.search_overlay input#search-form::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_overlay .search-submit {
  border: 2px solid #B20E10 !important;
  background-color: white !important;
  color: #B20E10 !important;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  padding: 0.8rem 1.5rem 0.9rem 1.5rem;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
}
.search_overlay .search-submit:focus, .search_overlay .search-submit:hover {
  border: 2px solid #B20E10 !important;
  background-color: #f6f6f6 !important;
}
.search_overlay .search-submit.minimal {
  background-color: #B20E10 !important;
}
.search_overlay .fa-xmark {
  position: absolute;
  top: 2.3rem;
  right: 2rem;
  color: white;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .search_overlay .fa-xmark {
    font-size: 3.2rem;
    top: 3rem;
    right: 3rem;
  }
}
.search_overlay .fa-xmark:hover {
  cursor: pointer;
}

.search-result-items {
  padding: 0;
  margin: 0;
}
.search-result-items .search-result-item {
  display: flex;
  margin: 1.7rem 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.7rem;
}
.search-result-items .search-result-item:last-of-type {
  border: 0;
}
@media (min-width: 992px) {
  .search-result-items .search-result-item {
    flex-wrap: nowrap;
    margin: 2.3rem 0;
    padding-bottom: 2.3rem;
  }
}
.search-result-items .search-result-item:before {
  display: none;
}
.search-result-items .search-result-item__image {
  width: 100%;
}
@media (min-width: 992px) {
  .search-result-items .search-result-item__image {
    width: auto;
  }
}
.search-result-items .search-result-item__image img {
  margin-right: 3rem;
  width: 21rem;
  margin-bottom: 1.5rem;
  margin-top: 0.1rem;
}
@media (min-width: 992px) {
  .search-result-items .search-result-item__image img {
    margin-bottom: 0;
  }
}
.search-result-items .search-result-item__date {
  margin-bottom: 0.6rem;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "jaf-domus", "Verdana", Arial, sans-serif;
}
@media (min-width: 992px) {
  .search-result-items .search-result-item__date {
    margin-bottom: 0.9rem;
  }
}
.search-result-items .search-result-item__summary {
  margin-top: 1rem;
}
.search-result-items .search-result-item__summary p:first-of-type {
  margin-top: 0;
}
.search-result-items .search-result-item__summary p:last-of-type {
  margin-bottom: 0;
}
.search-result-items .search-result-item__meta {
  width: 100%;
}
.search-result-items .search-result-item__content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.search-result-items .search-result-item__content .post-type {
  margin-bottom: 0.6rem;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "jaf-domus", "Verdana", Arial, sans-serif;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .search-result-items .search-result-item__content .post-type {
    margin-bottom: 0.9rem;
  }
}
.search-result-items .search-result-item__content h3 {
  width: 100%;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .search-result-items .search-result-item__content h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.search-result-items .search-result-item__content h3:hover a {
  text-decoration: underline;
}

.video {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video__play {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video__play:hover {
  cursor: pointer;
}
.video__play:after {
  background-image: url("data:image/svg+xml,%3Csvg width='173' height='173' viewBox='0 0 173 173' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.695592' cx='86.3673' cy='86.3673' r='86.3673' fill='%23B20E10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M129.952 89.3116L50.0477 127.813L50.0477 50.8105L129.952 89.3116Z' fill='white'/%3E%3C/svg%3E%0A");
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
}
@media (min-width: 992px) {
  .video__play:after {
    background-size: 170px;
  }
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
}
.image-grid__image {
  width: 50%;
  max-height: 11.5rem;
  object-fit: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .image-grid__image {
    max-height: 27rem;
  }
}
@media (min-width: 992px) {
  .image-grid__image {
    width: 33.3333333333%;
  }
}
.image-grid__image:nth-child(3) {
  display: none;
}
@media (min-width: 992px) {
  .image-grid__image:nth-child(3) {
    display: block;
  }
}
.image-grid__image:nth-child(4) {
  display: none;
}
@media (min-width: 992px) {
  .image-grid__image:nth-child(4) {
    width: 42%;
    display: block;
    max-height: 50rem;
  }
}
.image-grid .image-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 500px) {
  .image-grid .image-wrap {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .image-grid .image-wrap {
    width: 100%;
  }
}
.image-grid .image-wrap .image-grid__image {
  width: 50%;
  max-height: 11.5rem;
}
@media only screen and (min-width: 500px) {
  .image-grid .image-wrap .image-grid__image {
    height: 50%;
    width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .image-grid .image-wrap .image-grid__image {
    width: 33.3333333333%;
    height: auto;
    max-height: 27rem;
  }
}
.image-grid__content {
  width: 100%;
  background-color: #B20E10;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
@media only screen and (min-width: 500px) {
  .image-grid__content {
    width: 58%;
  }
}
.image-grid__content-inner {
  padding: 3rem;
  color: white;
  max-width: 70rem;
}
@media (min-width: 992px) {
  .image-grid__content-inner {
    padding: 6rem 0 6rem 6rem;
  }
}
@media (min-width: 1200px) {
  .image-grid__content-inner {
    max-width: 74rem;
  }
}
.image-grid__content-inner h2 {
  margin-top: 0;
}
.image-grid__buttons {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .image-grid__buttons {
    margin-top: 3.5rem;
  }
}
.image-grid__buttons .button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.image-grid__buttons .button:last-of-type {
  margin: 0;
}

.filter-panel {
  margin-bottom: 3rem;
  width: 100%;
  background-color: rgba(173, 165, 137, 0.4);
  max-width: 1053px;
}
.filter-panel__toggle {
  padding: 1rem 1.2rem 1rem 4.4rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-decoration: underline;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 1.4rem;
}
.filter-panel__toggle:hover {
  cursor: pointer;
}
.filter-panel__toggle.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
}
.filter-panel__filters {
  display: none;
  padding: 1rem 1.6rem 2.5rem 1.6rem;
}
@media (min-width: 992px) {
  .filter-panel__filters {
    padding: 1.2rem 1.2rem 2.5rem 1.2rem;
  }
}
.filter-panel__filters-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .filter-panel__filters-wrap {
    flex-wrap: nowrap;
    padding: 0 4rem;
  }
}
.filter-panel__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0.1rem 0 1.5rem 0;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
  border-bottom: 1px solid #aaa;
}
@media (min-width: 992px) {
  .filter-panel__item {
    margin: 0;
    max-width: 33%;
    border: 0;
    padding: 0.1rem 3rem 0 0;
    flex: 1;
  }
}
.filter-panel__item:last-of-type {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter-panel__item h4 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.filter-panel__item ul {
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: 11rem;
  overflow: auto;
}
.filter-panel__item ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border: 3px solid red;
}
.filter-panel__item ul::-webkit-scrollbar-track {
  background-color: black;
  border: 2px solid #efede9;
}
.filter-panel__item ul::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
}
.filter-panel__item ul li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
}
.filter-panel__item ul li:before {
  display: none;
}
.filter-panel__item ul li:hover {
  cursor: pointer;
}
.filter-panel__item .custom-checkbox {
  width: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding: 0 !important;
  height: 1.5rem;
  margin-right: 0.8rem;
  appearance: none;
  outline: none;
  border: 1px solid #333;
  position: relative;
}
.filter-panel__item .custom-checkbox:hover {
  cursor: pointer;
}
.filter-panel__item .custom-checkbox:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: 1.7rem;
  width: 1.7rem;
  background-color: #B20E10;
  opacity: 0;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: 1px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M470.6,105.4c12.5,12.5,12.5,32.8,0,45.3l-256,256c-12.5,12.5-32.8,12.5-45.3,0l-128-128 c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0L192,338.7l233.4-233.3C437.9,92.9,458.2,92.9,470.6,105.4L470.6,105.4z'/%3E%3C/svg%3E%0A");
}
.filter-panel__item .custom-checkbox.active {
  transition: 0.2s;
}
.filter-panel__item .custom-checkbox.active:after {
  transition: 0.2s;
  opacity: 1;
}

.gallery-thumbs {
  width: 100%;
  position: relative;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .gallery-thumbs {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .gallery-thumbs {
    height: 577px;
    padding: 4.5rem 0 4.5rem 0;
  }
}

.gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.gallery-thumbs__nav {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3rem;
  z-index: 999;
  background-color: white;
  display: none;
}
@media (min-width: 768px) {
  .gallery-thumbs__nav {
    display: block;
  }
}
.gallery-thumbs__nav:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.gallery-thumbs__nav.prev {
  top: 0px;
}
.gallery-thumbs__nav.prev:before {
  top: 10px;
  transform: rotate(45deg);
}
.gallery-thumbs__nav.next {
  bottom: 0px;
  height: 30px;
}
.gallery-thumbs__nav.next:before {
  top: 4px;
  transform: rotate(-135deg);
}

.gallery-top {
  float: right;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery-top {
    width: 80%;
    height: 577px;
  }
}
@media (min-width: 992px) {
  .gallery-top {
    width: 84%;
  }
}
.gallery-top figure {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
.gallery-top figure img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.gallery-top figure figcaption {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: #B20E10;
  padding: 0.55rem 1rem 0.7rem 1rem;
  color: white;
  transition: 0.3s;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.7rem;
}
@media (min-width: 768px) {
  .gallery-top figure figcaption {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.gallery-top figure:hover, .gallery-top figure.show-caption {
  cursor: pointer;
}
.gallery-top figure:hover figcaption, .gallery-top figure.show-caption figcaption {
  bottom: 0;
  transition: 0.3s;
}

.gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .image-gallery {
    flex-direction: row-reverse;
  }
}
.image-gallery__thumbs {
  width: 100%;
  height: 122px;
  z-index: 9;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .image-gallery__thumbs {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .image-gallery__thumbs {
    width: calc(20% - 25px);
    margin-left: 25px;
    height: 577px;
  }
}
@media (min-width: 992px) {
  .image-gallery__thumbs {
    width: calc(16% - 30px);
    margin-left: 30px;
  }
}
.image-gallery__thumbs img {
  max-height: 200px;
}

.text-block h2, .text-block h3 {
  color: #B20E10;
}
.text-block img {
  max-width: 100%;
  height: auto;
}
.text-block h2:first-of-type {
  margin-top: 0;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .text-block h2:first-of-type {
    margin-bottom: 2.4rem;
  }
}
.text-block p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .text-block p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.text-block--lead p {
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .text-block--lead p {
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
.text-block p.lead {
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 0 0 1.4rem 0;
}
@media (min-width: 768px) {
  .text-block p.lead {
    font-size: 3.4rem;
    line-height: 4.1rem;
    margin-bottom: 2.4rem;
  }
}
.text-block ul, .text-block ol {
  padding-left: 2rem;
}
.text-block ul li, .text-block ol li {
  margin: 0.8rem 0;
}
@media (min-width: 992px) {
  .text-block ul li, .text-block ol li {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.text-block ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
.text-block ol li {
  padding-left: 2rem;
  position: relative;
}
.text-block ol li:before {
  color: #B20E10;
  font-size: 2.6rem;
  content: counter(item) "  ";
  counter-increment: item;
  position: absolute;
  top: -2px;
  left: 0;
}
.text-block iframe {
  width: 100%;
  height: 32rem;
  margin: 3rem 0 4rem 0;
}
@media (min-width: 992px) {
  .text-block iframe {
    height: 52rem;
  }
}

.accordion__item {
  width: 100%;
  border-bottom: 1px solid #B20E10;
  padding: 1.7rem 0;
}
.accordion__item p {
  width: 95%;
  max-width: 950px;
}
.accordion__item p:first-of-type {
  margin-top: 0;
}
.accordion__item p:last-of-type {
  margin-bottom: 0;
}
.accordion__item.active .accordion__question:after {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.8513' cy='17.3337' r='16.3513' fill='%23B20E10'/%3E%3Cpath d='M25.3934 17.829H8.28893' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position-y: 0;
}
.accordion__question {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  position: relative;
  padding-right: 5rem;
  display: flex;
}
.accordion__question:after {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-position-y: -7.1rem;
  background-size: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='117' viewBox='0 0 33 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.3513' cy='100.562' r='16.3513' fill='%23B20E10'/%3E%3Cpath d='M24.8934 101.058H7.78893' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.8555 109.104V92' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.8555 18.1044V1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.accordion__question:hover {
  cursor: pointer;
}
.accordion__answer {
  height: 0;
  overflow: hidden;
  display: flex;
}
.accordion__answer iframe {
  max-height: 22rem;
}
@media only screen and (min-width: 500px) {
  .accordion__answer iframe {
    max-height: 27rem;
  }
}
@media only screen and (min-width: 600px) {
  .accordion__answer iframe {
    max-height: 100%;
  }
}
.accordion__answer p {
  font-size: 1.8rem;
}
.accordion__answer p:first-of-type {
  margin-top: 1.5rem;
}
.accordion__answer ul, .accordion__answer ol {
  font-size: 1.8rem;
}
.accordion__content {
  width: 100%;
}
.accordion__image {
  margin-right: 2rem;
  margin-top: 1.9rem;
}
@media (min-width: 768px) {
  .accordion__image {
    margin-right: 3.2rem;
    margin-top: 2.3rem;
  }
}
.accordion__image img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .accordion__image img {
    width: 16rem;
    height: 16rem;
  }
}

.featured-pages .card {
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .featured-pages .card {
    margin: 3.5rem 0;
  }
}
.featured-pages .first-col .card .card-top {
  height: auto;
  width: 100%;
}
.featured-pages .first-col .card .card-top img {
  height: 23.9rem;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 992px) {
  .featured-pages .first-col .card .card-top img {
    height: 44rem;
  }
}
@media (min-width: 992px) {
  .featured-pages .second-col {
    padding-left: 7rem;
  }
}
.featured-pages .second-col .card-text {
  display: none;
}
.featured-pages .second-col .card-top {
  height: auto;
  width: 100%;
}

.site-footer {
  background-color: #B20E10;
  color: #fff;
  padding: 3rem 0 3.5rem 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 3.5rem 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .site-footer {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.site-footer i.fa-brands.fa-bluesky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b20e10' d='M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z'/%3E%3C/svg%3E");
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer p, .site-footer a {
  color: white;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 992px) {
  .site-footer p, .site-footer a {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  list-style-type: none;
}
.site-footer h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .site-footer h5 {
    margin-bottom: 0.8rem;
  }
}
.site-footer__menus {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__menu {
  padding-top: 2rem;
  width: 50%;
}
@media (min-width: 992px) {
  .site-footer__menu {
    width: 25%;
    box-sizing: border-box;
    padding-right: 1.5rem;
  }
}
.site-footer__menu li {
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  .site-footer__menu li {
    margin: 1rem 0;
  }
}
.site-footer__address {
  margin-top: 3rem;
  padding-top: 4rem;
  width: 100%;
  border-top: #ddd solid 1px;
}
@media (min-width: 992px) {
  .site-footer__address {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}
.site-footer__address p {
  margin-bottom: 0.5rem;
}
.site-footer__footnote {
  margin-top: 2rem;
}
.site-footer__footnote ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__footnote ul li {
  width: 50%;
}
.site-footer__footnote ul li:last-of-type {
  text-align: right;
}
.site-footer__footnote ul li a {
  text-decoration: underline;
}
.site-footer__links ul li {
  margin-bottom: 0.5rem;
}
.site-footer__links ul.policies {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer__links ul.policies {
    margin-top: 3.5rem;
  }
}
.site-footer__logo {
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer__logo {
    margin-bottom: 2rem;
  }
}
.site-footer__logo img {
  max-width: 17.9rem;
}
@media (min-width: 992px) {
  .site-footer__logo img {
    max-width: 30.3rem;
  }
}
.site-footer__logo.desktop {
  display: none;
}
@media (min-width: 992px) {
  .site-footer__logo.desktop {
    display: block;
  }
}
.site-footer__logo.mobile {
  display: block;
}
@media (min-width: 992px) {
  .site-footer__logo.mobile {
    display: none;
  }
}
.site-footer__socials {
  width: 50%;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .site-footer__socials {
    width: 25%;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .site-footer__socials {
    padding-left: 2.7rem;
  }
}
.site-footer__socials ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.6rem;
}
.site-footer__socials ul li {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .site-footer__socials ul li {
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.site-footer__socials ul li:before {
  display: none;
}
.site-footer__socials ul li a {
  font-size: 0;
  display: inline-block;
  background-color: white;
  color: #B20E10;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer__socials ul li a:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #f2f2f2;
}
.site-footer__socials ul li a i {
  font-size: 2rem;
}

.home .site-footer {
  margin-top: 0;
}

.fa-x-twitter:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b20e10' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.error404 h1 {
  margin-top: 6rem;
}
.error404 .body-content {
  margin-bottom: 12rem;
}
@media all and (min-height: 980px) {
  .error404 .body-content {
    margin-bottom: 26rem;
  }
}

.related-content h2 {
  margin-bottom: 2rem;
  margin-top: 0;
}

.not-found {
  width: 100%;
  padding: 8em 0 16rem 0;
  min-height: 60vh;
}

.tml-login ul li:before {
  display: none;
}
.tml-login .tml-rememberme-wrap .tml-label {
  position: relative;
  top: -3px;
}
.tml-login .tml-rememberme-wrap input {
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 !important;
  height: 2rem;
  margin-right: 0.7rem;
  appearance: none;
  outline: none;
  border: 1px solid #333;
  position: relative;
}
.tml-login .tml-rememberme-wrap input:hover {
  cursor: pointer;
}
.tml-login .tml-rememberme-wrap input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #B20E10;
  opacity: 0;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: 1px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M470.6,105.4c12.5,12.5,12.5,32.8,0,45.3l-256,256c-12.5,12.5-32.8,12.5-45.3,0l-128-128 c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0L192,338.7l233.4-233.3C437.9,92.9,458.2,92.9,470.6,105.4L470.6,105.4z'/%3E%3C/svg%3E%0A");
}
.tml-login .tml-rememberme-wrap input:checked {
  border: 0;
  transition: 0.2s;
}
.tml-login .tml-rememberme-wrap input:checked:after {
  transition: 0.2s;
  opacity: 1;
}

.social-share {
  margin-bottom: 3rem;
}
.social-share h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.social-share .addtoany_list {
  margin-left: -5px;
}
.social-share .addtoany_list .a2a_svg {
  background-color: #B20E10 !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
}
.social-share .addtoany_list .a2a_svg svg {
  width: 3.5rem !important;
  height: 3.5rem !important;
  top: -1px;
}

.download-resource .button {
  margin-top: 3rem;
}

.card .card-top.placeholder {
  background-color: white;
  background-size: cover;
  background-position: center;
}
.card--page p:first-of-type {
  margin-top: 1.1rem;
}
.card--page .card-top img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
  object-position: center center;
}
.card--page h3 {
  margin-top: 1.2rem;
  margin-bottom: 0rem;
}
.card--page h3 a {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .card--page h3 a {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.card--page h3 a:hover, .card--page h3 a:focus {
  color: #B20E10;
  transition: 0.1s;
  text-decoration: underline;
}
.card--page.featured h3 a {
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .card--page.featured h3 a {
    font-size: 3.4rem;
    line-height: 3.7rem;
  }
}
.card--page.featured h3 a:hover, .card--page.featured h3 a:focus {
  color: #B20E10;
  transition: 0.1s;
  text-decoration: underline;
}
.card--news {
  background-color: rgba(173, 165, 137, 0.4);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.card--news .card-text p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.card--news .card-text p:first-of-type {
  margin-top: 1.2rem;
}
.card--news .card-top {
  width: 100%;
  height: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .card--news .card-top {
    width: 30rem;
    height: auto;
  }
}
.card--news .card-bottom {
  flex: 1;
  padding: 2rem 2rem;
}
@media (min-width: 768px) {
  .card--news .card-bottom {
    padding: 2.5rem 4rem;
  }
}
.card--news .card-bottom h2 {
  margin-top: 0.3rem;
}
.card--news .card-bottom h2 a {
  transition: 0.1s;
  color: #000;
}
.card--news .card-bottom h2 a:hover {
  transition: 0.1s;
  text-decoration: underline;
  cursor: pointer;
  color: #B20E10;
}
.card--news .card-bottom .card-date {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.card--news.related {
  background-color: transparent;
}
.card--news.related h3 {
  margin-top: 0;
}
.card--news.related h3 a {
  color: #000;
}
.card--news.related .card-top {
  height: 20rem;
  width: 100%;
}
.card--news.related .card-bottom {
  padding: 2rem 0 0 0;
}
@media (min-width: 768px) {
  .card--news.related .card-bottom {
    padding: 3rem 0 0 0;
  }
}
.card--event {
  background-color: rgba(173, 165, 137, 0.4);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.card--event h2 {
  margin-top: 0;
}
.card--event h2 a {
  color: #000;
  text-decoration: underline;
}
.card--event .card-text p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.card--event .card-text p:first-of-type {
  margin-top: 1.2rem;
}
.card--event__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 22rem;
}
@media (min-width: 768px) {
  .card--event__image {
    height: auto;
    width: 20rem;
  }
}
@media (min-width: 992px) {
  .card--event__image {
    width: 24rem;
  }
}
.card--event__left {
  width: 100%;
  padding: 2.1rem 2rem 0.8rem 2rem;
}
@media (min-width: 768px) {
  .card--event__left {
    width: 69.8%;
    padding: 2.1rem 2rem 2.6rem 2rem;
    border-right: 1px solid #B20E10;
    margin-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .card--event__left {
    width: 64.5%;
    padding: 2.1rem 4rem 2.6rem 3rem;
    margin-right: 3.2rem;
  }
}
.card--event__right {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0rem 2rem 3rem 2rem;
}
@media (min-width: 768px) {
  .card--event__right {
    flex: 1;
    padding: 3rem 2rem 3rem 0;
  }
}
@media (min-width: 992px) {
  .card--event__right {
    padding: 3rem 3rem 3rem 0;
  }
}
.card--event__right span {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0.5rem 0;
}
.card--event__right span img {
  width: 18px;
  height: 22px;
  object-fit: contain;
  object-position: center;
  margin-right: 8px;
}
.card--event__promoted {
  width: 100%;
  color: white;
  text-transform: uppercase;
  background-color: #B20E10;
  padding: 0.7rem 2rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card--event__promoted {
    padding: 0.7rem 2rem;
  }
}
@media (min-width: 992px) {
  .card--event__promoted {
    padding: 0.7rem 3rem;
  }
}
.card--event__promoted img {
  width: 22px;
  margin-right: 10px;
}
.card--event__entry-cost {
  margin-top: 0.25rem !important;
}
.card--event__entry-cost img {
  width: 19px;
  margin-bottom: -3px;
}
.card--event__booking-link {
  width: 100%;
  margin: 1.2rem 0 1.4rem 0 !important;
}
.card--event__booking-link a {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 1rem 1.5rem 1.1rem 1.5rem;
}
.card--event__calendar {
  position: relative;
}
.card--event__calendar add-to-calendar-button {
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.card--event.has-image .card--event__left {
  width: 100%;
}
@media (min-width: 768px) {
  .card--event.has-image .card--event__left {
    width: 41.7%;
  }
}
.card--event .card-inner-footer {
  margin-top: 5px;
  display: inline-block;
}
.card--event p:first-of-type {
  margin-top: 1.2rem;
}
.card--resource__promoted {
  width: 100%;
  color: white;
  text-transform: uppercase;
  background-color: #B20E10;
  padding: 0.7rem 2rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card--resource__promoted {
    padding: 0.7rem 2rem;
  }
}
@media (min-width: 992px) {
  .card--resource__promoted {
    padding: 0.7rem 3rem;
  }
}
.card--resource__promoted img {
  width: 22px;
  margin-right: 10px;
}
.card .card-tags {
  padding: 0;
  margin: 1rem 0 0 0;
}
.card .card-tags a {
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: underline;
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .card .card-tags a {
    margin-right: 30px;
  }
}

.resource-card {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .resource-card {
    margin-bottom: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.resource-card p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.resource-card p:first-of-type {
  margin-top: 1.1rem;
}
.resource-card .card-date-wrap {
  width: 100%;
}
.resource-card .card-date {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-bottom: 0.7rem;
  display: block;
}
.resource-card .button {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .resource-card .button {
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
  }
}
.resource-card__title {
  width: 100%;
}
.resource-card__title img {
  opacity: 0.4;
  max-height: 5.5rem;
}
.resource-card__title span {
  font-family: active, sans-serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: 7rem;
}
.resource-card__content-wrap {
  width: 100%;
}
.resource-card .flip-card-front {
  font-family: active, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  .resource-card .flip-card-front {
    padding-right: 4.5rem;
  }
}
.resource-card .flip-card-front p:last-of-type, .resource-card .flip-card-back p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .resource-card .flip-card-back {
    padding-right: 4rem;
  }
}
.resource-card .flip-card-back p {
  color: #000;
}
.resource-card .flip-card-back .button {
  font-size: 1.5rem;
}
.resource-card__content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgba(173, 165, 137, 0.4);
}
.resource-card__details {
  width: 34rem;
  margin: 0 0 2rem 0;
  border-left: 1px solid #B20E10;
  padding: 0 3rem 3rem 3rem;
  display: none;
}
@media (min-width: 768px) {
  .resource-card__details {
    margin: 2rem 0px 2rem 0;
    padding: 3rem 3rem 3rem 3rem;
  }
}
.resource-card__details .card-author {
  font-size: 1.8rem;
  line-height: 2.3rem;
  display: block;
  margin-top: 0.8rem;
}
.resource-card__content {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .resource-card__content {
    padding: 3rem 5rem 3rem 3rem;
  }
}
.resource-card__content h2 {
  margin-top: 0;
}
.resource-card__content h2 a {
  color: #000;
}
.resource-card__content h2 a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.resource-card__right {
  width: 90%;
  display: flex;
  align-items: center;
  margin-top: -5rem;
}
@media (min-width: 768px) {
  .resource-card__right {
    margin-top: 0;
    width: 39.4rem;
    margin-left: -10rem;
  }
}
.resource-card__right .flip-tiles__flip-card {
  height: 25rem;
}
@media only screen and (min-width: 550px) {
  .resource-card__right .flip-tiles__flip-card {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .resource-card__right .flip-tiles__flip-card {
    height: 32rem;
  }
}
@media (min-width: 1200px) {
  .resource-card__right .flip-tiles__flip-card {
    height: 25rem;
  }
}
@media (min-width: 1600px) {
  .resource-card__right .flip-tiles__flip-card {
    height: 27rem;
  }
}
.resource-card__right .flip-tiles__flip-card.resource-archive .flip-card-front {
  font-family: "jaf-domus", "Verdana", Arial, sans-serif;
  text-transform: none;
}
.resource-card__right .flip-tiles__flip-card.resource-archive .flip-card-front .card-date-wrap {
  margin: 1rem 0;
}
.resource-card__right .flip-tiles__flip-card.resource-archive .flip-card-front .card-author {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 1rem 0;
}
.resource-card.has-flip-tile .resource-card__content {
  padding: 3rem 3rem 7rem 3rem;
}
@media (min-width: 768px) {
  .resource-card.has-flip-tile .resource-card__content {
    padding: 3rem 15rem 3rem 3rem;
  }
}

.card-pager {
  order: 9;
}

.post-type-archive-resource .resource-card__details {
  display: block;
}

.tml-label {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.tml-field {
  outline: none;
  margin-bottom: 4rem;
}
.tml-button {
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  padding: 1rem 2rem 1.1rem 2rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  background-color: #B20E10;
  color: #fff;
  cursor: pointer;
}
.tml-button:hover, .tml-button:focus {
  background-color: #530708;
}
.tml-links {
  list-style: none;
  padding: 0;
}
.tml-links a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.hero {
  min-height: 55.9rem;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  overflow: hidden;
  padding-top: 2rem;
  background-color: #eee;
  opacity: 0;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .hero {
    min-height: 69.5rem;
  }
}
.hero__background {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero__background figure {
  height: 100%;
  width: 100%;
}
.hero__background figure figcaption {
  dipslay: none;
}
.hero__background figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__content {
  background-color: rgba(178, 14, 16, 0.85);
  padding: 2.5rem 3rem 3rem 0;
  max-width: 50rem;
  width: 90%;
  position: relative;
  left: -100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__content {
    padding: 2.5rem 3rem 4rem 0;
  }
}
@media (min-width: 992px) {
  .hero__content {
    padding: 4.3rem 4.2rem 6rem 0;
  }
}
.hero__content:after {
  background-color: rgba(178, 14, 16, 0.85);
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
}
.hero__content h1 {
  margin-top: 0;
  color: white;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .hero__content h1 {
    margin-bottom: 1.6rem;
  }
}
.hero__content p {
  color: white;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
@media (min-width: 992px) {
  .hero__content p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.hero__content p:last-of-type {
  margin: 0;
}
.hero__content .button {
  margin-right: 1rem;
  margin-top: 1.5rem;
}
.hero__buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hero__buttons {
    margin-top: 0.8rem;
  }
}
@media (min-width: 992px) {
  .hero__buttons {
    margin-top: 1.8rem;
  }
}

.home .hero__background {
  filter: grayscale(100%);
}

.woocommerce-shop .woocommerce-ordering select {
  display: none;
}
.woocommerce-shop .woocommerce-ordering .dropdown {
  font-size: 1.6rem;
}
.woocommerce-shop .woocommerce-ordering .dropdown:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.woocommerce-shop ul.products li.product .button {
  display: none;
}
.woocommerce-shop ul.products li.product .price {
  color: #000;
  font-size: 1.8rem;
}
.woocommerce-shop ul.products li.product:before {
  display: none;
}

.woocommerce-cart table th, .woocommerce-cart table td {
  border: 0;
}
.woocommerce-cart table {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .woocommerce-cart table {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-cart input#coupon_code {
    min-width: 14rem;
  }
}
.woocommerce-cart #respond input#submit, .woocommerce-cart a.button, .woocommerce-cart button.button, .woocommerce-cart input.button {
  font-size: 1.9rem;
}
.woocommerce-cart #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 2rem;
}

.woocommerce-checkout table th, .woocommerce-checkout table td {
  border: 0;
}
.woocommerce-checkout table {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .woocommerce-checkout table {
    font-size: 2rem;
  }
}
.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  margin-right: 1rem;
}
.woocommerce-checkout textarea#order_comments {
  padding: 1rem;
  font-size: 1.8rem;
}
.woocommerce-checkout select {
  height: 4.5rem;
  padding-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23020202;%7D%0A%3C/style%3E%3Cpath class='st0' d='M223.9,369.9l17-17L401,193l17-17l-34-33.9l-17,17l-143,143L80.9,159l-17-17L30,176l17,17l159.9,160l17,17 V369.9z'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-size: 1.4rem;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  appearance: none;
  background-position-x: 97%;
  -webkit-appearance: none;
  outline: none;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
  display: none;
}
.woocommerce-checkout .form-row.place-order {
  margin-bottom: 3rem !important;
}
.woocommerce-checkout div#order_review {
  margin-bottom: 5rem;
}
.woocommerce-checkout form input {
  border: 1px solid #ddd;
}

.single-product .product_title {
  display: none;
}
.single-product .summary p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  .single-product .summary .woocommerce-product-details__short-description {
    padding-right: 6rem;
  }
}
.single-product .summary .price {
  margin-top: 0;
  color: #000;
}
.single-product .summary .price span {
  color: #000;
}
.single-product .summary .product_meta {
  display: none;
}
.single-product .summary form.cart {
  margin-top: 3rem;
}
.single-product .summary form.cart .quantity {
  margin-right: 2rem !important;
}
.single-product .summary form.cart .quantity input {
  background-color: #eee;
  font-size: 2rem;
  height: 5rem;
}
.single-product section.related.products {
  width: 100%;
  display: inline-block;
}
.single-product section.related.products h2 {
  margin-bottom: 3rem;
}
.single-product section.related.products ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-product section.related.products ul.products li.product .button {
  display: none;
}
.single-product section.related.products ul.products li.product .price {
  color: #000;
  font-size: 1.8rem;
}
.single-product section.related.products ul.products li.product:before {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 3.5rem;
}
.woocommerce div.product form.cart .variations tr {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations tr th {
  width: 100%;
}
.woocommerce div.product form.cart .variations tr .label {
  text-align: left;
  padding: 0;
}
.woocommerce div.product form.cart .variations tr .value {
  padding: 0;
}
.woocommerce div.product form.cart .variations tr .value select {
  display: none;
}
.woocommerce div.product form.cart .variations tr .value .dropdown {
  font-size: 1.6rem;
  margin-right: 1.3rem;
}
.woocommerce div.product form.cart .variations tr .value .dropdown:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}

p.return-to-shop {
  margin-bottom: 4rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #B20E10;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #530708;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #B20E10;
  opacity: 0.4;
}

.stats {
  position: relative;
  z-index: 1;
  padding-bottom: 5.4rem;
}
.stats .row {
  justify-content: center;
}
.stats .container {
  max-width: 116rem;
}
.stats__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 8rem;
}
@media (min-width: 992px) {
  .stats__items {
    gap: 6rem;
  }
}
.stats__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stats__content p {
  width: 100%;
  text-align: center;
  margin: 0;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.7rem;
}
@media (min-width: 1200px) {
  .stats__content p {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
.stats__heading {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.stats__heading-inner {
  font-weight: bold;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  padding-top: 3.2rem;
  padding-bottom: 1.6rem;
  text-align: center;
  color: #B20E10;
}
.stats__heading-inner .stats__value {
  font-weight: 600;
  font-size: 100px;
  line-height: 110px;
}
@media (min-width: 1200px) {
  .stats__heading-inner .stats__value {
    font-size: 140px;
    line-height: 160px;
  }
}
.stats__heading-inner img {
  margin-bottom: 1.6rem;
}
.stats__value {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats__item {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: baseline;
}
@media (min-width: 992px) {
  .stats__item {
    flex: 1;
  }
}

.signposts img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .signposts img {
    height: 16rem;
  }
}
@media (min-width: 1200px) {
  .signposts img {
    height: 20rem;
  }
}
@media (min-width: 1600px) {
  .signposts img {
    height: 22rem;
  }
}
.signposts .card-bottom-inner .button {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.signposts h3 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.signposts p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.2rem;
}

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