@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
:root {
	--theme-primary: #381DDB;
	--theme-secondary: #FFA3A3;
	--theme-accent: #FC5252;
	--theme-background: #FFFFFF;
	--theme-text: #222222;
	--theme-primary-rgb-7: rgba(56,29,219,.7);
	--theme-primary-rgb-2: rgba(56,29,219,.2);
	--theme-secondary-rgb-7: rgba(252,82,82,.7);
	--theme-secondary-rgb-2: rgba(252,82,82,.2);
	--theme-accent-rgb-7: rgba(255,163,163,.7);
	--theme-accent-rgb-2: rgba(255,163,163,.2);
	--theme-background-rgb-7: rgba(255,255,255,.7);
	--theme-background-rgb-2: rgba(255,255,255,.2);
	--theme-primary-light-1: #4021fb;
	--theme-primary-light-2: #4825ff;
	--theme-primary-light-3: #512aff;
	--theme-primary-light-4: #592eff;
	--theme-primary-light-5: #6232ff;
	--theme-primary-dark-1: #2f18ba;
	--theme-primary-dark-2: #271499;
	--theme-primary-dark-3: #1e0f78;
	--theme-primary-dark-4: #160b57;
	--theme-primary-dark-5: #0e0736;
	--theme-secondary-light-1: #ff5e5e;
	--theme-secondary-light-2: #ff6a6a;
	--theme-secondary-light-3: #ff7676;
	--theme-secondary-light-4: #ff8383;
	--theme-secondary-light-5: #ff8f8f;
	--theme-secondary-dark-1: #d64545;
	--theme-secondary-dark-2: #b03939;
	--theme-secondary-dark-3: #8a2d2d;
	--theme-secondary-dark-4: #642020;
	--theme-secondary-dark-5: #3f1414;
	--theme-accent-light-1: #ffbbbb;
	--theme-accent-light-2: #ffd3d3;
	--theme-accent-light-3: #ffecec;
	--theme-accent-light-4: #ffffff;
	--theme-accent-light-5: #ffffff;
	--theme-accent-dark-1: #d88a8a;
	--theme-accent-dark-2: #b27272;
	--theme-accent-dark-3: #8c5959;
	--theme-accent-dark-4: #664141;
	--theme-accent-dark-5: #3f2828;
	--theme-background-light-1: #ffffff;
	--theme-background-light-2: #ffffff;
	--theme-background-light-3: #ffffff;
	--theme-background-light-4: #ffffff;
	--theme-background-light-5: #ffffff;
	--theme-background-dark-0: #f8f8f8;
	--theme-background-dark-1: #d8d8d8;
	--theme-background-dark-2: #b2b2b2;
	--theme-background-dark-3: #8c8c8c;
	--theme-background-dark-4: #666666;
	--theme-background-dark-5: #3f3f3f;
	--theme-text-light-1: #272727;
	--theme-text-light-2: #2c2c2c;
	--theme-text-light-3: #313131;
	--theme-text-light-4: #363636;
	--theme-text-light-5: #3b3b3b;
	--theme-text-dark-1: #1c1c1c;
	--theme-text-dark-2: #171717;
	--theme-text-dark-3: #121212;
	--theme-text-dark-4: #0d0d0d;
	--theme-text-dark-5: #080808;
	--title-font: 'Playfair Display', serif;
	--body-font: 'Source Sans 3', sans-serif;
	--nav-open-bg: var(--theme-primary);
	--btn-default-border: #161616;
	--header-site-bg-width: 470px;
	--header-site-bg-height: 566px;
	--header-site-bg-offset: calc(var(--header-site-bg-height) / 2);
	--header-site-bg-left: calc(50% - calc(var(--header-site-bg-width) / 2));
}
.navbar {
	--bs-navbar-color: var(--theme-background);
	--bs-navbar-hover-color: var(--theme-secondary);
	--bs-navbar-disabled-color: var(--theme-background-rgb-2);
	--bs-navbar-active-color: var(--theme-secondary);
	--bs-navbar-brand-color: var(--theme-background);
	--bs-navbar-brand-hover-color: var(--theme-background);
	--bs-navbar-nav-link-padding-x: 1.125rem;
}
.nav-link {
	--bs-nav-link-font-size: 1rem;
	--bs-nav-link-font-weight: 600;
}
.navbar-nav {
	--bs-nav-link-padding-x: 2rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: 600;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}
.nav-wrap .container {
  --bs-gutter-x: 0rem;
}
.btn {
	--bs-btn-disabled-color: #576071;
	--bs-btn-disabled-bg: #edf1f5;
	--bs-btn-disabled-border-color: #edf1f5;
	--bs-btn-disabled-opacity: 0.65;
}
.btn-scroll-top {
	--btn-bg: var(--theme-primary);
	--btn-size: 3.5rem;
}
.header {
	--gutter: 1rem;
	--content-padding-top: 6.25rem;
	--content-padding-bottom: 5.6rem;
	--text-title-size: 5.25rem;
}
.dropdown-menu {
	--bs-dropdown-bg: var(--theme-background);
	--bs-dropdown-link-active-bg: transparent;
	--bs-dropdown-link-active-color: var(--theme-secondary);
	--bs-dropdown-link-hover-color: var(--theme-secondary-rgb-7);
	--bs-dropdown-link-hover-bg: transparent;
}
.modal {
    --bs-modal-width: 600px;
}
.accordion {
	--bs-accordion-active-bg: var(--theme-accent-rgb-7);
}
.table {
	--bs-table-bg: transparent;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 3.75rem;
}
.row {
	--bs-gutter-x: 3.75rem;
}
@media screen and (min-width: 576px) {
	.header {
		--content-padding-top: 20vh;
	}
}
@media screen and (min-width: 992px) {
	.navbar {
		--bs-navbar-padding-y: 0;
		--bs-navbar-padding-x: 0;
	}
}

/* General
--------------------------------------------------------------------------------*/
body {
	font-family: var(--body-font);
	color: var(--theme-text);
	background-color: var(--theme-background);
}
body > section#main_content {
  overflow-y: hidden;
}
body.victory__theme > div.cc-grower:first-child,
body.victory__theme > div.cc-revoke:first-child + div.cc-grower {
    position: relative;
    z-index: 10000001 !important;
}
.header .title,
.title {
	font-family: var(--title-font);
}
.header .title {
	color: var(--theme-secondary);
}
a {
	color: var(--theme-primary);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.text-logo a {
	color: var(--theme-secondary);
}
.swoogo-line {
	color: var(--theme-secondary);
}
.bg-theme-primary {
	background-color: var(--theme-primary);
}
.opacity-1 {
	opacity: .1 !important;
}
.opacity-8 {
	opacity: .8 !important;
}
.swoogo-preview .dragging [class*="z-"] {
	z-index: auto !important;
}
.swoogo-preview .dragging .header .header_banner {
	background-color: var(--theme-primary-rgb-2) !important;
}
footer {
	background-color: var(--theme-background-dark-0);
}
/* Container
--------------------------------------------------------------------------------*/
.container {
	max-width: 1400px !important;
}
.victory__standard section.main-content-wrap {
	margin-top: 100px;
}
html:not(.swoogo-preview) .victory__full .main-content-wrap .content > .swoogo-cols {
	border: none;
}
.container-fluid .col .swoogo-cols > .container.swoogo-col-wrap {
	max-width: 100% !important;
	padding: 0;
}
/* Navigation
--------------------------------------------------------------------------------*/
/* content area fix */
.dragging nav.navbar {
  z-index: 1030 !important;
}
.logo-content-area {
  min-width: 300px;
  color: var(--bs-white);
}
/* content area fix */
.victory__standard .fixed-top.nav-wrap {
	background-color: var(--theme-primary);
}

.nav-wrap {
	transition: .3s background-color ease-in-out;
}
.victory-nav-open .nav-wrap {
	background-color: var(--nav-open-bg);
}
.swoogo-nav {
	padding-top: 2rem;
}
.navbar-collapse > *:last-child {
	padding-bottom: 2rem;
}
nav.navbar.sticky {
	opacity: 0;
	visibility: hidden;
	background-color: var(--theme-primary);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	transition-property: transform, background-color;
	transition-duration: .5s;
}
nav.navbar.sticky.scrolled {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
@media screen and (min-width: 992px) {
	.swoogo-nav {
		padding-top: 0;
	}
	.navbar-collapse > *:last-child {
		padding-bottom: 0;
	}
}
nav.navbar .navbar-toggler {
	height: 30px;
	width: 30px;
	box-shadow: none !important;
}
nav.navbar .navbar-toggler[aria-expanded="true"] span {
	background-color: rgba(255, 255, 255, 0);
}
nav.navbar .navbar-toggler span {
	display: block;
	background-color: var(--bs-white);
	width: 22px;
	height: 2px;
	margin-top: -1px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	transition: background-color 0.2s ease-in-out;
	position: absolute;
	right: 4px;
	top: 50%;
	bottom: auto;
	left: auto;
}
nav.navbar .navbar-toggler span::before, 
nav.navbar .navbar-toggler span::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
	position: absolute;
	left: 0;
}
nav.navbar .navbar-toggler[aria-expanded="true"] span::before, 
nav.navbar .navbar-toggler[aria-expanded="true"] span::after {
	background-color: var(--bs-white);
	transition-delay: 0s, 0.2s;
}
nav.navbar .navbar-toggler span::before {
	top: -8px;
	transition-property: top, transform;
}
nav.navbar .navbar-toggler span::after {
	bottom: -8px;
	transition-property: bottom, transform;
}

nav.navbar .navbar-toggler[aria-expanded="true"] span::before {
	top: 0;
	transform: rotate(45deg);
}
nav.navbar .navbar-toggler[aria-expanded="true"] span::after {
	bottom: 0;
	transform: rotate(-45deg);
}
/* mobile dropdown */
@media screen and (max-width: 991px) {
	.navbar-collapse.show .dropdown-menu {
		background-color: transparent;
		border-color: var(--bs-dropdown-link-active-color);
		border-radius: 0;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
	}
	.navbar-collapse.show .dropdown-menu .dropdown-item:not(.active):not(:active):not(:hover):not(:focus) {
		color: var(--bs-nav-link-color);
	}
}
/* Header
--------------------------------------------------------------------------------*/

section.header .header__scroll-down {
	transition-delay: 1.4s;
	opacity: 1;
	transition-timing-function: cubic-bezier(0.28, 0.12, 0.22, 1);
	transition-duration: .8s;
	transition-property: opacity, bottom;
	z-index: 2;
	align-items: center;
	transform: translateX(-4.8rem) rotate(90deg);
	transform-origin: right bottom;
	padding-right: var(--content-padding-bottom);
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
section.header .header__scroll-down::before {
	display: block;
	content: "";
	height: 1px;
	width: calc(var(--content-padding-bottom) - 1.6rem);
	background-color: var(--theme-accent-rgb-7);
	position: absolute;
	top: 50%;
	right: 0;
}
section.header .header__scroll-down span {
	font-family: var(--body-font);
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .4em;
	color: var(--theme-accent);
	line-height: 3.2rem;
}
@media screen and (min-width: 768px) {
	section.header .header__scroll-down {
		display: flex;
	}
}
@media screen and (min-width: 992px) {
	section.header .header__scroll-down {
		transform: translateX(-5.6rem) rotate(90deg);
	}
}
@media screen and (min-width: 1200px) {
	section.header .header__scroll-down {
		transform: translateX(-7.6rem) rotate(90deg);
	}
}
.site-background {
	background-image: url(cac0eed70ca56ecdc40b6a85e8e2b71e.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.header .header_banner {
	padding-top: var(--content-padding-top);
	padding-bottom: calc(2rem + var(--header-site-bg-offset));
}
section.header .header_banner .title {
	font-size: var(--text-title-size);
	line-height: 1.075;
	position: relative;
}
section.header .custom-image-landing {
	background-color: transparent;
}
section.header .custom-image-landing {
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.28, 0.12, 0.22, 1);
	transition-duration: .8s;
	transition-delay: 0s;
	transform: translate(0, 0)
}
section.header .custom-image-landing {
	width: var(--header-site-bg-width);
	height: var(--header-site-bg-height);
	bottom: calc(-1 * var(--header-site-bg-offset));
	left: auto;
	max-width: calc(100% - calc(var(--bs-gutter-x) * .5) - calc(var(--bs-gutter-x) * .5));
}
@media screen and (min-width: 494px) {
	section.header .custom-image-landing {
		left: var(--header-site-bg-left);
	}
}
@media screen and (min-width: 992px) {
	.swoogo-nav {
		padding-top: 0;
		padding-bottom: 0;
	}
	section.header {
		min-height: 100vh;
	}
	section.header .custom-image-landing {
		width: 500px;
		right: var(--gutter);
		left: auto;
		/*top: var(--content-padding-top);
		bottom: var(--content-padding-bottom);*/
		top: 0;
		bottom: auto;

	}
	section.header .header-content-wrap {
		min-height: var(--header-site-bg-height);
	}
	section.header .header_banner {
		padding-top: 0;
		padding-bottom: 0;
	}
}
/*@media screen and (min-width: 1700px) {
section.header .custom-image-landing {
transform: translate(10%, 0)
}
}*/

/* Main Content
--------------------------------------------------------------------------------*/
.victory__landing section.main-content-wrap > .container,
.victory__landing section.main-content-wrap > .container-fluid {
	padding-top: var(--header-site-bg-offset);
}
@media screen and (min-width: 992px) {
	.victory__landing section.main-content-wrap > .container,
  	.victory__landing section.main-content-wrap > .container-fluid {
		padding-top: 0;
	}
}

/* Back to top
--------------------------------------------------------------------------------*/
.btn-scroll-top {
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 200%);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: fixed;
	bottom: 1rem;
	right: 1rem;
}
.btn-scroll-top.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.btn-scroll-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	height: var(--btn-size);
	width: var(--btn-size);
	border-radius: 50%;
	background-color: var(--btn-bg);
	transition: all .3s;
	position: relative;
}
.btn-scroll-top svg path {
	fill: var(--bs-white);
}
@media screen and (min-width: 1200px) {
	.btn-scroll-top {
		bottom: 2rem;
		right: 2rem;
	}
}

/* Buttons
--------------------------------------------------------------------------------*/
.btn-standard,
.btn-alternate,
.modal-footer .btn-default {
	font-weight: 700;
	padding: 1rem 2rem;
	text-decoration: none;
	text-align: center;
	/*white-space: nowrap;*/
	cursor: pointer;
	transition: all .3s;
	border-radius: 0;
	font-style: normal;
	line-height: normal;
	font-size: 1.125rem;
}

.navbar #navbar .btn-standard, 
.navbar #navbar .btn-alternate {
	padding: .5rem 1rem;
	font-size: 1rem;
	font-weight: 600;
}

.btn-standard {
	background-color: var(--theme-primary);
	border-color: var(--bs-white);
	color: var(--bs-white);
}

.btn-standard:hover,
.btn-standard:active,
.btn-standard:focus, 
#btn-standard_hover {
	background-color: var(--theme-primary-light-1);
	border-color: var(--theme-primary-light-1);
	color: var(--bs-white);
}

.btn-alternate {
	background-color: var(--bs-white);
	border-color: var(--theme-primary);
	color: var(--theme-primary);
}

.btn-alternate:hover,
.btn-alternate:active,
.btn-alternate:focus, 
#btn-alternate_hover {
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
	color: var(--bs-white);
}

/* update for event calendar */
.swoogo-event-calendar .fc-toolbar .btn-primary {
    background-color: var(--theme-primary);
	border-color: var(--bs-white);
	color: var(--bs-white);
}