.accordion{margin-bottom:25px;max-width:100%;position:relative}.accordion-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;margin-top:9px;margin-bottom:9px}.accordion-toggler>div>a{color:#262626}.accordion-toggler>p{display:inline-block;line-height:24px;padding:0;margin:0}.accordion-content{padding-top:10px;margin-top:-8px;max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}