.site-header .site-title .mssl-menu-crest {
	display: block;
	width: 170px !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 2 / 1;
	margin: 0 auto;
	object-fit: contain;
}

.header-image .site-title a {
	display: block;
	float: none !important;
	text-indent: 0;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-width: none !important;
	background: none !important;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
}

.mssl-dashboard-user-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	border: 2px solid #fff;
	border-radius: 999px !important;
	overflow: hidden;
	background: #1662ad;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: "Outfit", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.mssl-dashboard-user-avatar img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border-radius: 999px !important;
	object-fit: cover;
}

.site-header .genesis-nav-menu > .mssl-dashboard-menu-item > .mssl-dashboard-menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0 0 0 14px;
	padding: 0;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-radius: 999px;
	color: #fff !important;
	line-height: 1;
	text-decoration: none;
}

.site-header .genesis-nav-menu > .mssl-dashboard-menu-item > .mssl-dashboard-menu-link:focus,
.site-header .genesis-nav-menu > .mssl-dashboard-menu-item > .mssl-dashboard-menu-link:hover {
	border-bottom: 0 !important;
	box-shadow: none;
	color: #fff !important;
	text-decoration: none;
}

.site-header .genesis-nav-menu > .mssl-dashboard-menu-item .mssl-dashboard-menu-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	border: 2px solid #fff;
	border-radius: 999px !important;
	overflow: hidden;
	background: #1662ad;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-family: "Outfit", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.site-header .genesis-nav-menu > .mssl-dashboard-menu-item .mssl-dashboard-menu-visual--icon::before {
	content: "\f2bd";
	display: block;
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}

.mssl-sheet-trigger__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	border: 2px solid #fff;
	border-radius: 999px;
	overflow: hidden;
	background: #1662ad;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.mssl-sheet-trigger-alt.has-profile-avatar::before {
	content: none !important;
	display: none !important;
}

.site-header .genesis-nav-menu > .mssl-dashboard-menu-item .mssl-dashboard-menu-visual .mssl-dashboard-user-avatar,
.mssl-sheet-trigger__avatar .mssl-dashboard-user-avatar {
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	background: transparent !important;
}

@media only screen and (min-width: 1024px) {
	.header-full-width .site-container,
	.site-container {
		padding-top: 105px;
	}

	.site-header .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
	}

	.site-header .title-area,
	.header-image .title-area {
		flex: 0 0 auto;
		width: auto !important;
		padding: 10px 0 !important;
	}

	.site-header .widget-area {
		float: none;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: auto;
		margin-left: auto;
		text-align: right;
	}

	.site-header .widget_nav_menu,
	.site-header .widget_nav_menu .menu-top-menu-container {
		display: flex;
		align-items: center;
	}

	.site-header .genesis-nav-menu {
		float: none;
		display: flex;
		align-items: center;
		width: auto;
	}

	.header-image .site-title a {
		width: auto !important;
		min-height: 0 !important;
	}

	.site-header .site-title .mssl-menu-crest {
		width: 170px !important;
		margin: 0;
	}

	.site-header .genesis-nav-menu > .mssl-dashboard-menu-item .mssl-dashboard-user-avatar,
	.site-header .genesis-nav-menu > .mssl-dashboard-menu-item .mssl-dashboard-menu-visual {
		width: 40px !important;
		height: 40px !important;
	}
}

.mssl-sheet,
.mssl-sheet-trigger,
.mssl-sheet-trigger-alt {
	display: none !important;
}

@media (max-width: 1024px) {
	:root {
		--mssl-mobile-header-h: 96px;
		--mssl-panel-gutter: 10px;
		--mssl-admin-bar-offset: 0px;
		--mssl-overlay-z: 99997;
		--mssl-trigger-z: 99998;
		--mssl-trigger-y: 2px;
		--mssl-dashboard-trigger-y: var(--mssl-trigger-y);
		--mssl-admin-bar-z: 99999;
		--mssl-trigger-left-space: 42px;
		--mssl-trigger-right-space: 42px;
		--mssl-blue-500: #1862af;
		--mssl-white: #ffffff;
		--mssl-sheet-bg: linear-gradient(135deg, #275e96 0%, #17466f 100%);
		--mssl-sheet-fg: var(--mssl-white);
		--mssl-sheet-border: rgba(255,255,255,.14);
		--mssl-sheet-divider: rgba(255,255,255,.12);
	}

	body.admin-bar {
		--mssl-admin-bar-offset: 46px;
	}

	.mssl-sheet,
	.mssl-sheet-trigger,
	.mssl-sheet-trigger-alt {
		display: block !important;
	}

	.responsive-menu-icon,
	.nav-header .responsive-menu-icon,
	#nav_menu-3,
	.site-header .header-widget-area,
	.site-header .widget-area.header-widget-area,
	#genesis-mobile-nav-primary,
	.site-header .menu-toggle,
	#genesis-nav-primary,
	.nav-primary,
	.nav-primary.genesis-responsive-menu {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		max-height: 0 !important;
		min-height: 0 !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.site-header .genesis-nav-menu > .mssl-dashboard-menu-item {
		display: none !important;
	}

	.site-header {
		position: sticky !important;
		top: var(--mssl-admin-bar-offset) !important;
		z-index: calc(var(--mssl-overlay-z) - 1) !important;
		min-height: var(--mssl-mobile-header-h);
	}

	.site-header .wrap {
		position: relative;
		z-index: calc(var(--mssl-overlay-z) - 1);
		display: flex !important;
		align-items: center !important;
		min-height: var(--mssl-mobile-header-h);
		width: calc(100% - 10px) !important;
		max-width: none !important;
		margin-right: 5px !important;
		margin-left: 5px !important;
		padding: 0 !important;
	}

	.site-header .title-area {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: var(--mssl-trigger-left-space) !important;
		padding-right: var(--mssl-trigger-right-space) !important;
		text-align: center !important;
	}

	.site-header .site-title,
	.site-header .site-title a {
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		line-height: 1 !important;
	}

	.site-header .site-title .mssl-menu-crest {
		width: clamp(136px, 42vw, 158px) !important;
		max-width: calc(100vw - 120px) !important;
	}

	#wpadminbar {
		position: sticky !important;
		top: 0 !important;
		z-index: var(--mssl-admin-bar-z) !important;
	}

	body.mssl-sheet-header-scrolled .site-header {
		box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
	}

	button.mssl-sheet-trigger,
	.mssl-sheet-trigger-alt,
	.mssl-sheet__close,
	.mssl-acc__toggle {
		-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
		-webkit-touch-callout: none !important;
		user-select: none !important;
		touch-action: manipulation !important;
		-webkit-appearance: none !important;
		appearance: none !important;
	}

	button.mssl-sheet-trigger,
	.mssl-sheet-trigger-alt {
		all: unset;
		box-sizing: border-box;
		position: absolute !important;
		top: calc(50% + var(--mssl-trigger-y)) !important;
		transform: translateY(-50%) !important;
		z-index: var(--mssl-trigger-z) !important;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		padding: 0;
		border: 0 !important;
		outline: 0 !important;
		box-shadow: none !important;
		background: none !important;
		background-color: transparent !important;
		background-image: none !important;
		cursor: pointer;
		border-radius: 12px;
		color: var(--mssl-sheet-fg) !important;
		-webkit-text-fill-color: var(--mssl-sheet-fg);
	}

	.mssl-sheet-trigger {
		left: 6px !important;
	}

	.mssl-sheet-trigger-alt {
		top: calc(50% + var(--mssl-dashboard-trigger-y)) !important;
		right: 6px !important;
		padding: 0 !important;
		overflow: visible !important;
		font-size: 0 !important;
		line-height: 0 !important;
		flex: 0 0 48px;
		text-decoration: none !important;
	}

	button.mssl-sheet-trigger:hover,
	button.mssl-sheet-trigger:focus,
	button.mssl-sheet-trigger:active,
	button.mssl-sheet-trigger:focus-visible,
	.mssl-sheet-trigger-alt:hover,
	.mssl-sheet-trigger-alt:focus,
	.mssl-sheet-trigger-alt:active,
	.mssl-sheet-trigger-alt:focus-visible {
		outline: 0 !important;
		box-shadow: none !important;
		background: none !important;
		background-color: transparent !important;
		background-image: none !important;
		border: 0 !important;
		transform: translateY(-50%) !important;
		color: var(--mssl-sheet-fg) !important;
		-webkit-text-fill-color: var(--mssl-sheet-fg);
	}

	.mssl-sheet-trigger:active,
	.mssl-sheet-trigger-alt:active {
		opacity: .75 !important;
	}

	.mssl-sheet-trigger::before,
	.mssl-sheet-trigger-alt::before {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		flex: 0 0 auto;
		pointer-events: none;
		font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
	}

	.mssl-sheet-trigger::before {
		content: "\e195";
		font-size: 26px;
		transform: translateY(-1px);
	}

	.mssl-sheet-trigger-alt::before {
		content: "\f2bd";
		font-size: 26px;
		transform: translateY(3px);
	}

	.mssl-sheet-trigger-alt.has-profile-avatar::before {
		content: none;
	}

	.mssl-sheet-trigger__icon {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		pointer-events: none !important;
	}

	.mssl-sheet-trigger__avatar {
		width: 42px !important;
		height: 42px !important;
		pointer-events: none;
	}

	.mssl-sheet {
		position: fixed;
		top: var(--mssl-admin-bar-offset);
		right: 0;
		bottom: 0;
		left: 0;
		z-index: var(--mssl-overlay-z);
		opacity: 0;
		pointer-events: none;
		transition: opacity 400ms ease;
	}

	.mssl-sheet.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.mssl-sheet__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(0,0,0,.35);
		opacity: 0;
		transition: opacity 400ms ease;
		will-change: opacity;
	}

	.mssl-sheet.is-open .mssl-sheet__backdrop {
		opacity: 1;
	}

	.mssl-sheet__panel {
		position: absolute;
		left: var(--mssl-panel-gutter);
		right: var(--mssl-panel-gutter);
		bottom: var(--mssl-panel-gutter);
		width: auto;
		max-height: calc(100vh - var(--mssl-mobile-header-h) - var(--mssl-admin-bar-offset) - env(safe-area-inset-top, 0px) - 22px);
		background: var(--mssl-sheet-bg);
		border-radius: 22px;
		transform: translateY(110%);
		transition: transform 400ms cubic-bezier(.2,.8,.2,1);
		will-change: transform;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.mssl-sheet.is-open .mssl-sheet__panel {
		transform: translateY(0);
	}

	.mssl-sheet__handle {
		width: 44px;
		height: 5px;
		border-radius: 10px;
		background: rgba(255,255,255,.35);
		margin: 8px auto 6px;
	}

	.mssl-sheet__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 12px 16px;
		border-bottom: 1px solid var(--mssl-sheet-border);
	}

	.mssl-sheet__brand {
		color: var(--mssl-sheet-fg);
		font-family: "Outfit", serif;
		font-weight: 800;
		letter-spacing: 1.2px;
		font-size: 17px;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 10px;
	}

	.mssl-sheet__close {
		border: 0;
		background: rgba(255,255,255,.14);
		color: var(--mssl-sheet-fg);
		width: 40px;
		height: 40px;
		border-radius: 14px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		font-size: 22px;
		outline: 0 !important;
		box-shadow: none !important;
	}

	.mssl-sheet__nav {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 6px 10px 10px;
	}

	.mssl-sheet-menu,
	.mssl-sheet-menu .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mssl-sheet-menu > li {
		border-bottom: 1px solid var(--mssl-sheet-divider);
	}

	.mssl-sheet-menu a {
		color: var(--mssl-sheet-fg);
		text-decoration: none;
		display: flex;
		align-items: center;
		padding: 12px 10px;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: .03em;
		border-radius: 12px;
	}

	.mssl-sheet .mssl-sheet-menu a:hover,
	.mssl-sheet .mssl-sheet-menu a:active,
	.mssl-sheet .mssl-sheet-menu a:focus,
	.mssl-sheet .mssl-sheet-menu a:focus-visible,
	.mssl-sheet-trigger-alt:hover,
	.mssl-sheet-trigger-alt:active,
	.mssl-sheet-trigger-alt:focus,
	.mssl-sheet-trigger-alt:focus-visible {
		background: transparent !important;
		color: var(--mssl-sheet-fg) !important;
		text-decoration: none !important;
		outline: none !important;
		box-shadow: none !important;
		filter: none !important;
	}

	.mssl-sheet .mssl-sheet-menu a:visited,
	.mssl-sheet-trigger-alt:visited {
		color: var(--mssl-sheet-fg) !important;
	}

	.mssl-sheet .mssl-sheet-menu a::before,
	.mssl-sheet .mssl-sheet-menu a::after,
	.mssl-sheet-trigger-alt::after {
		background: transparent !important;
		box-shadow: none !important;
		filter: none !important;
	}

	.mssl-sheet .mssl-sheet-menu > li > a::before,
	.mssl-sheet .mssl-sheet-menu .sub-menu > li > a::before {
		display: inline-block;
		width: 22px;
		min-width: 22px;
		text-align: center;
		margin-right: 10px;
		line-height: 1;
		opacity: .95;
		font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}

	.mssl-sheet .mssl-sheet-menu > li.mssl-ico-home > a::before { content: "\f015"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu > li.mssl-ico-faq > a::before { content: "\e14e"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu > li.mssl-ico-sports > a::before { content: "\e643"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu > li.mssl-ico-register > a::before { content: "\f14a"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu > li.mssl-ico-dashboard > a::before { content: "\f624"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu > li.mssl-ico-youth > a::before { content: "\f434"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-cal > a::before { content: "\f133"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-contact > a::before { content: "\e10c"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-directions > a::before { content: "\f59f"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-waiver > a::before { content: "\f56c"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-rules > a::before { content: "\f460"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-sponsor > a::before { content: "\f2b5"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu .sub-menu > li.mssl-ico-about > a::before { content: "\f30f"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-softball > a::before { content: "\f433"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-volleyball > a::before { content: "\f45f"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-kickball > a::before { content: "\e789"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-basketball > a::before { content: "\f434"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-soccer > a::before { content: "\f1e3"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-flagfootball > a::before { content: "\f44e"; font-weight: 900; }
	.mssl-sheet .mssl-sheet-menu li.mssl-ico-pickleball > a::before { content: "\e435"; font-weight: 900; }

	.mssl-sheet .mssl-sheet-menu .sub-menu > li > a::before {
		content: "\f105";
		font-weight: 900;
		opacity: .6;
	}

	.mssl-sheet .mssl-sheet-menu .mssl-dynamic > a::before {
		content: "\f073";
		font-weight: 400;
		opacity: .85;
	}

	.mssl-acc {
		position: relative;
	}

	.mssl-sheet .mssl-acc > a {
		padding-right: 64px;
	}

	.mssl-sheet .mssl-acc__toggle {
		all: unset;
		box-sizing: border-box;
		position: absolute;
		right: 10px;
		top: 9px;
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(255,255,255,.14);
		color: var(--mssl-sheet-fg);
		border-radius: 12px;
		cursor: pointer;
		line-height: 1;
		font-size: 20px;
		outline: none;
		box-shadow: none;
		overflow: hidden;
	}

	.mssl-acc__toggle span {
		display: block;
		transform: rotate(0deg);
		transition: transform 400ms ease;
	}

	.mssl-acc.is-expanded > .mssl-acc__toggle span {
		transform: rotate(180deg);
	}

	.mssl-acc__panel {
		overflow: hidden;
		background: rgba(0,0,0,.08);
	}

	.mssl-acc__panel[hidden] {
		display: none !important;
	}

	.mssl-acc__panel a {
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .04em;
		padding: 10px 10px 10px 18px;
	}

	.mssl-sheet__footer {
		padding: 10px 14px calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.mssl-sheet__footer-btn {
		display: block;
		text-align: center;
		background: rgba(255,255,255,.18);
		color: #ffffff !important;
		text-decoration: none;
		padding: 10px 14px;
		border-radius: 14px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: .04em;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
	}

	.mssl-sheet__social {
		display: flex;
		gap: 10px;
		margin-top: 10px;
		width: 100%;
		justify-content: center;
	}

	.mssl-sheet__social a {
		width: 44px;
		height: 44px;
		border-radius: 14px;
		background: rgba(255,255,255,.14);
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}

	.mssl-sheet__social a::before {
		display: block;
		font-family: "Font Awesome 7 Brands";
		font-weight: 400;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		font-size: 20px;
		color: var(--mssl-sheet-fg);
		opacity: .95;
		content: "";
	}

	.mssl-sheet__social a.mssl-social-facebook::before { content: "\f09a"; }
	.mssl-sheet__social a.mssl-social-instagram::before { content: "\f16d"; }
	.mssl-sheet__social a.mssl-social-twitter::before { content: "\e61a"; }

	html.mssl-sheet-open,
	body.mssl-sheet-open {
		overflow: hidden;
		height: 100%;
	}

	.mssl-sheet__nav,
	.mssl-sheet__nav a,
	.mssl-sheet__nav button {
		font-family: "Outfit", sans-serif;
	}

	.mssl-sheet-menu > li > a {
		font-weight: 700;
	}
}

@media (min-width: 783px) and (max-width: 1024px) {
	body.admin-bar {
		--mssl-admin-bar-offset: 32px;
	}
}
