.content-wrapper{margin:120px 0;width:100%;display:flex;flex-direction:column}.faq-heading-and-copy{margin:0 40px 40px 0}input{display:none}label{display:flex;width:100%;height:50px;cursor:pointer;user-select:none}label div:first-child{width:100%;line-height:45px;margin-left:10px;font-size:1.2em}.cross{margin-right:15px;margin-top:3px}.cross:before,.cross:after{content:'';border-top:2px solid #3e474f;width:15px;display:block;margin-top:18px;transition:.3s}.cross:after{transform:rotate(90deg);margin-top:-2px}.content{box-sizing:border-box;font-size:.9em;margin:10px 10px;max-height:0;overflow:hidden;transition:max-height,.5s}input:checked ~ .content{transition:max-height,1s;max-height:400px;margin:40px 0 40px 10px}input:checked ~ label .cross:before{transform:rotate(180deg)}input:checked ~ label .cross:after{transform:rotate(0)}.questions{margin-top:20px;max-height:0;overflow:hidden;transition:max-height,.5s}.questions label{border:0;box-shadow:none;margin:0}input:checked ~ .questions{max-height:400px;border-bottom:2px solid #3e474f;transition:1s}@media only screen and (min-width:768px){.content-wrapper{flex-direction:row}.faq-heading-and-copy{margin:0 30px 0 0}.faq-heading-and-copy{width:33%;margin-right:40px}.faq-accordion{width:66%}}