#accordion{position:relative;margin:0 0 20px;padding:0;list-style:none;float:left;width:100%}#accordion .acc_section{position:relative;z-index:10;overflow:hidden;margin:0 0 10px;width:100%;float:left}#accordion .acc_section .acc_head{font-weight:500;font-size:1.8rem;line-height:2.4rem;color:var(--white);position:relative;padding:10px 50px 10px 10px;display:block;cursor:pointer;background:var(--primary)}@media only screen and (min-width:1367px){#accordion .acc_section .acc_head{padding:20px 0 20px 20px}}#accordion .acc_section .acc_head span{text-transform:lowercase;margin-left:20px}#accordion .acc_section .acc_head:after{background:url("/wp-content/themes/great-white/images/plus-icon.svg") no-repeat 0 50%;background-size:contain;content:'';width:16px;height:24px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:20px}@media only screen and (min-width:1367px){#accordion .acc_section .acc_head:after{width:20px;height:20px;right:40px}}#accordion .acc_section .acc_content{padding:20px;overflow:hidden}@media only screen and (min-width:1367px){#accordion .acc_section .acc_content{padding:20px}}#accordion .acc_section .acc_content p:last-of-type{margin:0;color:var(--black)}#accordion .acc_section.acc_active>.acc_content{display:block}#accordion .acc_section.acc_active>.acc_head:after{background:url("/wp-content/themes/great-white/images/minus-icon.svg") no-repeat 0 50%}