@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.header {
  background-color: white;
  padding-top: 10px !important;
}
.header .no-right-gutter {
  float: right;
  margin-right: -15px !important;
  padding-right: 0 !important;
}
.header .glyphicon-user {
  font-size: 18px;
}
.header img {
  height: 20px;
}
.header .authentication-message {
  display: inline-block;
  position: relative;
  top: -5px;
  font-weight: 600;
}
.header .authentication-message .stop-auth {
  color: #FF0000;
  text-decoration: underline;
  padding-left: 5px;
  cursor: pointer;
}
.header .top-header-row {
  float: right;
  font: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: -5px 0 5px 0;
}
.header .top-header-row .top-header-row-link {
  color: #000000;
  margin-left: 30px;
}
.header .second-header-row {
  clear: both;
  line-height: 48px;
}
.header .your-account {
  cursor: default;
  float: right;
  padding: 7px 15px 0 15px;
  height: 51px;
  border: 1px solid #fff;
  border-bottom-color: #eee;
  width: 170px;
}
.header .your-account .user-icon {
  display: block;
  background-color: #005da6;
  width: 23px;
  height: 23px;
  color: white;
  font-weight: 600;
  line-height: 23px;
  border-radius: 50%;
  font-size: 9.75px;
  text-align: center;
  margin-top: 6px;
  position: absolute;
}
.header .your-account .account-label {
  margin-left: 28px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.header .your-account .account-label:after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  content: '+';
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  right: 15px;
}
.header .your-account .account-label a {
  color: #000000;
  text-decoration: none;
}
.header .your-account .username {
  position: absolute;
  display: block;
  top: 0;
  margin-left: 30px;
  margin-top: -8px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.header .your-account .username.no-my-account {
  font-size: 16px;
  margin-top: 0;
  font-weight: 700;
}
.header .your-account:not(:hover) {
  border-color: transparent;
  transition-delay: 0.19s;
  transition: border-color 0.01s;
}
.header .your-account:not(.hide-my-account):hover {
  border-color: #005DA6;
  transition-delay: 0.19s;
  transition: border-color 0.01s;
}
.header .login-register {
  border: 1px solid #fff;
  cursor: pointer;
  padding-right: 15px;
}
.header .login-register .glyphicon-user {
  margin-right: 7px;
}
.header .login-register .account-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.header .login-register .account-label a {
  color: #000000;
  text-decoration: none;
}
.header .login-register .divider {
  display: inline-block;
  margin: 0 10px;
}
.header .login-register .divider:after {
  content: '';
  border: 0.5px solid #949494;
}
.header .account-menu {
  position: absolute;
  background-color: white;
  margin-top: 3px;
  z-index: 1000;
  width: 210px;
  top: 48px;
  right: 0px;
  -webkit-box-shadow: 0 6px 10px grey;
  -moz-box-shadow: 0 6px 10px grey;
  box-shadow: 0px 6px 10px grey;
  padding: 5px 10px 15px 20px;
  display: block;
  /*
    max-height: 0;
    padding: 0;
    transition: max-height 0.1s ease-out;
    overflow: hidden;
    */
}
.header .account-menu a {
  text-decoration: none;
}
.header .account-menu .account-menu-item {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 35px;
  margin-left: 0;
  cursor: pointer;
  text-decoration: none;
}
.header .account-menu .account-menu-item .badge {
  background-color: #FF0000;
  margin-left: -30px;
  position: absolute;
  width: 22px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-top: 8px;
}
.header .account-menu .divider {
  border-top: 1px solid;
  margin: 10px 0;
}
.header .account-menu .account-logout-menu-item {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-bottom: 10px;
  margin-left: 25px;
  cursor: pointer;
  text-decoration: none;
  line-height: 35px;
}
.header .account-menu .account-logout-menu-item .fa-sign-out {
  font-size: 20px;
  margin-left: -28px;
  margin-top: 7px;
  position: relative;
  margin-right: 5px;
}
.header .browsing-history-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: -10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid white;
  color: #4A4A4A;
  border-color: transparent;
}
.header .browsing-history-link::after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  content: '+';
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 1em;
}
.header .browsing-history-link--hover {
  z-index: 999;
  border-color: #005DA6;
  transition: border-color 0.01s;
}
.header .chevron-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  position: relative;
}
.header .chevron-link::after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  content: '+';
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 1em;
}
.header .chevron-link.pad {
  cursor: pointer;
  margin-left: -10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid white;
}
.header .chevron-link.sub {
  color: #4A4A4A;
  font-weight: 600;
  font-size: 14px;
}
.header .chevron-link.floatRight {
  float: right;
}
.header .chevron-link a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
}
.header .chevron-link a:hover {
  opacity: 0.6;
}
.header .chevron-link.browsingHistory {
  border-bottom: 2px;
  cursor: default;
}
.header .chevron-link.browsingHistory a {
  font-size: 14px;
  font-weight: 600;
}
.header .chevron-link.browsingHistory a:hover {
  opacity: 1;
}
.header .chevron-link .dropdown-menu {
  display: block;
  overflow: hidden;
}
.header .chevron-link .dropdown-menu.lists {
  width: 198px;
}
.header .chevron-link .dropdown-list-divider {
  border: 1px solid #000000;
  height: 2px;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.header .chevron-link:hover.pad {
  z-index: 1010;
  border-color: #005DA6;
  transition-delay: 0.19s;
  transition: border-color 0.01s;
}
.header .chevron-link:not(:hover).pad {
  border-color: transparent;
  transition-delay: 0.19s;
  transition: border-color 0.01s;
}
.header .non-chevron-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  position: relative;
}
.header .non-chevron-link.pad {
  cursor: pointer;
  margin-left: -10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
}
.header .non-chevron-link.sub {
  color: #4A4A4A;
  font-weight: 600;
  font-size: 14px;
}
.header .non-chevron-link.floatRight {
  float: right;
}
.header .non-chevron-link a {
  color: #000000;
  text-decoration: none;
}
.header .disabled {
  pointer-events: none;
  color: #4A4A4A;
}
.header .cart {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #005DA6;
  text-decoration: none;
}
.header .cart .fa {
  margin-right: 5px;
  font-size: 20px;
  margin-left: 20px;
}
.header .cart .item-count {
  color: #005DA6;
  margin-left: 5px;
}
.header .facility-cart {
  display: inline-block;
  border: 1px solid white;
  cursor: pointer;
  border-bottom-color: #eee;
  max-width: calc(100% - 270px);
  min-width: 120px;
}
.header .facility-cart .facility {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  width: calc(100% + 26px);
}
.header .facility-cart .facility:after {
  float: right;
}
.header .facility-cart .facility input {
  border: none;
  outline: none !important;
  width: calc(100% - 42px);
  cursor: pointer;
  position: relative;
  top: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header .facility-cart .facility input.empty {
  top: 0;
}
.header .facility-cart .facility .fa-map-marker {
  margin-right: 5px;
  font-size: 22px;
  top: 5px;
  padding-right: 5px;
}
.header .facility-cart .facility .facility-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
}
.header .facility-cart .facility .facility-label.empty {
  display: none;
}
.header .facility-cart .facility .fa-map-marker {
  position: relative;
  top: 0px;
}
.header .facility-cart .facility .fa-times-circle {
  margin-left: 5px;
  color: #949494;
  display: none;
  z-index: 1001;
  position: relative;
}
.header .facility-cart .facility .facility-name {
  position: relative;
  top: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 26px);
  line-height: 20px;
  min-width: 70px;
}
.header .facility-cart .facility .facility-name.empty {
  top: 3px;
}
.header .facility-cart .facility .lazy-list {
  margin-left: -12px;
  margin-top: 5px;
  width: 397px;
}
.header .facility-cart .facility .lazy-list .lazy-list-option {
  padding: 5px 0 5px 25px;
  border-bottom: 1px solid #DCDCDC;
  color: #000000;
}
.header .facility-cart .facility .lazy-list .lazy-list-option .lazy-list-option-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.header .facility-cart .divider {
  display: inline-block;
}
.header .facility-cart .divider:after {
  content: '';
  width: 0;
  height: calc(100% - 6px);
  position: absolute;
  border: 0.75px solid lightgrey;
  top: 3px;
}
.header .facility-cart .cart {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-left: 15px;
  cursor: pointer;
  display: inline-block;
  color: #000000;
}
.header .facility-cart .cart .fa {
  margin-right: 5px;
  font-size: 18px;
}
.header .facility-cart .cart .item-count {
  color: #005DA6;
  margin-left: 5px;
}
.header .facility-cart.open {
  border-color: #005DA6;
}
.header .facility-cart.open .facility:after {
  content: '';
}
.header .facility-cart.open .facility .fa-times-circle {
  display: inline-block;
}
.header .facility-cart.open .facility .facility-label {
  display: inline-block;
}
.header .facility-cart.open .facility input {
  top: 7px;
}
.header .facility-cart.open .facility input::placeholder {
  visibility: hidden;
}
.header .facility-cart.open .facility input:-ms-input-placeholder {
  visibility: hidden;
}
.header .facility-cart.open .lazy-list {
  max-height: 410px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0px 8px 10px #DCDCDC, -10px 8px 15px #DCDCDC, 10px 8px 15px #DCDCDC;
}
.header .facility-cart.disabled {
  opacity: 0.3;
}
.header.menu-row {
  line-height: 48px;
  border-bottom: 2px solid #eee;
  height: 62px;
}
.header.menu-row .right-column {
  display: inline-block;
  float: right;
  margin-left: 10px;
  max-width: calc(100% - 480px);
}
.header-nav-menu {
  margin-left: -50px;
  margin-right: -50px;
  padding: 6px 0 15px 50px;
  margin-top: -20px;
  height: 52px !important;
  width: auto !important;
}
.header.header-top-row {
  border-bottom: 2px solid #eee;
}
.header.fly-out-row {
  position: absolute;
  z-index: 1000;
  width: 100%;
  display: none;
  height: 375px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
.header.fly-out-row .browsing-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 8px;
}
.header.fly-out-row .browsing-title span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 5px;
  display: inline-block;
  color: #999999;
  cursor: pointer;
}
.header.fly-out-row .browsing-title span:after {
  content: '\F105';
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 8px;
  text-decoration: none;
}
.header.fly-out-row .browsing-timeLine-row {
  overflow: hidden;
  height: 310px;
}
.header.fly-out-row .browsing-timeLine-wrapper {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.header.fly-out-row .browsing-timeLine-wrapper .browsing-timeLine {
  margin-top: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
.header.fly-out-row .browsing-timeLine-wrapper .browsing-timeLine .time-span {
  display: inline-block;
  display: flex;
  align-items: flex-end;
}
.header.fly-out-row .browsing-timeLine-wrapper .browsing-timeLine .time-span .day-label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 5px;
}
.header.fly-out-row .browsing-timeLine-wrapper .browsing-timeLine .time-span .line {
  flex-grow: 1;
  border: 1px solid #949494;
  margin-bottom: 10px;
  margin-left: 8px;
}
.header.fly-out-row .browsing-timeLine-wrapper .browsing-timeLine .time-span .end::after {
  background: #949494;
  border-radius: 50%;
  content: "\A";
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-bottom: 3px;
}
.header.fly-out-row.show {
  display: block;
}
.header.fly-out-row .list-item {
  width: 240px;
  margin-right: 31px;
  display: inline-block;
  height: 275px;
  vertical-align: top;
  position: relative;
}
.header.fly-out-row .list-item .fa-times {
  color: #4A4A4A;
  float: right;
  font-size: 14px;
  cursor: pointer;
}
.header.fly-out-row .list-item .fa-times:hover {
  opacity: 0.6;
}
.header.fly-out-row .list-item .pList-image {
  text-align: center;
  width: 200px;
  height: 125px;
  overflow: hidden;
  margin: auto;
  cursor: pointer;
}
.header.fly-out-row .list-item .pList-image img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.header.fly-out-row .list-item .pList-title {
  color: #005DA6;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 16px;
  margin-top: 10px;
  line-height: 18px;
  cursor: pointer;
}
.header.fly-out-row .list-item .pList-purchaseLink {
  color: #777777;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.header.fly-out-row .list-item:last-of-type {
  margin-right: 0;
}
.mobile-header {
  border-bottom: 2px solid #eee;
  background-color: white;
  padding-top: 15px !important;
  min-width: 320px;
}
.mobile-header .fa-bars {
  font-size: 22px;
  cursor: pointer;
}
.mobile-header .badge {
  background-color: #FF0000;
  margin-left: 10px;
  position: absolute;
  top: -6px;
  padding: 0;
  min-width: 22px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.mobile-header .mobile-logo {
  width: 200px;
  height: 16px;
}
.mobile-header .mobile-cart {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  float: right;
  display: inline-block;
  color: #005DA6;
  cursor: pointer;
  text-decoration: none;
}
.mobile-header .mobile-cart .fa {
  margin-right: 5px;
  font-size: 18px;
}
.mobile-header .mobile-cart .item-count {
  color: #005DA6;
  margin-left: 5px;
}
.mobile-header .full-row {
  border: 1px solid #eee;
  margin-bottom: 2px;
}
.mobile-header .facility-cart {
  padding: 15px 0;
  cursor: pointer;
}
.mobile-header .facility-cart .facility {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  height: 32px;
  /*
      &:hover {
        border: 1px solid @blue;

        .facility-label {
          display: inline-block;
        }

        .fa-map-marker {
          position: relative;
          top: 7px;
        }

        .facility-name {
          position: relative;
          top: 7px;
        }
      }*/
}
.mobile-header .facility-cart .facility input {
  border: none;
  outline: none !important;
  width: 100%;
}
.mobile-header .facility-cart .facility .fa-map-marker {
  margin-right: 5px;
  position: relative;
  top: 7px;
}
.mobile-header .facility-cart .facility .facility-name {
  position: relative;
  top: 7px;
}
.mobile-header .facility-cart .facility .facility-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-top: -9px;
  position: absolute;
}
.mobile-header .facility-cart .facility:after {
  float: right;
}
.mobile-header .facility-cart .facility .facility-list {
  position: absolute;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: calc(100vw);
  background-color: #FEFEFE;
  margin-top: 17px;
  -moz-box-shadow: 0 5px 5px gray;
  -webkit-box-shadow: 0 5px 5px gray;
  box-shadow: 0 5px 5px gray;
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
  z-index: 100;
}
.mobile-header .facility-cart .facility .facility-list div {
  border-bottom: 1px solid gray;
  padding: 15px 20px 15px 40px;
  cursor: pointer;
}
.mobile-header .facility-cart .facility .facility-list div:last-of-type {
  border-bottom: none;
}
.mobile-header .facility-cart .facility .facility-list div.selected {
  background-color: #E6E7EB;
}
.mobile-header .facility-cart .facility .facility-list div:hover {
  background-color: #E6E7EB;
}
.mobile-header .facility-cart .facility.open {
  border: 1px solid #005DA6;
}
.mobile-header .facility-cart .facility.open .facility-label {
  display: inline-block;
}
.mobile-header .facility-cart .facility.open .facility-list {
  max-height: calc(100vh - 300px);
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in;
}
.mobile-header .facility-cart .facility.open .fa-map-marker {
  position: relative;
  top: 7px;
}
.mobile-header .facility-cart .facility.open .facility-name {
  position: relative;
  top: 7px;
}
.menu {
  clear: both;
  margin: 15px 0;
  line-height: 48px;
  box-shadow: 0 3px 1px -2px lightgrey;
  -webkit-box-shadow: 0 3px 1px -2px lightgrey;
  -moz-box-shadow: 0 3px 1px -2px lightgrey;
  background-color: white;
  display: block;
}
.menu .menu-item {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-right: 50px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}
.menu .menu-item .badge {
  background-color: #FF0000;
  margin-left: 5px;
  position: absolute;
  top: 14px;
  padding: 0;
  width: 22px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.menu .menu-item.no-badge {
  padding-right: 28px;
}
.secure-header {
  background-color: #F1F1F1;
  height: 75px;
}
@media print {
  .secure-header .secure-header-content a[href]:after {
    content: none !important;
  }
}
.secure-header .secure-header-content .secure {
  float: right;
  color: #005DA6;
  line-height: 75px;
}
@media print {
  .secure-header .secure-header-content .secure {
    display: none;
  }
}
.secure-header .secure-header-content .secure span {
  font-size: 16px;
}
.secure-header .secure-header-content .secure .fa-expeditedssl {
  color: #005DA6;
  font-size: 22px;
  top: 10px;
  margin-top: 20px;
  margin-left: 5px;
}
.select-text-field {
  cursor: pointer;
  position: relative;
  height: 48px;
}
.select-text-field::after {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  content: '+';
  margin: 0px 0px 0px 8px;
  text-decoration: none;
  font-size: 16px;
}
.select-text-field:after {
  float: right;
  top: 0px;
  right: 10px;
  position: absolute;
  height: 48px;
  line-height: 48px;
}
.select-text-field .text-field {
  cursor: pointer !important;
}
.select-text-field input {
  border: none;
  outline: none !important;
  width: calc(100% - 10px);
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  padding: 0px !important;
  height: initial !important;
}
.select-text-field input.empty {
  top: 0;
}
.select-text-field .fa-times-circle {
  margin-left: 5px;
  color: #949494;
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  right: 10px;
  z-index: 1001;
}
.select-text-field.open:after {
  content: '';
}
.select-text-field.open .lazy-list {
  max-height: 315px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in;
  border-bottom: 1px solid #DCDCDC;
  -moz-box-shadow: 0px 3px 5px #949494;
  -webkit-box-shadow: 0px 4px 5px #949494;
  box-shadow: 0px 3px 5px #949494;
}
.select-text-field.open input::placeholder {
  visibility: hidden;
}
.select-text-field.open input:-ms-input-placeholder {
  visibility: hidden;
}
.select-text-field.open .fa-times-circle {
  display: inline-block;
}
.lazy-list {
  overflow-y: auto;
  position: absolute;
  border-left: 1px solid #DCDCDC;
  z-index: 1000;
  width: 100%;
  background-color: white;
  max-height: 0;
  margin-top: 1px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in;
}
.lazy-list .lazy-list-option {
  padding: 5px 0 5px 10px;
  color: #777777;
}
.lazy-list .lazy-list-option .lazy-list-option-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lazy-list .lazy-list-option:focus {
  outline: none;
  background-color: #F1F1F1;
}
.lazy-list .lazy-list-option:hover {
  background-color: #F1F1F1;
}
.transparent-overlay {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: all;
  z-index: 10;
  opacity: 0.1;
}
.facility-dialog {
  max-width: 500px !important;
}
.facility-dialog > div {
  max-width: 600px !important;
  height: 550px !important;
  overflow-y: auto;
}
.facility-dialog .select-text-field > .field > div {
  height: 52px;
}
.facility-dialog .lazy-list {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid #DCDCDC !important;
  margin-top: 25px;
  max-height: 330px !important;
}
.facility-dialog .lazy-list .lazy-list-option {
  border-bottom: 1px solid #DCDCDC;
}
.facility-dialog .lazy-list .lazy-list-option:last-of-type {
  border-bottom: none;
}
.mobile-logo-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (min-width: 820px) {
  .sticky-header .menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
  }
  .sticky-header .body-content {
    padding-top: 50px;
  }
}
@media (min-width: 550px) and (max-width: 819px) {
  .mobile-header .mobile-logo {
    width: 168px;
    height: 14px;
  }
}
@media (max-width: 549px) {
  .mobile-header .mobile-logo {
    width: 168px;
    height: 14px;
  }
  .mobile-header .mobile-cart {
    font-size: 12px;
  }
  .mobile-header .mobile-cart .fa {
    margin-right: 3px;
  }
  .facility-dialog .modal-header {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    padding-left: 0 !important;
    margin-left: -10px;
  }
  .facility-dialog .modal-body {
    margin: 0 -20px;
    padding: 0 0px !important;
  }
  .facility-dialog .modal-body h1 {
    display: none;
  }
  .facility-dialog .modal-body .text-field {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .facility-dialog .modal-body .lazy-list {
    max-height: calc(100vh - 150px);
    height: auto;
  }
  .mobile-advertisement img {
    display: none;
  }
}
@media (max-width: 1079px) {
  .header.menu-row .todayDeals {
    display: none;
  }
  .header .right-column {
    max-width: calc(100% - 400px) !important;
  }
}
@media (max-width: 970px) {
  .header.menu-row .buyItAgain {
    display: none;
  }
  .header .right-column {
    max-width: calc(100% - 295px) !important;
  }
}
@media (max-width: 864px) {
  .header.menu-row .browsingHistory {
    display: none;
  }
  .header .right-column {
    max-width: calc(100% - 145px) !important;
  }
}
@media (min-width: 1629px) {
  .header-nav-menu {
    width: 100vw!Important;
  }
}


