h1 {
color: #0a5096;
}
h2 {
color: #0a5096;
}
h3 {
margin-top: 2px;
color: #0a5096;
}
.page-title {
	margin-bottom: 10px;
}
.bcse-package-uniforms-products__price {
text-align: center;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
letter-spacing: -1px;
}
.front-offer .offer-block-text {
    background-color: #ffffff;
    color: #0a5096;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    height: 38px;
    max-width: 313px;
    margin: -20px auto 11px auto;
    overflow: hidden;
}
.cheerleading-top-menu__item>a {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    color: #0a5096;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background: white;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.cheerleading-top-menu__block>div h3 {
    font-size: 18px;
    color: #0a5096;
    line-height: 18px;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
}
a, .alink, a:visited, .alink:visited {
    color: #0a5096;
}
a:active {
    color: #CC0000;
}
a:hover {
    color: #006699;
}
.header-middle__center {
    color: #0a5096;
    font-size: 25px;
    line-height: 39px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: calc(50% - 195px);
    top: 8px;
    text-decoration: none;
}
.separator {
    width: 100%;
    height: 1px;
    background-color: #0a5096;
    margin-bottom: 5px;
    margin: 0 auto;
}
.subscribe-block__button {
    display: block;
    width: 201px;
    font-family: 'Tahoma, Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 21px;
    background-color: #0a5096;
    border: 0 none;
    margin: -1px auto 0 auto;
    text-align: center;
    cursor: pointer;
}
.checkout-coupon-block {
    margin-bottom: 30px;
    font-weight: normal;
}
.checkout-coupon-block__note {
    font-size: 16px;
    color: #0a5096;
}
.sidebar-menu-tree {
    padding: 10px 8px 0 5px;
    background: #ffffff;
    margin-bottom: 37px;
}
.sidebar-menu-tree__item label {
    padding: 0 0 0 36px;
    display: block;
    color: #0a5096;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
.sidebar-menu-tree__item ul>li.sidebar-menu-tree__active {
    background: #0a5096;
    color: white;
}
.sidebar-menu-tree__item input:checked~label {
    background: #0a5096;
    color: white;
}
.order-comment-form::after {
    display: none;
}

ul.mascot-codes__tabs label {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .page-bottom + .separator {
    display: none;
  }

  .nav-sections {
    margin-bottom: 15px;
  }

  .header.content .logo {
    padding-bottom: 0;
  }

  .header-mobile-icons {
    margin-bottom: 0;
  }

  .authentication-wrapper {
    margin-top: 0;
  }

  .page-header>div[data-element="main"]:first-child {
    /* transform: translateY(-9px); */
  }
}

@media (max-width: 1000px) {
  #store\.menu {
    display: none !important;
  }
}

.choices {
  box-sizing: border-box;
}

.choices *,
.choices *::before,
.choices *::after {
  box-sizing: inherit;
}

.toolbar-sorter {
  display: flex;
  align-items: center;
  gap: 20px;
}

.toolbar-sorter .choices {
  margin: 0;
  min-width: 150px;
  z-index: 100;
  text-align: left;
}

.form-address-edit .choices.is-disabled {
  display: none !important;
}

.localrep-contact .choices {
    flex: 1;
}

.choices__placeholder {
  opacity: 1;
}

.choices__inner {
  background: white;
}
