body {

    background-color: whitesmoke;
    text-align: center;
    font-family: "Lato";
    font-weight: 900;
  }

  .main {

    display: inline;
    width: 100%;
    
  }

  input {

  height: 30px;
  }

  .divide {

    width: 50%;
    float: left;
    display: inline;

  }
  
  
  hr {
    background-color: #96bdff;
    border: 0;
    opacity: 0.5;
    height: 2px;
    margin-top: 1.4em;
  }
  
  button {
    margin-top: 4em;
    background-color: #f5c256;
    border: 1px solid rebeccapurple;
    color: black;
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0.5em 0em;
    width: 12rem;
    border-radius: 0.3rem;
    outline: none;
    .active & {
      border-bottom: 1px solid #ccc;
      border-radius: 0.3rem 0.3rem 0 0;
    }
  }
  .donate form {
    display: none;
    width: 12rem;
    -webkit-box-shadow: 0px 0px 10px 0px #2e5eae;
    -moz-box-shadow: 0px 0px 10px 0px #2e5eae;
    box-shadow: 0px 0px 10px 0px #2e5eae;
    padding-top: 50px;
    border-radius: 0.3rem;
    margin: 0 auto;
    margin-top: -50px;
    .active & {
      //display: block;
    }
  }
  .donate input {
    -webkit-appearance: none;
    display: none;
    position: absolute;
  }
  .donate label {
    display: block;
    background-color: #f2f2f2;
    color: #356bc6;
    padding: 0.5em 0;
    width: 12rem;
    font-size: 1.4rem;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    transition: all 0.05s ease;
    &:hover,
    &:focus {
      background-color: #ffffff;
      color: #2dbb55;
      -ms-transform: scale(1.02, 1.02); /* IE 9 */
      -webkit-transform: scale(1.02, 1.02); /* Safari */
      transform: scale(1.02, 1.02);
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
    &:last-child {
      border-radius: 0 0 0.3rem 0.3rem;
    }
  }
  
  #custom {
    max-width: 400px;
    margin: 0 auto;
    display: none;
    padding-top: 7em;
    h2 {
      text-align: center;
      margin: 0;
      letter-spacing: 0.2em;
      color: #96bdff;
      font-weight: 700;
      opacity: 0.7;
      text-transform: uppercase;
      font-size: 1.3em;
      padding-bottom: 0.75em;
    }
    .input-group-1 {
      width: 100%;
      margin-bottom: 0em;
      position: relative;
    }
    label {
      text-align: left;
      display: block;
      color: #96bdff;
      font-weight: 700;
      font-size: 2.8em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin: 1.6em 0 0.3em 0.2em;
      position: absolute;
      top: -1.25em;
      left: 0.5em;
    }
    input[type="text"] {
      text-align: left;
      font-family: "Lato";
      background-color: rgba(26, 68, 139, 0.3);
      font-weight: 300;
      border: 0px solid rgba(132, 178, 255, 0.67);
      color: white;
      font-size: 2.8em;
      box-sizing: border-box;
      padding-left: 2em;
      height: 30px;
      width: 100%;
      border-radius: 3px;
      outline: none;
    }
    button {
      background-color: #2dbb55;
      border-color: #2dbb55;
      font-size: 1.2em;
      margin-top: 1.2em;
      transition: all 0.2s ease;
      &:hover,
      &:focus {
        //background-color: red;
        -ms-transform: scale(1.04, 1.04); /* IE 9 */
        -webkit-transform: scale(1.04, 1.04); /* Safari */
        transform: scale(1.04, 1.04);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      }
    }
    .back {
      float: left;
      position: relative;
      text-indent: -999em;
      background-color: transparent;
      border: 3px solid #2e64c0;
      width: 2.4em;
      height: 2.4em;
      border-radius: 50%;
      span {
        position: absolute;
        display: block;
        background-color: #2e64c0;
        width: 60%;
        top: 50%;
        margin-top: -1.5px;
        left: 20%;
        height: 3px;
        border-radius: 3px;
        &:nth-child(2) {
          width: 40%;
          top: 64%;
          left: 17%;
          -ms-transform: rotate(45deg); /* IE 9 */
          -webkit-transform: rotate(45deg); /* Safari */
          transform: rotate(45deg);
        }
        &:nth-child(3) {
          width: 40%;
          top: 36%;
          left: 17%;
          -ms-transform: rotate(-45deg); /* IE 9 */
          -webkit-transform: rotate(-45deg); /* Safari */
          transform: rotate(-45deg);
        }
      }
    }
    .warn {
      display: none;
    }
    .next {
      float: right;
    }
  }
  
  #details1 {
    padding-top: 7em;
    text-align: left;
    display: none;
    text-align: center;
    margin: 0;
    .back {
      float: left;
      position: relative;
      text-indent: -999em;
      background-color: transparent;
      border: 3px solid #2e64c0;
      width: 2.4em;
      height: 2.4em;
      border-radius: 50%;
      span {
        position: absolute;
        display: block;
        background-color: #2e64c0;
        width: 60%;
        top: 50%;
        margin-top: -1.5px;
        left: 20%;
        height: 3px;
        border-radius: 3px;
        &:nth-child(2) {
          width: 40%;
          top: 64%;
          left: 17%;
          -ms-transform: rotate(45deg); /* IE 9 */
          -webkit-transform: rotate(45deg); /* Safari */
          transform: rotate(45deg);
        }
        &:nth-child(3) {
          width: 40%;
          top: 36%;
          left: 17%;
          -ms-transform: rotate(-45deg); /* IE 9 */
          -webkit-transform: rotate(-45deg); /* Safari */
          transform: rotate(-45deg);
        }
      }
    }
    .next {
      float: right;
    }
    h2 {
      text-align: center;
      margin: 0;
      letter-spacing: 0.2em;
      color: #96bdff;
      font-weight: 700;
      opacity: 0.7;
      text-transform: uppercase;
      font-size: 1.3em;
      padding-bottom: 0.75em;
    }
    .input-group-1 {
      width: 100%;
      margin-bottom: 0em;
    }
    .input-group-2 {
      width: 48.33114%;
      margin-right: 1.33772%;
      margin-bottom: 1.2em;
      float: left;
      &:nth-child(2n) {
        float: right;
        margin-right: 0;
      }
    }
    .input-group-3 {
      width: 37.952%;
      margin-right: 3.33772%;
      margin-bottom: 1.2em;
      float: left;
      &:nth-child(6n) {
        width: 17%;
      }
      &:nth-child(7n) {
        float: right;
        margin-right: 0;
      }
    }
    .contact-info {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
    label {
      text-align: left;
      display: block;
      color: white;
      font-weight: 300;
      font-size: 0.8em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin: 1.6em 0 0.3em 0.2em;
    }
    input[type="text"] {
      text-align: left;
      font-family: "Lato";
      background-color: rgba(26, 68, 139, 0.3);
      font-weight: 300;
      border: 0px solid rgba(132, 178, 255, 0.67);
      color: white;
      font-size: 1.3em;
      box-sizing: border-box;
      padding-left: 0.75em;
      height: 4.2em;
      width: 100%;
      border-radius: 3px;
      outline: none;
    }
    button {
      background-color: #2dbb55;
      border-color: #2dbb55;
      font-size: 1.2em;
      margin-top: 1.2em;
      transition: all 0.2s ease;
      &:hover,
      &:focus {
        //background-color: red;
        -ms-transform: scale(1.04, 1.04); /* IE 9 */
        -webkit-transform: scale(1.04, 1.04); /* Safari */
        transform: scale(1.04, 1.04);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      }
    }
  }
  
  #card {
    padding-top: 7em;
    text-align: left;
    display: none;
    text-align: center;
    margin: 0;
    hr {
      margin-top: 0.2em;
    }
    .back {
      float: left;
      position: relative;
      text-indent: -999em;
      background-color: transparent;
      border: 3px solid #2e64c0;
      width: 2.4em;
      height: 2.4em;
      border-radius: 50%;
      span {
        position: absolute;
        display: block;
        background-color: #2e64c0;
        width: 60%;
        top: 50%;
        margin-top: -1.5px;
        left: 20%;
        height: 3px;
        border-radius: 3px;
        &:nth-child(2) {
          width: 40%;
          top: 64%;
          left: 17%;
          -ms-transform: rotate(45deg); /* IE 9 */
          -webkit-transform: rotate(45deg); /* Safari */
          transform: rotate(45deg);
        }
        &:nth-child(3) {
          width: 40%;
          top: 36%;
          left: 17%;
          -ms-transform: rotate(-45deg); /* IE 9 */
          -webkit-transform: rotate(-45deg); /* Safari */
          transform: rotate(-45deg);
        }
      }
    }
    .next {
      float: right;
    }
    h2 {
      text-align: center;
      margin: 0;
      letter-spacing: 0.2em;
      color: #96bdff;
      font-weight: 700;
      opacity: 0.7;
      text-transform: uppercase;
      font-size: 1.3em;
      padding-bottom: 0.75em;
    }
    .input-group-1 {
      width: 100%;
      margin-bottom: 0em;
    }
    .input-group-2 {
      width: 48.33114%;
      margin-right: 1.33772%;
      margin-bottom: 1.2em;
      float: left;
      &:nth-child(2n) {
        float: right;
        margin-right: 0;
      }
    }
    .input-group-3 {
      width: 37.952%;
      margin-right: 3.33772%;
      margin-bottom: 1.2em;
      float: left;
      &:nth-child(5n) {
        width: 17%;
      }
      &:nth-child(3n) {
        float: right;
        margin-right: 0;
      }
    }
    .contact-info {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }
    label {
      text-align: left;
      display: block;
      color: white;
      font-weight: 300;
      font-size: 0.8em;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin: 1.6em 0 0.3em 0.2em;
    }
    input[type="text"] {
      text-align: left;
      font-family: "Lato";
      background-color: rgba(26, 68, 139, 0.3);
      font-weight: 300;
      border: 0px solid rgba(132, 178, 255, 0.67);
      color: white;
      font-size: 1.3em;
      box-sizing: border-box;
      padding-left: 0.75em;
      height: 4.2em;
      width: 100%;
      border-radius: 3px;
      outline: none;
    }
    button {
      background-color: #2dbb55;
      border-color: #2dbb55;
      font-size: 1.2em;
      margin-top: 1.2em;
      transition: all 0.2s ease;
      &:hover,
      &:focus {
        //background-color: red;
        -ms-transform: scale(1.04, 1.04); /* IE 9 */
        -webkit-transform: scale(1.04, 1.04); /* Safari */
        transform: scale(1.04, 1.04);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      }
    }
  }
  
  #check {
    padding-top: 7em;
    text-align: center;
    display: none;
    button {
      background-color: #2dbb55;
      border-color: #2dbb55;
      font-size: 1.2em;
      transition: all 0.2s ease;
      display: block;
      margin: 1.5em auto 1em;
      text-shadow: 2px 2px #1f9a42;
      &:hover,
      &:focus {
        //background-color: red;
        -ms-transform: scale(1.04, 1.04); /* IE 9 */
        -webkit-transform: scale(1.04, 1.04); /* Safari */
        transform: scale(1.04, 1.04);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      }
    }
    button {
    }
    p {
      font-weight: 300;
      letter-spacing: 0.03em;
      padding-top: 1em;
      color: white;
      margin: 0;
      font-size: 1.3em;
    }
    h2 {
      text-align: center;
      margin: 0;
      letter-spacing: 0.2em;
      color: #96bdff;
      font-weight: 700;
      opacity: 0.7;
      text-transform: uppercase;
      font-size: 1.3em;
      padding-bottom: 0.75em;
    }
    span {
      display: inline-block;
      margin: 0 auto;
      border-radius: 5px;
      color: white;
      font-weight: 700;
      font-size: 3.2em;
      letter-spacing: 0.1em;
      padding: 0.2em 1em 0.3em;
      text-shadow: 2px 2px #255bb5;
    }
  }
  
  #confirm {
    display: none;
    height: 300px;
    &.animated {
      display: block;
    }
    h2 {
      color: #96bdff;
      margin: 0;
      padding-top: 0px;
      padding-bottom: 20px;
      font-size: 3em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    p {
      color: white;
      line-height: 1.6;
      font-size: 1.4em;
      font-weight: 300;
      margin-bottom: 2em;
    }
    span {
      color: white;
      background-color: #2dbb55;
      padding: 0.25em 0.45em;
      margin: 0 0.15em;
      font-weight: 700;
      text-shadow: 2px 2px #1f9a42;
      font-size: 1em;
      border-radius: 0.2em;
    }
  }
  
  .processing {
    display: none;
    .mask {
      position: absolute;
      width: 130px;
      height: 100px;
      background-color: #3672d7;
      top: -3em;
      z-index: 999;
    }
  
    .check {
      position: relative;
      margin: 150px auto 70px;
      width: 110px;
      height: 1px;
      span {
        display: block;
        position: absolute;
        height: 0.5em;
        width: 5em;
        border-radius: 3px;
        background-color: #34d461;
        &:first-child {
          left: 2em;
          -ms-transform: rotate(-45deg); /* IE 9 */
          -webkit-transform: rotate(-45deg); /* Safari */
          transform: rotate(-45deg);
        }
        &:last-child {
          width: 3em;
          top: 0.9em;
          left: 0.3em;
          -ms-transform: rotate(45deg); /* IE 9 */
          -webkit-transform: rotate(45deg); /* Safari */
          transform: rotate(45deg);
        }
      }
    }
  
    .outer {
      position: relative;
      background-color: #2e64c0;
      height: 0.5em;
      width: 14em;
      margin: 1em auto;
      border-radius: 3px;
    }
  
    .progress {
      //display: none;
      position: absolute;
      background-color: #528cef;
      height: 0.5em;
      width: 0em;
      top: 0em;
      left: 0;
      margin: 0;
      border-radius: 3px;
      z-index: 1;
      overflow: hidden;
    }
  
    span {
      text-transform: uppercase;
      letter-spacing: 0.3em;
      color: #96bdff;
    }
  }
  
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }
  


  // LEFT SIDE 



  
  h1 {
     
    font-size: 2em;
    
  }



  h2 {
    margin: 20px auto 20px;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
    
  }
  
  details {
    width: 95%;
    min-height: 5px;
    max-width: 700px;
    padding: 45px 70px 45px 45px;
    margin: 0 auto;
    position: relative;
    font-size: 1.4em;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .3s;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
  }
  
  details p {
    color: #96999d;
    font-weight: 300;
    text-align: left;
    font-size: 1.2em;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
  }
  
  summary:focus {
    outline: none;
    
  }
  
  summary:focus::after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px rebeccapurple;
  }
  
  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none;
  }
  
  .control-icon-close {
    display: none;
  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
  }

  .footer p {

    font-size: 0.6em;
  }

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

    h1 {
     
      font-size: 1em;
      
    }

    h2 {
     
    margin: 20px auto 5px;
      font-size: 0.9em;
      
    }

    .divide {
      width: 100%;
      float: center;
      display: inline-block;
    }

    details {

      font-size: 0.9em;
      padding: 25px 70px 25px 45px;
    }

    details p {

      font-size: 0.8em;
    }
  }


