.expandable{-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.expandable .expand-bar{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:0;bottom:0;background-color:#fff;width:100%;cursor:pointer;text-decoration:none;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;line-height:1}a .expandable .expand-bar::before{position:absolute;width:100%;height:20px;top:-20px;left:0;display:block;content:"";background:0 0;background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(237,237,237,0)),color-stop(41%,rgba(255,255,255,.8)),color-stop(70%,#fff));background:-webkit-gradient(linear,left top,left bottom,from(rgba(237,237,237,0)),color-stop(41%,rgba(255,255,255,.8)),color-stop(70%,#fff));background:linear-gradient(to bottom,rgba(237,237,237,0) 0,rgba(255,255,255,.8) 41%,#fff 70%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)}.expandable .expand-bar i::before{display:inline-block}.expandable .expand-bar i::after,.expandable .expand-bar i::before{font-family:ETmodules;speak:none;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;font-size:16px;font-style:normal;-webkit-box-sizing:border-box;box-sizing:border-box;direction:ltr}.expandable .expand-bar i::before{content:'\33'}.expandable.expanded .expand-bar i::before{display:none}.expandable.expanded .expand-bar i::after{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.expandable .expand-bar i::after{content:'\32';display:none}