body {
  font-family: "PT-Sans", sans-serif;
  font-size: 10px;
  background-color: #fff;
  height: 100%;
  color:#222;
}

body::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 117px;
  content: "";
  background-size: 100%;
  border-bottom: 14px solid #525153;
  z-index: -1;
}


h1,
h2 {
  color: #212121;
}

h1 {
  font-size: 29px;
  line-height: 36px;
  margin-top: 70px;
}

h3,
h4,
h5,
h6 {
  font-size: 1.6em;
  line-height: 1.56;
}


.centreColumn h3{
  margin-top:1em;
}

p {
  font-size: 1.6em;
  line-height: 1.56;
}

p.required {
  font-size: 1.2em;
  text-align: right;
  text-transform: lowercase;
  margin-top: 1.875em;
}
p.required:before {
  content: "* ";
  color: red;
}

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;
}

button.text,
button.returnTo {
  color: #F25C19;
}

button.text:hover,
button.returnTo:hover {
  color: #525153;
}
 

button.style2:not([disabled]):hover,
button.style2:not([disabled]):focus {
  background-color: #525153;
  border: 1px solid;
}

a:link,
a:visited {
  color: #F25C19;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: underline;
}
#wrapper {
  box-shadow: none;
  background: none;
  padding-top: 10px;
  position: unset;
}

.validation-advice {
  font-size: 1.2em;
  text-align: end;
}

.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: #F25C19;
  padding-top: 1px;
}

#wrapper .products .labelInner1 .title {
  color: #F25C19;
}

.mast .sleeve a .mobile {
  display: none;
}

.mast .sleeve .mastheadLogo {
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 5px;
  display:flex;
} 

.mast .sleeve .mastheadLogo .strapline {
  display: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -7px;
 
}

.mast .sleeve .mastheadLogo .strapline h3{
  font-size: 20px;
  line-height: 22px;
 
  text-transform: uppercase;
  letter-spacing: -.01em;
}

.sleeve .mastheadLogo img {
  max-width: none;
}

button.style2 {

  border: 1px solid #F25C19;
  color: #fff;
  background-color: #F25C19;
  transition: background-color 0.3s, color 0.3s;
}
button.style2:hover {
  background-color: #F25C19;
  color: #fff;
}
.icon {
  background: 0;
  display: inline;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
}
.icon span {
  left: -1000em;
  position: absolute;
}
.icon.required {
  display: inline-block;
  margin: -4px 0 0 2px;
  vertical-align: top;
}
.icon.required:before,
p.required:before {
  color: #b71f38;
  content: "*";
  font-size: 1em;
}

.checkbox label{
  position:relative;
}
div.checkbox label{
  display:table-cell;
}
.checkbox input{
  display:none;
}

.checkbox.showPassword {
  text-align: right;
}

.checkbox.showPassword label {
  color: #222;
}
.checkbox label::before {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  z-index: 0;
  position: absolute;
  left: -20px;
  top: 2px;
  background-color: transparent;
}
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
    display: inline-block;
    height: 4px;
    width: 8px;
    border-left: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: rotate(-45deg);
    position: absolute;
    left: -17px;
    top: 5px;
}

.field.passwordField,
.field.passwordField + .field {
  display: flex;
}

.field.passwordField label,
.field.passwordField + .field label {
  flex: 1 0 0;
}

.field.passwordField input,
.field.passwordField + .field input {
  flex: 2 0 0;
}
.rightColumn {
  padding-top: 58px;
}

/* FOOTER */

.footer {
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.footer div{
  text-align: center;
  font-size: 12px;
  margin-top: 1rem;
}
.footer ul {
  clear: both;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  float: none;
  text-align: center;
  background-color: #525153;
}

.footer li {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 1.4em;
}

.footer ul li a {
  color: #fff;
}

.footer .sleeve div {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 30px;
  color: #222;
}

@media only screen and (max-width: 768px) {
  body {
    background-repeat: repeat-x;
  }
  body::before {
    background-image: none;
    
  }
  h1 {
    margin-top: 10px;
  }
  .mast .sleeve a [class="desktop"] {
    display: none;
  }
  .mast .sleeve a [class="mobile"] {
    display: block;
  }
  .mast .sleeve .mastheadLogo .mobile {
    margin: 0;
  }

  .footer li {
    display: block;
    border-top: 0 none;
    padding-top: 0;
  }

  .field.passwordField,
  .field.passwordField + .field {
    flex-direction: column;
  }

  body::before {
    height: 65px;
    border-bottom: 1px solid #525153;
  }
  .mast .sleeve .mastheadLogo {
    margin-top: 10px;
  }
}


@media only screen and (max-width: 1024px) { 
  .mast .sleeve .mastheadLogo .strapline{
    display:none;
  }
}