body {
  font-family: "PT Sans", sans-serif;
background:#fff;
}

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: 0;
}
button.style2,
a.button.style2{
  border-radius: 0;
}

button.text,
button.returnTo {
  color: #fff;
  background-color: #42789e;
}

button.text:hover,
button.returnTo:hover {
  color: #222;
}

a:link,
a:visited {
  color: #2c2c2c;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: underline;
}
#wrapper {
	box-shadow: 0 0 0;
	position: static;
	background-color: transparent;
	overflow:inherit; 
	padding-top:0;
  } 
  #wrapper {
	padding-bottom:0;
  }

#wrapper:before {
	content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0F52BA),to(#6693F5));
  background: linear-gradient(to right, #0F52BA 0%,#6693F5 100%);    
	height: 160px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom: 0 solid;
  }

.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: #42789e;
  padding-top: 1px;
}

#wrapper .products .labelInner1 .title {
  color: #42789e;
}
.mast{
  margin-bottom:45px;
}
.mast .sleeve a .mobile {
  display: none;
}

.mast .sleeve .mastheadLogo {
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 30px;
}
.mast .sleeve .mastheadLogo img {
  max-width: none;
}
button.style2 {
  border: 0;
  background-color: #0F52BA;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
   font-family: "PT Sans", sans-serif;
}
button.style2:not([disabled]):hover, button.style2:not([disabled]):active, button.style2:not([disabled]):focus {
  background-color: #07295C;
  color: #fff;
}
/* FOOTER */
.footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.footer ul {
  clear: both;
  background-color: #0F52BA;
  color: #fff;
  width: 100%;
  padding: 13px;
  float: none;
  text-align: center;
}

.footer li {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-size: 1.6em;
}

.footer ul li a {
  color: #fff;
}

.footer .sleeve div {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
  color: #888;
}

@media only screen and (max-width: 767px) {
  body {

  }
  .mast{
    margin-bottom:40px;
  }
  .mast .sleeve a [class="desktop"] {
    display: none;
  }
  .mast .sleeve a [class="mobile"] {
    display: block;
  }
  .mast .sleeve .mastheadLogo .mobile {
    margin: 0;
  }
  .mast .sleeve .mastheadLogo {
    margin-top: 0;
  }
  .footer li {
    display: block;
    border-top: 0 none;
    padding-top: 0;
  }
  #wrapper {
    padding-top: 10px;
  }
    #wrapper:before {
      content: "";
      background: -webkit-gradient(linear, left top, right top, from(#0F52BA),to(#6693F5));
      background: linear-gradient(to right, #0F52BA 0%,#6693F5 100%);    
      height: 65px;
    
      }
}
