/*--- Help page styles --*/
/* 04-16-25 */
[tabindex='-1'] {
    outline: 0;
}
.help-page, .help-page * {
  box-sizing: border-box;
}
.m-help-menu {
  appearance: none;
  padding: 0;
  border: none;
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  width: 100%;
  height: 3rem;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
  display: none;
  /* transform: translateY(-50%); */
  z-index: 2;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  gap: 1rem;
  font-family: inherit;
  text-transform: uppercase;
}
.m-help-menu .svg-icon {
  width: 2rem;
  height: 2rem;
}
.m-help-menu:hover, .m-help-menu:focus {
  background: var(--btn-primary-bgnd-color-hover);
  color: var(--btn-primary-txt-color-hover);
}
.m-help-menu:focus {
  outline: 1px dashed var(--body-txt-color);
  outline-offset: 2px;
}
.helpWrapper .drawer-hdr {
  display: none;
}
.modal-drawer.lHelp {
  display: flex;
  width: 100% !important;
  background: #FFF;
  max-width: 375px;
}
@media only screen and (max-width: 805px) {
  .m-help-menu {
    display: flex;
  }
  .lHelp-outer {
    display: none;
  }
  .container::after {
    content:'';
    display: block;
    width: 100%;
    height: 3rem;
  }
}
.help-page .helpWrapper {
  padding: 1.5rem 0 2rem;
  display: flex;
  gap: 1.5rem;
}
.help-page .lHelp {
  float: none;
  width: 100% !important;
  position: sticky;
  top: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  scrollbar-width: thin;
  
}
@media only screen and (max-width: 805px) {
  .help-page .lHelp {
    display: none;
  }
}
@media (pointer: fine) {
.nav-scroll .lHelp {
  mask-image: linear-gradient(to top, transparent, #000000), linear-gradient(to left, transparent, 10px, #000000 10px);
  mask-size: 100% 20000px;
  mask-position: left bottom;
}
}
.cultureNext .help-page .lHelp {
  top: 124px;
  max-height: calc(100vh - 142px);
}
.wyn-site .help-page .lHelp {
  top: 120px;
  max-height: calc(100vh - 138px);
}
@media only screen and (max-width: 950px) {
.cultureNext .help-page .lHelp {
  top: 98px;
}
.wyn-site .help-page .lHelp {
  top: 72px;
  max-height: calc(100vh - 92px);
}
}
@media only screen and (max-width: 868px) {
.cultureNext .help-page .lHelp {
  top: 73px;
  max-height: calc(100vh - 94px);
}
.wyn-site .help-page .lHelp {
  top: 93px;
  max-height: calc(100vh - 109px);
}
}
.nav-scroll .lHelp:hover {
  -webkit-mask-position: left top;
}
.help-page .lHelp-outer {
  width: 240px;
  flex-grow: 1;
  flex-shrink: 0;
}
.help-page .rHelp {
  float: none;
  width: 100% !important;
  flex-grow: 1;
}
.help-page .lHelp ul, .help-page .lHelp li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.help-page .lHelp > ul {
  margin-top: -1px;
  position: relative;
}
.help-page .lHelp > ul::before, .help-page .lHelp > ul::after {
  content: '';
  background: var(--rule-line-color);
  display: block;
  width: 100%;
  height: 1px;
  position: sticky;
  top: 0;
}
.help-page .lHelp > ul::after {
  top: unset;
  bottom: 0;
}
.help-page .lHelp > ul > li > a {
  margin-top: 0;
  /* height: 2.5rem; */
  font-size: .875rem;
  border: 1px solid var(--rule-line-color);
  padding: .625rem;
  border-bottom: 0;
  font-weight: bold;
}
.modal-drawer.lHelp > ul {
  padding: 0 1rem;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
}
.modal-drawer.lHelp > ul > li:first-child > a {
  border-top: none
}
.lHelp > ul > li > a {
  display: flex;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  /* height: 3.5rem; */
  border-top: 1px solid var(--rule-line-color);
  padding: .75rem 0;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  margin: 0;
}
.help-page .lHelp ul li ul li a {
  background: transparent;
  padding: 0px;
  border-style: none;
  display: block;
  margin-top: 10px;
}
.help-page .lHelp ul li ul li:first-child a {
  margin-top: 0;
}
.help-page .lHelp ul li ul {
  margin-bottom: 0;
  padding: 1rem;
  /* border-top: 1px solid var(--rule-line-color); */
  border-right: 1px solid var(--rule-line-color);
  border-bottom: none;
  border-left: 1px solid var(--rule-line-color);
}
.modal-drawer ul li ul {
  border: none;
  padding: 0;
}
.help-page .lHelp > ul > li:last-child ul {
  border-bottom: 1px solid var(--rule-line-color);
}
.help-page .rHelp h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  padding: 1rem 0 0 0;
}
.help-page .rHelp > h2:first-child {
  margin-top: 0;
  padding: 0;
}
.help-page .rHelp h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.help-page #returns-content h2:first-child {
  margin-top: 0;
}
.help-page .rHelp a {
  text-decoration: underline;
}
/* -- link anchor -- */
.help-page .anchor_location {
  background-color: rgba(255, 255, 255, 0);
  outline: 5px solid rgba(255, 255, 255, 0);
  transition: all 2s;
}
/* -- highlight active section for a few seconds -- */
.help-page .rHelp .active {
  /* change background after testing */
  background-color: #ffffc4;
  outline: 5px solid #ffffc4;
}
.help-page .help-sticky-top {
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  border-radius: 10rem;
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all .3s ease-in-out;
  overflow: hidden;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
}
.help-page .help-sticky-top svg {
  width: 70%;
  height: auto;
}
.help-page .help-sticky-top[aria-hidden="true"] {
  opacity: 0;
  width: 0rem;
  height: 0rem;
  border-width: 0;
  display: none;
}
/* Start OUS Help styles */
.help-page .helpWrapper.ousHelp {
  padding: 20px 10px;
}
.help-page .ousHelp h1 {
  position: static;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
/*  End OUS Help styles  */