@charset "UTF-8";
/* CSS Document */
body {
  font-family: "PT Sans", sans-serif;
  background-color: transparent;
}
h1, h2 {
  color: #212121;
}
h1 {
  font-size: 2.9em;
  line-height: 1.241;
}
h3, h4, h5, h6 {
  font-size: 1.6em;
  line-height: 1.56;
}
p {
  font-size: 1.6em;
  line-height: 1.56;
}
p.style1 {
  font-size: 1.8em;
  line-height: 1.55;
}
li {
  font-size: 1.6em;
  line-height: 1.56;
}
ol li {
  margin-left: 27px;
}
dl {
  font-size: 1.6em;
  line-height: 1.56;
}
address {
  font-size: 1.6em;
  line-height: 1.56;
}
table {
  font-size: 1.6em;
  line-height: 1.56;
}
label, fieldset fieldset legend {
  font-size: 1.6em;
  line-height: 1.56;
}
input.text, select, textarea {
  border: 1px solid #DCDCDC;
  font-size: 1.6em;
}
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;
}
button.style2 {
  background: linear-gradient(30deg, rgba(240, 173, 72, 1) 0%, rgba(202, 42, 61, 1) 100%);
  border-color: transparent;
}
button.style2:not([disabled]):hover, button.style2:not([disabled]):focus {
  background: #444444;
  border-color: transparent;
  text-decoration: none;
}
a:link, a:visited {
  color: #026991;
  text-decoration: none;
  font-weight: 700;
}
a:hover, a:active {
  color: #222;
  text-decoration: underline;
}
.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;
}
.newsletter p.image-container img{
    height:auto;
}
#wrapper {
  box-shadow: 0 0 0;
  position: static;
  background-color: transparent;
  padding-top: 16px;
}
#wrapper .products .labelInner1 .title {
  color: #026991;
}
.mast {
  margin-bottom: 40px;
}
.mast:before {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 74px;
  top: 0;
  background-color: #f1f1f1;
  left: 0;
  right: 0;
}
.mastheadLogo #mobile-logo {
  display: block;
}
.mastheadLogo #brand-logo {
  display: none;
}
.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;
  padding-top: 0;
}
.footer ul {
  clear: both;
  background-color: #f2f2f2;
  color: #000;
  width: 100%;
  padding: 13px;
  float: none;
  text-align: center;
}
.footer li {
  text-transform: uppercase;
  font-size: 1.4em;
  border-top: none;
  border-left: none;
}
.footer ul li a {
  color: #000;
  font-weight: 700;
}
.footer .sleeve div {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
  color: #888;
}
.footer p {
  font-size: 12px;
  line-height: 24.96px;
  padding-top: 16px;
  text-align: center;
}
@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 {
    display: none;
  }
  .mast {
    margin: -10px -10px 24px;
    padding: 9px 10px 6px;
  }
  #mobile-logo {
    display: inline-block;
    width: 140px;
    margin-top: 0;
  }
  #desktop-logo {
    display: none;
  }
  .footer li {
    display: block;
    border-top: 0 none;
    padding-top: 0;
  }
} */
@media only screen and (min-width: 768px) {
  #wrapper {
    padding-top: 30px;
  }
  .mast {
    margin-bottom: 70px;
  }
  .mast:before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 120px;
    top: 0;
    background-color: #f1f1f1;
    left: 0;
    right: 0;
  }
  .mastheadLogo #mobile-logo {
    display: none;
  }
  .mastheadLogo #brand-logo {
    display: block;
  }
	.footer li {
  border-left: 1px solid #000;
}
}

@media only screen and (min-width: 1024px) {
	#wrapper {
    padding-top: 50px;
  }
	.mast {
    margin-bottom: 110px;
  }
	.mast:before {
    height: 160px;
		left: 0;
  }
}