.content{width:80%;padding:0;margin:0 auto;font-family:proxima_nova_alt}.question{background:#f9f9f9;margin:0;padding:10px 10px 10px 50px;display:block;width:100%;cursor:pointer}.answers,.question{position:relative;font-family:proxima_nova_alt}.answers{padding:0 15px;margin:5px 0;width:100%!important;height:0;overflow:hidden;z-index:-1;opacity:0;transition:.3s ease}.questions:checked~.answers{height:auto;opacity:1;padding:15px}.plus{position:absolute;margin-left:10px;margin-top:7px;z-index:2;font-size:2em;line-height:100%;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;transition:.3s ease}.questions:checked~.plus{transform:rotate(45deg)}.questions{display:none}.faq-wrapper{margin-top:3rem}@media (max-width:567px){.content.faq-wrapper{width:100%}}