.accordion_with_pdfs_wrap {
  padding: 0 15px;
}
.accordion_with_pdfs_wrap .accordion_with_pdfs__wrapaper {
  margin-bottom: 1px;
  border: 1px solid rgb(220,220,220);
}
.accordion_with_pdfs_wrap .accordion_with_pdfs_toggler {
  padding: 10px 20px;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
.accordion_with_pdfs_wrap .accordion_with_pdfs {
  margin: 20px;
  border: 0;
  background: none;
  display: none;
}
.accordion_with_pdfs_wrap .accordion_with_pdfs_toggler:before {
  content: "\f107";
  color: #3890c6;
  width: 25px;
  height: 25px;
  float: right;
  clear: both;
  display: inline-block;
  margin-left: 15px;
  padding: 0;
  text-align: center;
  font: 1.3em/28px FontAwesome;
  font-weight: normal;
}
.accordion_with_pdfs_wrap .open  .accordion_with_pdfs_toggler {
  border-bottom: 1px dotted rgb(220,220,220);
}
.accordion_with_pdfs_wrap .open .accordion_with_pdfs_toggler:before {
  font-family: FontAwesome;
  content: "\f106";
}
.accordion_with_pdfs_wrap  .accordion_with_pdfs_block ul {
  margin: 0;
  list-style: none;
}
.accordion_with_pdfs_wrap  .accordion_with_pdfs_block ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.accordion_with_pdfs_wrap .accordion_with_pdfs__wrapaper:first-child .accordion_with_pdfs {
  display: block;
}
.accordion_with_pdfs_wrap.normal-accordion {
  padding: 0;
  padding-top: 50px;
}
.accordion_with_pdfs_wrap.normal-accordion .description ul {
  margin: 0 0 0.9375rem;
  padding: 0 0 0 2rem;
  list-style-type: disc;
}
.accordion_with_pdfs_wrap.normal-accordion .description ul li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.accordion_with_pdfs_wrap.normal-accordion .bottom-section ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.accordion_with_pdfs_wrap.normal-accordion .button-wrp {
  padding: 49px 40px 30px;
  text-align: right;
}
.accordion_with_pdfs_wrap.normal-accordion .button-wrp a {
  background: #3890c6;
  border: 2px solid #3890c6;
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  width: auto;
  color: #fff;
  font-weight: bold;
  min-width: 140px;
  text-align: center;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 0.9rem;
  border-radius: 3px;
}
.accordion_with_pdfs_wrap.normal-accordion .button-wrp a:hover {
  opacity: 0.8;
}
.accordion_with_pdfs_wrap.normal-accordion .accordion_with_pdfs__wrapaper {
  margin-bottom: 51px;
  position:relative;
}
.accordion_with_pdfs_wrap .accordion_with_pdfs p a {
  color: #3890c6;
}
@media(max-width:767px){
  .accordion_with_pdfs_wrap.normal-accordion .button-wrp {
    padding: 94px 40px 75px;
    text-align: center;
  }
  .accordion_with_pdfs_wrap.normal-accordion .button-wrp a {
    display: block;
  } 
}
@media(max-width:479px){
  .accordion_with_pdfs_wrap.normal-accordion .button-wrp {
    padding: 94px 20px 75px;
  }
}