.rating {
  width: 100%;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px 0;
}

.top-header {
  border-bottom: 1px solid #E1E2E3;
  background-color: #361754;
}

/*These are for the mega menu style, if we need that back*/
/*
li:first-child .sub-nav .triangle {
  left: 2%;
}

li:nth-child(2) .sub-nav .triangle {
  left: 10%;
}

li:nth-child(3) .sub-nav .triangle {
  left: 20%;
}

li:nth-child(4) .sub-nav .triangle {
  left: 30%;
}

li:nth-child(5) .sub-nav .triangle {
  left: 37.5%;
}

li:nth-child(6) .sub-nav .triangle {
  left: 45%;
}

li:nth-child(7) .sub-nav .triangle {
  left: 54%;
}

li:nth-child(8) .sub-nav .triangle {
  left: 60%;
}

li:nth-child(9) .sub-nav .triangle {
  left: 72%;
}
*/

/* These 2 rules only are needed for the skinny spin3-style menu */
li .sub-nav .triangle {
  left: -20px;
}

li:nth-child(8) .sub-nav .triangle {
  left: 60%;
}

.sub-nav .triangle {
  position: absolute;
  top: -30px;
}

.sub-nav .triangle:before,
.contact-container-hover .triangle:before,
.difference-container .triangle::before {
  content: "";
  top: -13px;
  border-color: transparent transparent transparent #E1E2E3;
  border-width: 21px;
  display: block;
  position: absolute;
  left: 52px;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(-90deg);
  z-index: 10001;
}

.contact-container-hover .triangle {
  position: absolute;
  right: 284px;
  top: -30px;
}

.central-header.central-checkout-header .contact-container-hover .triangle {
  right: 120px;
}

.sub-nav .triangle:after,
.contact-container-hover .triangle::after,
.difference-container .triangle::after {
  content: "";
  top: -10px;
  border-color: transparent transparent transparent #4F3469;
  border-width: 20px;
  display: block;
  position: absolute;
  left: 53px;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(-90deg);
  z-index: 10002;
}

.contact-container-hover .triangle:before,
.contact-container-hover .triangle::after,
.nav-link:hover .sub-nav .triangle::before,
.nav-link:hover .sub-nav .triangle::after {
  pointer-events: none;
}

.contact-container>div>a.phone-number {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-right: 15px;
  padding: 1px 0;
  border-radius: 10px;
  color: #361754;
  font-size: 38px;
  font-weight: 800;
  height: 60px;
}

#header-contact-info-area {
  display: flex;
}

#header-contact-info-area #phone-call-us {
  margin-right: 15px;
}

.main-menu-link {
  font-weight: 400;
  display: block;
  z-index: 10010;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.sub-nav .triangle:after {
  border-color: transparent transparent transparent #ffffff;
}

.nav-link:hover .main-menu-link {
  font-weight: 600;
}

.main-menu-link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.nav-link.service .sub-nav {
  width: 1150px;
  left: auto;
}

.nav-link.service .sub-nav h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row;
}

.nav-link.service .sub-nav h4 img {
  margin-right: 15px;
}

.nav-link.service .sub-nav .header-banner-image {
  width: 100%;
  margin-bottom: 10px;
}

.nav-link.service .sub-nav .col-1 {
  width: 20%;
}

.nav-link.service .sub-nav .col-2 {
  width: 35%;
}

.nav-link.service .sub-nav .col-3 {
  width: 35%;
}

.nav-link.service .vertical-line {
  width: 1px;
  background-color: #E1E2E3;
  height: 420px;
  margin-top: 20px;
}

.nav-link.service .sub-nav .btn-orange {
  padding: 7px 36px;
  width: 330px;
  text-align: center;
  height: 18px;
  line-height: 18px;
}

.spinlife-knows {
  border: 1px solid #703895;
  border-radius: 10px;
  padding: 20px;
  margin-top: 50px;
  position: relative;
}

.spinlife-knows img {
  background-color: #fff;
  position: absolute;
  top: -13px;
  width: 90px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 18px;
}

.spinlife-knows p:after,
.spinlife-knows p:before {
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.spinlife-knows p:after {
  content: "";
  background-image: url('./../../images/header-assets/quote-left.svg');
  top: 33px;
  left: 11px;
}

.spinlife-knows p {
  padding: 15px;
}

.spinlife-knows p:before {
  content: "";
  background-image: url('./../../images/header-assets/quote-right.svg');
  bottom: 15px;
  right: 10px;
}

.header-container .nav-link:hover .sub-nav,
.header-container .main-menu-link:focus~.sub-nav {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 10005;
}

/* This is for the mega menu style */
/*
.sub-nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -50px;
  right: 0;
  display: flex;
  top: 40px;
  background: #fff;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid #e1e2e3;
  border-radius: 10px;
  padding: 20px 50px 25px 50px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 1);
  -moz-box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 1);
  box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 1);
  transition: all .3s;
}
*/

/* This section is for the skinny spin-3 style style */
.sub-nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  top: 40px;
  background: #fff;
  width: 250px;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid #e1e2e3;
  border-radius: 10px;
  padding: 30px 35px 20px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 1);
  -moz-box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 1);
  box-shadow: 0 6px 10px 0 rgba(148, 148, 148, 1);
  transition: all .3s;
}

.sub-nav.mega {
  left: -50px;
  right: 0;
  background: #fff;
  width: 100%;
}

.sub-nav:not(.mega) {
  margin-left: -35px;
}

.sub-nav:not(.mega) .col-1 {
  width: 100%;
}

li:first-child .sub-nav .triangle {
  left: 7px;
}

li:nth-child(2) .sub-nav .triangle {
  left: -7px;
}

li:nth-child(3) .sub-nav .triangle {
  left: 0;
}

li:nth-child(4) .sub-nav .triangle {
  left: 20px;
}

li:nth-child(6) .sub-nav .triangle {
  left: 10px;
}

li:nth-child(7) .sub-nav .triangle {
  left: 10px;
}

/*End skinny spin-3 style menu rules*/

.nav-link:hover .sub-nav:before {
  content: "";
  height: 30px;
  position: absolute;
  top: -25px;
  width: 100%;
}

.sub-nav .col-3 a {
  margin-top: 10px;
}

.sub-nav .close-icon {
  background-image: url('./../../images/header-assets/close-red.svg');
  position: absolute;
  z-index: 6;
  right: 21px;
  top: 23px;
  width: 14px;
  height: 14px;
  background-size: contain;
}

.sub-nav .col-1,
.sub-nav .col-2,
.sub-nav .col-3,
.sub-nav .col-4 {
  width: 20%;
}

.sub-nav .col-4 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.product-detail {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.sub-nav p {
  line-height: 24px;
  margin: 0;
}

.product img {
  width: 70px;
  background-color: #F6F5F0;
  border: 1px solid #e1e2e3;
  border-radius: 9px;
  margin-right: 15px;
  display: block;
}

.product {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sub-nav .btn-orange {
  color: #fff;
  text-decoration: none;
  padding: 13px 36px;
  display: table;
  margin-top: 15px;
}

.sub-nav .btn-orange:hover {
  color: #fff;
  text-decoration: none;
}

.sub-nav .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0;
  color: #4A4A4A;
}

.sub-nav .title:hover {
  color: #d46027;
  text-decoration: underline;
}

.col-4 .rating {
  margin: 7px 0;
}

.col-4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product .description {
  color: #101010;
  font-weight: 500;
  line-height: 18px;
}

.sub-nav a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  transition: .5s all;
}

.sub-nav a.diffColor {
  color: #361754;
}

.sub-nav a:hover {
  color: #D46027;
  text-decoration: underline;
}

.logo {
  margin-bottom: 7px;
}

.spinkids-menu-item .logo {
  height: 21px;
}

.top-header-container {
  height: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 10px;
  font-size: 16px;
}

.header-top-link {
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}

.header-more-links a {
  text-decoration: none;
}

.semi-bold {
  font-weight: 600;
}

.difference-container {
  position: absolute;
  top: 43px;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  padding-bottom: 40px;
  border-radius: 7px;
  border: 1px solid #E1E2E3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  visibility: hidden;
  opacity: 0;
  transition: .35s ease;
}

.difference-container .vertical-line {
  height: 450px;
  width: 1px;
  background-color: #E1E2E3;
  margin-top: 45px;
}

.difference-container .triangle::before {
  display: none;
}

.difference-container .triangle::before,
.difference-container .triangle::after {
  left: 92%;
  top: -40px;
  pointer-events: none;
}

.difference-container-column h2 {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
}

.contact-container-column p span {
  margin-right: 20px;
}

.difference-container-column-img {
  width: 100%;
  border-radius: 15px;
}

.difference-container-column h2 img {
  margin-right: 10px;
}

.difference-container-column .btn-orange {
  font-weight: 500;
  display: block;
  height: 32px;
  line-height: 32px;
}

@media screen and (min-width:993px) and (max-width:1400px) {
  .difference-container-column .btn-orange span.less-important {
    display: none;
  }
}

.difference-container .header-title {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  text-transform: uppercase;
  background-image: url('./../../images/header-assets/view_hours_bg.png');
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.difference-container .header-title .logo-white {
  margin: 0 30px 5px 10px;
  width: 135px;
}

.difference-container .difference-container-column {
  width: 17%;
  margin-top: 25px;
}

.difference-container .full-stars {
  position: relative;
  bottom: 8px;
}

.contact-container-hover:before {
  content: "";
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}

.contact-container-hover {
  position: absolute;
  top: 72px;
  right: 0;
  width: 992px;
  background-color: #fff;
  z-index: 999999;
  padding-bottom: 40px;
  border-radius: 5px;
  border: 1px solid #E1E2E3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  visibility: hidden;
  opacity: 0;
  transition: .1s all;
}

.contact-container-hover .header-title {
  width: 100%;
  height: 58px;
  background-image: url('./../../images/header-assets/view_hours_bg.png');
  background-size: cover;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .6px;
}

.contact-container-column.wide {
  width: 100%;
  text-align: center;
  padding: 30px 0 30px 0;
}

.closing-menu {
  visibility: hidden !important;
  opacity: 0 !important;
}

.schedule-container .contact-container-hover.active {
  top: 79px;
  visibility: visible;
  opacity: 1;
}

.sub-nav.active {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 10005;
}

.difference-container.active {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition-delay: 0.2s;
}

.difference-container:before {
  content: "";
  height: 25px;
  position: absolute;
  top: -20px;
  width: 100%;
}

.contact-us-cta+.contact-container-hover.active,
.contact-container-hover.active {
  visibility: visible;
  opacity: 1;
  top: 79px;
}

.contact-container-column .phone-icon {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #101010;
  display: block;
}

.contact-container-column.wide .phone-icon {
  font-size: 45px;
  color: #4A4A4A;
  height: unset;
}

.contact-container-column p {
  margin: 5px 0;
}

.contact-container-hover .vertical-line {
  height: 180px;
  width: 1px;
  background-color: #E1E2E3;
}

.contact-container-column .date {
  padding-left: 30px;
  font-weight: 400;
}

.contact-container-column a {
  display: block;
  font-weight: 600;
  color: #532279;
}

.date-icon,
.setting-wheel-icon,
.service-icon,
.chat-icon,
.request-call-icon,
.email-icon {
  position: relative;
  top: 6px;
  right: 12px;
}

.contact-container-column .email {
  margin-top: 10px;
}

.phone-icon span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 8px;
}

.contact-container-hover .close-icon {
  background-image: url('./../../images/header-assets/close-red.svg');
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 12px;
}

.close-icon:hover {
  cursor: pointer;
}

nav li:hover {
  cursor: pointer;
}

.contact-container-column.wide .date span {
  padding-left: 30px;
  margin-right: 30px;
}

.contact-container-hover .horizontal-line {
  width: 90%;
  height: 1px;
  background-color: #e1e2e3;
  margin: 0 auto 30px auto;
}

.contact-container-column.wide .date {
  width: auto;
  display: table;
  margin-left: 40%;
  background-position: 0px 6px;
  background-size: 26px;
  padding-left: 40px;
}

.contact-container-column .date {
  background-image: url('./../../images/header-assets/clock-black.svg');
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 0;
}

.contact-container-column .date.semi-bold {
  font-weight: 600;
}

.contact-container-column.wide h2 {
  font-size: 24px;
}

.contact-container-column {
  text-align: center;
}

.contact-container-hover.wide .date span {
  padding-left: 30px;
}

.contact-container-hover h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #101010;
  text-transform: uppercase;
}

.contact-container-hover .subheading {
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 8px;
}

.header-container {
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

#search_form {
  width: 690px;
  height: 36px;
  background-color: rgb(142 142 147 / 12%);
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 15px;
}

#search_form input:not([type="submit"]) {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 36px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400;
  padding: 0 15px;
  -webkit-appearance: none;
}

#search_form,
#mobile_search_form {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 8px;
  right: 12px;
  background-image: url('./../../images/header-assets/search-icon.svg');
  background-repeat: no-repeat;
  border: none;
  width: 18px;
  height: 18px;
  background-color: #f6f5f0 !important;
}

#mobile_search_form .search-icon {
  right: unset;
  left: 12px;
}

.phone-number {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.icon-phone {
  margin-right: 15px;
}

#header-contact-info-area .icon-phone {
  margin-right: 10px;
}

.link {
  color: #532279;
  font-weight: 600;
}

.column-group .schedule-container {
  margin: 0 -5px 0 8px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-width: 102px;
  font-weight: 600;
  text-align: center;
}

.column-group .schedule-container.no-phone {
  justify-content: center;
  min-width: 85px;
}

.large-line-separator {
  height: 21px;
  width: 1px;
  background-color: #E1E2E3;
  margin: 5px 28px 0 30px;
}

.user-profile {
  margin-right: 28px;
}

.user-profile picture,
.user-profile img {
  width: 24px;
  margin: 0 auto;
}

.shopping-cart img {
  height: 24px;
  margin-top: 4px;
  margin-bottom: 2px;
}

.user-profile,
.shopping-cart {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  font-weight: 400;
}

a.shopping-cart {
  margin-right: 8px;
  margin-top: 4px;
  min-width: 28px;
  min-height: 28px;
}

.user-profile span {
  max-width: 92px;
  display: block;
  white-space: nowrap;
}

.header-container .cart-items-count {
  position: absolute;
  background-color: #D46027;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 21px;
  right: -8px;
  top: -6px;
}

.central-header {
  border-bottom: 1px solid #E1E2E3;
  height: 62px;
  box-sizing: border-box;
}

.central-header .contact-container {
  display: flex;
  max-height: 66px;
}

nav ul {
  display: flex;
  padding: 0;
}

nav li {
  list-style-type: none;
  margin-right: 45px;
  transition: .3s all;
}

nav {
  height: 40px;
  border-bottom: 1px solid #E1E2E3;
  background-color: #fff;
}

.sub-nav .col-4 .description {
  width: 100%;
}

.contact-us-cta.difference-cta {
  z-index: unset;
  color: #532279;
}

.contact-us-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  z-index: 5;
  text-decoration: underline;
}

.schedule-container .contact-us-cta {
  margin-top: 5px;
}

.contact-us-cta img {
  width: 29px;
  position: relative;
  top: -3px;
  margin-right: 15px;
}

.spinkids-menu-item {
  margin-top: 10px;
  width: 89px;
  overflow: hidden;
}

.spinkids-menu-item.desktop-only {
  margin-left: -999px;
}

#secondary-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #DEDEDE;
  padding: 10px 0;
}

#secondary-banner .secondary-banner-header-matcher {
  max-width: 1440px;
  width: 100%;
}

#secondary-banner .banner-block-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
}

#secondary-banner .banner-block-container a {
  text-decoration: none;
  flex: 1 1 0px;
}

#secondary-banner .banner-block-divider img {
  height: 30px;
}

#secondary-banner p {
  margin: 0;
  color: #101010;
  text-align: center;
  font-size: 15.7px;
  /* Cheating to get that huge sentence in. 16 is better. */
  letter-spacing: 0.474px;
}

#secondary-banner p.banner-block-header {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#secondary-banner .tiny-only {
  display: none;
}

@media screen and (min-width:993px) and (max-width:1400px) {
  .contact-us-cta img {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.book-icon {
  background-image: url('./../../images/header-assets/sign-up-icon.svg');
  width: 26px;
  height: 25px;
  margin-right: 10px;
}

.mobile-email-contact,
.mobile-menu-icon,
.arrow-orange-mobile,
.mobile-menu-content,
.mobile-bottom-header,
#mobile_search_form,
.mobile-logo,
.close-on-mobile,
.mobile-block-only,
.mobile-only {
  display: none;
}

@media screen and (max-width: 992px) {

  .desktop-only,
  .filters .filter-label.desktop-only,
  .book-icon,
  .small-line-separator,
  #search_form,
  .phone-number,
  .small-line-separator,
  .contact-us-cta,
  .large-line-separator,
  .sub-nav,
  .icon-phone,
  .column-group,
  .header-container .logo {
    display: none;
  }

  /*Don't load image on mobile since it doesn't need it*/
  .difference-container .header-title,
  .contact-container-hover .header-title {
    background-image: none;
  }

  #secondary-banner p:not(.banner-block-header) {
    display: none;
  }

  #secondary-banner .secondary-banner-header-matcher {
    padding: 0 10px;
    box-sizing: border-box;
  }

  #secondary-banner .banner-block-container {
    gap: 10px;
  }

  #secondary-banner .banner-block {
    min-width: unset;
  }

  #secondary-banner p.banner-block-header {
    font-size: 10px;
    text-transform: unset;
    letter-spacing: 0.2px;
  }

  .contact-container-hover {
    width: 95%;
    flex-flow: row wrap;
    justify-content: center;
    right: 0px;
    top: 109px;
    padding: 20px;
  }

  .contact-container-hover .header-title {
    height: auto;
    line-height: 32px;
    font-size: 18px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .central-header .contact-container {
    display: none;
  }

  .mobile-logo {
    display: block;
    position: relative;
    bottom: 3px;
  }

  .close-on-mobile {
    display: block;
    background-image: url('./../../images/header-assets/close-white-2.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 20px;
  }

  .contact-container-hover.active {
    visibility: visible;
    opacity: 1;
  }

  .mobile-only {
    display: flex;
  }

  .mobile-block-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only.difference-link {
    flex-flow: row;
    align-items: center;
    margin-top: 3px;
    padding-left: 10px;
    width: calc(100% - 10px);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #101010;
    border-bottom: 1.5px solid #E1E2E3;
    padding-bottom: 5px;
  }

  .mobile-bottom-header {
    border-bottom: 1px solid #E1E2E3;
    display: flex;
    position: relative;
    height: 55px;
    box-sizing: border-box;
  }

  #open-search {
    position: absolute;
    left: 6px;
    top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 10px;
    background-color: #f6f5f0 !important;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
  }

  #open-search .search-icon {
    top: 9px;
    right: 9px;
  }

  .search-submit {
    position: absolute;
    right: 0;
    border: none;
  }

  .mobile-bottom-header .mobile-menu-contact {
    margin: auto auto 3px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-color: #fff;
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
    min-height: 600px;
  }

  .nav-expand:hover {
    cursor: pointer;
  }

  .nav-expand .back-to-menu .arrow-left {
    transform: rotate(180deg);
  }

  .nav-expand-content .list-item {
    border-top: 1px solid #E1E2E3;
    margin-top: 18px;
    display: flex;
  }

  .mobile-only.difference-link .list-item .top {
    top: -18px;
  }

  .nav-expand-content .back-to-menu {
    border-top: 1px solid #E1E2E3;
    margin-top: 18px;
    padding-top: 15px;
    display: flex;
    align-items: center;
  }

  .nav-link:hover .main-menu-link {
    font-size: 12px;
  }

  .nav-expand.active>.nav-expand-content {
    transform: translateX(0);
    visibility: visible;
  }

  .nav-expand-content .mobile-menu-contact .link {
    text-transform: initial;
  }

  .mobile-only.difference-link .list-item img {
    top: 7px;
  }

  .nav-expand-content .list-item .description,
  .nav-expand-content .list-item a {
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
  }

  .nav-expand-content .list-item h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .mobile-only.difference-link img {
    position: relative;
    margin-right: 10px;
  }

  .contact-container-column.wide .date {
    margin-left: 0;
  }

  .mobile-only.difference-link img.arrow-orange-mobile {
    margin-right: 8px;
  }

  .mobile-only.difference-link .row-cell {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .mobile-only.difference-link .row-cell a {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .mobile-only.difference-link .row-cell img {
    top: -3px;
  }

  .contact-us-cta+.contact-container-hover.active,
  .contact-container-hover.active {
    top: 109px;
  }

  .contact-container-hover .vertical-line,
  .contact-container-hover .triangle,
  .difference-cta.contact-us-cta {
    display: none;
  }

  .contact-container-column {
    width: 50%;
    margin-bottom: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .header-top-link {
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 20px;
    font-size: 14px;

  }

  .header-container {
    justify-content: space-between;
    flex-flow: row;
    padding: 0 10px;
    height: 52px;
    align-items: flex-end;
  }

  .mobile-menu-header .logo {
    display: block;
  }

  .mobile-menu-contact {
    font-size: 22px;
    font-weight: 600;
    color: #4A4A4A;
  }

  .mobile-menu-contact a:not(#tapToCallPhoneMain, #tapToCallPhoneSecondaryMobile, #tapToCallPhoneSLDiffMobile, #viewHoursButton) {
    font-size: 14px;
    display: block;
  }

  .close-menu {
    width: 20px;
  }

  .header-mobile-container {
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    height: max-content;
  }

  .top-header-container {
    justify-content: center;
    height: auto;
  }

  .mobile-menu-icon .hamburger-icon {
    background-image: url('./../../images/header-assets/hamburger-menu.svg');
    width: 22px;
    height: 19px;
    display: block;
    margin-bottom: 5px;
  }

  .user-profile img,
  .shopping-cart img {
    margin-bottom: 10px;
  }

  .mobile-email-contact .envelope-icon {
    background-image: url('./../../images/header-assets/envelope.svg');
    width: 26px;
    height: 20px;
    display: block;
    margin-bottom: 6px;
  }

  .mobile-email-contact,
  .mobile-menu-icon {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
  }

  .user-profile,
  .shopping-cart {
    font-size: 11px;
    margin-right: 0;
  }

  nav {
    position: absolute;
    width: 76%;
    top: 0;
    bottom: 0;
    height: min-content;
    background-color: #fff;
    padding: 35px 20px 35px 20px;
    z-index: 999999;
    left: -100%;
    border-right: 1.5px solid #E1E2E3;
    min-height: 492px;
    max-width: 350px;
  }

  nav.nav-has-expanded {
    min-height: 632px;
  }

  nav ul {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
  }

  #mobile_search_form input:not([type="submit"]) {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 36px;
    background-color: rgb(241 241 242);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    padding: 0 15px 0 45px;
    -webkit-appearance: none;
  }

  #mobile_search_form {
    width: calc(100% - 12px);
    margin: 6px;
    height: 36px;
    background-color: #f6f5f0;
    border-radius: 10px;
    display: block;
  }

  /* REMOVE THIS FOR NOW to match current Spin3 mobile menu design. 
    Uncomment this and make the sub-nav display if we want to go that route later.
  .arrow-orange-mobile {
    display: block;
    width: 9px;
    height: 14px;
  }  */

  .mobile-menu-content {
    width: 100%;
    display: block;
  }

  .mobile-menu-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }

  nav li {
    margin-right: 0;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-flow: row;
    text-transform: uppercase;
    justify-content: space-between;
    padding: 12px 8px;
    border-top: 1.5px solid #E1E2E3;
  }

  nav li:last-child {
    border-bottom: 1.5px solid #E1E2E3;
  }

  .logo {
    width: 133px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .top-header-container {
    max-width: 100%;
    height: 50px;
  }
}

@media screen and (min-width: 992px) {
  .main-menu-link {
    font-weight: 400;
    display: block;
    padding: 11px 0;
  }
}

@media screen and (max-width: 365px) {
  .contact-container-hover.active {
    top: 144px;
  }
}

@media screen and (max-width: 500px) {
  .contact-container-column {
    width: 100%;
  }

  .contact-container-column.wide {
    padding: 30px 0 0 0;
  }

  .mobile-only.difference-link .list-item .top {
    top: -22px;
  }

  .contact-container-hover {
    width: 100%;
    top: 127px;
    padding: 0;
  }

  .contact-us-cta+.contact-container-hover.active,
  .contact-container-hover.active {
    top: 127px;
  }

  .contact-container-column.wide .phone-icon {
    font-size: 32px;
  }

  .contact-container-column.wide h2 {
    font-size: 20px;
  }

  .mobile-bottom-header .mobile-menu-contact {
    padding: 0 10px 0 45px;
  }
}

@media screen and (max-width: 442px) {
  #secondary-banner .tiny-only {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .mobile-bottom-header .mobile-menu-contact {
    padding: 0 10px 0 50px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
  .header-container {
    max-width: 993px;
    margin: 0 auto;
  }

  .sub-nav .close-icon {
    right: 30px;
    top: 30px;
  }

  .difference-container .header-title .logo-white {
    position: relative;
    width: 109px;
  }

  .difference-container-column h2 {
    font-size: 14px;
  }

  .difference-container .header-title {
    font-size: 16px;
  }

  li:first-child .sub-nav .triangle {
    left: -2%;
  }

  .nav-link.service .sub-nav {
    width: 933px;
  }

  .nav-link.service .sub-nav .btn-orange {
    padding: 7px 15px;
    width: 300px;
  }

  .large-line-separator {
    margin: 5px 13px 0 15px;
  }

  .column-group .schedule-container {
    font-size: 12px;
    width: auto;
  }

  .contact-us-cta {
    font-size: 12px;
    width: auto;
  }

  nav li {
    margin-right: 14px;
    font-size: 12px;
  }

  .contact-us-cta img {
    width: 27px;
    top: -5px;
  }

  .sub-nav.mega {
    left: -17px;
    padding: 10px 30px 20px 30px;
    width: 965px;
  }

  .contact-container-hover {
    right: 0;
    width: 993px;
  }

  .sub-nav .col-1,
  .sub-nav .col-2,
  .sub-nav .col-3,
  .sub-nav .col-4 {
    width: 23%;
  }

  .contact-container-hover h2 {
    font-size: 16px;
  }

  li:nth-child(2) .sub-nav.mega .triangle {
    left: 7%;
  }

  li:nth-child(3) .sub-nav.mega .triangle {
    left: 17%;
  }

  li:nth-child(4) .sub-nav.mega .triangle {
    left: 29%;
  }

  li:nth-child(5) .sub-nav.mega .triangle {
    left: 35.5%;
  }

  li:nth-child(6) .sub-nav.mega .triangle {
    left: 43%;
  }

  li:nth-child(7) .sub-nav.mega .triangle {
    left: 52%;
  }

  li:nth-child(8) .sub-nav.mega .triangle {
    left: 63%;
  }

  li:nth-child(9) .sub-nav.mega .triangle {
    left: 71%;
  }

  nav li:last-child {
    margin-right: 5px;
  }

  #search_form {
    width: 465px;
    margin-left: 30px;
    margin-right: 15px;
  }

  .contact-container>div>a.phone-number {
    font-size: 32px;
  }

  .logo {
    width: 140px;
    height: auto;
    margin-top: 5px;
  }

  .spinkids-menu-item .logo {
    width: 89px;
    height: 21px;
  }

  .user-profile,
  .shopping-cart {
    font-size: 13px;
  }

  .shopping-cart {
    margin-top: 2px;
  }

  .shopping-cart img {
    margin-top: 2px;
  }

  .icon-phone {
    margin-right: 10px;
  }

  .header-top-link {
    font-size: 12px;
  }

  .top-header .header-top-link,
  .top-header .header-more-links {
    font-size: 14px;
  }

  span.header-top-link.header-top-link-title {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .top-header .header-more-links {
    min-width: fit-content;
  }
}

.nav-link a.main-menu-link,
.nav-link a.main-menu-link:-webkit-any-link {
  text-decoration: none;
  color: unset;
}

.nav-link a.main-menu-link img.account-image {
  margin: -10px 10px -10px 5px;
}

.mobile-menu-content+.list .list-item img {
  min-width: 33px;
}

.alternative-message {
  color: #D46027;
}

@media (hover:none) {
  nav .header-container>ul .nav-link:nth-of-type(9) .sub-nav {
    display: none !important;
  }
}

a#tapToCallPhoneMain,
.mobile-menu-contact a#tapToCallPhoneSecondaryMobile,
.mobile-menu-contact a#tapToCallPhoneSLDiffMobile {
  text-decoration: none;
}

a#viewHoursButton {
  font-size: 14px;
}

.phone-call-icon {
  background-image: url('./../../images/header-assets/phone-call-icon.svg');
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.tiny-text {
  font-size: 12px;
  text-align: center;
  margin-top: -4px;
  color: #4A4A4A;
  margin-right: -12px;
}

span.link-like {
  color: #532279;
  font-weight: 600;
  text-decoration: underline;
}

.phone-right-container {
  display: inline-flex;
  flex-direction: column;
  color: #4A4A4A;
}

.phone-right-container .number {
  color: #532279;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
}

.mobile-bottom-header-hours-area {
  display: none;
  position: relative;
  border-bottom: 2px solid #E1E2E3;
}

.mobile-bottom-header-hours-area.active {
  display: flex;
}

.mobile-bottom-header-hours-area .contact-container-column .phone-icon {
  color: #532279;
}

.mobile-bottom-header-hours-area .phone-call-icon {
  width: 22px;
  height: 22px;
}

.mobile-bottom-header-hours-area .contact-container-column {
  margin-bottom: 30px;
}

.mobile-bottom-header-hours-area a.dont-look-like-link {
  color: #101010;
  text-decoration: none;
}

.close-hours-area-on-mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}

.hours-area-header {
  margin-top: -10px;
  margin-top: 5px;
}

.hours-area-header.slide-up {
  margin-top: -15px;
}

.mobile-bottom-header-search-area {
  display: none;
  border-bottom: 1px solid #E1E2E3;
}

.mobile-bottom-header-search-area.active {
  display: block;
}

a.hybrid-header {
  position: absolute;
  left: 5px;
  text-decoration: none;
  padding: 10px 10px 10px 0;
}

a.hybrid-header span {
  text-decoration: underline;
}

.hybrid-header img.arrow {
  transform: rotate(180deg);
  margin: 0 5px 0 5px;
}

.hybrid-header .goodbye-middle {
  display: none !important;
}

.main-menu-link.hybrid-link img.arrow {
  transform: rotate(90deg);
  margin: 0 5px 0 -5px;
}

.main-menu-link.hybrid-link {
  display: flex;
  align-items: center;
  height: 30px;
  overflow: hidden;
}

.main-menu-link.hybrid-link img.words-logo {
  margin-left: 0px;
}

li.nav-link.mobile-only:has(.hybrid-link) {
  padding: 3px 8px;
}

.nav-link img.words-logo {
  margin: -20px 0 -20px 4px;
}

@media screen and (max-width: 992px) {
  .hybrid-header.only-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 435px) {
  .hours-area-header.slide-up {
    margin-top: -35px;
  }
}

@media screen and (min-width: 993px) {

  /* No Click phone # on desktop */
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 359px) {
  .phone-right-container .number {
    font-size: 26px;
  }
}

/* accessibe css changes */
body.acsb-keynav [data-acsb-menu=li][data-acsb-menu-focused=true][data-acsb-show-dd=true] .mega[data-acsb-dropdown] {
  display: flex !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  left: auto !important;
  top: 55px !important;
}

body.acsb-keynav [data-acsb-menu=li][data-acsb-menu-focused=true][data-acsb-show-dd=true] .sub-nav:not(.mega)[data-acsb-dropdown] {
  overflow-x: visible !important;
  overflow-y: visible !important;
  right: inherit !important;
  left: inherit !important;
  display: flex !important;
  bottom: inherit !important;
  top: 55 px !important;
  margin-left: -35px !important;
}

.breadcrumbs ul[data-acsb-menu="ul"],
.breadcrumbs ul[role="presentation"] {
  display: flex;
  padding-inline-start: 0;
}