.by-malomo-link-2 {
  position: static;
  padding-left: 4px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.tracking-by-malomo-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.event-date {
  width: 120px;
  margin-right: 16px;
}

.current-status {
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.most-recent-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 77.7%, 0.5);
}

.by-malomo-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.estimated-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 980px;
  margin-right: 24px;
  margin-left: 24px;
  padding: 24px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.event-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tracking-block {
  min-width: 980px;
  margin-bottom: 12px;
  padding: 24px 90px;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(18, 23, 52, 0.07);
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 77.7%, 0.5);
}

.tracking-history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tracking-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  margin-bottom: -160px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/zbush_drone-images_1146-1.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.hide-history-btn-text {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hide-history-btn-text:hover {
  font-weight: 500;
}

.event-month {
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}

.event-time {
  color: rgba(51, 51, 51, 0.75);
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.carrier-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.estimated-delivery-month {
  display: block;
  margin: 0px 5px;
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 84px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.estimated-delivery-day-of-week {
  display: block;
  margin: 0px 5px;
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 84px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.tracking-number {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  text-align: left;
}

.carrier-logo-2 {
  max-height: 24px;
  max-width: 64px;
  margin-right: 8px;
}

.event-location {
  display: inline;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}

.status-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-event-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-bottom: -24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event-message {
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

.carrier-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.estimated-delivery-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.branded-status {
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.accordion-control-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.malomo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tracking-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.branded-status-arrival {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #193057;
  font-size: 24px;
  line-height: 125%;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.show-history-btn-text {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.show-history-btn-text:hover {
  font-weight: 500;
}

.estimated-delivery-day {
  display: block;
  margin: 0px 5px;
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 84px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.product-container {
  max-width: 980px;
  margin-bottom: 24px;
}

.product-block {
  display: block;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.one-column-margin-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.one-column-margin-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-19 {
  cursor: pointer;
}

.two-column-margin-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.two-column-margin-container {
  display: -ms-grid;
  display: grid;
  max-width: 980px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-15 {
  width: 140px;
}

.navigation-menu-left-centered {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.brand-logo-navigation-link {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.blue {
  display: block;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #193057;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.navigation-link.blue.red {
  padding-right: 12px;
  padding-left: 6px;
  color: #e53e51;
}

.navigation-link.blue.red:hover {
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-header {
  width: 248px;
  margin-bottom: 0.6em;
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-link {
  margin: 5px 10px;
  font-family: 'Benton sans', sans-serif;
  color: #999;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-link {
  width: 28px;
  max-height: 26px;
  max-width: 28px;
  margin-right: 18px;
  margin-left: 18px;
}

.footer-column-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-left: 45px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.social-link-container {
  margin-top: 24px;
}

.nav-bar {
  background-color: #fff;
}

.nav-bar.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-menu-right-centered {
  position: static;
  right: -36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.brand-logo-navigation-link-mobile {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.help-text-block {
  position: relative;
  display: block;
  max-width: 650px;
}

.help-text-trigger {
  color: #4e4f4f;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}

.help-text-trigger:hover {
  font-weight: 400;
}

.tool-tip-box {
  z-index: 8;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-icon {
  position: relative;
  top: -16px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: default;
}

.image-32 {
  opacity: 0.5;
  cursor: pointer;
}

.text-block-16 {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

.delivered-contact-link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.branded-status-no-date {
  display: none;
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.estimated-delivery-date-no-date {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.branded-status-no-data {
  display: none;
  font-family: 'Akzidenz grotesk', sans-serif;
  color: #193057;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.estimated-delivery-date-no-data {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.status-container-no-data {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-date-no-data {
  display: none;
  width: 120px;
  margin-right: 16px;
}

.accordion-event-container-no-data {
  display: none;
  overflow: auto;
  margin-bottom: -24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.most-recent-event-no-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.event-location-no-data {
  display: none;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}

.accordion-control-2-no-data {
  display: none;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.body {
  line-height: 125%;
}

.brand-logo-navigation-link-copy {
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.brand-logo-navigation-link-mobile-logo {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.one-column-margin-container-mobile {
  display: none;
  max-width: 980px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 991px) {
  .estimated-delivery {
    min-width: 80vw;
  }

  .tracking-block {
    min-width: 500px;
  }

  .tracking-section {
    min-height: 440px;
    min-width: auto;
    margin-bottom: -111px;
    padding-bottom: 48px;
    background-position: 50% 50%;
  }

  .carrier-data {
    left: 1px;
    top: -54px;
  }

  .estimated-delivery-month {
    font-size: 64px;
  }

  .estimated-delivery-day-of-week {
    font-size: 64px;
  }

  .status-container {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .accordion-event-container {
    overflow: auto;
  }

  .tracking-overview {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .estimated-delivery-day {
    font-size: 64px;
  }

  .product-block {
    padding-bottom: 0px;
  }

  .one-column-margin-image-block {
    min-height: auto;
    padding-top: 40px;
    padding-right: 0px;
    float: none;
    clear: none;
  }

  .one-column-margin-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .two-column-margin-image-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .two-column-image {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-15 {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-menu-left-centered {
    top: 231px;
    width: 100vw;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #ececec;
  }

  .brand-logo-navigation-link {
    display: none;
  }

  .navigation-link.blue {
    border-bottom: 1px solid #999;
    text-align: left;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.white {
    width: 64px;
    height: 64px;
    background-color: transparent;
    color: #fff;
  }

  .icon {
    color: #000;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column-social {
    margin-top: 30px;
    border-width: 1px 0px;
    border-top-style: solid;
    border-top-color: #d7d7d7;
    border-bottom-style: solid;
    border-bottom-color: #d7d7d7;
  }

  .nav-bar.dark {
    height: 64px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-menu-right-centered {
    right: auto;
    width: 100vw;
    padding: 0px 30px 40px;
    background-color: #ececec;
  }

  .brand-logo-navigation-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: -64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tool-tip-box {
    width: auto;
  }

  .status-container-no-data {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .accordion-event-container-no-data {
    overflow: auto;
  }

  .brand-logo-navigation-link-copy {
    display: none;
  }

  .brand-logo-navigation-link-mobile-logo {
    display: none;
  }

  .mobile-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .one-column-margin-container-mobile {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tracking-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tracking-history {
    top: -85px;
  }

  .tracking-section {
    min-height: 320px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .event-month {
    text-align: left;
  }

  .carrier-data {
    top: -62px;
  }

  .estimated-delivery-month {
    font-size: 48px;
  }

  .estimated-delivery-day-of-week {
    font-size: 48px;
  }

  .event-location {
    text-align: left;
  }

  .status-container {
    min-width: 140px;
  }

  .accordion-event-container {
    overflow: auto;
  }

  .event-message {
    display: block;
    text-align: left;
  }

  .estimated-delivery-date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 56px;
    line-height: 58px;
  }

  .branded-status {
    font-size: 22px;
  }

  .branded-status-arrival {
    font-size: 18px;
  }

  .estimated-delivery-day {
    font-size: 48px;
  }

  .product-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .one-column-margin-image-block {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 0% 50%;
    background-size: cover;
  }

  .two-column-margin-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-15 {
    width: 99px;
    max-width: 50%;
  }

  .hamburger-button.w--open {
    background-color: transparent;
  }

  .hamburger-button.white {
    width: 60px;
    height: 60px;
  }

  .nav-bar.dark {
    padding-top: 0px;
  }

  .brand-logo-navigation-link-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .branded-status-no-date {
    font-size: 22px;
  }

  .estimated-delivery-date-no-date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 56px;
    line-height: 58px;
  }

  .branded-status-no-data {
    font-size: 22px;
  }

  .estimated-delivery-date-no-data {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 56px;
    line-height: 58px;
  }

  .status-container-no-data {
    min-width: 140px;
  }

  .accordion-event-container-no-data {
    overflow: auto;
  }

  .event-location-no-data {
    text-align: left;
  }

  .mobile-nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .tracking-by-malomo-2 {
    font-weight: 500;
  }

  .event-date {
    width: auto;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .most-recent-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tracking-block {
    z-index: 2;
    min-width: 320px;
    margin-bottom: 24px;
    padding: 24px 48px 3px;
  }

  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tracking-history {
    top: -68px;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tracking-section {
    min-height: 380px;
    background-image: url('../images/hero.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hide-history-btn-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .event-month {
    margin-right: 6px;
    text-decoration: none;
    text-transform: none;
  }

  .carrier-data {
    margin-top: 10px;
    margin-left: 0px;
  }

  .estimated-delivery-month {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .estimated-delivery-day-of-week {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .tracking-number {
    color: #4a4a4a;
    text-align: center;
  }

  .event-location {
    display: block;
    font-size: 14px;
    line-height: 150%;
  }

  .status-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accordion-event-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .event-message {
    padding-top: 0px;
  }

  .carrier-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .branded-status {
    font-size: 24px;
  }

  .accordion-control-2 {
    margin-bottom: 24px;
  }

  .tracking-overview {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .branded-status-arrival {
    font-size: 18px;
  }

  .show-history-btn-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .estimated-delivery-day {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .product-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-column-margin-image-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .one-column-margin-container {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .two-column-margin-image-block {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .two-column-margin-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .two-column-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-15 {
    width: 99px;
    max-width: 50%;
  }

  .navigation-menu-left-centered {
    top: 222px;
    height: auto;
  }

  .hamburger-button.w--open {
    background-color: transparent;
  }

  .hamburger-button.white {
    width: 60px;
    height: 60px;
  }

  .nav-bar.dark {
    padding-top: 0px;
  }

  .navigation-menu-right-centered {
    top: 55px;
    height: auto;
  }

  .branded-status-no-date {
    font-size: 24px;
  }

  .branded-status-no-data {
    font-size: 24px;
  }

  .status-container-no-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-date-no-data {
    width: auto;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-event-container-no-data {
    overflow: auto;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .most-recent-event-no-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .event-location-no-data {
    font-size: 14px;
    line-height: 150%;
  }

  .accordion-control-2-no-data {
    margin-bottom: 24px;
  }

  .one-column-margin-container-mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@font-face {
  font-family: 'Akzidenz grotesk';
  src: url('../fonts/akzidenz-grotesk.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Benton sans';
  src: url('../fonts/benton-sans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}