form .recaptcha {
  width: 258px;
  height: 62px;
  margin: 2rem auto;
  border: 1px solid #c4c4c4; }
  form .recaptcha > div {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

form button[type=submit] {
  position: relative; }
  form button[type=submit]:disabled {
    background-color: #cccccc !important;
    color: #999999 !important; }
    form button[type=submit]:disabled::after {
      content: '';
      position: absolute;
      right: 10px;
      top: calc(50% - 10px);
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 20px;
      height: 20px;
      border: 3px solid #999999;
      border-top-color: #021580;
      border-radius: 10px;
      -webkit-animation-name: kfs_loading;
              animation-name: kfs_loading;
      -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }

.evo-content {
  font-size: 16px;
  line-height: 1.8em; }
  .evo-content h1 {
    font-size: 3em;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight); }
    @media only screen and (min-width: 768px) {
      .evo-content h1 {
        font-size: 3.875em; } }
  .evo-content h2 {
    font-size: 1.25em; }
  .evo-content p {
    margin: 1em auto; }

body.coupon h1 {
  margin-top: 0; }

body.coupon #coupon_wrapper {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto; }

.footer-links {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer-links a {
    display: block;
    color: #021580; }

@media only screen and (min-width: 768px) {
  br.only-mobile {
    display: none; }
  .footer-links a {
    display: inline-block;
    margin: 0 0.5em; }
  form .recaptcha {
    margin-left: 0px; } }

@media screen and (min-width: 1024px) {
  .not-desktop {
    display: none; } }

@-webkit-keyframes kfs_loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes kfs_loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.copy {
  padding-top: 30px; }
  .copy p {
    font-size: 16px; }

.footer-copy {
  text-align: right; }

/*# sourceMappingURL=main.css.map */
