/**
 * Theme Name: MeThree
 * Author: MeThree
 * Version: 1.0
 */

@charset "UTF-8";
/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

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

/* HTML5 display-role reset for older browsers */
/* line 99, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 115, ../../src/sass/helpers/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 18px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

/* line 10, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.accordions .title-block,
.h5,
h5,
.h6,
h6 {
  font-family: "Domine", serif;
  font-weight: 400;
  color: #84034a;
}

/* line 20, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2 {
  line-height: 1.1;
}

/* line 24, ../../src/sass/helpers/_typography.scss */
.h3, h3,
.h4,
h4,
.accordions .title-block {
  line-height: 1.3;
}

/* line 28, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 64px;
  line-height: 78px;
}

/* line 32, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 48px;
  line-height: 58px;
}

/* line 36, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: 36px;
  line-height: 44px;
}

/* line 40, ../../src/sass/helpers/_typography.scss */
.h4, h4, .accordions .title-block, .h5, h5, .h6, h6 {
  font-size: 24px;
  line-height: 30px;
}

/* line 46, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 52, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 55, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 59, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 1em 0;
}

/* line 63, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 68, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 83, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1 {
  margin: 1em 0 0.5em;
}

/* line 88, ../../src/sass/helpers/_typography.scss */
h2,
.h2,
h2 {
  margin: 1em 0 0.5em;
}

/* line 93, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 1em 0 0.5em;
}

/* line 98, ../../src/sass/helpers/_typography.scss */
h4, .accordions .title-block,
.h4,
h4,
.accordions .title-block {
  margin: 1em 0 0.5em;
}

/* line 103, ../../src/sass/helpers/_typography.scss */
h5,
.h5,
h5 {
  margin: 1em 0 0.5em;
}

/* line 108, ../../src/sass/helpers/_typography.scss */
h6,
.h6,
h6 {
  margin: 1em 0 0.5em;
}

/* line 134, ../../src/sass/helpers/_typography.scss */
ul li ul,
ol li ol {
  margin: 0 0 0 20px;
}

/* line 139, ../../src/sass/helpers/_typography.scss */
ol li ol {
  list-style: lower-latin;
}

/* line 143, ../../src/sass/helpers/_typography.scss */
ul li ul {
  list-style: circle;
}

/* line 147, ../../src/sass/helpers/_typography.scss */
a {
  cursor: pointer;
  text-decoration: none;
  color: #84034a;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 154, ../../src/sass/helpers/_typography.scss */
a:visited {
  color: #84034a;
}
/* line 158, ../../src/sass/helpers/_typography.scss */
a:hover {
  color: #84034a;
  text-decoration: underline;
}

/* line 165, ../../src/sass/helpers/_typography.scss */
.meta-tag {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

/* line 172, ../../src/sass/helpers/_typography.scss */
.access-tag {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 8px 2px;
}

/* line 184, ../../src/sass/helpers/_typography.scss */
.single .meta-wrap .access-tag {
  color: #FFF;
  padding: 2px 12px 4px;
  margin-bottom: -8px;
}
/* line 191, ../../src/sass/helpers/_typography.scss */
.single .meta-wrap h1 {
  margin-top: 0.5em;
}

/* line 200, ../../src/sass/helpers/_typography.scss */
.listing .access-tag {
  background: #FFF;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

/* line 209, ../../src/sass/helpers/_typography.scss */
.meta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px  solid;
  padding-bottom: 8px;
}

/* line 2, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 8, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1248px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 11, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 848px;
}

/* line 18, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 31, ../../src/sass/helpers/_base.scss */
.post-thumbnail img {
  width: 100%;
  height: 100%;
}

/* line 39, ../../src/sass/helpers/_base.scss */
.search-results h1 {
  margin-bottom: 40px;
  font-weight: 400;
}
/* line 43, ../../src/sass/helpers/_base.scss */
.search-results h1 span {
  font-weight: 700;
}
/* line 48, ../../src/sass/helpers/_base.scss */
.search-results .search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 24px;
  border-bottom: 2px solid #84034a;
  padding: 20px 0;
}
/* line 54, ../../src/sass/helpers/_base.scss */
.search-results .search-wrap .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
}
/* line 58, ../../src/sass/helpers/_base.scss */
.search-results .search-wrap h2 {
  margin-top: 0;
}
/* line 62, ../../src/sass/helpers/_base.scss */
.search-results .search-wrap .post-thumbnail {
  height: 150px;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
     -moz-box-flex: 0;
          flex: 0 0 150px;
}
/* line 67, ../../src/sass/helpers/_base.scss */
.search-results .search-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1, ../../src/sass/helpers/_facetwp.scss */
.facetwp-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin: 36px 0 16px;
  gap: 16px;
  z-index: 150;
  position: relative;
}

/* line 11, ../../src/sass/helpers/_facetwp.scss */
.facetwp-facet.facetwp-type-fselect .fs-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 19, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-label-wrap,
.facetwp-type-sort .fs-label-wrap,
.facetwp-type-fselect .fs-label-wrap {
  border: solid 2px;
  height: 48px;
}
/* line 23, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-label-wrap .fs-label,
.facetwp-type-sort .fs-label-wrap .fs-label,
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 12px 36px 8px 16px;
  font-weight: 600;
}
/* line 29, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-arrow,
.facetwp-type-sort .fs-arrow,
.facetwp-type-fselect .fs-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  right: 16px;
  margin-left: 16px;
}
/* line 39, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-dropdown,
.facetwp-type-sort .fs-dropdown,
.facetwp-type-fselect .fs-dropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  border: 2px solid;
  z-index: 1000;
  top: 46px;
}
/* line 47, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-option,
.facetwp-type-sort .fs-option,
.facetwp-type-fselect .fs-option {
  padding: 12px 16px 12px 16px;
}
/* line 50, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-option:hover,
.facetwp-type-sort .fs-option:hover,
.facetwp-type-fselect .fs-option:hover {
  background-color: rgba(152, 152, 152, 0.2);
}
/* line 55, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-open .fs-dropdown .fs-options,
.facetwp-type-sort .fs-open .fs-dropdown .fs-options,
.facetwp-type-fselect .fs-open .fs-dropdown .fs-options {
  max-height: unset;
  overflow: visible;
}

/* line 63, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-sort .fs-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 69, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 72, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: -2px;
}
/* line 77, ../../src/sass/helpers/_facetwp.scss */
.facetwp-type-proximity .fs-open .fs-dropdown .fs-options .fs-option.selected {
  background-color: rgba(152, 152, 152, 0.2);
}

/* line 83, ../../src/sass/helpers/_facetwp.scss */
.facetwp-location,
.facetwp-search {
  padding: 13px 24px 14px 16px;
  border: solid 2px;
  color: #000;
  background-color: transparent;
  opacity: 1;
  height: 48px;
  width: 240px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.6;
}

/* line 100, ../../src/sass/helpers/_facetwp.scss */
.facetwp-input-wrap .facetwp-icon {
  right: 10px;
}

/* line 106, ../../src/sass/helpers/_facetwp.scss */
.search-pagination,
.facetwp-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 8px;
}
/* line 112, ../../src/sass/helpers/_facetwp.scss */
.search-pagination .facetwp-page,
.search-pagination .page-numbers,
.facetwp-pager .facetwp-page,
.facetwp-pager .page-numbers {
  margin-top: 32px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  height: 44px;
  width: 44px;
  border: solid 2px;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 112, ../../src/sass/helpers/_facetwp.scss */
  .search-pagination .facetwp-page,
  .search-pagination .page-numbers,
  .facetwp-pager .facetwp-page,
  .facetwp-pager .page-numbers {
    margin-top: 64px;
  }
}
/* line 124, ../../src/sass/helpers/_facetwp.scss */
.search-pagination .facetwp-page.active, .search-pagination .facetwp-page.current,
.search-pagination .page-numbers.active,
.search-pagination .page-numbers.current,
.facetwp-pager .facetwp-page.active,
.facetwp-pager .facetwp-page.current,
.facetwp-pager .page-numbers.active,
.facetwp-pager .page-numbers.current {
  color: #FFF;
}
/* line 129, ../../src/sass/helpers/_facetwp.scss */
.search-pagination .facetwp-page.next,
.search-pagination .page-numbers.next,
.facetwp-pager .facetwp-page.next,
.facetwp-pager .page-numbers.next {
  font-size: 0;
  color: transparent;
  background-image: url(images/pager-arrow.svg);
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 44px;
  height: 44px;
  content: "";
}
/* line 139, ../../src/sass/helpers/_facetwp.scss */
.search-pagination .facetwp-page.prev,
.search-pagination .page-numbers.prev,
.facetwp-pager .facetwp-page.prev,
.facetwp-pager .page-numbers.prev {
  text-indent: -9999px;
  background-image: url(images/pager-arrow.svg);
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 44px;
  height: 44px;
  content: "";
}

/* line 153, ../../src/sass/helpers/_facetwp.scss */
#facetwp-map h3 {
  margin-top: 0;
}
/* line 157, ../../src/sass/helpers/_facetwp.scss */
#facetwp-map .gm-style img {
  max-width: none;
  float: left;
  margin: 0 10px 10px 0;
}

/* line 164, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 164, ../../src/sass/helpers/_facetwp.scss */
  .has-sidebar {
    grid-template-columns: minmax(auto, 800px) 1fr 1fr 1fr;
  }
}
/* line 174, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar .map {
  grid-area: span 2 / span 3;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
@media only screen and (min-width: 768px) {
  /* line 174, ../../src/sass/helpers/_facetwp.scss */
  .has-sidebar .map {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
/* line 184, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar ul {
  color: #84034a;
}
/* line 188, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar .is-hdden {
  display: none;
}
/* line 192, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar .facetwp-filters {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 768px) {
  /* line 192, ../../src/sass/helpers/_facetwp.scss */
  .has-sidebar .facetwp-filters {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 202, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar .post-list {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}
/* line 206, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar .facetwp-facet {
  margin-bottom: 0;
}
/* line 210, ../../src/sass/helpers/_facetwp.scss */
.has-sidebar .facetwp-pager .facetwp-page {
  margin-top: 0;
  margin-bottom: 40px;
}

/* line 4, ../../src/sass/helpers/_color-switch.scss */
.site.plum header {
  background-color: #3C1053;
}
/* line 9, ../../src/sass/helpers/_color-switch.scss */
.site.plum .hero:before {
  border-top: 80px solid #3C1053;
}
/* line 15, ../../src/sass/helpers/_color-switch.scss */
.site.plum #site-navigation.active {
  background: #3C1053;
}
/* line 18, ../../src/sass/helpers/_color-switch.scss */
.site.plum #site-navigation.active:after {
  border-top: 52px solid #3C1053;
}
/* line 26, ../../src/sass/helpers/_color-switch.scss */
.site.plum.menu-item-has-children .sub-menu {
  background: #3C1053;
}
/* line 30, ../../src/sass/helpers/_color-switch.scss */
.site.plum #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.site.plum #primary-menu li.menu-item-has-children .sub-menu {
  background: #3C1053;
}
/* line 36, ../../src/sass/helpers/_color-switch.scss */
.site.plum .search-block {
  background-color: #3C1053;
}
/* line 41, ../../src/sass/helpers/_color-switch.scss */
.site.plum .search-block:after {
  border-top: 52px solid #3C1053;
}
/* line 49, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-type-fselect .fs-label-wrap {
  border-color: #3C1053;
}
/* line 53, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-type-fselect .fs-dropdown {
  border-color: #3C1053;
}
/* line 61, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-type-proximity .fs-label-wrap,
.site.plum .facetwp-type-sort .fs-label-wrap {
  border-color: #3C1053;
}
/* line 65, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-type-proximity .fs-dropdown,
.site.plum .facetwp-type-sort .fs-dropdown {
  border-color: #3C1053;
}
/* line 71, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-location,
.site.plum .facetwp-search {
  border-color: #3C1053;
}
/* line 79, ../../src/sass/helpers/_color-switch.scss */
.site.plum .search-pagination .facetwp-page,
.site.plum .search-pagination .page-numbers,
.site.plum .facetwp-pager .facetwp-page,
.site.plum .facetwp-pager .page-numbers {
  border-color: #3C1053;
}
/* line 83, ../../src/sass/helpers/_color-switch.scss */
.site.plum .search-pagination .facetwp-page.active, .site.plum .search-pagination .facetwp-page.current,
.site.plum .search-pagination .page-numbers.active,
.site.plum .search-pagination .page-numbers.current,
.site.plum .facetwp-pager .facetwp-page.active,
.site.plum .facetwp-pager .facetwp-page.current,
.site.plum .facetwp-pager .page-numbers.active,
.site.plum .facetwp-pager .page-numbers.current {
  background-color: #3C1053;
}
/* line 95, ../../src/sass/helpers/_color-switch.scss */
.site.plum .listing .container .grid .tile .text-block {
  background: #3C1053;
}
/* line 98, ../../src/sass/helpers/_color-switch.scss */
.site.plum .listing .container .grid .tile .text-block:after {
  border-top-color: #3C1053;
}
/* line 107, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-reset,
.site.plum .wp-block-button__link {
  background: #3C1053;
  border-color: #3C1053;
}
/* line 112, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-reset:visited, .site.plum .facetwp-reset:active, .site.plum .facetwp-reset:focus,
.site.plum .wp-block-button__link:visited,
.site.plum .wp-block-button__link:active,
.site.plum .wp-block-button__link:focus {
  background: #3C1053;
}
/* line 118, ../../src/sass/helpers/_color-switch.scss */
.site.plum .facetwp-reset:hover,
.site.plum .wp-block-button__link:hover {
  color: #3C1053;
  background: #FFF;
}
/* line 125, ../../src/sass/helpers/_color-switch.scss */
.site.plum .is-style-outline .wp-block-button__link {
  border-color: #3C1053;
  color: #3C1053;
}
/* line 129, ../../src/sass/helpers/_color-switch.scss */
.site.plum .is-style-outline .wp-block-button__link:visited, .site.plum .is-style-outline .wp-block-button__link:active, .site.plum .is-style-outline .wp-block-button__link:focus {
  color: #3C1053;
}
/* line 135, ../../src/sass/helpers/_color-switch.scss */
.site.plum .is-style-outline .wp-block-button__link:hover {
  background: #3C1053;
}
/* line 141, ../../src/sass/helpers/_color-switch.scss */
.site.plum .meta-wrap {
  border-bottom-color: #3C1053;
}
/* line 4, ../../src/sass/helpers/_color-switch.scss */
.site.olive header {
  background-color: #a59415;
}
/* line 9, ../../src/sass/helpers/_color-switch.scss */
.site.olive .hero:before {
  border-top: 80px solid #a59415;
}
/* line 15, ../../src/sass/helpers/_color-switch.scss */
.site.olive #site-navigation.active {
  background: #a59415;
}
/* line 18, ../../src/sass/helpers/_color-switch.scss */
.site.olive #site-navigation.active:after {
  border-top: 52px solid #a59415;
}
/* line 26, ../../src/sass/helpers/_color-switch.scss */
.site.olive.menu-item-has-children .sub-menu {
  background: #a59415;
}
/* line 30, ../../src/sass/helpers/_color-switch.scss */
.site.olive #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.site.olive #primary-menu li.menu-item-has-children .sub-menu {
  background: #a59415;
}
/* line 36, ../../src/sass/helpers/_color-switch.scss */
.site.olive .search-block {
  background-color: #a59415;
}
/* line 41, ../../src/sass/helpers/_color-switch.scss */
.site.olive .search-block:after {
  border-top: 52px solid #a59415;
}
/* line 49, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-type-fselect .fs-label-wrap {
  border-color: #a59415;
}
/* line 53, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-type-fselect .fs-dropdown {
  border-color: #a59415;
}
/* line 61, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-type-proximity .fs-label-wrap,
.site.olive .facetwp-type-sort .fs-label-wrap {
  border-color: #a59415;
}
/* line 65, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-type-proximity .fs-dropdown,
.site.olive .facetwp-type-sort .fs-dropdown {
  border-color: #a59415;
}
/* line 71, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-location,
.site.olive .facetwp-search {
  border-color: #a59415;
}
/* line 79, ../../src/sass/helpers/_color-switch.scss */
.site.olive .search-pagination .facetwp-page,
.site.olive .search-pagination .page-numbers,
.site.olive .facetwp-pager .facetwp-page,
.site.olive .facetwp-pager .page-numbers {
  border-color: #a59415;
}
/* line 83, ../../src/sass/helpers/_color-switch.scss */
.site.olive .search-pagination .facetwp-page.active, .site.olive .search-pagination .facetwp-page.current,
.site.olive .search-pagination .page-numbers.active,
.site.olive .search-pagination .page-numbers.current,
.site.olive .facetwp-pager .facetwp-page.active,
.site.olive .facetwp-pager .facetwp-page.current,
.site.olive .facetwp-pager .page-numbers.active,
.site.olive .facetwp-pager .page-numbers.current {
  background-color: #a59415;
}
/* line 95, ../../src/sass/helpers/_color-switch.scss */
.site.olive .listing .container .grid .tile .text-block {
  background: #a59415;
}
/* line 98, ../../src/sass/helpers/_color-switch.scss */
.site.olive .listing .container .grid .tile .text-block:after {
  border-top-color: #a59415;
}
/* line 107, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-reset,
.site.olive .wp-block-button__link {
  background: #a59415;
  border-color: #a59415;
}
/* line 112, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-reset:visited, .site.olive .facetwp-reset:active, .site.olive .facetwp-reset:focus,
.site.olive .wp-block-button__link:visited,
.site.olive .wp-block-button__link:active,
.site.olive .wp-block-button__link:focus {
  background: #a59415;
}
/* line 118, ../../src/sass/helpers/_color-switch.scss */
.site.olive .facetwp-reset:hover,
.site.olive .wp-block-button__link:hover {
  color: #a59415;
  background: #FFF;
}
/* line 125, ../../src/sass/helpers/_color-switch.scss */
.site.olive .is-style-outline .wp-block-button__link {
  border-color: #a59415;
  color: #a59415;
}
/* line 129, ../../src/sass/helpers/_color-switch.scss */
.site.olive .is-style-outline .wp-block-button__link:visited, .site.olive .is-style-outline .wp-block-button__link:active, .site.olive .is-style-outline .wp-block-button__link:focus {
  color: #a59415;
}
/* line 135, ../../src/sass/helpers/_color-switch.scss */
.site.olive .is-style-outline .wp-block-button__link:hover {
  background: #a59415;
}
/* line 141, ../../src/sass/helpers/_color-switch.scss */
.site.olive .meta-wrap {
  border-bottom-color: #a59415;
}
/* line 4, ../../src/sass/helpers/_color-switch.scss */
.site.coral header {
  background-color: #e9541a;
}
/* line 9, ../../src/sass/helpers/_color-switch.scss */
.site.coral .hero:before {
  border-top: 80px solid #e9541a;
}
/* line 15, ../../src/sass/helpers/_color-switch.scss */
.site.coral #site-navigation.active {
  background: #e9541a;
}
/* line 18, ../../src/sass/helpers/_color-switch.scss */
.site.coral #site-navigation.active:after {
  border-top: 52px solid #e9541a;
}
/* line 26, ../../src/sass/helpers/_color-switch.scss */
.site.coral.menu-item-has-children .sub-menu {
  background: #e9541a;
}
/* line 30, ../../src/sass/helpers/_color-switch.scss */
.site.coral #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.site.coral #primary-menu li.menu-item-has-children .sub-menu {
  background: #e9541a;
}
/* line 36, ../../src/sass/helpers/_color-switch.scss */
.site.coral .search-block {
  background-color: #e9541a;
}
/* line 41, ../../src/sass/helpers/_color-switch.scss */
.site.coral .search-block:after {
  border-top: 52px solid #e9541a;
}
/* line 49, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-type-fselect .fs-label-wrap {
  border-color: #e9541a;
}
/* line 53, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-type-fselect .fs-dropdown {
  border-color: #e9541a;
}
/* line 61, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-type-proximity .fs-label-wrap,
.site.coral .facetwp-type-sort .fs-label-wrap {
  border-color: #e9541a;
}
/* line 65, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-type-proximity .fs-dropdown,
.site.coral .facetwp-type-sort .fs-dropdown {
  border-color: #e9541a;
}
/* line 71, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-location,
.site.coral .facetwp-search {
  border-color: #e9541a;
}
/* line 79, ../../src/sass/helpers/_color-switch.scss */
.site.coral .search-pagination .facetwp-page,
.site.coral .search-pagination .page-numbers,
.site.coral .facetwp-pager .facetwp-page,
.site.coral .facetwp-pager .page-numbers {
  border-color: #e9541a;
}
/* line 83, ../../src/sass/helpers/_color-switch.scss */
.site.coral .search-pagination .facetwp-page.active, .site.coral .search-pagination .facetwp-page.current,
.site.coral .search-pagination .page-numbers.active,
.site.coral .search-pagination .page-numbers.current,
.site.coral .facetwp-pager .facetwp-page.active,
.site.coral .facetwp-pager .facetwp-page.current,
.site.coral .facetwp-pager .page-numbers.active,
.site.coral .facetwp-pager .page-numbers.current {
  background-color: #e9541a;
}
/* line 95, ../../src/sass/helpers/_color-switch.scss */
.site.coral .listing .container .grid .tile .text-block {
  background: #e9541a;
}
/* line 98, ../../src/sass/helpers/_color-switch.scss */
.site.coral .listing .container .grid .tile .text-block:after {
  border-top-color: #e9541a;
}
/* line 107, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-reset,
.site.coral .wp-block-button__link {
  background: #e9541a;
  border-color: #e9541a;
}
/* line 112, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-reset:visited, .site.coral .facetwp-reset:active, .site.coral .facetwp-reset:focus,
.site.coral .wp-block-button__link:visited,
.site.coral .wp-block-button__link:active,
.site.coral .wp-block-button__link:focus {
  background: #e9541a;
}
/* line 118, ../../src/sass/helpers/_color-switch.scss */
.site.coral .facetwp-reset:hover,
.site.coral .wp-block-button__link:hover {
  color: #e9541a;
  background: #FFF;
}
/* line 125, ../../src/sass/helpers/_color-switch.scss */
.site.coral .is-style-outline .wp-block-button__link {
  border-color: #e9541a;
  color: #e9541a;
}
/* line 129, ../../src/sass/helpers/_color-switch.scss */
.site.coral .is-style-outline .wp-block-button__link:visited, .site.coral .is-style-outline .wp-block-button__link:active, .site.coral .is-style-outline .wp-block-button__link:focus {
  color: #e9541a;
}
/* line 135, ../../src/sass/helpers/_color-switch.scss */
.site.coral .is-style-outline .wp-block-button__link:hover {
  background: #e9541a;
}
/* line 141, ../../src/sass/helpers/_color-switch.scss */
.site.coral .meta-wrap {
  border-bottom-color: #e9541a;
}
/* line 4, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine header {
  background-color: #84034a;
}
/* line 9, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .hero:before {
  border-top: 80px solid #84034a;
}
/* line 15, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine #site-navigation.active {
  background: #84034a;
}
/* line 18, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine #site-navigation.active:after {
  border-top: 52px solid #84034a;
}
/* line 26, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine.menu-item-has-children .sub-menu {
  background: #84034a;
}
/* line 30, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.site.aubergine #primary-menu li.menu-item-has-children .sub-menu {
  background: #84034a;
}
/* line 36, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .search-block {
  background-color: #84034a;
}
/* line 41, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .search-block:after {
  border-top: 52px solid #84034a;
}
/* line 49, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-type-fselect .fs-label-wrap {
  border-color: #84034a;
}
/* line 53, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-type-fselect .fs-dropdown {
  border-color: #84034a;
}
/* line 61, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-type-proximity .fs-label-wrap,
.site.aubergine .facetwp-type-sort .fs-label-wrap {
  border-color: #84034a;
}
/* line 65, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-type-proximity .fs-dropdown,
.site.aubergine .facetwp-type-sort .fs-dropdown {
  border-color: #84034a;
}
/* line 71, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-location,
.site.aubergine .facetwp-search {
  border-color: #84034a;
}
/* line 79, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .search-pagination .facetwp-page,
.site.aubergine .search-pagination .page-numbers,
.site.aubergine .facetwp-pager .facetwp-page,
.site.aubergine .facetwp-pager .page-numbers {
  border-color: #84034a;
}
/* line 83, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .search-pagination .facetwp-page.active, .site.aubergine .search-pagination .facetwp-page.current,
.site.aubergine .search-pagination .page-numbers.active,
.site.aubergine .search-pagination .page-numbers.current,
.site.aubergine .facetwp-pager .facetwp-page.active,
.site.aubergine .facetwp-pager .facetwp-page.current,
.site.aubergine .facetwp-pager .page-numbers.active,
.site.aubergine .facetwp-pager .page-numbers.current {
  background-color: #84034a;
}
/* line 95, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .listing .container .grid .tile .text-block {
  background: #84034a;
}
/* line 98, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .listing .container .grid .tile .text-block:after {
  border-top-color: #84034a;
}
/* line 107, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-reset,
.site.aubergine .wp-block-button__link {
  background: #84034a;
  border-color: #84034a;
}
/* line 112, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-reset:visited, .site.aubergine .facetwp-reset:active, .site.aubergine .facetwp-reset:focus,
.site.aubergine .wp-block-button__link:visited,
.site.aubergine .wp-block-button__link:active,
.site.aubergine .wp-block-button__link:focus {
  background: #84034a;
}
/* line 118, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .facetwp-reset:hover,
.site.aubergine .wp-block-button__link:hover {
  color: #84034a;
  background: #FFF;
}
/* line 125, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .is-style-outline .wp-block-button__link {
  border-color: #84034a;
  color: #84034a;
}
/* line 129, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .is-style-outline .wp-block-button__link:visited, .site.aubergine .is-style-outline .wp-block-button__link:active, .site.aubergine .is-style-outline .wp-block-button__link:focus {
  color: #84034a;
}
/* line 135, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .is-style-outline .wp-block-button__link:hover {
  background: #84034a;
}
/* line 141, ../../src/sass/helpers/_color-switch.scss */
.site.aubergine .meta-wrap {
  border-bottom-color: #84034a;
}

/* line 155, ../../src/sass/helpers/_color-switch.scss */
.single-archives .site header {
  background-color: #a59415;
}
/* line 158, ../../src/sass/helpers/_color-switch.scss */
.single-archives .site .meta-wrap {
  border-bottom-color: #a59415;
}
/* line 162, ../../src/sass/helpers/_color-switch.scss */
.single-archives .site .access-tag {
  background: #a59415;
}
/* line 168, ../../src/sass/helpers/_color-switch.scss */
.single-archives .site #site-navigation.active {
  background: #a59415;
}
/* line 179, ../../src/sass/helpers/_color-switch.scss */
.single-archives .site.menu-item-has-children .sub-menu {
  background: #a59415;
}
/* line 183, ../../src/sass/helpers/_color-switch.scss */
.single-archives .site #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.single-archives .site #primary-menu li.menu-item-has-children .sub-menu {
  background: #a59415;
}

/* line 191, ../../src/sass/helpers/_color-switch.scss */
.single-treasures .site header {
  background-color: #e9541a;
}
/* line 194, ../../src/sass/helpers/_color-switch.scss */
.single-treasures .site .meta-wrap {
  border-bottom-color: #e9541a;
}
/* line 202, ../../src/sass/helpers/_color-switch.scss */
.single-treasures .site #site-navigation.active {
  background: #e9541a;
}
/* line 208, ../../src/sass/helpers/_color-switch.scss */
.single-treasures .site.menu-item-has-children .sub-menu {
  background: #e9541a;
}
/* line 212, ../../src/sass/helpers/_color-switch.scss */
.single-treasures .site #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.single-treasures .site #primary-menu li.menu-item-has-children .sub-menu {
  background: #e9541a;
}

/* line 220, ../../src/sass/helpers/_color-switch.scss */
.single-blog .site header {
  background-color: #84034a;
}
/* line 223, ../../src/sass/helpers/_color-switch.scss */
.single-blog .site .meta-wrap {
  border-bottom-color: #84034a;
}
/* line 232, ../../src/sass/helpers/_color-switch.scss */
.single-blog .site #site-navigation.active {
  background: #84034a;
}
/* line 238, ../../src/sass/helpers/_color-switch.scss */
.single-blog .site.menu-item-has-children .sub-menu {
  background: #84034a;
}
/* line 242, ../../src/sass/helpers/_color-switch.scss */
.single-blog .site #site-navigation.active #primary-menu li.menu-item-has-children .sub-menu,
.single-blog .site #primary-menu li.menu-item-has-children .sub-menu {
  background: #84034a;
}

/* line 256, ../../src/sass/helpers/_color-switch.scss */
.site .listing.treasures .container .grid .tile .text-block {
  background: #e9541a;
}
/* line 259, ../../src/sass/helpers/_color-switch.scss */
.site .listing.treasures .container .grid .tile .text-block:after {
  border-top-color: #e9541a;
}
/* line 273, ../../src/sass/helpers/_color-switch.scss */
.site .listing.archives .container .grid .tile .text-block {
  background: #a59415;
}
/* line 276, ../../src/sass/helpers/_color-switch.scss */
.site .listing.archives .container .grid .tile .text-block .access-tag {
  color: #a59415;
}
/* line 280, ../../src/sass/helpers/_color-switch.scss */
.site .listing.archives .container .grid .tile .text-block:after {
  border-top-color: #a59415;
}
/* line 293, ../../src/sass/helpers/_color-switch.scss */
.site .listing.blog .container .grid .tile .text-block {
  background: #84034a;
}
/* line 296, ../../src/sass/helpers/_color-switch.scss */
.site .listing.blog .container .grid .tile .text-block:after {
  border-top-color: #84034a;
}
/* line 309, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile .text-block {
  background: #84034a;
}
/* line 312, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile .text-block:after {
  border-top-color: #84034a;
}
/* line 318, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile.pink .text-block {
  background: #d00e4a;
}
/* line 321, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile.pink .text-block:after {
  border-top-color: #d00e4a;
}
/* line 328, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile.coral .text-block {
  background: #e9541a;
}
/* line 331, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile.coral .text-block:after {
  border-top-color: #e9541a;
}
/* line 338, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile.olive .text-block {
  background: #a59415;
}
/* line 341, ../../src/sass/helpers/_color-switch.scss */
.site .listing.static-standard-tiles .container .grid .tile.olive .text-block:after {
  border-top-color: #a59415;
}

/* line 360, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.archives .tile .text-block {
  background: #a59415;
}
/* line 363, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.archives .tile .text-block .access-tag {
  color: #a59415;
}
/* line 367, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.archives .tile .text-block:after {
  border-top-color: #a59415;
}
/* line 375, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.treasures .tile .text-block {
  background: #e9541a;
}
/* line 378, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.treasures .tile .text-block:after {
  border-top-color: #e9541a;
}
/* line 386, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.blog .tile .text-block {
  background: #84034a;
}
/* line 389, ../../src/sass/helpers/_color-switch.scss */
.listing .container .grid .extra-wrap.blog .tile .text-block:after {
  border-top-color: #84034a;
}

/* line 2, ../../src/sass/content-parts/header.scss */
header {
  position: relative;
}
/* line 6, ../../src/sass/content-parts/header.scss */
header:after {
  content: "";
  position: absolute;
  border-bottom: 80px solid white;
  border-left: 98vw solid rgba(255, 255, 255, 0);
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* line 18, ../../src/sass/content-parts/header.scss */
header .container:not(.search-block.open .container) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  padding-top: 16px;
  margin-bottom: 32px;
  height: 218px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 18, ../../src/sass/content-parts/header.scss */
  header .container:not(.search-block.open .container) {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 640px) {
  /* line 18, ../../src/sass/content-parts/header.scss */
  header .container:not(.search-block.open .container) {
    height: 208px;
  }
}
/* line 32, ../../src/sass/content-parts/header.scss */
header .container:not(.search-block.open .container) .logo-main {
  width: 180px;
  z-index: 10;
}
@media only screen and (min-width: 640px) {
  /* line 32, ../../src/sass/content-parts/header.scss */
  header .container:not(.search-block.open .container) .logo-main {
    width: 225px;
  }
}
/* line 40, ../../src/sass/content-parts/header.scss */
header .container:not(.search-block.open .container) .logo-main svg {
  width: 100%;
  height: 100%;
}

/* line 2, ../../src/sass/content-parts/nav.scss */
#primary-menu {
  display: none;
  background: none;
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 11, ../../src/sass/content-parts/nav.scss */
#primary-menu li {
  margin: 0;
  position: relative;
  display: block;
}
/* line 16, ../../src/sass/content-parts/nav.scss */
#primary-menu li.open, #primary-menu li.current-menu-item, #primary-menu li.current-menu-ancestor {
  background: rgba(255, 255, 255, 0.2);
}
/* line 22, ../../src/sass/content-parts/nav.scss */
#primary-menu li a {
  cursor: pointer;
  min-height: 44px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 6px 14px 8px;
  color: white;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 32, ../../src/sass/content-parts/nav.scss */
#primary-menu li a:visited {
  color: white;
}
/* line 36, ../../src/sass/content-parts/nav.scss */
#primary-menu li a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
/* line 44, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .sub-menu {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  background: #3C1053;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* line 52, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .sub-menu li a {
  display: block;
  position: relative;
}
/* line 60, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children.open > .sub-menu {
  max-height: 500px;
}
/* line 64, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .dropdown-arrow {
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 69, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children .dropdown-arrow svg {
  width: 16px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* line 78, ../../src/sass/content-parts/nav.scss */
#primary-menu li.menu-item-has-children.open .dropdown-arrow svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 86, ../../src/sass/content-parts/nav.scss */
#site-navigation.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background: #3C1053;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  margin-top: 102px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 99, ../../src/sass/content-parts/nav.scss */
#site-navigation.active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 100%;
  border-right: 99vw solid transparent;
  border-top: 52px solid #3C1053;
}
@media only screen and (min-width: 1024px) {
  /* line 86, ../../src/sass/content-parts/nav.scss */
  #site-navigation.active {
    padding-top: 190px;
  }
}
/* line 116, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  /* line 116, ../../src/sass/content-parts/nav.scss */
  #site-navigation.active #primary-menu {
    padding: 0 32px;
  }
}
/* line 129, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu li {
  width: 100%;
}
/* line 133, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu li a {
  display: block;
}
/* line 138, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu li.menu-item-has-children .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  background: #3C1053;
  width: 100%;
}
/* line 146, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu li.menu-item-has-children .sub-menu li a {
  display: block;
}
/* line 155, ../../src/sass/content-parts/nav.scss */
#site-navigation.active #primary-menu li.menu-item-has-children.open > .sub-menu {
  max-height: 500px;
}

/* line 164, ../../src/sass/content-parts/nav.scss */
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 40;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 40px;
  height: 34px;
  cursor: pointer;
  border: 2px solid #FFF;
  background: transparent;
}
/* line 51, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
/* line 59, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
}
/* line 65, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right .3s ease-in-out;
  -moz-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  width: 100%;
}
/* line 74, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 83, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 89, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 92, ../../src/sass/helpers/_mixins.scss */
.active .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 98, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 103, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 112, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 173, ../../src/sass/content-parts/nav.scss */
.hamburger.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 40px;
  height: 34px;
  cursor: pointer;
  border: 2px solid #FFF;
  background: transparent;
}
/* line 51, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-icon {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
/* line 59, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-icon .hamburger-lines, .hamburger.active .hamburger-icon:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
}
/* line 65, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right .3s ease-in-out;
  -moz-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  width: 100%;
}
/* line 74, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 83, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  top: -6px;
}
/* line 89, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  top: 6px;
}
/* line 92, ../../src/sass/helpers/_mixins.scss */
.active .hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 98, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines, .hamburger.active.active .hamburger-icon:after {
  background: transparent;
}
/* line 103, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines:before, .hamburger.active.active .hamburger-lines:after {
  top: 0;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 112, ../../src/sass/helpers/_mixins.scss */
.hamburger.active.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  /* line 180, ../../src/sass/content-parts/nav.scss */
  #primary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }

  /* line 185, ../../src/sass/content-parts/nav.scss */
  .hamburger {
    display: none;
  }

  /* line 189, ../../src/sass/content-parts/nav.scss */
  #site-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    background: none;
    z-index: 10;
  }
  /* line 195, ../../src/sass/content-parts/nav.scss */
  #site-navigation #primary-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0;
  }

  /* line 203, ../../src/sass/content-parts/nav.scss */
  .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: unset;
    width: auto;
    padding: 0;
    margin-top: 2px;
  }
  /* line 215, ../../src/sass/content-parts/nav.scss */
  .menu-item-has-children.open > .sub-menu {
    display: block;
  }
  /* line 219, ../../src/sass/content-parts/nav.scss */
  .menu-item-has-children .dropdown-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
  }
}
/* line 226, ../../src/sass/content-parts/nav.scss */
.float-right.menu-item-has-children .sub-menu {
  left: unset;
  right: 0;
}

/* line 1, ../../src/sass/content-parts/search.scss */
.search-block {
  max-width: 100%;
  width: 100%;
  display: none;
  position: absolute;
  padding: 20px 0 10px;
  top: -webkit-calc(100% + 164px);
  top: -moz-calc(100% + 164px);
  top: calc(100% + 164px);
  left: 0;
  z-index: 999;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/content-parts/search.scss */
  .search-block {
    top: 98px;
    bottom: unset;
  }
}
/* line 18, ../../src/sass/content-parts/search.scss */
.search-block.open {
  display: block;
}
/* line 22, ../../src/sass/content-parts/search.scss */
.search-block:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 100%;
  border-right: 99vw solid transparent;
  border-top: 52px solid #3C1053;
}
/* line 33, ../../src/sass/content-parts/search.scss */
.search-block .search-submit {
  cursor: pointer;
  height: 48px;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 0;
  color: #FFF;
  background: #000;
  font-size: -webkit-calc(clamp(1rem, 0.313vw + 0.891rem, 1.125rem));
  font-size: -moz-calc(clamp(1rem, 0.313vw + 0.891rem, 1.125rem));
  font-size: calc(clamp(1rem, 0.313vw + 0.891rem, 1.125rem));
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}
/* line 49, ../../src/sass/content-parts/search.scss */
.search-block .search-submit:hover {
  background: transparent;
  color: #FFF;
  border-color: white;
}
/* line 60, ../../src/sass/content-parts/search.scss */
.search-block .search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  /* line 60, ../../src/sass/content-parts/search.scss */
  .search-block .search-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
/* line 71, ../../src/sass/content-parts/search.scss */
.search-block .search-wrapper input:not(.search-submit) {
  background: white;
  color: #000;
  font-size: 18px;
  padding: 7px 10px 8px;
  display: block;
  border: none;
  border-radius: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  margin-left: 0;
  font-family: "sofia-pro", sans-serif;
  height: 48px;
}
/* line 85, ../../src/sass/content-parts/search.scss */
.search-block .search-wrapper input:not(.search-submit):focus {
  outline: none;
}
/* line 89, ../../src/sass/content-parts/search.scss */
.search-block .search-wrapper input:not(.search-submit) ::-webkit-input-placeholder, .search-block .search-wrapper input:not(.search-submit)::-webkit-input-placeholder {
  font-style: normal;
}
.search-block .search-wrapper input:not(.search-submit) ::-moz-placeholder, .search-block .search-wrapper input:not(.search-submit)::-moz-placeholder {
  font-style: normal;
}
.search-block .search-wrapper input:not(.search-submit) :-ms-input-placeholder, .search-block .search-wrapper input:not(.search-submit):-ms-input-placeholder {
  font-style: normal;
}
.search-block .search-wrapper input:not(.search-submit) ::-ms-input-placeholder, .search-block .search-wrapper input:not(.search-submit)::-ms-input-placeholder {
  font-style: normal;
}
.search-block .search-wrapper input:not(.search-submit) ::placeholder, .search-block .search-wrapper input:not(.search-submit)::placeholder, .search-block .search-wrapper input:not(.search-submit):placeholder {
  font-style: normal;
}

/* line 96, ../../src/sass/content-parts/search.scss */
.search-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-repeat: no-repeat;
  background: url(./images/search-icon.svg);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 10px;
  margin-left: 24px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  /* line 96, ../../src/sass/content-parts/search.scss */
  .search-icon {
    margin-left: unset;
    display: block;
  }
}

/* line 117, ../../src/sass/content-parts/search.scss */
.mobile-nav-active .search-icon {
  display: block;
}

/* line 1, ../../src/sass/content-parts/footer.scss */
footer {
  margin-top: 80px;
}
/* line 7, ../../src/sass/content-parts/footer.scss */
footer .footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: none;
  padding-left: 0;
  list-style: none;
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 7, ../../src/sass/content-parts/footer.scss */
  footer .footer-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
/* line 25, ../../src/sass/content-parts/footer.scss */
footer .footer-nav ul li {
  margin: 0;
  position: relative;
  display: block;
}
/* line 30, ../../src/sass/content-parts/footer.scss */
footer .footer-nav ul li a {
  cursor: pointer;
  padding: 0 16px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #FFF;
}
/* line 39, ../../src/sass/content-parts/footer.scss */
footer .footer-nav ul li a:visited {
  color: #FFF;
}
/* line 43, ../../src/sass/content-parts/footer.scss */
footer .footer-nav ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
/* line 52, ../../src/sass/content-parts/footer.scss */
footer .upper {
  padding: 28px 0;
}
@media only screen and (min-width: 768px) {
  /* line 52, ../../src/sass/content-parts/footer.scss */
  footer .upper {
    padding: 32px 0;
    background-color: rgba(152, 152, 152, 0.2);
    position: relative;
  }
  /* line 59, ../../src/sass/content-parts/footer.scss */
  footer .upper:before {
    content: "";
    position: absolute;
    border-bottom: 80px solid rgba(152, 152, 152, 0.2);
    border-left: 98vw solid rgba(255, 255, 255, 0);
    top: -80px;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
/* line 71, ../../src/sass/content-parts/footer.scss */
footer .upper .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (min-width: 560px) {
  /* line 71, ../../src/sass/content-parts/footer.scss */
  footer .upper .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 83, ../../src/sass/content-parts/footer.scss */
footer .upper .container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* line 87, ../../src/sass/content-parts/footer.scss */
footer .upper .container ul li a {
  color: #000;
}
/* line 90, ../../src/sass/content-parts/footer.scss */
footer .upper .container ul li a:visited {
  color: #000;
}
/* line 93, ../../src/sass/content-parts/footer.scss */
footer .upper .container ul li a:hover {
  color: #84034a;
  text-decoration: underline;
}
/* line 100, ../../src/sass/content-parts/footer.scss */
footer .upper .container .bod-logo {
  width: auto;
  height: 65px;
}
/* line 106, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 110, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* line 114, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
/* line 121, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap .social-links .social-icon {
  height: 32px;
  width: 32px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-transition: background-color 0.8s ease;
  -moz-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}
/* line 132, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap .social-links .social-icon svg {
  height: 100%;
  width: 100%;
}
/* line 136, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap .social-links .social-icon svg path {
  fill: #000;
}
/* line 144, ../../src/sass/content-parts/footer.scss */
footer .upper .container .social-links-wrap .social-links .social-icon:hover svg path {
  fill: #84034a;
}
/* line 155, ../../src/sass/content-parts/footer.scss */
footer .lower {
  background: #000;
  padding: 20px 0;
  color: #FFF;
  font-size: 16px;
}
/* line 161, ../../src/sass/content-parts/footer.scss */
footer .lower p, footer .lower a {
  margin: 0;
}
/* line 165, ../../src/sass/content-parts/footer.scss */
footer .lower .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 560px) {
  /* line 165, ../../src/sass/content-parts/footer.scss */
  footer .lower .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 174, ../../src/sass/content-parts/footer.scss */
footer .lower .container .by-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
/* line 187, ../../src/sass/content-parts/footer.scss */
footer .lower .container .by-me a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 0;
}
/* line 193, ../../src/sass/content-parts/footer.scss */
footer .lower .container .by-me a:hover svg path {
  fill: #84034a;
}
/* line 198, ../../src/sass/content-parts/footer.scss */
footer .lower .container .by-me svg {
  width: 32px;
  height: auto;
  padding-bottom: 2px;
}
/* line 202, ../../src/sass/content-parts/footer.scss */
footer .lower .container .by-me svg path {
  fill: #FFF;
}

/* line 1, ../../src/sass/content-parts/intro-block.scss */
.intro-area {
  margin-bottom: 42px;
}
/* line 4, ../../src/sass/content-parts/intro-block.scss */
.intro-area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../../src/sass/content-parts/intro-block.scss */
  .intro-area .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 13, ../../src/sass/content-parts/intro-block.scss */
.intro-area .container h1 {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 13, ../../src/sass/content-parts/intro-block.scss */
  .intro-area .container h1 {
    width: 408px;
  }
}
/* line 24, ../../src/sass/content-parts/intro-block.scss */
.intro-area .container p {
  margin: 0;
}
/* line 29, ../../src/sass/content-parts/intro-block.scss */
.intro-area .container .intro-text {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 29, ../../src/sass/content-parts/intro-block.scss */
  .intro-area .container .intro-text {
    width: 690px;
  }
}

/* line 1, ../../src/sass/content-parts/listing.scss */
.listing {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/listing.scss */
  .listing {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 5, ../../src/sass/content-parts/listing.scss */
.listing .container .grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-gap: 24px;
}
@media only screen and (min-width: 640px) {
  /* line 5, ../../src/sass/content-parts/listing.scss */
  .listing .container .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 5, ../../src/sass/content-parts/listing.scss */
  .listing .container .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 18, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile {
  text-decoration: none;
  display: block;
  position: relative;
  height: 460px;
  overflow: hidden;
}
/* line 25, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .image-block {
  width: 100%;
  height: 340px;
}
/* line 30, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .image-block img {
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}
/* line 37, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .text-block {
  background: #84034a;
  min-height: 120px;
  width: 100%;
  padding: 32px 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
}
/* line 48, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .text-block:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 100%;
  border-right: 474px solid transparent;
  border-top: 52px solid #84034a;
}
/* line 59, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .text-block h3 {
  color: #FFF;
  margin: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 66, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .text-block .meta-tag {
  margin-bottom: 8px;
  color: #FFF;
}
/* line 72, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .rollover-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1.3s;
  -moz-transition: opacity 1.3s;
  transition: opacity 1.3s;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding: 32px;
}
/* line 88, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .rollover-text .lower-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  color: #FFF;
}
/* line 95, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .rollover-text .lower-wrap p {
  margin-bottom: 0;
  color: #FFF;
}
/* line 100, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile .rollover-text .lower-wrap svg {
  margin-top: 32px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
/* line 108, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile:hover .text-block {
  height: 620px;
}
/* line 112, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile:hover .rollover-text {
  opacity: 1;
}
/* line 116, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile:hover h3 {
  text-decoration: underline;
}
/* line 121, ../../src/sass/content-parts/listing.scss */
.listing .container .grid .tile:visited, .listing .container .grid .tile:focus {
  color: #FFF;
}
/* line 130, ../../src/sass/content-parts/listing.scss */
.listing.purple {
  background: #3C1053;
  padding: 56px 0;
}
/* line 134, ../../src/sass/content-parts/listing.scss */
.listing.purple h2 {
  margin-top: 0;
  color: white;
}

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

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  to {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* line 26, ../../src/sass/vendor/modal-video.scss */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
     -moz-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 46, ../../src/sass/vendor/modal-video.scss */
.modal-video-close {
  opacity: 0;
}
/* line 49, ../../src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* line 58, ../../src/sass/vendor/modal-video.scss */
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 69, ../../src/sass/vendor/modal-video.scss */
.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  /* line 69, ../../src/sass/vendor/modal-video.scss */
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 82, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
     -moz-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
/* line 102, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 111, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  /* line 111, ../../src/sass/vendor/modal-video.scss */
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
/* line 128, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 136, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* line 3, ../../src/sass/gutenberg/gutenberg-extras.scss */
.intro {
  font-family: "sofia-pro", sans-serif;
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .intro {
    font-size: 32px;
  }
}

/* line 15, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote {
  border-left: 8px solid #3C1053;
  padding-left: 28px;
}
/* line 19, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote p {
  font-family: "Domine", serif;
  font-style: normal;
  display: block;
  font-size: 22px;
  line-height: 1.4;
  color: #3C1053;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote p {
    font-size: 28px;
  }
}
/* line 32, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote cite {
  font-weight: 700;
  color: #3C1053;
  font-style: normal;
  display: block;
}

/* line 42, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image {
  position: relative;
  max-width: 100%;
  margin: 16px 0 24px;
}
@media only screen and (min-width: 768px) {
  /* line 42, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image {
    max-width: 738px;
  }
}
/* line 50, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image.alignleft {
  float: none;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 50, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image.alignleft {
    float: left;
    margin-right: 16px;
    width: unset;
  }
}
/* line 62, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image.alignright {
  float: none;
  margin-right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 62, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image.alignright {
    float: right;
    margin-left: 16px;
    width: unset;
  }
}
/* line 74, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image.aligncenter {
  margin: auto;
}
/* line 78, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 78, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image img {
    width: unset;
  }
}

/* line 89, ../../src/sass/gutenberg/gutenberg-extras.scss */
.more-info-icon {
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #84034a;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  z-index: 100;
  cursor: pointer;
  font-family: "Domine", serif;
}

/* line 105, ../../src/sass/gutenberg/gutenberg-extras.scss */
figcaption {
  font-family: "Domine", serif;
  font-size: 16px;
  line-height: 1.2;
  color: #FFF;
  padding: 8px 8px 4px;
  position: absolute;
  left: -32px;
  bottom: 0;
  background-color: rgba(50, 62, 72, 0.8);
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  width: -webkit-calc(100% - 32px) !important;
  width: -moz-calc(100% - 32px) !important;
  width: calc(100% - 32px) !important;
  min-height: 32px;
  z-index: 20;
  margin: 0;
}
/* line 123, ../../src/sass/gutenberg/gutenberg-extras.scss */
figcaption.toggled {
  opacity: 1;
  left: 32px;
}

/* line 129, ../../src/sass/gutenberg/gutenberg-extras.scss */
figure {
  position: relative;
}

/* line 133, ../../src/sass/gutenberg/gutenberg-extras.scss */
.post-thumbnail {
  position: relative;
}
/* line 136, ../../src/sass/gutenberg/gutenberg-extras.scss */
.post-thumbnail .more-info-icon {
  bottom: 6px;
}

/* New addition for thumbnail-caption toggling */
/* line 142, ../../src/sass/gutenberg/gutenberg-extras.scss */
.thumbnail-caption {
  font-family: "Domine", serif;
  font-size: 16px;
  line-height: 1.2;
  color: #FFF;
  padding: 8px 8px 4px;
  position: absolute;
  left: -32px;
  bottom: 6px;
  background-color: rgba(50, 62, 72, 0.8);
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  width: -webkit-calc(100% - 32px) !important;
  width: -moz-calc(100% - 32px) !important;
  width: calc(100% - 32px) !important;
  min-height: 32px;
  z-index: 20;
  margin: 0;
}
/* line 160, ../../src/sass/gutenberg/gutenberg-extras.scss */
.thumbnail-caption.toggled {
  opacity: 1;
  left: 32px;
}

/* line 166, ../../src/sass/gutenberg/gutenberg-extras.scss */
.post-thumbnail {
  position: relative;
}

/* line 173, ../../src/sass/gutenberg/gutenberg-extras.scss */
.hero .more-info-icon {
  bottom: 0;
}
/* line 179, ../../src/sass/gutenberg/gutenberg-extras.scss */
.hero figcaption {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 188, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image :where(figcaption) {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 1, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset,
.wp-block-button__link {
  color: #FFF;
  font-weight: 700;
  border-radius: 0;
  padding: 8px 20px;
  text-align: center;
  min-height: 48px;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 15, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset:visited, .facetwp-reset:active, .facetwp-reset:focus,
.wp-block-button__link:visited,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  color: #FFF;
}
/* line 21, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset:hover,
.wp-block-button__link:hover {
  background: #FFF;
  text-decoration: none;
}

/* line 27, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset {
  color: #FFF;
  background-color: #000;
  border: 2px solid #000;
}
/* line 32, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset:visited, .facetwp-reset:active, .facetwp-reset:focus {
  color: #FFF;
}
/* line 38, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset:hover {
  background: #FFF;
  text-decoration: none;
  color: #000;
}

/* line 46, ../../src/sass/gutenberg/buttons.scss */
.is-style-outline .wp-block-button__link {
  border: 2px solid;
  padding: 8px 20px;
  background: #FFF;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 54, ../../src/sass/gutenberg/buttons.scss */
.is-style-outline .wp-block-button__link:hover {
  color: #FFF;
  text-decoration: none;
}

/* line 61, ../../src/sass/gutenberg/buttons.scss */
.facetwp-reset {
  margin: 0;
  font-size: 18px;
}

/* line 1, ../../src/sass/blocks/accordion.scss */
.accordions {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/accordion.scss */
  .accordions {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/accordion.scss */
.accordions .title-block {
  background: rgba(152, 152, 152, 0.2);
  color: #84034a;
  padding: 16px 24px;
  text-align: left;
  width: 100%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  border-left: 4px solid #84034a;
  margin-bottom: 0;
}
/* line 20, ../../src/sass/blocks/accordion.scss */
.accordions .title-block:after {
  content: "";
  background: url(./images/accordion-open.svg) no-repeat;
  float: right;
  height: 16px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 37, ../../src/sass/blocks/accordion.scss */
.accordions .title-block.open:after {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
/* line 43, ../../src/sass/blocks/accordion.scss */
.accordions .text-block {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.5s ease, opacity 0.5s ease;
  -moz-transition: height 0.5s ease, opacity 0.5s ease;
  transition: height 0.5s ease, opacity 0.5s ease;
  padding: 0 24px;
  border-left: 4px solid #84034a;
  background: rgba(152, 152, 152, 0.2);
}
/* line 55, ../../src/sass/blocks/accordion.scss */
.accordions .text-block p:first-of-type {
  margin-top: 0;
}

/* line 1, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/cta-tiles.scss */
  .cta-tiles {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles.purple_bg {
  background: #3C1053;
  padding: 56px 0;
}
/* line 8, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles.purple_bg h2 {
  margin-top: 0;
  color: white;
}
/* line 15, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 640px) {
  /* line 15, ../../src/sass/blocks/cta-tiles.scss */
  .cta-tiles .grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1248px) {
  /* line 15, ../../src/sass/blocks/cta-tiles.scss */
  .cta-tiles .grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 28, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  color: #FFF;
  padding: 40px;
  background: #84034a;
}
/* line 38, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile.olive {
  background: #a59415;
}
/* line 41, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile.coral {
  background: #e9541a;
}
/* line 44, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile.pink {
  background: #d00e4a;
}
/* line 48, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile .arrow-block {
  background: rgba(255, 255, 255, 0.3);
  padding: 0px 20px 0 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 68px;
  z-index: 1;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 62, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile .arrow-block p {
  margin: 0;
  font-weight: 600;
}
/* line 67, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile .arrow-block svg {
  margin-left: 8px;
  margin-top: 5px;
}
/* line 72, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile .arrow-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 68px;
  width: 100%;
  background: transparent;
  border-left: 38px solid rgba(255, 255, 255, 0.3);
  border-bottom: 68px solid transparent;
  z-index: -1;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 88, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile .text-block {
  margin-bottom: 40px;
}
/* line 91, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid .tile .text-block h3 {
  margin-top: 0;
  color: #FFF;
}
/* line 98, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid a.tile {
  color: #FFF;
}
/* line 101, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid a.tile:visited, .cta-tiles .grid a.tile:focus {
  color: #FFF;
}
/* line 106, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid a.tile:hover {
  color: #FFF;
  -webkit-transform: scale(0.99);
     -moz-transform: scale(0.99);
      -ms-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* line 111, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid a.tile:hover h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFF;
     -moz-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
/* line 115, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid a.tile:hover .arrow-block {
  background: rgba(255, 255, 255, 0.2);
}
/* line 119, ../../src/sass/blocks/cta-tiles.scss */
.cta-tiles .grid a.tile:hover .arrow-block:after {
  border-left: 38px solid rgba(255, 255, 255, 0.2);
}

/* line 1, ../../src/sass/blocks/cta-banner.scss */
.cta-banner {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  z-index: 1;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .inner-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    height: 400px;
  }
}
/* line 19, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background: #a59415;
  color: white;
  padding: 40px 20px;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .inner-wrap .text-block {
    max-width: 388px;
  }
}
/* line 37, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  height: 400px;
  width: 80px;
  background: transparent;
  border-right: 80px solid #a59415;
  border-bottom: 400px solid transparent;
  z-index: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .inner-wrap .text-block:after {
    display: block;
  }
}
/* line 57, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.left {
  padding: 40px 0 40px 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
/* line 61, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.left:after {
  left: 100%;
  border-left: 80px solid #a59415;
  border-right: unset;
}
/* line 67, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.blog, .cta-banner .inner-wrap .text-block.pink {
  background: #d00e4a;
}
/* line 71, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.blog:after, .cta-banner .inner-wrap .text-block.pink:after {
  border-right: 80px solid #d00e4a;
}
/* line 75, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.blog.left:after, .cta-banner .inner-wrap .text-block.pink.left:after {
  border-left: 80px solid #d00e4a;
  border-right: unset;
}
/* line 80, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.treasures, .cta-banner .inner-wrap .text-block.coral {
  background: #e9541a;
}
/* line 84, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.treasures:after, .cta-banner .inner-wrap .text-block.coral:after {
  border-right: 80px solid #e9541a;
}
/* line 88, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.treasures.left:after, .cta-banner .inner-wrap .text-block.coral.left:after {
  border-left: 80px solid #e9541a;
  border-right: unset;
}
/* line 94, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.aubergine {
  background: #84034a;
}
/* line 97, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.aubergine:after {
  border-right: 80px solid #84034a;
}
/* line 101, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .text-block.aubergine.left:after {
  border-left: 80px solid #84034a;
  border-right: unset;
}
/* line 108, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap h3 {
  margin: 0;
  color: #FFF;
}
/* line 114, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap p:last-of-type {
  margin-bottom: 0;
}
/* line 119, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .image-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  height: 420px;
}
@media only screen and (min-width: 768px) {
  /* line 119, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .inner-wrap .image-block {
    height: 100%;
  }
}
/* line 129, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .image-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}
/* line 136, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .inner-wrap .image-block.left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 768px) {
  /* line 136, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .inner-wrap .image-block.left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 146, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .arrow-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 153, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .arrow-block p {
  margin: 0;
  font-weight: 600;
}
/* line 158, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .arrow-block svg {
  margin-left: 8px;
  margin-top: 5px;
}
/* line 164, ../../src/sass/blocks/cta-banner.scss */
.cta-banner a {
  text-decoration: none;
}
/* line 167, ../../src/sass/blocks/cta-banner.scss */
.cta-banner a:visited, .cta-banner a:focus {
  color: #000;
}
/* line 172, ../../src/sass/blocks/cta-banner.scss */
.cta-banner a:hover {
  color: #000;
  -webkit-transform: scale(0.99);
     -moz-transform: scale(0.99);
      -ms-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* line 181, ../../src/sass/blocks/cta-banner.scss */
.cta-banner a:hover h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFF;
     -moz-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* line 1, ../../src/sass/blocks/video-modal.scss */
.video-modal {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/video-modal.scss */
  .video-modal {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 4, ../../src/sass/blocks/video-modal.scss */
.video-modal .image {
  position: relative;
  height: 280px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 640px) {
  /* line 4, ../../src/sass/blocks/video-modal.scss */
  .video-modal .image {
    height: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../../src/sass/blocks/video-modal.scss */
  .video-modal .image {
    height: 480px;
  }
}
/* line 18, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .vimeo-button,
.video-modal .image .youtube-button {
  border: none;
  cursor: pointer;
  position: absolute;
  background: none;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 31, ../../src/sass/blocks/video-modal.scss */
.video-modal .image .vimeo-button:hover,
.video-modal .image .youtube-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
     -moz-transform: translate(-50%, -50%) scale(0.94);
      -ms-transform: translate(-50%, -50%) scale(0.94);
          transform: translate(-50%, -50%) scale(0.94);
}

/* line 1, ../../src/sass/blocks/billboard.scss */
.hero {
  margin-bottom: 32px;
  position: relative;
  margin-top: -144px;
  display: block;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/billboard.scss */
  .hero {
    margin-bottom: 64px;
  }
}
/* line 8, ../../src/sass/blocks/billboard.scss */
.hero:before {
  content: "";
  position: absolute;
  border-top: 80px solid #3C1053;
  border-right: 100vw solid rgba(255, 255, 255, 0);
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* line 21, ../../src/sass/blocks/billboard.scss */
.hero .overlay {
  background: rgba(29, 29, 27, 0.25);
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 31, ../../src/sass/blocks/billboard.scss */
.hero .hero-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center top;
  position: relative;
  height: 74vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
/* line 41, ../../src/sass/blocks/billboard.scss */
.hero .container {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 30;
}
/* line 50, ../../src/sass/blocks/billboard.scss */
.hero .container h1 {
  width: 600px;
  max-width: 100%;
  margin-bottom: 120px;
  color: #FFF;
}
@media (max-width: 399px) {
  /* line 50, ../../src/sass/blocks/billboard.scss */
  .hero .container h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
/* line 67, ../../src/sass/blocks/billboard.scss */
.hero .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 77, ../../src/sass/blocks/billboard.scss */
.hero .slick-dots li button:before {
  font-family: slick;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .8;
  color: #FFF;
}
/* line 92, ../../src/sass/blocks/billboard.scss */
.hero .slick-dots li.slick-active button:before {
  color: #d9d9d9;
}

/* line 1, ../../src/sass/blocks/timeline.scss */
.timeline {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/timeline.scss */
  .timeline {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/* line 7, ../../src/sass/blocks/timeline.scss */
.timeline .container:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #d00e4a;
  top: 0px;
  bottom: 0px;
  left: 24px;
}
@media only screen and (min-width: 1024px) {
  /* line 7, ../../src/sass/blocks/timeline.scss */
  .timeline .container:after {
    left: 50%;
  }
}
/* line 23, ../../src/sass/blocks/timeline.scss */
.timeline .grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(260px, 1fr));
  row-gap: 48px;
  margin-left: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 23, ../../src/sass/blocks/timeline.scss */
  .timeline .grid {
    margin-left: 0;
  }
}
/* line 34, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, minmax(260px, 1fr));
}
@media only screen and (min-width: 1024px) {
  /* line 34, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    grid-gap: 98px;
  }
}
/* line 45, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.left .image-block {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
@media only screen and (min-width: 1024px) {
  /* line 45, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile.left .image-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
/* line 52, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.left .text-block {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 1024px) {
  /* line 52, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile.left .text-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 59, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.left .text-block:after {
  content: '';
  left: -59px;
  right: unset;
}
@media only screen and (min-width: 1024px) {
  /* line 59, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile.left .text-block:after {
    left: -68px;
  }
}
/* line 72, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.right .image-block, .timeline .grid .tile.right .empty-block {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
/* line 76, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.right .text-block {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
/* line 79, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.right .text-block .text-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
/* line 83, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile.right .text-block .year {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  margin-left: 0px;
  margin-right: 28px;
}
@media only screen and (min-width: 400px) {
  /* line 83, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile.right .text-block .year {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 83, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile.right .text-block .year {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    margin-left: 40px;
    margin-right: 0;
  }
}
/* line 103, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile .image-block {
  min-height: 400px;
  max-height: 400px;
  width: auto;
  margin-top: 7px;
}
/* line 109, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
/* line 116, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
/* line 122, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile .text-block:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: -59px;
  z-index: 1;
  background-image: url("images/hidden-treasures-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: unset;
}
@media only screen and (min-width: 1024px) {
  /* line 122, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile .text-block:after {
    left: unset;
    right: -70px;
  }
}
/* line 145, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile .text-block .year {
  font-family: "Domine", serif;
  font-size: 32px;
  line-height: 32px;
  margin-right: 28px;
  margin-left: 0;
  color: #84034a;
}
@media only screen and (min-width: 480px) {
  /* line 145, ../../src/sass/blocks/timeline.scss */
  .timeline .grid .tile .text-block .year {
    font-size: 40px;
    line-height: 40px;
    margin-right: 40px;
  }
}
/* line 163, ../../src/sass/blocks/timeline.scss */
.timeline .grid .tile .text-block .text-area p:first-of-type {
  margin-top: 0;
}
/* DO NOT EDIT THIS FILE! */