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

@media (max-width: 1024px) {

  :root {
	--msa-mobile-header-h: 72px;
	--msa-panel-gutter: 10px;
	--msa-admin-bar-offset: 0px;
	--msa-overlay-z: 99997;
	--msa-trigger-z: 99998;
	--msa-admin-bar-z: 99999;
  }

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

  @media (min-width: 783px) {
	body.admin-bar {
	  --msa-admin-bar-offset: 32px;
	}
  }

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

  #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 {
	position: sticky !important;
	top: var(--msa-admin-bar-offset) !important;
	z-index: calc(var(--msa-overlay-z) - 1) !important;
	background: #fff;
  }

  .site-header .wrap {
	position: relative;
	z-index: calc(var(--msa-overlay-z) - 1);
	min-height: var(--msa-mobile-header-h);
  }

  .site-header .title-area {
	padding-left: 56px;
	padding-right: 56px;
  }

  .site-header .site-title,
  .site-header .site-title a {
	text-align: center;
  }

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

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

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

  .msa-sheet-trigger {
	all: unset;
	box-sizing: border-box;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: var(--msa-trigger-z) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	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: #231f20 !important;
	-webkit-text-fill-color: #231f20;
	line-height: 1 !important;
	text-decoration: none !important;
  }

  .msa-sheet-trigger--menu {
	left: 25px !important;
  }

  .msa-sheet-trigger--dashboard {
	left: auto !important;
	right: 25px !important;
  }

  .msa-sheet-trigger:hover,
  .msa-sheet-trigger:focus,
  .msa-sheet-trigger:active,
  .msa-sheet-trigger: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: #231f20 !important;
	-webkit-text-fill-color: #231f20;
  }

  .woocommerce .msa-sheet-trigger,
  .woocommerce-page .msa-sheet-trigger,
  .woocommerce .msa-sheet-trigger:hover,
  .woocommerce-page .msa-sheet-trigger:hover,
  .woocommerce .msa-sheet-trigger:focus,
  .woocommerce-page .msa-sheet-trigger:focus,
  .woocommerce .msa-sheet-trigger:active,
  .woocommerce-page .msa-sheet-trigger:active,
  .woocommerce .msa-sheet-trigger:focus-visible,
  .woocommerce-page .msa-sheet-trigger:focus-visible {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #231f20 !important;
	-webkit-text-fill-color: #231f20;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	text-transform: none !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	letter-spacing: normal !important;
  }

  .msa-sheet-trigger::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	pointer-events: none;
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 30px;
  }

  .msa-sheet-trigger--menu::before {
	content: "\e195";
  }

  .msa-sheet-trigger--dashboard::before {
	content: "\f2bd";
  }

  .msa-sheet-trigger.has-profile-avatar {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	overflow: hidden;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
  }

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

  .woocommerce .msa-sheet-trigger.has-profile-avatar,
  .woocommerce-page .msa-sheet-trigger.has-profile-avatar,
  .woocommerce .msa-sheet-trigger.has-profile-avatar:hover,
  .woocommerce-page .msa-sheet-trigger.has-profile-avatar:hover,
  .woocommerce .msa-sheet-trigger.has-profile-avatar:focus,
  .woocommerce-page .msa-sheet-trigger.has-profile-avatar:focus,
  .woocommerce .msa-sheet-trigger.has-profile-avatar:active,
  .woocommerce-page .msa-sheet-trigger.has-profile-avatar:active,
  .woocommerce .msa-sheet-trigger.has-profile-avatar:focus-visible,
  .woocommerce-page .msa-sheet-trigger.has-profile-avatar:focus-visible {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
  }

  .msa-sheet-trigger__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	overflow: hidden;
	pointer-events: none;
  }

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

  .msa-sheet-trigger__avatar .msa-cr-user-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
  }

  .msa-sheet-trigger:active {
	opacity: 1 !important;
  }

  .msa-sheet-trigger:active::before {
	opacity: .75;
  }

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

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

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

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

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

  .msa-sheet__panel {
	position: absolute;
	left: var(--msa-panel-gutter);
	right: var(--msa-panel-gutter);
	bottom: var(--msa-panel-gutter);
	width: auto;
	max-height: calc(100vh - var(--msa-mobile-header-h) - var(--msa-admin-bar-offset) - env(safe-area-inset-top, 0px) - 22px);
	background: #1662ad;
	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;
  }

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

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

  .msa-sheet__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .msa-sheet__brand {
	display: flex;
	align-items: center;
	min-width: 0;
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-weight: 800;
	letter-spacing: 1.1px;
	font-size: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
  }

  .msa-sheet__brand-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 220px;
	max-height: 44px;
  }

  .msa-sheet__close {
	all: unset;
	box-sizing: border-box;
	border: 0;
	background: rgba(255,255,255,.14);
	color: #fff;
	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;
  }

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

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

  .msa-sheet-menu > li {
	border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .msa-sheet-menu a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 12px 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .03em;
  }

  .msa-sheet .msa-sheet-menu > li > a::before,
  .msa-sheet .msa-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;
  }

  .msa-sheet .msa-sheet-menu > li.msa-ico-home > a::before       { content: "\f015"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-contact > a::before 	 { content: "\f086"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-soccer > a::before     { content: "\f1e3"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-volleyball > a::before { content: "\f45f"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-tryout > a::before   	 { content: "\f460"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-staff > a::before   	 { content: "\f2bb"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-faq > a::before        { content: "\f059"; font-weight: 900; }
  .msa-sheet .msa-sheet-menu > li.msa-ico-dashboard > a::before  { content: "\f624"; font-weight: 900; }

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

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

  .msa-acc {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 58px;
	position: relative;
  }

  .msa-sheet .msa-acc > a {
	grid-column: 1 / -1;
	grid-row: 1;
	padding-right: 64px;
  }

  .msa-sheet .msa-acc__toggle {
	all: unset;
	box-sizing: border-box;
	align-self: center;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	margin-right: 10px;
	position: relative;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.14);
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
	line-height: 1;
	font-size: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: none;
	overflow: hidden;
	transform: none;
	z-index: 1;
  }

  .msa-sheet .msa-acc__toggle:hover,
  .msa-sheet .msa-acc__toggle:active,
  .msa-sheet .msa-acc__toggle:focus,
  .msa-sheet .msa-acc__toggle:focus-visible {
	background: rgba(255,255,255,.14) !important;
	border-radius: 14px !important;
	outline: none !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
  }

  .msa-acc__toggle span {
	display: block;
	transform: translateY(-1px);
	transition: transform 400ms ease;
  }

  .msa-acc.is-expanded .msa-acc__toggle span {
	transform: translateY(-1px) rotate(180deg);
  }

  .msa-acc__panel {
	grid-column: 1 / -1;
	overflow: hidden;
	transition: max-height 400ms ease;
	background: rgba(0,0,0,.08);
  }

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

  .msa-sheet__footer {
	padding: 10px 14px 12px;
  }

  .msa-sheet__footer-btn, .msa-sheet__footer-btn:hover {
	display: block;
	text-align: center;
	background: rgba(255,255,255,.18);
	color: #fff;
	text-decoration: none;
	padding: 10px 14px;
	border-radius: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
  }

  .msa-sheet__social {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 10px auto 0;
	justify-content: center;
  }

  .msa-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;
  }

  .msa-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: #fff;
	opacity: .95;
	content: "";
  }

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

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

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

  .msa-sheet-menu > li > a {
	font-weight: 400;
  }
}
