


.purple_cta {
    background-color: #552d80;
    color: #fff!important;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 10px 25px;
}

.purple_cta:hover {
    background-color: #7a4eaa;
    text-decoration:none;
}

.purple_cta:after {
    content: "";
    background-image: url(/themes/custom/snia/images/sab.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 13px;
    position: relative;
    top: 0px;
    left: 4px;
}


.pdficon_cta {
    background:none!important;
    color:#552d80;
}

.pdficon_cta:after {
    content: "";
    background-image: url(/themes/custom/snia/images/cta-buttons/pdf-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 26px;
    position: relative;
    top: 6px;
    left: 4px;
}

.add_bullets {
    margin-inline: 1.5em 0;
}

.add_bullets + p {
    margin-top:10px;
}

.add_bullets li {
    list-style:disc!important;
    border-bottom:none!important;
}


.add_underline + p {
    margin-top:10px;
}

.add_underline li {
    list-style:none!important;
    border-bottom: 1px solid var(--surface-05, #D0D0D0)!important;
}
