section.expandable-rich-text{margin:60px 0}section.expandable-rich-text .expandable{border:1px solid #e4e5e6;margin-bottom:30px;overflow:hidden}section.expandable-rich-text .expandable:last-child{margin:0}section.expandable-rich-text button{background:transparent;border:none;cursor:pointer;display:block;font-family:Open Sans,sans-serif;outline-offset:-5px;padding:20px 25px;position:relative;text-align:left;transition:background .25s;width:100%}section.expandable-rich-text button:focus,section.expandable-rich-text button:hover{background-color:#f5f5f5}section.expandable-rich-text button:after{background-color:transparent;bottom:0;content:"";display:block;height:1px;left:25px;position:absolute;right:25px}section.expandable-rich-text button[aria-expanded=true]:after{background-color:#e4e5e6}section.expandable-rich-text .heading{color:#525252;font-weight:600}section.expandable-rich-text .heading:before{color:#e52236;display:inline-block;font-size:32px;height:19px;line-height:18px;margin-right:15px;transition:transform .25s;vertical-align:middle}section.expandable-rich-text button[aria-expanded=true] .heading:before{transform:rotate(90deg)}section.expandable-rich-text .wrapper{overflow:hidden;transition:height .5s}section.expandable-rich-text .wrapper[hidden]{display:block;height:0!important}section.expandable-rich-text .text{padding:25px 25px 20px}section.expandable-rich-text .text>:first-child{margin-top:0!important}section.expandable-rich-text .text>:last-child{margin-bottom:0!important}