
:root {
	--primary-color-hex: #1c5275;
	--primary-color: var(--primary-color-hex);
	--primary-color-text: #fff;

	--secondary-color-hex: #b16b3d;
	--secondary-color: var(--secondary-color-hex);
	--secondary-color-text: #fff;

	--tertiary-color-hex: #77808b;
	--tertiary-color: var(--tertiary-color-hex);

	--blue: var(--primary-color);
	--brown: var(--secondary-color);
	--grey: var(--tertiary-color);
	--dark-grey: #292929;
	--gold: #CAA84E;
	--charcoal: #1a1a1a;
	--cream: #e0e0e1;
	--white: #fff;
	
	--mobile-menu-background: rgba(255,255,255,0.95);
	--mobile-nav-text-color: var(--charcoal);
	
	--section-padding-top: 70px;
	--section-padding-bottom: 70px;
	--left-right-padding: clamp(40px, 7vw, 115px);
	
	--footer-background-color: var(--dark-grey);
	--footer-text-color: #fff;

	--copyright-background-color: var(--charcoal);
	
	--font-primary: 'Cera Pro', Helvetica, Arial, sans-serif;
	--font-secondary: 'Cera Pro', Helvetica, Arial, sans-serif;
	--font-script: 'Amalfi Coast Regular', cursive;

	--font-primary: 'Josefin Sans', Helvetica, Arial, sans-serif;
	--font-secondary: 'Josefin Sans', Helvetica, Arial, sans-serif;
	
	--default-lh: 1.5;
	--default-p: clamp(15px, 1.04vw, 16px);
	--default-p-weight: 400;
	--default-h1: clamp(40px, 4.44vw, 66px);
	--default-h2: clamp(26px, 2.5vw, 36px);
	--default-h3: clamp(26px, 2.5vw, 36px);
	--default-h4: clamp(16px, 1.39vw, 20px);

	--nav-background: #fff;
	--nav-text: var(--primary-color-text);
	--nav-text-size: var(--default-p);

	--max-width: 1920px;

	--header_spacer_height: 0px;

	--cc-font-family: var(--font-secondary);
	--cc-modal-border-radius: .5rem;
	--cc-btn-border-radius: .4rem;
	--cc-modal-transition-duration: .25s;
	--cc-link-color: var(--cc-btn-primary-bg);
	--cc-modal-margin: 1rem;
	--cc-z-index: 2147483647;
	--cc-bg: #fff;
	--cc-primary-color: #2c2f31;
	--cc-secondary-color: #5e6266;
	--cc-btn-primary-bg: #30363c;
	--cc-btn-primary-color: #fff;
	--cc-btn-primary-border-color: var(--cc-btn-primary-bg);
	--cc-btn-primary-hover-bg: #000;
	--cc-btn-primary-hover-color: #fff;
	--cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
	--cc-btn-secondary-bg: #eaeff2;
	--cc-btn-secondary-color: var(--cc-primary-color);
	--cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
	--cc-btn-secondary-hover-bg: #d4dae0;
	--cc-btn-secondary-hover-color: #000;
	--cc-btn-secondary-hover-border-color: #d4dae0;
	--cc-separator-border-color: #f0f4f7;
	--cc-toggle-on-bg: var(--cc-btn-primary-bg);
	--cc-toggle-off-bg: #667481;
	--cc-toggle-on-knob-bg: #fff;
	--cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
	--cc-toggle-enabled-icon-color: var(--cc-bg);
	--cc-toggle-disabled-icon-color: var(--cc-bg);
	--cc-toggle-readonly-bg: #d5dee2;
	--cc-toggle-readonly-knob-bg: #fff;
	--cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
	--cc-section-category-border: var(--cc-cookie-category-block-bg);
	--cc-cookie-category-block-bg: #f0f4f7;
	--cc-cookie-category-block-border: #f0f4f7;
	--cc-cookie-category-block-hover-bg: #e9eff4;
	--cc-cookie-category-block-hover-border: #e9eff4;
	--cc-cookie-category-expanded-block-bg: transparent;
	--cc-cookie-category-expanded-block-hover-bg: #dee4e9;
	--cc-overlay-bg: rgba(0,0,0,.65);
	--cc-webkit-scrollbar-bg: var(--cc-section-category-border);
	--cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
	--cc-footer-bg: var(--cc-btn-secondary-bg);
	--cc-footer-color: var(--cc-secondary-color);
	--cc-footer-border-color: #e4eaed;
	--cc-pm-toggle-border-radius: 4em;
}


/* Default Styles test
   ========================================================================== */


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.p_form {
	line-height: 1.5 !important;
}

.p_form .fld_check input, .p_form .fld_radio input {
	margin-top: 5px !important;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

.wow {
	visibility: hidden;
}
  
  /* Page Layout & Utility0
   ========================================================================== */

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 10px;
  font-weight: 400;
  color: var(--charcoal);
  background: #353535;
}

.main-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0 auto;
}

.wide {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.nowrap {
	text-wrap: nowrap;
}


.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }

/*
  .container {
    width: 540px;
  }
*/
/*
.flex.stacked {
	margin-right: auto !important;
}
*/
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*  Header
   ========================================================================== */
#header_spacer {
	position: relative;
	height: var(--header_spacer_height);
}
#header-gradient {
	position: absolute;
	top: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 100%);
    height: 200px;
    z-index: 1;
	pointer-events: none;
}

.primary {
	position: fixed;
	display: block;
	z-index: 3000;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.2), transparent);
	transition: .3s;
}

	.scrolled .primary {
/*
		padding-top: 10px;
		padding-bottom: 10px;
*/
		background-image: none;
		box-shadow: 0 -5px 10px #000;
		background-color: var(--nav-background);
	}

	.mobile_open .scrolled .primary {
		background-color: transparent;
	}

.primary > .container {
  width: 100%;
	height: 80px;
  padding-left: var(--left-right-padding);
  padding-right: var(--left-right-padding);
  display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .25s ease-out;
}

#logo {
	position: absolute;
	top: 0;
	left: var(--left-right-padding);
	width: 157px;
	/* height: 144px; */
  transition: .25s ease-out;
  line-height: 1;
	z-index: 101;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	transform-origin: top left;
}

	.scrolled #logo {
		width: 80px;
		/* transform: scale(0.8); */
	}

	#logo a {
		padding: 30px 22px;
		background-color: var(--blue);
		display: flex;
		transition: .25s ease-out;
	}

	.scrolled #logo a {
		padding: 0;
	}

		#logo img {
			width: 100%;
			height: auto;
			transition: .3s;
		}

		#logo svg {
			height: 80px;
		}

			.scrolled .primary #logo svg polygon,
			.scrolled .primary #logo svg path:not(#logo_icon) {
				display: none;
			}

			#logo_icon {
				transition: .25s ease-out;
			}
			.scrolled #logo_icon {
				transform: translateY(20%);
			}

/*
.site-header.wide {
	border-bottom: 15px solid var(--secondary-color);
}
*/

@media (max-width: 1024px) {
	:root {
		--header_spacer_height: 0;
	}

	#logo img {
		max-width: 170px;
	}
  .primary {
/*     padding: 10px 0; */
    display: block;
  }
}

/*
@media (max-height: 600px) {
  .primary {
    position: relative;
    padding: 0;
  }
  
  	.primary.scrolled {
	  	padding: 0;
  	}
  
  .primary > .container {

    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    padding: 12px 0;
    width: 70%;
    max-width: 300px;
    
    float: none;
  }
  
  	#logo img {
	  	width: 100%;
  	}
}
*/
  
/*  Navigation
   ========================================================================== */



/*  General Content Styles
   ========================================================================== */

.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#content .cb-body img {
  max-width: 100%;
  height: auto;
}


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

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

.text-justify {
  text-align: justify !important;
}

a.btn, a.btn:visited,
span.btn,
input.btn {
    position: relative;
    padding: 10px 20px 7px;
    font-size: var(--default-p);
    font-weight: 300;
		line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
    opacity: 1;
    display: inline-block;
    margin-bottom: 0.5em;
    border: 1.5px solid #fff;
    border-radius: 0;
	cursor: pointer;
}


	a.btn.blue, a.btn.blue:visited,
	span.btn.blue,
	input.btn.blue {
		color: var(--primary-color-text);
		background: var(--primary-color);
		border-color: var(--primary-color);
	}

	a.btn.brown, a.btn.brown:visited,
	span.btn.brown,
	input.btn.brown {
		color: var(--white);
		background: var(--brown);
		border-color: var(--brown);
	}

		a.btn.brown:hover, a.btn.brown:visited:hover,
		span.btn.brown:hover,
		input.btn.brown:hover {
			color: var(--brown);
			background: transparent;
		}

	a.btn.gold, a.btn.gold:visited,
	span.btn.gold,
	input.btn.gold {
		color: var(--white);
		background: var(--gold);
		border-color: var(--gold);
	}

		a.btn.gold:hover, a.btn.gold:visited:hover,
		span.btn.gold:hover,
		input.btn.gold:hover {
			color: var(--gold);
			background: transparent;
		}

	a.btn.charcoal, a.btn.charcoal:visited,
	span.btn.charcoal,
	input.btn.charcoal {
		color: var(--primary-color-text);
		background: var(--charcoal);
		border-color: var(--charcoal);
		border-width: 2px;
	}

		a.btn.charcoal:hover, a.btn.charcoal:visited:hover,
		span.btn.charcoal:hover,
		input.btn.charcoal:hover {
			color: var(--charcoal);
			background: transparent;
		}


	a.btn.white, a.btn.white:visited,
	span.btn.white,
	input.btn.white {
		color: var(--charcoal);
		border-color: var(--white);
		background: var(--white);
	}

	a.btn.white-transparent, a.btn.white-transparent:visited,
	span.btn.white-transparent,
	input.btn.white-transparent {
		color: var(--white);
		border-color: var(--white);
		background-color: transparent;
	}

		a.btn.white-transparent:hover, a.btn.white-transparent:visited:hover,
		span.btn.white-transparent:hover,
		input.btn.white-transparent:hover {
			color: var(--charcoal);
			background-color: var(--white);
		}

		a.btn span,
		span.btn span {
			position: relative;
			display: inline-block;
			transition: .2s;
		}


  	a.btn:hover,
  	span.btn:hover,
  	input.btn:hover {
		filter: brightness(110%);
		cursor: pointer;
	}
	
		a.btn:hover span,
		span.btn:hover span {
			transform: translateX(4px);
		}
	
	#content a:not(.btn) {
		font-weight: 300;
	}

		#content a:not(.btn):hover {
			text-decoration: underline;
		}

.divider-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 2px;
	/* transform: translateX(calc(var(--default-h2) + 45px)); */
}

	.divider-line.divider-line-right {
		left: unset;
		right: 0;
		transform: translateX(calc(100% - (var(--default-h2) + 45px)));
	}
	.divider-line.divider-line-bottom {
		top: unset;
		bottom: 0;
	}
	.divider-line.divider-line-relative {
		position: relative;
		transform: none;
	}

	.divider-line.blue {
		background-color: var(--blue);
	}

	.divider-line.brown {
		background-color: var(--brown);
	}

	.divider-line.gold {
		background-color: var(--gold);
	}

	.divider-line.grey {
		background-color: var(--grey);
	}

.play-button {
	position: absolute;
	inset: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: auto;
	transform: scale(1, 1);
	transition: .3s;

	/* background: rgba(255, 255, 255, 0.31); */
	/* border-radius: 16px; */
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border: 2px solid var(--white);
}

	.play-button svg {
		fill: transparent;
    stroke: var(--white);
    /* stroke-linejoin: round; */
    stroke-width: 2;
    transition: all 0.3s;
		transform: scale(.8);
	}

.cb-icon {}

	.cb-icon svg {
		width: 100%;
		height: 100%;
	}


/*  Footer
   ========================================================================== */

#bottom {
	background-color: var(--footer-background-color);
	height: auto;
	min-height: 300px;
	padding-top: 0;
	font-size: var(--default-p);
	font-weight: 500;
}

	#bottom > .container {
		width: 86%;

		padding-bottom: var(--section-padding-top);
		padding-bottom: calc(var(--section-padding-bottom) + 20px);
	}

	#bottom .columns_contact_container {
		padding: 60px var(--left-right-padding);
	}

#bottom .contact_container {
	
}

	#bottom .contact_container h5 {
		position: relative;
		margin: 0;
		color: var(--footer-text-color);
		font-size: var(--default-p);
		font-weight: 500;
		line-height: 1.1;
	}

	#bottom .contact_container p {
		margin: 0;
		font-size: clamp(10px, 0.83vw, 16px);
		font-weight: 200;
		text-transform: initial;
		line-height: 2;
	}

	#bottom .contact_container .newsletter_container {
		max-width: calc(var(--max-width) * .35);
	}

	#bottom .contact_container form {
		position: relative;
		padding-top: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px 6px;
	}

	.contact_container input:not([type="submit"]) {
		width: 100%;
		padding: 5px 20px;
		color: var(--white);
		font-size: clamp(10px, 0.83vw, 16px);
		display: block;
		border-radius: 0;
		border-width: 0;
		background-color: rgba(224, 224, 225, 0.11);
		transition: .2s;
	}

		#bottom .contact_container input[type="submit"] {
			border-radius: 0;
			justify-self: flex-start;
			justify-self: start;
		}

		#bottom .contact_container input:focus {
			color: var(--dark-grey);
			background-color: var(--white);
		}

		#bottom .contact_container input::placeholder {
			color: var(--white);
		}

			#bottom .contact_container input:focus::placeholder {
				color: var(--dark-grey);
			}
		
		.contact_container .formSubmit {
			width: auto;
		}

		#bottom .columns_container {
			position: relative;
			text-transform: uppercase;
			flex: auto;
			display: flex;
			justify-content: flex-end;
		}
		
			.columns_container .columns_wrapper {
				position: relative;
				width: 100%;
				max-width: calc(var(--max-width) * .65);
			}

				#bottom .columns {
					position: relative;
					max-width: calc(var(--max-width) * .65);
					display: flex;
					justify-content: space-between;
					align-items: flex-start;
					gap: 40px;
					flex-wrap: wrap;
				}

					#bottom .columns .footer-list {
						padding: 0;
						margin: 0;
						list-style-type: none;
						font-weight: normal;
						text-transform: initial;
					}

						#bottom .columns .footer-list li {
							display: flex;
							gap: .5em;
						}

							#bottom .columns .footer-list li span {
								color: var(--gold);
								font-size: 11px;
								line-height: 2;
							}

							#bottom .columns .footer-list li p {
								font-weight: 100;
							}



.columns .col {
	position: relative;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

	.columns .col:last-child {
	}

.col h5 {
	position: relative;
	margin: 0;
	color: var(--footer-text-color);
	font-size: var(--default-h4);
	font-weight: 700;
}

	.col h5 img {
		--footer-icon-width: 27px;
		
		width: var(--footer-icon-width);
		height: var(--footer-icon-width);
		margin-right: 5px;
		display: inline-block;
		object-fit: contain;
	}

	.col h5 a {
		color: var(--footer-text-color);
		text-decoration: none;
	}

		.col h5 a:hover {
			text-decoration: underline;
		}

.col p {
	position: relative;
	margin: 0;
	line-height: 1.5;
}

	.col p a {
		color: var(--footer-text-color);
		text-decoration: none;
	}
	
		.col p a:hover {
			/* color: var(--primary-color); */
			/* text-decoration: underline; */
		}

.col.column-one p {
	line-height: 2;
}
.footer-background {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 110%;
    height: 250%;
    background-image: var(--background-image);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: contrast(0);
    opacity: .3;
    pointer-events: none;
}

.site-footer a {
		color: var(--footer-text-color);
		text-decoration: none;
}

.site-footer .location-info {
	position: relative;
}
	.site-footer .location-info p {
	    margin: 0;
	    font-family: var(--font-secondary);
	    font-size: 1.7rem;
	    font-weight: 700;
	    color: var(--footer-text-color);
	    text-transform: uppercase;
	    line-height: 1.5;
		white-space: nowrap;
		letter-spacing: 3px;
	}

	.site-footer .contact-info {
		position: relative;
		margin-top: 3em;
	}

		.site-footer .contact-info p {
		    margin: 0;
		    font-size: 1.4rem;
		    font-weight: 600;
		    color: var(--footer-text-color);
		    text-transform: uppercase;
		    line-height: 1.2;
			white-space: nowrap;
		}
		
			.contact-info a[href^='tel'] {
				font-size: 35px;
				font-weight: 400;
			}
	
			.contact-info a[href^='mailto:'] {
				font-size: 18px;
			}
	

.site-footer {
	background-image: var(--background-image);
	background-position: center bottom;
	background-size: cover;
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
  overflow: hidden;
  padding: 0;
}

.footer-row {
  margin: 5em auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          flex-flow: row;
  -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-column {
  font-size: 1.4em;
  line-height: 1.6;
}

.footer-column p {
  margin: .2em 0;
}

.footer-column a:not(.button) {
  color: #fff;
}

.footer-column strong {
  font-size: 1.14em;
}

.footer-column strong,
.footer-column strong a {
  color: #dea92c !important;
  font-weight: 600;
}

.footer-column a:not(.button):not(.social-link):hover {
  text-decoration: underline;
}

.footer-column a.button {
  font-size: 14px;
  margin: 1em 0;
}

#search {
  position: relative;
  width: 260px;
  margin: 0;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 8px;
  font-size: 16px;
  line-height: 16px;
  background: #404140;
  color: #fff;
  outline: 0;
  box-sizing: border-box;
}

.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: var(--primary-color);
  color: #fff;
  font-size: 13px;
}

.footer-info {
  padding: 2em 0;
	padding: 2em var(--left-right-padding);
	background-color: var(--charcoal);
}

	.footer-info::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--copyright-background-color);
	}

	.footer-info .container {
		position: relative;
		width: var(--max-width);
		display: flex;
		align-items: center;
		justify-content: space-between;	
	}

	.footer-info p {
		margin: 0;
	}

	.footer-social-wrapper {
		position: relative;
		display: flex;
	}

		.footer-social-wrapper img {
			width: 215px;
		}

		.social_container {
			color: var(--primary-color);
			font-size: clamp(20px, 2.73vw, 30px);
			display: flex;
			align-items: center;
		}
		
			.social_container a {
				color: var(--primary-color-text);
				text-decoration: none;
				transition: .2s;
			}
			
				.social_container a:not(:first-child) {
					padding-left: 0.7em;
				}
			
				.social_container a:hover {
					color: var(--primary-color);
				}

				.social_container .santuary_mobile {
					font-size: .8em;
				}

.footer-info .container .btn {
	font-size: 12px;
}
.footer-copyright {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
}

.footer-copyright p {
	margin: 0;
	color: #fff;
  font-family: var(--font-primary);
}

.footer-copyright a,
.footer-copyright a:visited{
  color: #fff;
  text-decoration: none;
} 

.footer-copyright .privacy-policy a:hover {
	text-decoration: underline;
}

.footer-copyright img {
	display: block;
	/* filter: invert(1); */
	opacity: .7;
}
.footer-text {
    font-weight: 100;
    text-transform: none;
}
#bottom .columns,
#bottom .columns_container .columns_wrapper {
    max-width: 100%;
}
.church-center {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='25' height='31.49371' viewBox='0 0 25 31.49371'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefefe; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M21.38772,6.81274c.97155.83698,2.35179,1.88865,3.20044,2.77072.18936.19681.38028.38172.41023.67558-.00561,6.31886.06721,12.66242-.35361,18.94139-.04899.73098.27474,2.10004-.77894,2.23747-2.02452-.15329-4.28874.18284-6.28208-.00058-.66545-.06123-.93987-.33816-1.02226-1.0285-.20062-1.68096.10241-3.80543.00782-5.55917-.16997-3.15141-1.55129-5.85389-4.04455-7.78324-2.19924,1.764-3.84922,4.69412-4.04452,7.5419-.12602,1.8376.27017,4.31681-.00187,6.0322-.04539.28621-.20546.48782-.40729.67852l-7.06943.05969c-.32619-.10736-.48647-.44722-.56098-.8715-.02522-.14361-.04061-.29689-.04928-.45409-.03471-.62928-.10533-1.98456-.10596-2.00045-.20336-5.14847-.45612-11.50389-.12563-16.59875.02848-.43898.11085-1.38876.3646-1.68669C3.7687,7.11223,6.88904,4.27705,10.11095,1.62075c1.13747-.93778,1.99566-2.27281,3.67168-1.2562,2.45499,2.24087,5.08972,4.28122,7.60509,6.44819Z'/%3E%3C/g%3E%3C/svg%3E");
	width: 19px;
    height: 31px;
    transition: all .3s;
    background-size: contain;
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
    display: block;
}
.church-center:hover {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='25' height='31.49371' viewBox='0 0 25 31.49371'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231c5275; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M21.38772,6.81274c.97155.83698,2.35179,1.88865,3.20044,2.77072.18936.19681.38028.38172.41023.67558-.00561,6.31886.06721,12.66242-.35361,18.94139-.04899.73098.27474,2.10004-.77894,2.23747-2.02452-.15329-4.28874.18284-6.28208-.00058-.66545-.06123-.93987-.33816-1.02226-1.0285-.20062-1.68096.10241-3.80543.00782-5.55917-.16997-3.15141-1.55129-5.85389-4.04455-7.78324-2.19924,1.764-3.84922,4.69412-4.04452,7.5419-.12602,1.8376.27017,4.31681-.00187,6.0322-.04539.28621-.20546.48782-.40729.67852l-7.06943.05969c-.32619-.10736-.48647-.44722-.56098-.8715-.02522-.14361-.04061-.29689-.04928-.45409-.03471-.62928-.10533-1.98456-.10596-2.00045-.20336-5.14847-.45612-11.50389-.12563-16.59875.02848-.43898.11085-1.38876.3646-1.68669C3.7687,7.11223,6.88904,4.27705,10.11095,1.62075c1.13747-.93778,1.99566-2.27281,3.67168-1.2562,2.45499,2.24087,5.08972,4.28122,7.60509,6.44819Z'/%3E%3C/g%3E%3C/svg%3E");
	transition: all .3s;	
}

#mainContainer #bottom .contact_container {
	display: none;
  }

@media (max-width: 1300px) {
	.footer-info .container {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

}

	
@media (max-width: 1080px) {

}

@media (max-width: 1024px) {
	.scrolled .primary > .container {
		/* height: 60px; */
	}
}

@media (max-width: 768px) {
	.flex.stacked > img {
	    margin: 0 auto;
	}



	#bottom > .container {
		width: 95%;
		align-items: center;
	}
	
		#bottom > .container > div {
			width: 100%;
			align-items: center;
		}

		.site-footer .contact-info p {
			text-align: center;
		}

		.footer-copyright p:first-child {
			transform: scale(.8);
		}



	body.modal_active #modal_container {
		overflow: hidden;
	}
	
	#modal_container[data-modal] .modal_window {
		width: 100%;
		height: 100%;
		top: 0;
		padding-bottom: 0;
	}
	
	#modal_container .modal_window .modal_body {
		overflow: auto;
	}
	.church-center {
		width: 14px;
		height: 22px;
	}
}	

@media (max-width: 768px) and (min-width: 641px) {
	.footer-copyright p:first-child {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: scale(.8) translateY(50%);
	}
}
	
@media (max-width: 640px) {
	:root {
		/* --default-p: clamp(10px, 2.19vw, 14px); */
		--left-right-padding: clamp(18px, 7vw, 115px);
	}

	a.btn, a.btn:visited,
	span.btn,
	input.btn {

	}

	#bottom .columns_container {
		flex-direction: column;
		align-items: flex-start;
	}

	#bottom .columns {
		flex-direction: column;
	}


	.footer-info .container {
		align-items: center;
	}

	.footer-social-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.footer-copyright {
		flex-direction: column;
		gap: 20px;
	}

}

@media (max-width: 420px) {
	#logo .logo-wordmark {
		display: none;
	}

	#bottom .columns .col {
		padding: 30px 0 0;
	}

	#bottom .columns .col:last-child {
		padding-bottom: 30px;
	}
}

#menu {
	display: none;
	appearance: none;
}


.navigation {
	position: relative;
	width: 100%;
	z-index: 100;
	text-align: right;
}

	.navigation ul {
		position: relative;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		overflow: visible;
		font-size: 0;
	}

		.navigation ul li {
			position: relative;
			margin: 0 8px;
			font-family: var(--font-secondary);
			font-size: 14px;
			text-align: center;
			display: inline-block;
		}

		.scrolled {
			--nav-text: var(--charcoal);
		}

			.navigation > ul > li > a {
				position: relative;
				display: block;
				padding: 8px 10px;
				font-size: var(--nav-text-size);
				margin: 0;
				color: var(--nav-text);
				font-weight: 300;
				line-height: 1;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				transition:.12s cubic-bezier(.4,0,.2,1);
				border-bottom: 3px solid transparent;
				border-top: 3px solid transparent;

				cursor: pointer;
			}

				.navigation > ul > li:hover > a,
				.navigation > ul > li > a:hover,
				.navigation > ul > li > a:focus,
				.navigation > ul > li > a.active,
				.navigation > ul > li > a.active:hover {
					border-bottom-color: var(--primary-color);
				}

				.scrolled .navigation > ul > li:hover > a,
				.scrolled .navigation > ul > li > a:hover,
				.scrolled .navigation > ul > li > a:focus,
				.scrolled .navigation > ul > li > a.active,
				.scrolled .navigation > ul > li > a.active:hover {
					color: var(--primary-color);
				}

				#navigation a:hover {
					text-decoration: none;
				}

#navigation > ul > li .subNav {
	position: absolute;
	opacity: 0;
	width: 200px;
	min-width: 230px;
	padding: 8px 0;
	visibility: hidden;
	background: #fff;
	background: rgba(255,255,255,.95);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	transition: transform .15s cubic-bezier(0,0,.2,1), opacity .15s cubic-bezier(0,0,.2,1);
	transform: translateY(-12px);
	overflow: hidden;
}

	#navigation > ul > li:hover .subNav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	#navigation > ul > li .subNav li {
		display: block;
		font-size: 15px;
		font-weight: 500;
		text-align: left;
	}

		#navigation > ul > li .subNav li a {
			display: block;
			padding: 10px 20px;
			font-size: 13px;
			font-weight: 500;
			margin: 0;
			color: #262626;
			line-height: normal;
			text-decoration: none;
			transition: .15s cubic-bezier(0,0,.2,1);
		}

			#navigation > ul > li .subNav li.active a,
			#navigation > ul > li .subNav li a:hover {
				color: var(--secondary-color);
			}	 


.subnavOpen {
	display: none;
}

.search-container{
	position:absolute;
	right:20px;
	top:20%;
	height:100%;
	z-index:1
}
	.search-container .search {
		position:absolute;
		right:-70px;
		bottom:30%;
		width:40px;
		height:40px;
		background:0 0;
		border-radius:50%;
		transition:all 1s;
		z-index:4;
		font-size:9px;
		transform: scale(60%);
	}
		.search-container .search:hover{
			cursor:pointer
		}
			.search-container .search::before {
				content:"";
				position:absolute;
				margin:auto;
				top:22px;
				right:0;
				bottom:0;
				left:22px;
				width:12px;
				height:2px;
				background:var(--nav-text);
				transform:rotate(45deg);
				transition:all .5s;
				zoom:.7
			}
				.search-container .search::after{
					content:"";
					position:absolute;
					margin:auto;
					top:-5px;
					right:0;
					bottom:0;
					left:-5px;
					width:25px;
					height:25px;
					border-radius:50%;
					border:2px solid var(--nav-text);
					transition:all .5s;
					zoom:.7
				}
					.search-container input{font-family:var(--font-primary);position:absolute;right:-60px;bottom:30%;width:50px;height:39px;outline:0;border:none;background:#fff;color:#fff;padding:0 20px 0 20px;border-radius:3px;transition:all 1s;opacity:0;z-index:5;font-weight:100;letter-spacing:.1em;font-size:13px}
					.search-container input:hover{cursor:pointer}.search-container input:focus{right: -50px;box-shadow: 1px 1px 7px rgb(0 0 0 / 4%);color:#000;width:200px;opacity:1;cursor:text;font-weight:500;font-size:13px;background:#fff;padding:12px;letter-spacing:0}.search-container input:focus~.search{right:-70px;background:var(--secondary-color);z-index:6}.search-container input:focus~.search::before{top:0;left:0;width:25px;background:#fff}.search-container input:focus~.search::after{top:0;left:0;width:25px;height:2px;border:none;background:#fff;border-radius:0;transform:rotate(-45deg)}
					.primary.scrolled .search-container input{background:#fff;color:#000;}
					
					.primary.scrolled #navigation > ul > .search-container > form > .search:before {
						background: #000;
					}
					.primary.scrolled #navigation > ul > .search-container > form > .search:after {
						border-color: #000;
					}
					.primary.scrolled #navigation > ul > .search-container input:focus~.search::before{
						background: #fff;
					}


html.mobile_open {
	overflow: hidden;
}

#mobile-navigation-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 80px 7% 60px;
	background-color: var(--mobile-menu-background);
	opacity: 0;
	pointer-events: none;
	clip-path: circle(1.5% at 93% 15%);
	transition: all .4s ease-in-out;
	overflow: hidden;
}

	.mobile_open #mobile-navigation-container {
		opacity: 1;
		pointer-events: all;
		clip-path: circle(100% at 50% 50%);
		overflow: auto;
	}

	.mobile_open #logo {
		opacity: 0;
	}

	.mobile_nav {
		max-width: var(--max-width);
		padding-top: 50px;
		margin: 0 auto;
	}

	.mobile_nav_header {
		position: relative;
		transform: translateY(-20px);
	}

		.mobile_nav_header img {
			max-width: 200px;
			height: auto;
			filter: brightness(0);
		}
	
	.mobile_navigation {
		position: relative;
		padding: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: start;
	}

		.mobile_navigation a {
			position: relative;
			padding: 10px;
			color: var(--mobile-nav-text-color);
			font-size: 21px;
			line-height: 1;
			letter-spacing: .14px;
			text-decoration: none;
			display: inline-block;
		}

			.mobile_navigation a::before {
				content: '';
				position: absolute;
				top: 70%;
				left: 50%;
				width: 0;
				height: 2px;
				border-radius: 30px;
				background: var(--mobile-nav-text-color);
				transform: translate(-50%, -50%);
				transition: all .4s;
			}

				.mobile_navigation a:hover::before {
					top: 85%;
					width: 80%;
				}

				.mobile_navigation .subNav {
					--subnav-left: 10px;

					list-style: none;
					padding-left: var(--subnav-left);
					border-left: var(--subnav-left) solid var(--charcoal);
					border-left: 3px solid var(--blue);
					transform: translateX(var(--subnav-left));
				}

					.mobile_navigation .subNav a {
						font-size: 18px;
					}
		
		.mobile_nav_footer {
			margin-top: 40px;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

			.mobile_nav_footer .mobile-social {
				position: relative;
				display: flex;
				justify-content: center;
			}
				
				.mobile_nav_footer a.mobile-social-link {

					margin-bottom: 20px;
					padding-left: 20px;
					padding-right: 20px;
					transition: all .3s ease-in-out;
				}
				
					.mobile_nav_footer a.mobile-social-link:hover {

					}

			.mobile_nav_footer .button_wrapper {
				margin-top: 10px;
			}

				.mobile_nav_footer .button_wrapper a {
					font-size: 15px;
				}
					

@media (max-width: 1375px) {
	.navigation ul li {
		margin: 0 6px;
	}
	
		
}

@media (max-width: 1264px) {
	.navigation ul li {
		margin: 0 5px;
	}
	
		
}


/* @media (max-width: 1264px) { */
@media (max-width: 1024px) {
	body.navActive {
		height: 100vh;
		overflow: hidden;
	}

	/*
	 * Menu Button
	 */

	#menu {
		z-index: 201;
		font: inherit;
		display: block;
		overflow: visible;
		margin: 0;
		/* padding: 29px 20px; */
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity,filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: transparent;
		appearance: none;


		position: absolute;
		top: 50%;
		right: 0;
		float: none;
		transform: translate(-50%, -50%);
	}
	#menu:focus,
	#menu:active {
		outline: 0;
	}

	.menu-bars {
		position: relative;
			display: block;
			width: 30px;
			height: 20px;
	}

	.menu-bar {
		display: block;
		top: 50%;
		margin-top: -1px;
	}
	.menu-bar,
	.menu-bar::before,
	.menu-bar::after {
		width: 30px;
		height: 2px;
		background-color: var(--primary-color);
		background-color: var(--white);
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

		.scrolled .menu-bar,
		.scrolled .menu-bar::before,
		.scrolled .menu-bar::after {
			background-color: var(--charcoal);
		}

		.mobile_open .menu-bar,
		.mobile_open .menu-bar::before,
		.mobile_open .menu-bar::after {
			background-color: var(--mobile-nav-text-color);
		}
	
	.menu-bar::before,
	.menu-bar::after {
		content: "";
		display: block;
	}
	.menu-bar::before {
		top: -8px;
	}
	.menu-bar::after {
		bottom: -8px;
	}

	/*
	 * Menu Animation
	 */
	 
	#menu.active {
		background-color: transparent;
	}
	
	.active .menu-bar,
	.active .menu-bar::before,
	.active .menu-bar::after {
	}
	
	.menu-bar {
		transition-duration: 0.1s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	
	.menu-bar::before {
		transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	}
	
	.menu-bar::after {
		transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.active .menu-bar,
	.mobile_open .menu-bar {
		transform: rotate(45deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	.active .menu-bar::before,
	.mobile_open .menu-bar::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	}
	
	.active .menu-bar::after,
	.mobile_open .menu-bar::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	
	.main-container {
		left: 0;
		transition: left .2s cubic-bezier(.4,0,.2,1);
	}
	
		.navActive .main-container {
			/* transform: translate3d(-250px,0,0); */
			/* position: fixed; */
			overflow-x: visible;
			left: -250px;
		}
	
	.navigation {
		position: fixed;
		top: 0;
		right: -250px;
		display: block;
		margin: 0;
		width: 250px;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		float: none;
		transition: right .2s cubic-bezier(.4,0,.2,1);
		overflow: hidden;
		background: var(--primary-color);
		z-index: -1;
		padding-right: 0;
	}
	
		.navigation.active {
			visibility:visible;
			/* transition:visibility 0s linear 0s; */
			overflow: scroll;
			right: 0;
		}

		.navigation ul {
			position:relative;
			height:auto;
			width:100%;
		}
		
			.navigation > ul > li {
				border-bottom: 1px solid rgba(255, 255, 255, 0.5);
			}
	
				.navigation > ul > li:first-child {
					border-top: 1px solid rgba(255, 255, 255, 0.5);
				}

				.navigation ul li,
				.navigation ul li a {
					width: 100%;
					display: block;
					float: none;
					margin: 0;
					color: var(--primary-color-text);
				}

				.navigation > ul > li > a {
					position: relative;
					width: 100%;
					display: block;
					float: none;
					box-sizing: border-box;
					margin: 0;
					padding: 12px 20px;
					font-size: 17px;
					line-height: 24px;
					text-align: left;
				}
		
					.navigation ul li a:hover {
						border-color: transparent;
					}
					
					.navigation > ul > li > a:hover,
					.navigation > ul > li > a:focus,
					.navigation > ul > li > a.active,
					.navigation > ul > li > a.active:hover {
						color: #fff;
					}
			
			
		.subnavOpen {
			position: absolute;
			top: 50%;
			right: -25px;
			/* width: 60px; */
			font-size: 24px;
			text-align: center;
			transform: translateY(-50%);
		}
				
		.subnavOpen,
		.subnavOpen span {
			display: block;
			/* height: 100%; */
			/* line-height: 48px; */
		}

		.subnavOpen span {
				width: 100%;
				transition: .2s ease-out;
		}
		
		.subnavOpen.active {
			
		}
		
		.subnavOpen.active span {
			transform: rotateX(180deg);
		}
				
		.subnavMask {
			position: relative;
			height: 0;
			overflow: hidden;
			transition: .3s ease-in-out;
		}
		

		#navigation > ul > li .subNav {
			position: relative;
			width: 100%;
			opacity: 1;
			transform: none;
			visibility: visible;
			box-shadow: none;
			background: #fff;
		}
		
		.navigation > ul > li:hover > a, .navigation > ul > li > a.active {
			border-color: transparent;
			background-color: var(--charcoal);
		}
		.navigation > ul > li > a {
			--b: 0;
		}

		.search-container {
			position: relative;
			right: unset;
			top: unset;
			padding-top: 40px;
			height: 100%;
			z-index: 1;
	}

	.search-container form {
			display: block;
			background: white;
	}

	.search-container form input {
		position: relative;
		width: 100%;
		display: block;
		background: transparent;
		color: black;
		opacity: 1;
		letter-spacing: 0;
		top: unset;
		left: unset;
		right: unset;
		bottom: unset;
		font-weight: 500;
	}

		.search-container form input:focus {
			padding: 0 20px;
			right: unset;
		}

		.search-container .search {
			position: absolute;
			bottom: 30%;
			width: 40px;
			left: 0;
			top: 1px;
			height: 40px;
			background: 0 0;
			border-radius: 50%;
			transition: all 1s;
			z-index: 9999999999;
			font-size: 9px;

			display: none;
	}
}
@media (max-width:768px) {

}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-thinitalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-regularitalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-mediumitalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('/fonts/cera-pro/cerapro-blackitalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'Amalfi Coast Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/amalfi-coast/Amalfi-Coast.woff') format('woff');
    font-display: swap;
}
@font-face {
  font-family: 'SocialIcons';
  src:
    url('/includes/fonts/social-icons/fonts/SocialIcons.ttf?e7e1as') format('truetype'),
    url('/includes/fonts/social-icons/fonts/SocialIcons.woff?e7e1as') format('woff'),
    url('/includes/fonts/social-icons/fonts/SocialIcons.svg?e7e1as#SocialIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SocialIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-x:before {
  content: "\e905";
}
.ico-twitter:before {
  content: "\e905";
}
.ico-check:before {
  content: "\e5ca";
}
.ico-search:before {
  content: "\e8b6";
}
.ico-arrow_right:before {
  content: "\e904";
}
.ico-youtube:before {
  content: "\ea9d";
}
.ico-arrow-right:before {
  content: "\e903";
}
.ico-arrow-left:before {
  content: "\e901";
}
.ico-arrow-down:before {
  content: "\e902";
}
.ico-wordpress:before {
  content: "\e900";
}
.ico-twitter-square:before {
  content: "\f081";
}
.ico-facebook-square:before {
  content: "\f082";
}
.ico-linkedin-square:before {
  content: "\f08c";
}
.ico-twitter1:before {
  content: "\f099";
}
.ico-facebook:before {
  content: "\f09a";
}
.ico-facebook-f:before {
  content: "\f09a";
}
.ico-feed:before {
  content: "\f09e";
}
.ico-rss:before {
  content: "\f09e";
}
.ico-pinterest-square:before {
  content: "\f0d3";
}
.ico-envelope:before {
  content: "\f0e0";
}
.ico-linkedin:before {
  content: "\f0e1";
}
.ico-rss-square:before {
  content: "\f143";
}
.ico-instagram:before {
  content: "\f16d";
}
.ico-vimeo-square:before {
  content: "\f194";
}
.ico-pinterest:before {
  content: "\f231";
}
.ico-vimeo:before {
  content: "\f27d";
}
.ico-snapchat:before {
  content: "\f2ac";
}

@font-face {
  font-family: 'the_sanctuary';
  src:
    url('/fonts/the_sanctuary/the_sanctuary.ttf?e58usa') format('truetype'),
    url('/fonts/the_sanctuary/the_sanctuary.woff?e58usa') format('woff'),
    url('/fonts/the_sanctuary/the_sanctuary.svg?e58usa#the_sanctuary') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="santuary_"], [class*=" santuary_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'the_sanctuary' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.santuary_map-marker:before {
  content: "\f041";
}
.santuary_commenting:before {
  content: "\f27a";
}
.santuary_commenting-o:before {
  content: "\f27b";
}
.santuary_arrow_forward_ios:before {
  content: "\e909";
}
.santuary_arrow_back_ios:before {
  content: "\e90a";
}
.santuary_phone:before {
  content: "\e952";
}
.santuary_phone-hang-up:before {
  content: "\e954";
}
.santuary_mobile:before {
  content: "\e968";
}
.santuary_mobile2:before {
  content: "\e969";
}
.santuary_bubble:before {
  content: "\e97b";
}
.santuary_bubbles:before {
  content: "\e97c";
}
.santuary_bubbles2:before {
  content: "\e97d";
}
.santuary_bubble2:before {
  content: "\e97e";
}
.santuary_bubbles3:before {
  content: "\e97f";
}
.santuary_bubbles4:before {
  content: "\e980";
}
.santuary_appleinc:before {
  content: "\eacf";
}
.santuary_android:before {
  content: "\ead1";
}
.santuary_phone2:before {
  content: "\44";
}
.santuary_mobile1:before {
  content: "\e6e7";
}
.santuary_old-phone:before {
  content: "\e6f3";
}
.santuary_phone1:before {
  content: "\e6f7";
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.flex {
	display: flex;
}

.centered {
	justify-content: center;
	align-items: center;
}

.stacked {
	flex-direction: column;
}
.middle{
	align-items: center;
}

.grid-10 {
	width: 10%;
}

.grid-15 {
	width: 15%;
}

.grid-20 {
	width: 20%;
}

.grid-25 {
	width: 25%;
}

.grid-30 {
	width: 30%;
}

.grid-35 {
	width: 35%;
}

.grid-40 {
	width: 40%;
}

.grid-45 {
	width: 45%;
}

.grid-50 {
	width: 50%;
}

.grid-55 {
	width: 55%;
}

.grid-60 {
	width: 60%;
}

.grid-65 {
	width: 65%;
}

.grid-70 {
	width: 70%;
}

.grid-75 {
	width: 75%;
}

.grid-80 {
	width: 80%;
}

.grid-85 {
	width: 85%;
}

.grid-90 {
	width: 90%;
}

.grid-95 {
	width: 95%;
}

.grid-100 {
	width: 100%;
}

.grid-33 {
	width: 33.33%;
}

@media (max-width: 768px) {
	.grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, 
	.grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33 {
		width: 100%;
	}
	
	.flex {
		flex-direction: column;
	}
}
/* Slider */

#eventSlider {
  position: relative;
}

.sliderMask {
  position: relative;
  /* margin: 0 auto; */
  overflow: hidden;
  width: 100%;
}

.sliderContainer {
--slide-count: 3;

  position: absolute;
  left: 0;
  /* display: flex; */
}

.sliderContainer.animate {
  transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);;
}

#eventSlider .slide {
  float: left;
  width: calc(100vw - var(--left-right-padding) * 2);
  /* width: 62.5vw; */
  /* min-height: 450px; */
  height: auto;
}

.slide-container{
  position: relative;
  height: 100%;
  margin: auto;
  padding: 30px;
}

.events-arrow {
  --arrow-size: 20px;

  position: absolute;
  top: 50%;
  width: var(--arrow-size);
  height: var(--arrow-size);
  font-size: var(--arrow-size);
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 1;
}

  .events-arrow span {
    position: absolute;
    transition: .2s;
  }

    .events-arrow:hover span {
      transform: translateX(5px);
    }

  .events-arrow.arrow-left {
    left: calc(var(--left-right-padding) / 2);
    transform: translate(-50%, -50%);
  }

    .events-arrow.arrow-left:hover span {
      transform: translateX(-5px);
    }

  .events-arrow.arrow-right {
    right: calc(var(--left-right-padding) / 2);
  }



@media (max-width: 768px) {

  

  .slide-container{
      margin: 0 0 0 5px;
  }

  #eventSlider{
      width: 100%;
  }

  .sliderMask{
      width: 80%;
  }

}

@media (max-width: 640px) {
}

@media (max-width: 576px) {

  .sliderMask {
      width: 85%;
  }
}


@media (max-width: 480px) {

  .sliderMask {
      width: 70%;
  }
  
    #eventSlider .slide {
      /* width: 260px; */
    }
}


.hero_container {
	position: relative;
	height: 38.19vw;
	min-height: 500px;
	display: flex;
}

.hero.wide {
	position: relative;
	width: 100%;
	height: 100%;
/* 	padding: 40px; */
	background-position: var(--background-position, center);
	background-size: var(--background-size, cover);
	box-sizing: border-box;
/* 	overflow: visible; */
	overflow: hidden;
}

.hero.wide:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.7), transparent);
}

.hero_container a.pc-edit {
	top: 100px;
}


/* bgvid */
@media (max-width: 1024px) {
	.bgvid {
		display: none!important;
	}
	
/*
	.hero, .site-header {
    position: relative;
    height: 71vh;
}
.button-container {
    left: 50%;
    text-align: center;
    bottom: 140px;
}
*/
	}



.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  filter:grayscale(100%);
}


/* end bgvid */

.title-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px var(--left-right-padding);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

	h1.page-title {
		position: relative;
		margin: 0;
		color: white;
		font-family: var(--font-primary);
		font-size: var(--default-h1);
		font-weight: normal;
		line-height: 1.5;
		text-align: center;
		text-transform: uppercase;
	}

		h1.page-title p {
			margin: 0;
		}

		h1.page-title em {
			font-family: var(--font-script);
			font-style: normal;
			text-transform: lowercase;
			/* transform: translateY(-10px); */
			display: inline-block;
			position: relative;
			top: -10px;
		}

		h1 span {
			display: inline-block;
			visibility: hidden;
		}


		.button-area { 
			grid-area: button-area;
			background-color: var(--secondary-color); 
			display: block;
			justify-content: center;
			align-items: center;
			align-content: center;
			justify-items: center;
			visibility: hidden;

			padding: clamp(10px, 2.78vw, 30px) clamp(20px, 2.78vw, 40px);
		}
			.button-area a.btn.white {
				margin-top: 0.5em;
			}

		.tagline-area p {
			margin: 0;
			line-height: 1;
		}
			p.middle_text {
				margin-top: 12px;
				font-weight: 300;
			}
		
			p.tag-action {
				margin: 0;
				font-family: var(--font-secondary);
				font-style: normal;
				text-indent: 0;
				display: flex;
				align-items: center;
				justify-content: center;
				height: 100%;
			}
	
				.floating-content a.btn, .floating-content a.btn:visited {
					margin: 0;
				}

/*
					.floating-content a.btn::before {
						content: "";
						position: absolute;
						top: 50%;
						right: 13px;
						transform: translate(0, -50%);
						width: 30px;
						height: 30px;
						border: 3px solid;
						border-radius: 20px;
						display: block;
						box-sizing: border-box;
					}
					.floating-content a.btn::after {
						content: "";
						position: absolute;
						top: 50%;
						right: 19px;
						transform: translate(0, -50%);
						width: 0;
						height: 0;
						border-top: 8px solid transparent;
						border-bottom: 8px solid transparent;
						border-left: 14px solid;
						display: block;
						box-sizing: border-box;
					}
*/
/*
		.floating-content a.btn:hover {
			background-color: var(--secondary-color);
		}
*/

#section-container {
	position: relative;
	background-color: #fff;
	font-size: var(--default-p);
}


section {
	position: relative;
	padding: var(--section-padding-top) 0;
	padding: var(--section-padding-top) var(--left-right-padding);

	background-color: #fff;
}

	.section_background_container {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	
		.section_background_container::before {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
	
			background-image: var(--background-image);
			background-position: var(--background-position);
			background-size: cover;
		}
	
			.section_background {
				width: 100%;
				height: 100%;
				background-position: center;
				background-size: cover;
				background-repeat: no-repeat;
				background-image: var(--background-image);
			}

	section h2 {
		position: relative;
		margin: 0.25em auto 0.5em;
		font-family: var(--font-primary);
		font-size: var(--default-h2);
		font-weight: 400;
		text-align: left;
		text-transform: uppercase;
		line-height: 1;
	}
	
		section .section-title h2 {
			margin: 0;
		}
	
		section h2 span {
			font-size: .82em;
			display: block;
			white-space: nowrap;
		}

		section h2 em {
			font-family: var(--font-script);
			font-style: normal;
			text-transform: lowercase;
			transform: translateY(-10px);
			display: inline-block;
		}
	
	section h3 {
		color: var(--charcoal);
		font-family: var(--font-secondary);
		font-size: var(--default-h3);
		font-weight: 600;
		line-height: 1.1;
		margin: 0;
	}
	
	section h4 {
		margin: 0;
		color: var(--charcoal);
		font-family: var(--font-primary);
		font-size: var(--default-h4);
		font-weight: 700;
	}
	
		section h4.active {
		}
		
			section h4:before {
				content: var(--icon-arrow-right-charcoal);
				position: absolute;
				left: 0;
				top: 50%;
				transform: translate(-150%, -50%);
				display: inline-block;
				vertical-align: middle;
				opacity: 0;
				transition: .3s;
			}

				section .active h4:before {
					opacity: 1;
				}

	section .section-title {
		position: relative;
	}
	
	section .section_content_wrapper {
		position: relative;
		/* width: 86%; */
		max-width: var(--max-width);
		margin: 0 auto;
		display: flex;
	}
	section p {
		position: relative;
		font-size: var(--default-p);
		font-weight: var(--default-p-weight);
		line-height: var(--default-lh);
	}

	section h2 p {
		margin: 0;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}


	section .section-header {
		margin-bottom: 3rem;
	}

		section .section-header.centered {
			text-align: center;
		}


	.column_container {
		position: relative;
		width: 100%;
		padding: 60px 100px;
		display: flex;
		justify-content: space-between;
	}
	
		.column_container .column {
			position: relative;
			width: 50%;
		}
		
			.column_container .column-image {
/* 				width: 55%; */
			}
			
/*
			.column_container .column:not(.column-image) {
				padding: 0 9em;
			}
*/
		
			.column.left {
				padding-right: 0;
			}

			.column.right {
				padding-left: 0;
			}
		



		section .left,
		section .right {
			position: relative;
		}

		section .section_button {
			text-align: center;
		}
		
			section .section_button a {
				font-size: 17pt;
			}
		
		section .background_container {
			position: relative;
			height: 0;
			padding-top: 56.25%;
		}

			section .background_container .background {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-position: center;
				background-size: cover;
			}
	
/*
		.section_action a.btn:first-child {
			margin-left: 0;
		}
		.section_action a.btn:last-child {
			margin-right: 0;
		}
*/


section#first-section {

}

	#first-section::before,
	#first-section::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: calc(var(--left-right-padding) * 2);
		background-image: url("/images/layouts/icons/pattern_seamless_vertical.png?t=1");
		background-position: center right;
		opacity: .5;
	}

		#first-section::after {
			left: unset;
			right: 0;
			background-position: center left;
		}

	#first-section .section_content_wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: end;
	}

		#first-section .section-title {
			padding-right: 35px;
			text-align: right;
		}

		#first-section h2 {
			color: var(--dark-grey);
			text-align: right;
		}

		#first-section .section_text {
			position: relative;
			padding-left: 35px;
			font-weight: 300;
			display: flex;
			flex-direction: column;
			border-left: 2px solid var(--grey);
		}

			#first-section h4 {
				color: var(--white);
			}

			#first-section .section_content_wrapper p {
				margin-bottom: 0;
			}


	
section#second-section {
	padding: 0;
	color: var(--white);
}



	#second-section .section_background {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: calc(100% / (1440/730));
		background: none;
	}

		#second-section .section_background::before {
			content: "";
			position: absolute;
			top: 0;
			right: 0;
			width: 100%;
			height: 100%;
			background-image: var(--background-image);
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		#second-section .section_background::after {
			content: '';
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 100%;		
			background-image: linear-gradient(0deg, rgba(0,0,0,0.8), transparent);
		}
		
	#second-section .section_content_wrapper {
		position: absolute;
		bottom: 0;
		padding: var(--section-padding-top) var(--left-right-padding);
		flex-direction: column;
		z-index: 1;
	}

		#second-section .section_content {
			padding-left: 30px;
			border-left: 2px solid var(--grey);
		}
		
		#second-section h2 {
			color: var(--white);
		}

		#second-section .section_text {
			position: relative;
			width: 85%;
			padding-top: 20px;
		}

section#third-section {
	background-color: var(--blue);
	color: var(--white);
}

	#third-section .section_background {
		position: absolute;
		inset: 0;
		background-color: var(--blue);
	}

		#third-section .section_background::before {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			height: 30%;
			max-height: 300px;
			background-color: var(--blue);
			background-image: url("/images/layouts/icons/pattern_seamless_horizontal_white.png?t=1");
			background-position: top center;
			background-repeat: repeat-x;
		}

	#third-section .section_content_wrapper {
		align-items: center;
		flex-direction: column;
	}
	
		#third-section .column_container_wrapper {
			position: relative;
		}
		#third-section .column_container {
			padding: 50px 0;
			gap: 15px;
			justify-content: center;
		}

			#third-section .column_container_wrapper .divider-line {
				display: none;
			}
		
			#third-section .column {
				position: relative;
				padding: 0 30px 30px;
				aspect-ratio: 396 / 613;
				transition: .4s;
				justify-content: space-between;
			}

				#third-section .column::before {
					content: "";
					position: absolute;
					inset: 0;
					background-image: var(--background-image);
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover;
					border-radius: 5px;
				}

				#third-section .column::after {
					content: "";
					position: absolute;
					inset: 0;
					background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(218,225,224,0) 65%, rgba(153,158,157,0) 80%, rgba(0,0,0,0.5) 100%);
					border-radius: 5px;
				}

		
			#third-section h2 {
				color: var(--white);
			}

			#third-section .column img {
				position: relative;
				width: clamp(75px, 10.42vw, 150px);
				object-fit: cover;
				transform: translate(-40px, 10px);
				opacity: 0.8;
				z-index: 1;
			}

			#third-section .column_text_wrapper {
				position: relative;
				padding-left: 25px;
				border-left: 2px solid var(--grey);
				z-index: 1;
			}

				#third-section h4 {
					position: relative;
					margin: 0.5em 0;
					color: var(--white);
					font-size: clamp(25px, 2.5vw, 36px);
					font-weight: 500;
					line-height: 1;
					text-transform: uppercase;
				}

					#third-section h4 span {
						font-size: .6em;
						display: block;
					}

				#third-section .column_text {

				}

					#third-section .column_text > *:first-child {
						margin-top: 0;
					}
					#third-section .column_text > *:last-child {
						margin-bottom: 0;
					}

					#third-section .column_text p {
						font-size: var(--default-p);
					}

					#third-section .column-action {
						padding-top: 1em;
					}

					#third-section .column:hover {
						transform: scale(1.03);
						z-index: 1;
						/* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
					}
			
section#fourth-section {
	padding: 0;
	color: var(--white);
}

	#fourth-section .section_background {
		position: relative;
		padding: var(--section-padding-top) var(--left-right-padding);
		aspect-ratio: 1440 / 548;
		display: flex;
		align-items: end;
	}

	#fourth-section .section_background::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: var(--background-image);
		background-position: center center;
		background-size: cover;
	}

	#fourth-section .section_background::after {
		content: "";
		position: absolute;
		inset: 0;
		background-image: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);
	}

	#fourth-section .section-title {
		position: relative;
		z-index: 1;
	}

	#fourth-section .section_content_wrapper {
		position: relative;
		width: 100%;
		padding: 35px var(--left-right-padding);
		background-color: var(--dark-grey);
		max-width: 100%;
	}

		#fourth-section .events_container {
			position: relative;
			font-size: clamp(16px, 1.39vw, 20px);
		}

			#fourth-section .events_container p {
				margin: 0;
				line-height: 1;
				display: flex;
			}

			#fourth-section .events_container .event {
				position: relative;
				display: flex;
				flex-direction: column;
				gap: 15px;
			}

				#fourth-section .events_container .event_name {
					font-size: clamp(26px, 2.5vw, 36px);
					font-weight: 400;
					text-transform: uppercase;
				}

				#fourth-section .events_container .event_date {
					padding-right: 10px;
				}

				#fourth-section .events_container .event_time {
					padding-left: 10px;
					text-transform: lowercase;
					border-left: 1px solid var(--white);
				}

				#fourth-section .events_container .section_action_container {
					display: flex;
					gap: 10px 40px;
				}


section#fifth-section {
	padding-right: 0;
	background-color: var(--white);
}

#fifth-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	max-width: 640px;
	background-image: url("/images/layouts/icons/pattern_seamless_vertical.png?t=1");
	background-position: left center;
	background-repeat: repeat-y;
}

	#fifth-section .section_wrapper {
		position: relative;
		max-width: var(--max-width);
		margin: 0 auto;
		display: flex;
	}

	#fifth-section .section_content_wrapper {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
		#fifth-section .section_text_container {
			position: relative;
			width: 30%;
			padding-left: 30px;
			border-left: 2px solid var(--grey);
			flex-direction: column;
			gap: 10px;
			display: flex;
			/* flex: 1 0 auto; */
		}

				#fifth-section h2 {
					color: var(--dark-grey);
				}
				#fifth-section h4 {
					color: var(--grey);
					font-weight: 400;
					text-transform: uppercase;
				}
				
				#fifth-section p {
				}

				

				#fifth-section .sermon-header {
					
				}

					#fifth-section .sermon-header .sermon-mobile-image {
						display: none;
					}
					
					#fifth-section .sermon-header p {
						margin: 0;
					}
				
				#fifth-section .section_text {
					width: 70%;
				}
				
				#fifth-section .section_action {
					position: relative;
				}

				#fifth-section .column-image {
					--aspect-ratio: 16/9;

					flex: 1;
					align-self: flex-start;
					overflow: hidden;
				}

					#fifth-section .column-image a {
						display: block;
					}

						#fifth-section .column-image a:hover .play-button {
							transform: scale(1.05);
						}
				

						#fifth-section .column-image img,
						#fifth-section .sermon-mobile-image img {
							width: 100%;
							object-fit: contain;
						}

	
		
		



@media (max-width: 1260px) {
}


@media (max-width: 1200px) {
}


@media (max-width: 1024px) {
	.title-box {
		padding: 20px var(--left-right-padding);
	}

	section h2 {
	}
	section p {
	}
	
	.column_container {
		padding: 60px 70px;
	}

	#fifth-section .column.column_text {
		padding: 70px;
	}
	
		#fifth-section h2 {
		}
}

@media (max-width: 768px) {

	section h2 em {
		transform: translateY(-5px);
	}
	
	
	section .section_button a {
		font-size: 12pt;
	}
	
	.column_container {
		flex-direction: column;
		padding: 2rem;
	}
	
		.column_container .column {
			padding: 0;
			width: 100%;
			/* text-align: center; */
		}
		
			.column_container .column.left {
				padding-bottom: 2rem;
			}
	
	#first-section {
		padding-bottom: 100px;
	}
		
		#first-section::before {
			top: unset;
			bottom: 0;
			right: 0;
			width: 100%;
			height: 30%;
			background-image: url("/images/layouts/icons/pattern_seamless_horizontal.png");
			background-position: top center;
		}

		#first-section::after {
			display: none;
		}

		#first-section .section_content_wrapper {
			grid-template-columns: 1fr;
			align-items: center;
		}

			#first-section .section-title {
				text-align: center;
				padding-right: unset;
			}

				#first-section .section-title h2 {
					text-align: center;
				}

			#first-section .section_text {
				padding-top: 1em;
				padding-left: 0;
				text-align: center;
				border-left-width: 0;
			}

	#second-section .section_background {
		height: auto;
		padding: 0;
	}

		#second-section .section_background::after {
			background: rgba(0,0,0,0.4)
		}

		#second-section .section_background .section_content_wrapper {
			position: relative;
		}

	#third-section .column {
		max-height: 500px;
	}

	#third-section .column img {
		width: clamp(75px, 35vw, 140px);
		margin: unset;
	}

	section#fifth-section {
		padding-right: var(--left-right-padding);
	}

		#fifth-section::before {
			width: 30%;
		}

		#fifth-section .section_text_container {
			width: 100%;
		}

	#fifth-section .column-image {
		display: none;
	}

		#fifth-section .sermon-header .sermon-mobile-image {
			max-width: 300px;
			margin-bottom: 20px;
			display: block;
			overflow: hidden;
		}
}

@media (max-width: 768px) and (min-height: 640px) {		
}

@media (max-height: 640px) {
}

@media (max-width:640px) {

				h1 {
					font-size: clamp(24px, 7.5vw, 48px);
					white-space: normal;
				}


}

@media (max-width:520px) {
	#second-section .section_text {
		width: auto;
	}
}

@media (max-width:420px) {
	#fourth-section .events_container .section_action_container {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 365px) {


}




@media (max-height: 800px) {
}

@media (max-height: 575px) {
}

@media (max-height: 450px) {
	
}
