*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "PT Sans", sans-serif;
  background-color: transparent;
}

h1,
h2 {
  color: #212121;
}
ol li {
  margin-left: 27px;
}
button,
a.button {
  border: 0;
  border-radius: 5px;
  background: #006cb8;
  text-transform: uppercase;
}
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  background: #000;
}
a.button.mobile {
  color: #fff;
  width: 124px;
  padding-top: 6px;
}
a.button.mobile:hover,
a.button.mobile:focus {
  color: #fff;
}
button.text,
button.returnTo {
  color: #006cb8;
}

button.text:hover,
button.returnTo:hover {
  color: #222;
}

a:link,
a:visited {
  color: #006cb8;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: underline;
}

.site-logo {
  width: 424px;
}

.validationBox h2 {
  font-size: 1.6em;
  line-height: 1.56;
}

.validationBox li {
  font-size: 1.6em;
  line-height: 1.56;
}

.paymentType .radiogroup label > span {
  color: #006cb8;
  padding-top: 1px;
}

#wrapper {
  box-shadow: 0 0 0;
  position: static;
  background-color: transparent;
  overflow: visible;
}

#wrapper:before,
#wrapper:after {
  content: "";
  background-color: #7ab0e0;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}

#wrapper:before {
  height: 2px;
  top: 136px;
}
#wrapper:after {
  height: 1px;
  top: 187px;
}

#wrapper .products .labelInner1 .title {
  color: #006cb8;
}

.mast {
  margin-bottom: 76px;
}

.mast .sleeve a .mobile {
  display: none;
}

.mast .sleeve div {
  padding: 0 0 24px 0;
}

.navigation-home {
  position: absolute;
  z-index: 10;
  color: red;
  width: 40px;
  height: 52px;
  display: inline-block;
  top: 140px;
  line-height: 64px;
  text-align: center;
}

/* FOOTER */

.footer {
  border-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.footer ul {
  border-top: 2px solid #7ab0e0;
  clear: both;
  color: #005092;
  width: 100%;
  padding: 13px;
  float: none;
  text-align: center;
  border-bottom: 1px solid #7ab0e0;
}

.footer li {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 1.4em;
}

.footer ul li a {
  color: #005092;
}

.footer .sleeve div {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
  color: #888;
}

@media print {
  h2 {
    font-size: 100% !important;
  }
  table,
  table li,
  table p,
  p {
    font-size: 10pt;
    line-height: 1.2;
  }
  .address {
    margin-right: 20px;
  }
  .payment {
    margin-left: 0;
  }
  #wrapper {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }

  label,
  input,
  textarea,
  select {
    display: inline !important;
  }
  a:link:after,
  a:visited:after {
    content: none !important;
  }
  .navigation-home,
  .icon.required {
    display: none;
  }
  .mast {
    margin-bottom: 80px !important;
    padding: 17px 0;
  }

  .mast .sleeve div {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper:before {
    top: 56px;
    height: 1px;
  }
  #wrapper:after {
    display: none;
  }
  .site-logo {
    width: 150px;
  }
  .mast {
    margin-bottom: 30px;
  }
  .mast .sleeve div {
    padding: 0;
  }
  .footer li {
    display: block;
    border-top: 0 none;
    padding-top: 0;
  }
}

@media only screen and (min-width: 997px) {
  .footer {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 1220px) {
  .footer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
