@import url("https://use.typekit.net/lad2vae.css");
body,
html {
  font-size: 18px;
}

body .qfie-main,
body #privPrefChoices td {
  color: #555;
  font-family: "abril-text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  font-style: normal;
}
body .btn,
body .btn:hover,
body .btn:focus,
body .btn:active {
  color: #fff;
  background: #5c5b54;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 0.8;
  border-style: none;
  border-width: 0px;
  border-color: initial;
  border-radius: 16px;
  padding: 12px 24px !important;
  letter-spacing: 1px;
  text-shadow: none;
  box-shadow: none;
}
body .btn:hover, body .btn:focus, body .btn:active,
body .btn:hover:hover,
body .btn:hover:focus,
body .btn:hover:active,
body .btn:focus:hover,
body .btn:focus:focus,
body .btn:focus:active,
body .btn:active:hover,
body .btn:active:focus,
body .btn:active:active {
  background: #00aabe !important;
}
body .alert small {
  font-size: 100%;
}
body input[type=checkbox],
body input[type=radio] {
  transform: scale(1.5);
}
body #privPrefChoices th,
body #privPrefChoices td:nth-child(n+2) {
  text-align: center;
}
body #toggle-bill-addr,
body #s2 {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
body #toggle-bill-addr h4,
body #s2 h4 {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
  margin-top: 0;
}
body #newOrdFormPayBlock {
  display: flex;
  flex-direction: column;
}
body #newOrdFormAutoRenewBlock {
  order: 1;
}
body #OnePagePayOptions {
  order: 3;
}
body #OnePagePayOptions > div {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
body #newOrdFormSubmit {
  order: 2;
}
body #newOrdFormSubmit > div {
  width: 100%;
  margin: 4rem 0 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
body #newOrdFormSubmit .btn {
  min-width: 40vw;
  font-size: 1rem;
}/*# sourceMappingURL=qfie.css.map */