/* CSS Document */
:root {
  --cubit: 1em; }

#ltf_donation_form {
  background: #F6F3EF;
  font-family: "IBM Plex Sans", sans-serif;
  color: #000;
  max-width: 1000px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 1em;
  min-height: 500px; }
  #ltf_donation_form .m-1 {
    margin: calc(var(--cubit) * 1); }
  #ltf_donation_form .mt-1 {
    margin-top: calc(var(--cubit) * 1); }
  #ltf_donation_form .mb-1 {
    margin-bottom: calc(var(--cubit) * 1); }
  #ltf_donation_form .ml-1 {
    margin-left: calc(var(--cubit) * 1); }
  #ltf_donation_form .mr-1 {
    margin-right: calc(var(--cubit) * 1); }
  @media (min-width: 920px) {
    #ltf_donation_form .m-lg-1 {
      margin: calc(var(--cubit) * 1); }
    #ltf_donation_form .mt-lg-1 {
      margin-top: calc(var(--cubit) * 1); }
    #ltf_donation_form .mb-lg-1 {
      margin-bottom: calc(var(--cubit) * 1); }
    #ltf_donation_form .ml-lg-1 {
      margin-left: calc(var(--cubit) * 1); }
    #ltf_donation_form .mr-lg-1 {
      margin-right: calc(var(--cubit) * 1); } }
  #ltf_donation_form .m-2 {
    margin: calc(var(--cubit) * 2); }
  #ltf_donation_form .mt-2 {
    margin-top: calc(var(--cubit) * 2); }
  #ltf_donation_form .mb-2 {
    margin-bottom: calc(var(--cubit) * 2); }
  #ltf_donation_form .ml-2 {
    margin-left: calc(var(--cubit) * 2); }
  #ltf_donation_form .mr-2 {
    margin-right: calc(var(--cubit) * 2); }
  @media (min-width: 920px) {
    #ltf_donation_form .m-lg-2 {
      margin: calc(var(--cubit) * 2); }
    #ltf_donation_form .mt-lg-2 {
      margin-top: calc(var(--cubit) * 2); }
    #ltf_donation_form .mb-lg-2 {
      margin-bottom: calc(var(--cubit) * 2); }
    #ltf_donation_form .ml-lg-2 {
      margin-left: calc(var(--cubit) * 2); }
    #ltf_donation_form .mr-lg-2 {
      margin-right: calc(var(--cubit) * 2); } }
  #ltf_donation_form .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-left: -0.5em;
    margin-right: -0.5em; }
    #ltf_donation_form .row .row {
      flex-wrap: nowrap; }
    #ltf_donation_form .row .col {
      flex: 1 1 100%;
      box-sizing: border-box;
      position: relative; }
    #ltf_donation_form .row .col-1 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%; }
    #ltf_donation_form .row .col-2 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%; }
    #ltf_donation_form .row .col-3 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
    #ltf_donation_form .row .col-4 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%; }
    #ltf_donation_form .row .col-5 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%; }
    #ltf_donation_form .row .col-6 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    #ltf_donation_form .row .col-7 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%; }
    #ltf_donation_form .row .col-8 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%; }
    #ltf_donation_form .row .col-9 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%; }
    #ltf_donation_form .row .col-10 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%; }
    #ltf_donation_form .row .col-11 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%; }
    #ltf_donation_form .row .col-12 {
      display: flex;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    @media (min-width: 920px) {
      #ltf_donation_form .row .col-lg-1 {
        -ms-flex: 1 1 8.3333333333%;
        max-width: 8.3333333333%;
        flex: 0 0 8.3333333333%; }
      #ltf_donation_form .row .col-lg-2 {
        -ms-flex: 1 1 16.6666666667%;
        max-width: 16.6666666667%;
        flex: 0 0 16.6666666667%; }
      #ltf_donation_form .row .col-lg-3 {
        -ms-flex: 1 1 25%;
        max-width: 25%;
        flex: 0 0 25%; }
      #ltf_donation_form .row .col-lg-4 {
        -ms-flex: 1 1 33.3333333333%;
        max-width: 33.3333333333%;
        flex: 0 0 33.3333333333%; }
      #ltf_donation_form .row .col-lg-5 {
        -ms-flex: 1 1 41.6666666667%;
        max-width: 41.6666666667%;
        flex: 0 0 41.6666666667%; }
      #ltf_donation_form .row .col-lg-6 {
        -ms-flex: 1 1 50%;
        max-width: 50%;
        flex: 0 0 50%; }
      #ltf_donation_form .row .col-lg-7 {
        -ms-flex: 1 1 58.3333333333%;
        max-width: 58.3333333333%;
        flex: 0 0 58.3333333333%; }
      #ltf_donation_form .row .col-lg-8 {
        -ms-flex: 1 1 66.6666666667%;
        max-width: 66.6666666667%;
        flex: 0 0 66.6666666667%; }
      #ltf_donation_form .row .col-lg-9 {
        -ms-flex: 1 1 75%;
        max-width: 75%;
        flex: 0 0 75%; }
      #ltf_donation_form .row .col-lg-10 {
        -ms-flex: 1 1 83.3333333333%;
        max-width: 83.3333333333%;
        flex: 0 0 83.3333333333%; }
      #ltf_donation_form .row .col-lg-11 {
        -ms-flex: 1 1 91.6666666667%;
        max-width: 91.6666666667%;
        flex: 0 0 91.6666666667%; }
      #ltf_donation_form .row .col-lg-12 {
        -ms-flex: 1 1 100%;
        max-width: 100%;
        flex: 0 0 100%; } }
    #ltf_donation_form .row .col-6, #ltf_donation_form .row .col-lg-6 {
      padding-right: .5em; }
      @media (max-width: 920px) {
        #ltf_donation_form .row .col-6, #ltf_donation_form .row .col-lg-6 {
          padding-right: 0; } }
      #ltf_donation_form .row .col-6 + .col-6, #ltf_donation_form .row .col-6 + .col-lg-6, #ltf_donation_form .row .col-lg-6 + .col-6, #ltf_donation_form .row .col-lg-6 + .col-lg-6 {
        padding-left: .5em;
        padding-right: 0; }
        @media (max-width: 920px) {
          #ltf_donation_form .row .col-6 + .col-6, #ltf_donation_form .row .col-6 + .col-lg-6, #ltf_donation_form .row .col-lg-6 + .col-6, #ltf_donation_form .row .col-lg-6 + .col-lg-6 {
            padding-left: 0; } }
  #ltf_donation_form #payment-form {
    width: 100%;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px; }
  #ltf_donation_form .req {
    color: red;
    font-size: 18px; }
  #ltf_donation_form input {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0;
    outline: none;
    margin-top: 0;
    font-size: 16px;
    padding: .875rem; }
  #ltf_donation_form select {
    background-color: #FFF !important;
    border: 1px solid #000 !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0;
    outline: none;
    margin-top: 0;
    font-size: 16px;
    padding: .875rem; }
  #ltf_donation_form .text-center {
    text-align: center; }
  #ltf_donation_form .justify-center {
    justify-content: center; }
  #ltf_donation_form .type-sm {
    font-size: .875rem; }
  #ltf_donation_form .error {
    font-size: 15px;
    opacity: 0;
    display: flex;
    margin: 0 0 0 76px;
    color: red;
    justify-content: start;
    padding-left: 3px;
    padding-bottom: 5px;
    max-height: 0px;
    height: 30px;
    overflow: hidden;
    transition: all ease .2s;
    align-items: flex-end;
    width: 100%; }
    @media (max-width: 700px) {
      #ltf_donation_form .error {
        margin-left: 0; } }
    #ltf_donation_form .error.show {
      opacity: 1;
      max-height: 30px; }
  #ltf_donation_form #donationValue_other_wrapper {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    width: 100%;
    align-items: center;
    display: flex;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all ease-out .2s; }
    @media (max-width: 700px) {
      #ltf_donation_form #donationValue_other_wrapper {
        overflow: visible; } }
    #ltf_donation_form #donationValue_other_wrapper.show {
      pointer-events: all;
      max-height: 250px;
      opacity: 1;
      transition: all ease .4s; }
    #ltf_donation_form #donationValue_other_wrapper .title {
      margin-top: .5em;
      marign-bottom: .1em; }
    #ltf_donation_form #donationValue_other_wrapper .theinput {
      position: relative; }
      #ltf_donation_form #donationValue_other_wrapper .theinput::before {
        content: '$';
        display: flex;
        position: absolute;
        width: 1em;
        left: -1em;
        height: 48px;
        align-items: center; }
      #ltf_donation_form #donationValue_other_wrapper .theinput .error {
        text-align: center;
        margin: 0;
        padding: 5px 15px;
        max-height: none;
        white-space: pre; }
        #ltf_donation_form #donationValue_other_wrapper .theinput .error .show {
          max-height: unset; }
  #ltf_donation_form .donationTypes, #ltf_donation_form .donationValues {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    #ltf_donation_form .donationTypes .input-wrapper, #ltf_donation_form .donationValues .input-wrapper {
      display: flex;
      position: relative;
      align-items: center;
      flex-wrap: wrap; }
      #ltf_donation_form .donationTypes .input-wrapper input, #ltf_donation_form .donationValues .input-wrapper input {
        display: none; }
      #ltf_donation_form .donationTypes .input-wrapper label, #ltf_donation_form .donationValues .input-wrapper label {
        font-size: 1.25rem;
        font-weight: bold;
        padding: 0.5rem 0.75rem 0.5rem 0.675rem;
        border: 1px solid #000;
        transition: all .25s;
        cursor: pointer;
        display: block;
        margin: .5em;
        margin-bottom: 0; }
        @media (max-width: 700px) {
          #ltf_donation_form .donationTypes .input-wrapper label, #ltf_donation_form .donationValues .input-wrapper label {
            margin-bottom: 0.5em; } }
        #ltf_donation_form .donationTypes .input-wrapper label:hover, #ltf_donation_form .donationValues .input-wrapper label:hover {
          background: #000;
          color: #fff; }
      #ltf_donation_form .donationTypes .input-wrapper input:checked + label, #ltf_donation_form .donationValues .input-wrapper input:checked + label {
        background: #000;
        color: #fff; }
  #ltf_donation_form .userFields {
    margin: 2em auto 0;
    max-width: 700px; }
    #ltf_donation_form .userFields .input-wrapper {
      width: 100%;
      margin-bottom: 1em;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #ltf_donation_form .userFields .input-wrapper input, #ltf_donation_form .userFields .input-wrapper textarea, #ltf_donation_form .userFields .input-wrapper select {
        width: auto;
        margin-left: 1em;
        display: flex;
        flex-grow: 1; }
        @media (max-width: 700px) {
          #ltf_donation_form .userFields .input-wrapper input, #ltf_donation_form .userFields .input-wrapper textarea, #ltf_donation_form .userFields .input-wrapper select {
            margin-left: 0; } }
        #ltf_donation_form .userFields .input-wrapper input::placeholder, #ltf_donation_form .userFields .input-wrapper textarea::placeholder, #ltf_donation_form .userFields .input-wrapper select::placeholder {
          opacity: .5; }
      #ltf_donation_form .userFields .input-wrapper textarea {
        padding: .875em;
        font-size: 14px;
        font-family: arial; }
      #ltf_donation_form .userFields .input-wrapper label {
        min-width: 60px; }
      @media (max-width: 700px) {
        #ltf_donation_form .userFields .input-wrapper {
          flex-wrap: wrap; }
          #ltf_donation_form .userFields .input-wrapper #state, #ltf_donation_form .userFields .input-wrapper #postcode {
            width: 100%;
            flex-shrink: 1;
            margin-bottom: 0.5em; } }
  @media (max-width: 700px) {
    #ltf_donation_form .statepostwrapper {
      width: calc(100% - 60px) !important;
      margin-left: auto; } }
  #ltf_donation_form .paymentFields {
    margin-top: 2em; }
    #ltf_donation_form .paymentFields #card-element {
      width: 100%;
      max-width: calc(700px - 3.5em);
      margin: auto;
      background-color: #fff;
      border-radius: 3px;
      padding: 1em;
      border-radius: 0;
      border: 1px solid #000; }
  #ltf_donation_form .submissionFields {
    margin: 1em 0; }
  #ltf_donation_form #ltf_donation_submit {
    padding: .875em 1.2em;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    outline: 0;
    border: 2px solid #000;
    transition: all ease .1s; }
    @media screen and (min-width: 700px) {
      #ltf_donation_form #ltf_donation_submit:hover {
        background: #fff;
        color: #000;
        cursor: pointer; } }
  #ltf_donation_form #formNotice {
    text-align: center;
    max-width: calc(700px - 3.5em);
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0; }
    #ltf_donation_form #formNotice.show {
      max-height: 700px;
      opacity: 1; }
    #ltf_donation_form #formNotice .content {
      display: block;
      padding: 1em 1em 1em 1em;
      margin-top: .5em;
      color: red; }
      #ltf_donation_form #formNotice .content strong {
        margin: 0;
        paddin: 0;
        margin-bottom: .5em;
        display: inline-block; }
      #ltf_donation_form #formNotice .content span {
        color: #FF0004;
        font-size: 14px; }
  #ltf_donation_form #successWrapper {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all ease .2s; }
    #ltf_donation_form #successWrapper.show {
      opacity: 1;
      max-height: 300px; }
    #ltf_donation_form #successWrapper #successNotice {
      margin-top: 1em;
      text-align: center;
      color: #000;
      background: transparent; }
      #ltf_donation_form #successWrapper #successNotice #successTitle {
        font-size: 20px;
        font-weight: bold !important;
        margin-bottom: 6px; }
      #ltf_donation_form #successWrapper #successNotice #successInfo {
        font-size: 14px;
        opacity: .9; }
  #ltf_donation_form #payment-form {
    transition: all ease-out .2s; }
    #ltf_donation_form #payment-form #ltf_donation_submit {
      width: 120px;
      height: 60px;
      padding: 0;
      position: relative; }
      #ltf_donation_form #payment-form #ltf_donation_submit:focus {
        background: #000 !important;
        color: #FFF !important; }
      #ltf_donation_form #payment-form #ltf_donation_submit .words, #ltf_donation_form #payment-form #ltf_donation_submit .spinner, #ltf_donation_form #payment-form #ltf_donation_submit .check {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity ease .2s; }
      #ltf_donation_form #payment-form #ltf_donation_submit .spinner {
        content: '';
        background-image: url("../inc/FadingBalls.gif");
        background-size: 40px;
        background-position: center center;
        background-repeat: no-repeat;
        filter: invert(1);
        background-blend-mode: screen;
        opacity: 0; }
      #ltf_donation_form #payment-form #ltf_donation_submit .check {
        display: none;
        content: '';
        background-image: url("../inc/TickAnimation.gif");
        background-size: 25px;
        background-position: center center;
        background-repeat: no-repeat;
        mix-blend-mode: exclusion;
        opacity: 0; }
    #ltf_donation_form #payment-form.processing {
      pointer-events: none;
      opacity: .5; }
      #ltf_donation_form #payment-form.processing #ltf_donation_submit .words {
        opacity: 0; }
      #ltf_donation_form #payment-form.processing #ltf_donation_submit .spinner {
        opacity: 1; }
    #ltf_donation_form #payment-form.finalNoticeRunning {
      opacity: 1; }
      #ltf_donation_form #payment-form.finalNoticeRunning #ltf_donation_submit .spinner {
        opacity: 0; }
      #ltf_donation_form #payment-form.finalNoticeRunning #ltf_donation_submit .check {
        display: flex;
        opacity: 1; }
