.c-naccordion {
    margin-bottom: 38px
}

    .c-naccordion .o-wrapper {
        padding-left: 44px;
        max-width: 856px
    }

@media screen and (max-width:480px) {
    .c-naccordion {
        margin-bottom: 16px;
        padding-top: 18px
    }

        .c-naccordion .o-wrapper {
            padding: 0
        }
}

.p-nacc-btn {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: NotoSansCdBold,sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #8f99bc;
    text-align: left;
    cursor: default
}

    .p-nacc-btn.is-open::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .p-nacc-btn::before {
        content: attr(data-prefix);
        display: block;
        position: absolute;
        top: 0;
        right: calc(100% + 14px)
    }

@media screen and (max-width:480px) {
    .p-nacc-btn {
        margin-bottom: 1px;
        padding: 5px 50px 5px 20px;
        min-height: 54px;
        font-size: 20px;
        color: #fff;
        background-color: #8f99bc;
        cursor: pointer
    }

        .p-nacc-btn::before {
            display: none
        }

        .p-nacc-btn::after {
            content: ' ';
            display: block;
            width: 20px;
            height: 12px;
            position: absolute;
            top: 14px;
            right: 14px;
            background-image: url(/modules/Teva.Bendeka.Consumer/Client/Images/Icons/icon-menu-arrow.png);
            background-repeat: no-repeat;
            -webkit-background-size: contain;
            background-size: contain;
            background-position: center;
            -webkit-transition: -webkit-transform .3s ease;
            -o-transition: transform .3s ease;
            transition: transform .3s ease;
            transition: transform .3s ease,-webkit-transform .3s ease
        }
}

.p-nacc-body {
    margin-bottom: 30px;
    -webkit-transition: padding .3s ease,max-height .3s ease;
    -o-transition: padding .3s ease,max-height .3s ease;
    transition: padding .3s ease,max-height .3s ease
}

@media screen and (max-width:480px) {
    .p-nacc-body {
        margin-bottom: 0;
        padding: 0 20px;
        max-height: 0;
        background-color: #fff;
        overflow: hidden
    }

        .p-nacc-body.is-open {
            padding: 10px 20px;
            max-height: 420px;
            overflow: auto
        }
}

.p-nacc-body p {
    margin-bottom: 7px;
    font-family: NotoSansCd,sans-serif;
    font-weight: 400;
    color: #6d6e71
}

    .p-nacc-body p strong {
        font-family: NotoSansCdBold,sans-serif;
        font-weight: 700
    }
/*# sourceMappingURL=naccordion.css.map */
