.txtacchdr {
 margin: 10px 0px 0px 0px;
 display: block;
 width: 100%;
 max-width: 100%;
 min-height: 85px;
 color: #fff;
 background-color: #000;
 background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_MULTI.jpg');
 background-size: contain;
 background-repeat: no-repeat;
 background-position: left bottom;
 border: none;
 padding: 8px 0px;
 overflow: hidden;
 text-align: left;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 cursor: pointer;
 -webkit-appearance: button;
}
#txtacchdr1 {
background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_RED.jpg');
}
#txtacchdr2 {
background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_PURPLE.jpg');
}
#txtacchdr3 {
background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_GREEN.jpg');
}
#txtacchdr4 {
background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_BLUE.jpg');
}
#txtacchdr5 {
background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_TEAL.jpg');
}
#txtacchdr6 {
background-image: url('/MW.nsf/webIF/HP_Images/$File/MW_HP_ServiceTitleHdr_YELLOW.jpg');
}

.txtacchdrtwistie {
width: 15px;
position: relative;
display: inline-block;
font-size: 20pt;
font-weight: bold;
line-height: 10pt;
color: #ff6633;
padding-left: 5px;
}
.txtacchdrtxt {
width: calc(100% - 37px);
position: relative;
display: inline-block;
}
.txtaccdiv {
 display: block;
 padding: 10px 0px 20px 0px;
 animation: animatezoom 0.6s;
}
.accShow {
 display: none;
}
@keyframes animatezoom {
 from{ transform:scale(0)} to{transform:scale(1)}
}
