/**
 * AllergyAware
 * http://wordpress.org/themes
 *
 * Copyright (c) 2014 John Bousfield
 * Licensed under the GPLv2+ license.
 */
/* About */
.nav-background {
  background: url('../../assets/images/bg-blue-dark.png');
}
#help-header {
  background: url('../../assets/images/bg-blue.png');
  position: relative;
  font-size: 12pt;
}
#help-header .intro-img {
  text-align: center;
  margin-top: 45px;
}
#help-header .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #fff;
}
@media (max-width: 990px) {
  #help-header .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #help-header .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#help-faq {
  background: #fff;
  position: relative;
  margin-bottom: 35px;
}
#help-faq .intro-copy {
  text-align: center;
  color: #3D7080;
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #help-faq .intro-copy {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #help-faq .list {
    margin: 0px !important;
    padding: 0px !important;
  }
}
#help-faq .faq-list {
  border-right: 1px solid #3D7080;
}
@media (max-width: 990px) {
  #help-faq .faq-list {
    border-right: none;
  }
}
#help-faq .faq-list .faq-list-item {
  color: #666;
  margin-bottom: 10px;
  padding-right: 30px;
  cursor: pointer;
}
@media (max-width: 990px) {
  #help-faq .faq-list .faq-list-item {
    padding-right: 0px;
  }
}
#help-faq .faq-list .faq-list-item .active-bg {
  background: #4797B1;
  color: #fff;
}
#help-faq .faq-list .faq-list-item .faq-link {
  padding: 5px 10px 5px 10px;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #help-faq .faq-list .faq-list-item .faq-link {
    padding: 5px 20px 5px 20px;
  }
}
#help-faq .faq-list .faq-list-item .active {
  background: #3D7080;
  color: #fff;
}
#help-faq .faq-list .faq-list-item .faq-answer {
  display: none;
}
#help-faq .faq-list .faq-list-item .faq-answer .faq-list-copy {
  color: #666;
  background: #f1f1f1;
  padding: 15px 20px 5px 20px;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 990px) {
  #help-faq .faq-list .faq-list-item .faq-answer {
    display: block;
  }
}
#help-faq .faq-display a.faq-anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
#help-faq .faq-display .faq-title {
  color: #3D7080;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
}
#help-faq .faq-display .faq-copy {
  color: #676767;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}
#help-faq .faq-display .faq-copy a:link,
#help-faq .faq-display .faq-copy a:active,
#help-faq .faq-display .faq-copy a:visited {
  color: #3D7080;
  text-decoration: underline;
  font-weight: 400;
}
#help-faq .faq-display .faq-copy a:hover {
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 990px) {
  #help-faq .faq-display {
    display: none;
  }
}
/*# sourceMappingURL=page-help.css.map */