body {
  font-family: 'PT Sans', sans-serif;
  background-color: transparent;
}

h1,
h2 {
  color: #212121;
}

button,
a.button {
  border: 0;
  border-radius: 4px;
  background: #537456;
  text-transform: uppercase;
}
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  background: #222222;
  color: #fff;
}
button.style2 {
  background-color: #537456;
  border: none;
  border-radius: 4px;
}
button.style2:not([disabled]):hover,
button.style2:not([disabled]):focus {
  background-color: #212121;
  color: #fff;
}
a.button.mobile {
  color: #222;
  width: 124px;
  padding-top: 6px;
}
a.button.mobile:hover,
a.button.mobile:focus {
  color: #26282a;
}
button.text,
button.returnTo {
  color: #CF5D39;
}

button.text:hover,
button.returnTo:hover {
  color: #CF5D39;
  background-color: transparent;
}

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

a:hover,
a:active {
  color: #CF5D39;
  text-decoration: underline;
}

.validationBox h2,
.validationBox li {
  font-size: 1.6em;
  line-height: 1.56;
}

.paymentType .radiogroup label > span {
  color: #26282a;
  padding-top: 1px;
}

#wrapper {
  box-shadow: 0 0 0;
  position: static;
  background-color: transparent;
  overflow: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

#wrapper:before {
  content: "";
  background-color: #fff;
  height: 128px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 52px solid #BFD9C7;
}

#wrapper .products .labelInner1 .title {
  color: #26282a;
}

.mastheadLogo {
  display: flex;
  align-items: center;
}

.mastheadLogo #brand-logo { display: block; }
.mastheadLogo #mobile-logo { display: none; }
.mastheadLogo .tagline { display: none; }

.mast {
  margin-bottom: 50px;
  position: relative;
}

.mast .sleeve a .mobile { display: none; }
.mast .sleeve div { padding: 24px 0 66px; }

.validation-advice { text-align: right; }

.navigation-home {
  position: absolute;
  z-index: 10;
  color: red;
  width: 40px;
  height: 52px;
  display: inline-block;
  top: 140px;
  line-height: 64px;
  text-align: center;
}

.checkbox.showPassword.no-image {
  text-align: right;
}

/* ========================= */
/* FOOTER */
/* ========================= */

.footer {
  width: calc(100vw - 9px);
  margin: 0 calc(-50vw + 50%);
  position: relative;
  padding-top: 0;
}

.footer .sleeve {
  position: relative;
}

/* ✅ CLEAN, CONSISTENT FOOTER NAV */
.footer ul {
  width: 100%;
  padding: 17px 24px;
  margin: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px; /* ← Adjust spacing here */

  list-style: none;
  background: #f0f2f2;
  text-align: center;

  border: 0;
  box-shadow: none;
}

.footer li {
  color: #000;
  text-transform: uppercase;
  font-size: 0.889rem;
  font-family: PT Sans, sans-serif;
  line-height: 1.2;

  display: inline-flex;
  align-items: center;

  border: 0;
  margin: 0;
  padding: 0;
}

/* Simple separator that cannot create stray borders */
.footer li:not(:first-child)::before {
  content: "|";
  opacity: 1;
  margin-right: 12px; /* match gap */
}

.footer ul li a {
  color: #222;
  font-weight: bold;
  border: 0;
}

/* ========================= */
/* COPYRIGHT STACKED */
/* ========================= */

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 32px 0;
    background-image: url(https://d38brpbnn4v49e.cloudfront.net/Pictures/1600xAny/P/web/m/x/w/footerbg_576281.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.copyright img {
  display: block;
  margin: 0 auto 16px auto;
  width: 180px;
  height: auto;
}

.poweredby {
  font-size: 14px;
  line-height: 16px;
  padding: 24px 0;
  margin: auto;
  background-color: #f7f8f8;
  color: #888;
  text-align: center;
}

.poweredby a {
  color: #222;
}

.cta {
  border-top: 1px solid #537456;
  background: #BFD9C7;
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
}

.cta h4 {
    line-height: 1;
    padding: 0px;
}

.cta a {
  color: #000;
  font-weight: 400;
}

/* ========================= */
/* MOBILE */
/* ========================= */

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

  #wrapper:before {
    height: 66px;
    border-bottom: 25px solid #BFD9C7;
  }
    
    
    .mast .sleeve div {
        padding: 13px 0 48px;
    }

  .mastheadLogo #brand-logo { display: none; }
  .mastheadLogo #mobile-logo { display: block; }

  .mast { margin-bottom: 25px; }

  p, li, dl, address, table,
  label, fieldset fieldset legend,
  input.text, select, textarea {
    font-size: 1.6em;
    line-height: 1.56;
  }
}

/* ========================= */
/* TABLET+ */
/* ========================= */

@media screen and (min-width: 768px) {
  #wrapper:before {
    background-position: top right -20em;
  }
}

@media screen and (min-width: 1024px) {
  #wrapper:before {
    background-position: top right;
  }
}