@charset "UTF-8";
/* https://www.ruttermills.com/wp-content/themes/rutter-mills/build/content/components/accordion/styles.css?ver=6.9.4 */
.core-component-accordion .item:not(:last-child){margin-bottom:20px;margin-bottom:1.25rem}.core-component-accordion .item-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:50px;height:3.125rem;padding:1px 20px 0;padding:1px 1.25rem 0;color:rgba(0,0,0,.75);font-family:lato,Verdana,sans-serif;font-size:16px;font-size:1rem;-webkit-transition:background-color .3s;transition:background-color .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.core-component-accordion .item-toggler svg:first-child{-webkit-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%;-webkit-transition:-webkit-box-flex .5s;transition:-webkit-box-flex .5s;transition:flex .5s;transition:flex .5s,-webkit-box-flex .5s,-ms-flex .5s}.core-component-accordion .item-toggler svg:last-child{-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px;-ms-flex:0 0 1.625rem;flex:0 0 1.625rem;-webkit-transition:-webkit-box-flex .5s;transition:-webkit-box-flex .5s;transition:flex .5s;transition:flex .5s,-webkit-box-flex .5s,-ms-flex .5s}.core-component-accordion .item-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.core-component-accordion .item-chevron{display:block;-webkit-transform:rotate(0deg);transform:rotate(0deg);-ms-flex-negative:0;flex-shrink:0}.core-component-accordion .item-chevron svg{-webkit-transition:-webkit-transform .3s cubic-bezier(.6,0,0,1);transition:-webkit-transform .3s cubic-bezier(.6,0,0,1);transition:transform .3s cubic-bezier(.6,0,0,1);transition:transform .3s cubic-bezier(.6,0,0,1),-webkit-transform .3s cubic-bezier(.6,0,0,1)}.core-component-accordion .item-content{height:0;-webkit-transition:height .3s cubic-bezier(.6,0,0,1);transition:height .3s cubic-bezier(.6,0,0,1);overflow:hidden}.core-component-accordion .item-content-wrapper{padding:30px 0;padding:1.875rem 0;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.core-component-accordion .item.active .item-toggler svg:first-child{-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px;-ms-flex:0 0 1.625rem;flex:0 0 1.625rem;margin-right:10px;margin-right:.625rem}.core-component-accordion .item.active .item-toggler svg:last-child{-webkit-box-flex:0;-ms-flex:0 0 0%;flex:0 0 0%}.core-component-accordion .item.active .item-chevron svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.core-component-accordion .item.active .item-content-wrapper{opacity:1}