body {
    margin: 0;
    font-family: 'Roboto-Light';
}

.handcaredetail-container h1, h2, h3, h4, h5, h6, p {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto-Light';
}

div.handcaredetail-content_summary {
    display: none;
}

.handcaredetail-container {
    display: inline-block;
    max-width: 1150px;
    padding: 2em 1em 2em 1em;
	text-align: left
}

.handcaredetail-container header > img {
    width: 100vw; 
    padding-bottom: 2em;
}

.handcaredetail-wrapper {
	text-align: center;
}

.handcaredetail-image-wrapper {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 100%;
    height: 350px;
}

.handcaredetail-content h1 {
    color: #000;
    font-size: 32px;
    font-family: 'Roboto-Black'!important;
    text-transform: capitalize;
}

.handcaredetail-content h2 {
    color: #000;
    font-size: 24px;
    font-family: 'Roboto-Black'!important;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    /* margin: 0.5em 0 0.5em 0; */
    text-transform: uppercase;
}

.handcaredetail-content_body {
    color: #000;
    padding: 1.5em 0 0 0;
    font-size: 18px;
    font-family: 'Roboto-Light', sans-serif;
}

.handcaredetail-content_body > h3,
.handcaredetail-content_body .handcaredetail-content_section h3 {
    color: #000;
    font-size: 20px;
    font-family: 'Roboto-Medium'!important;
    padding-bottom: .5em;
    text-transform: uppercase;
}

.handcaredetail-content_body > p,
.handcaredetail-content_body .handcaredetail-content_section p {
    margin-bottom: 1em!important;
}

.handcaredetail-content_body > ul,
.handcaredetail-content_body .handcaredetail-content_section ul,
.handcaredetail-content_body > ol,
.handcaredetail-content_body .handcaredetail-content_section ol {
    margin-bottom: 0.75em;
}

.handcaredetail-content_body > ul > li,
.handcaredetail-content_body .handcaredetail-content_section ul > li {
    list-style: none outside;
    margin-bottom: 0!important;
    margin-left: 35px;
    content: 'a';
    position: relative;
}

.handcaredetail-content_body > ul > li:before,
.handcaredetail-content_body .handcaredetail-content_section ul > li:before {
    content: "•";
    position: absolute;
    left: -1.3em;
    font-size: 1.1em;
}

.handcaredetail-content_body > ol > li,
.handcaredetail-content_body .handcaredetail-content_section ol > li {
    list-style: decimal outside;
    margin-bottom: 0!important;
    margin-left: 30px;
    padding-left: 10px;
    position: relative;
}

.handcaredetail-content_body .handcaredetail-content_section ol > li:before {
    color: #000;
    content: "";
    margin-bottom: 0!important;
    position: relative;
    text-align: left;
}