/*================ H4 Accordion ================*/
.underpage .text-size .accordion {border:1px solid #6f6f6f;border-radius:6px;margin-bottom:30px;position:relative;}
.underpage .text-size h4 {color: #268b36;padding:20px 50px 20px 20px;font-size: 20px;font-weight:400;margin:0;line-height:36px;}
.underpage .text-size .opened-list-block {display:block;margin-bottom:20px;padding: 0 20px 0px 20px;margin-top:-10px;background-color:#F1F1F1;}
.underpage .text-size .opened-list-block p {font-size:15px;}
.underpage .text-size .accordion .opened-list-block:before {content:"";background: url('/Content/Uploads/davishealthsystem.org/images/minus.png') 0 0 no-repeat;width: 16px;height: 16px;top:30px;right: 20px;position:absolute;}
.underpage .text-size .accordion .closed:before {content:"";background: url('/Content/Uploads/davishealthsystem.org/images/plus.png') 0 0 no-repeat;width: 16px;height: 16px;top:30px;right: 20px;position:absolute;}


li.inactive .accordion-title h2 {
    border: 2px solid #f1f1f1;
    color: #268b36 !important;
    padding: 10px;
    padding-right: 65px;
    margin-bottom: 20px;
    font-size: 26px !important;
    background-color: #f1f1f1;
}

li.active .accordion-title h2 {
    color: #268b36 !important;
    /*padding: 10px;*/
    padding-right: 65px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    font-size: 26px !important;
}