.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: 'Open Sans', sans-serif;
  color: #2c343a;
  font-size: 24px;
  font-weight: 600;
  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;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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: 24px;
  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/Banner-darker.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hide-history-btn-text {
  font-family: 'Open Sans', 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 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}

.event-time {
  font-family: 'Open Sans', sans-serif;
  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: Unna, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

.estimated-delivery-day-of-week {
  display: block;
  margin: 0px 5px;
  font-family: Unna, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

.tracking-number {
  font-family: 'Open Sans', 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;
  font-family: 'Open Sans', sans-serif;
  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 {
  position: static;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}

.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: Unna, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

.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: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 125%;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

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

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

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-ready {
  height: 10px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(44, 52, 58, 0.2);
}

.timeline-ready.filled {
  background-color: #2c343a;
}

.timeline-in-transit {
  height: 10px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(44, 52, 58, 0.2);
}

.timeline-in-transit.filled {
  background-color: #2c343a;
}

.timeline-out-for-delivery {
  height: 10px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(44, 52, 58, 0.2);
}

.timeline-out-for-delivery.filled {
  background-color: #2c343a;
}

.timeline-delivered {
  height: 10px;
  min-width: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(44, 52, 58, 0.2);
}

.timeline-delivered.filled {
  background-color: #2c343a;
}

.estimated-delivery-day {
  display: block;
  margin: 0px 5px;
  font-family: Unna, sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

.product-container {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -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;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 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;
  background-color: #2c343a;
}

.headline {
  font-family: Unna, sans-serif;
  color: #2c343a;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.text-block-3 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  text-align: center;
}

.html-embed {
  min-width: 40vw;
  margin-top: 30px;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c343a;
}

.social-link {
  margin-right: 12px;
  margin-left: 12px;
  opacity: 0.6;
}

.div-block {
  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;
}

.subscribe-title {
  font-family: Unna, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.navigation-menu {
  position: relative;
  left: -39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  -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;
}

.navigation-link {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 4px;
  font-family: Unna, sans-serif;
  color: #2c343a;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.navigation-link:hover {
  border-bottom: 2px solid #c08f73;
  color: #c08f73;
}

.navigation-link-call-us {
  margin-right: 15px;
  margin-left: 15px;
  padding: 9px;
  background-color: #edebea;
  font-family: 'Open Sans', sans-serif;
  color: #2c343a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.image {
  width: 195px;
}

.navigation-link-logo {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 4px;
  font-family: Unna, sans-serif;
  color: #2c343a;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.navigation-link-mobile {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 4px;
  font-family: Unna, sans-serif;
  color: #2c343a;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.navigation-link-mobile:hover {
  border-bottom: 2px solid #c08f73;
  color: #c08f73;
}

.mobile-call-us {
  display: none;
}

.html-embed-3 {
  margin-top: 30px;
}

.help-text-block {
  position: relative;
}

.help-text-trigger {
  font-family: 'Open Sans', sans-serif;
  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;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  -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;
  left: 48px;
  top: 66px;
  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 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

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

.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;
}

.tracking-overview-no-data {
  display: none;
  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;
}

.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;
}

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

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

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

.event-location-no-data {
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
}

.event-message-no-data {
  position: static;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}

.timeline-ready-filled {
  height: 10px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #2c343a;
}

.timeline-in-transit-filled {
  height: 10px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2c343a;
}

.timeline-out-for-delivery-filled {
  height: 10px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2c343a;
}

.timeline-delivered-filled {
  height: 10px;
  min-width: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #2c343a;
}

@media (max-width: 991px) {
  .tracking-block {
    min-width: 500px;
  }
  .tracking-section {
    min-height: 440px;
    min-width: auto;
    margin-bottom: -111px;
    padding-bottom: 48px;
    background-position: 50% 0%;
  }
  .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;
  }
  .timeline {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .estimated-delivery-day {
    font-size: 64px;
  }
  .product-block {
    padding-bottom: 0px;
  }
  .navigation-menu {
    position: relative;
    left: -70px;
  }
  .navigation-link {
    display: none;
  }
  .tool-tip-box {
    width: auto;
  }
  .tracking-overview-no-data {
    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;
  }
  .accordion-event-container-no-data {
    overflow: auto;
  }
}

@media (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: 240px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .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;
    margin-top: 0px;
  }
  .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;
  }
  .navigation-menu {
    height: 58px;
  }
  .image {
    width: 120px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .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;
  }
  .accordion-event-container-no-data {
    overflow: auto;
  }
  .event-location-no-data {
    text-align: left;
  }
  .event-message-no-data {
    display: block;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .tracking-by-malomo-2 {
    font-weight: 500;
  }
  .event-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .most-recent-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tracking-block {
    z-index: 2;
    min-width: 100vw;
    padding: 24px 48px 3px;
  }
  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tracking-history {
    top: -68px;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tracking-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 50% 50%;
  }
  .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;
  }
  .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;
  }
  .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 {
    -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;
  }
  .headline {
    line-height: 125%;
  }
  .navigation-menu {
    position: static;
    left: 36px;
    height: 58px;
  }
  .navigation-link-call-us {
    display: none;
  }
  .navigation-link-logo {
    margin-left: 90px;
  }
  .mobile-call-us {
    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-no-data {
    -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;
  }
  .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;
  }
  .accordion-control-no-data {
    margin-bottom: 24px;
  }
  .most-recent-event-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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .event-location-no-data {
    font-size: 14px;
    line-height: 150%;
  }
}

