.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.menu-bar-old {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  height: 64px;
  background-color: #b2bfd1;
}

.body {
  background-color: #2c303c;
  font-family: 'Exo 2', sans-serif;
  color: #535353;
  font-size: 12px;
  line-height: 125%;
}

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

.modal {
  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);
}

.how-to {
  display: none;
  max-width: 1366px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 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;
}

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

.video-headline {
  z-index: 2;
  max-width: 334px;
  margin-right: 60px;
  margin-left: 60px;
  -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;
}

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

.youtube-video {
  display: block;
}

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

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

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

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

.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;
  background-color: #f5f5f5;
}

.footer-logo {
  max-width: 220px;
  cursor: pointer;
}

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

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

.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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.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-2-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

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

.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-4-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

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

.rating {
  display: none;
  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-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;
  font-size: 14px;
}

.rating-5-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-2-star-hold {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
}

.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-3-star {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.2;
  cursor: pointer;
}

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

.menu {
  height: 64px;
}

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

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

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

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

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

.product {
  max-width: none;
  margin: 30px auto 0px;
  padding: 50px 30px 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;
  background-color: #f5f5f5;
}

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

.product-grid {
  display: none;
  -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-link-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.product-heading.centered {
  margin-top: 0px;
  color: #2c303c;
  font-size: 32px;
  line-height: 125%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.history-label {
  padding-left: 32px;
  font-size: 20px;
  font-weight: 600;
}

.history-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid rgba(149, 170, 201, 0.1);
}

.image-33 {
  opacity: 0.75;
}

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

.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;
  font-size: 14px;
  line-height: 150%;
}

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

.history-close:hover {
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 12px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.menu-container {
  position: static;
  top: 0px;
  z-index: 999;
  width: 100vw;
  height: 64px;
  background-color: #fff;
}

.menu-bar {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.navigation-link {
  color: #535353;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block {
  padding: 9px 16px;
  text-align: center;
}

.logo-navigation-link {
  padding-right: 20px;
}

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

.malomo-container-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 4px;
  margin-bottom: 4px;
  -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-by-malomo-3 {
  margin-right: 4px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

.by-malomo-link-2 {
  width: 72px;
  cursor: pointer;
}

.malomo-logo-2 {
  display: inline-block;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  -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;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.blog-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 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: 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;
}

.blog-title-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #535353;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.blog-button {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.92);
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}

.blog-button:hover {
  background-color: #000;
  color: #fff;
}

.navigation-link-mobile {
  color: #535353;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 30px auto;
  padding: 12px 32px;
  -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: #0bb6ea;
  color: #0bb6ea;
}

.text-block-2 {
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
}

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

.with-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: none;
  border-width: 4px;
  border-color: #333;
  background-color: #f5f5f5;
}

.malomo-event-location {
  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: rgba(83, 83, 83, 0.75);
  line-height: 150%;
  font-weight: 600;
}

.malomo-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
}

.history-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}

.history-button:hover {
  border-color: #919599;
}

.malomo-event-timestamp-time-2 {
  margin-right: 6px;
  -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;
  font-weight: 500;
  text-transform: uppercase;
}

.tool-tip-box {
  z-index: 8;
  display: none;
  margin-right: -24px;
  margin-bottom: 8px;
  margin-left: -24px;
  padding: 16px 24px;
  -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: rgba(237, 242, 249, 0.5);
}

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

.malomo-countdown {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  text-transform: lowercase;
}

.help-text-block {
  display: none;
}

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

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

.no-data {
  z-index: 2;
  display: none;
  width: 25vw;
  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;
  border: 4px none #333;
  background-color: #f5f5f5;
}

.show-history-btn-text {
  font-size: 14px;
  line-height: 150%;
  text-transform: capitalize;
}

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

.latest-activity-label {
  font-size: 14px;
  font-weight: 400;
}

.tracking-block-footer {
  padding-top: 8px;
  -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;
}

.malomo-status-message-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 100%;
  font-weight: 600;
  text-transform: capitalize;
}

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

.malomo-status-message {
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 4px;
  color: #535353;
  font-size: 42px;
  line-height: 125%;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.malomo-event-timestamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.malomo-carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -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;
}

.tracking-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.malomo-delivery-state {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 150%;
  font-weight: 400;
}

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

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

.location-icon {
  display: none;
  margin-right: 4px;
  text-decoration: none;
}

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

.pop-under-text {
  line-height: 150%;
  font-weight: 400;
}

.tracking-block-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 40px 60px;
  -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;
  border: 4px none #333;
  background-image: url('../images/blue-guy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
}

.malomo-delivery-date {
  display: block;
  max-width: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 110%;
  font-weight: 400;
  text-align: left;
}

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

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

.malomo-event-timestamp-date-2 {
  -webkit-box-ordinal-group: 0;
  -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;
  text-transform: capitalize;
}

.delivered-contact-link {
  font-weight: 400;
  text-decoration: underline;
}

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

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

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

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

.malomo-event-location-separator {
  display: inline;
  padding-right: 2px;
  padding-left: 2px;
}

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

.no-data-message-text {
  padding-top: 12px;
  padding-bottom: 12px;
}

.malomo-carrier-info-image {
  max-height: 20px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
}

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

.malomo-carrier-info-tracking-code {
  color: rgba(83, 83, 83, 0.75);
  font-size: 14px;
  line-height: 125%;
  text-align: left;
}

.text-block-3 {
  display: block;
  max-width: 800px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 125%;
  text-align: center;
}

.code {
  position: static;
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.tracking-block-ad-code {
  font-size: 36px;
  line-height: 125%;
}

.tracking-block-image-2 {
  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: 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;
}

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

.top-banner {
  background-color: #333;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.topbanner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
}

.topbanner-image {
  width: 24px;
  margin-right: 20px;
}

.text-block-4 {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  position: static;
  display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-decoration: none;
}

.heading {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.shop-link {
  color: #16b8ef;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.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-delivery-date {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 110%;
  font-weight: 400;
  text-align: left;
}

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

.malomo-shipment-tracker-countdown {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.malomo-shipment-tracker-event-location-city {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

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

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

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

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

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

.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-event-timestamp-time {
  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 {
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.malomo-shipment-tracker-latest-activity {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.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-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.malomo-shipment-tracker-status-message {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 110%;
  font-weight: 400;
  text-transform: capitalize;
}

.malomo-unavailable {
  display: none;
  width: 25vw;
  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-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-carrier-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 12px;
  -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-carrier-info-tracking-code-link {
  color: rgba(83, 83, 83, 0.75);
  font-size: 14px;
  line-height: 125%;
  text-align: left;
}

.tracking-block-image-ad-3 {
  max-width: 70vw;
}

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

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

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

.tracking-block-link-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 40px 60px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/blue-guy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

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

.malomo-shipment-tracker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 170, 201, 0.1);
  background-color: #fff;
}

.malomo-shipment-tracker-history-control {
  color: #535353;
  font-size: 15px;
  line-height: 150%;
  text-transform: capitalize;
}

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

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

.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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tracking-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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-delivery-state {
  margin-bottom: 12px;
  line-height: 125%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.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;
  font-weight: 600;
  text-transform: capitalize;
}

.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-container {
  z-index: 8;
  margin-bottom: 8px;
  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);
}

.text-block-5 {
  max-width: 800px;
  color: #f5f5f5;
  font-size: 42px;
  text-align: center;
}

.tracking-block-ad-text {
  max-width: 800px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 125%;
  text-align: center;
}

.tracking-block-ad-discount {
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
}

.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-modal {
  overflow: auto;
  width: 600px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 3px;
  background-color: #fff;
}

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

.malomo-shipment-tracker-events {
  overflow: scroll;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

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

.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);
  color: #000;
}

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

.malomo-order-lookup-submit-button {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 3px;
  background-color: #2c303c;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.malomo-order-lookup-submit-button:hover {
  background-color: #2c303c;
}

.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-number-input {
  width: 100%;
  height: 42px;
  margin-bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background-color: #f9f9f9;
}

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

.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-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-number-label {
  padding-top: 5px;
}

.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 {
  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;
  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 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: #fff;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

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

@media screen and (max-width: 991px) {
  .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;
  }

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

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

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

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

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

  .footer-social {
    width: 15vw;
  }

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

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

  .navigation-link {
    display: none;
  }

  .malomo-container-new {
    padding-right: 0px;
  }

  .blog-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 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section {
    margin-top: 0px;
  }

  .carrier-info {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .with-data {
    width: 100vw;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-width: 0px;
  }

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

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

  .history-button {
    max-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -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;
    border: 1px none #c2c6cc;
    background-color: #2c303c;
    color: #fff;
    text-decoration: none;
  }

  .malomo-event-timestamp-time-2 {
    margin-left: 10px;
  }

  .malomo-countdown {
    margin-top: 4px;
    text-align: left;
  }

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

  .latest-activity-label {
    margin-bottom: -8px;
  }

  .tracking-block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
    -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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid rgba(28, 9, 77, 0.07);
  }

  .malomo-event-timestamp {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tracking-container-2 {
    width: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .malomo-delivery-state {
    text-align: left;
  }

  .tracking-block-image {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-style: none;
  }

  .malomo-delivery-date {
    max-width: none;
    font-weight: 700;
    text-align: center;
  }

  .estimated-delivery {
    margin-bottom: 18px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

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

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

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

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

  .topbanner-image {
    margin-right: 10px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .heading {
    font-size: 14px;
  }

  .malomo-shipment-tracker-delivery-date {
    max-width: none;
  }

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

  .malomo-unavailable {
    width: 100%;
  }

  .malomo-shipment-tracker-carrier-info {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

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

  .tracking-block-link-content-container {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .malomo-shipment-tracker-history-control {
    width: 160px;
    padding: 10px;
    background-color: #2c303c;
    color: #f5f5f5;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
  }

  .malomo-shipment-tracker-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }

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

  .malomo-shipment-tracker-delivered-message-container {
    margin-right: 0px;
    margin-left: 0px;
  }

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

@media screen and (max-width: 767px) {
  .menu-bar-old {
    z-index: 4;
  }

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

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

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

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

  .youtube-video {
    width: 100vw;
  }

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

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

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

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

  .footer-social {
    width: 15vw;
  }

  .rating {
    top: -85px;
  }

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

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

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

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

  .history-modal-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .menu-container {
    height: 90px;
    margin-bottom: 0px;
  }

  .menu-bar {
    z-index: 4;
    height: 90px;
    padding-top: 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;
  }

  .logo-navigation-link {
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .image-35 {
    display: block;
    max-width: none;
  }

  .malomo-container-new {
    margin-bottom: 12px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .menu-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .section {
    margin-top: 0px;
  }

  .carrier-info {
    margin-right: 8px;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    border-top-width: 0px;
  }

  .history-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    background-color: #2c303c;
    color: #fff;
    text-decoration: none;
  }

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

  .no-data {
    z-index: 99;
    padding-right: 16px;
    padding-left: 16px;
    border-style: none;
  }

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

  .malomo-event-timestamp {
    margin-bottom: 4px;
    font-size: 16px;
  }

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

  .malomo-delivery-state {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

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

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

  .tracking-block-image {
    border-style: none;
  }

  .malomo-delivery-date {
    font-size: 42px;
    text-shadow: none;
  }

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

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

  .estimated-delivery {
    background-color: transparent;
  }

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

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

  .text-block-3 {
    font-size: 24px;
  }

  .code {
    font-size: 24px;
  }

  .tracking-block-ad-code {
    font-size: 30px;
  }

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

  .top-banner {
    display: none;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    font-size: 16px;
  }

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

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

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

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

  .malomo-shipment-tracker-header {
    background-color: #fff;
  }

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

  .tracking-block-image-ad-3 {
    z-index: 1;
    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;
  }

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

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

  .tracking-block-ad-text {
    font-size: 24px;
  }

  .tracking-block-ad-discount {
    font-size: 24px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .menu-bar-old {
    z-index: 999;
  }

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

  .video-headline-header {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
    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 {
    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;
  }

  .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-grid {
    margin-right: -6px;
    margin-left: -6px;
  }

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

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

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

  .footer-logo {
    max-width: 170px;
  }

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

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

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

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

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

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

  .history-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-container {
    position: fixed;
    top: 0px;
    height: 80px;
    margin-bottom: 0px;
  }

  .menu-bar {
    position: static;
    z-index: 999;
    padding-right: 8px;
    padding-left: 8px;
  }

  .navigation-link {
    font-size: 14px;
  }

  .text-block {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }

  .logo-navigation-link {
    padding-right: 8px;
    padding-left: 8px;
  }

  .image-35 {
    width: 190px;
  }

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

  .blog-grid {
    margin-right: 0px;
  }

  .navigation-link-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

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

  .text-block-2 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 12px;
    text-align: center;
  }

  .history-button {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

  .malomo-status-message {
    -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;
  }

  .tracking-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -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;
  }

  .tracking-block-image {
    padding: 30px 20px;
    border-radius: 0px;
  }

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

  .events {
    z-index: 2;
  }

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

  .text-block-3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .code {
    font-size: 20px;
  }

  .tracking-block-ad-code {
    font-size: 24px;
  }

  .grid-2 {
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 20px;
  }

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

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

  .malomo-shipment-tracker-carrier-info {
    margin-top: 8px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .tracking-block-link-content-container {
    padding: 30px 20px;
  }

  .malomo-shipment-tracker-history-control {
    width: 100%;
    text-align: center;
    text-decoration: none;
  }

  .malomo-shipment-tracker-footer {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tracking-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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-event-timestamp-date {
    text-decoration: none;
    text-transform: none;
  }

  .tracking-block-ad-text {
    font-size: 16px;
  }

  .tracking-block-ad-discount {
    font-size: 16px;
  }

  .malomo-shipment-tracker-events-modal {
    position: static;
    border-radius: 0px;
  }

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

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

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

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

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

#w-node-_4276791f-889a-d736-9b34-4ec9fc15f448-fc15f444 {
  -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;
}

#w-node-_3b30a684-5cfc-378e-c730-f989db95d1b0-db95d1ae {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3b30a684-5cfc-378e-c730-f989db95d1b6-db95d1ae {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3b30a684-5cfc-378e-c730-f989db95d1bc-db95d1ae {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3b30a684-5cfc-378e-c730-f989db95d1c2-db95d1ae {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

