.custom-html--sitecore .col-xs-12.col-sm-6.hero-wrapper {
    width: 100%;
}

.custom-html--sitecore .purple {
    color: #A100FF;
}

.custom-html--sitecore .numbering {
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-size: 4em !important;
    line-height: 1 !important;
}

.custom-html--sitecore span.purple.number-label {
    font-size: 2.4rem !important;
    font-family: "Graphik SemiBold", "Arial", Sans-Serif !important;
}

.custom-html--sitecore .number-conent p {
    margin-bottom: 1.6rem !important;
}

.custom-html--sitecore .parent-purple {
    color: #7E00FF;
}

.custom-html--sitecore .subhead {
    font-size: 2.88rem;
}

@media screen and (min-width: 1000px) {
    .custom-html--sitecore #hero-carousel .topic-link {
        font-size: 1.8rem !important;
    }

    .custom-html--sitecore .number-content h3 {
        font-size: 3.2rem !important;
        line-height: 0.9 !important;
        margin-bottom: 0.6em;
    }

    .custom-html--sitecore .subhead {
        font-size: 3.84rem;
    }

}

@media screen and (max-width: 999px) {
    .custom-html--sitecore #hero-carousel .item .page-title {
        font-size: 3.2rem !important;
    }

    .custom-html--sitecore .numbering {
        font-size: 2em !important;
    }

    .custom-html--sitecore span.purple.number-label {
        font-size: 1.92rem !important;
    }
}

.custom-html--sitecore h2 .number-title {
    font-size: 2.72rem !important;
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
}


/*Bullets Dash*/
.custom-html--sitecore ul.dash {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0.8em !important;
}

.custom-html--sitecore ul.dash>li {
    margin-left: 0;
}

.custom-html--sitecore ul.dash>li::before {
    content: "-";
    position: absolute;
    margin-left: -20px;
    padding-bottom: 0.52rem;
}

.custom-html--sitecore p.bullet-margin {
    margin-bottom: 1.6rem;
}