/* *,
*:before,
*:after {
  box-sizing: border-box;
} */
body {
  font-family: "interface", sans-serif;
  color: #6c6c6c;
  background-color: #fff;
}

body:before {
  content: "";
  height: 167px;
  width: 100%;
  background: #222;
  position: absolute;
  top: 0;
  z-index: -1;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  font-family: "lexia", serif;
  color: #212121;
}

h1 {
  font-weight: 300;
  font-size: 36.5px;
  line-height: calc(46 / 36.5);
}

p {
  font-size: 1.8em;
  line-height: calc(28 / 18);
}

/*h3, h4, h5, h6 {
	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: #067fb1;
  text-transform: uppercase;
}
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  background: #82bfd8;
}
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: #067fb1;
}

button.text:hover,
button.returnTo:hover {
  color: #222;
}

button.style2 {
  background-color: #11b8fe;
  border-color: #11b8fe;
  font-family: "interface", sans-serif;
}
button.style2:not([disabled]):hover,
button.style2:not([disabled]):focus {
  background-color: #88dbfe;
  border-color: #88dbfe;
}

a:link,
a:visited {
  color: #11b8fe;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: underline;
}

.group .field.radio,
.group .field.checkbox {
  line-height: 21px;
}
.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: #067fb1;
  padding-top: 1px;
}

#abacus-logo-mobile {
  display: none;
}
#abacus-logo-desktop {
  display: inline-block;
}

#wrapper {
  box-shadow: 0 0 0;
  position: static;
  background-color: transparent;
  padding: 24px 10px 10px;
  overflow: visible;
}

#wrapper:before {
  content: "";
  background-color: #067fb1;
  height: 55px;
  width: 100%;
  position: absolute;
  top: 167px;
  left: 0;
  z-index: -1;
}

#wrapper .products .labelInner1 .title {
  color: #067fb1;
}

.mast {
  margin-bottom: 140px;
}

.mast .sleeve div {
  padding: 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;
}

.informSleeve > fieldset > legend {
  font-size: 2.4em;
  line-height: calc(28 / 24);
  font-family: "lexia", serif;
  color: #2c2c2c;
}

label,
fieldset fieldset legend {
  font-size: 1.6em;
  line-height: calc(28 / 16);
  font-weight: bold;
  color: #2c2c2c;
}

/* FOOTER */
.footer {
  border-top: 0;
  padding-top: 0;
}
.footer ul {
  clear: both;
  background-color: #067fb1;
  color: #fff;
  width: 100%;
  padding: 13px 0;
  float: none;
}

.footer li {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: calc(20 / 16);
}
.footer li:first-child {
  font-weight: normal;
}

.footer ul li a {
  color: #fff;
}

.footer .sleeve .powered-by {
  text-align: center;
  font-size: 1.6em;
  line-height: calc(20 / 16);
  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 {
    padding-top: 7px;
  }
  body:before {
    height: 52px;
  }
  #wrapper {
    padding-top: 10px;
  }
  #wrapper:before {
    display: none;
  }
  #abacus-logo-desktop {
    display: none;
  }
  #abacus-logo-mobile {
    display: inline-block;
  }
  .mast {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 2.6em;
    line-height: calc(32 / 26);
  }
  p {
    font-size: 1.6em;
    line-height: calc(23 / 16);
  }
  .informSleeve > fieldset > legend {
    font-size: 20.25px;
    line-height: calc(23 / 20.25);
  }
  .footer ul {
    text-align: center;
  }
  .footer li {
    display: block;
    border-top: 0 none;
    padding-top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .full-width {
    width: calc(100vw - 10px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .full-width .sleeve {
    position: relative;
    padding-right: 180px;
    padding-left: 10px;
    max-width: 1220px;
    margin: auto;
  }
  .full-width.top {
    background-color: #222;
  }
  .full-width.bottom {
    background: #067fb1;
  }
  .footer .sleeve .powered-by {
    position: absolute;
    top: 3px;
    right: 16px;
    color: white;
  }
  .footer .sleeve .powered-by a {
    font-weight: bold;
  }
}
