.faqFluid{
    padding-top:30px;
    padding-bottom:60px;
    background-image:url('/kaulig/wp-content/themes/kaulig/images/polyTall.png');
    background-repeat:no-repeat;
    background-position: -150px;
    background-attachment: fixed;
    background-size:contain;
}
.faqFluid .preHeadline {
    margin-bottom:50px;
}


.openSingle {
border:none;
    border-bottom:1px solid #EA1D2B;
    border-radius:0px;
    padding:10px 0px;
}
.openSingle .beefup__head{
    padding:15px 60px 15px 20px;
    white-space: break-spaces;
    color: #E0E0E0;
    font-weight: 600;
    font-size: 20px;
}
.openSingle .beefup__head:after {
    border: none;
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    font-weight: 400;
    right: 30px;
    top: 18px;
    color: #EA1D2B;
}
.openSingle .beefup__body{
    padding:10px 20px 20px 20px;
}
.openSingle .beefup__body p{
    margin:0px;
}



.openSingle .openSingle:hover .beefup__head{
    text-decoration: underline;
}
.openSingle .openSingle:hover{
    border: 2px solid #E0E0E0;
}

.openSingle.is-open .beefup__head:after {
    content: "\f068";
}
