.header {
  border-bottom: none;
  box-shadow: 0px 0px 16px #c9dbed;
}

.searchSection {
  background: url('../images/imgFAQ_BG.jpg') no-repeat center center;
  background-size: cover;
  height: 60vh;
  margin-top: 72px;
  text-align: center;
  border-bottom: 3px solid #1fcdba;
}

.searchSection .container {
  position: relative;
  height: 100%;
}

.searchSection .searchContainer {
  margin: auto;
  width: 90%;
  position: relative;
  top: 40%;
  -webkit-transform:  translateY(-40%);
  transform: translateY(-40%);
}

.searchSection h1 {
  color: #f5fcfd;
  text-shadow: 0px 2px 6px #5fbac8;
  font-size: 18px;
}

.searchSection p {
  font-family: 'Eras Light ITC';
color: #f5fcfd;
font-weight: bold;
font-size: 12px;
letter-spacing: 1px;
text-shadow: 1px 1px 0 #000000;
}

.faqSection {
  background-color: #9fd4e1;
}

.faqSection h1 {
  font-family: 'gentium_book_basicbold';
  color: #115464;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 22px;
  text-align: center;
}

.faqSection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faqSection li {
  position: relative;
  transition: all 0.4s ease;
  background-color: transparent;
  border-radius: 8px;
  padding: 15px 40px 15px 15px;
  margin: 15px 0;
  border: 1px solid transparent;
}

.faqSection li:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
}

.faqSection li.disclosed {
  background-color: #59a5b8;
}

.faqSection li.disclosed:hover {
  background-color: #7bc2d4;
}
.faqSection li h2 {
  color: #115464;
  transition: all 0.4s ease;
  padding: 0;
  font-size: 18px;
  margin: 0;
}

.faqSection .faqSection li:hover h2 {
  color: #c9f8ff;
}

.faqSection h2.collapsed::after {
  content: '\f078';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 16px;
}

.faqSection h2.disclosed::after {
  content: '\f077';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 16px;
}

.faqSection h2 .number {
  color: #f0fafd;
  text-shadow: 1px 2px 3px #687274;
}

.faqSection p {
  margin: 15px;
  color: #f0fafd;
  text-shadow: 1px 1px 0px #687274;
}

.faqSection .noAnswer {
  margin: 60px 0 30px;
  padding: 15px 0;
  border-top: 1px dashed #59a5b8;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}


@media only screen
and (max-width : 480px) {
  /* phone */
.scanSection {
  height: 480px;
}

}

@media only screen
and (min-width: 481px)
and (max-width: 1023px) {
  /* tablet portrait */
  .searchSection {
    margin-top: 50px;
    height: 70vh;
  }

  .searchSection .searchContainer {
    width: 70%;
    top: 25%;

    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  .searchSection h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .searchSection p  {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faqSection h1 {
    text-align: left;
    font-size: 28px;
  }

  .faqSection ul {
    margin: 15px;
    padding: 15px 0 0 0;
  }
}

@media only screen
and (min-width: 1023px) {
  /* tablet portrait */
  .searchSection {
    margin-top: 50px;
    height: 70vh;
  }

  .searchSection .searchContainer {
    width: 40%;
    top: 25%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  .searchSection h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .searchSection p  {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faqSection h1 {
    text-align: left;
    font-size: 28px;
  }

  .faqSection ul {
    margin: 15px;
    padding: 15px 0 0 0;
  }
}
