/*!
Theme Name: Therese
Theme URI: http://underscores.me/
Author: Diocesan
Author URI: http://underscores.me/
Description: St. Therese Hybrid Theme by Diocesan
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evoli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Evoli is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

:root {
  --animation-speed: 0.3s;
  --header-height: calc(var(--max-logo-height) + 30px);
  --hero-height: 60vh;
  --grey: #efefef;
  --overlay-color: #3c3c3c;
  --scale: scale(1.1);
  --tr-background: background var(--animation-speed) ease;
  --tr-transform: transform var(--animation-speed) ease;
  --tr-color: color var(--animation-speed) ease;
  --tr-height: height var(--animation-speed) ease;
  --tr-width: width var(--animation-speed) ease;
  --tr-scale: scale var(--animation-speed) ease;
  --tr-left: left var(--animation-speed) ease;
  --tr-opacity: opacity var(--animation-speed) ease;
  --content-inset: 15px;
  --homepage-section-spacing: 40px;
}
@media screen and (min-width: 1025px) {
  :root {
    --content-inset: 20px;
    --homepage-section-spacing: 80px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --content-inset: 20px;
    --homepage-section-spacing: 90px;
  }
}

body,
html,
p,
div,
ul,
li,
button {
  font-size: var(--fs-400, 16px);
  font-family: var(--font-main);
}

p {
  margin: 0.5rem 0;
}

h1 {
  font-size: var(--fs-1000, 30px);
  text-transform: uppercase;
}

h2 {
  font-size: var(--fs-900, 30px);
  text-transform: uppercase;
}

h3 {
  font-size: var(--fs-800, 27px);
}

h4 {
  font-size: var(--fs-700, 25px);
}

h5 {
  font-size: var(--fs-600, 25px);
}

h6 {
  font-size: var(--fs-500, 20px);
}

a {
  transition: color 0.4s ease;
}

.hero-title {
  font-size: clamp(40px, 3.5vw, 70px);
}

.section-header-s {
  font-size: clamp(28px, 2.5vw, 45px);
}

.section-header-m {
  font-size: clamp(30px, 3vw, 52px);
}

.section-header-xl {
  font-size: clamp(26px, 3.75vw, 60px);
}

.has-text-decoration {
  position: relative;
}
.has-text-decoration::after {
  content: "";
  width: clamp(100px, 8vw, 130px);
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: var(--clr-secondary);
}
.has-text-decoration.text-decoration-is-centered::after {
  left: 50%;
  transform: translateX(-50%);
}

.faded-header {
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  display: block;
  opacity: 0.5;
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .faded-header {
    font-size: 67px;
  }
}

.rounded {
  border-radius: 10px;
}

.lines {
  stroke-width: 1.5px !important;
}
.lines * {
  stroke-width: 1.5px !important;
}

.clearfix {
  clear: both;
}

.has-primary-color {
  color: var(--clr-primary);
}

.has-secondary-color {
  color: var(--clr-secondary);
}

.has-tertiary-color {
  color: var(--clr-tertiary);
}

.has-quaternary-color {
  color: var(--clr-quaternary);
}

.has-white-color {
  color: white;
}

.has-black-color {
  color: black;
}

.has-primary-background-color {
  background: var(--clr-primary);
}

.has-secondary-background-color {
  background: var(--clr-secondary);
}

.has-tertiary-background-color {
  background: var(--clr-tertiary);
}

.has-quaternary-background-color {
  background: var(--clr-quaternary);
}

.has-white-background-color {
  background: white;
}

.has-black-background-color {
  background: black;
}

.has-primary-color-hover:hover {
  color: var(--clr-primary) !important;
}

.has-secondary-color-hover:hover {
  color: var(--clr-secondary) !important;
}

.has-tertiary-color-hover:hover {
  color: var(--clr-tertiary) !important;
}

.has-quaternary-color-hover:hover {
  color: var(--clr-quaternary) !important;
}

.has-white-color-hover:hover {
  color: white !important;
}

.has-black-color-hover:hover {
  color: black !important;
}

.has-primary-background-color-after::after {
  background: var(--clr-primary);
}

.has-secondary-background-color-after::after {
  background: var(--clr-secondary);
}

.has-tertiary-background-color-after::after {
  background: var(--clr-tertiary);
}

.has-quaternary-background-color-after::after {
  background: var(--clr-quaternary);
}

.has-white-background-color-after::after {
  background: white;
}

.has-black-background-color-after::after {
  background: black;
}

.limit-width {
  max-width: 90%;
  margin: auto;
}

.envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
.envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
.envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),
.envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1) {
  clear: none !important;
}

@media screen and (max-width: 459px) {
  .envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
  .envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
  .envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),
  .envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),
  .envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1),
  .envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1) {
    clear: none !important;
  }
}
.slick-list {
  height: 100%;
}
.slick-list .slick-track {
  height: 100%;
}

.envira-gallery-wrap .slick-list {
  overflow: hidden;
}

.slick-arrow {
  background: var(--clr-secondary);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--clr-secondary);
  transition: var(--tr-background), var(--tr-color);
}
.slick-arrow::before, .slick-arrow::after {
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-prev {
  left: 25px;
  z-index: 1;
}
.slick-arrow.slick-prev::before {
  content: "\f053";
}
.slick-arrow.slick-next {
  right: 25px;
}
.slick-arrow.slick-next::before {
  content: "\f054";
}
.slick-arrow:focus {
  background: white;
  border-color: var(--clr-secondary);
}
.slick-arrow:focus::before, .slick-arrow:focus::after {
  color: var(--clr-secondary);
}
.slick-arrow:hover {
  background: white;
  border-color: var(--clr-secondary);
}
.slick-arrow:hover::before, .slick-arrow:hover::after {
  color: var(--clr-secondary);
}

.slick-slider.same-height .slick-track {
  height: auto;
  display: flex;
}
.slick-slider.same-height .slick-track .slick-slide {
  height: inherit;
}

.slick-slider.equal-height .slick-track {
  display: flex !important;
}
.slick-slider.equal-height .slick-track .slick-slide {
  height: auto !important;
}

.slider-nav {
  margin-bottom: 40px;
}

.slick-dots {
  --dot-size: 25px;
  text-align: left;
  position: relative;
  bottom: 0;
}
.slick-dots li {
  width: var(--dot-size);
  height: var(--dot-size);
  margin-inline: 10px;
}
.slick-dots li button {
  width: var(--dot-size);
  height: var(--dot-size);
  padding: 0;
}
.slick-dots li button::before {
  font-size: var(--dot-size);
  width: var(--dot-size);
  height: var(--dot-size);
  color: var(--clr-primary);
  opacity: 1;
}
.slick-dots li button:hover::before {
  opacity: 0.75;
}
.slick-dots li.slick-active button::before {
  color: var(--clr-secondary);
  opacity: 1;
}
.slick-dots li.slick-active button:hover::before {
  opacity: 0.75;
}

.the-button, .wp-block-button__link, .wp-block-file__button, .dpi_pw-container #dpi_pw-request-form .the-button, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column {
  color: var(--button-font-color, white);
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transition: var(--tr-background), var(--tr-transform), var(--tr-color);
  font-size: var(--fs-500);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: transparent !important;
  border: 0px;
  line-height: 1.5;
}
.the-button:hover, .the-button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-file__button:hover, .wp-block-file__button:focus, .dpi_pw-container #dpi_pw-request-form .the-button:hover, .dpi_pw-container #dpi_pw-request-form .the-button:focus, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column:hover, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column:focus {
  text-decoration: none;
  background: transparent;
  color: var(--button-font-color-hover, var(--clr-quaternary));
  border: 0px;
  transform: unset;
  font-weight: bold;
}
.the-button::after, .wp-block-button__link::after, .wp-block-file__button::after, .dpi_pw-container #dpi_pw-request-form .the-button::after, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column::after {
  content: "";
  background: var(--button-background-color);
  border-radius: 25px;
  position: absolute;
  width: 33%;
  max-width: 33%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: width 0.35s ease-in;
  z-index: -1;
}
.the-button:hover::after, .the-button.clicked::after, .the-button:focus::after, .wp-block-button__link:hover::after, .wp-block-button__link.clicked::after, .wp-block-button__link:focus::after, .wp-block-file__button:hover::after, .wp-block-file__button.clicked::after, .wp-block-file__button:focus::after, .dpi_pw-container #dpi_pw-request-form .the-button:hover::after, .dpi_pw-container #dpi_pw-request-form .the-button.clicked::after, .dpi_pw-container #dpi_pw-request-form .the-button:focus::after, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column:hover::after, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column.clicked::after, #dpi_pw-request-form .dpi_pw-form-row:last-of-type .dpi_pw-form-column:focus::after {
  width: 100%;
  opacity: 0.9;
  max-width: 100%;
}

.dpi_pw-container #dpi_pw-request-form .the-button {
  padding: 0;
}

.wp-block-file__button {
  font-size: inherit;
}

@keyframes button-click {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
form.search-form {
  display: inline-flex;
  position: relative;
}
form.search-form .search-field {
  border-color: var(--clr-quaternary);
  background: white;
  line-height: 1;
  color: black;
  border-radius: 0;
  outline: none;
}
form.search-form .search-submit {
  cursor: pointer;
  position: absolute;
  background: var(--clr-quaternary);
  top: 0;
  bottom: 0;
  padding: 0 7px;
  border-radius: 0;
  color: white;
  right: 0;
  border: none;
  border-left: 1px solid var(--clr-quaternary);
  transition: var(--tr-color), var(--tr-background);
}
form.search-form .search-submit:hover {
  background: transparent;
  color: var(--clr-quaternary);
}

.has-custom-hover {
  position: relative;
}

.has-custom-hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--clr-primary);
  transform: scale(0);
  transition: transform 0.3s ease;
}

.has-custom-hover:hover::after {
  transform: scale(1);
}

.wp-block-button__link.has-primary-background-color,
.wp-block-button__link.has-secondary-background-color,
.wp-block-button__link.has-tertiary-background-color,
.wp-block-button__link.has-quaternary-background-color {
  background: transparent;
}

.wp-block-button__link.has-primary-background-color::after {
  background: var(--clr-primary);
}

.wp-block-button__link.has-secondary-background-color::after {
  background: var(--clr-secondary);
}

.wp-block-button__link.has-tertiary-background-color::after {
  background: var(--clr-tertiary);
}

.wp-block-button__link.has-quaternary-background-color::after {
  background: var(--clr-quaternary);
}

.wp-block-separator {
  border-bottom: 0;
  margin-block: 1.5rem;
  clear: both;
}

.wp-block-group {
  clear: both;
}

.wp-block-media-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-table td {
  border: 1px solid;
  padding: 5px;
}

.wp-block-cover {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .wp-block-cover {
    margin-bottom: 30px;
  }
}

.teaser-box .teaser-img {
  aspect-ratio: 322/206;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .teaser-box .teaser-img {
    aspect-ratio: 370/305;
  }
}
.teaser-box .teaser-content-wrapper {
  padding: 0 1.5rem 2.5rem;
}
.teaser-box .teaser-content-wrapper .teaser-content {
  height: 100%;
  margin-bottom: 2rem;
}
.teaser-box .links-container {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.grid-container {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
  }
  .grid-container .staff-single:first-child {
    grid-column: 1/-1;
    flex-direction: row;
  }
  .grid-container .staff-single:first-child .teaser-img {
    border-radius: 10px 0 0 10px;
    flex: 2;
  }
  .grid-container .staff-single:first-child .teaser-content-wrapper {
    width: 100%;
    text-align: center;
    flex: 3;
  }
  .grid-container .staff-single:first-child .links-container {
    align-items: center;
  }
}

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #404040;
  opacity: 0.6;
  z-index: 9999;
}

.lightbox {
  position: fixed;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  background-color: #ffffff;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  border-radius: 10px;
  transform: scale(1, 0);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.lightbox.open {
  transform: scale(1);
}
.lightbox .lightbox-close {
  cursor: pointer;
}
.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
  width: 5px;
  height: 20px;
  right: 20px;
  top: 15px;
  background: #000000;
  position: absolute;
  content: "";
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.lightbox .lightbox-close::before {
  transform: rotate(45deg);
}
.lightbox .lightbox-close::after {
  transform: rotate(-45deg);
}
.lightbox .lightbox-image {
  width: 100%;
  height: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0 0 0;
}
.lightbox .lightbox-content {
  width: 100%;
  height: 75%;
  padding: 0 2rem;
  border-radius: 0 10px 10px 0;
}
.lightbox .lightbox-content .lightbox-title,
.lightbox .lightbox-content .lightbox-contact-persons,
.lightbox .lightbox-content .contact-form-wrapper {
  text-align: center;
}
.lightbox .lightbox-content .contact-form {
  padding-bottom: 3rem;
}
.lightbox .lightbox-content .lightbox-link {
  text-align: right;
  padding-bottom: 2rem;
}
.lightbox .lightbox-content .lightbox-link a {
  color: var(--clr-primary);
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .lightbox {
    flex-direction: row;
  }
  .lightbox .lightbox-image,
  .lightbox .lightbox-content {
    width: 50%;
    height: 100%;
  }
  .lightbox .lightbox-image {
    border-radius: 10px 0 0 10px;
    position: sticky;
    top: 0;
  }
  .lightbox .lightbox-content {
    padding: 0 3rem;
  }
}
.hidden-mobile {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .hidden-mobile {
    display: block !important;
  }
}

.hidden-laptop {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .hidden-laptop {
    display: none !important;
  }
}

.preview-image {
  transition: opacity 0.7s ease;
  animation: fadeIn;
  filter: blur(10px);
  height: 100%;
  width: 100%;
}

.hero-slide.loaded .preview-image {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 0;
}

form .gform_body input,
form .gform_body textarea {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  font-size: clamp(20px, 2vw, 23px) !important;
  padding: 15px 25px !important;
  font-family: "Lato";
  line-height: 1;
  border: none !important;
}
form .gform_body input:hover,
form .gform_body textarea:hover {
  outline: var(--clr-primary) outset 1px;
}
form .gform_body input:focus-visible,
form .gform_body textarea:focus-visible {
  outline: var(--clr-primary) auto 1px;
}
@media screen and (min-width: 1025px) {
  form .gform_body input,
  form .gform_body textarea {
    padding: 16px 30px !important;
  }
}

.grid-container {
  width: unset;
}
.grid-container .grid-selector {
  display: flex;
  flex-wrap: wrap;
  background: #F9F9F9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 1rem;
  margin-bottom: 2.5rem;
}
.grid-container .grid-selector [class*=-half-L] {
  flex: 1;
  text-align: center;
}
.grid-container .grid-selector [class*=-half-L] [class*=-image] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 13.5rem;
  height: 15rem;
}
.grid-container .grid-selector [class*=-half-R] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 2;
  margin-left: 1rem;
}
.grid-container .grid-selector [class*=-half-R] [class*=-name] {
  margin-bottom: 0.5rem;
}
.grid-container .grid-selector [class*=-half-R] [class*=-name] [class*=-name-link] {
  font-weight: 400;
  transition: color 0.25s ease-in;
}
.grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person .contact-name, .grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person .contact-email, .grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person .contact-phone {
  margin-bottom: 0.25rem;
}
.grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person .contact-name {
  font-weight: 700;
}
.grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person .contact-email a, .grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person .contact-phone a {
  transition: color 0.25s ease-in;
  margin-left: 10px;
}
.grid-container .grid-selector [class*=-half-R] .contact-persons .contact-person > * {
  margin: 0 0 0.25em;
}
.grid-container.ministry-container .grid-selector {
  width: calc(50% - 2rem);
}
.grid-container.ministry-container .grid-selector .contact-person-phone {
  float: left;
  margin-right: 10px !important;
}

@media screen and (max-width: 1399px) {
  .grid-container .grid-selector {
    width: auto;
  }
  .grid-container .grid-selector.has-plinko:nth-child(odd) {
    margin-right: 5%;
  }
  .grid-container .grid-selector.has-plinko:nth-child(even) {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .grid-container .grid-selector {
    flex-direction: column;
  }
  .grid-container .grid-selector [class*=-half-L] {
    margin-right: 0;
  }
  .grid-container .grid-selector [class*=-half-R] {
    margin-left: 0;
  }
  .grid-container.ministry-container .grid-selector {
    width: auto;
  }
}
.site-main {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1025px) {
  .site-main {
    margin-bottom: 0;
  }
}

.entry-content {
  margin-top: 2rem;
}

.page-template-landing-page {
  display: flex;
  margin: 0;
  flex-direction: column;
  position: relative;
}
.page-template-landing-page .landing-left,
.page-template-landing-page .landing-right {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-landing-page .landing-left .overlay,
.page-template-landing-page .landing-right .overlay {
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
}
.page-template-landing-page .landing-left .logo,
.page-template-landing-page .landing-right .logo {
  z-index: 1;
  width: 200px;
  margin-bottom: 4rem;
}
.page-template-landing-page .landing-left .title,
.page-template-landing-page .landing-left .subtitle,
.page-template-landing-page .landing-right .title,
.page-template-landing-page .landing-right .subtitle {
  z-index: 1;
  color: white;
}
.page-template-landing-page .landing-left .link,
.page-template-landing-page .landing-right .link {
  margin-bottom: 3rem;
  color: #fff;
}
.page-template-landing-page .landing-left .address,
.page-template-landing-page .landing-right .address {
  position: relative;
  left: auto;
  transform: none;
  margin-bottom: 2rem;
}
.page-template-landing-page .address {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-align: center;
  font-size: 18px;
}
.page-template-landing-page .address a {
  color: white;
  text-decoration: none;
  transition: var(--tr-color);
}
.page-template-landing-page .address a:hover {
  color: var(--clr-quaternary);
}

@media screen and (min-width: 1025px) {
  .page-template-landing-page {
    flex-direction: row;
  }
  .page-template-landing-page .landing-left,
  .page-template-landing-page .landing-right {
    width: 50%;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1025px) and (min-height: 700px) {
  .page-template-landing-page .landing-left .address,
  .page-template-landing-page .landing-right .address {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-block: 0;
    bottom: 5%;
  }
}
.page-template-tabs .content {
  position: relative;
  min-height: 600px;
}
.page-template-tabs .tabs-container {
  display: flex;
  gap: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  overflow: auto;
}
.page-template-tabs .tabs-container .tab-wrapper {
  font-size: 25px;
  position: relative;
  white-space: nowrap;
}
.page-template-tabs .tabs-container .tab-wrapper a {
  display: block;
  color: #8d8d8d;
}
.page-template-tabs .tabs-container .tab-wrapper a:hover {
  color: var(--clr-secondary);
}
.page-template-tabs .tabs-container .tab-wrapper a.active {
  color: var(--clr-primary);
}
@media screen and (min-width: 1280px) {
  .page-template-tabs .limit-width {
    margin-inline: 10% 5%;
  }
  .page-template-tabs .content {
    display: grid;
    grid-template-columns: 20% 80%;
    padding-left: 5%;
  }
  .page-template-tabs .tabs-container {
    box-shadow: none;
    padding: 0;
    display: block;
    overflow: unset;
  }
  .page-template-tabs .tabs-container .tab-wrapper {
    white-space: normal;
    margin-bottom: 30px;
  }
  .page-template-tabs .tabs-container .tab-wrapper::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 1px;
    background: #dbdbdb;
  }
}

.page-template-mass-times {
  overflow: hidden;
}
.page-template-mass-times .mass-times-container {
  position: relative;
}
.page-template-mass-times .mass-times-container .mass-times-section {
  padding: 20px 30px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-mass-times .mass-times-container .mass-times-section .mass-times-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.page-template-mass-times .mass-times-container .mass-times-section .mass-time-day {
  margin: 0;
}
.page-template-mass-times .mass-times-container svg {
  position: absolute;
  left: -60%;
  top: 0;
}
.page-template-mass-times .mass-times-container svg rect, .page-template-mass-times .mass-times-container svg circle, .page-template-mass-times .mass-times-container svg line {
  filter: brightness(var(--shape-brightness-secondary));
  fill: var(--clr-secondary);
  stroke: var(--clr-secondary);
  stroke-width: 0.5px;
}
@media screen and (min-width: 1440px) {
  .page-template-mass-times .mass-times-container svg {
    left: -25%;
  }
}
.page-template-mass-times .mass-times-container svg:first-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-template-mass-times .mass-times-container .mass-times-section {
    width: 550px;
  }
  .page-template-mass-times .mass-times-container svg:first-of-type {
    display: block;
    z-index: -1;
  }
}

.category svg {
  display: none;
  position: absolute;
  left: 0%;
  top: 50%;
}
.category .site-main {
  overflow: hidden;
  position: relative;
}
.category .grid-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.category .grid-container article {
  padding: 20px 30px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.category .grid-container article img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .grid-container article .post-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .category .grid-container article {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .category svg {
    display: block;
  }
  .category .grid-container article img {
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .category .grid-container article img {
    height: 310px;
  }
}
.page-template-templatespage-contact-php iframe {
  width: 100%;
}

footer {
  --footer-padding-block: 25px 25px;
  --margin-top-address: 25px;
  --margin-top-contact: 20px;
  --margin-top-social-media: 1.5rem;
  padding-block: var(--footer-padding-block);
  clear: both;
  z-index: 10;
  position: relative;
  overflow: hidden;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  margin: 0;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
footer .footer-content img {
  max-width: 175px;
}
footer .footer-address {
  margin-top: var(--margin-top-address);
  position: relative;
}
footer .footer-address .address {
  margin-bottom: 20px;
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
footer .footer-contact .phone,
footer .footer-contact .fax,
footer .footer-contact .email {
  font-size: var(--fs-500);
}
footer .footer-social-media {
  margin-top: var(--margin-top-social-media);
  text-align: center;
}
footer .footer-social-media .social-media-link-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer .footer-social-media .social-media-link-list .social-media-link {
  display: inline-block;
  font-size: 2.5rem;
  transition: var(--tr-transform);
}
footer .footer-social-media .social-media-link-list .social-media-link:hover {
  transform: scale(1.1);
}
footer .footer-shapes {
  position: absolute;
  display: flex;
}
footer .footer-shapes svg rect, footer .footer-shapes svg circle, footer .footer-shapes svg line {
  filter: brightness(var(--shape-brightness-secondary));
  fill: var(--clr-secondary);
  stroke: var(--clr-secondary);
}
footer .footer-shapes .desktopShapes svg {
  display: none;
}
footer .footer-shapes .mobileShapes svg {
  display: block;
  top: 50px;
}
@media screen and (min-width: 426px) {
  footer .footer-shapes .desktopShapes svg {
    display: block;
  }
  footer .footer-shapes .mobileShapes svg {
    display: none;
  }
}
footer .site-info {
  margin-bottom: 18vh;
}
@media screen and (min-width: 1025px) {
  footer {
    --footer-padding-block: 50px 25px;
  }
  footer .footer-wrapper {
    flex-direction: row;
  }
  footer .footer-wrapper > * {
    flex-direction: column;
    display: flex;
    width: 30%;
  }
  footer .site-info {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  footer {
    --margin-top-contact: 0;
    --margin-top-address: 0px;
  }
  footer .footer-contact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: unset;
    margin-bottom: 35px;
  }
  footer .footer-contact div {
    margin-right: 15px;
  }
}

.quicklinks-top-container #footer-quicklinks-top {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  gap: 15px;
}
.quicklinks-top-container #footer-quicklinks-top .main-menu-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .quicklinks-top-container #footer-quicklinks-top {
    grid-template-columns: auto auto;
  }
  .quicklinks-top-container #footer-quicklinks-top .main-menu-item {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .quicklinks-top-container #footer-quicklinks-top {
    grid-template-columns: auto auto auto auto;
    gap: 25px;
  }
}

.quicklinks-bottom-container #quicklinks {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .quicklinks-bottom-container #quicklinks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 60px;
  }
  .quicklinks-bottom-container #quicklinks .menu-item:nth-child(odd) {
    text-align: left;
  }
  .quicklinks-bottom-container #quicklinks .menu-item:nth-child(even) {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .quicklinks-bottom-container #quicklinks {
    flex-direction: row;
    gap: 15px 60px;
  }
  .quicklinks-bottom-container #quicklinks .menu-item {
    position: relative;
  }
  .quicklinks-bottom-container #quicklinks .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 1px;
    background: white;
  }
}

footer .site-info {
  --site-info-margin-top: 2rem;
  margin-top: var(--site-info-margin-top);
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .site-info .copyright {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  footer .site-info {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: background 0.3s ease, padding 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .site-header {
    display: block;
  }
}
.site-header .header-logo-sticky {
  display: none;
}
.site-header.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-top: 1rem;
}
.site-header.sticky .header-logo-default {
  display: none;
}
.site-header.sticky .header-logo-sticky {
  display: block;
}
.site-header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(90% - 60px);
}
.site-header .header-nav .site-branding .header-logo-link {
  display: block;
}
.site-header .header-nav .site-branding .header-logo-link .header-logo {
  height: var(--max-logo-height, calc(var(--header-height) - 2rem));
  max-width: none;
}
@media screen and (min-width: 1025px) {
  .site-header .header-nav {
    justify-content: space-between;
  }
}
.site-header #mega-menu-wrap-ministries .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg) !important;
}
@media screen and (max-width: 1024px) {
  .site-header #site-navigation {
    display: flex;
    position: absolute;
    bottom: -80vh;
    left: calc(50% - 150px);
    background: var(--clr-primary);
    border-radius: 21px;
    justify-content: space-around;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1607843137);
    width: 300px;
    min-height: 60px;
    align-items: center;
  }
  .site-header #site-navigation .homeStickyButtons {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -50%;
  }
  .site-header #site-navigation .mobile-header-search-container {
    position: relative;
    width: 52px;
    margin-top: -15px;
  }
  .site-header #site-navigation .mobile-header-search-container::before {
    content: "Search";
    color: #fff;
    font-size: 18px;
    transition: color 0.4s ease;
    bottom: -20px;
    position: absolute;
  }
  .site-header #site-navigation .mobile-header-search-container .mobile-header-search {
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .site-header #site-navigation.iphoneMenu {
    bottom: -75vh;
  }
}
@media screen and (min-width: 1025px) {
  .site-header #site-navigation {
    display: flex;
    align-items: center;
  }
  .site-header #site-navigation .mobile-header-search {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .site-header #site-navigation {
    display: block;
  }
}

main .entry-header {
  height: var(--hero-height);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
}
main .entry-header .entry-title {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 10%;
}
main .entry-header .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, black, transparent);
  z-index: 1;
}
main .entry-header.page-header .entry-title {
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
}

.search-form-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-form-overlay::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.65;
}
.search-form-overlay .search-form-wrapper {
  position: relative;
  top: 50%;
  right: 50%;
}
.search-form-overlay .close-search-form-button {
  cursor: pointer;
  top: -30px;
  right: -140px;
  height: 20px;
  width: 135px;
  position: absolute;
  display: flex;
  align-items: center;
  color: white;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.search-form-overlay .close-search-form-button::before, .search-form-overlay .close-search-form-button::after {
  width: 5px;
  height: 100%;
  right: 20px;
  background: white;
  position: absolute;
  content: "";
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.search-form-overlay .close-search-form-button::before {
  transform: rotate(45deg);
}
.search-form-overlay .close-search-form-button::after {
  transform: rotate(-45deg);
}
.search-form-overlay .search-form {
  position: absolute;
  right: 0;
  transform: scale(1, 0) translateX(50%);
  z-index: 1;
  display: flex;
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease;
}
.search-form-overlay .search-form.open {
  transform: scale(1, 1) translateX(50%);
}
.search-form-overlay .search-form .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.search-form-overlay .search-form .search-field {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 10px 0 0 10px;
  height: 100%;
}
.search-form-overlay .search-form .search-submit {
  position: static;
  cursor: pointer;
  border-color: transparent;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0.875rem 2rem;
  margin: 0 auto;
  transition: background 0.25s ease-in;
  border-radius: 0 10px 10px 0;
  background: var(--clr-primary);
  color: white;
}
.search-form-overlay .search-form .search-submit:hover {
  color: var(--clr-primary);
  background: white;
}

.admin-bar .site-header {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .admin-bar .site-header {
    padding-top: 2rem;
  }
}
.hero {
  --hero-info-position-bottom: 10%;
  --hero-info-position-left: 5%;
  --hero-info-width: 90%;
  --hero-info-background-color: transparent;
  --hero-info-padding: 2rem 0 1rem;
  --hero-info-font-color: white;
  --hero-title-max-width: none;
  --hero-height: 85vh;
  height: var(--hero-height);
  position: relative;
  z-index: 10;
  margin-top: var(--max-logo-height);
}
.hero svg {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.hero svg rect, .hero svg circle, .hero svg line {
  filter: brightness(var(--shape-brightness-secondary));
  fill: var(--clr-secondary);
  stroke: var(--clr-secondary);
  stroke-width: 0.5px;
}
.hero svg line {
  stroke-width: 1.25px;
}
.hero svg:first-of-type {
  display: none;
}
.hero svg:nth-of-type(2) {
  display: block;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .hero svg:first-of-type {
    display: block;
  }
  .hero svg:nth-of-type(2) {
    display: none;
  }
}
.hero.has-video {
  --hero-height: 50vh;
  width: 100%;
}
.hero.has-video .hero-info {
  display: none;
}
.hero .hero-slider {
  height: 100%;
}
.hero .hero-slider .hero-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .hero .hero-slider .hero-slide.parallax {
    background-attachment: fixed;
  }
}
.hero .hero-info {
  position: absolute;
  bottom: var(--hero-info-position-bottom);
  left: var(--hero-info-position-left);
  width: var(--hero-info-width);
  background: var(--hero-info-background-color);
  color: var(--hero-info-font-color);
  padding: var(--hero-info-padding);
}
.hero .hero-info .hero-title {
  max-width: var(--hero-title-max-width);
}
.hero .hero-info .hero-title + h1 {
  text-transform: none;
  margin-top: 0;
}
.hero .hero-info .hero-subtitle {
  margin-top: 0;
  color: #fff;
}
.hero .hero-info .hero-buttons .the-button {
  color: #fff;
}
.hero .hero-info .hero-buttons .the-button.has-primary-background-color {
  background: var(--clr-primary) !important;
}
.hero .hero-info .hero-buttons .the-button.has-secondary-background-color {
  background: var(--clr-secondary) !important;
}
.hero .hero-info .hero-buttons .the-button.has-tertiary-background-color {
  background: var(--clr-tertiary) !important;
}
.hero .hero-info .hero-buttons .the-button.has-quaternary-background-color {
  background: var(--clr-quaternary) !important;
}
.hero .hero-info .hero-buttons .the-button:hover {
  background: #fff !important;
}
.hero .hero-info .hero-buttons .the-button:hover.has-primary-background-color {
  color: var(--clr-primary);
}
.hero .hero-info .hero-buttons .the-button:hover.has-secondary-background-color {
  color: var(--clr-secondary);
}
.hero .hero-info .hero-buttons .the-button:hover.has-tertiary-background-color {
  color: var(--clr-tertiary);
}
.hero .hero-info .hero-buttons .the-button:hover.has-quaternary-background-color {
  color: var(--clr-quaternary);
}
.hero .hero-info .hero-buttons .the-button:hover::after {
  content: none;
}
.hero .hero-info .hero-buttons .the-button::after {
  content: none;
}
.hero .hero-video {
  width: 100%;
  padding-bottom: var(--header-height);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
}
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, black, transparent);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hero {
    --hero-title-max-width: 70%;
  }
  .hero.has-video {
    --hero-height: 50vh;
  }
  .hero .hero-title {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero {
    --hero-title-max-width: 50%;
    --hero-info-position-left: calc(10% - 60px);
  }
  .hero .hero-video {
    padding-bottom: 0;
  }
  .hero.has-video {
    --hero-height: 80vh;
  }
}
@media screen and (min-width: 1280px) {
  .hero .hero-video {
    margin-left: 0;
  }
}

.about-container {
  margin-top: var(--homepage-section-spacing);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow-x: clip;
  z-index: 10;
  flex-direction: column;
}

.about-content-wrapper {
  --pos-left: 5%;
  --pos-translate: 0;
  padding: 15px 30px 20px;
  position: relative;
  display: inline-block;
  max-width: 95%;
  margin-inline: auto;
  z-index: 10;
}
.about-content-wrapper.left {
  --pos-left: 5%;
  --pos-translate: 0;
}
.about-content-wrapper.right {
  --pos-left: 95%;
  --pos-translate: -100%;
}
.about-content-wrapper.center {
  --pos-left: 50%;
  --pos-translate: -50%;
}
.about-content-wrapper .about-faded-header {
  margin-bottom: 0;
}
.about-content-wrapper .about-header {
  margin-bottom: 0;
  position: relative;
  font-size: clamp(25px, 2.5vw, 40px);
}
.about-content-wrapper .about-content {
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
}
.about-content-wrapper .about-content p {
  font-size: 16px;
  color: inherit;
  line-height: 1.2;
  margin: 20px auto;
}
.about-content-wrapper .container {
  position: relative;
  width: 20vw;
}

.scrolling-text.scrolling-text-copy {
  display: none !important;
}

.about-image {
  position: relative;
  grid-template-columns: [line1] 200px [line2] 200px [lineend];
  grid-template-rows: [row1-start] 125px [row1-end] 125px [last-line];
  display: grid;
  margin-left: 2.5%;
}
.about-image .img1 {
  grid-column-start: line1;
  grid-column-end: line2;
  grid-row-start: row1-start;
  grid-row-end: last-line;
  display: grid;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-image .img2 {
  grid-column-start: line2;
  grid-column-end: lineend;
  grid-row-start: row1-end;
  grid-row-end: last-line;
  display: grid;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -5%;
  margin-top: 2%;
  z-index: -1;
}
.about-image .img3 {
  grid-column-start: line2;
  grid-column-end: lineend;
  grid-row-start: row1-start;
  grid-row-end: row1-end;
  display: grid;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -10%;
  margin-top: 5%;
}
.about-image svg {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0;
}
.about-image svg rect, .about-image svg circle, .about-image svg line {
  filter: brightness(var(--shape-brightness-secondary));
  fill: var(--clr-secondary);
  stroke: var(--clr-secondary);
  stroke-width: 0.5px;
}
.about-image svg line {
  stroke-width: 1.25px;
}
.about-image svg:first-of-type {
  display: none;
}
.about-image svg:nth-of-type(2) {
  display: block;
  top: 50px;
}

@media screen and (min-width: 768px) {
  .about-image {
    grid-template-columns: [line1] 310px [line2] 310px [lineend];
    grid-template-rows: [row1-start] 250px [row1-end] 250px [last-line];
  }
  .about-image svg:first-of-type {
    display: block;
  }
  .about-image svg:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .about-container {
    height: auto;
    min-height: 50vh;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
  }
  .about-content-wrapper {
    transform: translateX(var(--pos-translate));
    left: var(--pos-left);
    padding: 45px 15px;
    margin-bottom: 0;
    top: auto;
    max-width: none;
    margin-inline: 0;
    z-index: -1;
  }
  .about-content-wrapper::before {
    opacity: 0.8;
  }
  .about-content-wrapper .scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
  }
  .about-content-wrapper .about-header, .about-content-wrapper .about-content {
    width: 40vw;
  }
}
@media screen and (min-width: 1440px) {
  .about-image {
    position: relative;
    grid-template-columns: [line1] 380px [line2] 380px [lineend];
    grid-template-rows: [row1-start] 310px [row1-end] 290px [last-line];
  }
}
.mission-container {
  margin-top: var(--homepage-section-spacing);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.mission-container:not(.has-shape) .mission-image img {
  position: relative;
}

.mission-content-wrapper {
  --pos-left: 5%;
  --pos-translate: 0;
  padding: 15px 30px 20px;
  position: relative;
  display: inline-block;
  max-width: 95%;
  margin-inline: auto;
  z-index: 10;
}
.mission-content-wrapper.left {
  --pos-left: 0%;
  --pos-translate: 0;
}
.mission-content-wrapper.right {
  --pos-left: 95%;
  --pos-translate: -100%;
}
.mission-content-wrapper.center {
  --pos-left: 50%;
  --pos-translate: -50%;
}
.mission-content-wrapper .mission-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mission-content-wrapper .mission-header {
  line-height: 1;
  position: relative;
  font-size: clamp(25px, 2.5vw, 40px);
  margin-bottom: 20px;
}
.mission-content-wrapper .mission-content {
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
}
.mission-content-wrapper .mission-content p {
  font-size: 16px;
  color: inherit;
  line-height: 1.2;
  margin: 0;
}
.mission-content-wrapper .the-button {
  margin: 15px 0 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.mission-content-wrapper .container {
  position: relative;
  width: 20vw;
}

.mission-image {
  overflow: hidden;
  max-height: 400px;
  margin-left: 2.5%;
  position: relative;
}
.mission-image img {
  position: absolute;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 300px;
}
.mission-image img.squares {
  width: 200px;
  height: 200px;
}
.mission-image svg rect, .mission-image svg circle, .mission-image svg line {
  filter: brightness(var(--shape-brightness-primary));
  stroke: var(--clr-primary);
  stroke-width: 0.25px;
}
.mission-image svg:first-of-type {
  display: none;
}
.mission-image svg:nth-of-type(2) {
  display: block;
}

@media screen and (min-width: 426px) {
  .mission-image {
    overflow: unset;
    max-height: none;
  }
  .mission-image img {
    width: 300px;
    height: 300px;
  }
  .mission-image svg {
    width: unset;
    height: unset;
  }
}
@media screen and (min-width: 768px) {
  .mission-container .container {
    text-align: right;
    margin-left: auto;
  }
  .mission-image img {
    width: 735px;
    height: 735px;
  }
  .mission-image img.squares {
    width: 500px;
    height: 500px;
  }
  .mission-image svg:first-of-type {
    display: block;
  }
  .mission-image svg:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .mission-container {
    height: auto;
    min-height: 50vh;
    margin-bottom: 0;
    flex-direction: row;
  }
  .mission-content-wrapper {
    transform: translateX(var(--pos-translate));
    left: var(--pos-left);
    padding: 75px 35px;
    margin-bottom: 0;
    top: auto;
    max-width: none;
    margin-inline: 0;
    z-index: -1;
  }
  .mission-content-wrapper::before {
    opacity: 0.8;
  }
  .mission-content-wrapper .scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
  }
  .mission-content-wrapper .mission-header, .mission-content-wrapper .mission-content, .mission-content-wrapper .the-button {
    margin-left: 4vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mission-content-wrapper .mission-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mission-image {
    margin-right: 6vw;
  }
  .mission-image img {
    bottom: 0;
    width: 700px;
    height: 700px;
    min-width: 650px;
  }
  .mission-image img.squares {
    width: 600px;
    height: 600px;
    bottom: 5%;
  }
  .mission-image img.lines {
    bottom: 10px;
  }
  .mission-image svg.lines {
    margin-right: -6vw;
  }
}
.featured-content-container {
  --card-height: 380px;
  margin-top: var(--homepage-section-spacing);
  z-index: 10;
  position: relative;
}
.featured-content-container .featured-content-item-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--card-height);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.featured-content-container .featured-content-item-wrapper.slick-slide {
  margin-inline: 8px;
}
.featured-content-container .featured-content-item-wrapper .featured-content-heading-wrapper {
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: min-height 0.4s ease;
  min-height: 0;
}
.featured-content-container .featured-content-item-wrapper .featured-content-heading-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  background: var(--clr-primary);
  height: 100%;
}
.featured-content-container .featured-content-item-wrapper .featured-content-heading-wrapper > * {
  position: relative;
}
.featured-content-container .featured-content-item-wrapper .featured-content-heading-wrapper .featured-content-heading {
  font-size: clamp(14px, 2.5vw, 22px);
  text-transform: uppercase;
}
.featured-content-container .featured-content-item-wrapper .featured-content-heading-wrapper .featured-content-subheading {
  font-size: clamp(17px, 2.5vw, 26px);
  font-weight: bold;
  text-transform: uppercase;
}
.featured-content-container .featured-content-item-wrapper .featured-content-heading-wrapper .featured-content-text {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s ease, max-height 0.8s ease;
}
@media screen and (min-width: 1025px) {
  .featured-content-container .featured-content-item-wrapper:hover .featured-content-heading-wrapper, .featured-content-container .featured-content-item-wrapper:focus .featured-content-heading-wrapper {
    min-height: 50%;
  }
  .featured-content-container .featured-content-item-wrapper:hover .featured-content-text, .featured-content-container .featured-content-item-wrapper:focus .featured-content-text {
    opacity: 1;
    max-height: 500px;
  }
  .featured-content-container .featured-content-item-wrapper:focus .featured-content-heading-wrapper {
    min-height: 100%;
  }
}
.featured-content-container .slick-arrow {
  bottom: -40px;
  top: auto;
  z-index: 1;
  left: 0;
  transform: translateX(-50%);
}
.featured-content-container .slick-arrow.slick-prev {
  margin-left: 43%;
}
.featured-content-container .slick-arrow.slick-next {
  margin-left: 57%;
}
@media screen and (min-width: 1025px) {
  .featured-content-container {
    --card-height: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-content-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 40px;
    max-width: 80%;
  }
}

.banner-container {
  --content-inset: 40px 30px;
  margin-top: var(--homepage-section-spacing);
  z-index: 10;
  position: relative;
}
.banner-container .banner-heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(24px, 2.5vw, 40px);
  text-align: center;
  margin-block: 40px 80px;
}
.banner-container .banner-content-wrapper {
  padding: var(--content-inset);
  position: relative;
}
.banner-container .banner-content-wrapper::before {
  content: "";
  background: white;
  opacity: 0.9;
  inset: var(--content-inset);
  position: absolute;
}
.banner-container .banner-content-wrapper > * {
  position: relative;
}
.banner-container .banner-content-wrapper.stats .banner-items {
  padding-bottom: 100px;
}
.banner-container .banner-content-wrapper.stats .banner-items .slick-arrow {
  top: 25%;
}
.banner-container .banner-content-wrapper .banner-item {
  text-align: center;
}
.banner-container .banner-content-wrapper .banner-item i {
  font-size: clamp(80px, 5vw, 100px);
  color: var(--clr-primary);
}
.banner-container .banner-content-wrapper .banner-item-content {
  font-size: clamp(25px, 2.5vw, 35px);
  font-weight: bold;
  color: var(--clr-primary);
}
.banner-container .banner-content-wrapper .slick-dots {
  margin-block: 30px 40px;
  text-align: center;
}
.banner-container.mass-times-container .slick-track {
  display: flex;
  height: auto;
}
.banner-container.mass-times-container .slick-track .slick-slide {
  height: inherit;
}
.banner-container.mass-times-container .mass-times-day.banner-item-heading {
  font-size: clamp(26px, 2.5vw, 35px);
  font-weight: bold;
  color: var(--clr-primary);
}
.banner-container.mass-times-container .mass-times-item-label,
.banner-container.mass-times-container .mass-times-item-time {
  font-size: clamp(22px, 2.5vw, 30px);
}
.banner-container.mass-times-container .slick-dots {
  margin-top: 130px;
}
.banner-container.mass-times-container .mass-times-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
}
@media screen and (min-width: 1280px) {
  .banner-container.mass-times-container .mass-times-items {
    justify-content: center;
    row-gap: 2rem;
  }
  .banner-container.mass-times-container .mass-times-items .mass-times-item {
    flex: 1;
  }
  .banner-container.mass-times-container .mass-times-items .slick-dots {
    margin-block: 100px 30px;
  }
  .banner-container.mass-times-container .mass-times-link {
    bottom: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .banner-container {
    --content-inset: 55px 60px;
  }
  .banner-container .banner-content-wrapper .slick-dots {
    margin-block: 40px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .banner-container .stats.banner-content-wrapper .banner-items {
    padding-bottom: 0;
  }
}

.calendar-container {
  margin-top: var(--homepage-section-spacing);
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 0%;
  max-width: 100%;
  overflow: hidden;
}
.calendar-container .simcal-calendar-head {
  display: none;
}
.calendar-container .calendar-weekday-slick .slick-arrow {
  top: 120px;
}
.calendar-container .calendar-weekday-slick .slick-arrow:hover, .calendar-container .calendar-weekday-slick .slick-arrow:focus, .calendar-container .calendar-weekday-slick .slick-arrow:active {
  background: #fff;
}
.calendar-container .calendar-weekday-slick .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-105%);
}
.calendar-container .calendar-weekday-slick .slick-arrow.slick-prev::before {
  position: absolute;
  transform: translate(-60%, -50%);
}
.calendar-container .calendar-weekday-slick .slick-arrow.slick-next {
  right: 50%;
  transform: translateX(105%);
}
.calendar-container .calendar-weekday-slick .slick-arrow.slick-next::before {
  position: absolute;
  transform: translate(-40%, -50%);
}
.calendar-container .calendar-weekday-slick .slick-list {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
}
.calendar-container .calendar-weekday-slick .simcal-day-label {
  min-height: 50px;
  border-bottom: 0 !important;
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span {
  min-height: 50px;
  cursor: pointer;
  border-radius: 20px;
  background-color: transparent !important;
  max-width: 60px;
  border: 1px solid transparent;
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 5px auto;
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span .simcal-date-format {
  color: var(--clr-quaternary);
  font-size: 14px;
  background-color: transparent !important;
  width: 35px;
  text-align: center;
  margin: auto 0;
  font-weight: 400;
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span:hover {
  border-color: var(--clr-primary);
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span:hover .simcal-date-format {
  color: var(--clr-primary);
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span.simcal-today {
  background-color: var(--clr-tertiary);
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span.simcal-today .simcal-date-format {
  color: #fff !important;
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span.simcal-current, .calendar-container .calendar-weekday-slick .simcal-day-label > span.simcal-current:hover {
  background-color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
}
.calendar-container .calendar-weekday-slick .simcal-day-label > span.simcal-current .simcal-date-format, .calendar-container .calendar-weekday-slick .simcal-day-label > span.simcal-current:hover .simcal-date-format {
  color: #fff !important;
}
.calendar-container .calendar-event-slick {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 130px;
}
.calendar-container .calendar-event-slick dd.simcal-day {
  margin: 0;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events {
  display: none;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events.simcal-visible {
  display: block;
  padding: 0;
  margin: auto 0 10px;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events.simcal-visible .simcal-event {
  margin: 130px auto 0;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events.simcal-visible .simcal-event + .simcal-event {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .calendar-container .calendar-event-slick dd.simcal-day .simcal-events.simcal-visible .simcal-event {
    margin: 20px auto 10px;
  }
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event {
  list-style: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
  width: 75%;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event .simcal-event-title {
  display: none;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event .simcal-event-details {
  display: flex !important;
  gap: 2rem;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event .simcal-event-details a {
  text-align: left;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event .simcal-event-details a h5 {
  color: var(--clr-primary);
  font-size: 24px;
  margin: 0.9em 0 0;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event .simcal-event-details a h5 .simcal-event-title {
  display: block;
}
.calendar-container .calendar-event-slick dd.simcal-day .simcal-events .simcal-event .simcal-event-details a h6 {
  color: #000;
  margin: 0 0 0.9em;
}
.calendar-container svg {
  position: absolute;
  right: 0%;
  top: 0;
  transform: translateY(25%);
  z-index: -1;
}
.calendar-container svg rect, .calendar-container svg circle, .calendar-container svg line {
  filter: brightness(var(--shape-brightness-primary));
  stroke-width: 0.5px;
  stroke: var(--clr-primary);
}
.calendar-container svg:first-of-type {
  display: none;
}
.calendar-container svg:nth-of-type(2) {
  display: block;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .calendar-container svg:first-of-type {
    display: block;
  }
  .calendar-container svg:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .calendar-container {
    padding: 0 18%;
    min-height: 700px;
  }
  .calendar-container .calendar-weekday-slick .slick-arrow {
    top: 50%;
  }
  .calendar-container .calendar-weekday-slick .slick-arrow.slick-prev {
    left: -25px;
    transform: translateY(-50%);
  }
  .calendar-container .calendar-weekday-slick .slick-arrow.slick-next {
    right: -25px;
    transform: translateY(-50%);
  }
  .calendar-container .calendar-weekday-slick .simcal-day-label {
    min-height: 83px;
  }
  .calendar-container .calendar-weekday-slick .simcal-day-label > span {
    min-height: 83px;
  }
  .calendar-container .calendar-weekday-slick .simcal-day-label > span .simcal-date-format {
    font-size: 21px;
    display: inline;
  }
  .calendar-container .calendar-weekday-slick .simcal-event:first-of-type {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1280px) {
  .calendar-container {
    padding: 0 15%;
  }
}

.news-container {
  margin-top: var(--homepage-section-spacing);
  background: #f2f2f2;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.news-container.lines {
  --homepage-section-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .news-container {
    overflow: visible;
  }
}
.news-container .container {
  position: relative;
  margin: 75px 0 75px 35px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .news-container .container {
    margin: 75px 0 75px 50%;
    overflow: visible;
  }
}
.news-container .container .scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}
.news-container .container .scrolling-text .news-faded-header {
  opacity: 0.6;
}
.news-container .news-container-wrapper-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .news-container .news-container-wrapper-wrapper {
    flex-direction: row;
  }
}
.news-container .news-container-wrapper {
  --slide-height: 250px !important;
  position: relative;
  margin: 30px auto;
  z-index: 1;
  width: 100%;
}
.news-container .news-container-wrapper .slick-arrow {
  top: 0;
  transform: translateY(-125%);
}
.news-container .news-container-wrapper .slick-arrow.slick-prev {
  left: calc(50% - 50px);
}
.news-container .news-container-wrapper .slick-arrow.slick-next {
  left: calc(50% + 6px);
  right: unset;
}
@media screen and (min-width: 1025px) {
  .news-container .news-container-wrapper {
    --slide-height: auto !important;
    width: 40%;
    margin-top: -100px;
  }
  .news-container .news-container-wrapper .post-wrapper {
    margin-inline: 0;
  }
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
    margin: 5% auto;
    bottom: auto;
    top: 22%;
  }
}
.news-container .news-container-wrapper .post-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-inline: 15px;
  transition: margin 0.4s ease;
  margin-bottom: 30px !important;
  width: 320px;
}
.news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
  min-height: 500px;
}
@media screen and (min-width: 426px) {
  .news-container .news-container-wrapper .post-wrapper {
    width: 500px;
  }
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
    min-height: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .news-container .news-container-wrapper .post-wrapper {
    width: auto;
  }
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
    min-height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
    min-height: auto;
  }
}
.news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper {
    bottom: -100%;
  }
}
.news-container .news-container-wrapper .post-wrapper .post-content-wrapper img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper img {
    height: 260px;
  }
}
@media screen and (min-width: 1025px) {
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper img {
    height: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .news-container .news-container-wrapper .post-wrapper .post-content-wrapper img {
    height: 400px;
  }
}
.news-container .news-container-wrapper .post-wrapper .post-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.9;
}
.news-container .news-container-wrapper .post-wrapper .post-content-wrapper > * {
  position: relative;
}
.news-container .news-container-wrapper .post-wrapper .post-heading {
  font-size: clamp(25px, 2vw, 40px);
  margin-block: 20px 15px;
  position: relative;
}
.news-container .news-container-wrapper .post-wrapper .post-excerpt {
  font-size: clamp(16px, 1.5vw, 23px);
  margin-bottom: 45px;
}
.news-container .news-container-wrapper .post-wrapper .post-read-more {
  color: var(--clr-quaternary);
  font-size: clamp(16px, 1.5vw, 23px);
  transition: color 0.3s ease;
  display: inline-block;
}
.news-container svg {
  position: absolute;
  left: -60%;
  top: 0;
}
.news-container svg rect, .news-container svg circle, .news-container svg line {
  filter: brightness(var(--shape-brightness-secondary));
  fill: var(--clr-secondary);
  stroke: var(--clr-secondary);
  stroke-width: 0.5px;
}
.news-container svg.lines {
  opacity: 25%;
  left: -85%;
  top: 10%;
}
@media screen and (min-width: 1440px) {
  .news-container svg.lines {
    left: -25%;
  }
}
.news-container svg:first-of-type {
  display: none;
}
.news-container svg:nth-of-type(2) {
  display: block;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .news-container svg:first-of-type {
    display: block;
  }
  .news-container svg:nth-of-type(2) {
    display: none;
  }
}
.news-container .news-content-wrapper-wrapper {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .news-container .news-content-wrapper-wrapper {
    width: 50%;
    margin-bottom: 0;
  }
}
.news-container .news-content-wrapper-wrapper .news-header {
  margin: 0;
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper {
  padding: 10px 35px;
  margin-bottom: 0;
  top: var(--header-height);
  margin-inline: 0;
  position: sticky;
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper svg.lines {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .news-container .news-content-wrapper-wrapper .news-content-wrapper {
    width: 41vw;
    margin-bottom: 60px;
  }
  .news-container .news-content-wrapper-wrapper .news-content-wrapper svg {
    left: 0%;
    width: 520px;
    height: 520px;
  }
}
@media screen and (min-width: 1440px) {
  .news-container .news-content-wrapper-wrapper .news-content-wrapper svg {
    left: -7%;
    width: 750px;
    height: 750px;
  }
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper.newsSticky {
  margin-top: var(--header-height);
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper::before {
  opacity: 0.8;
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper p {
  margin: 20px auto 30px;
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper svg {
  position: absolute;
  right: 0;
  top: unset;
  z-index: 0 !important;
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper svg rect, .news-container .news-content-wrapper-wrapper .news-content-wrapper svg circle, .news-container .news-content-wrapper-wrapper .news-content-wrapper svg line {
  filter: brightness(100%);
  stroke: #fff;
  fill: transparent;
}
.news-container .news-content-wrapper-wrapper .news-content-wrapper * {
  z-index: 1;
}

.gallery-container {
  margin-top: var(--homepage-section-spacing);
  z-index: 10;
  position: relative;
}
.gallery-container .gallery-heading {
  font-size: clamp(25px, 2.5vw, 40px);
  margin-block: 0 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .gallery-container {
    max-width: 75%;
    margin-inline: auto;
  }
  .gallery-container .gallery-heading {
    margin-left: 20px;
    margin-bottom: 65px;
  }
}

.featured-buttons {
  position: relative;
  top: -60px;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 2rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1607843137);
  z-index: 11;
  position: relative;
  max-width: 60%;
}
.featured-buttons.rounded .featured-buttons-wrapper {
  border-radius: 10px 0 0 10px;
}
.featured-buttons .featured-buttons-wrapper {
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
  display: flex;
  top: -60px;
  flex-direction: column;
}
.featured-buttons .featured-buttons-wrapper .featured-button {
  font-size: 18px;
  color: var(--clr-primary);
  text-transform: uppercase;
}
.featured-buttons .featured-buttons-wrapper .featured-button:hover {
  text-decoration: none;
}
.featured-buttons .featured-button + .featured-button {
  margin-top: 40px;
}
.featured-buttons .featured-button-icon {
  margin-right: 1rem;
}

@media screen and (min-width: 1025px) {
  .featured-buttons {
    max-width: 75%;
    top: -35px;
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .featured-buttons .featured-buttons-wrapper {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .featured-buttons .featured-buttons-wrapper .featured-button {
    font-size: 20px;
  }
  .featured-buttons .featured-button + .featured-button {
    margin-top: 0;
  }
}
.homeStickyButtons {
  position: fixed;
  bottom: 60px;
  right: 0;
  transform: translateY(-200%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  height: 0;
}
.homeStickyButtons a {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 17px 20px;
  text-decoration: none;
  width: 100%;
  transition: padding 0.3s ease, background 0.3s ease, color 0.3s ease, border 0.3s ease;
  background-color: #fff;
  min-width: 182px;
  background: var(--clr-primary);
  color: #fff;
  height: 47px;
}

.homeStickyButtons a span {
  position: absolute;
  left: -33px;
  top: 0;
  transform: rotate(180deg);
  font-size: 75px;
}

.homeStickyButtons .stickyIcon {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
}

.homeStickyButtons .stickyIcon i {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}

.stickyLinkContainer:nth-child(3n+1) .stickyIcon {
  background: var(--clr-primary);
}

.stickyLinkContainer:nth-child(3n+2) .stickyIcon {
  background-color: var(--clr-secondary);
}

.stickyLinkContainer:nth-child(3n+3) .stickyIcon {
  background-color: var(--clr-tertiary);
}

.stickyFormContainer, .stickyLinkContainer {
  margin: 5px 0;
  display: flex;
  position: relative;
  right: -191px;
  transition: right 0.5s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.stickyFormContainer:hover, .stickyLinkContainer:hover {
  right: 0;
}
.stickyFormContainer:hover .stickyIcon, .stickyFormContainer:hover a, .stickyLinkContainer:hover .stickyIcon, .stickyLinkContainer:hover a {
  background: var(--clr-secondary);
}

.stickyFormContainer:hover a, .stickyFormContainer.open a {
  color: #fff;
}

.stickyFormContainer.open {
  right: 550px;
}

.stickyFormContainer a {
  position: relative;
  cursor: pointer;
  height: 75px;
}

.stickyForm h2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.stickyFormContainer a.stickyPhone, .homeStickyButtons div:nth-child(2n+2) a.stickyPhone {
  display: block;
  font-size: 32px;
  line-height: 42px;
  background-color: transparent;
  height: auto;
  border: none;
  min-height: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}

.stickyForm {
  background: #ffffff;
  width: 551px;
  box-shadow: 20px 0px 3px 0px #000000;
  position: absolute;
  left: 100%;
  bottom: 0;
  padding: 5px 15px;
  z-index: 1;
}

.stickyFormContainer.open .stickyForm {
  z-index: 2;
}

.stickyForm .gform_wrapper {
  margin: 0;
}

.stickyForm a {
  display: none;
}

.stickyForm .gform_wrapper .gform_heading {
  margin-bottom: 5px;
}

.stickyForm .gform_wrapper h3.gform_title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}

.stickyForm .gform_wrapper h3.gform_title, .stickyForm .gform_wrapper span.gform_description {
  margin: 0;
}

.stickyForm .gform_wrapper ul li.gfield, .stickyForm .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 0px;
}

.stickyForm .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

.stickyForm .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .stickyForm .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 1px;
}

.stickyForm .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #000000;
}

.stickyForm .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.stickyForm .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.stickyForm .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.stickyForm .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.stickyForm .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.stickyForm .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  line-height: 0.813em;
  margin: 2px 0 0;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  border: 1px solid #666;
}

.stickyForm .gform_wrapper .gform_footer input.button, .stickyForm .gform_wrapper .gform_footer input[type=submit],
.stickyForm .gform_wrapper .gform_page_footer input.button, .stickyForm .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #ADADAD;
  padding: 10px 45px;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.stickyForm .gform_wrapper .gform_footer input.button:hover, .stickyForm .gform_wrapper .gform_footer input[type=submit]:hover,
.stickyForm .gform_wrapper .gform_page_footer input.button:hover, .stickyForm .gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #fff;
}

.stickyForm .gform_wrapper textarea.medium {
  height: 120px;
}

.stickyForm .gform_wrapper .gform_footer {
  margin: 5px 0 0;
  padding: 5px 0;
}

@media screen and (min-height: 1024px) {
  .stickyLinkContainer.navWrapper {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .homeStickyButtons {
    bottom: 15vh;
  }
  .stickyFormContainer, .stickyLinkContainer {
    flex-direction: column;
    right: 0;
    margin: 0 17px 0 0;
  }
  .stickyFormContainer {
    position: unset;
  }
  .stickyLinkContainer {
    position: relative;
  }
  .homeStickyButtons .stickyIcon {
    width: 34px;
    height: 34px;
  }
  .homeStickyButtons .stickyIcon:last-child {
    border-right: 0;
  }
  .homeStickyButtons a {
    margin: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    height: 100%;
  }
  .stickyFormContainer a {
    text-align: center;
    justify-content: center;
    border-radius: 0;
  }
  .homeStickyButtons a span {
    display: none;
  }
  .stickyLinkContainer:hover a {
    background: transparent;
  }
  .stickyFormContainer.open {
    right: 0;
  }
  .stickyForm {
    position: absolute;
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    max-height: 0;
    transform: none;
    transition: max-height 0.3s ease, border-width 0.3s ease;
    border-left: 0;
    box-shadow: none;
    border-width: 0px;
    overflow: hidden;
  }
  .stickyForm .grecaptcha-badge {
    display: none;
    visibility: none;
  }
  .homeStickyButtons .stickyFormContainer:nth-child(2n+2) .stickyForm {
    border-left: 0;
    border-width: 0px;
  }
  .homeStickyButtons .stickyFormContainer:nth-child(3n+3) .stickyForm {
    border-left: 0;
    border-width: 0px;
  }
  .stickyFormContainer.open .stickyForm,
  .stickyFormContainer.open:nth-child(2n+2) .stickyForm,
  .stickyFormContainer.open:nth-child(3n+3) .stickyForm {
    max-height: 1000px;
    border-width: 0px;
  }
}
@media screen and (max-width: 375px) {
  .homeStickyButtons {
    max-width: 375px;
  }
}
.parish-cluster {
  margin-top: var(--homepage-section-spacing);
  position: relative;
  top: -110px;
  background: white;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 2rem;
}
.parish-cluster .parish-scroll-title {
  background: white;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.parish-cluster svg {
  position: absolute;
  right: 0;
  top: 0;
}
.parish-cluster svg rect, .parish-cluster svg circle, .parish-cluster svg line {
  filter: brightness(var(--shape-brightness-secondary));
  fill: var(--clr-secondary);
  stroke: var(--clr-secondary);
  stroke-width: 0.5px;
}
.parish-cluster svg line {
  stroke-width: 1.25px;
}
.parish-cluster svg:first-of-type {
  display: none;
  max-height: 100%;
}
.parish-cluster svg:nth-of-type(2) {
  display: block;
  top: 50px;
}
.parish-cluster .parishBtns {
  z-index: 1;
  position: relative;
}
.parish-cluster .parishBtns .parishButtons {
  height: 310px;
  text-align: left;
  padding: 0 0rem;
}
.parish-cluster .parishBtns .parishButtons a {
  text-decoration: none;
}
.parish-cluster .parishBtns .parishButtons .featured-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 300px;
  display: block;
  font-size: var(--fs-500);
  font-family: var(--font-main);
  margin-right: 20px;
  margin-left: 20px;
  width: 250px;
  border-radius: 17px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
}
.parish-cluster .parishBtns .parishButtons .featured-button[href="#"] {
  pointer-events: none;
}
.parish-cluster .parishBtns .parishButtons .featured-button img {
  height: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 17px 17px 0 0;
  width: 100%;
}
.parish-cluster .parishBtns .parishButtons .featured-button h2 {
  text-transform: uppercase;
}
.parish-cluster .parishBtns .parishButtons .featured-button .button-title, .parish-cluster .parishBtns .parishButtons .featured-button p {
  margin: 0 10%;
  position: relative;
  left: unset;
  transform: unset;
}
.parish-cluster .parishBtns .parishButtons .featured-button::after {
  content: none;
}
.parish-cluster .parishBtns .parishButtons .slick-prev, .parish-cluster .parishBtns .parishButtons .slick-next {
  top: 110%;
}
.parish-cluster .parishBtns .parishButtons .slick-prev {
  right: 0;
  left: 50%;
  transform: translateX(-105%);
}
.parish-cluster .parishBtns .parishButtons .slick-next {
  right: 0;
  left: 50%;
  transform: translateX(5%);
}
@media screen and (min-width: 768px) {
  .parish-cluster.parishFlex .parishScroll {
    width: 60%;
  }
  .parish-cluster svg:first-of-type {
    display: block;
  }
  .parish-cluster svg:nth-of-type(2) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .parish-cluster {
    /* Map Slider */
  }
  .parish-cluster.parishFlex {
    flex-direction: row;
  }
  .parish-cluster.parishFlex h1.parish-scroll-title {
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.67em;
  }
  .parish-cluster.parishFlex .parishScroll {
    margin: 0 0 0 20px;
    width: 50%;
  }
  .parish-cluster .parish-maps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowwrap;
    justify-content: center;
  }
  .parish-cluster .parish-maps .parish-maps-wrapper {
    width: 50%;
    margin-top: 0;
  }
  .parish-cluster .parish-maps .parish-map-slider {
    width: 50%;
    margin-left: 3.125rem;
    margin-bottom: 0;
  }
  .parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowwrap;
    justify-content: flex-start;
  }
  .parish-cluster .parish-maps .slick-arrow {
    bottom: 4rem;
  }
}

.buttons-container.carousel {
  height: 35.5rem;
  perspective: 44.375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .buttons-container.carousel {
    perspective: 50.375rem;
  }
}
.buttons-container.carousel[data-btns="1"] .button, .buttons-container.carousel[data-btns="2"] .button, .buttons-container.carousel[data-btns="3"] .button {
  width: 28.5rem;
}
.buttons-container.carousel[data-btns="1"] .button .button-image, .buttons-container.carousel[data-btns="2"] .button .button-image, .buttons-container.carousel[data-btns="3"] .button .button-image {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 11rem;
  margin: 0;
}
.buttons-container .button {
  opacity: 1 !important;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  outline-offset: 3px;
  width: 20.5rem;
  max-width: 85vw;
  min-height: 32rem;
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.buttons-container .button:not(.active) * {
  opacity: 0.33333333;
}
.buttons-container .button i {
  align-self: center;
  color: var(--clr-secondary);
  font-size: 10rem;
}
.buttons-container .button .button-image {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 10rem;
  margin: 0 auto;
}
.buttons-container .button .button-title {
  margin: 0.75em auto 1.25em 0;
}
.buttons-container .button .button-text {
  font-size: 18px;
  color: #404040;
  margin-bottom: 40px;
  text-align: left;
}
.buttons-container .button .the-button {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.buttons-container.alt-featured {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
  margin-block: 2rem;
}
@media screen and (min-width: 992px) {
  .buttons-container.alt-featured {
    grid-template-columns: 40% 60%;
    max-width: 70%;
  }
}
.buttons-container.alt-featured .subtitle {
  font-weight: 400;
}
.buttons-container.alt-featured .buttons {
  display: flex;
  flex-direction: column;
}
.buttons-container.alt-featured .buttons .button {
  display: grid;
  grid-template-columns: 25% 75%;
  justify-items: center;
  align-items: center;
  width: 100%;
  background: transparent;
  min-height: auto;
  padding-bottom: 20px;
  text-decoration: none;
}
.buttons-container.alt-featured .buttons .button:hover {
  text-decoration: none;
  background: var(--clr-primary);
  color: inherit;
}
.buttons-container.alt-featured .buttons .button:not(:last-child) {
  border-bottom: 1px solid var(--clr-primary);
}
.buttons-container.alt-featured .buttons .button:has(> :first-child:last-child) {
  grid-template-columns: 100%;
}
.buttons-container.alt-featured .buttons .button .button-title {
  font-weight: 400;
  margin-bottom: 0.5em;
}
.buttons-container.alt-featured .buttons .button .content-wrapper {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.buttons-container.alt-featured .buttons .button i {
  font-size: 5rem;
}

.carousel-arrows {
  --buttons-arrow-size: 2.75rem;
  display: flex;
  justify-content: center;
  margin-bottom: 2.75rem;
}
.carousel-arrows i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 0;
  background: var(--clr-secondary);
  border: 2px solid var(--clr-secondary);
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
  opacity: 0.75;
  transition: background 0.25s ease-in, color 0.25s ease-in, opacity 0.25s ease-in;
}
.carousel-arrows i:before {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.carousel-arrows i:last-child {
  margin-right: 0;
}
.carousel-arrows i:hover, .carousel-arrows i:focus {
  color: var(--clr-secondary);
  background: #fff;
  opacity: 1;
}
.carousel-arrows i:hover:before, .carousel-arrows i:focus:before {
  color: var(--clr-secondary);
}

.ministry-funnel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-wrap: wrap;
}
.ministry-funnel.entry-content::before, .ministry-funnel.entry-content::after {
  display: none;
}
.ministry-funnel .ministry-group-wrapper {
  overflow: hidden;
  height: 20rem;
}
.ministry-funnel .ministry-group-wrapper:hover .ministry-group-link {
  transform: scale(1.1);
  text-decoration: none;
}
.ministry-funnel .ministry-group-wrapper .ministry-group-link {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  transition: var(--tr-transform);
}
.ministry-funnel .ministry-group-wrapper .ministry-group-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, black 75%, transparent);
  opacity: 0.25;
}
.ministry-funnel .ministry-group-wrapper .ministry-group-link h1,
.ministry-funnel .ministry-group-wrapper .ministry-group-link h2,
.ministry-funnel .ministry-group-wrapper .ministry-group-link h3,
.ministry-funnel .ministry-group-wrapper .ministry-group-link h4,
.ministry-funnel .ministry-group-wrapper .ministry-group-link h5,
.ministry-funnel .ministry-group-wrapper .ministry-group-link h6 {
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .ministry-funnel {
    flex-direction: row;
  }
  .ministry-funnel .ministry-group-wrapper {
    aspect-ratio: 370/230;
    width: calc(50% - 2rem);
    height: unset;
  }
}
.page-template-page-ministries {
  overflow-x: hidden;
}

.ministry-slider .ministry-group {
  cursor: pointer;
}
.ministry-slider .ministry-group .slick-arrow {
  border-color: white;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.ministry-slider .ministry-group .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.ministry-slider .ministry-group .slick-next {
  right: -5%;
}
.ministry-slider .ministry-group .slick-prev {
  left: -5%;
  z-index: 1;
}
.ministry-slider .ministry-group .slick-list {
  overflow: visible;
}
.ministry-slider .ministry-group .slick-list .slick-track {
  margin-left: 0;
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper {
  margin: 0 0.5rem 3rem;
  position: relative;
  background: #F9F9F9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #404040;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper:not(.slick-active)::after {
  opacity: 0.6;
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper .ministry-image-wrapper {
  overflow: hidden;
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper .ministry-image-wrapper .teaser-img {
  transition: transform 0.3s ease;
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper .teaser-content-wrapper {
  padding-bottom: 0;
  flex: 1;
}
.ministry-slider .ministry-group .slick-list .slick-track .ministry-wrapper:hover .ministry-image-wrapper .teaser-img {
  transform: scale(1.1);
}

.staff-category {
  margin-bottom: 7rem;
}

.staff-category-members {
  display: grid;
  grid-template-columns: auto;
  row-gap: 80px;
}

@media screen and (min-width: 1025px) {
  .staff-category-members {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
  }
}
.staff-member {
  display: flex;
  height: 100%;
}
.staff-member .staff-member-info {
  padding: 15px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.staff-member .staff-member-info .staff-member-title {
  margin-block: 0px;
  font-family: var(--font-heading);
  font-weight: bold;
}
.staff-member .staff-member-info .staff-member-position {
  margin: 0;
  font-size: 18px;
}
.staff-member .staff-member-info a {
  text-decoration: underline;
  cursor: pointer;
}
.staff-member .staff-member-info a:hover {
  color: var(--clr-secondary);
}
.staff-member .staff-member-info .staff-member-contact-wrapper {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}
.staff-member .staff-member-info .staff-member-contact-wrapper .staff-member-email + .staff-member-email {
  margin-left: 10px;
}

.archive.tax-ministry-group .taxonomy-description {
  text-align: center;
}
.archive.tax-ministry-group .taxonomy-container {
  margin: 3.75rem auto 0;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name {
  margin: 0 0 0.5em !important;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name .ministry-name-link {
  text-decoration: none;
  transition: color 0.25s ease-in;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name .ministry-name-link:hover, .archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name .ministry-name-link:focus {
  text-decoration: underline;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-text {
  margin: 0;
}
@media screen and (max-width: 1399px) {
  .archive.tax-ministry-group .taxonomy-container .taxonomy-single .read-more-link {
    margin-left: auto;
  }
}

.single-container article {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.single-container article .single-content {
  width: 100%;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto 2rem;
}
.page-content .single-container,
.entry-content .single-container,
.entry-summary .single-container {
  display: flex;
  width: 100%;
  margin-top: 2.75rem;
}
.page-content .single-container .single-thumbnail,
.entry-content .single-container .single-thumbnail,
.entry-summary .single-container .single-thumbnail {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
  max-width: 25rem;
}
.page-content .single-container .single-content .single-title,
.entry-content .single-container .single-content .single-title,
.entry-summary .single-container .single-content .single-title {
  margin-top: 0 !important;
}

.single-ministry .single-container {
  flex-wrap: wrap;
}
.single-ministry .single-container .contact-persons-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.single-ministry .single-container .single-thumbnail img {
  border-radius: 50%;
}
.single-ministry .single-container .contact-persons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 2rem;
}
.single-ministry .single-container .contact-persons .contact-person {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0.5rem;
}
.single-ministry .single-container .contact-persons .contact-person a {
  transition: color 0.25s ease-in;
}
.single-ministry .single-container .contact-persons .contact-person .contact-name,
.single-ministry .single-container .contact-persons .contact-person .contact-email {
  margin: 0 0.5rem 0 0 !important;
}
.single-ministry .single-container .contact-persons .contact-person .contact-name {
  font-weight: 700;
  border-right: 1px solid;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.single-ministry .single-container .contact-persons .contact-person .contact-name.no-contact-info {
  border-color: transparent !important;
}
.single-ministry .single-container .contact-persons .contact-person .contact-phone {
  margin: 0 !important;
}

@media screen and (min-width: 1280px) {
  .single-ministry .single-container .single-ministry-article {
    width: 75%;
    padding-right: 5%;
  }
  .single-ministry .single-container .contact-persons-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}/*# sourceMappingURL=style.css.map */