html {
	scroll-behavior: smooth;
}

body {
	--theme-font-heading: var(--wp--preset--font-family--primary);
	--theme-font-body: var(--wp--preset--font-family--secondary);
	--theme-font-accent: var(--wp--preset--font-family--secondary);
	
	--theme-color-heading: var(--wp--preset--color--black);
	--theme-color-body: var(--wp--preset--color--mid);
	--theme-color-accent: var(--wp--preset--color--secondary);
	--theme-color-link: var(--wp--preset--color--primary);
	--theme-color-hover: var(--wp--preset--color--secondary);
	--theme-color-active: var(--wp--preset--color--secondary);
	--theme-color-border: var(--wp--preset--color--trans-black);
	
	--theme-overlay-border-padding: var(--wp--preset--spacing--20);
	--theme-site-padding: 1.5em;
	
	--theme-box-shadow-depth-1: 0 2px 10px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 26%);
	--theme-box-shadow-depth-2: 0 6px 20px 0 rgb(0 0 0 / 19%), 0 8px 17px 0 rgb(0 0 0 / 20%);
	--theme-box-shadow-depth-3: 0 17px 50px 0 rgb(0 0 0 / 19%), 0 12px 15px 0 rgb(0 0 0 / 24%);
	--theme-box-shadow-depth-4: 0 25px 55px 0 rgb(0 0 0 / 21%), 0 16px 28px 0 rgb(0 0 0 / 22%);
	--theme-box-shadow-depth-5: 0 40px 70px 0 rgb(0 0 0 / 22%), 0 27px 24px 0 rgb(0 0 0 / 20%);
	
	--swiper-theme-color: var(--theme-color-link);
	--swiper-pagination-color: var(--theme-color-heading);
	--swiper-navigation-size: 3em;
	
	--animate-delay: 0.5s;
	
	--bs-card-border-radius: 0;
	--bs-card-box-shadow: var(--theme-box-shadow-depth-1);
	--bs-border-width: 2px;
	--bs-border-style: solid;
	--bs-border-color: var(--theme-color-border);
		
	--scroll-bar-half-width: 0px;
	
	font-family: var(--theme-font-body);
	font-size: 20px;
	color: var(--theme-color-body);
	line-height: 1.6;
	background-color: var(--wp--preset--color--white);
	width: 100%;
	overflow-x: hidden;
	padding: 0 var(--theme-site-padding) var(--theme-site-padding) var(--theme-site-padding);
}

/********************************************************************************
* General :: Links & Buttons
*********************************************************************************/

/* Links
----------------------------------------------- */

a, .nav-link {
	text-decoration: none;
	color: var(--theme-color-link);
	transition: all 0.2s ease-in;
}

a:hover, a:active, a:focus, .nav-link:hover, .nav-link:active, .nav-link:focus {
	color: var(--theme-color-hover);
	text-decoration: none;
}

/* Paragraph Only Links */
p a:not([class]){
	background: linear-gradient(to right,var(--theme-color-link),var(--theme-color-link)),linear-gradient(to right,var(--theme-color-hover),var(--theme-color-hover));
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
}
p a:not([class]):hover, p a:not([class]):active, p a:not([class]):focus {
	color: var(--theme-color-hover);
	background-size: 0 2px, 100% 2px;
}

.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

/* Buttons
----------------------------------------------- */

.btn, .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline{
	background: var(--theme-color-link);
	color: var(--wp--preset--color--white) !important;
	font-family: var(--theme-font-accent);
	text-transform: uppercase;
	border-radius: .25em;
	border: none;
	font-size: .85em;
	line-height: 1;
	letter-spacing: .1em;
	padding: 1.25em 2.25em;
	text-shadow: none;
	font-weight: 600;
	box-shadow: var(--theme-box-shadow-depth-1);
	transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:active, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, .btn-outline:hover, .btn-outline:active, .btn-outline:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button__link.is-style-outline:hover, .wp-block-button__link.is-style-outline:active, .wp-block-button__link.is-style-outline:focus{
	color: var(--wp--preset--color--white) !important;
	background-color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
}

.btn:active, .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button__link.is-style-outline:active {
	position: relative;
	top: 1px;
	box-shadow: none;
}

.btn-small, .btn-sm{
	font-size: .75em;
}

.btn-large, .btn-lg {
	font-size: 1.25em;
}

.btn-xlarge, .btn-xl {
	font-size: 1.75em;
	padding: 1.3rem 2.5rem;
}

/* Buttons :: Secondary
----------------------------------------------- */
.btn-secondary {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--secondary);
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	color: var(--wp--preset--color--white);
	background-color: var(--theme-color-hover);
}

/* Buttons :: Outline
----------------------------------------------- */
.btn-outline, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
	box-shadow: none;
	border: 3px solid var(--theme-color-link);
	color: var(--theme-color-link) !important;
	padding: calc(1.25em - 2px) calc(2.25em - 2px);
}

.btn-outline:not(:hover):not(:focus):not(:active), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:focus):not(:active), .wp-block-button__link.is-style-outline:not(:hover):not(:focus):not(:active) {
	background: none;
}

/* Buttons :: Text
----------------------------------------------- */
.btn-text, .wp-block-button.is-style-text .wp-block-button__link, .wp-block-button__link.is-style-text {
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: var(--theme-color-link) !important;
	padding: 0;
	position: relative;
	z-index: 1;
}

.btn-text:hover, .btn-text:active, .btn-text:focus, .wp-block-button.is-style-text .wp-block-button__link:hover, .wp-block-button.is-style-text .wp-block-button__link:active, .wp-block-button.is-style-text .wp-block-button__link:focus, .wp-block-button__link.is-style-text:hover, .wp-block-button__link.is-style-text:active, .wp-block-button__link.is-style-text:focus {
	color: var(--theme-color-hover) !important;
	background-color: transparent;
}

/* Buttons :: Underline
----------------------------------------------- */
.btn-underline, .wp-block-button.is-style-underline .wp-block-button__link, .wp-block-button__link.is-style-underline {
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: var(--theme-color-heading) !important;
	padding: 0 0 .25em 0;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid var(--theme-color-link);
}

.btn-underline:hover, .btn-underline:active, .btn-underline:focus, .wp-block-button.is-style-underline .wp-block-button__link:hover, .wp-block-button.is-style-underline .wp-block-button__link:active, .wp-block-button.is-style-underline .wp-block-button__link:focus, .wp-block-button__link.is-style-underline:hover, .wp-block-button__link.is-style-underline:active, .wp-block-button__link.is-style-underline:focus {
	color: var(--theme-color-hover) !important;
	background-color: transparent;
	border-bottom-color: var(--theme-color-hover);
}

/* Buttons :: Icons
----------------------------------------------- */
.btn-icon {
	width: 2.6em;
	height: 2.6em;
	font-size: 1.25em;
	position: relative;
	line-height: 2em;
	text-align: center;
	color: var(--theme-color-heading);
	border: 2px solid var(--theme-color-link);
	border-radius: 50%;
	padding: 3px;
	transition: all 0.3s ease-in;
}

.btn-icon i{
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* Hover */
a.btn-icon:hover{
	background-color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
}
a.btn-icon:hover i{
	color: var(--wp--preset--color--white);
}

/* Filled */
.btn-icon.btn-icon-filled:not(:hover){
	background-color: var(--theme-color-link);
}
.btn-icon.btn-icon-filled i{
	color: var(--wp--preset--color--white);
}

/* Large */
.btn-icon-large{
	width: 2.75em;
	height: 2.75em;
	font-size: 1.5em;
	position: relative;
	line-height: 2.23em;
}
.btn-icon i.fa-play{
	margin-left: .1em; /* Centers this specific icon better */
}

/* Label */
.btn-icon-label{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	font-size: 1em;
	white-space: nowrap;
	text-align: center;
	color: var(--theme-color-heading);
}

/* Buttons :: Misc
----------------------------------------------- */
.btn-readmore {
	font-weight: 700;
}

/********************************************************************************
* General :: Headings
*********************************************************************************/

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	line-height: 1.1;
	color: var(--theme-color-heading);
	font-family: var(--theme-font-heading);
	font-weight: normal;
}

h1, .h1 {
	font-size: 3.5em;
}

h2, .h2 {
	font-size: 3.25em;
}

h3, .h3 {
	font-size: 2.5em;
}

h4, .h4 {
	font-size: 2em;
}

h5, h6, .h5, .h6 {
	color: var(--theme-color-heading);
	font-family: var(--theme-font-accent);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
}

h5, .h5 {
	font-size: 1.5em;
}

h6, .h6 {
	font-size: 1.2em;
}

.subtitle, .is-style-subtitle {
	font-family: var(--theme-font-accent);
	text-transform: uppercase;
	font-weight: 500 !important;
	letter-spacing: .1em !important;
	line-height: 1;
	color: var(--theme-color-heading);
}
p.subtitle, p.is-style-subtitle {
	margin-bottom: 1rem;
}

.is-style-lined{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: .9rem;
	overflow: hidden;
}
.is-style-lined:before, .is-style-lined:after {
	flex: 1 0 20%;
	content: "";
	background-image: url('../img/flourish-divider.svg');
	background-size: auto 100%;
	background-position: center left;
	background-repeat: no-repeat;
	height: 17px;
}
.is-style-lined:after {
	background-position: center right;
}

.is-style-lined.has-text-align-left {
	text-align: left;
	justify-content: start;
}
.is-style-lined.has-text-align-left:before {
	flex: 0;
	margin-right: 0;
}
.is-style-lined.has-text-align-right {
	text-align: left;
	justify-content: end;
}
.is-style-lined.has-text-align-right:after {
	flex: 0;
	margin-left: 0;
}

/********************************************************************************
* General :: Elements
*********************************************************************************/

p {
	margin-bottom: var(--wp--preset--spacing--20);
}

.mark, mark{
	padding: 0;
}

.has-accent-color{
	color: var(--theme-color-accent);
}
.has-heading-color{
	color: var(--theme-color-heading);
}
.has-body-color{
	color: var(--theme-color-body);
}

/* Elements :: Icons
----------------------------------------------- */
.fa-bordered{
	width: 2em;
	height: 2em;
	text-align: center;
	color: var(--theme-color-accent);
	border: 2px solid currentColor;
	border-radius: 50%;
	line-height: calc(2em - 6px);
}
.fa-bordered.fa-play:before{
	margin-left: .1em; /* Centers this specific icon better */
}
.fa-filled{
	font-size: 1em;
	width: 2em;
	height: 2em;
	text-align: center;
	background-color: var(--theme-color-accent);
	color: #FFF;
	border-radius: 50%;
	line-height: calc(2em - 6px);
}

/* Elements :: Horizontal Rules
----------------------------------------------- */

hr, .wp-block-separator.has-background:not(.is-style-dots):not(.is-style-styled) {
	color: var(--theme-color-border);
	border: none;
	border-bottom: 2px solid currentcolor;
	margin-top: var(--wp--preset--spacing--20);
	margin-bottom: var(--wp--preset--spacing--20);
	opacity: 1 !important;
	height: auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.is-style-styled):not(.is-style-scroll):not(.is-style-scroll-flip) {
	width: 75px !important;
	margin-left: 0;
}

/* HR :: Dots */

.wp-block-separator.is-style-dots::before {
	font-size: 24px;
	letter-spacing: 1em;
	padding-left: 1em;
}

/* HR :: Styled */

hr.is-style-styled, hr.wp-block-separator.is-style-styled{
	overflow: visible;
	margin-top: var(--wp--preset--spacing--20);
	margin-bottom: var(--wp--preset--spacing--20);
	color: var(--wp--preset--color--dark);
	position: relative;
	width: 100% !important;
	background-color: var(--wp--preset--color--trans) !important;
	border-bottom: 2px solid var(--theme-color-border) !important;
}

hr.wp-block-separator.is-style-styled.has-background{
	border-bottom: 2px solid var(--theme-color-border) !important;
}

hr.is-style-styled.alignfull, hr.wp-block-separator.is-style-styled.alignfull {
	width: auto !important;
}

hr.is-style-styled:after, hr.wp-block-separator.is-style-styled:after {
	content: '';
	height: 5px;
	width: 75px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

hr.is-style-styled.aligncenter:after, hr.wp-block-separator.is-style-styled.aligncenter:after {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

hr.is-style-styled.alignright:after, hr.wp-block-separator.is-style-styled.alignright:after {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* HR :: Scroll */
hr.is-style-scroll, hr.is-style-scroll-flip,
hr.wp-block-separator.is-style-scroll, hr.wp-block-separator.is-style-scroll-flip{
	max-width: 294px !important;
	width: 100% !important;
	height: 47px !important;
	border: none;
	background-color: transparent;
	background-image: url('../img/flourish-scroll.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
hr.is-style-scroll-flip, hr.wp-block-separator.is-style-scroll-flip{
	-moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

/* Elements :: Blockquotes
----------------------------------------------- */

.wp-block-quote {
	border-radius: 0;
	display: block;
	border-top: 2px solid var(--theme-color-border);
	border-bottom: 2px solid var(--theme-color-border);
	padding: 2em 0;
	margin: 4em 0;
	position: relative;
	font-size: .8em;
	line-height: 1.2;
	letter-spacing: normal;
	border-left: none;
	text-align: center;
}

.wp-block-quote:before {
	content: "\201C";
	font-family: "Times New Roman", serif;
	font-size: 6em;
	font-weight: 700;
	color: var(--theme-color-accent);
	position: absolute;
	left: 50%;
	top: -.5em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wp-block-quote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer, .wp-block-quote cite, .wp-block-quote footer, .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
	font-size: .9em;
	text-align: center;
	color: var(--theme-color-body);
}
.blockquote-footer:before{
	content: '';
}

.wp-block-quote p {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: .75em;
}

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
	margin-bottom: 4em;
	padding: 2em;
}

.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
	font-size: 2em;
	font-style: normal;
}

.wp-block-pullquote {
	border-top: none;
	border-bottom: none;
	padding: 0;
	color: var(--theme-color-heading);
	margin: 0 0 1.5em;
}

.wp-block-pullquote blockquote {
	color: inherit;
	border-top: 3px solid var(--theme-color-accent);
	border-bottom: 3px solid var(--theme-color-accent);
	padding: 2rem;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote blockquote p {
	font-weight: normal;
	font-size: 3em;
	line-height: 1;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
	font-size: 1.25em;
}

/* Elements :: Tables
----------------------------------------------- */

.table-bordered {
	border-color: var(--theme-color-border);
}

.table-bordered td, .table-bordered th {
	border-color: var(--theme-color-border);
}

/* Elements :: Images
----------------------------------------------- */

.alignfull {
	margin-right: calc( calc(-100vw / 2 + 100% / 2) + var(--scroll-bar-half-width) + var(--theme-site-padding) ) !important;
	margin-left: calc( calc(-100vw / 2 + 100% / 2) + var(--scroll-bar-half-width) + var(--theme-site-padding) ) !important;
	width: auto;
	max-width: 100vw;
	padding-left: 0;
	padding-right: 0;
}

.alignwide{
	padding-right: calc(var(--bs-gutter-x));
	padding-left: calc(var(--bs-gutter-x));
	max-width: var(--wp--style--global--wide-size);
}

.main > .alignwide {
	position: relative;
	left: 50%;
	width: var(--wp--style--global--wide-size);
	max-width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
}

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width: 100%;
	height: auto;
	display: block;
}

.img-thumbnail, .is-style-styled-img figure {
	border: none;
	padding: 0;
	border-radius: 1em;
	overflow: hidden;
}

.thumbnail > img {
	max-width: 100%;
	height: auto;
	display: block;
}

.thumbnail > .caption {
	padding: .75em 1em;
	font-size: .75em;
	font-style: italic;
	background-color: var(--theme-color-border);
}

/********************************************************************************
* General :: Lists
*********************************************************************************/

/* Lists :: Unordered
----------------------------------------------- */

ul.styled-list, ul.is-style-styled-list, ul.is-style-styled-list-two-column, ul.is-style-styled-list-checks, ul.is-style-styled-list-stars, ul.is-style-styled-list-x, ul.is-style-styled-list-stars-two-column {
	list-style: none;
	margin: 0 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
	padding: 0;
	text-align: left;
}

ul.styled-list li, ul.is-style-styled-list li, ul.is-style-styled-list-two-column li, ul.is-style-styled-list-checks li, ul.is-style-styled-list-stars li, ul.is-style-styled-list-x li, ul.is-style-styled-list-stars-two-column li {
	display: block;
	list-style: none outside none;
	padding: 0 0 var(--wp--preset--spacing--20) 2.5rem;
	position: relative;
	line-height: normal;
}

ul.styled-list li:last-child, ul.is-style-styled-list li:last-child, ul.is-style-styled-list-two-column li:last-child, ul.is-style-styled-list-checks li:last-child, ul.is-style-styled-list-stars li:last-child, ul.is-style-styled-list-x li:last-child, ul.is-style-styled-list-stars-two-column li:last-child{
	padding-bottom: 0;
}

ul.styled-list li:before, ul.is-style-styled-list li:before, ul.is-style-styled-list-two-column li:before, ul.is-style-styled-list-checks li:before, ul.is-style-styled-list-stars li:before, ul.is-style-styled-list-x li:before, ul.is-style-styled-list-stars-two-column li:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	color: var(--theme-color-accent);
	display: block;
	font-size: 1.25em;
	position: absolute;
	top: -.075em;
	left: 0;
}
ul.styled-list li:before, ul.is-style-styled-list li:before, ul.is-style-styled-list-two-column li:before {
	content: "\f138";
}
ul.is-style-styled-list-checks li:before {
	content: "\f058";
}
ul.is-style-styled-list-stars li:before, ul.is-style-styled-list-stars-two-column li:before {
	content: "\e123";
}
ul.is-style-styled-list-x li:before {
	content: "\f057";
}

ul.styled-list li ul, ul.is-style-styled-list li ul, ul.is-style-styled-list-two-column li ul, ul.is-style-styled-list-checks li ul, ul.is-style-styled-list-stars li ul, ul.is-style-styled-list-x li ul, ul.is-style-styled-list-stars-two-column li ul {
	padding-left: 0;
}

ul.styled-list li ul li, ul.is-style-styled-list li ul li, ul.is-style-styled-list-two-column li ul li, ul.is-style-styled-list-checks li ul li, ul.is-style-styled-list-stars li ul li, ul.is-style-styled-list-x li ul li, ul.is-style-styled-list-stars-two-column li ul li {
	padding-bottom: 0;
	padding-top: .5em;
	padding-left: 1.5em;
	font-size: .8em;
}

ul.styled-list li ul li:before, ul.is-style-styled-list li ul li:before, ul.is-style-styled-list-two-column li ul li:before, ul.is-style-styled-list-checks li ul li:before, ul.is-style-styled-list-stars li ul li:before, ul.is-style-styled-list-x li ul li:before, ul.is-style-styled-list-stars-two-column li ul li:before {
	content: "\f054";
	font-size: 1em;
	left: 0;
	top: .65em;
}

/* Lists :: Ordered
----------------------------------------------- */

ol.styled-list, ol.is-style-styled-list, ol.is-style-styled-list-two-column, ol.is-style-styled-list-checks, ol.is-style-styled-list-stars, ol.is-style-styled-list-x {
	list-style-type: none;
	margin: 0 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
	padding: 0;
	counter-reset: li-counter;
}

ol.styled-list > li, ol.is-style-styled-list > li, ol.is-style-styled-list-two-column > li, ol.is-style-styled-list-checks > li, ol.is-style-styled-list-stars > li, ol.is-style-styled-list-x > li {
	position: relative;
	padding: 0 0 var(--wp--preset--spacing--20) 2.5rem;
}

ol.styled-list > li:last-child, ol.is-style-styled-list > li:last-child, ol.is-style-styled-list-two-column > li:last-child, ol.is-style-styled-list-checks > li:last-child, ol.is-style-styled-list-stars > li:last-child, ol.is-style-styled-list-x > li:last-child {
	padding-bottom: 0;
}

ol.styled-list > li:before, ol.is-style-styled-list > li:before, ol.is-style-styled-list-two-column > li:before, ol.is-style-styled-list-checks > li:before, ol.is-style-styled-list-stars > li:before, ol.is-style-styled-list-x > li:before {
	position: absolute;
	top: .125em;
	left: 0;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: var(--theme-color-accent);
	content: counter(li-counter);
	counter-increment: li-counter;
}

/* Lists :: Multi-Column
----------------------------------------------- */

.two-column-list, ul.is-style-styled-list-two-column, ol.is-style-styled-list-two-column, ul.is-style-styled-list-stars-two-column {
	-webkit-column-count: 2;
	-webkit-column-gap: var(--wp--preset--spacing--20);
	-moz-column-count: 2;
	-moz-column-gap: var(--wp--preset--spacing--20);
	-ms-column-count: 2;
	-ms-column-gap: var(--wp--preset--spacing--20);
	column-count: 2;
	column-gap: var(--wp--preset--spacing--20);
}

.three-column-list, ul.is-style-styled-list-three-column, ol.is-style-styled-list-three-column {
	-webkit-column-count: 3;
	-webkit-column-gap: var(--wp--preset--spacing--20);
	-moz-column-count: 3;
	-moz-column-gap: var(--wp--preset--spacing--20);
	-ms-column-count: 3;
	-ms-column-gap: var(--wp--preset--spacing--20);
	column-count: 3;
	column-gap: var(--wp--preset--spacing--20);
}

.two-column-list li, .three-column-list li, .two-column-list.styled-list li, ul.is-style-styled-list-two-column li, ol.is-style-styled-list-two-column li, .three-column-list.styled-list li, ul.is-style-styled-list-three-column, ul.is-style-styled-list-stars-two-column li {
	display: inline-block;
	width: 100%;
}

.two-column-list.styled-list li, ul.is-style-styled-list-two-column li, ol.is-style-styled-list-two-column li, .three-column-list.styled-list li, ul.is-style-styled-list-three-column li, ul.is-style-styled-list-stars-two-column li {
	border: none;
}

/********************************************************************************
* General :: Forms
*********************************************************************************/
.form-control,
.main .forminator-ui.forminator-design--default .forminator-input, .main .forminator-ui.forminator-design--default .forminator-input:hover, .main .forminator-ui.forminator-design--default .forminator-input:focus, .main .forminator-ui.forminator-design--default .forminator-input:active, .main .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea,
.main .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"],
.form-newsletter .hustle-ui.module_id_2 .hustle-field .hustle-input,
#wpsl-search-wrap input[type="text"], .wpsl-dropdown,
.calculator .TextInput, .calculator input.tvcMonthsOrYearsInputClass, .calculator select{
	font-family: var(--theme-font-body);
	background: none;
	border: 2px solid var(--theme-color-border) !important;
	color: var(--theme-color-body);
	box-shadow: none;
	font-size: .9em !important;
	
	transition: all 0.35s ease 0s;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.form-control:focus,
.main .forminator-ui.forminator-design--default .forminator-input:focus, .main .forminator-ui.forminator-design--default .forminator-input:active, .main .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea:focus, .main .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea:active,
.form-newsletter .hustle-ui.module_id_2 .hustle-field .hustle-input:focus,
#wpsl-search-wrap input:focus,
.calculator .TextInput:focus, .calculator input.tvcMonthsOrYearsInputClass:focus, .calculator select:focus {
	box-shadow: none;
	border-color: var(--theme-color-hover) !important;
	color: var(--theme-color-body);
	background-color: var(--wp--preset--color--trans-black);
}

/* Input Groups */
.input-group-text {
	border-color: var(--theme-color-border);
	background-color: var(--theme-color-accent);
	color: var(--wp--preset--color--white);
}

/* Select */
select.form-control:not([size]):not([multiple]), .calculator select {
	height: auto;
	padding: .75rem 1rem;
	border-radius: .5em;
}
.form-group-select {
	position: relative;
}
.form-group-select:after {
	position: absolute;
	top: 50%;
	right: 1rem;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	color: var(--theme-color-link);
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form-group-select select.form-control:not([size]):not([multiple]){
	padding-right: 2.5rem !important;
}
.form-group-select select{
	color: var(--theme-color-body);
	font-size: .9em;
}
.form-group-select select option {
	background-color: var(--wp--preset--color--light);
	color: var(--wp--preset--color--mid);
	border-radius: 0;
	border: none;
}

/* Checkbox / Radio */
.form-check-input:checked {
	background-color: var(--wp--preset--color--teal);
	border-color: var(--wp--preset--color--teal);
}
.form-check-input:focus {
	border-color: var(--theme-color-border);
	outline: 0;
	box-shadow: 0 0 0 .25rem var(--wp--preset--color--teal);
}

/* Labels */
.form-label, .main .forminator-ui.forminator-custom-form[data-design="default"] .forminator-label, .calculator .InputContainer label, .calculator .tvcInputPClass{
	font-size: .8em !important;
	font-family: var(--theme-font-accent) !important;
	color: var(--theme-color-heading) !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: .075em;
	line-height: 1;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: .5;
	-webkit-transform: scale(.85) translateY(-.4rem) translateX(.15rem);
	-ms-transform: scale(.85) translateY(-.4rem) translateX(.15rem);
	transform: scale(.85) translateY(-.4rem) translateX(.15rem);
}
.form-floating > .form-control::placeholder{
	opacity: 0;
}
.form-floating > .form-control:focus::placeholder {
	opacity: .4;
}

/* Placeholder */
.form-control::placeholder, ::placeholder,
.form-newsletter .hustle-ui.module_id_2 .hustle-field .hustle-input + .hustle-input-label{
	font-family: var(--theme-font-body);
	color: var(--theme-color-body) !important;
	opacity: .4;
	font-size: .9em !important;
}

/* Forms :: Forminator Form Helpers
----------------------------------------------- */
/* Buttons */
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:not(.forminator-button-upload){	
	background: var(--theme-color-link);
	color: var(--wp--preset--color--white);
	font-family: var(--theme-font-accent);
	text-transform: uppercase;
	border-radius: .25em;
	border: none;
	font-size: .85em !important;
	line-height: 1;
	letter-spacing: .1em;
	padding: 1.25em 2.25em;
	text-shadow: none;
	font-weight: 600 !important;
	box-shadow: var(--theme-box-shadow-depth-1);
	transition: all 0.3s ease-in-out;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover{
	color: var(--wp--preset--color--white) !important;
	background-color: var(--theme-color-hover) !important;
	border-color: var(--theme-color-hover) !important;
	box-shadow: none !important;
}
.forminator-ui.forminator-custom-form[data-design="default"].draft-enabled .forminator-save-draft-link{
	color: var(--theme-color-link) !important;
}
.forminator-ui.forminator-custom-form[data-design="default"].draft-enabled .forminator-save-draft-link:hover{
	color: var(--theme-color-hover) !important;
}

/* Typography */
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-label{
	line-height: 1.2 !important;
	display: inline-block !important;
}
.forminator-input-with-icon label{
	display: block;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-description{
	font-size: .8em !important;
}

/* Pagination */
.forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-label{
	color: var(--theme-color-heading) !important;
	text-transform: uppercase;
	font-family: var(--theme-font-body);
	font-size: .9em;
	line-height: 1 !important;
	letter-spacing: .05em;
	text-shadow: none;
	font-weight: 700 !important;
}
.forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-dot {
	transition: all 0.3s ease-in-out;
}
.forminator-ui.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-dot:hover {
	border-color: var(--theme-color-hover) !important;
	background-color: var(--theme-color-hover) !important;
}
.main .forminator-ui.forminator-design--default:not(.forminator-size--small) .forminator-pagination-steps .forminator-break{
	height: 2px !important;
}

/* Fields */
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-radio:not(.forminator-radio-inline), .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox:not(.forminator-checkbox-inline) {
	margin: 10px 0 !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-radio:not(.forminator-radio-inline):first-of-type, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox:not(.forminator-checkbox-inline):first-of-type{
	margin-top: 0 !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-checkbox .forminator-checkbox-box, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-radio .forminator-radio-bullet{
	border-width: 2px !important;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-repeater-field{
	box-shadow: none !important;
	border-radius: var(--bs-card-border-radius) !important;
	background-color: var(--theme-color-border) !important;
}

/********************************************************************************
* General :: Backgrounds/Colors
*********************************************************************************/

/* Backgrounds :: Masking
----------------------------------------------- */

.mask-fadeout-y {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}

.mask-fadeout-y-top {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 100%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 100%);
}

.mask-fadeout-y-btm {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}

.mask-fadeout-x {
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 0) 100%);
}

.mask-fadeout-x-left {
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 100%);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 100%);
}

.mask-fadeout-x-right {
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

/* Backgrounds :: Depths
----------------------------------------------- */

.depth-0 {
	box-shadow: none !important;
}

.depth-1 {
	box-shadow: var(--theme-box-shadow-depth-1);
}

.depth-2 {
	box-shadow: var(--theme-box-shadow-depth-2);
}

.depth-3 {
	box-shadow: var(--theme-box-shadow-depth-3);
}

.depth-4 {
	box-shadow: var(--theme-box-shadow-depth-4);
}

.depth-5 {
	box-shadow: var(--theme-box-shadow-depth-5);
}

/* Backgrounds :: Borders
----------------------------------------------- */
.border-top:not(.border-colored), .border-bottom:not(.border-colored), .border-start:not(.border-colored), .border-end:not(.border-colored), .border:not(.border-colored), .advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default, .advgb-accordion-body, .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content, .advgb-tabs-wrapper .advgb-tab-body-wrapper, .tab-content {
	border-color: var(--theme-color-border) !important;
}
.border{
	border-style: solid !important;
}
.border-none {
	border: none !important;
}
.border-colored, .border-colored:after{
	--theme-color-border: var(--theme-color-accent);
	border-color: var(--theme-color-accent) !important;
}

/* Backgrounds :: Common :: Lights
-----------------------------------------------
.has-light-background-color:not(hr), .has-white-background-color:not(hr){
	--theme-color-heading: var(--wp--preset--color--dark);
	--theme-color-body: var(--wp--preset--color--mid);
	--theme-color-border: var(--wp--preset--color--trans-black);
	
	color: var(--theme-color-body);
}*/

/* Backgrounds :: Common :: Darks
-----------------------------------------------*/
.has-primary-background-color:not(hr), .has-secondary-background-color:not(hr), .has-tertiary-background-color:not(hr), .has-success-background-color:not(hr), .has-warning-background-color:not(hr), .has-danger-background-color:not(hr), .has-mid-background-color:not(hr), .has-dark-background-color:not(hr), .has-black-background-color:not(hr),
.has-trans-primary-heavy-background-color:not(hr), .has-trans-secondary-heavy-background-color:not(hr), .has-trans-tertiary-heavy-background-color:not(hr), .has-trans-black-heavy-background-color:not(hr){
	--theme-color-heading: var(--wp--preset--color--white);
	--theme-color-body: var(--wp--preset--color--white);
	--theme-color-border: var(--wp--preset--color--trans-white);
	--theme-color-link: var(--wp--preset--color--primary);
	
	--swiper-theme-color: var(--theme-color-link);
	--swiper-pagination-color: var(--theme-color-heading);
	
	color: var(--theme-color-body);
}

/* Backgrounds :: Primary
-----------------------------------------------
.has-primary-background-color:not(hr){
	--theme-color-link: var(--wp--preset--color--white);
} */
.has-primary-background-color:not(hr), .has-trans-primary-heavy-background-color:not(hr){
	--theme-color-link: var(--wp--preset--color--white);
}
.has-primary-background-color:not(hr) .btn:not(.btn-outline):not(.btn-text):not(.btn-underline):not(:hover), .has-trans-primary-heavy-background-color:not(hr) .btn:not(.btn-outline):not(.btn-text):not(.btn-underline):not(:hover),
.has-primary-background-color:not(hr) .wp-block-button:not(.is-style-outline):not(.is-style-text):not(.is-style-underline) .wp-block-button__link:not(:hover), .has-trans-primary-heavy-background-color:not(hr) .wp-block-button:not(.is-style-outline):not(.is-style-text):not(.is-style-underline) .wp-block-button__link:not(:hover){
	color: var(--wp--preset--color--primary);
}

/* Backgrounds :: Secondary
----------------------------------------------- */

/* Backgrounds :: Tertiary
----------------------------------------------- */

/* Backgrounds :: Success
----------------------------------------------- */

/* Backgrounds :: Warning
----------------------------------------------- */

/* Backgrounds :: Danger
----------------------------------------------- */

/* Backgrounds :: White
----------------------------------------------- */

/* Backgrounds :: Light
----------------------------------------------- */

/* Backgrounds :: Mid
----------------------------------------------- */

/* Backgrounds :: Dark
----------------------------------------------- */

/* Backgrounds :: Black
----------------------------------------------- */

/* Backgrounds :: Transparent
----------------------------------------------- */

/* Backgrounds :: Transparent White
----------------------------------------------- */

/* Backgrounds :: Transparent Black
----------------------------------------------- */

/* Backgrounds :: Transparent Primary
----------------------------------------------- */


/* Backgrounds :: Overlays
----------------------------------------------- */

[class*="overlay-opacity-"]::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: inherit;
	z-index: 1;
	opacity: 0;
}

.overlay-opacity-0::before {
	opacity: 0;
}

.overlay-opacity-05::before {
	opacity: .05;
}

.overlay-opacity-10::before {
	opacity: .1;
}

.overlay-opacity-15::before {
	opacity: .15;
}

.overlay-opacity-20::before {
	opacity: .2;
}

.overlay-opacity-25::before {
	opacity: .25;
}

.overlay-opacity-30::before {
	opacity: .3;
}

.overlay-opacity-35::before {
	opacity: .35;
}

.overlay-opacity-40::before {
	opacity: .4;
}

.overlay-opacity-45::before {
	opacity: .45;
}

.overlay-opacity-50::before {
	opacity: .5;
}

.overlay-opacity-55::before {
	opacity: .55;
}

.overlay-opacity-60::before {
	opacity: .6;
}

.overlay-opacity-65::before {
	opacity: .65;
}

.overlay-opacity-70::before {
	opacity: .7;
}

.overlay-opacity-75::before {
	opacity: .75;
}

.overlay-opacity-80::before {
	opacity: .8;
}

.overlay-opacity-85::before {
	opacity: .85;
}

.overlay-opacity-90::before {
	opacity: .9;
}

.overlay-opacity-95::before {
	opacity: .95;
}

.overlay-border, .overlay-border-flourish {
	position: relative;
}

.overlay-border > *, .overlay-border-flourish > * {
	z-index: 4;
}

.overlay-border:after {
	content: '';
	position: absolute;
	top: var(--theme-overlay-border-padding);
	left: var(--theme-overlay-border-padding);
	right: var(--theme-overlay-border-padding);
	bottom: var(--theme-overlay-border-padding);
	border: 2px solid var(--theme-color-border);
	border-radius: 1em;
	z-index: 3;
}

.overlay-border-flourish:after {
	content: '';
	position: absolute;
	top: var(--theme-overlay-border-padding);
	left: var(--theme-overlay-border-padding);
	right: var(--theme-overlay-border-padding);
	bottom: var(--theme-overlay-border-padding);
	z-index: 3;
	
	border-image-slice: 180 240 180 240 fill;
	border-image-width: 180px 240px 180px 240px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: repeat repeat;
	border-image-source: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxMCIgaGVpZ2h0PSIzNzEuMDYiIHZpZXdCb3g9IjAgMCA1MTAgMzcxLjA2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2MwYTU3YztzdHJva2Utd2lkdGg6MHB4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMSI+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzMy40NiIgeT0iNi4zMiIgd2lkdGg9IjE2MS41NCIgaGVpZ2h0PSIzLjExIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMy4xMiwxNzkuMDZIMFYzNy44OWMxLjEzLTkuOSw2LjA0LTE4Ljc5LDEzLjg1LTI0Ljk5LDYuMzEtNS4wMywxNC4xOC03LjI4LDIyLjItNi4zOCw4LC45LDE1LjE4LDQuODgsMjAuMiwxMS4xOSw0LjA4LDUuMTEsNS45MSwxMS41LDUuMTcsMTcuOTktLjczLDYuNDktMy45NSwxMi4zLTkuMDYsMTYuMzgtOC41OCw2LjgyLTIxLjExLDUuNC0yNy45My0zLjE3LTUuNTctNi45OS00LjQtMTcuMjEsMi41OS0yMi43OC4xNi0uMTMsNC41Mi0zLjY0LDkuOTItMi45NywzLjQxLjQyLDYuNDEsMi4zOCw4LjkzLDUuODFsLTIuNTEsMS44NGMtMS45OS0yLjcxLTQuMjctNC4yNC02Ljc4LTQuNTYtNC4wNi0uNTItNy41NywyLjI3LTcuNjEsMi4zLTUuNjYsNC41Mi02LjYsMTIuNzctMi4xMSwxOC40MSw1Ljc2LDcuMjMsMTYuMzIsOC40MywyMy41NiwyLjY3LDQuNDYtMy41NCw3LjI3LTguNjIsNy45MS0xNC4yOS42NC01LjY3LS45Ni0xMS4yNC00LjUxLTE1LjctNC41LTUuNjYtMTAuOTQtOS4yMi0xOC4xMi0xMC4wMy03LjE4LS44MS0xNC4yNiwxLjIyLTE5LjksNS43Mi03LjEzLDUuNjgtMTEuNjMsMTMuNzgtMTIuNjgsMjIuODN2MTQwLjlaIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIyMC45NiIgeT0iMzkuNCIgd2lkdGg9IjMuMTIiIGhlaWdodD0iMTE5LjM4Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzYuODYsNDUuMTFjLS44MiwwLTEuNjUtLjA1LTIuNDctLjE2LTQuODUtLjY1LTkuMTctMy4xNS0xMi4xNS03LjA0LTIuMDgtMi43Mi0zLjQ4LTUuNzgtNC4xNy05LjExbDMuMDUtLjYzYy41OSwyLjg3LDEuOCw1LjUxLDMuNTksNy44NSwyLjQ3LDMuMjMsNi4wNSw1LjMxLDEwLjA5LDUuODUsNC4wNS41NSw4LjA0LS41MiwxMS4yOC0zLDIuNTItMS45Miw0LjE0LTQuNzEsNC41Ni03Ljg2LjQyLTMuMTQtLjQxLTYuMjYtMi4zMy04Ljc5LTMuMDgtNC4wMi04Ljg2LTQuNzktMTIuODktMS43Mi0zLjA4LDIuMzYtMy42Nyw2Ljc5LTEuMzIsOS44OGwtMi40NywxLjg5Yy0zLjQtNC40NS0yLjU1LTEwLjgzLDEuOS0xNC4yNCw1LjM5LTQuMTIsMTMuMTMtMy4wOCwxNy4yNiwyLjMxLDIuNDMsMy4xOCwzLjQ4LDcuMTIsMi45NSwxMS4wOS0uNTMsMy45Ny0yLjU3LDcuNS01Ljc2LDkuOTItMy4yMywyLjQ3LTcuMSwzLjc3LTExLjEsMy43N1oiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkwLjk5IiB5PSIyMi4wOCIgd2lkdGg9IjcwLjk5IiBoZWlnaHQ9IjMuMTIiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjMxNSIgeT0iNi4zMiIgd2lkdGg9IjE2MS41NCIgaGVpZ2h0PSIzLjExIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTA2Ljg4LDE3OS4wNmgzLjEyczAtMTQxLjE3LDAtMTQxLjE3Yy0xLjEyLTkuOS02LjAzLTE4Ljc5LTEzLjg0LTI0Ljk5LTYuMzEtNS4wMy0xNC4xOC03LjI4LTIyLjItNi4zOC04LC45LTE1LjE4LDQuODgtMjAuMiwxMS4xOS00LjA4LDUuMTEtNS45MSwxMS41LTUuMTcsMTcuOTkuNzMsNi40OSwzLjk1LDEyLjMsOS4wNiwxNi4zOCw4LjU4LDYuODIsMjEuMTEsNS40LDI3LjkzLTMuMTcsNS41Ny02Ljk5LDQuNC0xNy4yMS0yLjU5LTIyLjc4LS4xNi0uMTMtNC41Mi0zLjY0LTkuOTItMi45Ny0zLjQxLjQyLTYuNDEsMi4zOC04LjkzLDUuODFsMi41MSwxLjg0YzEuOTktMi43MSw0LjI3LTQuMjQsNi43OC00LjU2LDQuMDYtLjUyLDcuNTcsMi4yNyw3LjYxLDIuMyw1LjY2LDQuNTIsNi42LDEyLjc3LDIuMTEsMTguNDEtNS43Niw3LjIzLTE2LjMyLDguNDMtMjMuNTYsMi42Ny00LjQ2LTMuNTQtNy4yNy04LjYyLTcuOTEtMTQuMjktLjY0LTUuNjcuOTYtMTEuMjQsNC41MS0xNS43LDQuNS01LjY2LDEwLjk0LTkuMjIsMTguMTItMTAuMDMsNy4xOC0uODEsMTQuMjYsMS4yMiwxOS45LDUuNzIsNy4xMyw1LjY4LDExLjYzLDEzLjc4LDEyLjY4LDIyLjgzdjE0MC45WiIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iNDg1LjkyIiB5PSIzOS40IiB3aWR0aD0iMy4xMiIgaGVpZ2h0PSIxMTkuMzgiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MzMuMTQsNDUuMTFjLjgyLDAsMS42NS0uMDUsMi40Ny0uMTYsNC44NS0uNjUsOS4xNy0zLjE1LDEyLjE1LTcuMDQsMi4wOC0yLjcyLDMuNDgtNS43OCw0LjE3LTkuMTFsLTMuMDUtLjYzYy0uNTksMi44Ny0xLjgsNS41MS0zLjU5LDcuODUtMi40NywzLjIzLTYuMDUsNS4zMS0xMC4wOSw1Ljg1LTQuMDUuNTUtOC4wNC0uNTItMTEuMjgtMy0yLjUyLTEuOTItNC4xNC00LjcxLTQuNTYtNy44Ni0uNDItMy4xNC40MS02LjI2LDIuMzMtOC43OSwzLjA4LTQuMDIsOC44Ni00Ljc5LDEyLjg5LTEuNzIsMy4wOCwyLjM2LDMuNjcsNi43OSwxLjMyLDkuODhsMi40NywxLjg5YzMuNC00LjQ1LDIuNTUtMTAuODMtMS45LTE0LjI0LTUuMzktNC4xMi0xMy4xMy0zLjA4LTE3LjI2LDIuMzEtMi40MywzLjE4LTMuNDgsNy4xMi0yLjk1LDExLjA5LjUzLDMuOTcsMi41Nyw3LjUsNS43Niw5LjkyLDMuMjMsMi40Nyw3LjEsMy43NywxMS4xLDMuNzdaIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzNDguMDIiIHk9IjIyLjA4IiB3aWR0aD0iNzAuOTkiIGhlaWdodD0iMy4xMiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5MS4wMywwcy02LjA1LDIuNzEtNy41NSw2LjMxaC04Ljc4VjBoLTQuNzF2Ni4zOGgtMzBWMGgtNC43MXY2LjMxaC04Ljc4Yy0xLjUtMy42LTcuNTUtNi4zMS03LjU1LTYuMzFsLTEwLjk3LDcuODgsMTAuOTcsNy44OHM2LjA1LTIuNzEsNy41NS02LjMxaDguNzh2Ni4zMWg0Ljcxdi02LjM4aDMwdjYuMzhoNC43MXYtNi4zMWg4Ljc4YzEuNSwzLjYsNy41NSw2LjMxLDcuNTUsNi4zMWwxMC45Ny03Ljg4LTEwLjk3LTcuODhaIi8+PC9nPjxnIGlkPSJMYXllcl8yIj48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjMzLjQ2IiB5PSIzNjEuNjIiIHdpZHRoPSIxNjEuNTQiIGhlaWdodD0iMy4xMSIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMuMTIsMTkySDB2MTQxLjE3YzEuMTMsOS45LDYuMDQsMTguNzksMTMuODUsMjQuOTksNi4zMSw1LjAzLDE0LjE4LDcuMjgsMjIuMiw2LjM4LDgtLjksMTUuMTgtNC44OCwyMC4yLTExLjE5LDQuMDgtNS4xMSw1LjkxLTExLjUsNS4xNy0xNy45OS0uNzMtNi40OS0zLjk1LTEyLjMtOS4wNi0xNi4zOC04LjU4LTYuODItMjEuMTEtNS40LTI3LjkzLDMuMTctNS41Nyw2Ljk5LTQuNCwxNy4yMSwyLjU5LDIyLjc4LjE2LjEzLDQuNTIsMy42NCw5LjkyLDIuOTcsMy40MS0uNDIsNi40MS0yLjM4LDguOTMtNS44MWwtMi41MS0xLjg0Yy0xLjk5LDIuNzEtNC4yNyw0LjI0LTYuNzgsNC41Ni00LjA2LjUyLTcuNTctMi4yNy03LjYxLTIuMy01LjY2LTQuNTItNi42LTEyLjc3LTIuMTEtMTguNDEsNS43Ni03LjIzLDE2LjMyLTguNDMsMjMuNTYtMi42Nyw0LjQ2LDMuNTQsNy4yNyw4LjYyLDcuOTEsMTQuMjkuNjQsNS42Ny0uOTYsMTEuMjQtNC41MSwxNS43LTQuNSw1LjY2LTEwLjk0LDkuMjItMTguMTIsMTAuMDMtNy4xOC44MS0xNC4yNi0xLjIyLTE5LjktNS43Mi03LjEzLTUuNjgtMTEuNjMtMTMuNzgtMTIuNjgtMjIuODN2LTE0MC45WiIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMjAuOTYiIHk9IjIxMi4yOCIgd2lkdGg9IjMuMTIiIGhlaWdodD0iMTE5LjM4Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNzYuODYsMzI1Ljk1Yy0uODIsMC0xLjY1LjA1LTIuNDcuMTYtNC44NS42NS05LjE3LDMuMTUtMTIuMTUsNy4wNC0yLjA4LDIuNzItMy40OCw1Ljc4LTQuMTcsOS4xMWwzLjA1LjYzYy41OS0yLjg3LDEuOC01LjUxLDMuNTktNy44NSwyLjQ3LTMuMjMsNi4wNS01LjMxLDEwLjA5LTUuODUsNC4wNS0uNTUsOC4wNC41MiwxMS4yOCwzLDIuNTIsMS45Miw0LjE0LDQuNzEsNC41Niw3Ljg2LjQyLDMuMTQtLjQxLDYuMjYtMi4zMyw4Ljc5LTMuMDgsNC4wMi04Ljg2LDQuNzktMTIuODksMS43Mi0zLjA4LTIuMzYtMy42Ny02Ljc5LTEuMzItOS44OGwtMi40Ny0xLjg5Yy0zLjQsNC40NS0yLjU1LDEwLjgzLDEuOSwxNC4yNCw1LjM5LDQuMTIsMTMuMTMsMy4wOCwxNy4yNi0yLjMxLDIuNDMtMy4xOCwzLjQ4LTcuMTIsMi45NS0xMS4wOS0uNTMtMy45Ny0yLjU3LTcuNS01Ljc2LTkuOTItMy4yMy0yLjQ3LTcuMS0zLjc3LTExLjEtMy43N1oiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjkwLjk5IiB5PSIzNDUuODYiIHdpZHRoPSI3MC45OSIgaGVpZ2h0PSIzLjEyIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzMTUiIHk9IjM2MS42MiIgd2lkdGg9IjE2MS41NCIgaGVpZ2h0PSIzLjExIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTA2Ljg4LDE5MmgzLjEyczAsMTQxLjE3LDAsMTQxLjE3Yy0xLjEyLDkuOS02LjAzLDE4Ljc5LTEzLjg0LDI0Ljk5LTYuMzEsNS4wMy0xNC4xOCw3LjI4LTIyLjIsNi4zOC04LS45LTE1LjE4LTQuODgtMjAuMi0xMS4xOS00LjA4LTUuMTEtNS45MS0xMS41LTUuMTctMTcuOTkuNzMtNi40OSwzLjk1LTEyLjMsOS4wNi0xNi4zOCw4LjU4LTYuODIsMjEuMTEtNS40LDI3LjkzLDMuMTcsNS41Nyw2Ljk5LDQuNCwxNy4yMS0yLjU5LDIyLjc4LS4xNi4xMy00LjUyLDMuNjQtOS45MiwyLjk3LTMuNDEtLjQyLTYuNDEtMi4zOC04LjkzLTUuODFsMi41MS0xLjg0YzEuOTksMi43MSw0LjI3LDQuMjQsNi43OCw0LjU2LDQuMDYuNTIsNy41Ny0yLjI3LDcuNjEtMi4zLDUuNjYtNC41Miw2LjYtMTIuNzcsMi4xMS0xOC40MS01Ljc2LTcuMjMtMTYuMzItOC40My0yMy41Ni0yLjY3LTQuNDYsMy41NC03LjI3LDguNjItNy45MSwxNC4yOS0uNjQsNS42Ny45NiwxMS4yNCw0LjUxLDE1LjcsNC41LDUuNjYsMTAuOTQsOS4yMiwxOC4xMiwxMC4wMyw3LjE4LjgxLDE0LjI2LTEuMjIsMTkuOS01LjcyLDcuMTMtNS42OCwxMS42My0xMy43OCwxMi42OC0yMi44M3YtMTQwLjlaIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSI0ODUuOTIiIHk9IjIxMi4yOCIgd2lkdGg9IjMuMTIiIGhlaWdodD0iMTE5LjM4Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDMzLjE0LDMyNS45NWMuODIsMCwxLjY1LjA1LDIuNDcuMTYsNC44NS42NSw5LjE3LDMuMTUsMTIuMTUsNy4wNCwyLjA4LDIuNzIsMy40OCw1Ljc4LDQuMTcsOS4xMWwtMy4wNS42M2MtLjU5LTIuODctMS44LTUuNTEtMy41OS03Ljg1LTIuNDctMy4yMy02LjA1LTUuMzEtMTAuMDktNS44NS00LjA1LS41NS04LjA0LjUyLTExLjI4LDMtMi41MiwxLjkyLTQuMTQsNC43MS00LjU2LDcuODYtLjQyLDMuMTQuNDEsNi4yNiwyLjMzLDguNzksMy4wOCw0LjAyLDguODYsNC43OSwxMi44OSwxLjcyLDMuMDgtMi4zNiwzLjY3LTYuNzksMS4zMi05Ljg4bDIuNDctMS44OWMzLjQsNC40NSwyLjU1LDEwLjgzLTEuOSwxNC4yNC01LjM5LDQuMTItMTMuMTMsMy4wOC0xNy4yNi0yLjMxLTIuNDMtMy4xOC0zLjQ4LTcuMTItMi45NS0xMS4wOS41My0zLjk3LDIuNTctNy41LDUuNzYtOS45MiwzLjIzLTIuNDcsNy4xLTMuNzcsMTEuMS0zLjc3WiIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMzQ4LjAyIiB5PSIzNDUuODYiIHdpZHRoPSI3MC45OSIgaGVpZ2h0PSIzLjEyIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkxLjAzLDM3MS4wNnMtNi4wNS0yLjcxLTcuNTUtNi4zMWgtOC43OHY2LjMxaC00Ljcxdi02LjM4aC0zMHY2LjM4aC00Ljcxdi02LjMxaC04Ljc4Yy0xLjUsMy42LTcuNTUsNi4zMS03LjU1LDYuMzFsLTEwLjk3LTcuODgsMTAuOTctNy44OHM2LjA1LDIuNzEsNy41NSw2LjMxaDguNzh2LTYuMzFoNC43MXY2LjM4aDMwdi02LjM4aDQuNzF2Ni4zMWg4Ljc4YzEuNS0zLjYsNy41NS02LjMxLDcuNTUtNi4zMWwxMC45Nyw3Ljg4LTEwLjk3LDcuODhaIi8+PC9nPjwvc3ZnPg==");
	border-style: solid;
}

/* Backgrounds :: Images
----------------------------------------------- */
.has-bg-deco, .is-style-bg-deco {
	background-image: url('../img/bg-deco-light.svg');
	background-size: auto;
	background-repeat: repeat;
}
.has-bg-burst, .is-style-bg-burst {
	background-image: url('../img/bg-burst.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.has-fixed-bg, .is-style-fixed-bg{
	background-attachment: fixed;
}

/********************************************************************************
* General :: Cards
*********************************************************************************/

/* Card :: Default
----------------------------------------------- */

.card {
	--theme-color-heading: var(--wp--preset--color--black);
	--theme-color-body: var(--wp--preset--color--mid);
	--theme-color-border: var(--wp--preset--color--trans-black);
	--theme-overlay-border-padding: 1rem;
	
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 0;
	--bs-card-border-color: var(--theme-color-border);
	--bs-card-border-radius: 0;
	--bs-card-box-shadow: var(--theme-box-shadow-depth-1);
	--bs-card-inner-border-radius: 0;
	--bs-card-cap-padding-y: 0.75rem;
	--bs-card-cap-padding-x: var(--wp--preset--spacing--30);
	--bs-card-spacer-y: var(--wp--preset--spacing--30);
  	--bs-card-spacer-x: var(--wp--preset--spacing--30);
	--bs-card-bg: var(--wp--preset--color--white);
	
	box-shadow: var(--bs-card-box-shadow);
	color: var(--theme-color-body);
	font-size: .9em;
	padding: 0;
	transition: all 0.3s ease-in;
}

.card-img, .card-img-top, .card-img-bottom {
	position: relative;
	background-color: var(--wp--preset--color--black);
	transition: all 0.3s ease-in;
}

.card-img img, .card-img-top img, .card-img-bottom img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	transition: all .5s ease-in-out;
}

.card-img a, .card-img-top a, .card-img-bottom a {
	transition: all 0.3s ease-in;
}

.card-img a:hover, .card-img-top a:hover, .card-img-bottom a:hover {
	opacity: .6;
}

.card-content-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.card-content-overlay .card-body {
	height: 100%;
	width: 100%;
	flex-grow: 1;
}

.card-body > :last-child, .card-text > :last-child {
	margin-bottom: 0;
}

.card-meta {
	font-size: .9em;
	margin-left: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
}
.card-meta li:not(:last-child) {
	margin-right: 1rem;
}

/* Hover */
/*.card:hover .card-icon {
	color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
}
.card:not(.card-hunt):not(.card-video):hover .card-img, .card:not(.card-hunt):not(.card-video):hover .card-img-top, .card:not(.card-hunt):not(.card-video):hover .card-img-bottom {
	background-color: var(--theme-color-hover);
}*/

/* Card :: Inverted
----------------------------------------------- */

.card-inverse {
	--theme-color-heading: var(--wp--preset--color--white);
	--theme-color-body: var(--wp--preset--color--light);
	--theme-color-border: var(--wp--preset--color--trans-white);
	
	background-color: var(--wp--preset--color--dark);
}

/* Card :: Block
----------------------------------------------- */

.wp-block-column .card-block {
	height: 100%;
}

/* Card :: Capsule
----------------------------------------------- */

.card-capsule {
	max-width: 100%;
	border: none;
	
}
.card-capsule .card-body {
	position: absolute;
	padding: 1.25rem;
	text-align: center;
	height: 100%;
	width: 100%;
}
.card-capsule .card-img{
	background-color: var(--theme-color-link);
}
.card-capsule .card-img > * {
	opacity: .4;
	transition: all 0.3s ease-in;
}

.card-capsule .card-body .card-content {
	max-height: 0;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.card-capsule .card-body .card-content p:last-child{
	margin-bottom: 0;
}

/* Hover */
.card-capsule:hover .card-img{
	background-color: var(--theme-color-hover);
}
.card-capsule:hover .card-img > * {
	opacity: .1;
}
.card-capsule:hover .card-icon {
	color: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
}
.card-capsule:hover .card-body .card-content {
	max-height: 300px;
	opacity: 1;
}

/* Card :: Post
----------------------------------------------- */
.card-post {
	--bs-card-box-shadow: none;
	--bs-card-bg: var(--wp--preset--color--white);
	width: 100%;
	max-width: none;
	overflow: hidden;
}
.card-post .card-body{
	margin-left: calc(var(--bs-card-spacer-x) * 1.5);
	margin-top: calc((var(--bs-card-spacer-y) * 2) * -1);
	background-color: var(--bs-card-bg);
	position: relative;
}

/* Card :: Staff
----------------------------------------------- */
.card-staff.has-image .card-body{
	margin-left: var(--bs-card-spacer-x);
	margin-right: var(--bs-card-spacer-x);
	margin-top: calc((var(--bs-card-spacer-y) * 1.5) * -1);
	position: relative;
}

/* Card :: Sponsor
----------------------------------------------- */
.card-sponsor {
	--bs-card-box-shadow: none;
	--bs-card-bg: var(--wp--preset--color--trans);
}
.card-sponsor .sponsor-img{
	opacity: 1;
	transition: all 0.3s ease-in;
}

/* Hover */
.card-sponsor:not(.no-hover):hover .sponsor-img{
	opacity: .5;
}

/* Card :: Staff
----------------------------------------------- */
.card-staff {
	max-width: none;
}
.card-staff .card-img, .card-staff .card-img-top{
	overflow: visible;
}
.card-staff:hover .card-img, .card-staff:hover .card-img-top{
	background-color: var(--theme-color-hover);
}

/* Card :: Event
----------------------------------------------- */
.card-event{
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-box-shadow: none;
	--bs-card-inner-border-radius: 0;
	--bs-card-cap-padding-y: 0.75rem;
	--bs-card-cap-padding-x: var(--wp--preset--spacing--30);
	--bs-card-spacer-y: var(--wp--preset--spacing--30);
  	--bs-card-spacer-x: var(--wp--preset--spacing--30);
	--bs-card-bg: var(--wp--preset--color--black);
	position: relative;
	overflow: hidden;
}
.card-event .card-body{
	padding: calc(var(--theme-overlay-border-padding) + var(--bs-card-spacer-y)) calc(var(--theme-overlay-border-padding) + var(--bs-card-spacer-x));
	position: absolute;
	bottom: 0;
	width: 100%;
}
.card-event .card-img{
	position: relative;
	z-index: 0;
	
	transition: all .3s ease-in;
}
.card-event .card-img img{
	transition: all .3s ease-in;
}
.card-event .card-img:after{
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 85%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 85%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 85%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	
	transition: all .3s ease-in;
}

.card-event .card-meta{
	line-height: 1;
}
.card-event .card-meta-item.truncate{
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

/* Hover */
.card-event:hover .card-img img{
	opacity: .6;
}

/********************************************************************************
* General :: Modals
*********************************************************************************/
.modal{
	--bs-modal-zindex: 2055;
	--bs-modal-width: 550px;
	--bs-modal-padding: 1.5rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: 0;
	--bs-modal-border-radius: 0;
	--bs-modal-box-shadow: var(--theme-box-shadow-depth-3);
	--bs-modal-inner-border-radius: 0;
	--bs-modal-header-padding-x: 1.5rem;
	--bs-modal-header-padding-y: 1.25rem;
	--bs-modal-header-padding: 1.25rem 1.5rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
}
.modal-content{
	box-shadow: var(--bs-modal-box-shadow);
}
.modal-backdrop {
	--bs-backdrop-zindex: 2050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
}

/********************************************************************************
* General :: Accordions
*********************************************************************************/
.accordion{
	--bs-accordion-color: var(--theme-color-body);
	--bs-accordion-bg: var(--wp--preset--color--trans);
	--bs-accordion-border-color: var(--theme-color-border);
	--bs-accordion-border-width: 2px;
	--bs-accordion-border-radius: 0.375rem;
	--bs-accordion-inner-border-radius: calc(0.375rem - 2px);
	--bs-accordion-btn-color: var(--theme-color-body);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-border-color: var(--theme-color-hover);
	--bs-accordion-btn-focus-box-shadow: 0;
	--bs-accordion-active-color: var(--theme-color-heading);
	--bs-accordion-active-bg: var(--theme-color-active);
}

/********************************************************************************
* General :: Pagination
*********************************************************************************/
.pagination{
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--theme-color-link);
	--bs-pagination-bg: transparent;
	--bs-pagination-border-width: 2px;
	--bs-pagination-border-color: var(--theme-color-border);
	--bs-pagination-border-radius: 0;
	--bs-pagination-hover-color: var(--theme-color-hover);
	--bs-pagination-hover-bg: var(--theme-color-hover);
	--bs-pagination-hover-border-color: var(--theme-color-hover);
	--bs-pagination-focus-color: var(--theme-color-hover);
	--bs-pagination-focus-bg: var(--theme-color-hover);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: var(--wp--preset--color--white);
	--bs-pagination-active-bg: var(--theme-color-active);
	--bs-pagination-active-border-color: var(--theme-color-link);
	--bs-pagination-disabled-color: var(--theme-color-border);
	--bs-pagination-disabled-bg: transparent;
	--bs-pagination-disabled-border-color: var(--theme-color-border);
	font-weight: 700;
}

/********************************************************************************
* General :: Badges
*********************************************************************************/
.badge {
	--bs-badge-padding-x: 0.75em;
	--bs-badge-padding-y: 0.65em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 600;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: 0.375rem;
	border-radius: var(--bs-badge-border-radius);
	letter-spacing: .1em;
	line-height: 1;
	text-transform: uppercase;
	font-family: var(--theme-font-accent);
	background-color: var(--theme-color-heading);
}

/********************************************************************************
* General :: Swipers
*********************************************************************************/
.swiper{
	position: relative;
}

.swiper-slide .swiper-image.animated {
	transition: 8.5s ease-out;
	transform-origin: 100% 100%;
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.swiper-slide.swiper-slide-active .swiper-image.animated {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
}

/* Swipers :: Bullets
----------------------------------------------- */
.swiper-pagination-bullet{
	background: var(--swiper-pagination-color);
	opacity: 1;
	width: 10px;
	height: 10px;
	position: relative;
	margin: 0 .35em;
}
.swiper-pagination-bullet-active:after{
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border: 2px solid var(--theme-color-active);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
}

/* Swipers :: Buttons Styled
----------------------------------------------- */
.swiper.swiper-buttons-styled .swiper-button-prev, .swiper.swiper-buttons-styled .swiper-button-next{
	width: auto;
	height: auto;
	top: 50%;
	margin-top: calc((var(--swiper-navigation-size) / 2) * -1);
}
.swiper.swiper-buttons-styled .swiper-button-prev::after, .swiper.swiper-buttons-styled .swiper-button-next::after{
	display: none;
}
.swiper.swiper-buttons-styled .slider-nav-arrow {
	font-size: 1.5em;
	color: var(--theme-color-link);
	border-radius: 50%;
	width: auto;
	height: var(--swiper-navigation-size);
	z-index: 1000;
	text-align: center;
	line-height: var(--swiper-navigation-size);
	
	transition: all 0.3s ease-in;
}
.swiper.swiper-buttons-styled .slider-nav-arrow i{
	line-height: var(--swiper-navigation-size);
}
.swiper.swiper-buttons-styled .slider-nav-arrow:hover{
	color: var(--theme-color-hover);
}
.swiper.swiper-buttons-styled .swiper-button-prev:focus, .swiper.swiper-buttons-styled .swiper-container-rtl .swiper-button-next:focus, .swiper.swiper-buttons-styled .swiper-button-next:focus, .swiper.swiper-buttons-styled .swiper-container-rtl .swiper-button-prev:focus {
	outline: none;
}

/* Swipers :: Buttons Styled #2
----------------------------------------------- */
.swiper.swiper-buttons-styled02 .swiper-button-prev, .swiper.swiper-buttons-styled02 .swiper-button-next{
	width: auto;
	height: auto;
}
.swiper.swiper-buttons-styled02 .swiper-button-prev{
	left: 0;
}
.swiper.swiper-buttons-styled02 .swiper-button-next{
	right: 0;
}
.swiper.swiper-buttons-styled02 .swiper-button-prev::after, .swiper.swiper-buttons-styled02 .swiper-button-next::after{
	content: '';
	height: calc(var(--swiper-navigation-size) / 2);
	width: calc((var(--swiper-navigation-size) / 2) / 2);
	position: absolute;
	background-color: var(--wp--preset--color--white);
}
.swiper.swiper-buttons-styled02 .swiper-button-prev::after{
	border-bottom-right-radius: calc(var(--swiper-navigation-size) / 2);
	border-top-right-radius: calc(var(--swiper-navigation-size) / 2);
	left: 0;
}
.swiper.swiper-buttons-styled02 .swiper-button-next::after{
	border-bottom-left-radius: calc(var(--swiper-navigation-size) / 2);
	border-top-left-radius: calc(var(--swiper-navigation-size) / 2);
	right: 0;
}
.swiper.swiper-buttons-styled02 .slider-nav-arrow {
	font-size: 1.5em;
	width: auto;
	height: auto;
	z-index: 1000;
	text-align: center;
	
	transition: all 0.3s ease-in;
}

.swiper.swiper-buttons-styled02 .slider-nav-arrow:hover{
	color: var(--theme-color-hover);
}

/* Swipers :: Buttons Outside
----------------------------------------------- */
.swiper.swiper-buttons-styled.swiper-buttons-outside .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: auto;
	right: 100%;
}
.swiper.swiper-buttons-styled.swiper-buttons-outside .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: auto;
	left: 100%;
}

/* Swipers :: Scrollbar
----------------------------------------------- */
.swiper-scrollbar{
	height: 2px;
	border-radius: 0;
	background-color: var(--theme-color-border);
}
.swiper-scrollbar-drag{
	border-radius: 0;
	background-color: var(--swiper-theme-color);
	height: calc(100% + 2px);
	top: -1px;
}

/********************************************************************************
* Layout :: Header
*********************************************************************************/

header.header-wrapper {
	z-index: 2001;
}
header.header-wrapper:not(.is-stuck){
	border-bottom: none !important;
	box-shadow: none !important;
	
	top: 0;
	left: var(--theme-site-padding);
	right: var(--theme-site-padding);
}

/* Header :: Contact
----------------------------------------------- */
.masthead-contact{
	font-size: 1.2em;
}

/* Header :: Social
----------------------------------------------- */

.nav-social .nav-link {
	margin: 0 .25rem;
	font-size: 1em;
}

/********************************************************************************
* Layout :: Header :: Primary Navigation
*********************************************************************************/

/* Primary Navigation :: First Level
----------------------------------------------- */

.navbar-primary{
	--bs-navbar-padding-x: 0;
  	--bs-navbar-padding-y: 0;
	
	--bs-navbar-color: rgba(0, 0, 0, 0.55);
	--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
	--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
	--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-brand-padding-y: 0.3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
	--bs-navbar-toggler-border-radius: 0.375rem;
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.navbar-primary .navbar-nav > li {
	margin: 0 1em;
}

.navbar-primary .navbar-nav .nav-link {
	background-color: transparent;
	font-family: var(--theme-font-accent);
	font-weight: 600;
	font-size: 1em;
	color: var(--theme-color-heading);
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: .5em 0;
}

.navbar-primary .navbar-nav .nav-link:focus, .navbar-primary .navbar-nav .nav-link:hover, .navbar-primary .navbar-nav .nav-link.show, .navbar-primary .navbar-nav .show > .nav-link {
	color: var(--theme-color-hover);
}

.navbar-primary .navbar-nav .active > .nav-link, .navbar-primary .navbar-nav .nav-link.active {
	color: var(--theme-color-active);
}

.navbar-primary .dropdown-toggle::after {
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: .25em;
	vertical-align: -.075em;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	content: "\f107";
	border: none;
	font-size: .9em;
	color: var(--theme-color-link);
}
.navbar-primary .dropdown-toggle.show::after {
	content: "\f106";
}

/* Primary Navigation :: 2nd Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li > .dropdown-menu {
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1.05rem;
	--bs-dropdown-color: var(--wp--preset--color--light);
	--bs-dropdown-bg: var(--wp--preset--color--dark);
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-inner-border-radius: 0;
	--bs-dropdown-link-color: var(--wp--preset--color--light);
	--bs-dropdown-link-hover-color: var(--wp--preset--color--white);
	--bs-dropdown-link-hover-bg: var(--theme-color-hover);
	--bs-dropdown-link-active-color: var(--theme-color-active);
	--bs-dropdown-link-active-bg: transparent;
	--bs-dropdown-link-disabled-color: var(--wp--preset--color--mid);
	--bs-dropdown-item-padding-x: 1.5rem;
	--bs-dropdown-item-padding-y: .75rem;

	text-align: left;
	box-shadow: var(--theme-box-shadow-depth-1);
}

.navbar-primary .navbar-nav > li > .dropdown-menu > li > a {
	font-weight: 500;
	line-height: normal;
	letter-spacing: .05em;
}

.navbar-primary .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-primary .navbar-nav > li > .dropdown-menu > li > a:focus {
	background-color: var(--bs-dropdown-link-hover-bg);
	color: var(--bs-dropdown-link-hover-color) !important;
}

.navbar-primary .navbar-nav > li > .dropdown-menu > .active > a, .navbar-primary .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-primary .navbar-nav > li > .dropdown-menu > .active > a:focus {
	color: var(--bs-dropdown-link-active-color);
}

/* Primary Navigation :: 2nd Level :: Slide Animation */
@media (min-width: 768px) {
	.navbar-primary .navbar-nav > li > .dropdown-menu {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
		-webkit-animation-name: slideIn;
		animation-name: slideIn;
	}
}
@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform: translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}
@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

/* Primary Navigation :: Mobile
----------------------------------------------- */
#navbar-primary-offcanvas{
	z-index: 9999;
	max-width: calc(100vw - 3.5em);
}
#navbar-primary-offcanvas .offcanvas-header{
	font-size: .85em;
}

/* Mobile Navigation*/

.navbar-toggler {
	position: relative;
	background-color: transparent;
	border: 0 solid var(--theme-color-accent);
	border-radius: 0;
	padding: .5rem 0 .5rem .75rem;
	z-index: 1;
	transition: all 0.2s ease-in;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	background-color: transparent;
}

.navbar-toggler span {
	display: block;
	background-color: var(--theme-color-accent);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	left: 0;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.navbar-toggler:hover span, .navbar-toggler:focus span {
	background-color: var(--theme-color-hover);
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: transform 0.35s ease-in-out;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 12px;
	opacity: 0.9;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#site-wrapper.toggled .navbar-toggler span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 12px;
	opacity: 0.9;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.btn.collapsed .fa-minus-circle:before{
	content: "\f055";
}

/********************************************************************************
* Layout :: Section :: Hero
*********************************************************************************/

/* Hero :: Common
----------------------------------------------- */
.section-hero {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.section-hero .section-hero-content-container {
	z-index: 4;
	height: auto;
	bottom: 0;
}
.section-hero .section-hero-content-container.overlay-border-flourish:after{
	top: 0;
}

.section-hero .section-hero-content {
	width: 100%;
	font-size: 1.25em;
}

/* Hero :: Swiper
----------------------------------------------- */
.section-hero-swiper .section-hero-content{
	font-size: 1.15em;
	padding-bottom: calc(var(--theme-layerup-margin) - var(--wp--preset--spacing--50));
}
.section-hero-swiper .section-hero-content .swiper-text :last-child {
	margin-bottom: 0;
}
.section-hero-swiper .swiper-slide .section-hero-media-container{
	z-index: 1;
}

/* Hero :: Swiper :: Overlay */
.section-hero-swiper .swiper-slide.layout-overlay .section-hero-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Hero :: Swiper :: Image Right */
.section-hero-swiper .swiper-slide.layout-image_right .section-hero-media{
	max-width: 90vw;
	height: 100%;
	object-fit: cover;
}

/* Hero :: Page Header
----------------------------------------------- */
.section-page-header {
	text-align: center;
	min-height: 35vh;
	font-size: 1.1em;
}

.section-page-header.section-has-background-image{
	min-height: 60vh;
}

.section-page-header video, .section-page-header .section-background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-page-header .section-heading{
	line-height: 1;
}

/* Hero :: Breadcrumbs
----------------------------------------------- */

.section-breadcrumbs {
	font-size: .8em;
	letter-spacing: .05em;
	font-weight: 700;
}

.section-breadcrumbs .container span {
	padding: 0 .35em;
}

.section-breadcrumbs .container span:first-child {
	padding-left: 0;
}

.section-breadcrumbs .container span:last-child {
	padding-right: 0;
}

/********************************************************************************
* Layout :: Sidebar
*********************************************************************************/

.sidebar {
	font-size: .9em;
	line-height: normal;
}

.sidebar .widget {
	margin-bottom: var(--wp--preset--spacing--30);
}

.sidebar > .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget h3 {
	margin-top: 0;
}

.sidebar .widget-content {
	padding: var(--wp--preset--spacing--30);
	border-width: var(--bs-border-width);
	border-style: var(--bs-border-style);
	border-color: var(--theme-color-accent);
}

/********************************************************************************
* Layout :: Sidebar :: Navigation
*********************************************************************************/
.sidebar ul.nav > li{
	padding: .5rem 0;
}
.sidebar ul.nav > li:first-child {
	padding-top: 0;
}
.sidebar ul.nav > li:last-child {
	padding-bottom: 0;
}

.sidebar ul.nav > li a {
	line-height: 1;
	padding: 0 1.25rem 0 0;
	display: block;
	position: relative;
	font-weight: 600;
}
.sidebar ul.nav > li a:not(:hover), .sidebar ul.nav > li a:not(:focus){
	color: var(--theme-color-heading);
}

.sidebar ul.nav > li.current_page_item > a, .sidebar ul.nav > li .sub-menu li.current_page_item > a, .sidebar ul.nav > li .children li.current_page_item > a {
	color: var(--theme-color-active) !important;
}

.sidebar ul.nav > li a:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f138";
	left: -1.25rem;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s;
}

.sidebar ul.nav > li a:hover, .sidebar ul.nav > li a:focus {
	padding-left: 1.3rem;
	padding-right: 0;
	color: var(--theme-color-hover);
}

.sidebar ul.nav > li a:hover:before {
	left: 0;
	opacity: 1;
}

.sidebar ul.nav > li a .count {
	font-size: .75em;
	font-weight: normal;
	color: var(--theme-color-body);
}

.sidebar ul.nav > li .children {
	list-style: none;
	padding: 0 1rem .75rem 1rem;
}

.sidebar ul.nav > li .children a {
	border-left: 2px solid var(--theme-color-border);
	padding-left: 1.25rem;
	font-size: .75em;
}

/* Navigation :: 2nd Level
----------------------------------------------- */

.sidebar ul.nav.flex-column > li .sub-menu, .sidebar ul.nav.flex-column > li .children {
	list-style: none;
	padding: .25rem 0 .5rem 0;
}

.sidebar ul.nav.flex-column > li .sub-menu a, .sidebar ul.nav.flex-column > li .children a {
	border-left: 2px solid var(--theme-color-accent);
	padding: .4rem 0 .4rem 1.25rem;
	font-size: .8em;
	font-weight: 600;
}

.sidebar ul.nav.flex-column > li .sub-menu a:before, .sidebar ul.nav.flex-column > li .children a:before {
	display: none;
}

.sidebar ul.nav.flex-column > li .sub-menu li:first-child a, .sidebar ul.nav.flex-column > li .children li:first-child a {
	padding-top: 0;
}

.sidebar ul.nav.flex-column > li .sub-menu li:last-child a, .sidebar ul.nav.flex-column > li .children li:last-child a {
	padding-bottom: 0;
}

/* Navigation :: 3rd Level
----------------------------------------------- */

.sidebar ul.nav.flex-column > li .sub-menu .sub-menu, .sidebar ul.nav.flex-column > li .children .children {
	padding: 0;
}

.sidebar ul.nav.flex-column > li .sub-menu .sub-menu a, .sidebar ul.nav.flex-column > li .children .children a {
	font-weight: 400;
	padding: .2rem 0 .2rem 2.25rem;
	opacity: .8;
}

/********************************************************************************
* Layout :: Sidebar :: Archives
*********************************************************************************/

.widget_archive > ul {
	margin: 0;
	padding: var(--wp--preset--spacing--30);
	border-width: var(--bs-border-width);
	border-style: var(--bs-border-style);
	border-color: var(--theme-color-accent);
}


.widget_archive ul .year {
	display: block;
	padding: .5rem 0;
}

.widget_archive ul .year:first-child {
	padding-top: 0;
}

.widget_archive ul .year:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.widget_archive .year-hidden {
	display: none;
}

.widget_archive .year-toggle-wrapper {
	display: block;
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 1em;
	color: var(--theme-color-heading);
}

.widget_archive .year-toggle {
	background-color: transparent;
	color: var(--theme-color-link);
	cursor: pointer;
	display: inline-block;
	margin-right: .5rem;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}

.widget_archive .year-toggle:hover, .widget_archive .year-toggle:focus {
	color: var(--theme-color-hover);
}

.widget_archive li {
	display: block;
	list-style: none;
	color: var(--theme-color-body);
	font-size: .9em;
}

.widget_archive li a {
	font-size: 1.25em;
	color: var(--theme-color-link);
	padding: .25rem 0 .25rem 1.5rem;
	white-space: normal;
	font-weight: 600;
	display: inline-block;
}

.widget_archive li a:hover, .widget_archive li a:focus {
	color: var(--theme-color-hover);
}

/********************************************************************************
* Layout :: Content
*********************************************************************************/

.wow {
	visibility: hidden;
}

.wrap{
	min-height: 80vh;
	position: relative;
	z-index: 1;
}
.section-padding, .section-content-padded {
	padding-top: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--50);
}

.section-content-padded.section-content-padded-extra {
	padding-top: var(--wp--preset--spacing--70);
	padding-bottom: var(--wp--preset--spacing--70);
}

.section-content-padded.section-content-padded-less {
	padding-top: var(--wp--preset--spacing--40);
	padding-bottom: var(--wp--preset--spacing--40);
}

.main > .alignfull:first-child {
	margin-top: calc(var(--wp--preset--spacing--50) * -1);
}
.main > .alignfull:last-child {
	margin-bottom: calc(var(--wp--preset--spacing--50) * -1);
}
/*.main > :last-child:not(.alignfull){
	margin-bottom: var(--wp--preset--spacing--50);
}*/
.section-content > :last-child, .main > :last-child {
	margin-bottom: 0;
}

.section-heading {
	margin-top: 0;
}

/********************************************************************************
* Section :: Featured Image
*********************************************************************************/

/* Featured Image :: Parallax
----------------------------------------------- */

.section-featured-image-divider {
	background-color: var(--wp--preset--color--dark);
	height: 40vh;
	overflow: hidden;
	position: relative;
}

/* Featured Image :: Background
----------------------------------------------- */

.section-has-background-image {
	position: relative;
}

.section-background-image {
	background-color: inherit;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.section-background-image .simpleParallax {
	background-color: inherit;
	height: 100%;
}

.section-background-image img {
	width: 75%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	display: block;
}

.section-background-image.is-style-blend-multiply {
	mix-blend-mode: multiply;
	opacity: .7;
}

/********************************************************************************
* Layout :: Footer
*********************************************************************************/

.section-footer-copyright {
	font-size: .7em;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1;
}

.section-footer-bottom .copyright > div {
	display: inline-block;
}

.section-footer-bottom .copyright > div:not(:last-child) {
	padding-right: 1rem;
	margin-right: 1rem;
	border-right: 2px solid var(--theme-color-border);
}

footer.footer-wrapper .btn-backtotop{
	position: absolute;
	bottom: -.9em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
footer.footer-wrapper .btn-backtotop:before{
	content: '';
	position: absolute;
	bottom: calc(.9em - 1px);
	left: 50%;
	height: 2.25em;
	width: 4.5em;
	background-color: var(--wp--preset--color--white);
	border-top-left-radius: 4.5em;
	border-top-right-radius: 4.5em;
	
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
footer.footer-wrapper .btn-backtotop .btn{
	font-size: 1.1em;
}
footer.footer-wrapper .btn-backtotop .btn > div{
	font-size: .6em;
	font-weight: 600;
	letter-spacing: .05em;
	transition: all 0.3s ease-in-out;
}
footer.footer-wrapper .btn-backtotop .btn:not(:hover):not(:focus):not(:active) > div{
	color: var(--wp--preset--color--black);
}
footer.footer-wrapper .btn-backtotop .btn:not(:hover){
	animation: none;
}

/********************************************************************************
* General :: Scrolling
*********************************************************************************/

header.header-wrapper, header.header-wrapper .section-masthead, header.header-wrapper .masthead-logo img {
	transition: all 0.3s ease;
}

header.header-wrapper.is-stuck .section-masthead {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

header.header-wrapper.is-stuck .masthead-logo img {
	max-height: 50px;
	width: auto;
}

/********************************************************************************
* Block :: General Default Wordpress Block Adjustments
*********************************************************************************/
.wp-block-image img {
	height: auto;
}

.wp-block-image figure.aligncenter, figure.wp-block-image.aligncenter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.blocks-gallery-caption, .wp-block-image figcaption {
	color: var(--theme-color-body);
	opacity: .6;
	font-weight: 700;
	font-style: italic;
	letter-spacing: normal;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	width: 100%;
}

.wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
}

.wp-block-cover, .wp-block-cover-image {
	padding: 1.5em;
}
/*.wp-block-cover.has-white-color{
	--theme-color-heading: var(--wp--preset--color--white);
	--theme-color-body: var(--wp--preset--color--white);
}
.wp-block-cover.has-light-color{
	--theme-color-heading: var(--wp--preset--color--light);
	--theme-color-body: var(--wp--preset--color--light);
}*/

/* Extend responsive column styling to 991px (Default is 600px) */
/*@media (max-width: 991px) {
	body .is-layout-flex .wp-block-columns:not(.is-not-stacked-on-mobile){
		flex-direction: column;
	}
	.section-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}
@media (min-width: 992px) {
	.section-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0 !important;
    	flex-grow: 1 !important;
	}
}*/

/********************************************************************************
* Block :: Wordpress Gallery
*********************************************************************************/

.blocks-gallery-grid.is-cropped .blocks-gallery-image figure, .wp-block-gallery.is-cropped .blocks-gallery-item figure, .wp-block-gallery.has-nested-images figure.wp-block-image {
	background-color: var(--theme-color-hover);
	transition: all 0.3s ease-in;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .wp-block-gallery.has-nested-images figure.wp-block-image img {
	transition: all 0.3s ease-in;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image:hover img, .blocks-gallery-grid.is-cropped .blocks-gallery-item:hover img, .wp-block-gallery.is-cropped .blocks-gallery-image:hover img, .wp-block-gallery.is-cropped .blocks-gallery-item:hover img, .wp-block-gallery.has-nested-images figure.wp-block-image:hover img {
	opacity: .25;
}

.blocks-gallery-grid.is-style-fixed-height .blocks-gallery-image figure, .wp-block-gallery.is-style-fixed-height .blocks-gallery-item figure, .wp-block-gallery.is-style-fixed-height figure.wp-block-image {
	height: 300px;
	overflow: hidden;
}

/********************************************************************************
* Block :: File
*********************************************************************************/

.wp-block-file .wp-block-file__button, .wp-block-file a.wp-block-file__button:visited {
	color: var(--theme-color-link);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em;
	border: 3px solid var(--theme-color-link);
	border-radius: 0;
	background-color: transparent;
	padding: .35em .75em;
	font-size: .7em;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover {
	border-color: var(--theme-color-hover);
	background-color: var(--theme-color-hover);
	color: var(--wp--preset--color--white);
}

/********************************************************************************
* Block :: Advanced Images Slider
*********************************************************************************/

.advgb-images-slider .advgb-image-slider-item {
	background-color: var(--wp--preset--color--black);
}

.advgb-images-slider .advgb-image-slider-item img {
	object-fit: cover;
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}

.advgb-images-slider .advgb-image-slider-item-info {
	padding: 1rem;
}

.advgb-images-slider .slick-prev {
	left: 0;
}

.advgb-images-slider .slick-next {
	right: 0;
}

.advgb-images-slider .slick-prev::before, .advgb-images-slider .slick-next::before {
	font-size: 3rem;
	opacity: 1;
	color: var(--theme-color-link);
	transition: all 0.2s ease-in;
}

.advgb-images-slider .slick-prev:hover::before, .advgb-images-slider .slick-next:hover::before {
	color: var(--theme-color-hover);
}

.advgb-images-slider .slick-dots li button::before {
	transition: all 0.2s ease-in;
}

.advgb-images-slider .slick-dots li button:hover::before, .advgb-images-slider .slick-dots li button:focus::before {
	color: var(--theme-color-hover);
}

.advgb-images-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: var(--theme-color-active);
}

/********************************************************************************
* Block :: Advanced Tabs
*********************************************************************************/

.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab, .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
	background: none !important;
	border-radius: 0 !important;
	border: 2px solid var(--theme-color-link) !important;
	color: var(--theme-color-link) !important;
	letter-spacing: .075em;
	font-weight: 700;
}

.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a {
	color: var(--theme-color-link) !important;
}

.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active, .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
	background-color: var(--theme-color-active) !important;
}

.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a:hover, .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a:focus {
	color: var(--wp--preset--color--white);
	background-color: var(--theme-color-hover) !important;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper {
	border-color: var(--theme-color-border);
	border-radius: 0;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
	padding: 1.5em;
}

/********************************************************************************
* Block :: Advanced Accordion
*********************************************************************************/

.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header.ui-accordion-header.ui-state-default {
	padding: 1rem 1.5rem;
	transition: all 0.2s ease-in;
	background-color: transparent;
}

.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h1.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h1, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h2.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h2, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h3.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h3, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h4.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h4, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h5.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h5, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h6.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h6 {
	line-height: 1;
}

.advgb-accordion-header:hover, .advgb-accordion-header.ui-accordion-header.ui-state-default:hover, .advgb-accordion-header:focus, .advgb-accordion-header.ui-accordion-header.ui-state-default:focus {
	background-color: var(--theme-color-hover) !important;
	color: var(--wp--preset--color--white) !important;
}

.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header-icon {
	margin-right: 0;
	line-height: 1;
}

.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-body, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
	padding: 2rem;
}

.advgb-accordion-body > :last-child, .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content > :last-child {
	margin-bottom: 0;
}

/********************************************************************************
* Block :: Advanced CountUp
*********************************************************************************/
.wp-block-advgb-count-up.advgb-count-up > div{
	text-align: inherit;
}
.wp-block-advgb-count-up.advgb-count-up .advgb-counter {
	line-height: normal;
	font-family: var(--theme-font-heading);
	font-weight: normal;
	color: var(--theme-color-heading);
}
.wp-block-advgb-count-up.advgb-count-up .advgb-count-up-desc{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	font-size: 1.1em;
	color: var(--theme-color-accent);
}

/********************************************************************************
* Block :: Contact Information
*********************************************************************************/
.block-contact-information{
	font-weight: 500;
}
.block-contact-information iframe{
	margin-bottom: -10px;
}

/********************************************************************************
* Block :: Collage
*********************************************************************************/
.collage {
	--collage-flourish-height: 99px;
	--collage-flourish-width: 76px;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: calc(var(--collage-flourish-height) + 2em); /* Height of the flourish plus a gap */
}
.collage-img-background {
	position: relative;
	width: calc(100% - (var(--collage-flourish-width) + 1em));
	z-index: 1;
}
.collage-img-background img {
	position: relative;
	z-index: 1;
}
.collage-img-foreground {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}
.collage .flourish-top{
	position: absolute;
	top: calc((var(--collage-flourish-height) + 1em) * -1); /* Height of the flourish plus a gap, negative */
	right: 0;
	width: var(--collage-flourish-width);
	height: var(--collage-flourish-height);
}
.collage .flourish-bottom{
	position: absolute;
	bottom: 1em;
	left: calc((var(--collage-flourish-width) * -1) - 1em); /* Width of the flourish plus a gap */
	transform: rotate(-180deg);
}
.collage .flourish-bottom img{
	width: var(--collage-flourish-width);
	height: var(--collage-flourish-height);
}

/********************************************************************************
* Block :: Staff List
*********************************************************************************/
.modal-staff{
	--bs-modal-border-radius: 0;
	--bs-modal-inner-border-radius: 0;
}
.modal-staff .modal-header .btn-close{
	background: none;
	font-size: 1.75em;
	padding: 0;
	margin: 0;
	line-height: 1;
	opacity: 1;
}
.modal-staff .modal-header .btn-close:hover{
	opacity: 1;
	color: var(--theme-color-hover) !important;
}

/********************************************************************************
* Plugin :: WP Page Navi
*********************************************************************************/
.wp-pagenavi{
	color: var(--theme-color-body);
}

.wp-pagenavi a, .wp-pagenavi span {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	font-weight: 500;
	font-size: .9em;
	padding: 6px 8px;
}
.wp-pagenavi a.last, .wp-pagenavi a.first{
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 700;
	padding: 7px 8px;
	line-height: 1;
	margin-bottom: 0;
	top: -1px;
	position: relative;
	letter-spacing: .1em;
}
.wp-pagenavi a:hover{
	border-color: var(--theme-color-hover);
	background-color: var(--theme-color-hover);
	color: var(--wp--preset--color--white);
}
.wp-pagenavi span.current {
    border-color: var(--theme-color-active);
	color: var(--theme-color-active);
	font-weight: 700;
}

/********************************************************************************
* Plugin :: Tribe Events Calendar
*********************************************************************************/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, #tribe-events-pg-template, .tribe-events-pg-template{
	padding: 0;
}
#tribe-events-content{
	margin-bottom: 0;
	padding: 0;
}

/* View - Single */
.tribe-events-single-event-title{
	display: none;
}
.single-tribe_events .tribe-events-event-meta, .tribe-block__venue, .tribe-block__organizer__details{
    background: none;
	border: none;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer{
	border-top: 2px solid var(--theme-color-border);
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{
	display: flex;
	align-items: center;
	border-width: 2px;
	border-color: var(--theme-color-border);
}

/********************************************************************************
* General :: Bootstrap Helpers
*********************************************************************************/
.container-breakout-left, .container-breakout-right {
	max-width: 100%;
	padding: 0;
}

@media (min-width: 1200px) {
	.container-breakout-left, .container-breakout-right {
		width: calc( 1110px + ((100vw - 1110px) / 2));
	}
	.container-breakout-right {
		margin-right: 0;
		padding-right: 0;
	}
	.container-breakout-left {
		margin-left: 0;
		padding-left: 0;
	}
	.container-breakout-left > .row, .container-breakout-right > .row {
		margin: 0;
	}
	.container-breakout-left > .row > div:last-child {
		padding-right: 0;
	}
	.container-breakout-right > .row > div:first-child {
		padding-left: 0;
	}
}

@media (min-width: 1700px) {
	.container-breakout-left, .container-breakout-right {
		width: calc( 1310px + ((100vw - 1310px) / 2));
	}
}

/* Change WP Columns breakpoint to match Boostraps
@media (max-width: 767px){
	.wrap .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}
@media (min-width: 768px){
	.wrap .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1 !important;
	}
} */

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-width: 1799px) {
	.masthead-contact{
		font-size: 1em;
	}
}
@media (max-width: 1699px) {
	header.header-wrapper{
		font-size: .9em;
	}
	header.header-wrapper .masthead-logo img{
		max-width: 200px;
	}
	.navbar-primary .navbar-nav > li{
		margin: 0 .75em;
	}
}
@media (max-width: 1499px) {
	body{
		--theme-site-padding: 1em;
	}
	.section-hero .section-hero-content {
		font-size: 1.1em;
	}
}
@media (max-width: 1399px) {
	body{
		--wp--style--global--content-size: 1116px;
	}
	header.header-wrapper{
		font-size: .78em;
	}
	header.header-wrapper .masthead-logo img{
		max-width: 150px;
	}
}

@media (max-width: 1199px) {
	body {
		--wp--style--global--content-size: 936px;
		--theme-site-padding: 0;
		
		font-size: 18px;
	}
	
	.alignfull{
		margin-right: calc( calc(-100vw / 2 + 100% / 2) + var(--scroll-bar-half-width)) !important;
		margin-left: calc( calc(-100vw / 2 + 100% / 2) + var(--scroll-bar-half-width)) !important;
	}
	
	footer.footer-wrapper .btn-backtotop {
		bottom: 0;
	}
	footer.footer-wrapper .btn-backtotop::before {
		bottom: 0;
		height: 2.75em;
		width: 5.5em;
		border-top-left-radius: 5.5em;
		border-top-right-radius: 5.5em;
	}
	footer.footer-wrapper .btn-backtotop .btn {
		font-size: 1em;
		padding-bottom: .2em;
	}
}

@media (max-width: 991px) {
	body {
		--wp--style--global--content-size: 696px;
	}
}

@media (max-width: 767px) {
	body {
		--wp--style--global--content-size: 516px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  		--bs-gutter-x: 3rem;
	}
	.btn {
		white-space: normal;
	}
	
	.section-hero .section-hero-content{
		font-size: 1em;
	}
	
	.section-footer-contact .border-end{
		border: none !important;
	}
	
	.collage {
		--collage-flourish-height: 80px;
		--collage-flourish-width: 61px;
	}
}

@media (max-width: 585px) {
	body{
		--wp--preset--spacing--20: 1rem;
		--wp--preset--spacing--30: 1.5rem;
		--wp--preset--spacing--40: 2rem;
		--wp--preset--spacing--50: 4rem;
		--wp--preset--spacing--60: 6rem;
		--wp--preset--spacing--70: 8rem;
		--wp--preset--spacing--80: 12rem;
		
		--wp--style--global--content-size: calc(100vw - (var(--wp--preset--spacing--30) * 2));
	}
	.two-column-list, ul.is-style-styled-list-two-column, ul.is-style-checked-list-two-column,.three-column-list, ul.is-style-styled-list-three-column {
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-ms-column-count: 1;
		-ms-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.has-global-padding.is-layout-constrained.wp-block-group.alignfull.has-background,
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax{
		padding-left: var(--wp--preset--spacing--30) !important;
		padding-right: var(--wp--preset--spacing--30) !important;
	}
	
	footer.footer-wrapper{
		font-size: .9em;
	}
}