@charset "UTF-8";
/* Helpers Index
----------------------------------------------------------------- */
@import url("https://prod.speakcdn.com/sitefiles/global/css/global.css");
/* Variables
----------------------------------------------------------------- */
/* Helpers Index
----------------------------------------------------------------- */
/* Mixins
----------------------------------------------------------------- */
/* Animations
----------------------------------------------------------------- */
/* Grid
----------------------------------------------------------------- */
.span-1 {
  width: 50%;
}
@media (min-width: 480px) {
  .span-1 {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 840px) {
  .span-1 {
    width: 25%;
  }
}
@media only screen and (min-width: 1080px) {
  .span-1 {
    width: 16.666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-1 {
    width: 8.333334%;
  }
}

.span-2 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-2 {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-2 {
    width: 16.666667%;
  }
}

.span-2_4 {
  width: 100%;
}
@media (min-width: 600px) {
  .span-2_4 {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .span-2_4 {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-2_4 {
    width: 20%;
  }
}

.span-3 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-3 {
    width: 25%;
  }
}

.span-4 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-4 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-4 {
    width: 33.333334%;
  }
}

.span-5 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-5 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-5 {
    width: 41.666667%;
  }
}

.span-6 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-6 {
    width: 50%;
  }
}

.span-8 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-8 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-8 {
    width: 66.666667%;
  }
}

.span-9 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-9 {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-9 {
    width: 75%;
  }
}

.span-10 {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .span-10 {
    width: 66.666667%;
  }
}
@media only screen and (min-width: 1280px) {
  .span-10 {
    width: 83.333334%;
  }
}

.span-12 {
  width: 100%;
}

/* Base Index
----------------------------------------------------------------- */
/* Reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

body:not(.touch-device) a:hover {
  outline: 0;
}

a img {
  border: 0;
}

/* Global
----------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: auto;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  z-index: 0;
}
html.unscrollable {
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  z-index: 0;
}

body,
button,
input,
select,
textarea,
p,
li {
  font-family: "Lexend", sans-serif;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #292929;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

.i-pointer {
  position: fixed;
  pointer-events: none;
  -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  will-change: transform;
  opacity: 0;
  z-index: 1000;
}
.i-pointer.active {
  opacity: 1;
}
.i-pointer__body {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid #246B73;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  overflow: hidden;
}
.i-pointer__body:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Material Symbols Rounded";
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  opacity: 0;
}
.i-pointer:not([data-state=""]) .i-pointer__body {
  width: 6rem;
  height: 6rem;
  background: #246B73;
}
.i-pointer:not([data-state=""]) .i-pointer__body:before {
  -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  opacity: 1;
}
.i-pointer[data-state=hide] .i-pointer__body {
  width: 0;
  height: 0;
  border-width: 0;
}
.i-pointer[data-state=drag] .i-pointer__body {
  -webkit-transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
          transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
}
.i-pointer[data-state=drag] .i-pointer__body:before {
  content: "\e925";
}
.i-pointer[data-state=swipe] .i-pointer__body {
  -webkit-transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
          transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
}
.i-pointer[data-state=swipe] .i-pointer__body:before {
  content: "\e9ec";
}
.i-pointer[data-state=link] .i-pointer__body {
  -webkit-transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
          transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
}
.i-pointer[data-state=link] .i-pointer__body:before {
  content: "\e941";
}
.i-pointer[data-state=expand] .i-pointer__body {
  -webkit-transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
          transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
}
.i-pointer[data-state=expand] .i-pointer__body:before {
  content: "\f830";
}
.i-pointer[data-state=open] .i-pointer__body {
  -webkit-transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
          transform: translate(calc(-50% + 5rem), calc(-50% - 5rem));
}
.i-pointer[data-state=open] .i-pointer__body:before {
  content: "\e5d0";
}

.hidden {
  display: none !important;
}

/* Colors
----------------------------------------------------------------- */
.teal-text {
  color: #246B73;
}
body.spanish .teal-text {
  color: #3C7E5B;
}
.teal-text * {
  color: #246B73;
}
body.spanish .teal-text * {
  color: #3C7E5B;
}

.teal-bg {
  background-color: #246B73;
}

.teal-fill {
  fill: #246B73;
}

.white-fill {
  fill: #ffffff;
}

.reverse-text {
  color: #ffffff;
}
.reverse-text *:not(i):not([class*=button]) {
  color: #ffffff;
}

/* Type Index
----------------------------------------------------------------- */
/* Headings Type
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #292929;
  font-weight: 600;
  padding: 0 2rem;
  vertical-align: top;
}

h1 {
  font-family: "Spectral", serif;
  font-size: clamp(5.5rem, 9vw, 8rem);
  line-height: clamp(5.5rem, 9vw, 8rem);
  letter-spacing: -0.05em;
  margin: 0 0 2rem -0.04em;
}

h2 {
  font-family: "Spectral", serif;
  font-size: clamp(4.5rem, 7vw, 6rem);
  line-height: clamp(4.5rem, 7vw, 6rem);
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0 0 3rem -0.06em;
}

h3 {
  font-family: "Spectral", serif;
  font-size: clamp(3.2rem, 5vw, 3.6rem);
  line-height: clamp(3.5rem, 5.5vw, 4rem);
  letter-spacing: -0.04em;
  color: #246B73;
  margin: 0 0 3rem -0.03em;
}
body.spanish h3 {
  color: #3C7E5B;
}

h4 {
  font-family: "Spectral", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -0.04em;
  margin: 0 0 0.5rem 0;
}

h5 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

h6 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
}

/* Body Type
----------------------------------------------------------------- */
p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin: 0 0 2rem 0;
  padding: 0 2rem;
  color: #292929;
}

strong, b {
  color: #292929;
  font-weight: 600;
}

ul, ol {
  width: 100%;
  margin: 0 0 2rem 0;
}
ul li, ol li {
  width: auto;
  display: block;
  margin: 0 0 1rem 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

.sitemap ol, .sitemap ul,
.templatecontent ol,
.templatecontent ul,
.text-content ol,
.text-content ul {
  padding: 0 2rem;
}
.sitemap ol li, .sitemap ul li,
.templatecontent ol li,
.templatecontent ul li,
.text-content ol li,
.text-content ul li {
  padding: 0 0 0 2rem;
}
.sitemap ul li:not(.table-row), .sitemap ol li:not(.table-row),
.templatecontent ul li:not(.table-row),
.templatecontent ol li:not(.table-row),
.text-content ul li:not(.table-row),
.text-content ol li:not(.table-row) {
  margin: 0 0 0.5rem 0;
}
.sitemap ul li:not(.table-row):last-child, .sitemap ol li:not(.table-row):last-child,
.templatecontent ul li:not(.table-row):last-child,
.templatecontent ol li:not(.table-row):last-child,
.text-content ul li:not(.table-row):last-child,
.text-content ol li:not(.table-row):last-child {
  margin-bottom: 0;
}
.sitemap ul li:not(.table-row) h1, .sitemap ul li:not(.table-row) h2, .sitemap ul li:not(.table-row) h3, .sitemap ul li:not(.table-row) h4, .sitemap ul li:not(.table-row) h5, .sitemap ul li:not(.table-row) h6, .sitemap ul li:not(.table-row) p, .sitemap ul li:not(.table-row) label, .sitemap ol li:not(.table-row) h1, .sitemap ol li:not(.table-row) h2, .sitemap ol li:not(.table-row) h3, .sitemap ol li:not(.table-row) h4, .sitemap ol li:not(.table-row) h5, .sitemap ol li:not(.table-row) h6, .sitemap ol li:not(.table-row) p, .sitemap ol li:not(.table-row) label,
.templatecontent ul li:not(.table-row) h1,
.templatecontent ul li:not(.table-row) h2,
.templatecontent ul li:not(.table-row) h3,
.templatecontent ul li:not(.table-row) h4,
.templatecontent ul li:not(.table-row) h5,
.templatecontent ul li:not(.table-row) h6,
.templatecontent ul li:not(.table-row) p,
.templatecontent ul li:not(.table-row) label,
.templatecontent ol li:not(.table-row) h1,
.templatecontent ol li:not(.table-row) h2,
.templatecontent ol li:not(.table-row) h3,
.templatecontent ol li:not(.table-row) h4,
.templatecontent ol li:not(.table-row) h5,
.templatecontent ol li:not(.table-row) h6,
.templatecontent ol li:not(.table-row) p,
.templatecontent ol li:not(.table-row) label,
.text-content ul li:not(.table-row) h1,
.text-content ul li:not(.table-row) h2,
.text-content ul li:not(.table-row) h3,
.text-content ul li:not(.table-row) h4,
.text-content ul li:not(.table-row) h5,
.text-content ul li:not(.table-row) h6,
.text-content ul li:not(.table-row) p,
.text-content ul li:not(.table-row) label,
.text-content ol li:not(.table-row) h1,
.text-content ol li:not(.table-row) h2,
.text-content ol li:not(.table-row) h3,
.text-content ol li:not(.table-row) h4,
.text-content ol li:not(.table-row) h5,
.text-content ol li:not(.table-row) h6,
.text-content ol li:not(.table-row) p,
.text-content ol li:not(.table-row) label {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.sitemap ul li:before,
.templatecontent ul li:before,
.text-content ul li:before {
  content: "•";
  font-size: 1.5rem;
  font-family: "Arial", sans-serif;
  width: 2rem;
  display: inline-block;
  margin: 0 0 0 -2rem;
  padding: 0;
  vertical-align: top;
}
.sitemap ul ul, .sitemap ul ol,
.templatecontent ul ul,
.templatecontent ul ol,
.text-content ul ul,
.text-content ul ol {
  margin-top: 1rem;
}
.sitemap ol,
.templatecontent ol,
.text-content ol {
  counter-reset: number;
}
.sitemap ol li,
.templatecontent ol li,
.text-content ol li {
  counter-increment: number 1;
}
.sitemap ol li:before,
.templatecontent ol li:before,
.text-content ol li:before {
  content: counter(number) ".";
  width: 2rem;
  display: inline-block;
  margin: 0 0 0 -2rem;
  padding: 0;
  vertical-align: top;
}
.sitemap ol ul, .sitemap ol ol,
.templatecontent ol ul,
.templatecontent ol ol,
.text-content ol ul,
.text-content ol ol {
  margin-top: 1rem;
}
.sitemap ul.two-column,
.sitemap ol.two-column,
.templatecontent ul.two-column,
.templatecontent ol.two-column,
.text-content ul.two-column,
.text-content ol.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap ul.two-column li,
.sitemap ol.two-column li,
.templatecontent ul.two-column li,
.templatecontent ol.two-column li,
.text-content ul.two-column li,
.text-content ol.two-column li {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .sitemap ul.two-column li,
  .sitemap ol.two-column li,
  .templatecontent ul.two-column li,
  .templatecontent ol.two-column li,
  .text-content ul.two-column li,
  .text-content ol.two-column li {
    width: 50%;
  }
}

.sitemap > ul > li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .sitemap > ul > li {
    width: 50%;
  }
}
@media only screen and (min-width: 1080px) {
  .sitemap > ul > li {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .sitemap > ul > li {
    width: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .sitemap > ul > li {
    width: 16.666667%;
  }
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 2rem 2rem 0;
}

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

blockquote {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
blockquote:before {
  content: "\e244";
  position: absolute;
  top: -0.25em;
  right: 100%;
  font-family: "Material Symbols Rounded";
  font-family: "Spectral", serif;
  font-size: clamp(4.5rem, 7vw, 6rem);
  line-height: clamp(4.5rem, 7vw, 6rem);
  letter-spacing: -0.04em;
  color: #246B73;
  rotate: 180deg;
}
blockquote p {
  font-family: "Spectral", serif;
  font-size: clamp(5.5rem, 9vw, 8rem);
  line-height: clamp(5.5rem, 9vw, 8rem);
  letter-spacing: -0.05em;
}
blockquote h4, blockquote h6 {
  padding: 0 2rem 0 3rem;
}
blockquote h4 {
  position: relative;
}
blockquote h4:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  top: calc(50% - 0.1rem);
  left: 0;
  background: #246B73;
}

address {
  margin: 0 0 2rem 0;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 2em;
  padding: 2em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

.text-content table {
  width: calc(100% - 3.9rem);
  margin: 0 1.9rem 2rem 2rem;
  padding: 0;
}
.text-content table thead,
.text-content table tbody,
.text-content table tr {
  width: 100%;
  margin: 0;
  padding: 0;
}
.text-content table td, .text-content table th {
  margin: 0;
  padding: 2rem 2rem 1.9rem 1.9rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #ffffff;
}
.teal-bg .text-content table td, .teal-bg .text-content table th {
  border-color: #246B73;
}
.text-content table th {
  font-weight: 600;
  color: #ffffff;
  background-color: #292929;
}
.text-content table td {
  font-weight: 300;
  color: #292929;
  background-color: #F5F5F0;
}

hr {
  width: calc(100% - 4rem);
  height: 1px;
  margin: 0 2rem 2rem 2rem;
  background: #292929;
  border: 0;
}

.assistive-text, body.media-news-hub .secondary-navigation {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}

i, [class*=material-] {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  vertical-align: top;
}

.uppercase {
  text-transform: uppercase;
}

.image-credit {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  text-align: left;
}
.image-credit.top {
  bottom: initial;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.photo-credit {
  width: auto;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: -1rem 0 2rem 0;
  vertical-align: top;
}

/* Links
----------------------------------------------------------------- */
a:not([class*=button]):visited,
a:not([class*=button]):active,
a:not([class*=button]):focus {
  text-decoration: none;
}

a:not([class*=button]) {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.templatecontent a:not([class*=button]), .text-content a:not([class*=button]) {
  color: #246B73;
}
.templatecontent a:not([class*=button]):hover, .text-content a:not([class*=button]):hover {
  color: #292929;
}
.reverse-text .templatecontent a:not([class*=button]), .reverse-text .text-content a:not([class*=button]) {
  color: #ffffff;
}
.reverse-text .templatecontent a:not([class*=button]):hover, .reverse-text .text-content a:not([class*=button]):hover {
  color: #F9AC1A;
}

.text-content h1 a:not([class*=button]),
.text-content h2 a:not([class*=button]),
.text-content h3 a:not([class*=button]),
.text-content h4 a:not([class*=button]),
.text-content h5 a:not([class*=button]),
.text-content h6 a:not([class*=button]),
.text-content p a:not([class*=button]),
.text-content li a:not([class*=button]) {
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Forms Index
----------------------------------------------------------------- */
/* Forms Reset
----------------------------------------------------------------- */
form {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

button,
input,
select,
textarea {
  color: #292929;
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: top; /* Improves appearance and consistency in all browsers */
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 0;
  max-width: 100%;
}

input {
  height: 4rem;
}

input {
  line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

label {
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0 2rem;
  vertical-align: top;
}

input,
textarea,
select {
  font-size: 1.6rem !important;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input.invisible,
textarea.invisible,
select.invisible {
  display: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]),
textarea,
select {
  width: 100%;
  min-height: initial !important;
  display: block;
  margin: 0;
  color: #246B73;
  border: 0.1rem solid #246B73;
  border-radius: 2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]):hover, input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]):focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: #246B73;
}

input:not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]),
select {
  height: 4rem;
  line-height: 3.8rem !important;
  padding: 0 1.9rem;
}

textarea {
  max-width: 100%;
  padding: 0.9rem;
  line-height: 2rem !important;
  overflow: hidden; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  resize: none;
}

select {
  cursor: pointer;
}

input[type=file] {
  width: auto;
  display: block;
  margin: 0.5rem 0 0 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

input[type=submit] {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #246B73;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #292929;
}

input.invisible {
  display: none;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

input::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input::-moz-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input::placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  color: #292929;
}

input:hover::-moz-placeholder, input:focus::-moz-placeholder {
  color: #292929;
}

input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  color: #292929;
}

input:hover::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  color: #292929;
}

input:hover::placeholder,
input:focus::placeholder {
  color: #292929;
}

input::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #292929;
}

input::-moz-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-moz-placeholder,
input:focus::-moz-placeholder {
  color: #292929;
}

input:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: #292929;
}

input::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input:hover::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: #292929;
}

textarea::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea::-moz-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea::placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #292929;
}

textarea:hover::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #292929;
}

textarea:hover:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #292929;
}

textarea:hover::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #292929;
}

textarea:hover::placeholder,
textarea:focus::placeholder {
  color: #292929;
}

textarea::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #292929;
}

textarea::-moz-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #292929;
}

textarea:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #292929;
}

textarea::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea:hover::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: #292929;
}

select::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select::-moz-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select::placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: #292929;
}

select:hover::-moz-placeholder, select:focus::-moz-placeholder {
  color: #292929;
}

select:hover:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: #292929;
}

select:hover::-ms-input-placeholder, select:focus::-ms-input-placeholder {
  color: #292929;
}

select:hover::placeholder,
select:focus::placeholder {
  color: #292929;
}

select::-webkit-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #292929;
}

select::-moz-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-moz-placeholder,
select:focus::-moz-placeholder {
  color: #292929;
}

select:-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #292929;
}

select::-ms-input-placeholder {
  color: rgba(41, 41, 41, 0.5);
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select:hover::-ms-input-placeholder,
select:focus::-ms-input-placeholder {
  color: #292929;
}

.reverse input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-webkit-input-placeholder, .reverse input:focus::-webkit-input-placeholder {
  color: white;
}

.reverse input:hover::-moz-placeholder, .reverse input:focus::-moz-placeholder {
  color: white;
}

.reverse input:hover:-ms-input-placeholder, .reverse input:focus:-ms-input-placeholder {
  color: white;
}

.reverse input:hover::-ms-input-placeholder, .reverse input:focus::-ms-input-placeholder {
  color: white;
}

.reverse input:hover::placeholder,
.reverse input:focus::placeholder {
  color: white;
}

.reverse input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-webkit-input-placeholder,
.reverse input:focus::-webkit-input-placeholder {
  color: white;
}

.reverse input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-moz-placeholder,
.reverse input:focus::-moz-placeholder {
  color: white;
}

.reverse input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover:-ms-input-placeholder,
.reverse input:focus:-ms-input-placeholder {
  color: white;
}

.reverse input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse input:hover::-ms-input-placeholder,
.reverse input:focus::-ms-input-placeholder {
  color: white;
}

.reverse textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-webkit-input-placeholder, .reverse textarea:focus::-webkit-input-placeholder {
  color: white;
}

.reverse textarea:hover::-moz-placeholder, .reverse textarea:focus::-moz-placeholder {
  color: white;
}

.reverse textarea:hover:-ms-input-placeholder, .reverse textarea:focus:-ms-input-placeholder {
  color: white;
}

.reverse textarea:hover::-ms-input-placeholder, .reverse textarea:focus::-ms-input-placeholder {
  color: white;
}

.reverse textarea:hover::placeholder,
.reverse textarea:focus::placeholder {
  color: white;
}

.reverse textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-webkit-input-placeholder,
.reverse textarea:focus::-webkit-input-placeholder {
  color: white;
}

.reverse textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-moz-placeholder,
.reverse textarea:focus::-moz-placeholder {
  color: white;
}

.reverse textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover:-ms-input-placeholder,
.reverse textarea:focus:-ms-input-placeholder {
  color: white;
}

.reverse textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse textarea:hover::-ms-input-placeholder,
.reverse textarea:focus::-ms-input-placeholder {
  color: white;
}

.reverse select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-webkit-input-placeholder, .reverse select:focus::-webkit-input-placeholder {
  color: white;
}

.reverse select:hover::-moz-placeholder, .reverse select:focus::-moz-placeholder {
  color: white;
}

.reverse select:hover:-ms-input-placeholder, .reverse select:focus:-ms-input-placeholder {
  color: white;
}

.reverse select:hover::-ms-input-placeholder, .reverse select:focus::-ms-input-placeholder {
  color: white;
}

.reverse select:hover::placeholder,
.reverse select:focus::placeholder {
  color: white;
}

.reverse select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-webkit-input-placeholder,
.reverse select:focus::-webkit-input-placeholder {
  color: white;
}

.reverse select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover:-moz-placeholder,
.reverse select:focus:-moz-placeholder {
  color: white;
}

.reverse select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-moz-placeholder,
.reverse select:focus::-moz-placeholder {
  color: white;
}

.reverse select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover:-ms-input-placeholder,
.reverse select:focus:-ms-input-placeholder {
  color: white;
}

.reverse select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.reverse select:hover::-ms-input-placeholder,
.reverse select:focus::-ms-input-placeholder {
  color: white;
}

/* Form Elements
----------------------------------------------------------------- */
.select-wrap {
  position: relative;
  width: calc(100% - 4rem);
  display: block;
  margin: 0 2rem 2rem 2rem;
  border-radius: 2rem;
  border: 0.1rem solid #246B73;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 0;
}
.select-wrap select {
  height: 3.8rem;
  color: #292929 !important;
  border: none;
  border-radius: 1.9rem;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-wrap:after {
  content: "\e5cf";
  position: absolute;
  top: 0.4rem;
  right: 0.9rem;
  font-family: "Material Symbols Rounded";
  font-size: 3rem;
  line-height: 3rem;
  color: #292929;
  z-index: -1;
}

/* Template Index
----------------------------------------------------------------- */
/* Header
----------------------------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 8;
}
@media only screen and (min-width: 840px) {
  .site-header {
    padding: 0 0 0 27.79102115rem;
  }
}
body:not(.home) .site-header, .site-header.sticky, .site-header.menu-open {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.site-header__utilities {
  width: 100%;
  padding: 1rem 3rem 0 3rem;
}
@media only screen and (min-width: 840px) {
  .site-header__utilities {
    padding: 1.5rem 3rem 0 3rem;
  }
}
.site-header__utilities .sw-public-page-part,
.site-header__utilities .matrix-content {
  width: 100%;
}
.site-header__utilities .matrix-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-header__utilities-date {
  position: relative;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 3;
}
@media only screen and (min-width: 840px) {
  .site-header__utilities-date {
    padding: 0.5rem 0 0 0;
  }
}
.site-header__utilities-date__feast {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 300;
  white-space: nowrap;
}
@media only screen and (max-width: 839px) {
  .site-header__utilities-date__feast {
    display: none;
  }
}
.site-header__utilities-divider {
  position: relative;
  width: auto;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 3rem;
}
@media only screen and (min-width: 840px) {
  .site-header__utilities-divider {
    display: block;
  }
}
.site-header__utilities-divider:before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: 0.1rem;
  top: calc(50% - 0.05rem);
  left: 1rem;
  background: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header__utilities-buttons {
  width: auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
}
@media only screen and (min-width: 840px) {
  .site-header__utilities-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media only screen and (min-width: 840px) {
  .site-header__content {
    padding: 1.5rem 3rem 0 3rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-header__search {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 2rem 3rem;
  background: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 4;
}
.site-header__search .site-search {
  width: calc(100% - 4rem);
}
.site-header__search-close {
  display: inline-block;
  margin: 0 0 0 2rem;
  font-size: 2rem;
  line-height: 4rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
.site-header__search-close:hover {
  color: #246B73;
}
.site-header__utility-button {
  display: inline-block;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: #246B73;
  border: 0.1rem solid #246B73;
  border-radius: 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.site-header__utility-button:hover {
  color: #292929;
  border-color: #292929;
}
.site-header__search-toggle {
  display: inline-block;
  padding: 0 0.8rem;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #F9AC1A;
  background: #246B73;
  border: 0.2rem solid #17A6AE;
  border-radius: 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
.site-header__search-toggle:hover {
  background: #17A6AE;
  color: #ffffff;
}
.site-header__toggle {
  width: 6rem;
  height: 6rem;
  padding: 2rem;
  background: #246B73;
  cursor: pointer;
}
@media only screen and (min-width: 840px) {
  .site-header__toggle {
    display: none;
  }
}
.site-header__toggle-bars {
  position: relative;
  width: 2rem;
  height: 0.2rem;
  display: block;
  margin: 0.9rem 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header__toggle-bars__item {
  width: 2rem;
  height: 0.2rem;
  position: absolute;
  display: block;
  left: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-header__toggle-bars__item.top {
  top: -0.5rem;
}
.site-header__toggle-bars__item.bottom {
  top: 0.5rem;
}
.site-header__toggle:hover .site-header__toggle-bars {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header__toggle:hover .site-header__toggle-bars__item.top, .site-header__toggle:hover .site-header__toggle-bars__item.bottom {
  top: 0;
}
.site-header__toggle:hover .site-header__toggle-bars__item.bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header.search-open .site-header__search {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.menu-open .site-header__toggle-bars {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.site-header.menu-open .site-header__toggle-bars__item.top, .site-header.menu-open .site-header__toggle-bars__item.bottom {
  top: 0;
}
.site-header.menu-open .site-header__toggle-bars__item.bottom {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header.menu-open .site-header__toggle:hover .site-header__toggle-bars {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-header.menu-open .site-header__toggle:hover .site-header__toggle-bars__item.bottom {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.home .site-header:not(.sticky):not(.menu-open) #id .site-logo__grey,
body.home .site-header:not(.sticky):not(.menu-open) #id .site-logo__teal,
body.home .site-header:not(.sticky):not(.menu-open) #id .site-logo__gold {
  fill: #ffffff;
}
body.home .site-header:not(.sticky):not(.menu-open) .site-header__utilities-date {
  color: #ffffff;
}
body.home .site-header:not(.sticky):not(.menu-open) .site-header__utilities-divider:before {
  background: #ffffff;
}
body.home .site-header:not(.sticky):not(.menu-open) .site-header__utility-button {
  color: #ffffff;
  border-color: #ffffff;
}
body.home .site-header:not(.sticky):not(.menu-open) .site-header__utility-button:hover {
  color: #F9AC1A;
  border-color: #F9AC1A;
}
body.home .site-header:not(.sticky):not(.menu-open) .main-navigation > ul > li > a {
  color: #ffffff;
}
body.home .site-header:not(.sticky):not(.menu-open) .main-navigation > ul > li > a:hover {
  color: #F9AC1A;
}

#id {
  width: 19.6977rem;
  padding: 0.8rem 3rem;
}
@media only screen and (min-width: 840px) {
  #id {
    position: absolute;
    width: 21.7915rem;
    top: calc(50% - 3.5rem);
    left: 3rem;
    padding: 0;
  }
}
#id .site-logo {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#id .site-logo__grey, #id .site-logo__teal, #id .site-logo__gold {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#id .site-logo__grey {
  fill: #993069;
}
#id .site-logo__teal {
  fill: #c2a3b3;
}
#id .site-logo__gold {
  fill: #993069;
}
#id a:hover svg {
  scale: 1.1;
}

.mega-menu {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  top: 10rem;
  left: 0;
  background-image: url("../images/blur-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: normal;
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.mega-menu__feature {
  width: 50%;
  display: inline-block;
  padding: 4rem 7.1428571429vw;
  vertical-align: top;
}
.mega-menu__feature > h4 {
  position: relative;
  color: #ffffff;
  padding-bottom: 1rem;
  margin: 0 0 2rem 0;
}
.mega-menu__feature > h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: 0;
  left: 2rem;
  background: #ffffff;
}
.mega-menu__feature-post {
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
.mega-menu__feature-post__thumb {
  width: 40%;
  aspect-ratio: 1/1;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.mega-menu__feature-post__content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 0 0 1rem;
}
.mega-menu__feature-post__content h5 {
  position: relative;
  padding-bottom: 1rem;
}
.mega-menu__feature-post__content h5:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: 0;
  left: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.mega-menu__feature-post__content .text-button {
  margin: auto 2rem 0 2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.mega-menu__content {
  position: relative;
  width: 50%;
  padding: 4rem 7.1428571429vw;
  z-index: 0;
}
.mega-menu__content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2rem);
  top: 1rem;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
.mega-menu__content h4 {
  position: relative;
  padding-bottom: 1rem;
  margin: 0 0 2rem 0;
}
.mega-menu__content h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: 0;
  left: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.mega-menu__menu {
  width: 100%;
  margin: 0;
  padding: 0 2rem;
}
.mega-menu__menu li {
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.mega-menu__menu a {
  color: #292929;
  font-weight: 300;
}
.mega-menu__menu a:hover {
  color: #246B73;
}

.site-sidebar {
  position: fixed;
  width: 100%;
  height: calc(100vh - 9rem);
  display: block;
  top: 9rem;
  right: -100%;
  margin: 0;
  padding: 4rem 0;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 8;
}
@media only screen and (min-width: 840px) {
  .site-sidebar {
    display: none;
  }
}
#masthead.menu-open .site-sidebar, .site-sidebar[aria-expanded=true] {
  right: 0;
}
.site-sidebar__content {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem 0;
  margin: 0;
  padding: 0 3rem;
}
.site-sidebar__content .sw-public-page-part,
.site-sidebar__content .matrix-content {
  width: 100%;
}
.site-sidebar__feast {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
}
.site-sidebar__button {
  width: 100%;
  display: inline-block;
  padding: 0.9rem 1.9rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #246B73;
  border-radius: 2rem;
  border: 0.1rem solid #246B73;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.site-sidebar__button:hover {
  border-color: #292929;
  color: #292929;
}

.site-notices {
  position: absolute;
  width: 100%;
  top: 8rem;
  left: 0;
  padding: 2rem 16rem 0 3rem;
  background: #246B73;
  z-index: 1;
}
.site-notices__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.site-notices__list-item {
  width: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.site-notices__controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  top: calc(50% - 1.5rem);
  right: 6rem;
}
.site-notices__controls > span {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.site-notices__controls > span:before, .site-notices__controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0;
  font-family: "Material Symbols Rounded";
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.site-notices__controls > span:before {
  left: -3rem;
}
.site-notices__controls > span:after {
  right: 0;
}
.site-notices__controls > span:hover:before {
  left: 0;
}
.site-notices__controls > span:hover:after {
  right: -3rem;
}
.site-notices__controls > span.prev-slide {
  rotate: 180deg;
}
.site-notices__close {
  position: absolute;
  top: calc(50% - 1rem);
  right: 3rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.site-notices__close:hover {
  color: #292929;
}

.site-search {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
}
.site-search input {
  padding-right: 4rem;
}
.site-search button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0 0.8rem;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #F9AC1A;
  background: #246B73;
  border: 0.2rem solid #17A6AE;
  border-radius: 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.site-search button:hover {
  background: #17A6AE;
  color: #ffffff;
}

/* Navigations
----------------------------------------------------------------- */
.main-navigation {
  display: none;
  width: auto;
}
@media only screen and (min-width: 840px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation > ul {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.main-navigation > ul > li[id*=calendar] {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}
.main-navigation.has-mega-menu .site-navigation--submenu {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}
.main-navigation:not(.has-mega-menu) li {
  position: relative;
  padding: 0 2rem;
}
.main-navigation:not(.has-mega-menu) > ul > li:hover > .site-navigation--submenu, .main-navigation:not(.has-mega-menu) > ul > li[aria-expanded=true] > .site-navigation--submenu {
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0s;
  transition: all 0.3s ease 0s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}
.main-navigation:not(.has-mega-menu) > ul > li li:hover {
  color: #246B73;
}
.main-navigation:not(.has-mega-menu) .site-navigation--submenu {
  position: absolute;
  width: auto;
  min-width: 16rem;
  display: block;
  top: 100%;
  left: -2rem;
  margin: 0;
  padding: 2rem 0 1rem;
  background: #ffffff;
  white-space: initial;
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
.main-navigation:not(.has-mega-menu) .site-navigation--submenu .site-navigation--submenu {
  top: -2rem;
  left: 100%;
}
.main-navigation:not(.has-mega-menu) .site-navigation--submenu .site-navigation--submenu .site-navigation--submenu {
  left: -100%;
}
.main-navigation:not(.has-mega-menu) .site-navigation--submenu .site-navigation--submenu .site-navigation--submenu .site-navigation--submenu {
  left: 100%;
}
.main-navigation li {
  font-size: 1.6rem;
  line-height: 2rem;
}
.main-navigation > ul > li {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  vertical-align: top;
}
.main-navigation > ul > li.current-menu-item a:after, .main-navigation > ul > li:hover a:after, .main-navigation > ul > li[aria-expanded=true] a:after {
  width: 100%;
}
.main-navigation > ul > li:hover > .mega-menu, .main-navigation > ul > li[aria-expanded=true] > .mega-menu {
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0s;
  transition: all 0.3s ease 0s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}
.main-navigation > ul > li > a {
  position: relative;
  width: auto;
  display: inline-block;
  color: #292929;
  padding: 0.5rem 1rem 1.5rem 1rem;
  vertical-align: top;
}
.main-navigation > ul > li > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5rem;
  bottom: 0;
  left: 50%;
  background: #17A6AE;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-navigation {
  width: 100%;
  margin: 0 0 auto 0;
  padding: 0 0 2rem 0;
}
.mobile-navigation > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-navigation > ul > li {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #292929;
}
.mobile-navigation > ul > li[id*=calendar] {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}
.mobile-navigation .site-navigation--submenu {
  width: 100%;
  max-height: 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  overflow: hidden;
}
.mobile-navigation li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
  line-height: 2rem;
}
.mobile-navigation li.current-menu-item > a, .mobile-navigation li:hover > a {
  color: #246B73;
}
.mobile-navigation li.open > .site-navigation--submenu, .mobile-navigation li[aria-expanded=true] > .site-navigation--submenu {
  -webkit-transition: all 1.8s ease 0s;
  transition: all 1.8s ease 0s;
  max-height: 999px;
}
.mobile-navigation li.open > .sub-menu-toggle, .mobile-navigation li[aria-expanded=true] > .sub-menu-toggle {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mobile-navigation li .sub-menu-toggle {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
.mobile-navigation li li {
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
  line-height: 2rem;
}
.mobile-navigation a {
  position: relative;
  width: auto;
  display: inline-block;
  color: #292929;
  white-space: nowrap;
  vertical-align: top;
}

.secondary-navigation {
  position: relative;
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
  margin: 0 2rem;
  padding: 4rem 0 0 0;
}
.secondary-navigation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  top: 1.95rem;
  left: 0;
  background: #292929;
}
.secondary-navigation li {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
  vertical-align: top;
}
.secondary-navigation li:hover > a {
  color: #246B73;
}
.secondary-navigation li a {
  width: auto;
  display: inline-block;
  color: #246B73;
  vertical-align: top;
}
.secondary-navigation li a:hover {
  color: #292929;
}

.social-navigation {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.social-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.social-navigation li {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.social-navigation li:hover svg {
  fill: #292929;
}
.social-navigation svg {
  width: 2rem;
  fill: #246B73;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-navigation a:hover svg {
  fill: #292929;
}

.breadcrumb-navigation {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 2rem;
}
.breadcrumb-navigation li {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  vertical-align: top;
}
.breadcrumb-navigation li:not(:first-child):before {
  content: "//";
  display: inline-block;
  color: #246B73;
  margin: 0 0 0 0.4rem;
  vertical-align: top;
}
.breadcrumb-navigation li.breadcrumb-navigation--item-current {
  font-weight: 600;
}
.breadcrumb-navigation a {
  color: #246B73;
}
.breadcrumb-navigation a:hover {
  color: #292929;
}

.footer-navigation {
  width: 100%;
}
.footer-navigation > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 2rem;
}
.footer-navigation li {
  width: 100%;
  display: block;
  margin: 0 0 2rem 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.social-navigation {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.social-navigation .menu {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0 1.5rem;
  vertical-align: top;
}
.social-navigation li {
  width: auto;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.9rem;
  font-size: 0;
  line-height: 0;
  border: 0.1rem solid #246B73;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.social-navigation li svg {
  width: 2rem;
  fill: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-navigation li:hover {
  border-color: #246B73;
}
.social-navigation li:hover svg {
  fill: #246B73;
}
.reverse-text .social-navigation li {
  border-color: #ffffff;
}
.reverse-text .social-navigation li svg {
  fill: #ffffff;
}
.reverse-text .social-navigation li:hover {
  border-color: #F9AC1A;
}
.reverse-text .social-navigation li:hover svg {
  fill: #F9AC1A;
}

/* Template
----------------------------------------------------------------- */
.skip-link a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.skip-link a:focus {
  font-size: 1.4rem;
  line-height: 2rem;
}

#page {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}
body:not(.home) #page {
  padding: 9rem 0 0 0;
}
@media only screen and (min-width: 840px) {
  body:not(.home) #page {
    padding: 10rem 0 0 0;
  }
}

.site-main {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 360ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
  will-change: transform;
}
body.post .site-main {
  text-align: center;
}

.site-gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  padding: 2rem 8rem 0 3rem;
  z-index: 8;
}
.site-gdpr__close {
  position: absolute;
  top: calc(50% - 1rem);
  right: 3rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.site-gdpr__close:hover {
  color: #246B73;
}

.hentry {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
body.admin .hentry {
  padding: 8rem 7.1428571429vw;
}

.entry-content {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.entry-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: all 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.entry-alert.open {
  -webkit-transition: all 0.3s ease 0s, visibility 0s ease 0s;
  transition: all 0.3s ease 0s, visibility 0s ease 0s;
  visibility: visible;
  opacity: 1;
}
.entry-alert__dialog {
  position: relative;
  width: 100%;
  max-width: 60rem;
  padding: 4rem 4rem 2rem 4rem;
  background: #ffffff;
  z-index: 1;
}
.entry-alert__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.entry-alert__close:hover {
  color: #246B73;
}

#secondary {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 2rem;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  #secondary {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  #secondary {
    width: 25%;
  }
}

#primary {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  #primary {
    width: 66.666667%;
  }
}
@media only screen and (min-width: 1280px) {
  #primary {
    width: 75%;
  }
}

.wp-block-columns {
  width: 100%;
  margin: 4rem 0;
  margin-bottom: 4rem;
}

.wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget .notification-content {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.widget p {
  margin: 0;
}
@media only screen and (min-width: 840px) {
  .widget {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .widget .notification-content {
    width: auto;
  }
}

#comments {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 7.1428571429% 8rem 7.1428571429%;
}
#comments .divider-line {
  margin: 0 2rem 7.8rem 2rem;
}
#comments .comment-count {
  width: calc(100% - 4rem);
  display: block;
  margin: 0 2rem 2rem 2rem;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #292929;
}
#comments .comments-list {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comment {
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0;
}
#comments .comment .comment {
  margin: 0;
}
#comments .comment footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
#comments .comment footer .comment-meta {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comment-content {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comment-content p {
  margin: 0 0 1rem 0;
}
#comments .comment-form {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#comments .reply {
  width: 100%;
  display: block;
  margin: 0 0 2rem 0;
  padding: 0 2rem;
}

#respond {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#respond small {
  width: auto;
  display: block;
  margin: 0 0 1rem 0;
  padding: 0 2rem;
  font-size: 1.4rem;
}

.get-a-better-browser {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.get-a-better-browser iframe {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.site-search-results {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.site-search-results li {
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0;
}
.site-search-results li h3 {
  margin: 0 0 1rem 0;
}

.page-alert-message {
  width: 100%;
  max-width: 72rem;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 2rem 2rem 0 2rem;
  border: none;
  border-radius: 0;
  translate: -50% -50%;
}
.page-alert-message .image-block {
  max-width: 32rem;
  margin: -8rem auto 2rem auto;
}
.page-alert-message .controls {
  width: 100%;
  margin: 0;
  padding: 2rem;
}
.page-alert-message .controls input[type=submit] {
  height: initial;
  font-weight: 600;
  color: #246B73;
  background: none;
  padding: 0;
  cursor: pointer;
}
.page-alert-message .controls input[type=submit]:hover {
  color: #292929;
}

/* Alignments
----------------------------------------------------------------- */
.align-left,
.align-right {
  display: block;
  margin: 0 0 2rem 0;
}

@media (min-width: 600px) {
  .align-left,
  .align-right {
    width: calc(42.8571428571vw - 4rem);
  }
  .align-left {
    display: inline-block;
    float: left;
    margin-right: 2rem;
  }
  .align-left + h1, .align-left + h2, .align-left + h3, .align-left + h4, .align-left + h5, .align-left + h6 {
    display: inline-block;
    padding-left: 0;
  }
  .align-right {
    display: inline-block;
    float: right;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1080px) {
  .align-left {
    margin-left: -7.1428571429vw;
    margin-right: 4rem;
  }
  .post-body .align-left {
    margin-left: -14.2857142857vw;
  }
  .align-right {
    margin-left: 4rem;
    margin-right: -7.1428571429vw;
  }
  .post-body .align-right {
    margin-right: -14.2857142857vw;
  }
}
.align-center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* Visibility
----------------------------------------------------------------- */
.hide,
.hide-all {
  display: none !important;
}

@media only screen and (max-width: 839px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 840px) and (max-width: 1279px) {
  .hide-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .hide-desktop {
    display: none !important;
  }
}
/* Spacing
----------------------------------------------------------------- */
*.pt-24 {
  padding-top: -24rem !important;
}

*.pb-24 {
  padding-bottom: -24rem !important;
}

*.pa-24 {
  padding: -24rem !important;
}

*.mt-24 {
  margin-top: -24rem !important;
}

*.mb-24 {
  margin-bottom: -24rem !important;
}

*.ma-24 {
  padding: -24rem !important;
}

*.pt-23 {
  padding-top: -23rem !important;
}

*.pb-23 {
  padding-bottom: -23rem !important;
}

*.pa-23 {
  padding: -23rem !important;
}

*.mt-23 {
  margin-top: -23rem !important;
}

*.mb-23 {
  margin-bottom: -23rem !important;
}

*.ma-23 {
  padding: -23rem !important;
}

*.pt-22 {
  padding-top: -22rem !important;
}

*.pb-22 {
  padding-bottom: -22rem !important;
}

*.pa-22 {
  padding: -22rem !important;
}

*.mt-22 {
  margin-top: -22rem !important;
}

*.mb-22 {
  margin-bottom: -22rem !important;
}

*.ma-22 {
  padding: -22rem !important;
}

*.pt-21 {
  padding-top: -21rem !important;
}

*.pb-21 {
  padding-bottom: -21rem !important;
}

*.pa-21 {
  padding: -21rem !important;
}

*.mt-21 {
  margin-top: -21rem !important;
}

*.mb-21 {
  margin-bottom: -21rem !important;
}

*.ma-21 {
  padding: -21rem !important;
}

*.pt-20 {
  padding-top: -20rem !important;
}

*.pb-20 {
  padding-bottom: -20rem !important;
}

*.pa-20 {
  padding: -20rem !important;
}

*.mt-20 {
  margin-top: -20rem !important;
}

*.mb-20 {
  margin-bottom: -20rem !important;
}

*.ma-20 {
  padding: -20rem !important;
}

*.pt-19 {
  padding-top: -19rem !important;
}

*.pb-19 {
  padding-bottom: -19rem !important;
}

*.pa-19 {
  padding: -19rem !important;
}

*.mt-19 {
  margin-top: -19rem !important;
}

*.mb-19 {
  margin-bottom: -19rem !important;
}

*.ma-19 {
  padding: -19rem !important;
}

*.pt-18 {
  padding-top: -18rem !important;
}

*.pb-18 {
  padding-bottom: -18rem !important;
}

*.pa-18 {
  padding: -18rem !important;
}

*.mt-18 {
  margin-top: -18rem !important;
}

*.mb-18 {
  margin-bottom: -18rem !important;
}

*.ma-18 {
  padding: -18rem !important;
}

*.pt-17 {
  padding-top: -17rem !important;
}

*.pb-17 {
  padding-bottom: -17rem !important;
}

*.pa-17 {
  padding: -17rem !important;
}

*.mt-17 {
  margin-top: -17rem !important;
}

*.mb-17 {
  margin-bottom: -17rem !important;
}

*.ma-17 {
  padding: -17rem !important;
}

*.pt-16 {
  padding-top: -16rem !important;
}

*.pb-16 {
  padding-bottom: -16rem !important;
}

*.pa-16 {
  padding: -16rem !important;
}

*.mt-16 {
  margin-top: -16rem !important;
}

*.mb-16 {
  margin-bottom: -16rem !important;
}

*.ma-16 {
  padding: -16rem !important;
}

*.pt-15 {
  padding-top: -15rem !important;
}

*.pb-15 {
  padding-bottom: -15rem !important;
}

*.pa-15 {
  padding: -15rem !important;
}

*.mt-15 {
  margin-top: -15rem !important;
}

*.mb-15 {
  margin-bottom: -15rem !important;
}

*.ma-15 {
  padding: -15rem !important;
}

*.pt-14 {
  padding-top: -14rem !important;
}

*.pb-14 {
  padding-bottom: -14rem !important;
}

*.pa-14 {
  padding: -14rem !important;
}

*.mt-14 {
  margin-top: -14rem !important;
}

*.mb-14 {
  margin-bottom: -14rem !important;
}

*.ma-14 {
  padding: -14rem !important;
}

*.pt-13 {
  padding-top: -13rem !important;
}

*.pb-13 {
  padding-bottom: -13rem !important;
}

*.pa-13 {
  padding: -13rem !important;
}

*.mt-13 {
  margin-top: -13rem !important;
}

*.mb-13 {
  margin-bottom: -13rem !important;
}

*.ma-13 {
  padding: -13rem !important;
}

*.pt-12 {
  padding-top: -12rem !important;
}

*.pb-12 {
  padding-bottom: -12rem !important;
}

*.pa-12 {
  padding: -12rem !important;
}

*.mt-12 {
  margin-top: -12rem !important;
}

*.mb-12 {
  margin-bottom: -12rem !important;
}

*.ma-12 {
  padding: -12rem !important;
}

*.pt-11 {
  padding-top: -11rem !important;
}

*.pb-11 {
  padding-bottom: -11rem !important;
}

*.pa-11 {
  padding: -11rem !important;
}

*.mt-11 {
  margin-top: -11rem !important;
}

*.mb-11 {
  margin-bottom: -11rem !important;
}

*.ma-11 {
  padding: -11rem !important;
}

*.pt-10 {
  padding-top: -10rem !important;
}

*.pb-10 {
  padding-bottom: -10rem !important;
}

*.pa-10 {
  padding: -10rem !important;
}

*.mt-10 {
  margin-top: -10rem !important;
}

*.mb-10 {
  margin-bottom: -10rem !important;
}

*.ma-10 {
  padding: -10rem !important;
}

*.pt-9 {
  padding-top: -9rem !important;
}

*.pb-9 {
  padding-bottom: -9rem !important;
}

*.pa-9 {
  padding: -9rem !important;
}

*.mt-9 {
  margin-top: -9rem !important;
}

*.mb-9 {
  margin-bottom: -9rem !important;
}

*.ma-9 {
  padding: -9rem !important;
}

*.pt-8 {
  padding-top: -8rem !important;
}

*.pb-8 {
  padding-bottom: -8rem !important;
}

*.pa-8 {
  padding: -8rem !important;
}

*.mt-8 {
  margin-top: -8rem !important;
}

*.mb-8 {
  margin-bottom: -8rem !important;
}

*.ma-8 {
  padding: -8rem !important;
}

*.pt-7 {
  padding-top: -7rem !important;
}

*.pb-7 {
  padding-bottom: -7rem !important;
}

*.pa-7 {
  padding: -7rem !important;
}

*.mt-7 {
  margin-top: -7rem !important;
}

*.mb-7 {
  margin-bottom: -7rem !important;
}

*.ma-7 {
  padding: -7rem !important;
}

*.pt-6 {
  padding-top: -6rem !important;
}

*.pb-6 {
  padding-bottom: -6rem !important;
}

*.pa-6 {
  padding: -6rem !important;
}

*.mt-6 {
  margin-top: -6rem !important;
}

*.mb-6 {
  margin-bottom: -6rem !important;
}

*.ma-6 {
  padding: -6rem !important;
}

*.pt-5 {
  padding-top: -5rem !important;
}

*.pb-5 {
  padding-bottom: -5rem !important;
}

*.pa-5 {
  padding: -5rem !important;
}

*.mt-5 {
  margin-top: -5rem !important;
}

*.mb-5 {
  margin-bottom: -5rem !important;
}

*.ma-5 {
  padding: -5rem !important;
}

*.pt-4 {
  padding-top: -4rem !important;
}

*.pb-4 {
  padding-bottom: -4rem !important;
}

*.pa-4 {
  padding: -4rem !important;
}

*.mt-4 {
  margin-top: -4rem !important;
}

*.mb-4 {
  margin-bottom: -4rem !important;
}

*.ma-4 {
  padding: -4rem !important;
}

*.pt-3 {
  padding-top: -3rem !important;
}

*.pb-3 {
  padding-bottom: -3rem !important;
}

*.pa-3 {
  padding: -3rem !important;
}

*.mt-3 {
  margin-top: -3rem !important;
}

*.mb-3 {
  margin-bottom: -3rem !important;
}

*.ma-3 {
  padding: -3rem !important;
}

*.pt-2 {
  padding-top: -2rem !important;
}

*.pb-2 {
  padding-bottom: -2rem !important;
}

*.pa-2 {
  padding: -2rem !important;
}

*.mt-2 {
  margin-top: -2rem !important;
}

*.mb-2 {
  margin-bottom: -2rem !important;
}

*.ma-2 {
  padding: -2rem !important;
}

*.pt-1 {
  padding-top: -1rem !important;
}

*.pb-1 {
  padding-bottom: -1rem !important;
}

*.pa-1 {
  padding: -1rem !important;
}

*.mt-1 {
  margin-top: -1rem !important;
}

*.mb-1 {
  margin-bottom: -1rem !important;
}

*.ma-1 {
  padding: -1rem !important;
}

*.pt0 {
  padding-top: 0 !important;
}

*.pb0 {
  padding-bottom: 0 !important;
}

*.pa0 {
  padding: 0 !important;
}

*.mt0 {
  margin-top: 0 !important;
}

*.mb0 {
  margin-bottom: 0 !important;
}

*.ma0 {
  padding: 0 !important;
}

*.pt1 {
  padding-top: 1rem !important;
}

*.pb1 {
  padding-bottom: 1rem !important;
}

*.pa1 {
  padding: 1rem !important;
}

*.mt1 {
  margin-top: 1rem !important;
}

*.mb1 {
  margin-bottom: 1rem !important;
}

*.ma1 {
  padding: 1rem !important;
}

*.pt2 {
  padding-top: 2rem !important;
}

*.pb2 {
  padding-bottom: 2rem !important;
}

*.pa2 {
  padding: 2rem !important;
}

*.mt2 {
  margin-top: 2rem !important;
}

*.mb2 {
  margin-bottom: 2rem !important;
}

*.ma2 {
  padding: 2rem !important;
}

*.pt3 {
  padding-top: 3rem !important;
}

*.pb3 {
  padding-bottom: 3rem !important;
}

*.pa3 {
  padding: 3rem !important;
}

*.mt3 {
  margin-top: 3rem !important;
}

*.mb3 {
  margin-bottom: 3rem !important;
}

*.ma3 {
  padding: 3rem !important;
}

*.pt4 {
  padding-top: 4rem !important;
}

*.pb4 {
  padding-bottom: 4rem !important;
}

*.pa4 {
  padding: 4rem !important;
}

*.mt4 {
  margin-top: 4rem !important;
}

*.mb4 {
  margin-bottom: 4rem !important;
}

*.ma4 {
  padding: 4rem !important;
}

*.pt5 {
  padding-top: 5rem !important;
}

*.pb5 {
  padding-bottom: 5rem !important;
}

*.pa5 {
  padding: 5rem !important;
}

*.mt5 {
  margin-top: 5rem !important;
}

*.mb5 {
  margin-bottom: 5rem !important;
}

*.ma5 {
  padding: 5rem !important;
}

*.pt6 {
  padding-top: 6rem !important;
}

*.pb6 {
  padding-bottom: 6rem !important;
}

*.pa6 {
  padding: 6rem !important;
}

*.mt6 {
  margin-top: 6rem !important;
}

*.mb6 {
  margin-bottom: 6rem !important;
}

*.ma6 {
  padding: 6rem !important;
}

*.pt7 {
  padding-top: 7rem !important;
}

*.pb7 {
  padding-bottom: 7rem !important;
}

*.pa7 {
  padding: 7rem !important;
}

*.mt7 {
  margin-top: 7rem !important;
}

*.mb7 {
  margin-bottom: 7rem !important;
}

*.ma7 {
  padding: 7rem !important;
}

*.pt8 {
  padding-top: 8rem !important;
}

*.pb8 {
  padding-bottom: 8rem !important;
}

*.pa8 {
  padding: 8rem !important;
}

*.mt8 {
  margin-top: 8rem !important;
}

*.mb8 {
  margin-bottom: 8rem !important;
}

*.ma8 {
  padding: 8rem !important;
}

*.pt9 {
  padding-top: 9rem !important;
}

*.pb9 {
  padding-bottom: 9rem !important;
}

*.pa9 {
  padding: 9rem !important;
}

*.mt9 {
  margin-top: 9rem !important;
}

*.mb9 {
  margin-bottom: 9rem !important;
}

*.ma9 {
  padding: 9rem !important;
}

*.pt10 {
  padding-top: 10rem !important;
}

*.pb10 {
  padding-bottom: 10rem !important;
}

*.pa10 {
  padding: 10rem !important;
}

*.mt10 {
  margin-top: 10rem !important;
}

*.mb10 {
  margin-bottom: 10rem !important;
}

*.ma10 {
  padding: 10rem !important;
}

*.pt11 {
  padding-top: 11rem !important;
}

*.pb11 {
  padding-bottom: 11rem !important;
}

*.pa11 {
  padding: 11rem !important;
}

*.mt11 {
  margin-top: 11rem !important;
}

*.mb11 {
  margin-bottom: 11rem !important;
}

*.ma11 {
  padding: 11rem !important;
}

*.pt12 {
  padding-top: 12rem !important;
}

*.pb12 {
  padding-bottom: 12rem !important;
}

*.pa12 {
  padding: 12rem !important;
}

*.mt12 {
  margin-top: 12rem !important;
}

*.mb12 {
  margin-bottom: 12rem !important;
}

*.ma12 {
  padding: 12rem !important;
}

*.pt13 {
  padding-top: 13rem !important;
}

*.pb13 {
  padding-bottom: 13rem !important;
}

*.pa13 {
  padding: 13rem !important;
}

*.mt13 {
  margin-top: 13rem !important;
}

*.mb13 {
  margin-bottom: 13rem !important;
}

*.ma13 {
  padding: 13rem !important;
}

*.pt14 {
  padding-top: 14rem !important;
}

*.pb14 {
  padding-bottom: 14rem !important;
}

*.pa14 {
  padding: 14rem !important;
}

*.mt14 {
  margin-top: 14rem !important;
}

*.mb14 {
  margin-bottom: 14rem !important;
}

*.ma14 {
  padding: 14rem !important;
}

*.pt15 {
  padding-top: 15rem !important;
}

*.pb15 {
  padding-bottom: 15rem !important;
}

*.pa15 {
  padding: 15rem !important;
}

*.mt15 {
  margin-top: 15rem !important;
}

*.mb15 {
  margin-bottom: 15rem !important;
}

*.ma15 {
  padding: 15rem !important;
}

*.pt16 {
  padding-top: 16rem !important;
}

*.pb16 {
  padding-bottom: 16rem !important;
}

*.pa16 {
  padding: 16rem !important;
}

*.mt16 {
  margin-top: 16rem !important;
}

*.mb16 {
  margin-bottom: 16rem !important;
}

*.ma16 {
  padding: 16rem !important;
}

*.pt17 {
  padding-top: 17rem !important;
}

*.pb17 {
  padding-bottom: 17rem !important;
}

*.pa17 {
  padding: 17rem !important;
}

*.mt17 {
  margin-top: 17rem !important;
}

*.mb17 {
  margin-bottom: 17rem !important;
}

*.ma17 {
  padding: 17rem !important;
}

*.pt18 {
  padding-top: 18rem !important;
}

*.pb18 {
  padding-bottom: 18rem !important;
}

*.pa18 {
  padding: 18rem !important;
}

*.mt18 {
  margin-top: 18rem !important;
}

*.mb18 {
  margin-bottom: 18rem !important;
}

*.ma18 {
  padding: 18rem !important;
}

*.pt19 {
  padding-top: 19rem !important;
}

*.pb19 {
  padding-bottom: 19rem !important;
}

*.pa19 {
  padding: 19rem !important;
}

*.mt19 {
  margin-top: 19rem !important;
}

*.mb19 {
  margin-bottom: 19rem !important;
}

*.ma19 {
  padding: 19rem !important;
}

*.pt20 {
  padding-top: 20rem !important;
}

*.pb20 {
  padding-bottom: 20rem !important;
}

*.pa20 {
  padding: 20rem !important;
}

*.mt20 {
  margin-top: 20rem !important;
}

*.mb20 {
  margin-bottom: 20rem !important;
}

*.ma20 {
  padding: 20rem !important;
}

*.pt21 {
  padding-top: 21rem !important;
}

*.pb21 {
  padding-bottom: 21rem !important;
}

*.pa21 {
  padding: 21rem !important;
}

*.mt21 {
  margin-top: 21rem !important;
}

*.mb21 {
  margin-bottom: 21rem !important;
}

*.ma21 {
  padding: 21rem !important;
}

*.pt22 {
  padding-top: 22rem !important;
}

*.pb22 {
  padding-bottom: 22rem !important;
}

*.pa22 {
  padding: 22rem !important;
}

*.mt22 {
  margin-top: 22rem !important;
}

*.mb22 {
  margin-bottom: 22rem !important;
}

*.ma22 {
  padding: 22rem !important;
}

*.pt23 {
  padding-top: 23rem !important;
}

*.pb23 {
  padding-bottom: 23rem !important;
}

*.pa23 {
  padding: 23rem !important;
}

*.mt23 {
  margin-top: 23rem !important;
}

*.mb23 {
  margin-bottom: 23rem !important;
}

*.ma23 {
  padding: 23rem !important;
}

*.pt24 {
  padding-top: 24rem !important;
}

*.pb24 {
  padding-bottom: 24rem !important;
}

*.pa24 {
  padding: 24rem !important;
}

*.mt24 {
  margin-top: 24rem !important;
}

*.mb24 {
  margin-bottom: 24rem !important;
}

*.ma24 {
  padding: 24rem !important;
}

/* Footer
----------------------------------------------------------------- */
.site-footer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 9rem 7.1428571429vw 0 7.1428571429vw;
}
@media only screen and (min-width: 840px) {
  .site-footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b390bb), to(#b390bb));
  background-image: linear-gradient(0deg, #b390bb 0%, #b390bb 100%);
  -webkit-mask: url("../images/mask-footer.svg");
          mask: url("../images/mask-footer.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top center;
          mask-position: top center;
}
body.spanish .site-footer:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b390bb), to(#b390bb));
  background-image: linear-gradient(0deg, #b390bb, #b390bb 100%);
}
.site-footer__newsletter {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 4rem 0;
  vertical-align: top;
}
.site-footer__newsletter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 11rem);
  top: -11rem;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 144, 187, 0)), to(rgb(138, 70, 145)));
  background-image: linear-gradient(0deg, rgba(179, 144, 187, 0) 0%, rgb(138, 70, 145) 100%);
  -webkit-mask: url("../images/mask-window.svg");
          mask: url("../images/mask-window.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top center;
          mask-position: top center;
  mix-blend-mode: multiply;
}
body.spanish .site-footer__newsletter:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(179, 144, 187, 0)), to(rgb(138, 70, 145)));
  background-image: linear-gradient(0deg, rgba(179, 144, 187, 0) 0%, rgb(138, 70, 145) 100%);
}
@media only screen and (min-width: 840px) {
  .site-footer__newsletter {
    width: 50%;
    margin: 0;
    padding: 0 7.1428571429vw 0 0;
  }
  .site-footer__newsletter:before {
    left: -3.5714285714vw;
  }
}
@media only screen and (min-width: 1080px) {
  .site-footer__newsletter {
    width: 35.7142857143vw;
  }
}
.site-footer__newsletter > svg {
  position: absolute;
  width: 9rem;
  top: -1.5rem;
  left: -1.5rem;
  fill: #F9AC1A;
  z-index: 1;
}
.site-footer__newsletter-header {
  position: relative;
  width: 100%;
  padding: 6rem 0 0 0;
  text-align: center;
  z-index: 1;
}
.site-footer__newsletter-header:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background: #246B73;
  z-index: 1;
}
body.spanish .site-footer__newsletter-header:before {
  background: #3C7E5B;
}
.site-footer__newsletter-header .icon-newsletter {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: calc(50% - 2rem);
  z-index: 2;
}
.site-footer__newsletter-content {
  width: 100%;
  text-align: center;
}
.site-footer__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}
@media only screen and (min-width: 840px) {
  .site-footer__content {
    width: 50%;
    text-align: left;
  }
  .site-footer__content *:not(:nth-child(2)) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1080px) {
  .site-footer__content {
    width: 50vw;
  }
}
.site-footer__content-nav {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1080px) {
  .site-footer__content-nav {
    width: 33.333334%;
  }
}
.site-footer__content-info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1080px) {
  .site-footer__content-info {
    width: 66.666667%;
  }
}
.site-footer__contact {
  width: 100%;
}
.site-footer__contact h6 {
  margin: 0 0 1rem 0;
}
.site-footer__socials {
  width: 100%;
  padding: 1rem 0 2rem 0;
}
.site-footer__credits {
  position: relative;
  width: 100%;
  padding: 2rem 0;
}
.site-footer__credits:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.1rem;
  top: 0;
  left: 2rem;
  background: #ffffff;
}
.site-footer__credits h6 {
  margin: 0;
}

/* Elements Index
----------------------------------------------------------------- */
/* Global Elements
----------------------------------------------------------------- */
.modal, .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: visibilty 0s ease 0.6s, opacity 0.6s ease 0s;
  transition: visibilty 0s ease 0.6s, opacity 0.6s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.modal.open, .lightbox.open {
  -webkit-transition: visibilty 0s ease 0s, opacity 0.3s ease 0s;
  transition: visibilty 0s ease 0s, opacity 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}
.modal-content, .lightbox-content {
  position: relative;
  width: 85.714285%;
  height: calc(100% - 12rem);
  display: block;
  margin: 6rem auto;
  padding: 0;
  z-index: 1;
}
.modal .gallery-list, .lightbox .gallery-list {
  position: relative;
  width: calc(85.7142857143vw - 4rem);
  height: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 6rem auto;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.modal .gallery-list__item, .lightbox .gallery-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  white-space: normal;
  vertical-align: top;
}
.modal-content > img,
.modal-content > .video-block,
.modal-content > audio,
.modal .gallery-list__item > img,
.modal .gallery-list__item > .video-block,
.modal .gallery-list__item > audio, .lightbox-content > img,
.lightbox-content > .video-block,
.lightbox-content > audio,
.lightbox .gallery-list__item > img,
.lightbox .gallery-list__item > .video-block,
.lightbox .gallery-list__item > audio {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal__close, .lightbox__close {
  position: absolute;
  width: 3rem;
  display: block;
  top: 2rem;
  right: 2rem;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
}
.modal__close:hover, .lightbox__close:hover {
  rotate: 180deg;
}

.modal-controls,
.lightbox-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.modal-controls span,
.lightbox-controls span {
  width: 7.1428571429%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  cursor: pointer;
  vertical-align: top;
}
.modal-controls span:hover,
.lightbox-controls span:hover {
  opacity: 0.5;
}

.featured-category .carousel-controls,
.featured-posts .carousel-controls,
.related-posts .carousel-controls,
.upcoming-events .carousel-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  padding: 2rem calc(7.1428571429vw + 2rem) 0 calc(7.1428571429vw + 2rem);
}
.featured-category .carousel-controls > span,
.featured-posts .carousel-controls > span,
.related-posts .carousel-controls > span,
.upcoming-events .carousel-controls > span {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  padding: 0.4rem;
  border-radius: 50%;
  border: 0.1rem solid #292929;
  background: #ffffff;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.featured-category .carousel-controls > span:before, .featured-category .carousel-controls > span:after,
.featured-posts .carousel-controls > span:before,
.featured-posts .carousel-controls > span:after,
.related-posts .carousel-controls > span:before,
.related-posts .carousel-controls > span:after,
.upcoming-events .carousel-controls > span:before,
.upcoming-events .carousel-controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0.4rem;
  font-family: "Material Symbols Rounded";
  font-size: 3rem;
  line-height: 3rem;
  color: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.featured-category .carousel-controls > span:before,
.featured-posts .carousel-controls > span:before,
.related-posts .carousel-controls > span:before,
.upcoming-events .carousel-controls > span:before {
  left: -3.4rem;
}
.featured-category .carousel-controls > span:after,
.featured-posts .carousel-controls > span:after,
.related-posts .carousel-controls > span:after,
.upcoming-events .carousel-controls > span:after {
  right: 0.4rem;
}
.featured-category .carousel-controls > span:hover:before,
.featured-posts .carousel-controls > span:hover:before,
.related-posts .carousel-controls > span:hover:before,
.upcoming-events .carousel-controls > span:hover:before {
  left: 0.4rem;
}
.featured-category .carousel-controls > span:hover:after,
.featured-posts .carousel-controls > span:hover:after,
.related-posts .carousel-controls > span:hover:after,
.upcoming-events .carousel-controls > span:hover:after {
  right: -3.4rem;
}
.featured-category .carousel-controls > span.prev-slide,
.featured-posts .carousel-controls > span.prev-slide,
.related-posts .carousel-controls > span.prev-slide,
.upcoming-events .carousel-controls > span.prev-slide {
  rotate: 180deg;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.33);
  mix-blend-mode: multiply;
  z-index: 0;
}

.icon-angel {
  background-image: url("../images/icons/icon-angel.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-binoculars {
  background-image: url("../images/icons/icon-binoculars.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-camera {
  background-image: url("../images/icons/icon-camera.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-candles {
  background-image: url("../images/icons/icon-candles.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-church {
  background-image: url("../images/icons/icon-church.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-earth {
  background-image: url("../images/icons/icon-earth.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-halo {
  background-image: url("../images/icons/icon-halo.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-hands {
  background-image: url("../images/icons/icon-hands.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-headphones {
  background-image: url("../images/icons/icon-headphones.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-heart {
  background-image: url("../images/icons/icon-heart.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-messages {
  background-image: url("../images/icons/icon-messages.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-newsletter {
  background-image: url("../images/icons/icon-newsletter.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-pin {
  background-image: url("../images/icons/icon-pin.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-play-arrow {
  background-image: url("../images/icons/icon-play-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-star {
  background-image: url("../images/icons/icon-star.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-sunrise {
  background-image: url("../images/icons/icon-sunrise.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-video-camera {
  background-image: url("../images/icons/icon-video-camera.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Accordions
----------------------------------------------------------------- */
.accordions {
  width: 100%;
  display: block;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
}
@media only screen and (min-width: 1080px) {
  .accordions {
    padding: 0 14.2857142857vw;
  }
}
.accordions__header {
  width: 100%;
  margin: 0 0 4rem 0;
}
.accordions__tab {
  position: relative;
  width: 100%;
  display: block;
  padding: 0 2rem;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.accordions__tab:first-child .accordions__tab-toggle, .accordions__tab:nth-child(2) .accordions__tab-toggle {
  border-top: 0.1rem solid #292929;
}
.accordions__tab-toggle {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 2.9rem 6rem 2.9rem 0;
  font-family: "Spectral", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -0.04em;
  color: #246B73;
  border-bottom: 0.1rem solid #292929;
  vertical-align: top;
  cursor: pointer;
}
.accordions__tab-toggle:before {
  content: "\e5cf";
  position: absolute;
  width: 4rem;
  top: calc(50% - 2rem);
  right: 0;
  font-family: "Material Symbols Rounded";
  font-size: 3rem;
  line-height: 4rem;
  color: #ffffff;
  text-align: center;
  border-radius: 2rem;
  background: #246B73;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.accordions__tab-content {
  position: relative;
  width: 100%;
  display: none;
  margin: 0;
  padding: 6rem 4rem;
  border-bottom: 0.1rem solid #292929;
  overflow: hidden;
}
.accordions__tab-content:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(0deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.accordions__tab-content *:last-child {
  margin: 0;
}
.accordions__tab.active .accordions__tab-toggle:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Buttons
----------------------------------------------------------------- */
.button-base, [class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .btn, .text-button, .button {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.button {
  color: #ffffff;
  margin: 0 2rem 2rem 2rem;
  padding: 1rem 3rem;
  border-radius: 2rem;
  overflow: hidden;
}
.button:before, .button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.button:before {
  left: 0;
  background: #246B73;
  border: 0.2rem solid #ffffff;
  border-radius: 2rem;
}
body.spanish .button:before {
  background: #3C7E5B;
}
.button:after {
  left: calc(100% - 2rem);
  background: #17A6AE;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body.spanish .button:after {
  background: #4B936D;
}
.button:hover:after {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.text-button {
  color: #292929;
  text-transform: uppercase;
  margin: 0 2rem 2rem 2rem;
  padding: 1rem 0;
}
.text-button:after {
  content: "";
  width: 3.7rem;
  height: 2rem;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  background-image: url("../images/n-arrow-k.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.text-button.out:after {
  width: 2rem;
  background-image: url("../images/n-out-arrow-k.svg");
}
.text-button:hover:after {
  margin: 0 0 0 2rem;
}
.text-button.gold {
  color: #F9AC1A;
}
.text-button.gold:after {
  background-image: url("../images/n-arrow-gold.svg");
}
.text-button.gold.out:after {
  background-image: url("../images/n-out-arrow-gold.svg");
}
body.spanish .text-button.gold {
  color: #F993C1;
}
body.spanish .text-button.gold:after {
  background-image: url("../images/n-arrow-pink.svg");
}
body.spanish .text-button.gold.out:after {
  background-image: url("../images/n-out-arrow-pink.svg");
}

.share-button {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  margin: 0 0.5rem;
  rotate: -90deg;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
  z-index: 0;
}
.share-button__face, .share-button__item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.9rem;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 50%;
  border: 0.1rem solid #246B73;
  rotate: 90deg;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  z-index: 0;
}
.share-button__face svg, .share-button__item svg {
  width: 2rem;
  fill: #292929;
  -webkit-transition: all 0.3s ease 0s, top 0.1s ease 0s, left 0.1s ease 0s;
  transition: all 0.3s ease 0s, top 0.1s ease 0s, left 0.1s ease 0s;
}
.share-button__face:hover, .share-button__item:hover {
  border-color: #246B73;
}
.share-button__face:hover svg, .share-button__item:hover svg {
  fill: #246B73;
}
.share-button__face {
  z-index: 1;
}
.share-button.open {
  rotate: 0deg;
}
.share-button.open .share-button__face,
.share-button.open .share-button__item {
  rotate: 0deg;
}
.share-button.open .share-button__item:nth-child(2) {
  top: 50px;
  left: 0px;
}
.share-button.open .share-button__item:nth-child(3) {
  top: 25px;
  left: 43px;
}
.share-button.open .share-button__item:nth-child(4) {
  top: -25px;
  left: 43px;
}
.share-button.open .share-button__item:nth-child(5) {
  top: -50px;
  left: 0px;
}

/* Calendar Elements
----------------------------------------------------------------- */
.swCalEvents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin: 0;
  padding: 0;
}

[class*=sw-cal-grid] {
  width: 100%;
  padding: 0 7.1428571429vw 8rem 7.1428571429vw;
}
[class*=sw-cal-grid] [class*=css][class*=control] {
  background: none !important;
  border: 0.1rem solid #414042 !important;
  border-radius: 0 !important;
}
[class*=sw-cal-grid] [class*=css][class*=control] input:not([type=image]):not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]) {
  height: 2rem !important;
  padding: 0 !important;
  color: #292929 !important;
}
[class*=sw-cal-grid] [class*=css][class*=control] > [class*=css]:first-child {
  padding: 0 0.9rem !important;
}
[class*=sw-cal-grid] [class*=css][class*=control] > [class*=css]:nth-child(2) {
  padding: 0 !important;
}
[class*=sw-cal-grid] [class*=css][class*=Separator] {
  display: none;
}
[class*=sw-cal-grid] .site-tags-editor {
  position: relative;
  font-size: 1.6rem;
  line-height: 2rem;
}
[class*=sw-cal-grid] .site-tags-editor input:not([type=image]):not([type=checkbox]):not([type=radio]):not([type=select]):not([type=file]):not([type=submit]):not([type=button]) {
  padding: 0 0.9rem !important;
}
[class*=sw-cal-grid] .site-tags-editor .css-1wa3eu0-placeholder {
  left: 1rem;
}
[class*=sw-cal-grid] .site-tags-editor .react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  padding-left: 0;
}
[class*=sw-cal-grid] .site-tags-editor .react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
[class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
[class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .form-control {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
[class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .btn {
  min-height: initial !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  color: #246B73 !important;
  margin: 0 0 0 2rem;
  padding: 1rem 0;
  border: none !important;
  border-radius: initial !important;
  background: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
[class*=sw-cal-grid] .CalendarEventsDetail__eventCalendarFront .btn:hover {
  color: #292929 !important;
}
[class*=sw-cal-grid] .css-1rhbuit-multiValue {
  background: #414042;
}
[class*=sw-cal-grid] .row {
  width: 100vw;
  margin: 0 -7.1428571429vw;
}

body.event [class*=sw-cal-grid] {
  display: none;
}

.CalendarMenu {
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
}
.CalendarMenu .CalendarMenuCenter {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
}
.CalendarMenu a {
  position: relative;
  width: auto !important;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
  font-weight: 600 !important;
  color: #292929 !important;
  text-decoration: none !important;
  white-space: nowrap;
  border: none !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top !important;
}
.CalendarMenu a.CalendarMenu__currentItem {
  color: #246B73 !important;
}
.CalendarMenu a:hover {
  color: #246B73 !important;
}

.CalendarMonthNavigation__header h2 {
  font-size: clamp(3.5rem, 5vw, 4.5rem) !important;
  line-height: clamp(4rem, 5.5vw, 5rem) !important;
  letter-spacing: -0.05em;
}
.CalendarMonthNavigation__header h2 > svg {
  display: inline-block;
  margin-top: clamp(1.1rem, 2.25vw - 0.9rem, 1.6rem) !important;
  vertical-align: top;
}

.CalendarMonthFilter {
  width: 100%;
  padding: 0 2rem !important;
  margin: 0 0 4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .CalendarMonthFilter > .site-tags-editor {
    width: 100%;
  }
}
.CalendarMonthFilter .CalendarMonthFilter__dateSeparator {
  font-size: 1.4rem;
  line-height: 4rem !important;
  font-weight: 600;
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.CalendarMonthFilter > input.CalendarMonthFilter__search {
  border-radius: 0 !important;
}
.CalendarMonthFilter__dateRange {
  margin: 0 2rem 0 0;
}
@media (max-width: 1024px) {
  .CalendarMonthFilter__dateRange {
    width: 100%;
    margin: 0;
  }
}
.CalendarMonthFilter__date {
  margin-right: 0 !important;
}

.CalendarMonthNavigation {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
  padding: 0 7.1428571429vw 4rem 7.1428571429vw !important;
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 619px) {
  .CalendarMonthNavigation__header {
    width: 100%;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 auto !important;
            flex: 1 0 auto !important;
  }
  .CalendarMonthNavigation__action {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.CalendarMonthNavigation__action {
  margin: 1rem 0;
  color: #292929 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.CalendarMonthNavigation__action:hover {
  color: #246B73 !important;
  text-decoration: none !important;
}

.CalendarMonth {
  width: 100vw !important;
  margin: 0 calc(-7.1428571429vw - 2rem);
}
.CalendarMonth__header {
  border-bottom: 0.1rem solid #414042;
}
.CalendarMonth__header_label {
  padding: 0 2rem 1rem 2rem !important;
  background-color: transparent !important;
  font-size: 0 !important;
  line-height: 2rem;
  font-weight: 600;
  color: #292929 !important;
  text-transform: none !important;
  text-align: initial !important;
}
@media only screen and (min-width: 840px) {
  .CalendarMonth__header_label {
    font-size: 1.6rem !important;
  }
}
.CalendarMonth__header_label:before {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #292929;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .CalendarMonth__header_label:before {
    display: none;
  }
}
.CalendarMonth__header_label:first-child:before {
  content: "SUN";
}
.CalendarMonth__header_label:nth-child(2):before {
  content: "MON";
}
.CalendarMonth__header_label:nth-child(3):before {
  content: "TUE";
}
.CalendarMonth__header_label:nth-child(4):before {
  content: "WED";
}
.CalendarMonth__header_label:nth-child(5):before {
  content: "THU";
}
.CalendarMonth__header_label:nth-child(6):before {
  content: "FRI";
}
.CalendarMonth__header_label:last-child:before {
  content: "SAT";
}
.CalendarMonth__row {
  border-color: #414042 !important;
}

.CalendarGridDay {
  border-color: #414042 !important;
}
.CalendarGridDay__header {
  padding: 2rem 2rem 0 2rem !important;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #414042 !important;
  background-color: transparent !important;
  border-bottom: none !important;
}
.CalendarGridDay.CalendarGridDay--current-month .CalendarGridDay__header {
  color: #292929 !important;
}
.CalendarGridDay__content {
  padding: 0 2rem 2rem 2rem !important;
}
.CalendarGridDay.CalendarGridDay--current-day {
  background: #246B73;
}
.CalendarGridDay.CalendarGridDay--current-day > .CalendarGridDay__header {
  color: #ffffff !important;
}
.CalendarGridDay.CalendarGridDay--current-day .CalendarGridDayEvent a {
  color: #ffffff !important;
}
.CalendarGridDay.CalendarGridDay--current-day .CalendarGridDayEvent a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.CalendarGridDayEvent {
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  border-top: none !important;
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}
.CalendarGridDayEvent a {
  color: #292929 !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.CalendarGridDayEvent a:hover {
  text-decoration: none !important;
  color: #246B73 !important;
}

.CalendarMonth__content + .CalendarMonthNavigation {
  display: none;
}

.event-excerpt {
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .event-excerpt {
    width: calc((100% - 4rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .event-excerpt {
    width: calc((100% - 8rem) / 3);
  }
}

.event-list-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
.event-list-footer .event-list-index {
  width: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 2rem 0;
  padding: 0;
  vertical-align: top;
}
.event-list-footer .event-list-pagination {
  width: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 2rem 0;
  padding: 0;
  vertical-align: top;
}
.event-list-footer .event-list-pagination a, .event-list-footer .event-list-pagination span {
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  vertical-align: top;
}

/* Column
----------------------------------------------------------------- */
.column {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

/* Image Carousel
----------------------------------------------------------------- */
.image-carousel {
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0;
}
@media only screen and (min-width: 840px) {
  .image-carousel {
    padding: 0 7.1428571429vw;
  }
}
.image-carousel__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  padding: 0 calc(7.1428571429vw + 2rem);
  overflow: hidden;
}
@media only screen and (min-width: 840px) {
  .image-carousel__list {
    width: calc(100% - 4rem);
    margin: 0 2rem;
    padding: 0;
    border-radius: 0.5rem;
  }
}
.image-carousel__list-item {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.4rem;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (min-width: 840px) {
  .image-carousel__list-item {
    aspect-ratio: 3/2;
    border-radius: 0;
  }
}
.image-carousel__list-item__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
  background: rgba(41, 41, 41, 0.5);
}
.image-carousel__scroller {
  position: relative;
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 2rem 2rem 0 2rem;
  overflow: hidden;
}
.image-carousel__indices {
  width: auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 1rem;
}
@media only screen and (min-width: 840px) {
  .image-carousel__indices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.image-carousel__indices-item {
  width: 10rem;
  aspect-ratio: 1/1;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  vertical-align: top;
  cursor: pointer;
}

/* Link Tiles
----------------------------------------------------------------- */
.link-tiles {
  width: 100%;
  padding: 7.1428571429vw;
}
.link-tiles__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 2rem 0 2rem;
}
.link-tiles__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 0.5rem solid #F5F5F0;
  border-radius: 0.5rem;
  vertical-align: top;
}
@media (min-width: 640px) {
  .link-tiles__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .link-tiles__item {
    width: calc((100% - 4rem) / 3);
  }
}
@media only screen and (min-width: 1280px) {
  .link-tiles__item {
    width: calc((100% - 6rem) / 4);
  }
}
.link-tiles__item-thumb {
  width: 100%;
  aspect-ratio: 3/2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.link-tiles__item-content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2rem 0 4rem 0;
}
.link-tiles__item-content .text-button {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin: 0;
}

/* Newsletter Feature
----------------------------------------------------------------- */
.newsletter-feature {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -8rem 0;
  padding: 7rem 7.1428571429vw 14rem 7.1428571429vw;
}
.newsletter-feature:before, .newsletter-feature:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.newsletter-feature:before {
  background-image: url("../images/blur-bg.jpg");
}
.newsletter-feature:after {
  background-image: url("../images/noise.jpg");
  mix-blend-mode: multiply;
  opacity: 0.14;
}
.newsletter-feature__header {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 2rem 0;
  vertical-align: top;
  z-index: 1;
}
@media only screen and (min-width: 840px) {
  .newsletter-feature__header {
    width: 50%;
    padding: 0 7.1428571429vw 0 0;
  }
}
.newsletter-feature__header h5 {
  position: relative;
  padding: 2rem 2rem 0 7rem;
  z-index: 0;
}
.newsletter-feature__header h5:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  left: 3rem;
  background: rgba(180, 200, 205, 0.3);
  border-radius: 50%;
  z-index: -1;
}
.newsletter-feature__header h5 .icon-headphones {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 2rem;
}
.newsletter-feature__content {
  position: relative;
  width: calc(100% - 4rem);
  display: inline-block;
  margin: 2rem;
  padding: 3rem 7rem 1rem 1rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.75);
  vertical-align: top;
  z-index: 1;
}
@media only screen and (min-width: 840px) {
  .newsletter-feature__content {
    width: calc(50% - 4rem);
  }
}
.newsletter-feature__content h3 {
  color: #292929 !important;
}
.newsletter-feature__content-cta {
  position: absolute;
  width: 4rem;
  height: 4rem;
  bottom: 3rem;
  right: 3rem;
  cursor: pointer;
  z-index: 0;
}
.newsletter-feature__content-cta:before, .newsletter-feature__content-cta:after {
  content: "";
  position: absolute;
}
.newsletter-feature__content-cta:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #F9AC1A;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.newsletter-feature__content-cta:after {
  width: 2rem;
  height: 2rem;
  top: 1rem;
  left: 1rem;
  background-image: url("../images/n-out-arrow-k.svg");
}
.newsletter-feature__content-cta:hover:before {
  width: 6rem;
  height: 6rem;
  top: -1rem;
  left: -1rem;
}
.newsletter-feature__top-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  top: -0.1rem;
  left: -0.1rem;
  fill: #ffffff;
  z-index: 1;
}

/* Page Portals
----------------------------------------------------------------- */
.portals {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 4rem 0;
  padding: 0 7.1428571429vw;
}
@media only screen and (min-width: 840px) {
  .portals {
    margin: 0 0 8rem 0;
  }
}
.portals__item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 6rem 0;
  padding: 0 2rem;
  vertical-align: top;
  z-index: 0;
}
@media only screen and (min-width: 840px) {
  .portals__item {
    width: 50%;
    margin: 0 0 4rem 0;
    padding: 8rem 2rem 0 2rem;
  }
  .portals__item:nth-child(even) {
    margin: 4rem 0 0 0;
  }
}
.portals__item:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: calc(100% - 8rem);
  bottom: 0;
  right: 2rem;
  border-radius: 0.5rem;
  background: #F5F5F0;
  z-index: -1;
}
@media only screen and (min-width: 840px) {
  .portals__item:before {
    width: calc(100% - 10rem);
  }
}
.portals__item-bg {
  position: relative;
  width: calc(100% - 8rem);
  aspect-ratio: 3/2;
  display: inline-block;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .portals__item-bg {
    width: calc(21.4285714286vw - 4rem);
    aspect-ratio: 4/5;
    margin: -8rem 0 4rem 0;
  }
}
.portals__item-content {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 4rem 2rem 2rem 2rem;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .portals__item-content {
    width: calc(100% - (21.4285714286vw - 4rem));
    min-height: 100%;
    padding: 4rem 2rem 8rem 2rem;
  }
}
.portals__item-button {
  position: absolute;
  bottom: -2rem;
  right: calc(50% - 2rem);
  padding: 0.5rem;
  border-radius: 50%;
  background: #F9AC1A;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 840px) {
  .portals__item-button {
    bottom: 2rem;
    right: 2rem;
  }
}
.portals__item-button svg {
  width: 3rem;
  margin: 0.7rem 0;
}
.portals__item:hover .portals__item-bg {
  border-radius: 42.8571428571vw 42.8571428571vw 0.5rem 0.5rem;
}
@media only screen and (min-width: 840px) {
  .portals__item:hover .portals__item-bg {
    border-radius: 10.7142857143vw 10.7142857143vw 0.5rem 0.5rem;
  }
}
.portals__item:hover .portals__item-button {
  right: calc(50% - 3rem);
}
@media only screen and (min-width: 840px) {
  .portals__item:hover .portals__item-button {
    right: 1rem;
  }
}

/* Post Feed
----------------------------------------------------------------- */
.post-feed {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw 4rem 7.1428571429vw;
  z-index: 0;
}
.post-feed__header {
  width: 100%;
  text-align: center;
  padding: 0 0 2rem 0;
}
.post-feed__filters {
  width: 100%;
  padding: 0 1rem 6rem 1rem;
  text-align: center;
}
.post-feed__filters .column {
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}
.post-feed__filters .input-wrap,
.post-feed__filters .select-wrap {
  width: 100%;
  margin: 0;
}
.post-feed__list, .post-feed__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-feed__list-item, .post-feed__search-item {
  width: 100%;
  display: inline-block;
  margin: 0 0 4rem 0;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 600px) {
  .post-feed__list-item, .post-feed__search-item {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .post-feed__list-item, .post-feed__search-item {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .post-feed__list-item, .post-feed__search-item {
    width: 20%;
  }
}
.post-feed__search {
  display: none;
}
.post-feed[data-state=search] .post-feed__list,
.post-feed[data-state=search] .post-feed__pagination {
  display: none;
}
.post-feed[data-state=search] .post-feed__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-feed__pagination {
  position: relative;
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: nowrap;
          flex-direction: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2rem 4rem 2rem;
  padding: 2rem 0;
}
.post-feed__pagination:before, .post-feed__pagination:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  left: 0;
  background: #292929;
}
.post-feed__pagination:before {
  top: 0;
}
.post-feed__pagination:after {
  bottom: 0;
}
.post-feed__pagination-list {
  width: auto;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.post-feed__pagination-list__item {
  width: auto;
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #F9AC1A;
  vertical-align: top;
}
.post-feed__pagination-list__item a {
  color: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-feed__pagination-list__item a:hover {
  color: #246B73;
}
.post-feed__pagination > span {
  color: #292929;
  opacity: 0.33;
}
.post-feed__pagination > a {
  color: #292929;
  cursor: pointer;
}
.post-feed__pagination > a:hover {
  color: #246B73;
}
body.spanish .post-feed__pagination > a:hover {
  color: #3C7E5B;
}
.post-feed__pagination-previous, .post-feed__pagination-next {
  width: 11rem;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.post-feed__pagination-previous:before, .post-feed__pagination-next:after {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 2rem;
  line-height: 2rem;
  color: inherit;
  vertical-align: top;
}
.post-feed__pagination-previous {
  text-align: left;
}
.post-feed__pagination-previous:before {
  content: "\e408";
}
.post-feed__pagination-next {
  text-align: right;
}
.post-feed__pagination-next:after {
  content: "\e409";
}
.post-feed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(80% - 7.638889vw + 0.2rem);
  bottom: calc(1.388889vw - 0.2rem);
  left: 0;
  background: #F5F5F0;
  z-index: -1;
}
.post-feed__top-wave, .post-feed__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  left: -0.1rem;
  fill: #F5F5F0;
  z-index: -1;
}
.post-feed__top-wave {
  top: 20%;
}
.post-feed__bottom-wave {
  bottom: 0;
}

/* Row
----------------------------------------------------------------- */
.row {
  width: 100%;
  padding: 0 7.1428571429vw 8rem 7.1428571429vw;
}

/* Single Image
----------------------------------------------------------------- */
.image-block {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
  overflow: hidden;
}
.image-block a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.image-block .image-crop {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-block.has-lightbox {
  cursor: pointer;
}
.image-block img {
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.fill-image {
  position: relative;
  width: 100%;
  height: calc(100% - 2rem);
  display: block;
  margin: 0 0 2rem 0;
  padding: 66.666667% 0 0 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 840px) {
  .fill-image {
    padding: 50% 0 0 0;
  }
}

/* Split Content
----------------------------------------------------------------- */
.split-content {
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
}
@media only screen and (min-width: 1080px) {
  .split-content {
    padding: 0 14.2857142857vw;
  }
}
.split-content__header {
  width: 100%;
}
.split-content__content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 840px) {
  .split-content__content {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.split-content__content-divider {
  position: absolute;
  width: 3rem;
  height: 100%;
  display: none;
  top: 0;
  left: calc(50% - 1.5rem);
}
@media only screen and (min-width: 840px) {
  .split-content__content-divider {
    display: block;
  }
}
.split-content__content-divider:before, .split-content__content-divider:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: calc(50% - 2rem);
  left: calc(50% - 0.05rem);
  background: #292929;
}
.split-content__content-divider:before {
  top: 0;
}
.split-content__content-divider:after {
  bottom: 0;
}
.split-content__content-divider svg {
  position: absolute;
  width: 3rem;
  top: calc(50% - 1.5rem);
  left: 0;
  fill: #F9AC1A;
}

/* Staff Members
----------------------------------------------------------------- */
.staff-members {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
  text-align: center;
  z-index: 0;
}
.staff-members__header {
  position: relative;
  width: 100%;
  padding: 6rem 0 3rem 0;
  z-index: 0;
}
.staff-members__header:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background: #B4C8CD;
  z-index: 0;
}
.staff-members__header .icon-camera {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: calc(50% - 2rem);
  z-index: 1;
}
.staff-members__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 2rem;
  padding: 0 2rem;
}
.staff-members__item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .staff-members__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .staff-members__item {
    width: calc((100% - 4rem) / 3);
  }
}
@media only screen and (min-width: 1280px) {
  .staff-members__item {
    width: calc((100% - 6rem) / 4);
  }
}
.staff-members__item-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 2rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.staff-members__item-content {
  width: 100%;
}
.staff-members__item-content h3 {
  margin: 0 0 1rem 0;
}
.staff-members__item-content h6 {
  margin: 0;
}
.staff-members__item-links {
  width: auto;
  display: inline-block;
  padding: 2rem 1.5rem 0 1.5rem;
  vertical-align: top;
}
.staff-members__item-button {
  width: auto;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.9rem;
  font-size: 0;
  line-height: 0;
  border: 0.1rem solid #246B73;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.staff-members__item-button svg {
  width: 2rem;
  fill: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.staff-members__item-button:hover {
  border-color: #246B73;
}
.staff-members__item-button:hover svg {
  fill: #246B73;
}
.staff-members__window {
  position: absolute;
  width: 42.8571428571vw;
  top: 0;
  left: 28.5714285714%;
  fill: #F5F5F0;
  opacity: 0.5;
  z-index: -1;
}

/* Tabs
----------------------------------------------------------------- */
.tabs {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
  z-index: 0;
}
@media only screen and (min-width: 1080px) {
  .tabs {
    padding: 0 14.2857142857vw;
  }
}
.tabs__header {
  width: 100%;
  margin: 0 0 4rem 0;
}
.tabs__scrollable {
  position: relative;
  width: calc(100% - 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 2rem;
  border-left: 0.1rem solid #292929;
  border-right: 0.1rem solid #292929;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 2;
}
.tabs__toggles {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-top: 0.1rem solid #292929;
  border-bottom: 0.1rem solid #292929;
}
.tabs__toggles-item {
  width: auto;
  display: inline-block;
  padding: 2rem 3rem 1.6rem 3rem;
  font-family: "Spectral", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -0.04em;
  font-weight: 600;
  white-space: nowrap;
  color: #246B73;
  border-bottom: 0.4rem solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
.tabs__toggles-item:not(:last-child) {
  border-right: 0.1rem solid #292929;
}
.tabs__toggles-item:hover {
  border-bottom-color: #246B73;
}
.tabs__toggles-item.active {
  border-bottom-color: #17A6AE;
}
.tabs__item {
  position: relative;
  width: calc(100% - 4rem);
  display: none;
  margin: 0 2rem;
  padding: 6rem 5.9rem 5.9rem 5.9rem;
  border-width: 0 0.1rem 0.1rem 0.1rem;
  border-style: solid;
  border-color: #292929;
  -webkit-transition: 0.6s ease 0.3s;
  transition: 0.6s ease 0.3s;
  overflow: hidden;
  z-index: 1;
}
.tabs__item *:last-child {
  margin: 0;
}

/* Text Block
----------------------------------------------------------------- */
.templatecontent {
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
}
@media only screen and (min-width: 1080px) {
  .templatecontent {
    padding: 0 14.2857142857vw;
  }
}

/* Video Carousel
----------------------------------------------------------------- */
.video-carousel {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 0 6rem 0;
  text-align: center;
  z-index: 0;
}
.video-carousel__header {
  position: relative;
  width: 100%;
  padding: 12rem 7.1428571429vw 3rem 7.1428571429vw;
}
.video-carousel__header:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 6rem;
  left: 50%;
  border-radius: 50%;
  background: #F3DCB1;
  z-index: 1;
}
.video-carousel__header .icon-video-camera {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 6rem;
  left: calc(50% - 2rem);
  z-index: 2;
}
.video-carousel__content {
  position: relative;
  width: 100%;
  margin: 0 0 6rem 0;
  padding: 0 7.1428571429vw;
  text-align: left;
}
.video-carousel__content .carousel-controls {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: calc(50% - 1.5rem);
  left: 0;
  padding: 0 1rem;
  pointer-events: none;
}
.video-carousel__content .carousel-controls > span {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  padding: 0.4rem;
  border-radius: 50%;
  border: 0.1rem solid #292929;
  background: #ffffff;
  vertical-align: top;
  pointer-events: initial;
  cursor: pointer;
  overflow: hidden;
}
.video-carousel__content .carousel-controls > span:before, .video-carousel__content .carousel-controls > span:after {
  content: "\e941";
  position: absolute;
  top: 0.4rem;
  font-family: "Material Symbols Rounded";
  font-size: 3rem;
  line-height: 3rem;
  color: #292929;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-carousel__content .carousel-controls > span:before {
  left: -3.4rem;
}
.video-carousel__content .carousel-controls > span:after {
  right: 0.4rem;
}
.video-carousel__content .carousel-controls > span:hover:before {
  left: 0.4rem;
}
.video-carousel__content .carousel-controls > span:hover:after {
  right: -3.4rem;
}
.video-carousel__content .carousel-controls > span.prev-slide {
  rotate: 180deg;
}
.video-carousel__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.video-carousel__list-item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 840px) {
  .video-carousel__list-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1080px) {
  .video-carousel__list-item {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .video-carousel__list-item {
    width: 25%;
  }
}
.video-carousel__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 0 7.1428571429vw;
}
.video-carousel__navigation {
  width: auto;
  display: inline-block;
  padding: 0 1rem;
  vertical-align: top;
}
.video-carousel__navigation-item {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin: 0 1rem;
  border-radius: 50%;
  background: #246B73;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
.video-carousel__navigation-item:hover, .video-carousel__navigation-item.active {
  opacity: 1;
}
.video-carousel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 2.777778vw + 0.2rem);
  bottom: calc(1.388889vw - 0.2rem);
  left: 0;
  background: #F5F5F0;
  z-index: -1;
}
.video-carousel__top-wave, .video-carousel__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  left: -0.1rem;
  fill: #F5F5F0;
  z-index: -1;
}
.video-carousel__top-wave {
  top: 0;
}
.video-carousel__bottom-wave {
  bottom: 0;
}

/* Video
----------------------------------------------------------------- */
.video-block {
  position: relative;
  width: 100%;
  margin: 0 0 2rem 0;
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 1080px) {
  .video-embed {
    width: calc(71.4285714286vw - 4rem);
    margin: 0 auto;
  }
}
.video-embed iframe, .video-embed video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
}
.video-embed .wp-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Templates Index
----------------------------------------------------------------- */
/* 404
----------------------------------------------------------------- */
/* Admin 
----------------------------------------------------------------- */
.admin-default {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
}
.admin-default__content {
  position: relative;
  width: 100%;
  padding: 8rem 7.1428571429vw;
  z-index: 0;
}
@media only screen and (min-width: 840px) {
  .admin-default__content {
    padding: 8rem 7.1428571429vw 10rem 7.1428571429vw;
  }
}
.admin-default__content:before, .admin-default__content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.admin-default__content:before {
  background-image: url("https://assets.speakcdn.com/assets/2974/blur_background_lent1.jpg");
}
.admin-default__content:after {
  background-image: url("../images/noise.jpg");
  mix-blend-mode: multiply;
  opacity: 0.14;
}
.admin-default__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  bottom: -0.1rem;
  left: -0.1rem;
  fill: #ffffff;
}
.admin-default__navs {
  width: 100%;
  padding: 2rem 7.1428571429vw 0 7.1428571429vw;
}

/* Blog
----------------------------------------------------------------- */
.blog-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 7.1428571429vw 8rem 7.1428571429vw;
}
.blog-list__item {
  width: 100%;
  display: inline-block;
  margin: 0 0 4rem 0;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 600px) {
  .blog-list__item {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .blog-list__item {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-list__item {
    width: 20%;
  }
}

.excerpt-post {
  width: 100%;
}
.excerpt-post__thumb {
  position: relative;
  width: calc(100% - 4rem);
  aspect-ratio: 3/2;
  margin: 0 2rem 2rem 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.excerpt-post__thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
  z-index: 1;
}
.excerpt-post__icon {
  position: absolute;
  width: 5rem;
  height: 5rem;
  bottom: -1rem;
  right: 1rem;
  padding: 1rem;
  border-radius: 50%;
  z-index: 2;
}
.excerpt-post__icon.teal {
  background: #B1DADF;
}
.excerpt-post__icon.blue {
  background: #B4C8CD;
}
.excerpt-post__icon.yellow {
  background: #F3DCB1;
}
.excerpt-post__icon.orange {
  background: #F1B688;
}
.excerpt-post__icon [class*=icon-] {
  width: 3rem;
  height: 3rem;
}
.excerpt-post:hover .excerpt-post__thumb {
  border-radius: 42.8571428571vw 42.8571428571vw 0 0;
}
@media (min-width: 600px) {
  .excerpt-post:hover .excerpt-post__thumb {
    border-radius: 21.4285714286vw 21.4285714286vw 0 0;
  }
}
@media (min-width: 960px) {
  .excerpt-post:hover .excerpt-post__thumb {
    border-radius: 14.2857142857vw 14.2857142857vw 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .excerpt-post:hover .excerpt-post__thumb {
    border-radius: 8.5714285714vw 8.5714285714vw 0 0;
  }
}

.excerpt-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.excerpt-video__thumb {
  position: relative;
  width: calc(100% - 4rem);
  aspect-ratio: 3/2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 2rem 2rem 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  overflow: hidden;
}
.excerpt-video__thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.excerpt-video__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.excerpt-video__content h4 {
  margin: 0 0 2rem 0;
}
.excerpt-video__content h5 {
  position: relative;
  margin: auto 0 0 0;
  padding: 0.5rem 2rem 0.5rem 6rem;
  z-index: 0;
}
.excerpt-video__content h5 .icon-play-arrow {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 2rem;
  z-index: -1;
}
.excerpt-video__content h5:before, .excerpt-video__content h5:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.excerpt-video__content h5:before {
  width: 1.5rem;
  height: 1.5rem;
  bottom: 0;
  left: 3.5rem;
  border-radius: 50%;
  background: #B4C8CD;
}
.excerpt-video__content h5:after {
  width: calc(100% - 8rem);
  height: 0.2rem;
  bottom: 0;
  left: 6rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}

.featured-category {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8rem 0;
  z-index: 0;
}
.featured-category__header {
  width: 100%;
  padding: 0 7.1428571429vw 3rem 7.1428571429vw;
}
.featured-category__header h2 {
  position: relative;
  z-index: 0;
}
.featured-category__header h2:before {
  content: "";
  position: absolute;
  width: clamp(2.5rem, 3.5vw, 3rem);
  height: clamp(2.5rem, 3.5vw, 3rem);
  top: 0;
  left: 2rem;
  border-radius: 50%;
  background: #B4C8CD;
  z-index: -1;
}
.featured-category__header .icon-church {
  width: clamp(3.5rem, 7vw, 5rem);
  height: clamp(3.5rem, 7vw, 5rem);
  display: inline-block;
  margin: 0.5rem 1rem 0.5rem 0;
  vertical-align: top;
}
.featured-category__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  padding: 0 calc(7.1428571429vw + 2rem);
  overflow: hidden;
}
.featured-category__item {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 840px) {
  .featured-category__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .featured-category__item {
    width: calc((100% - 4rem) / 3);
  }
}
.featured-category__item-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.featured-category__item-icon {
  position: absolute;
  width: 9rem;
  height: 9rem;
  padding: 2rem;
  bottom: -3rem;
  right: 2rem;
  border-radius: 50%;
}
.featured-category__item-icon.teal {
  background: #B1DADF;
}
.featured-category__item-icon.blue {
  background: #B4C8CD;
}
.featured-category__item-icon.yellow {
  background: #F3DCB1;
}
.featured-category__item-icon.orange {
  background: #F1B688;
}
.featured-category__item-icon [class*=icon-] {
  width: 5rem;
  height: 5rem;
}
.featured-category__item-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 4rem 0 8rem 0;
  background: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
}
.featured-category__item-content h5:first-child {
  position: relative;
  padding-bottom: 1rem;
}
.featured-category__item-content h5:first-child:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: 0;
  left: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.featured-category__item-content .text-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  margin: 0;
}
.featured-category__item:hover .featured-category__item-thumb {
  border-radius: 42.8571428571vw 42.8571428571vw 0 0;
}
@media only screen and (min-width: 840px) {
  .featured-category__item:hover .featured-category__item-thumb {
    border-radius: 21.4285714286vw 21.4285714286vw 0 0;
  }
}
@media only screen and (min-width: 1080px) {
  .featured-category__item:hover .featured-category__item-thumb {
    border-radius: 14.2857142857vw 14.2857142857vw 0 0;
  }
}
.featured-category .carousel-controls {
  padding-top: 4rem;
}
.featured-category .carousel-controls .button {
  margin: 0 0 0 1rem;
}
.featured-category:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(75% - 7.638889vw + 0.2rem);
  bottom: calc(1.388889vw - 0.2rem);
  left: 0;
  background: #F5F5F0;
  z-index: -1;
}
.featured-category__top-wave, .featured-category__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  left: -0.1rem;
  fill: #F5F5F0;
  z-index: -1;
}
.featured-category__top-wave {
  top: 25%;
}
.featured-category__bottom-wave {
  bottom: 0;
}
.featured-category__star {
  position: absolute;
  width: 7rem;
  left: calc(50% - 3.5rem);
  bottom: -3rem;
  fill: #F3DCB1;
  z-index: 0;
}
@media only screen and (max-width: 839px) {
  .featured-category__star {
    display: none;
  }
}

.featured-post {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
  z-index: 0;
}
@media only screen and (min-width: 840px) {
  .featured-post {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.featured-post__header {
  width: 100%;
  padding: 0 7.1428571429vw 3rem 7.1428571429vw;
}
.featured-post__header h2 {
  position: relative;
  z-index: 0;
}
.featured-post__header h2:before {
  content: "";
  position: absolute;
  width: clamp(2.5rem, 3.5vw, 3rem);
  height: clamp(2.5rem, 3.5vw, 3rem);
  top: 0;
  left: 2rem;
  border-radius: 50%;
  background: #B4C8CD;
  z-index: -1;
}
.featured-post__header .icon-church {
  width: clamp(3.5rem, 7vw, 5rem);
  height: clamp(3.5rem, 7vw, 5rem);
  display: inline-block;
  margin: 0.5rem 1rem 0.5rem 0;
  vertical-align: top;
}
.featured-post__window {
  position: absolute;
  width: 42.8571428571vw;
  top: -4rem;
  left: 14.2857142857vw;
  fill: #F5F5F0;
  opacity: 0.49;
  z-index: -1;
}
.featured-post__thumb {
  position: relative;
  width: calc(100% - 4rem);
  aspect-ratio: 3/2;
  display: inline-block;
  margin: 0 2rem 4rem 2rem;
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .featured-post__thumb {
    width: calc(50% - 4rem);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1080px) {
  .featured-post__thumb {
    width: calc(50vw - 4rem);
  }
}
.featured-post__content {
  width: 100%;
  margin: 0 0 4rem 0;
}
.featured-post__content .text-button {
  float: right;
}
@media only screen and (min-width: 840px) {
  .featured-post__content {
    width: 50%;
    padding: 0 7.1428571429vw 0 0;
  }
}
@media only screen and (min-width: 1080px) {
  .featured-post__content {
    width: 35.7142857143vw;
  }
}

.featured-posts {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8rem 0;
  padding: 0 0 4rem 0;
  z-index: 0;
}
.featured-posts__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  padding: 0 calc(7.1428571429vw + 2rem);
  overflow: hidden;
}
.featured-posts__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (min-width: 840px) {
  .featured-posts__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media only screen and (min-width: 1080px) {
  .featured-posts__item {
    width: calc((100% - 4rem) / 3);
  }
}
.featured-posts__item-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem 0.5rem 0 0;
  z-index: 2;
}
.featured-posts__item-icon {
  position: absolute;
  width: 9rem;
  height: 9rem;
  padding: 2rem;
  bottom: -3rem;
  right: 2rem;
  border-radius: 50%;
}
.featured-posts__item-icon.teal {
  background: #B1DADF;
}
.featured-posts__item-icon.blue {
  background: #B4C8CD;
}
.featured-posts__item-icon.yellow {
  background: #F3DCB1;
}
.featured-posts__item-icon.orange {
  background: #F1B688;
}
.featured-posts__item-icon [class*=icon-] {
  width: 5rem;
  height: 5rem;
}
.featured-posts__item-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2rem 0 8rem 0;
  background: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
}
.featured-posts__item-content h5:first-child {
  position: relative;
  padding-bottom: 1rem;
}
.featured-posts__item-content h5:first-child:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: 0;
  left: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.featured-posts__item-content .text-button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  margin: 0;
}
.featured-posts__item h5.teal-text::after {
  display: none;
}
.featured-posts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(90% - 7.638889vw + 0.2rem);
  bottom: calc(1.388889vw - 0.2rem);
  left: 0;
  background: #F5F5F0;
  z-index: -1;
}
.featured-posts__top-wave, .featured-posts__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  left: -0.1rem;
  fill: #F5F5F0;
  z-index: -1;
}
.featured-posts__top-wave {
  top: 10%;
}
.featured-posts__bottom-wave {
  bottom: 0;
}

.hero-post {
  position: relative;
  width: 100%;
  padding: 4rem 1rem 0 1rem;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .hero-post {
    padding: 4rem 7.1428571429vw 0 7.1428571429vw;
  }
}
.hero-post:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.hero-post__socials {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 4rem 1.5rem;
  vertical-align: top;
  z-index: 1;
}
.hero-post__socials .social-navigation > ul {
  padding: 0;
}
.hero-post h1, .hero-post h5 {
  position: relative;
  z-index: 1;
}
.hero-post__thumb {
  position: relative;
  width: calc(100% + 2rem);
  aspect-ratio: 1/1;
  margin: 4rem -1rem 0 -1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 840px) {
  .hero-post__thumb {
    width: calc(100% - 4rem);
    aspect-ratio: 2/1;
    margin: 4rem 2rem 0 2rem;
  }
}
@media only screen and (min-width: 1080px) {
  .hero-post__thumb {
    aspect-ratio: 3/1;
  }
}
.hero-post__window {
  position: absolute;
  width: 42.8571428571vw;
  top: 8rem;
  left: -7.1428571429vw;
  fill: #F5F5F0;
  opacity: 0.5;
  z-index: 0;
}

.recent-posts {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
}
.recent-posts .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1080px) {
  .recent-posts .inner-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.recent-posts__header {
  width: 100%;
  margin: 0 0 2rem 0;
}
.recent-posts__featured {
  width: 100%;
  display: inline-block;
  margin: 0 0 4rem 0;
  vertical-align: top;
}
@media only screen and (min-width: 1080px) {
  .recent-posts__featured {
    width: 50vw;
    margin: 0;
    padding: 0 7.1428571429vw 0 0;
  }
}
.recent-posts__featured-thumb {
  width: calc(100% - 4rem);
  aspect-ratio: 3/2;
  margin: 0 2rem 2rem 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}
.recent-posts__featured-content {
  width: 100%;
}
.recent-posts__featured-content h5 {
  position: relative;
  padding-bottom: 1rem;
}
.recent-posts__featured-content h5:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: 0;
  left: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.recent-posts__featured h5.teal-text::after {
  display: none;
}
.recent-posts__list {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 1080px) {
  .recent-posts__list {
    width: 35.7142857143vw;
  }
}
.recent-posts__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 4rem 0;
  padding: 0 0 0 2rem;
}
.recent-posts__item-thumb {
  width: 11rem;
  height: 11rem;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  vertical-align: top;
}
.recent-posts__item-content {
  width: calc(100% - 11rem);
  display: inline-block;
  visibility: top;
}
.recent-posts__item-content h4 {
  margin: 0;
}
.recent-posts__window {
  position: absolute;
  width: 42.8571428571vw;
  top: -16rem;
  right: -7.1428571429vw;
  fill: #F5F5F0;
  opacity: 0.5;
  z-index: -1;
}

.blog .post-body {
  position: relative;
  width: 100%;
  padding: 4rem 7.1428571429vw 8rem 7.1428571429vw;
  text-align: left;
}
@media only screen and (min-width: 840px) {
  .blog .post-body {
    width: 85.7142857143vw;
    margin: 0 auto;
    padding: 4rem 0 8rem 0;
  }
}
@media only screen and (min-width: 1080px) {
  .blog .post-body {
    width: 71.4285714286vw;
    padding: 8rem 0;
  }
}
.blog .post-body:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 100%;
  top: 0;
  left: 2rem;
  background: #ffffff;
  z-index: -1;
}

.post-footer {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 4rem 1.5rem 8rem 1.5rem;
  vertical-align: top;
}
.post-footer:before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 0.2rem;
  top: 0;
  left: calc(50% - 5rem);
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.post-footer .social-navigation > ul {
  padding: 0;
}

.related-posts {
  width: 100%;
  margin: 0 0 8rem 0;
}
.related-posts__header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 7.1428571429vw 0 7.1428571429vw;
}
.related-posts__header h3 {
  color: #292929;
}
.related-posts__header:after {
  content: "";
  position: absolute;
  width: calc(85.7142857143vw - 4rem);
  height: 0.1rem;
  top: 0;
  left: calc(7.1428571429vw + 2rem);
  background: #292929;
}
.related-posts__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 7.1428571429vw;
  overflow: hidden;
}
.related-posts__list-item {
  width: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 600px) {
  .related-posts__list-item {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .related-posts__list-item {
    width: 33.333334%;
  }
}
@media only screen and (min-width: 1280px) {
  .related-posts__list-item {
    width: 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .related-posts .carousel-controls {
    display: none;
  }
}

/* Calendar
----------------------------------------------------------------- */
.upcoming-events {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8rem 0;
  z-index: 0;
}
.upcoming-events__header {
  width: 100%;
  padding: 0 7.1428571429vw;
}
.upcoming-events__header h2 {
  position: relative;
  z-index: 0;
}
.upcoming-events__header h2:before {
  content: "";
  position: absolute;
  width: clamp(2.5rem, 3.5vw, 3rem);
  height: clamp(2.5rem, 3.5vw, 3rem);
  top: 0;
  left: 2rem;
  border-radius: 50%;
  background: #B4C8CD;
  z-index: -1;
}
.upcoming-events__header .icon-church {
  width: clamp(3.5rem, 7vw, 5rem);
  height: clamp(3.5rem, 7vw, 5rem);
  display: inline-block;
  margin: 0.5rem 1rem 0.5rem 0;
  vertical-align: top;
}
.upcoming-events__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  padding: 0 calc(7.1428571429vw + 2rem);
  overflow: hidden;
}
.upcoming-events__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0.5rem;
}
.upcoming-events__item:first-child {
  padding: 1.9rem;
  border: 0.1rem solid #c2ead5;
}
.upcoming-events__item:not(:first-child) {
  padding: 2rem;
  background: #c2ead5;
}
@media only screen and (min-width: 840px) {
  .upcoming-events__item {
    width: calc((100% - 4rem) / 3);
  }
  .upcoming-events__item:first-child {
    width: calc((100% - 2rem) / 2);
  }
  .upcoming-events__item:not(:first-child) .upcoming-events__item-thumb {
    aspect-ratio: 1/1;
  }
}
@media only screen and (min-width: 1280px) {
  .upcoming-events__item {
    width: calc((100% - 6rem) / 4);
  }
  .upcoming-events__item:first-child {
    width: calc((100% - 2rem) / 2);
  }
}
.upcoming-events__item-thumb {
  width: 100%;
  aspect-ratio: 3/2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}
.upcoming-events__item-content {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2rem 0 5rem 0;
}
.upcoming-events__item-content h4, .upcoming-events__item-content h5 {
  padding: 0;
}
.upcoming-events__item-content h6.address {
  position: relative;
  padding: 0.5rem 0 0 3.5rem;
}
.upcoming-events__item-content h6.address .icon-pin {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 0;
}
.upcoming-events__item-content .text-button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.upcoming-events .carousel-controls {
  padding-top: 4rem;
}

.upcoming-hours {
  position: relative;
  width: 100%;
  min-height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 8rem 0;
  padding: calc((100% - 2rem) / 2 + 4rem) 7.1428571429vw;
  text-align: center;
  z-index: 0;
}
@media only screen and (min-width: 840px) {
  .upcoming-hours {
    padding: calc((100% - 2rem) / 2 * 0.666667 + 4rem) 7.1428571429vw;
  }
}
@media only screen and (min-width: 1080px) {
  .upcoming-hours {
    padding: 0 21.4285714286vw;
  }
}
@media only screen and (min-width: 1280px) {
  .upcoming-hours {
    padding: 0 28.5714285714vw;
  }
}
.upcoming-hours h2 {
  margin: 0 0 4rem 0;
}
.upcoming-hours__days {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 1080px) {
  .upcoming-hours__days {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.upcoming-hours__days-divider {
  position: absolute;
  width: 3rem;
  height: 100%;
  display: none;
  top: 0;
  left: calc(50% - 1.5rem);
}
@media only screen and (min-width: 1080px) {
  .upcoming-hours__days-divider {
    display: block;
  }
}
.upcoming-hours__days-divider:before, .upcoming-hours__days-divider:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: calc(50% - 2rem);
  left: calc(50% - 0.05rem);
  background: #292929;
}
.upcoming-hours__days-divider:before {
  top: 0;
}
.upcoming-hours__days-divider:after {
  bottom: 0;
}
.upcoming-hours__days-divider svg {
  position: absolute;
  width: 3rem;
  top: calc(50% - 1.5rem);
  left: 0;
  fill: #F9AC1A;
}
.upcoming-hours__days .text-button {
  width: 100%;
}
.upcoming-hours__day {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem;
}
.upcoming-hours__day .day {
  width: 100%;
  font-family: "Spectral", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -0.04em;
  color: #3C7E5B;
  padding: 0 1rem;
}
.upcoming-hours__events {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0.5rem 0;
  vertical-align: top;
}
.upcoming-hours__event {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.upcoming-hours__event .time,
.upcoming-hours__event .title {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.upcoming-hours__event .time {
  width: 9rem;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #CC481F;
  vertical-align: top;
}
.upcoming-hours__event .title {
  width: auto;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  vertical-align: top;
}
.upcoming-hours__image-left-one, .upcoming-hours__image-left-two, .upcoming-hours__image-left-three, .upcoming-hours__image-left-four, .upcoming-hours__image-right-one, .upcoming-hours__image-right-two, .upcoming-hours__image-right-three, .upcoming-hours__image-right-four {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.upcoming-hours__image-left-one, .upcoming-hours__image-left-four, .upcoming-hours__image-right-one, .upcoming-hours__image-right-four {
  width: calc((100% - 2rem) / 2);
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 840px) {
  .upcoming-hours__image-left-one, .upcoming-hours__image-left-four, .upcoming-hours__image-right-one, .upcoming-hours__image-right-four {
    aspect-ratio: 3/2;
  }
}
.upcoming-hours__image-left-one, .upcoming-hours__image-right-one {
  top: 0;
}
.upcoming-hours__image-left-one, .upcoming-hours__image-left-two, .upcoming-hours__image-left-three, .upcoming-hours__image-left-four {
  left: 0;
}
.upcoming-hours__image-left-four, .upcoming-hours__image-right-four {
  bottom: 0;
}
.upcoming-hours__image-right-one, .upcoming-hours__image-right-two, .upcoming-hours__image-right-three, .upcoming-hours__image-right-four {
  right: 0;
}
@media only screen and (min-width: 1080px) {
  .upcoming-hours__image-left-one, .upcoming-hours__image-left-two, .upcoming-hours__image-left-three, .upcoming-hours__image-left-four, .upcoming-hours__image-right-one, .upcoming-hours__image-right-two, .upcoming-hours__image-right-three, .upcoming-hours__image-right-four {
    width: 14.2857142857vw;
    height: calc((100% - 6rem) / 4);
  }
  .upcoming-hours__image-left-two, .upcoming-hours__image-right-two {
    top: calc((100% - 6rem) / 4 + 2rem);
  }
  .upcoming-hours__image-left-three, .upcoming-hours__image-right-three {
    bottom: calc((100% - 6rem) / 4 + 2rem);
  }
}
@media only screen and (min-width: 1280px) {
  .upcoming-hours__image-left-one, .upcoming-hours__image-left-two, .upcoming-hours__image-left-three, .upcoming-hours__image-left-four, .upcoming-hours__image-right-one, .upcoming-hours__image-right-two, .upcoming-hours__image-right-three, .upcoming-hours__image-right-four {
    aspect-ratio: initial;
  }
  .upcoming-hours__image-left-one {
    width: 17.8571428571vw;
    height: 25%;
    left: 3.5714285714vw;
    border-radius: 0.5rem;
  }
  .upcoming-hours__image-left-two {
    width: calc((28.5714285714vw - 4rem) / 2);
    height: 50%;
    top: 20%;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .upcoming-hours__image-left-three {
    width: calc((28.5714285714vw - 4rem) / 2);
    height: 33%;
    top: calc(25% + 2rem);
    bottom: initial;
    left: calc((28.5714285714vw - 4rem) / 2 + 2rem);
    border-radius: 0.5rem;
  }
  .upcoming-hours__image-right-one {
    width: calc((28.5714285714vw - 4rem) / 2);
    height: 28%;
    top: 10%;
    right: calc((28.5714285714vw - 4rem) / 2 + 2rem);
    border-radius: 0.5rem;
  }
  .upcoming-hours__image-right-two {
    width: calc((28.5714285714vw - 4rem) / 2);
    height: 70%;
    top: 0;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .upcoming-hours__image-right-three {
    width: 21.4285714286vw;
    height: 25%;
    top: calc(38% + 2rem);
    right: 3.5714285714vw;
    border-radius: 0.5rem;
  }
  .upcoming-hours__image-left-four, .upcoming-hours__image-right-four {
    width: calc(21.4285714286vw - 3rem);
    height: 25%;
    bottom: initial;
    top: calc(70% + 2rem);
    border-radius: 0.5rem;
  }
  .upcoming-hours__image-left-four {
    left: 3rem;
  }
  .upcoming-hours__image-right-four {
    right: 3rem;
  }
}
@media only screen and (max-width: 1079px) {
  .upcoming-hours__image-left-two, .upcoming-hours__image-left-three, .upcoming-hours__image-right-two, .upcoming-hours__image-right-three {
    display: none;
  }
}

/* Default
----------------------------------------------------------------- */
.hero-default {
  position: relative;
  width: 100%;
  margin: 0 0 8rem 0;
}
.hero-default__content {
  position: relative;
  width: 100%;
  padding: 8rem 7.1428571429vw;
  z-index: 0;
}
@media only screen and (min-width: 840px) {
  .hero-default__content {
    padding: 8rem 7.1428571429vw 10rem 7.1428571429vw;
  }
}
.hero-default__content:before, .hero-default__content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-default__content:before {
  background-image: url("https://assets.speakcdn.com/assets/2974/blur_background_lent1.jpg");
}
.hero-default__content:after {
  background-image: url("../images/noise.jpg");
  mix-blend-mode: multiply;
  opacity: 0.14;
}
.hero-default__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  bottom: -0.1rem;
  left: -0.1rem;
  fill: #ffffff;
}
.hero-default__navs {
  width: 100%;
  padding: 2rem 7.1428571429vw 0 7.1428571429vw;
}

/* Home
----------------------------------------------------------------- */
.hero-home {
  position: relative;
  width: 100%;
  min-height: calc(50vw * 1.25 + 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 calc(39.2857142857vw * 1.5 + 10rem) 0;
  padding: 18rem 7.1428571429vw 10rem 7.1428571429vw;
  z-index: 0;
}
@media only screen and (min-width: 1080px) {
  .hero-home {
    margin: 0 0 8rem 0;
    padding: 18rem 50% 28rem 7.1428571429vw;
  }
}
.hero-home h1, .hero-home p, .hero-home .button {
  position: relative;
  z-index: 3;
}
.hero-home h1 {
  width: calc(100% + 3.5714285714vw);
  margin: 0 0 2rem calc(-3.5714285714vw - 0.04em);
}
@media only screen and (min-width: 1080px) {
  .hero-home h1 {
    font-size: clamp(7rem, 11vw, 10rem);
    line-height: clamp(7rem, 11vw, 10rem);
  }
}
.hero-home__thumb {
  position: absolute;
  width: 50vw;
  aspect-ratio: 1/1.25;
  top: 4rem;
  right: 7.1428571429vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-mask: url("../images/mask-window.svg");
          mask: url("../images/mask-window.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 1;
}
.hero-home__thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-image: url("https://assets.speakcdn.com/assets/2974/blur_background_lent1.jpg");
  background-size: cover;
  background-position: center;
}
.hero-home__image-one, .hero-home__image-two {
  position: absolute;
  z-index: 2;
}
.hero-home__image-one {
  width: calc(50vw - 4rem);
  aspect-ratio: 1/1;
  top: calc(100% - 6rem);
  left: calc(39.2857142857vw + 2rem);
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1080px) {
  .hero-home__image-one {
    width: calc(14.2857142857vw - 4rem);
    top: initial;
    bottom: -4rem;
    left: calc(10.7142857143vw + 2rem);
  }
}
.hero-home__image-two {
  width: calc(39.2857142857vw - 2rem);
  aspect-ratio: 2/3;
  top: calc(100% + 2rem);
  left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1080px) {
  .hero-home__image-two {
    width: calc(10.7142857143vw - 2rem);
    aspect-ratio: 1/2;
    top: calc(100% - 8rem);
    left: 0;
  }
}
.hero-home__star {
  position: absolute;
  width: 35.7142857143vw;
  top: -5rem;
  left: 35.7142857143vw;
  fill: #F9AC1A;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.25;
  z-index: 2;
}
.hero-home__window {
  position: absolute;
  width: 71.4285714286vw;
  top: calc(100% + 4rem);
  left: 14.2857142857vw;
  fill: #F5F5F0;
  opacity: 0.5;
  z-index: 2;
}
@media only screen and (min-width: 1080px) {
  .hero-home__window {
    width: calc(21.4285714286vw - 4rem);
    top: 100%;
    left: calc(3.5714285714vw + 2rem);
  }
}
.hero-home:before, .hero-home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-home:before {
  background-image: url("https://assets.speakcdn.com/assets/2974/gradients_background_lent2.jpg");
}
body.spanish .hero-home:before {
  background-image: url("https://assets.speakcdn.com/assets/2974/gradients_background_lent2.jpg");
}
.hero-home:after {
  background-image: url("../images/noise.jpg");
  mix-blend-mode: multiply;
  opacity: 0.14;
}
.hero-home__bottom-wave {
  position: absolute;
  width: calc(100% + 0.2rem);
  bottom: -0.1rem;
  left: -0.1rem;
  fill: #ffffff;
  z-index: 0;
}

.home-featured-posts {
  position: relative;
  width: 100%;
  margin: 0 0 6rem 0;
  padding: 0 7.1428571429vw;
  text-align: center;
  z-index: 0;
}
.home-featured-posts__header {
  position: relative;
  width: 100%;
  padding: 6rem 0 3rem 0;
}
.home-featured-posts__header:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  left: calc(50% - 1rem);
  border-radius: 50%;
  background: #B4C8CD;
  z-index: 1;
}
.home-featured-posts__header .icon-messages {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0rem;
  left: calc(50% - 2rem);
  z-index: 2;
}
.home-featured-posts__list {
  position: relative;
  width: 100%;
}
.home-featured-posts__item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__item {
    width: 33.333334%;
    padding: 0 3.5714285714vw;
  }
}
.home-featured-posts__divider {
  position: relative;
  width: 66.666667%;
  height: 3rem;
  display: block;
  margin: 1rem auto 3rem auto;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__divider {
    position: absolute;
    width: 3rem;
    height: 100%;
    top: 0;
    margin: 0;
  }
  .home-featured-posts__divider.left {
    left: calc(33.333334% - 1.5rem);
  }
  .home-featured-posts__divider.right {
    left: calc(66.666667% - 1.5rem);
  }
}
.home-featured-posts__divider:before, .home-featured-posts__divider:after {
  content: "";
  position: absolute;
  width: calc(50% - 2rem);
  height: 0.1rem;
  background: #292929;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__divider:before, .home-featured-posts__divider:after {
    width: 0.1rem;
    height: calc(50% - 2rem);
  }
}
.home-featured-posts__divider:before {
  top: calc(50% - 0.05rem);
  left: 0;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__divider:before {
    top: 0;
    left: calc(50% - 0.05rem);
  }
}
.home-featured-posts__divider:after {
  bottom: calc(50% - 0.05rem);
  right: 0;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__divider:after {
    bottom: 0;
    right: calc(50% - 0.05rem);
  }
}
.home-featured-posts__divider svg {
  position: absolute;
  width: 3rem;
  top: 0;
  left: calc(50% - 1.5rem);
  fill: #F9AC1A;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__divider svg {
    top: calc(50% - 1.5rem);
    left: 0;
  }
}
.home-featured-posts__window {
  position: absolute;
  width: calc(57.1428571429vw - 4rem);
  top: 66.666667%;
  right: calc(-7.1428571429vw - 2rem);
  fill: #F5F5F0;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (min-width: 1080px) {
  .home-featured-posts__window {
    width: calc(42.8571428571vw - 4rem);
    top: 0;
  }
}

.daily-reading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 8rem 0;
  padding: 0 7.1428571429vw;
}
.daily-reading__header {
  width: 100%;
}
.daily-reading__header h2 {
  position: relative;
  z-index: 0;
}
.daily-reading__header h2:before {
  content: "";
  position: absolute;
  width: clamp(2.5rem, 3.5vw, 3rem);
  height: clamp(2.5rem, 3.5vw, 3rem);
  top: 0;
  left: 2rem;
  border-radius: 50%;
  background: #F3DCB1;
  z-index: -1;
}
.daily-reading__header .icon-sunrise {
  width: clamp(3.5rem, 7vw, 5rem);
  height: clamp(3.5rem, 7vw, 5rem);
  display: inline-block;
  margin: 0.5rem 1rem 0.5rem 0;
  vertical-align: top;
}
.daily-reading__reading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 840px) {
  .daily-reading__reading {
    width: 50%;
    margin: 0;
  }
}
.daily-reading__reading-header {
  width: 100%;
  margin: 0 0 0.2rem 0;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background: #F5F5F0;
}
.daily-reading__reading-header h5 {
  margin: 0 0 0.5rem 0;
}
.daily-reading__reading-header h3 {
  margin: 0;
}
.daily-reading__reading-content {
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background: #F5F5F0;
  text-align: center;
}
@media only screen and (min-width: 840px) {
  .daily-reading__reading-content {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.daily-reading__reading-content.open .daily-reading__reading-toggle {
  rotate: 180deg;
}
.daily-reading__reading-container {
  width: 100%;
  margin: 0 0 2rem 0;
  text-align: left;
}
@media only screen and (max-width: 839px) {
  .daily-reading__reading-container {
    display: none;
  }
}
@media only screen and (min-width: 840px) {
  .daily-reading__reading-container {
    display: block !important;
    margin: 0;
  }
}
.daily-reading__reading-container h5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
}
.daily-reading__reading-container h5:after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.1rem;
  bottom: 0;
  left: 2rem;
  background: #292929;
}
.daily-reading__reading-container p + h5 {
  margin-top: 4rem;
}
.daily-reading__reading-container *:last-child {
  margin: 0;
}
.daily-reading__reading-toggle {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin: 0 2rem;
  padding: 0.5rem;
  border-radius: 50%;
  background: #246B73;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (min-width: 840px) {
  .daily-reading__reading-toggle {
    display: none;
  }
}
body.spanish .daily-reading__reading-toggle {
  background: #3C7E5B;
}
.daily-reading__reading-toggle:before {
  content: "\e5cf";
  font-family: "Material Symbols Rounded";
  font-size: 2rem;
  line-height: 2rem;
  color: #ffffff;
}
.daily-reading__reading .text-button {
  margin: 0;
  padding: 1rem 1rem 1rem 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.daily-reading__reading .text-button:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #F9AC1A;
  z-index: -1;
}
body.spanish .daily-reading__reading .text-button:before {
  background: #F993C1;
}
.daily-reading__reading .text-button:after {
  margin: 0 0 0 1.5rem;
}
.daily-reading__reading .text-button:hover:after {
  margin: 0 0 0 3rem;
}
.daily-reading__list {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 840px) {
  .daily-reading__list {
    width: 50%;
    padding: 0 0 0 7.1428571429vw;
  }
}
.daily-reading__list-item {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.daily-reading__list-item:not(:last-child) {
  margin: 0 0 3rem 0;
  padding: 0 0 2rem 0;
}
.daily-reading__list-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 0.2rem;
  bottom: -0.1rem;
  left: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A9B0), color-stop(25%, #FF7800), color-stop(45%, #FFA800), color-stop(80%, #006D75), color-stop(88%, #414042), to(#00A9B0));
  background-image: linear-gradient(90deg, #00A9B0 0%, #FF7800 25%, #FFA800 45%, #006D75 80%, #414042 88%, #00A9B0 100%);
}
.daily-reading__list-item h5 {
  margin: 0 0 0.5rem 0;
}
.daily-reading__list-item h4 {
  margin: 0 0 2rem 0;
}
.daily-reading__list-item .text-button {
  margin: 0 2rem;
  float: right;
}
.daily-reading__list-feed {
  width: 100%;
  padding: 0 2rem;
}

/* Search
----------------------------------------------------------------- */
.site-search-results {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.site-search-results li {
  width: 100%;
  display: block;
  margin: 0 0 4rem 0;
  padding: 0;
}
.site-search-results li h3 {
  margin: 0 0 1rem 0;
}

.tagged-items {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tagged-items .tagged-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 0 0 4rem 0;
}
.tagged-items .tagged-item .thumbnail {
  width: 10rem;
  aspect-ratio: 3/2;
  display: inline-block;
  margin: 0 2rem;
  vertical-align: top;
}
.tagged-items .tagged-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.tagged-items .tagged-item .title {
  width: calc(100% - 14rem);
  font-family: "Spectral", serif;
  font-size: clamp(3.2rem, 5vw, 3.6rem);
  line-height: clamp(3.5rem, 5.5vw, 4rem);
  letter-spacing: -0.04em;
  color: #246B73;
  padding: 0 2rem 0 0;
}
.tagged-items .tagged-item cite {
  width: 100%;
  font-style: normal;
  padding: 0 2rem 0 14rem;
}