@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:20px 0 0;}
.accordion h3 { width:100%; float:left; border-bottom:1px solid #a6db1f;cursor: pointer; padding:22px 0 22px; background:none; position:relative;}
.accordion h3:after { content:""; width:16px; height:16px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/accordion-right-arrow.svg) center / cover;}
.accordion h3.active:after { background:url(../images/accordion-down-arrow.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:27px 0 0;}

.fees-col2 .accordion .content { padding:30px 0 15px;}

.faq-wrapp .accordion { margin:0 0 40px;}
.faq-wrapp .accordion h3 { padding:17px 0 17px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:22px 7% 22px 0;}

.faq-wrapp .accordion h3 { padding:17px 7% 17px 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:22px 7% 22px 0;}

.faq-wrapp .accordion h3 { padding:17px 7% 17px 0;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:22px 7% 22px 0;}

.faq-wrapp .accordion h3 { padding:17px 7% 17px 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}