.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.malomo-event-timestamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.malomo-most-recent-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.estimated-delivery {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-event.malomo-most-recent-event {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
}

.malomo-event-timestamp-date {
  margin-right: 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-weight: 700;
  text-transform: capitalize;
}

.malomo-event-timestamp-time {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-weight: 700;
  text-transform: uppercase;
}

.malomo-delivery-date {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d30061;
  font-size: 38px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
}

.tracking-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.malomo-event-location-city {
  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;
  text-transform: capitalize;
}

.malomo-event-message {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.malomo-delivery-state {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.latest-activity-label {
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 150%;
  text-transform: uppercase;
}

.tracking-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(249, 232, 232, 0.5);
  background-image: url('../images/Header-Image.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-bar {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.body {
  font-family: Lato, sans-serif;
  color: #444;
  font-size: 12px;
  line-height: 125%;
}

.malomo-event-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-icon {
  margin-right: 4px;
}

.malomo-events {
  overflow: auto;
  padding-top: 8px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #555;
}

.malomo-event-location-separator {
  display: inline;
}

.malomo-event-location-state {
  display: inline;
  text-transform: uppercase;
}

.malomo-countdown {
  margin-top: 15px;
  color: #d30061;
  font-size: 24px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.tracking-block-image-mobile {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.help-text-block {
  display: none;
  margin-top: 4px;
}

.help-text-trigger {
  margin-bottom: 8px;
  text-decoration: underline;
  cursor: pointer;
}

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

.tool-tip-box {
  z-index: 8;
  display: none;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9e8e8;
}

.close-icon {
  z-index: 10;
  margin-right: -12px;
  margin-bottom: 8px;
  margin-left: 16px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: default;
}

.close-image {
  opacity: 0.75;
  cursor: pointer;
}

.close-image:hover {
  opacity: 1;
}

.pop-under-text {
  font-size: 14px;
  line-height: 150%;
}

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

.pop-under-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-under-title-text {
  font-weight: 700;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: rgba(0, 0, 0, 0.75);
}

.history-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40vw;
  max-height: 600px;
  max-width: 400px;
  min-height: 300px;
  padding-top: 16px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #fff;
  color: #555;
}

.history-label {
  color: #ff007f;
  font-size: 20px;
  text-transform: uppercase;
}

.history-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-33 {
  opacity: 0.75;
}

.image-33:hover {
  opacity: 1;
}

.carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: -24px;
  margin-left: -24px;
  padding: 12px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tracking-by-malomo {
  margin-right: 4px;
  color: rgba(255, 0, 127, 0.75);
  font-size: 9px;
}

.malomo-carrier-info-image {
  max-height: 24px;
  max-width: 64px;
  margin-right: 8px;
}

.malomo-carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.malomo-logo {
  margin-top: -2px;
  opacity: 0.75;
}

.history-button {
  margin-top: 12px;
  margin-bottom: 18px;
  text-decoration: underline;
  cursor: pointer;
}

.malomo-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;
  color: #95aac9;
}

.by-malomo-link {
  cursor: pointer;
}

.tracking-block-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.show-history-btn-text {
  font-weight: 700;
  text-transform: uppercase;
}

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

.history-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid rgba(149, 170, 201, 0.1);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-35 {
  max-width: 120px;
  cursor: pointer;
}

.social-media-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  margin-top: 20px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-link-facebook {
  width: 18px;
  height: 18px;
  background-image: url('../images/facebook-f-brands.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link-twitter {
  width: 18px;
  height: 18px;
  background-image: url('../images/twitter-brands.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link-instagram {
  width: 18px;
  height: 18px;
  background-image: url('../images/instagram-brands.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link-youtube {
  width: 18px;
  height: 18px;
  background-image: url('../images/youtube-brands.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-copyright {
  font-weight: 700;
}

.tracking-block {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.with-data {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  margin-right: 12px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #f9e8e8;
  color: #555;
}

.no-data {
  z-index: 2;
  display: none;
  width: 256px;
  margin-right: 12px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #f9e8e8;
}

.malomo-status-message {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #d30061;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.no-data-message {
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.no-data-message-text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 130%;
}

.no-data-message-links {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rating-5-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-4-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-thank-you {
  display: none;
  width: 100%;
  margin-top: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 12px;
  text-align: center;
}

.rating-5-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-2-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-3-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-align: center;
}

.rating-label {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  color: #444;
  font-size: 14px;
}

.full-rating-container {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating-1-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

.rating-1-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-3-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-4-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.rating-2-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0px auto 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}

.youtube-container {
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.youtube-video {
  display: block;
}

.video-headline {
  z-index: 2;
  max-width: 380px;
  margin-right: 60px;
  margin-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-headline-header {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
}

.video-headline-copy {
  margin-bottom: 20px;
  line-height: 150%;
  letter-spacing: 0.025em;
}

.video-headline-button {
  cursor: pointer;
}

.link-text {
  color: #12263f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: underline;
  text-transform: uppercase;
}

.optional-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.optional-2-col-header {
  margin-bottom: 20px;
}

.optional-2-col-header.centered {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.optional-2-col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: -6px;
  margin-left: -6px;
}

.optional-2-col-item {
  margin-right: 6px;
  margin-left: 6px;
}

.margin-link-container {
  cursor: pointer;
}

.optional-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.optional-1-col-header {
  margin-bottom: 20px;
}

.optional-1-col-header.centered {
  margin-top: 0px;
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.optional-3-col-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.optional-3-col-item {
  margin-right: 6px;
  margin-left: 6px;
}

.one-column-margin-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 1200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-19 {
  cursor: pointer;
}

.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-link-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.product {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.product-heading {
  margin-bottom: 20px;
}

.product-heading.centered {
  margin-top: 0px;
  color: #444;
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-image-container {
  margin-bottom: 10px;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-price {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #444;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.how-to {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  text-align: center;
}

.how-to-copy {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  letter-spacing: 0.025em;
}

.how-to-header {
  margin-bottom: 20px;
}

.how-to-header.centered {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.how-to-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-img {
  cursor: pointer;
}

.how-to-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.how-to-heading {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-title {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #12263f;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.navigation-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  color: hsla(0, 0%, 40%, 0.85);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #666;
}

.text-block {
  padding-right: 12px;
  border-right: 1px solid hsla(0, 0%, 40%, 0.15);
}

.image-36 {
  max-width: 100px;
}

.navigation-link-mobile {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  color: hsla(0, 0%, 40%, 0.85);
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link-mobile:hover {
  color: #666;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  height: 90px;
  background-color: #fff;
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.15);
}

.bold-text {
  color: #000;
}

.hero-text {
  position: absolute;
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading {
  margin-bottom: 4px;
  color: #d30061;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-content {
  display: block;
  margin-top: 24px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #006037;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-content.hero {
  margin-top: 6px;
}

.link-block {
  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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.social-link-hero {
  color: #d30061;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

.image-37 {
  width: 24px;
  margin-right: 6px;
}

.malomo-shipment-tracker-event-timestamp-date {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #555;
  font-size: 12px;
  line-height: 125%;
  font-weight: 700;
  text-transform: capitalize;
}

.malomo-unavailable-links {
  margin-bottom: 32px;
  line-height: 150%;
}

.malomo-shipment-tracker-carrier-info-tracking-code-link {
  color: #555;
  font-size: 12px;
  line-height: 125%;
  text-align: left;
}

.tracking-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.malomo-shipment-tracker-carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.malomo-shipment-tracker-event-location-city {
  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;
  color: #555;
  font-size: 12px;
  line-height: 125%;
  text-transform: capitalize;
}

.malomo-shipment-tracker-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-shipment-tracker-history-control {
  margin-bottom: 24px;
  color: #555;
  line-height: 125%;
  font-weight: 700;
  text-transform: uppercase;
}

.malomo-shipment-tracker-history-control:hover {
  font-weight: 500;
}

.malomo-shipment-tracker-event-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.malomo-shipment-tracker {
  width: 256px;
  margin-right: 12px;
  padding: 24px 24px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f9e8e8;
}

.malomo-shipment-tracker-status-message {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d30061;
  font-size: 38px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.malomo-shipment-tracker-event-timestamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.malomo-shipment-tracker-delivered-message-text {
  color: #555;
  line-height: 150%;
}

.malomo-unavailable {
  display: none;
  width: auto;
  margin-right: 12px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
}

.malomo-shipment-tracker-event-timestamp-time {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #555;
  font-size: 12px;
  line-height: 125%;
  font-weight: 400;
  text-transform: uppercase;
}

.malomo-shipment-tracker-event-message {
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #555;
  font-size: 12px;
  line-height: 125%;
}

.malomo-shipment-tracker-carrier-info-image {
  max-height: 20px;
  max-width: 64px;
  margin-right: 8px;
}

.malomo-shipment-tracker-delivery-date {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d30061;
  font-size: 38px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
}

.malomo-shipment-tracker-delivered-message {
  display: block;
}

.malomo-shipment-tracker-delivered-message-header {
  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;
}

.malomo-shipment-tracker-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 150%;
}

.malomo-shipment-tracker-event.malomo-shipment-tracker-most-recent-event {
  padding-top: 0px;
}

.malomo-shipment-tracker-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.malomo-shipment-tracker-delivered-message-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #555;
  font-weight: 700;
}

.malomo-shipment-tracker-delivered-message-open {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #555;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.malomo-shipment-tracker-delivered-message-open:hover {
  font-weight: 400;
}

.malomo-unavailable-message {
  padding-top: 12px;
  padding-bottom: 12px;
}

.malomo-shipment-tracker-delivery-state {
  margin-bottom: 12px;
  color: #555;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.malomo-shipment-tracker-countdown {
  margin-top: 12px;
  margin-bottom: 10px;
  color: #d30061;
  font-size: 24px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
}

.malomo-shipment-tracker-event-location-state {
  color: #555;
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
}

.malomo-unavailable-header {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

.malomo-shipment-tracker-most-recent-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-shipment-tracker-delivered-message-contact-us-link {
  color: #555;
  font-weight: 700;
  text-decoration: underline;
}

.malomo-shipment-tracker-delivered-message-close {
  padding-top: 0px;
  float: none;
  opacity: 0.75;
  cursor: pointer;
}

.malomo-shipment-tracker-delivered-message-close:hover {
  opacity: 1;
}

.malomo-shipment-tracker-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.malomo-shipment-tracker-delivered-message-container {
  z-index: 8;
  margin-right: -24px;
  margin-bottom: 8px;
  margin-left: -24px;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(237, 242, 249, 0.5);
}

.malomo-shipment-tracker-latest-activity {
  margin-bottom: 4px;
  color: #555;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tracking-block-link-hero-text {
  color: #d30061;
  font-size: 24px;
  text-transform: uppercase;
}

.tracking-block-link-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-block-link-hero {
  position: absolute;
}

.tracking-block-link-social-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-block-link-social-ig {
  width: 24px;
  margin-right: 6px;
}

.tracking-block-link-social-handle {
  overflow: hidden;
  color: #d30061;
  font-size: 14px;
  line-height: 100%;
}

.malomo-shipment-tracker-event-timestamp-date-2 {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
  text-transform: capitalize;
}

.malomo-shipment-tracker-event-location-city-2 {
  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;
  text-transform: capitalize;
}

.malomo-shipment-tracker-events-backdrop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: rgba(0, 0, 0, 0.65);
}

.malomo-shipment-tracker-events-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 12px;
}

.malomo-shipment-tracker-event-timestamp-time-2 {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  text-transform: uppercase;
}

.malomo-shipment-tracker-event-message-2 {
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.malomo-shipment-tracker-events-modal {
  width: 600px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 2px;
  background-color: #fff;
}

.malomo-shipment-tracker-events-header-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
}

.malomo-shipment-tracker-events-header-close-icon {
  width: 20px;
  height: 20px;
}

.malomo-shipment-tracker-event-location-state-2 {
  text-transform: uppercase;
}

.malomo-shipment-tracker-events {
  overflow: scroll;
  height: 400px;
}

.malomo-shipment-tracker-event-message-2-copy {
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.malomo-order-lookup {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  margin-right: 12px;
  margin-left: 0px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #f9e8e8;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.malomo-order-lookup-form {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.malomo-order-lookup-number-input {
  width: 100%;
  height: 42px;
  margin-bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #000;
}

.malomo-order-lookup-number-input:focus {
  border-width: 2px;
  border-color: #8fd7f3;
}

.malomo-order-lookup-error-message {
  position: relative;
  left: 0px;
  margin-top: 10px;
  margin-bottom: 24px;
  padding: 15px 10px;
  border-radius: 3px;
  background-color: #e63757;
  color: #fff;
  font-size: 14px;
}

.malomo-order-lookup-submit-button {
  margin-top: 15px;
  padding: 8px;
  border: 1px solid #ff007f;
  background-color: transparent;
  color: #ff007f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.malomo-order-lookup-tracking-number-label {
  color: #555;
}

.malomo-order-lookup-tracking-number-input {
  width: 100%;
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 0px;
  background-color: #f9f9f9;
}

.malomo-order-lookup-tracking-number-input:focus {
  border-width: 2px;
  border-color: #8fd7f3;
}

.malomo-order-lookup-customer-email-label {
  color: #555;
}

.malomo-order-lookup-section-1-1 {
  margin-bottom: 10px;
}

.malomo-order-lookup-number-label {
  padding-top: 5px;
  color: #555;
}

.malomo-order-lookup-section-separator {
  position: relative;
  top: 9px;
  height: 20px;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 2px none #e3ebf6;
  text-align: center;
}

.malomo-order-lookup-customer-email-input {
  width: 100%;
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f9f9f9;
}

.bold-text-2 {
  color: #555;
}

.malomo-order-lookup-submit-button-2 {
  height: 48px;
  margin-top: 32px;
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.malomo-order-lookup-submit-button-2:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.malomo-order-lookup-number-input-2 {
  width: 100%;
  height: 42px;
  margin-bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f9f9f9;
}

.malomo-order-lookup-number-input-2:focus {
  border-width: 2px;
  border-color: #8fd7f3;
}

.malomo-order-lookup-2 {
  position: relative;
  left: -12px;
  top: 0px;
  right: 12px;
  bottom: 16px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px 24px 12px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.malomo-order-lookup-number-label-2 {
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .tracking-container-2 {
    max-width: none;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tracking-block-image {
    min-height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .menu-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tracking-block-image-mobile {
    display: block;
    width: 100vw;
  }

  .close-icon {
    margin-right: 0px;
  }

  .pop-under-title-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .carrier-info {
    margin-top: 0px;
  }

  .malomo-carrier-info {
    margin-right: 8px;
  }

  .tracking-block-footer {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .social-media-icons {
    width: 15vw;
  }

  .tracking-block {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .with-data {
    top: -73px;
    width: 100vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .no-data {
    top: -73px;
    width: 100vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .video {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .youtube-container {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .video-headline {
    margin-left: 30px;
    text-align: center;
  }

  .video-headline-header {
    font-size: 24px;
    text-align: left;
  }

  .video-headline-copy {
    text-align: left;
  }

  .video-headline-button {
    display: block;
    text-align: left;
  }

  .optional-2-col {
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  .optional-2-col-grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .optional-2-col-item {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .optional-3-col {
    padding-right: 16px;
    padding-left: 16px;
  }

  .one-column-margin-image-block {
    min-height: auto;
    float: none;
    clear: none;
  }

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

  .product {
    padding-right: 16px;
    padding-left: 16px;
  }

  .how-to {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: left;
  }

  .how-to-copy {
    text-align: left;
  }

  .how-to-copy.centered {
    text-align: center;
  }

  .how-to-grid {
    display: -ms-grid;
    display: grid;
    max-width: none;
    margin-right: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    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 auto;
    grid-template-rows: auto auto;
  }

  .how-to-heading {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-link {
    display: none;
  }

  .tracking-container {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tracking-block-link {
    min-height: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .malomo-shipment-tracker-header {
    width: 100%;
  }

  .malomo-shipment-tracker {
    width: 100vw;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-width: 0px;
  }

  .malomo-shipment-tracker-status-message {
    font-size: 46px;
  }

  .malomo-unavailable {
    width: 100%;
  }

  .malomo-shipment-tracker-delivery-date {
    max-width: none;
    font-size: 46px;
  }

  .malomo-shipment-tracker-body {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tracking-block-image-ad {
    display: block;
    width: 100vw;
    max-width: none;
    min-width: auto;
  }

  .malomo-shipment-tracker-footer {
    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;
  }

  .malomo-shipment-tracker-events-backdrop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .malomo-order-lookup {
    left: 44px;
    top: 8px;
    width: 90%;
    margin-top: -8px;
  }

  .malomo-order-lookup-2 {
    left: 44px;
    top: 8px;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .malomo-event-timestamp {
    font-size: 16px;
  }

  .events {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .malomo-delivery-date {
    font-size: 46px;
  }

  .tracking-container-2 {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .malomo-event-message {
    font-size: 16px;
    line-height: 135%;
  }

  .malomo-delivery-state {
    background-color: transparent;
    font-size: 12px;
  }

  .latest-activity-label {
    font-size: 12px;
  }

  .tracking-block-image {
    z-index: 1;
    min-height: auto;
    -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-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .menu-bar {
    z-index: 4;
    height: 64px;
  }

  .malomo-event-location {
    font-size: 16px;
  }

  .tracking-block-image-mobile {
    z-index: 1;
  }

  .tool-tip-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close-icon {
    margin-bottom: 8px;
  }

  .pop-under-text {
    padding-right: 32px;
  }

  .history-modal {
    width: 100vw;
    height: 100vh;
    max-height: none;
    max-width: none;
    min-height: auto;
    padding-top: 32px;
  }

  .history-close {
    margin-right: 0px;
  }

  .carrier-info {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .malomo-carrier-info {
    margin-right: 0px;
  }

  .malomo-carrier-info-tracking-code {
    font-size: 11px;
  }

  .history-button {
    width: 120px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid #ff007f;
    text-decoration: none;
  }

  .malomo-container {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .tracking-block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .show-history-btn-text {
    color: #ff007f;
    text-align: center;
    text-transform: uppercase;
  }

  .history-modal-header {
    padding-bottom: 32px;
  }

  .social-media-icons {
    width: 30vw;
  }

  .with-data {
    z-index: 9;
    padding-right: 16px;
    padding-left: 16px;
  }

  .no-data {
    z-index: 9;
    padding-right: 16px;
    padding-left: 16px;
  }

  .malomo-status-message {
    font-size: 46px;
  }

  .no-data-message {
    padding-top: 12px;
    font-size: 16px;
    line-height: 135%;
  }

  .no-data-message-links {
    padding-top: 12px;
    font-size: 16px;
    line-height: 135%;
  }

  .tracking-link {
    line-height: 200%;
  }

  .rating {
    top: -85px;
  }

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

  .youtube-container {
    margin-top: 18px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .youtube-video {
    width: 100vw;
  }

  .video-headline {
    max-width: 75vw;
    margin-right: 30px;
  }

  .video-headline-header {
    text-align: center;
  }

  .video-headline-copy {
    text-align: center;
  }

  .link-text {
    text-align: center;
  }

  .optional-2-col-grid {
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .optional-2-col-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .margin-link-container {
    margin-bottom: 10px;
  }

  .optional-3-col {
    background-image: none;
  }

  .optional-3-col-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .optional-3-col-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .one-column-margin-image-block {
    background-image: none;
  }

  .product-link-title {
    text-align: center;
  }

  .product-price {
    text-align: center;
  }

  .how-to {
    text-align: left;
  }

  .how-to-copy {
    text-align: center;
  }

  .how-to-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .how-to-heading {
    max-width: 460px;
  }

  .blog-title {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section {
    height: 64px;
  }

  .hero-text {
    z-index: 1;
  }

  .heading {
    font-size: 20px;
  }

  .tracking-container {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .malomo-shipment-tracker-history-control {
    margin-bottom: 0px;
    padding: 8px;
    border: 1px solid #ff007f;
    color: #ff007f;
    text-decoration: none;
  }

  .malomo-shipment-tracker-event-location {
    font-size: 16px;
  }

  .malomo-shipment-tracker-status-message {
    font-size: 48px;
  }

  .malomo-shipment-tracker-event-timestamp {
    font-size: 16px;
  }

  .malomo-shipment-tracker-delivered-message-text {
    padding-right: 32px;
  }

  .malomo-shipment-tracker-history {
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .malomo-shipment-tracker-event-message {
    font-size: 16px;
    line-height: 135%;
  }

  .tracking-block-image-ad {
    display: block;
  }

  .malomo-shipment-tracker-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .malomo-shipment-tracker-delivered-message-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .malomo-shipment-tracker-events-backdrop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .malomo-shipment-tracker-event-message-2 {
    font-size: 16px;
    line-height: 135%;
  }

  .malomo-shipment-tracker-events-modal {
    height: 100%;
  }

  .malomo-shipment-tracker-events {
    height: 100%;
  }

  .malomo-shipment-tracker-event-message-2-copy {
    font-size: 16px;
    line-height: 135%;
  }

  .malomo-order-lookup {
    position: static;
    z-index: 99;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-width: 0px;
  }

  .malomo-order-lookup-form {
    width: 100%;
  }

  .malomo-order-lookup-2 {
    position: static;
    z-index: 99;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-width: 0px;
  }
}

@media screen and (max-width: 479px) {
  .events {
    z-index: 2;
  }

  .malomo-event-timestamp-date {
    text-decoration: none;
    text-transform: none;
  }

  .malomo-delivery-date {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .tracking-container-2 {
    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;
  }

  .malomo-delivery-state {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-bar {
    z-index: 999;
  }

  .tracking-by-malomo {
    font-weight: 500;
  }

  .malomo-carrier-info-tracking-code {
    color: #4a4a4a;
    text-align: center;
  }

  .history-button {
    border-color: #ff007f;
  }

  .tracking-block-footer {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-media-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .with-data {
    z-index: 99;
  }

  .no-data {
    z-index: 99;
  }

  .malomo-status-message {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .rating-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .rating-label {
    text-align: center;
    letter-spacing: 0px;
  }

  .full-rating-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rating {
    display: block;
  }

  .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .youtube-container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .youtube-video {
    min-width: auto;
    float: none;
  }

  .video-headline-header {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .video-headline-copy {
    margin-bottom: 15px;
  }

  .optional-2-col {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .optional-2-col-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .optional-2-col-item {
    margin-top: 6px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .optional-3-col {
    background-image: none;
  }

  .optional-3-col-grid {
    margin-right: -6px;
    margin-left: -6px;
  }

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

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

  .product-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .how-to {
    position: static;
    top: 109px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .how-to-copy {
    margin-bottom: 15px;
  }

  .blog-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .how-to-item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .how-to-heading {
    margin-right: 5px;
    margin-left: 5px;
  }

  .blog-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    text-align: left;
  }

  .text-block {
    font-size: 12px;
  }

  .image-36 {
    max-width: 70px;
  }

  .heading {
    font-size: 18px;
    line-height: 125%;
    text-align: center;
  }

  .button-content.hero {
    margin-top: 0px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .malomo-shipment-tracker-event-timestamp-date {
    text-decoration: none;
    text-transform: none;
  }

  .malomo-shipment-tracker-carrier-info-tracking-code-link {
    color: #4a4a4a;
    text-align: center;
  }

  .tracking-container {
    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;
  }

  .malomo-shipment-tracker-carrier-info {
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .malomo-shipment-tracker-history-control {
    width: 100%;
    margin-bottom: 12px;
    padding: 16px 32px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    text-decoration: none;
  }

  .malomo-shipment-tracker-status-message {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .malomo-shipment-tracker-history {
    z-index: 2;
  }

  .malomo-shipment-tracker-delivery-date {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .malomo-shipment-tracker-event {
    height: auto;
  }

  .malomo-shipment-tracker-delivery-state {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .malomo-shipment-tracker-footer {
    max-width: 100vw;
    margin-top: 0px;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tracking-block-link-hero-text {
    font-size: 18px;
    line-height: 125%;
    text-align: center;
  }

  .malomo-shipment-tracker-event-timestamp-date-2 {
    text-decoration: none;
    text-transform: none;
  }

  .malomo-shipment-tracker-events-backdrop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .malomo-shipment-tracker-events-modal {
    width: 100%;
    height: 100%;
  }

  .malomo-shipment-tracker-events {
    height: 100%;
    margin-top: 0px;
  }

  .malomo-order-lookup {
    z-index: 99;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .malomo-order-lookup-form {
    width: 100%;
  }

  .malomo-order-lookup-submit-button {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .malomo-order-lookup-submit-button-2 {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .malomo-order-lookup-2 {
    z-index: 99;
    width: 100%;
    padding-bottom: 0px;
  }
}

#w-node-_58514741-ccdf-3731-1ebc-3affe1359f0b-e1359f07 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

