#help-page .featured {
    overflow: hidden;
    background-color: #656969;
    background-image: url("../img/bg-featured-help.jpg");
    background-size: cover;
    background-position: bottom center;
    overflow: visible;
    z-index: 998;
    color: #fff;
    text-align: center;
}
#help-page #featured-container {
	padding-top: 100px;
	padding-bottom: 160px;
}
#help-page .featured h1 {
	color: #fff;
	text-align: left;
}
#help-page #help-faq .tabs-wrap {
	position: relative;
	margin: 0px auto;
	background: #ecefef;
	border-bottom: solid 1px #e5e7e7;
}
#help-page #help-faq .tabs-wrap ul {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#help-page #help-faq .tabs-wrap ul li {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
  margin: 15px 0 0 0;
  padding: 20px 0 20px 0;
	cursor: pointer;
  position: relative;
  top: 1px;
  background: transparent;
  border-top: solid 2px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
}
#help-page #help-faq .tabs-wrap ul li a {
	font-size: 18px;
  line-height: 1.2em;
	color: #353739;
	opacity: 0.5;
	text-decoration: none !important;
}
#help-page #help-faq .tabs-wrap ul li a:hover,
#help-page #help-faq .tabs-wrap ul li a:active {
	text-decoration: none !important;
}
#help-page #help-faq .faqs-wrap {
	display: block;
	width: 100%;
	position: relative;
	padding: 50px 0 35px 0;
}
#help-page #help-faq .faqs-wrap .faq-list {
	display: block;
	width: 100%;
	height: auto;
}
#help-page #help-faq .faqs-wrap #business-faq {
	display: none;
}



#help-page #help-faq.show-consumer #consumer-tab {
  background: #fff;
  border-top: solid 2px #00afd8;
  border-left: solid 1px #e5e7e7;
  border-right: solid 1px #e5e7e7;
}
#help-page #help-faq.show-consumer #consumer-tab a {
	opacity: 1;
}
#help-page #help-faq.show-consumer #consumer-faq {
	opacity: 1;
}
#help-page #help-faq.show-consumer .faqs-wrap #consumer-faq {
	display: block;
}
#help-page #help-faq.show-consumer .faqs-wrap #business-faq {
	display: none;
}

#help-page #help-faq.show-merchant #business-tab {
  background: #fff;
  border-top: solid 2px #00afd8;
  border-left: solid 1px #e5e7e7;
  border-right: solid 1px #e5e7e7;
}
#help-page #help-faq.show-merchant #business-tab a {
	opacity: 1;
}
#help-page #help-faq.show-merchant #business-faq {
	opacity: 1;
}
#help-page #help-faq.show-merchant .faqs-wrap #consumer-faq {
	display: none;
}
#help-page #help-faq.show-merchant .faqs-wrap #business-faq {
	display: block;
}




#help-page #help-faq .faqs-wrap .faq-list h3 {
	border-bottom: solid 1px #e5e7e7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#help-page #help-faq .faqs-wrap .faq-list .toc {
	border-bottom: solid 1px #e5e7e7;
	padding: 20px 0;
	margin-bottom: 50px;
}
#help-page #help-faq .faqs-wrap .faq-list .toc ul {
	list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#help-page #help-faq .faqs-wrap .faq-list .toc li {
  line-height: 1.4em;
  padding-bottom: 15px;
}
#help-page #help-faq .faqs-wrap .faq-list .list ul {
	list-style-type: none;
	padding-left: 0;
}
#help-page #help-faq .faqs-wrap .faq-list .list h4 {
	font-family: 'ProximaNova-Semibold', "Helvetica-Neue", Helvetica, Sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
}
#help-page #help-faq .faqs-wrap .faq-list .list li {
	padding-bottom: 10px;
}
#help-page #help-faq .faqs-wrap .faq-list .list li p {
	padding-bottom: 15px;
}


#help-page #help-faq .faqs-wrap #consumer-faq .callout {
  background: #f5feff;
  border: solid 1px #bee4ed;
  padding: 30px;
  margin-bottom: 30px;
  line-height: 1.4em;
}
#help-page #help-faq .faqs-wrap #consumer-faq .callout p {
  padding: 5px 0px;
}





@media (min-width: 992px) {

  #help-page #help-faq .faqs-wrap .faq-list .toc li.col-md-6:nth-child(2n+1) {
  	clear: left;
  }

}

@media (max-width: 767px) {

  #help-page #featured-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #help-page #help-faq .tabs-wrap ul li {
    padding: 12px 0 12px 0;
  }
  #help-page #help-faq .tabs-wrap ul li a {
  	font-size: 15px;
  }
  #help-page #help-faq .faqs-wrap {
    padding: 30px 0 25px 0;
  }

}
