/*----- SETUP - Open -----*/

html {
	font-size: 16px;
}

body {
	cursor: default;
	overflow-x: hidden;
}

.no-display {
	display: none !important;
}

::-moz-selection {
	background: #c41320;
	color: #fff;
}

::selection {
	background: #c41320;
	color: #fff;
}

a {
	color: #000;
	font-weight: 500;
}

a:hover {
	color: #c41320;
}

/* SSO */

.sso-button {
	margin: 0 0 60px 0;
	text-align: right;
}

.sso-button a {
	background-color: #000;
	border-color: #000;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	display: inline-block;
	font-family: 'interstate', Sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0;
	min-width: 185px;
	padding: 15px 40px 15px 40px;
	text-transform: uppercase;
}

.sso-button a:hover {
	background-color: #c41320;
	border-color: #c41320;
	color: #ffffff;
}

.jet-form-message--success {
	background-color: #5db569;
	border: 1px solid #5db569;
	color: #fff;
}

/*----- SETUP - Close -----*/

/*----- LOGIN - Open -----*/

#main .jet-login-message {
	background: #fff !important;
	border: 1px solid #c41320;
	color: #c41320 !important;
	font-family: 'interstate', Sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	margin: 15px 0 !important;
	padding: 10px 15px !important;
	text-align: center;
}

#main .gform_legacy_markup_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
#main .gform_legacy_markup_wrapper li.gfield_error textarea {
	border: none;
	border-bottom: 2px solid #c41320;
}

#main .gform_legacy_markup_wrapper .validation_message {
	background: #ffffff9d !important;
	color: #c41320;
	display: block;
	font-weight: 500;
	padding: 5px 15px 7px 15px !important;
	text-align: center;
}

#main .gform_legacy_markup_wrapper div.validation_error {
	margin: 0;
	padding: 0;
}

#main .gform_wrapper .gform_validation_errors {
	background: none;
	border: none !important;
	box-shadow: none;
	margin: 0px 0 20px 0;
	padding: 0;
}

#main .gform_wrapper .gform_validation_errors > h2 {
	color: #c41320;
	font-size: 0.9rem;
	line-height: 1.4;
}

#main .gform-icon--close::before {
	display: none;
}

#main .gform_wrapper .gfield_validation_message,
#main .gform_wrapper .validation_message {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	box-shadow: none;
	color: #c41320;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.9rem;
	font-weight: 500;
	margin: 5px 0 0 0;
	padding: 0;
}

#main .gform_wrapper .gfield_validation_message::before,
#main .gform_wrapper .validation_message::before {
	color: #c41320;
	content: '\f0aa';
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 1rem;
	font-weight: 700;
	margin-right: 3px;
	transform: translateY(1px);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.reset-password-region {
	font-family: 'interstate', Sans-serif;
	font-size: 1;
	font-weight: 500;
}

.reset-password-region fieldset {
	border: none;
	padding: 0;
	color: #fff;
}

.reset-password-region fieldset legend {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 800;
}

.gform_confirmation_wrapper {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.gform_confirmation_wrapper a {
	font-weight: 500;
}

.gform_button,
#reset-pass-submit {
	font-family: 'interstate', Sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding: 13px 30px 15px 30px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.validation_error {
	margin-bottom: 50px;
	padding: 15px;
	border-radius: 4px;
	position: relative;
	display: table;
	width: 100%;
	font-weight: inherit;
}

.gform_validation_errors {
	border: none !important;
	border-radius: 0 !important;
}

.gform_validation_errors > h2 {
	font-size: 0.85em;
	font-weight: 500;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error {
	background: transparent !important;
	border: none !important;
}

.gform_legacy_markup_wrapper .validation_message {
	font-size: 0.85em !important;
	font-weight: 500 !important;
	padding-top: 10px !important;
}

.gform_confirmation_wrapper {
	font-size: 0.85em !important;
}

.gform_confirmation_wrapper h2 {
	font-size: 1.4rem !important;
	margin-bottom: 10px !important;
}

.login-remember {
	margin-top: 10px !important;
}

#loginform {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

#loginform .login-username,
#loginform .login-password {
	padding: 0 5px;
	width: 38.3%;
}

#loginform .login-remember {
	order: 4;
	width: 100%;
}

#loginform .login-submit {
	order: 3;
	padding: 0 5px;
	width: 23.3%;
}

#loginform .login-submit input[type='submit'] {
	width: 100%;
}

#main .ginput_container {
	margin: 0;
}

#loginform > p.login-remember {
	margin-left: 4px;
}

#loginform input[type='text'],
#loginform input[type='email'],
#loginform input[type='password'] {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

/* MOBILE */

body[data-elementor-device-mode='mobile'] #loginform {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body[data-elementor-device-mode='mobile'] #loginform .login-password,
body[data-elementor-device-mode='mobile'] #loginform .login-username {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

body[data-elementor-device-mode='mobile'] #loginform .login-submit {
	margin: 0;
	padding: 0;
	width: 100%;
}

body[data-elementor-device-mode='mobile'] #loginform > p.login-remember {
	margin-left: 0;
}

/*----- LOGIN - Close -----*/

/*----- REGISTER - Open -----*/
#register-form input[type='password'] {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #ccc;
}

#register-form input[type='password']:focus {
	border-bottom-color: #c41320;
}

/*----- REGISTER - Close -----*/

/*----- FORMS - Open -----*/

#main input[type='text'],
#main input[type='email'],
#main input[type='password'],
#main textarea {
	background: none !important;
}

#main input[type='text']:focus,
#main input[type='email']:focus,
#main input[type='password']:focus,
#main textarea:focus {
	outline: none !important;
	/* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); */
}

.gfield_label {
	min-height: 24px;
}

/* LABEL */

#main form label {
	font-family: 'interstate', Sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px 0 !important;
	padding: 5px 2px;
}

/* RESET PASSWORD */

#reset-password button {
	background: none;
	border: 2px #fff solid;
	border-radius: 0;
	color: #fff;
	font-family: 'Greycliff CF', Sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
}

#reset-password button:hover {
	background: #a9192d;
	border-color: #a9192d;
	color: #fff;
}

#reset-password input[type='text'] {
	background: none !important;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 2px 0;
	color: #fff;
}

/* ERRORS */

/* AUTOFILL */

#main input:-webkit-autofill::first-line,
#main input:-webkit-autofill,
#main input:-webkit-autofill:hover,
#main input:-webkit-autofill:focus,
#main input:-webkit-autofill:active,
#main textarea:-webkit-autofill,
#main textarea:-webkit-autofill:hover,
#main textarea:-webkit-autofill:focus,
#main textarea:-webkit-autofill:active,
#main select:-webkit-autofill,
#main select:-webkit-autofill:hover,
#main select:-webkit-autofill:focus,
#main select:-webkit-autofill:active {
	font-family: 'interstate', Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500;
	color: #000000;
	line-height: 1em;
	transition: background-color 5000s;
	-webkit-text-fill-color: #000000 !important;
}

/* PLACEHOLDER */

#main input::-moz-placeholder {
	background-color: transparent !important;
	font-family: 'interstate', Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500;
	color: #999999;
	line-height: 1em;
	opacity: 1;
}

#main ::-webkit-input-placeholder {
	background-color: transparent !important;
	font-family: 'interstate', Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500;
	color: #999999;
	line-height: 1em;
}

#main :-ms-input-placeholder {
	background-color: transparent !important;
	font-family: 'interstate', Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500;
	color: #999999;
	line-height: 1em;
}

#main ::placeholder {
	background-color: transparent !important;
	color: #999999 !important;
	font-family: 'interstate', Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500;
	line-height: 1em;
}

#main input::-ms-expand {
	background-color: transparent !important;
	border: 0 !important;
}

/*----- FORMS - Close -----*/

/*----- TRANSITIONS - Open -----*/

#t-container {
	display: block;
	height: 100vh;
	left: 0;
	right: 0;
	position: fixed;
	transform: scale(1.5);
	width: 100vw;
	z-index: 99999;
}

#t-mask-batwig {
	fill: #000 !important;
	transform: scale(0);
	transform-origin: center center !important;
}

#t-bar-left-1 {
	transform-origin: right center !important;
}

#t-bar-right-1 {
	transform-origin: left center !important;
}

/*----- TRANSITIONS - Close -----*/

/*----- HEADER - Open -----*/

#header-full {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.home #header-full {
	background: transparent;
}

.search-active #header-full,
.jet-menu-body-blocker #header-full,
.page-scroll #header-full {
	background: rgba(255, 255, 255, 0.99);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.play-video-splash #header-full {
	opacity: 0.3;
}

.search-active #header-full,
.play-video-splash.jet-menu-body-blocker #header-full,
.play-video-splash.page-scroll #header-full {
	opacity: 1;
}

#header-full .logo-white,
.home.page-scroll #header-full .logo-white,
.home.jet-menu-body-blocker #header-full .logo-white,
.home #header-full .logo-black {
	opacity: 0;
}

.home.page-scroll #header-full .logo-black,
.home.jet-menu-body-blocker #header-full .logo-black,
.home #header-full .logo-white {
	opacity: 1;
}

.home #menu-mobile .jet-mobile-menu__toggle-icon,
.home #logo-title h2,
.home #logo-title-mobile h2,
.home #search .jet-blocks-icon,
.home #search-icon-btn .elementor-icon,
.home #search-mobile-icon-btn .elementor-icon,
.home #open-menu-fs .elementor-icon {
	color: #fff;
}

.search-active #logo-title h2,
.search-active #logo-title-mobile h2,
.home.page-scroll #logo-title h2,
.home.page-scroll #logo-title-mobile h2,
.home.jet-menu-body-blocker #logo-title h2,
.home.jet-menu-body-blocker #logo-title-mobile h2,
.search-active #search .jet-blocks-icon,
.home.jet-menu-body-blocker #search .jet-blocks-icon,
.home.page-scroll #search .jet-blocks-icon,
.search-active #menu-mobile .jet-mobile-menu__toggle-icon,
.home.jet-menu-body-blocker #menu-mobile .jet-mobile-menu__toggle-icon,
.home.page-scroll #menu-mobile .jet-mobile-menu__toggle-icon,
.search-active #search-icon-btn .elementor-icon,
.search-active #search-mobile-icon-btn .elementor-icon,
.home.jet-menu-body-blocker #search-icon-btn .elementor-icon,
.home.jet-menu-body-blocker #search-mobile-icon-btn .elementor-icon,
.home.page-scroll #search-icon-btn .elementor-icon,
.home.page-scroll #search-mobile-icon-btn .elementor-icon,
.home.jet-menu-body-blocker #open-menu-fs .elementor-icon,
.home.page-scroll #open-menu-fs .elementor-icon {
	color: #000;
}

.search-active #search-mobile-icon-btn .elementor-icon,
.search-active #search-icon-btn .elementor-icon,
.search-active.home.jet-menu-body-blocker #search-icon-btn .elementor-icon,
.search-active.home.page-scroll #search-icon-btn .elementor-icon {
	color: #c4c4c4 !important;
}

#menu-mobile .jet-mobile-menu__toggle-icon,
#logo-title-mobile h2,
#logo-title h2 {
	will-change: transform;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

#logo-title.title-scrolled h2 {
	font-size: 1.7rem !important;
}

.no-anim-logo-title #logo-title.title-scrolled h2 {
	font-size: 1.3rem !important;
}

#search .jet-search__popup-trigger:hover {
	background: none !important;
	color: #c41320 !important;
}

#search-toggle {
	opacity: 0;
	transform: translate(-20px, 0);
	visibility: hidden;
}

#search-toggle .jet-search__field {
	outline: none !important;
}

#search-icon-btn .elementor-widget-container {
	cursor: pointer;
}

#search-icon-btn .elementor-icon-wrapper {
	line-height: 1;
}

button.elementor-search-form__submit:focus {
	color: #fff !important;
}

/* MOBILE */

#search-mobile {
	height: 0;
	overflow: hidden;
}

#search-mobile-toggle .eael-toggle-container {
	display: block;
	padding: 10px;
}

#search-mobile-toggle .eael-toggle-container .eael-toggle-switch-wrap {
	margin-bottom: 10px;
}

/*----- HEADER - Close -----*/

/*----- MENU FS - Open -----*/

#menu-fs-wrapper,
#menu-fs {
	display: none;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 995;
}

#menu-fs-wrapper > .elementor-container,
#menu-fs-wrapper > .e-container {
	height: 100%;
}

#menu-fs-section {
	height: 100vh;
	height: calc(100vh - 70px);
	margin: 70px 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px 0;
}

#menu-fs-nav {
	opacity: 0;
}

.menu-fs-bg {
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: absolute !important;
	top: 0;
	width: 100%;
}

.menu-fs-bg .elementor-widget-container {
	height: 100%;
}

#menu-fs-bg-white,
#menu-fs-bg-cover,
#menu-fs-bg-left {
	transform-origin: center left;
}

#menu-fs-bg-red,
#menu-fs-bg-right {
	transform-origin: center right;
}

#menu-fs-bg-red {
	background-color: #c41320;
	background-color: #b3111b;
}

#menu-fs-bg-red .elementor-widget-container {
	opacity: 0.125;
	transform-origin: center center;
}

#menu-fs-bg-red .elementor-widget-container::before {
	background: inherit;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#menu-fs-wrapper .menu {
	list-style: none !important;
	padding: 0 !important;
}

#menu-fs-wrapper .menu .menu-item {
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}

#menu-fs-wrapper .menu .menu-item::before {
	background: #00000020;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.02) 100%);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-100%);
	width: 100%;
	z-index: 0;
}

#menu-fs-wrapper .menu .menu-item a {
	color: #ffffff;
	display: inline-block;
	font-size: 2.4em;
	font-family: 'interstate', Sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 0.35em 10px 0.35em 50px;
	position: relative;
	text-transform: uppercase;
}

#menu-fs-wrapper .menu .menu-item.current-menu-item a {
	color: #fff;
}

#menu-fs-wrapper .menu .menu-item > a::before {
	background: #ff757580;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}

#menu-fs-wrapper .menu .menu-item.parent-hover > a::before {
	background: #fff;
	width: 100%;
}

#menu-fs-wrapper .menu .menu-item.current-menu-item a::before {
	background: #fff;
	height: 2px;
	width: 100%;
}

#menu-fs-wrapper .menu .menu-item.active-sub > a::before {
	background: #fff;
	width: 33.33vw;
}

#menu-fs-wrapper .menu .menu-item.active-sub::before {
	transform: translateX(0%);
}

#menu-fs-wrapper .menu .menu-item-has-children a::after {
	content: '\f054';
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 0.9rem;
	font-weight: 500;
	transform: translate(0.7rem, -0.55rem);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#menu-fs-wrapper .menu .menu-item-has-children.active-sub > a::after {
	content: '\f324';
}

#menu-fs-wrapper .sub-menu {
	display: none;
}

#sub-menu-fs-section {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

#sub-menu-fs-section .sub-menu {
	background-color: #ffffff;
	display: block;
	height: 100vh;
	list-style: none;
	overflow-y: auto;
	padding: 120px 50px 20px 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#sub-menu-fs-section .sub-menu li a {
	color: #000000;
	display: block;
	font-size: 1.5em;
	font-family: 'interstate', Sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0;
	padding: 0.6em 0 0.85em 0;
	position: relative;
	text-transform: uppercase;
}

#sub-menu-fs-section .sub-menu li a:hover {
	color: #c41320;
}

#sub-menu-fs-section .sub-menu li a::before {
	background-color: #ddd;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

#sub-menu-fs-section .sub-menu li a::after {
	background-color: #c41320;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	right: 0;
	width: 0%;
}

#sub-menu-fs-section .sub-menu li a:hover::after {
	width: 100%;
}

/* TOGGLE MENU */
#open-menu-fs .elementor-icon-wrapper {
	cursor: pointer;
}

#menu-fs-toggle {
	cursor: pointer;
	height: 40px;
	position: relative;
	width: 44px;
}

#menu-fs-toggle span,
#menu-fs-toggle span:before,
#menu-fs-toggle span:after {
	background: #000;
	border-radius: 1px;
	content: '';
	cursor: pointer;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transform-origin: center center;
	top: 50%;
	width: 30px;
}

.home #menu-fs-toggle span,
.home #menu-fs-toggle span:before,
.home #menu-fs-toggle span:after {
	background: #fff;
}

.search-active #menu-fs-toggle span,
.home.page-scroll #menu-fs-toggle span,
.home.jet-menu-body-blocker #menu-fs-toggle span,
.search-active #menu-fs-toggle span:before,
.home.page-scroll #menu-fs-toggle span:before,
.home.jet-menu-body-blocker #menu-fs-toggle span:before,
.search-active #menu-fs-toggle span:after,
.home.page-scroll #menu-fs-toggle span:after,
.home.jet-menu-body-blocker #menu-fs-toggle span:after {
	background: #000;
}

#menu-fs-toggle span:before {
	top: -10px;
}

#menu-fs-toggle span:after {
	top: 10px;
}

#menu-fs-toggle span {
	transition: all 0.35s ease-in-out;
}

#menu-fs-toggle span:before,
#menu-fs-toggle span:after {
	transition: all 0.4s ease-in-out;
}

#menu-fs-toggle.active span {
	background-color: transparent !important;
	transform: rotate(90deg);
}

#menu-fs-toggle.active span:before,
#menu-fs-toggle.active span:after {
	top: 0;
}

#menu-fs-toggle.active span:before {
	transform: rotate(-135deg);
}

#menu-fs-toggle.active span:after {
	transform: rotate(135deg);
}

/*----- MENU FS - Close -----*/

/*----- SPLASH VIDEO - Open -----*/

.video-container {
	bottom: 0 !important;
	height: 100vh !important;
	overflow: hidden !important;
	position: absolute !important;
	top: 0 !important;
	width: 100% !important;
}

.video-container .elementor-widget-container {
	height: 100vh !important;
	overflow: hidden !important;
}

.video-container video {
	border: none !important;
	height: 100vh !important;
	line-height: 1 !important;
	margin: 0 !important;
	max-width: 100% !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	width: 100% !important;
}

body[data-elementor-device-mode='mobile'] .video-container video {
	height: 50vh !important;
}

#video-splash {
	opacity: 0;
}

#logo-play-video {
	z-index: 2;
}

#logo-play-video .elementor-icon {
	cursor: pointer;
	will-change: transform;
	-webkit-font-smoothing: antialiased;
}

/* Icon Player */

.pv-wrapper {
	display: none;
	transform: translateX(-50%);
}

.pv-icon {
	align-items: center;
	border-radius: 50%;
	border: 2px #fff solid;
	cursor: pointer;
	display: flex;
	height: 2.8rem;
	justify-content: center;
	position: relative;
	width: 2.8rem;
	z-index: 1;
}

.pv-icon-inner {
	color: #fff;
	font-size: 1.2rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: 1;
}

.pv-icon-inner i,
.pv-icon-inner i::before {
	will-change: transform;
	-webkit-font-smoothing: antialiased;
}

.pv-mute {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	visibility: hidden;
}

.pv-area {
	background-color: #c41320;
	border-radius: 50%;
	height: 2.8rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	width: 2.8rem;
	z-index: 0;
}

.pv-burst {
	background-color: #fff;
	border-radius: 50%;
	height: 10rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 10rem;
	z-index: 0;
}

.pv-wrapper,
.pv-wrapper div {
	transform-origin: center center;
}

/* Adjustments */

#hero-section .elementor-background-video-container .elementor-background-video-hosted {
	margin-top: -2px !important;
}

/*----- SPLASH VIDEO - Close -----*/

/*----- FEATURE BOX - Open -----*/

.feature-box .eael-infobox .infobox-icon img {
	display: block;
	margin: 0;
	max-width: none;
	width: 100%;
}

.feature-box .eael-infobox .infobox-content .title {
	margin-top: 0 !important;
}

.feature-box .eael-infobox .infobox-content {
	background-color: #0000004d;
	bottom: 0;
	padding: 25px 25px 10px 25px !important;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.feature-box .eael-infobox .infobox-content p {
	margin: 0 !important;
}

.feature-box .eael-infobox .infobox-content .infobox-button,
.feature-box .eael-infobox .infobox-content .desc-box {
	height: 0;
	overflow: hidden;
}

.feature-box .eael-infobox .infobox-content .eael-infobox-button {
	margin: 15px 0;
}

/*----- FEATURE BOX - Close -----*/

/*----- FEATURE BOX 1 - Open -----*/

.fb1-item {
	overflow: hidden;
}

.fb1-item .fb-bg-img {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.fb1-item .fb1-content {
	height: 0;
	overflow: hidden;
	width: 100%;
}

/*----- FEATURE BOX 1 - Close -----*/

/*----- CUSTOM BUTTONS - Open -----*/

a.cb-red,
a.cb-white {
	background-color: #ffffffe6;
	border: solid 2px #ffffff;
	border-radius: 0;
	color: #000;
	display: block;
	font-family: 'interstate', Sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
}

a.cb-white:hover {
	background-color: #ffffff;
	border-color: #b3111b;
	color: #c41320;
}

a.cb-red:hover {
	background-color: #c41320;
	border-color: #c41320;
	color: #ffffff;
}

a.cb-black {
	background-color: #ffffffc4;
	border: solid 2px #ffffff;
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-family: 'interstate', Sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 5px 5px 0;
	padding: 12px 20px 12px 20px;
	text-transform: uppercase;
}

a.cb-black:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #c41320;
}

.btn-wrapper {
	margin-top: 10px;
}

/*----- CUSTOM BUTTONS - Close -----*/

/*----- PAST EVENTS BOX - Open -----*/

.has-calendar .evt-ms-links {
	padding-bottom: 65px;
}

.evt-ms-links .jet-listing-dynamic-repeater__items {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.evt-ms-links .jet-listing-dynamic-repeater__item {
	width: calc(50% - 4px);
}

.evt-ms-links .jet-listing-dynamic-repeater__item a {
	align-items: center;
	background: #ffffffe6;
	border: 2px solid #fff;
	color: #000000;
	display: flex;
	height: 100%;
	font-size: 0.9rem;
	font-weight: 500;
	justify-content: center !important;
	line-height: 1;
	padding: 12px 10px;
	text-align: center;
	text-transform: uppercase;
}

.evt-ms-links .jet-listing-dynamic-repeater__item a:hover {
	background: #c41320cc;
	border-color: #c41320;
	color: #fff;
}

.evt-btn-add-calendar {
	display: none;
}

.has-calendar .evt-btn-add-calendar {
	display: block;
	transform: translateX(-50%) !important;
}

.past-events-box .eael-infobox .infobox-content .title {
	display: none;
}

.past-events-box .eael-infobox .infobox-icon img {
	display: block;
	margin: 0;
	max-width: none;
	width: 100%;
}

.past-events-box .eael-infobox .infobox-content {
	background-color: #0000004d;
	bottom: 0;
	padding: 25px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.past-events-box .eael-infobox .infobox-content img {
	display: block;
	margin: 0 auto;
	max-width: 500px;
}

.past-events-box .eael-infobox .infobox-content p {
	margin: 0 !important;
}

.past-events-box .eael-infobox .infobox-content .peb-links {
	height: 0;
	overflow: hidden;
}

.past-events-box .eael-infobox .infobox-content .peb-links a {
	background-color: #ffffffcf;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	color: #000000;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	margin: 5px;
	padding: 12px 25px 10px 25px;
	text-transform: uppercase;
}

.past-events-box .eael-infobox .infobox-content .peb-links a:hover {
	background-color: #ffffff;
	color: #c41320;
}

.btn-past-events {
	width: calc(50% - 3px);
}

.btn-past-events .elementor-widget-container,
.btn-past-events .elementor-button-wrapper {
	height: 100%;
}

.btn-past-events a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

/*----- PAST EVENTS BOX - Close -----*/

/*----- CONTENT - Open -----*/

#main > .elementor {
	overflow-x: hidden;
}

.message-section > div {
	max-width: 100vw !important;
}

div[id^='jet-popup-'].jet-popup .jet-popup__container {
	max-height: 80vh;
}

#market-dates {
	cursor: pointer;
}

.ab-wrap-link .jet-animated-box__front .jet-animated-box__subtitle::after,
.ab-wrap-link .jet-animated-box__back .jet-animated-box__subtitle::after {
	content: '\f054';
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.2rem;
	font-weight: 500;
	transform: translate(0.7rem, -0.2rem);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.ab-wrap-link .jet-animated-box__back .jet-animated-box__subtitle::after {
	content: '\f324';
}

.ab-wrap-link .jet-animated-box__inner {
	position: relative;
}

.ab-wrap-link a.ab-wrap-new-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ab-wrap-link .jet-animated-box__back a.jet-animated-box__button {
	display: none !important;
}

.jet-animated-box {
	min-height: 350px;
}

.staff-box .jet-animated-box {
	min-height: 300px;
}

.staff-box .jet-animated-box__front .jet-animated-box__title,
.staff-box .jet-animated-box__front .jet-animated-box__subtitle {
	text-shadow: 1px 1px 2px #00000060;
}

.staff-box .jet-animated-box__description a {
	color: #fff;
}

.staff-box .jet-animated-box__description a:hover {
	color: #fff;
	text-decoration: underline;
}

#stitch-listing-grid .jet-listing-grid__items > .jet-listing-grid__item {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.stitch-listing-grid .featured-image a {
	position: relative;
}

.stitch-listing-grid h4.elementor-heading-title a {
	font-weight: 600;
}

.stitch-listing-grid .featured-image a::before {
	background-color: #c41320bf;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

#stitch-listing-grid .stitch-btn-full {
	height: 100%;
}

#stitch-listing-grid .stitch-btn-full a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.stitch-listing-grid.elementor-section:hover {
	background-color: #ededed;
}

.ab-hover-bw .jet-animated-box__back::before,
.parallax-bw div[id*='jarallax-container-'] > div::before {
	background: inherit;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
	margin-bottom: 15px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content p:last-child {
	margin-bottom: 0;
}

.elementor-page .title-sticky.elementor-sticky--active h2.elementor-heading-title {
	font-size: 1.6em;
}

.elementor-page .title-sticky.elementor-sticky--active .title-line .elementor-widget-container {
	margin-bottom: 20px;
}

.elementor-page .title-sticky.elementor-sticky--active .jet-search-filter__input-wrapper {
	margin-bottom: -9px;
}

.input-icon-search .jet-smart-filters-search .jet-search-filter__input-loading,
.input-icon-search .jet-smart-filters-search .jet-search-filter__input-clear {
	background-color: #fff;
	right: 15px;
}

.input-icon-search .jet-search-filter__input-wrapper::before {
	left: 11px;
	position: absolute;
	top: 9px;
}

/*----- CONTENT - Close -----*/

/*----- SEARCH - Open -----*/

#search-results .elementor-post__card::before {
	background-color: #c41320;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
	z-index: 2;
}

#search-results .elementor-post__card {
	padding-left: 30px !important;
	position: relative;
}

#search-results .elementor-post__text {
	margin: 0;
}

#search-results a.elementor-post__read-more {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0;
	padding: 10px 15px;
}

#search-results a.elementor-post__read-more:hover {
	background-color: #c41320;
	border: 1px solid #c41320;
	color: #fff;
}

.search-results .elementor-button-wrapper a.elementor-button {
	background-color: #333;
	border: none;
	border-radius: 0;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.search-results .elementor-button-wrapper a.elementor-button:hover {
	background-color: #c41320;
	color: #fff;
}

div[pseudo='-webkit-search-cancel-button'],
#search-clear,
.jet-ajax-search__results-area {
	display: none !important;
}

.jet-ajax-search__submit,
.jet-ajax-search__field {
	outline: none !important;
}

.jet-ajax-search__fields-holder {
	overflow: hidden;
}

.jet-ajax-search__fields-holder .jet-ajax-search__field {
	min-width: calc(100% + 40px);
}

.eael-toggle-container {
	align-items: center;
	display: flex;
	gap: 20px;
}

/*----- SEARCH - Close -----*/

/*----- USER PROFILE FORM - Open -----*/

#edit-profile-form input[type='date'],
#edit-profile-form input[type='email'],
#edit-profile-form input[type='number'],
#edit-profile-form input[type='password'],
#edit-profile-form input[type='search'],
#edit-profile-form input[type='tel'],
#edit-profile-form input[type='text'],
#edit-profile-form input[type='url'],
#edit-profile-form select,
#edit-profile-form textarea {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #ccc;
	outline: none !important;
	padding: 0.25rem 0 0.5rem 0;
}

#loginform input[type='text']:focus,
#loginform input[type='email']:focus,
#loginform input[type='password']:focus,
#edit-profile-form input[type='date']:focus,
#edit-profile-form input[type='email']:focus,
#edit-profile-form input[type='number']:focus,
#edit-profile-form input[type='password']:focus,
#edit-profile-form input[type='search']:focus,
#edit-profile-form input[type='tel']:focus,
#edit-profile-form input[type='text']:focus,
#edit-profile-form input[type='url']:focus,
#edit-profile-form select:focus,
#edit-profile-form textarea:focus {
	border-bottom-color: #c41320;
}

#edit-profile-form select {
	min-height: 2.4em;
}

#edit-profile-form .jet-form-col {
	padding: 0 7px;
}

#edit-profile-form .jet-form__field-wrap,
#edit-profile-form label,
#edit-profile-form .jet-engine-file-upload__message {
	font-family: 'interstate', Sans-serif;
}

#edit-profile-form .jet-form-row {
	padding-bottom: 15px;
}

#edit-profile-form .profile-user-about textarea {
	min-height: 145px;
}

#edit-profile-form .profile-user-picture .jet-engine-file-upload__content {
	background-color: #f3f3f3;
	margin: 5px 10px 10px 0;
	min-height: 100px;
	min-width: 100px;
}

#edit-profile-form .profile-user-picture .jet-engine-file-upload__file {
	margin: 0;
}

#edit-profile-form .field-margin-top-20 {
	margin-top: 30px;
}

#edit-profile-form span.jet-form__label-text span {
	font-weight: 500;
	text-transform: initial;
}

.segment-user-form .jet-form__fields-group,
.brand-user-form .jet-form__fields-group {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.segment-user-form .jet-form__field-wrap,
.brand-user-form .jet-form__field-wrap {
	padding: 2px 4px 2px 0;
	width: 33.33%;
}

.field-type-heading {
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 10px 0;
	position: relative;
	text-transform: uppercase;
}

.field-type-heading::before {
	background-color: #c41320;
	bottom: -10px;
	content: '';
	display: block;
	height: 5px;
	left: 5px;
	position: absolute;
	width: 75px;
}

#main .user-profile-field .elementor-widget-container {
	border: none;
	border-top: 1px solid #ededed;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
}

#main .user-profile-field.no-border .elementor-widget-container {
	border: none;
	margin: 0;
	padding: 0;
}

#main .up-field-100 {
	max-width: 100%;
	width: 100%;
}
#main .up-field-66 {
	max-width: 66.6%;
	width: 66.6%;
}

#group_other_user {
	max-width: 32.3%;
}

#main .user-profile-field .elementor-widget-container::before {
	color: #c41320;
	display: block;
	font-family: 'interstate', Sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	left: 0;
	margin: 3px 0 0 0;
	position: relative;
	text-transform: uppercase;
	top: 0;
}

.up-login .elementor-widget-container::before {
	content: 'Login';
}
.up-email .elementor-widget-container::before {
	content: 'Email';
}
.up-group .elementor-widget-container::before {
	content: 'Group';
}
.up-title .elementor-widget-container::before {
	content: 'Title';
}
.up-account .elementor-widget-container::before {
	content: 'Account';
}
.up-manager .elementor-widget-container::before {
	content: 'Manager';
}
.up-brand .elementor-widget-container::before {
	content: 'Brand';
}
.up-size .elementor-widget-container::before {
	content: 'Swag Size';
}
.up-street .elementor-widget-container::before {
	content: 'Street';
}
.up-apt .elementor-widget-container::before {
	content: 'Apt / Ste / Unit.';
}
.up-city .elementor-widget-container::before {
	content: 'City';
}
.up-state .elementor-widget-container::before {
	content: 'State';
}
.up-country .elementor-widget-container::before {
	content: 'Country';
}
.up-zip-code .elementor-widget-container::before {
	content: 'Zip Code';
}
.up-cell-phone .elementor-widget-container::before {
	content: 'Cell Phone';
}
.up-work-phone .elementor-widget-container::before {
	content: 'Work Phone';
}
.up-pronouns .elementor-widget-container::before {
	content: 'Pronouns';
}
.up-segment .elementor-widget-container::before {
	content: 'Segment';
}
.up-org-cluster .elementor-widget-container::before {
	content: 'Organization/Cluster';
}
.up-where-based .elementor-widget-container::before {
	content: 'Where Are You Based?';
}

/*----- USER PROFILE FORM - Close -----*/

/*----- FOOTER - Open -----*/

#main-menu-footer a {
	border-bottom: 2px #00000000 solid;
	color: #000;
}

#main-menu-footer .current-menu-item a {
	border-bottom: 2px #c41320 solid;
}

#main-menu-footer a:hover {
	color: #c41320;
}

#main-menu-footer .sub-arrow,
#main-menu-footer .elementor-nav-menu--dropdown {
	display: none !important;
}

body[data-elementor-device-mode='mobile'] #footer-section .elementor-nav-menu {
	flex-direction: column;
	margin: 15px 0 0 0;
}

body[data-elementor-device-mode='mobile'] #footer-section .elementor-nav-menu a {
	margin: 0 0 10px 0;
}

body[data-elementor-device-mode='mobile'] #footer-section .red-bar {
	right: 20px;
}

/*----- FOOTER - Close -----*/

/*----- ICON - FONT AWESOME - Open -----*/

.input-icon-search .jet-search-filter__input-wrapper::before,
.fa-icon::before {
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.input-icon-search .jet-search-filter__input-wrapper::before,
.fa-icon-search::before {
	content: '\f002';
}

.fa-icon-play::before {
	font-weight: 400;
	content: '\f04b';
}

.fa-icon-pause::before {
	font-weight: 400;
	content: '\f04c';
}

.fa-icon-volume::before {
	font-weight: 400;
	content: '\f6a8';
}

.fa-icon-mute::before {
	font-weight: 400;
	content: '\f6a9';
}

/*----- ICON - FONT AWESOME - Close -----*/

/*----- CSS ANIME - Open -----*/

a.jet-profile-menu__item-link,
.elementor-icon-list-item a,
.elementor-icon-list-item a span,
#search-results .elementor-post__card,
#search-results a.elementor-post__read-more,
.evt-ms-links .jet-listing-dynamic-repeater__item a,
#sub-menu-fs-section .sub-menu li a::after,
.title-sticky h2.elementor-heading-title,
.title-sticky .title-line .elementor-widget-container,
.title-sticky .jet-search-filter__input-wrapper,
a.cb-red,
a.cb-white,
a.cb-black,
#menu-fs-wrapper .menu a,
#sub-menu-fs-section .sub-menu li a,
.past-events-box .eael-infobox .infobox-content .peb-links a,
#header-full .logo-black,
#header-full .logo-white {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#menu-fs-wrapper .menu .menu-item::before,
#menu-fs-wrapper .menu .menu-item > a::before,
#header-full {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

body > div.elementor {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.sso-button a {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*----- CSS ANIME - Close -----*/
