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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; border-bottom:1px solid rgba(0,0,0,0.1); padding:5px 0 15px; position:relative;}
.accordion h3:after { content:""; width:8px; height:8px; float:right; background:url(../images/right-down-brown-white-plain-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:44%; right:0;}
.accordion h3:hover:after { background:url(../images/right-down-brown-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.accordion h3.active { background: no-repeat 97.3% center;}
.accordion h3.active:after { background:url(../images/right-down-brown-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.accordion .content { width:100% !important; float:left; padding:11px 0 43px;}

.faqs-col1 .accordion h3 { background:#aa8f51; border-bottom:none; border-radius:90px; padding:17px 36px 15px;}
.faqs-col1 .accordion h3:after { background: no-repeat top center / 100%; right:30px;}
.faqs-col1 .accordion h3:hover:after { background: no-repeat bottom center / 100%;}
.faqs-col1 .accordion .content { padding:23px 0 15px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { width:100%; padding:2px 5% 12px 0;}
.accordion .content { width:100%; padding:11px 0 11px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { width:100%; padding:2px 5% 12px 0;}
.accordion .content { width:100%; padding:11px 0 11px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { width:100%; padding:2px 5% 12px 0;}
.accordion .content { width:100%; padding:11px 0 11px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h3 { padding:5px 0 9px;}
.accordion .content { padding:5px 0 31px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion h3 { padding:5px 0 12px;}
.accordion .content { padding:8px 0 37px;}
}

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

}