body.yrf-shell-legacy {
  background: var(--yrf-color-surface);
  min-height: 100vh;
}

body.yrf-shell-legacy > form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrap {
  background: var(--yrf-color-shell-bg);
  flex: 1 0 auto;
  min-height: var(--yrf-shell-min-height);
}

.content {
  display: flow-root;
  margin: 0 auto;
  width: var(--yrf-shell-width);
  max-width: calc(100% - (var(--yrf-shell-padding-inline) * 2));
  padding: 0 var(--yrf-shell-padding-inline) var(--yrf-shell-padding-bottom);
  min-height: var(--yrf-shell-min-height);
  background-color: var(--yrf-color-surface);
  border-top: 0;
  border-right: 1px solid var(--yrf-color-shell-frame);
  border-bottom: 1px solid var(--yrf-color-shell-frame);
  border-left: 1px solid var(--yrf-color-shell-frame);
  box-shadow: var(--yrf-shell-shadow);
}

.sidebar {
  position: relative;
  float: left;
  width: 225px;
  padding: 39px 0 0 28px;
  box-sizing: border-box;
}

.sidebar::after {
  content: "";
  position: absolute;
  top: 39px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: var(--yrf-color-shell-frame);
}

.main {
  float: none;
  width: auto;
  min-width: 0;
  padding: 60px 10px 0 10px;
  overflow: hidden;
}

#masterContentDiv1 {
  min-height: 1px;
}

.footer__menu,
.footer__grid,
.footer_wrap,
.footerNav {
  display: none !important;
}

.footer__bottom {
  border-top: 0;
}

.footer__bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: var(--yrf-shell-width);
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 0 12px;
}

.footer__bottom .copy {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 76px;
  padding: 10px 132px 0 0;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  line-height: 1.35;
}

.footer__bottom .copyright,
.footer__bottom .rights,
.footer__bottom a {
  white-space: nowrap;
}

.footer__bottom .copyright {
  display: inline;
}

.footer__bottom .rights {
  margin-left: 6px;
  padding-right: 6px;
}

.footer__bottom .copy > a {
  margin-left: 6px;
  padding-right: 6px;
}

.footer__bottom--badge {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 48px;
  position: relative;
  z-index: 3;
}

.footer__bottom--badge > a,
.footer__bottom--badge-apple,
.footer__bottom--badge-google {
  display: block;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.footer__bottom--badge > a {
  margin-top: 0;
}

.footer__bottom--badge-apple {
  width: 175px;
  height: 52px;
}

.footer__bottom--badge-google {
  width: 220px;
  height: 66px;
}

.sharing {
  float: right;
  margin: 12px 26px 12px 0;
}

.sharing .print {
  display: block;
}

.header .header__super-nav--local {
  display: block;
}

.header .header__supernav > .wrapper.wrapper--slim {
  padding-left: 0;
  padding-right: 52px;
}

.header .header__super-nav--local .yrf-header-utility {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 34px 0 32px;
  list-style: none;
}

.header .header__super-nav--local .yrf-header-utility__item {
  display: flex;
  align-items: center;
  margin: 0;
}

.header .header__super-nav--local .yrf-header-utility__item::before,
.header .header__super-nav--local .yrf-header-utility__item + .yrf-header-utility__item::before {
  content: none;
  display: none;
}

.header .header__super-nav--local .yrf-header-utility__link,
.header .header__super-nav--local .yrf-header-utility__search,
.header .header__super-nav--local .yrf-header-utility__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  color: #2f3e78;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.header .header__super-nav--local .yrf-header-utility__item--pill .yrf-header-utility__link {
  min-width: 172px;
  padding: 0 24px;
  border: 2px solid #2f3e78;
  border-radius: 999px;
}

.header .header__super-nav--local .yrf-header-utility__item--pill-wide .yrf-header-utility__link {
  min-width: 208px;
}

.header .header__super-nav--local .yrf-header-utility__item:not(.yrf-header-utility__item--pill):not(.yrf-header-utility__item--cta) .yrf-header-utility__link {
  color: #515558;
  font-weight: 500;
}

.header .header__super-nav--local .yrf-header-utility__item--search {
  margin-left: 2px;
}

.header .header__super-nav--local .yrf-header-utility__search {
  min-width: auto;
  padding: 0;
}

.header .header__super-nav--local .yrf-header-utility__search .icon__label {
  display: none;
}

.header .header__super-nav--local .yrf-header-utility__search .icon__wrapper {
  color: #515558;
}

.header .header__super-nav--local .yrf-header-utility__search svg,
.header .header__super-nav--local .yrf-header-utility__search svg * {
  stroke: #515558 !important;
}

.header .header__super-nav--local .yrf-header-utility__search svg path:not([fill="none"]),
.header .header__super-nav--local .yrf-header-utility__search svg circle:not([fill="none"]) {
  fill: #515558 !important;
}

.header .header__super-nav--local .yrf-header-utility__search .icon {
  font-size: 1.2rem;
}

.header .header__search .form__search button,
.header .header__search .form__search button:hover,
.header .header__search .form__search button:focus {
  color: #515558 !important;
}

.header .header__super-nav--local .yrf-header-utility__item--cta {
  background: none;
  border: 0;
  margin-right: 0;
}

.header .header__super-nav--local .yrf-header-utility__login {
  padding: 0 24px;
  border-radius: 999px;
  background: #2f3e78;
  color: #ffffff;
}

.header .header__super-nav--local .yrf-header-utility__login,
.header .header__super-nav--local .yrf-header-utility__login:visited,
.header .header__super-nav--local .yrf-header-utility__login:focus,
.header .header__super-nav--local .yrf-header-utility__login:hover {
  color: #ffffff;
}

.header .header__super-nav--local .yrf-header-utility__login-icon {
  display: none;
}

.print {
  background: url("../images/YMCA/icon_print.gif") no-repeat;
  float: left;
  width: 16px;
  height: 18px;
  margin-right: 10px;
  padding: 3px 0 0 20px;
  font-size: 11px;
}
