footer#uship-footer {
  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;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dddddd;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  letter-spacing: 0.025rem;
}

#uship-footer *,
#uship-footer *:after,
#uship-footer *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topRow, .bottomRow {
  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-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-companyInfo {
  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-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.footer-companyInfo-link {
  font-size: 14px;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1;
  min-height: 40px;
  letter-spacing: 0.025em;
  color: #262626;
}

.footer-companyInfo-link:hover {
  color: #02aaf3;
}

.footer-companyInfo-link:first-of-type {
  padding-top: 15px;
  min-height: 55px;
}

.footer-companyInfo-link:last-of-type {
  padding-bottom: 15px;
  min-height: 55px;
}

.footer-companyInfo {
  border-bottom: 1px solid #dddddd;
}

.footer-companyInfo-link,
.footer-terms-link {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.footer-companyInfo-link:hover {
  color: #02aaf3;
}

.footer-countryChanger {
  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;
  padding-top: 30px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.footer-countryChanger select {
  width: 220px;
  height: 50px;
  font-size: 14px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  color: #262626;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  background-color: #fff;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTIzLjM3LDUuNTlhMi4xOSwyLjE5LDAsMCwwLTMuMSwwTDEyLDEzLjg1LDMuNzUsNS41OWEyLjE5LDIuMTksMCwwLDAtMy4xLDMuMWw5LjgxLDkuODFhMi4xOSwyLjE5LDAsMCwwLDMuMSwwbDkuODEtOS44MUEyLjE5LDIuMTksMCwwLDAsMjMuMzcsNS41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAxIC0wLjA1KSIgZmlsbD0iI0NDQ0NDQyIgLz48L3N2Zz4=);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-box-shadow: 0px 2px 0px 0px #DDDDDD;
          box-shadow: 0px 2px 0px 0px #DDDDDD;
  cursor: pointer;
  outline: 0;
  margin: 0;
}

.footer-countryChanger select::-ms-expand {
  border: none;
  background-color: #ffffff;
  display: block !important;
}

.footer-countryChanger select:hover {
  -webkit-box-shadow: 0 2px 0px 0px #02aaf3;
          box-shadow: 0 2px 0px 0px #02aaf3;
  border: 1px solid #999999;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTIzLjM3LDUuNTlhMi4xOSwyLjE5LDAsMCwwLTMuMSwwTDEyLDEzLjg1LDMuNzUsNS41OWEyLjE5LDIuMTksMCwwLDAtMy4xLDMuMWw5LjgxLDkuODFhMi4xOSwyLjE5LDAsMCwwLDMuMSwwbDkuODEtOS44MUEyLjE5LDIuMTksMCwwLDAsMjMuMzcsNS41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAxIC0wLjA1KSIgZmlsbD0iIzAyYWFmMyIgLz48L3N2Zz4=);
  -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.footer-countryChanger select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.footer-socialMediaIcons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  padding: 30px 52px;
}

.footer-socialMediaIcons-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-socialMediaIcons-icon {
  height: 24px;
  width: 24px;
  fill: #999999;
  margin: 0;
}

.footer-socialMediaIcons-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-copyrightTerms {
  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;
}

.footer-copyright {
  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;
}

.footer-terms {
  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-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer-terms-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 5px 30px;
  color: #02aaf3;
  line-height: 1;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.footer-terms-link:last-child {
  padding-bottom: 30px;
}

.footer-howToShipAndCostToShipLinks {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1.5rem;
  border-bottom: 1px solid #dddddd;
}

.footer-howToShipAndCostToShipLinks-section {
  margin-bottom: 1.5rem;
}

.footer-howToShipAndCostToShipLinks-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 14px;
  line-height: 1;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04375rem;
}

.footer-howToShipAndCostToShipLinks-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 5px 30px;
  color: #999999;
  line-height: 1;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.footer-howToShipAndCostToShipLinks-link:hover, .footer-howToShipAndCostToShipLinks-link:focus {
  color: #02aaf3;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #999999;
  font-family: "Lato", -apple-system, blinkmacsystemfont, roboto, "Helvetica Neue", helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 14px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.footer-mobileAppBadges {
  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-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
  padding-bottom: 30px;
}

.footer-companyInfo-link:hover,
.footer-terms-link:hover {
  text-decoration: none;
}

.footer-terms-link:hover {
  color: #0177aa;
}

.simpleFooterDisplay .footer-mobileAppBadges {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-mobileAppBadges-badge {
  width: 135px;
  height: 40px;
  margin: 5px;
  fill: #999;
  display: inline-block;
}

.mobileAppBadge-image {
  display: block;
}

.footer-buttonContainer-button {
  border-radius: 3px;
  font-weight: 700;
  color: #00b437;
  border: 2px solid #00b437;
  font-size: 14px;
  height: 36px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: 0.15s background-color;
  transition: 0.15s background-color;
  min-width: 148px;
  max-width: 250px;
  padding: 0 18px;
}

.footer-buttonContainer-button:hover {
  background-color: #00b437;
  color: #ffffff;
}

a.footer-buttonContainer-button,
a.footer-buttonContainer-button:hover,
.shipperButton:hover {
  text-decoration: none;
}

.injected-svg {
  display: none;
}

.enterpriseFooter-poweredByUship {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enterpriseFooter-poweredByUship-text {
  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;
  padding-right: 15px;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
  border-right: 1px solid #999999;
  height: 27px;
  margin-top: 10px;
}

.enterpriseFooter-poweredByUship-logo {
  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;
  padding-left: 15px;
  color: #0177aa;
  font-size: 14px;
}

.footer-enterpriseInfo {
  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;
}

.footer-enterpriseInfo .footer-terms {
  margin-top: 0;
}

.footer-terms-link--enterprise:first-child,
.footer-terms-link--enterprise:last-child {
  padding: 15px 0px;
}

.footer-enterpriseLogo {
  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;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-enterpriseLogo-image {
  width: 142px;
  height: 25px;
}

.enterpriseFooter-logo-svg {
  height: 36px;
  width: 70px;
  fill: #0177aa;
}

.siteNav-content .siteNav-footerLinks-container {
  width: 260px;
}

.siteNav-linksContainer .siteNav-footerLinks-container > .siteNav-link:first-of-type {
  display: none;
}

.siteNav-footerLinks-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-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.siteNav-footerLinks-container > .siteNav-link {
  height: 65px;
  padding-top: 0;
  background-color: #ffffff;
}

.siteNav-footerLinks-container > div {
  border-top: 1px solid #dddddd;
}

.footer-costToShipLinks {
  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-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.footer-copyrightAndTerms {
  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-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.footer-howToShipLinks {
  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-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 1025px) {
  .topRow {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #dddddd;
  }

  .footer-howToShipAndCostToShipLinks {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer-howToShipAndCostToShipLinks-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-howToShipAndCostToShipLinks-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-howToShipAndCostToShipLinks-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
  }

  .footer-howToShipAndCostToShipLinks-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    font-size: 0.6875rem;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.3125rem;
    line-height: 1.125rem;
  }

  .footer-howToShipAndCostToShipLinks-link {
    line-height: 1.5rem;
    margin-bottom: 0.3125rem;
  }

  .footer-companyInfo-link {
    min-height: 91px;
    padding: 0px 15px;
    color: #02aaf3;
  }

  .footer-companyInfo-link:hover {
    color: #0177aa;
  }

  .footer-companyInfo-link:first-of-type,
.footer-companyInfo-link:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 91px;
  }

  .footer-socialMediaIcons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer-countryChanger {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
    padding: 0 1.875rem 0 0.9375rem;
    border-top: 0;
  }

  .bottomRow {
    -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;
    padding: 20px 30px;
  }

  .footer-companyInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: none;
    padding-left: 0.9375rem;
  }

  .footer-companyInfo-link:first-child {
    padding-left: 0;
  }

  .footer-companyInfo-link,
.footer-companyInfo-link:first-child,
.footer-companyInfo-link:last-child {
    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;
    padding: 0 15px;
  }

  .footer-buttonContainer {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    margin-top: 30px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    padding: 0 15px;
  }

  .footer-buttonContainer-button {
    padding: 0 15px;
  }

  .footer-socialMediaIcons {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0px 15px 0px 0px;
    width: 171px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-socialMediaIcons-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-copyright {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
                -ms-grid-row-align: auto;
            align-self: auto;
  }

  .footer-copyrightTerms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer-mobileAppBadges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer-mobileAppBadges-badge:last-child {
    margin-right: 0;
  }

  .simpleFooterDisplay .footer-mobileAppBadges {
    padding-bottom: 0;
  }

  .footer-terms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-copyright {
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .footer-costToShipLinks {
    padding-top: 11px;
  }

  .footer-costToShipLinks,
.footer-howToShipLinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer-terms-link {
    padding: 0 30px 0 0;
  }

  .footer-howToShipAndCostToShipLinks-link {
    padding: 0 30px 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer-howToShipAndCostToShipLinks-link:last-child {
    padding-bottom: 0;
  }

  .footer-terms-link--enterprise {
    margin: 0 30px 0 0;
  }

  .footer-terms-link:first-child,
.footer-terms-link:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-mobileAppBadges {
    padding-bottom: 0;
  }

  .enterpriseFooter-poweredByUship {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer-enterpriseInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .footer-enterpriseInfo .footer-copyright {
    padding-top: 0;
  }

  .footer-enterpriseLogo {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1840px) {
  .footer-copyrightTerms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-terms,
.footer-howToShipLinks,
.footer-costToShipLinks {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  footer#uship-footer {
    display: none;
  }

  .simpleFooterDisplay {
    border-top: 1px solid #dddddd;
  }

  .simpleFooterDisplay .footer-terms-link {
    padding: 5px 30px;
  }

  .simpleFooterDisplay .footer-terms-link:first-child {
    padding-top: 15px;
  }

  .simpleFooterDisplay .footer-copyright,
.simpleFooterDisplay .footer-terms-link:last-child,
.simpleFooterDisplay .footer-mobileAppBadges {
    padding-bottom: 15px;
  }

  .footer-buttonContainer {
    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-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    padding-top: 27px;
  }

  .footer-enterpriseInfo .footer-copyright {
    padding: 15px;
  }

  .footer-enterpriseLogo {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media print {
  footer#uship-footer {
    display: none !important;
  }
}