/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2023 | 18:07:00 */
a {
    text-decoration:none !important;
}  

.question {
    text-align: center;
}
  .hidden {
      display: none;
  }
  .inlineBlock {
      display: inline-block;
  }
  .cta_btn {
      text-align: center;
      background-color: #2c88d9;
      border-radius: 3px;
      padding: 15px 0px;
      margin-top: 10px;
      color: white;
      font-weight: bold;
      font-size: 1.5rem;
      text-decoration: none !important;
      display: block;
  }
  .cta_btn:hover {
      color: white;
      box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
      cursor: pointer;
  }
  .boxme {
      text-align: center;
      padding: 40px 34px;
      background-color: #fff;
      border-top: 5px solid #00007c;
      font-size: 14px;
      line-height: 1.75;
      font-weight: 400;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
      transition: all .2s ease;
  }
  .survey {
      text-align: center;
  }
  .loading {
      font-size: 24px;
      font-weight: bold;
  }
  .qualifyHeadline {
      font-size: 32px;
      font-weight: bold;
      color: ff0000;
      margin-bottom: 20px;
  }
  .loadingCopy {
      font-size: 22px;
        margin-bottom:25px;
  }
  #q2,#q3,#q4,#q5,#q6,
  #loading1,
  #loading2,
  #loading3,
  #qualify {
      display: none;
  }
.result-p{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.row {
  display: flex;
}
#qualify .card .row .column i {
    margin-right: 5px;
}
.column {
  flex: 50%;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.column h3 {
    font-weight: bold;
}
.end{
  justify-content: end;
}
.fa{
  color:#1aae9f!important;
}
.card{
  padding: 24px;
  border-radius: 10px;
  box-shadow: 1px 5px 10px #888888;
  margin: 25px;
}
#qualify .card .row:nth-child(3) {
    margin-top: 10px;
}

@media(max-width:860px){
  .column {
    flex: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
   }
  .row{
    display:block;
  }
  .column h3 {
    font-weight: bold;
    font-size: 19px;
   }
  .result-p {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
  }
  .card {
    padding: 15px;
    box-shadow: 1px 5px 10px #888888;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
  .boxme{
        padding: 35px 20px;
  }
}
  @keyframes fade-in {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @keyframes fade-out {
      0% {
          opacity: 1;
      }
      100% {
          opacity: 0;
      }
  }
  .fade-in {
      animation: fade-in;
      animation-duration: .5s;
  }
  .fade-out {
      animation: fade-out;
      animation-duration: .5s;
  }
/* For example: 
.example {
color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
