#frequently-asked-questions .main-content {
  padding-bottom: 0px;
}

#frequently-asked-questions .sidebar-nav ul li {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 2px solid #1f1f1f;
}

#frequently-asked-questions .content {
  background: #ff9f69;
}

.privacy-terms-container {
  width: 900px;
  margin: 50px auto 75px;
}

.privacy-terms-container ol li {
  margin-left: 20px;
  margin-bottom: 30px;
}

.privacy-terms-containerol li p {
  font-weight: 400;
}

.privacy-terms-container ol li,
.privacy-terms-container ol li p.list-header {
  font-weight: bold;
}

.privacy-terms-container ol li ol {
  list-style: lower-alpha;
  margin-bottom: 20px;
}

.privacy-terms-container ol li ol li {
  font-weight: 400;
  margin-bottom: 5px;
}

#privacy-policy .privacy-terms-container h1,
#cookie-policy .privacy-terms-container h1 {
  display: none;
}

@media (max-width: 1250px) {
  .privacy-terms-container {
    width: 72vw;
    /* margin-top: 15vw; */
  }
}

@media (max-width: 768px) {
  .privacy-terms-container {
    width: 83vw;
    /* margin-top: 30vw; */
  }

  #frequently-asked-questions .content {
    margin-bottom: 50px;
  }
}

// FAQ

.hero-section.faq {
  padding: 13.7vw 0 6vw;
  background: #eff8df;
}
#frequently-asked-questions .hero-section.faq {
  margin-bottom: 100px;
}

.hero-section.faq .content h1 {
  width: 40vw;
}

.hero-section.faq .content {
  position: static;
}

.hero-section.faq .content .squiggle {
  width: 8.375vw;
}

.faq-content {
  /*background-color: #F7F5F3;*/
  width: 74.75vw;
  margin: 0 auto;
  padding: 100px 0 1px 0;
}
#frequently-asked-questions .faq-content {
  padding-top: 0;
  margin-bottom: 150px;
}

.faq-content a,
.faq-content a:active,
.faq-content a:visited,
.faq-content a:hover {
  color: #1f1f1f;
  cursor: pointer;
}

.faq-nav {
  float: left;
  width: 20%;
  margin-top: 20px;
}

.faq-content-wrapper {
  float: right;
  width: 75%;
}

.faq-content-wrapper h2 {
  font-size: 30px;
  border-bottom: 2px solid #1f1f1f;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 0;
  letter-spacing: -1px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  padding: 30px 15px 30px 0;
  width: 100%;
  text-align: left;
  border-top: 2px solid #1f1f1f;
  outline: none;
  opacity: 0.5;
  transition: 0.4s;
}

.accordion span {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  max-width: 92%;
  display: inline-block;
}

#frequently-asked-questions .accordion {
  opacity: 1;
  color: black;
}

#frequently-asked-questions .faq-content-wrapper h2 {
  font-size: 40px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
  padding-bottom: 20px;
  text-align: left;
}

// #frequently-asked-questions .panel p {
//   font-size: 1.671vw;
//   line-height: 2.25vw;
//   color: black;
// }

#frequently-asked-questions .bottom-cta-section {
  margin-top: 150px;
}

.faq-section {
  border-bottom: 2px solid #1f1f1f;
  margin-bottom: 75px;
}
.faq-section:last-of-type {
  margin-bottom: 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
// .accordion:hover {
//   background-color: #E6E5E5;
// }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 15px 10px 30px 14px;
  display: none;
  overflow: hidden;
}

.panel p,
.panel ul li {
  font-size: 21px;
  line-height: 1.5;
  width: 92%;
  text-align: left;
}
.panel ul {
  padding-left: 20px;
}

.accordion:after {
  content: "+";
  font-size: 30px;
  color: black;
  /*font-weight: bold;*/
  margin-right: 10px;
  position: relative;
  top: 4px;
  float: right;
  line-height: 24px;
  font-family: "Basier", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.accordion.active:after {
  content: "-";
}

@media (max-width: 991px) {
  #frequently-asked-questions .hero-section.faq {
    margin-bottom: 15vw;
  }
  .hero-section.faq {
    padding: 30vw 0 10vw;
  }

  .hero-section.faq .content h1 {
    font-size: 10vw;
    width: 94%;
  }

  .hero-section.faq .content .squiggle {
    width: 35.2vw;
  }

  .faq-content {
    width: 100%;
    padding-top: 50px;
  }
  .faq-nav,
  .faq-content-wrapper {
    float: none;
    width: 88%;
    margin: 0px auto;
    margin-bottom: 10vw;
  }
  .faq-content-wrapper h2,
  #frequently-asked-questions .faq-content-wrapper h2 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 5px;
  }
  #frequently-asked-questions .faq-content-wrapper h2 {
    padding: 0px 0 20px;
    text-align: left;
    letter-spacing: 0;
    font-size: 4.2vw;
  }

  .faq-section {
    margin-bottom: 12vw;
  }
  .faq-section .panel {
    padding: 0px;
  }
  .accordion {
    padding: 30px 0;
  }

  .accordion span {
    font-size: 3.733vw;
    line-height: 4.48vw;
  }

  #subscribe-to-proper-wild .subscribe-faq-cont .accordion:first-of-type {
    border-top: 2px solid #1f1f1f;
  }

  .panel p,
  #frequently-asked-questions .panel p {
    width: 100%;
    margin: 0 0 30px;
    font-size: 4.8vw;
    line-height: 5.76vw;
  }

  .panel p:last-child {
    margin: 0;
  }
  .subscribe-faq-cont .faq-accordion-container a,
  .subscribe-faq-cont .faq-accordion-container a:hover,
  .subscribe-faq-cont .faq-accordion-container a:visited {
    font-size: 4.8vw;
    line-height: 5.76vw;
  }

  #frequently-asked-questions .bottom-cta-section {
    margin-top: 0;
  }
  #frequently-asked-questions .bottom-cta-section h2 {
    padding-top: 12vw;
  }
  #frequently-asked-questions .footer {
    margin-top: 0;
  }

  #frequently-asked-questions .faq-content {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  #frequently-asked-questions .faq-content-wrapper h2 {
    font-size: 24px;
  }
}
