.content_page {
    padding-top: 60px;
}

.content_page,
.content_page div,
.content_page p {
    font-size: 16px;
    line-height: 1.5;
}

.content_page h1,
.content_page h2,
.content_page h3,
.content_page h4,
.content_page h5,
.content_page h6,
.content_page p {
    padding: 0;
    margin: 0;
}

.content_page ol,
.content_page ul {
    padding-left: 40px;
    margin: 0;
}

.content_page img {
    max-width: 100%;
    margin: 0;
}

.content_page h5 {
    font-size: 16px;
    line-height: 125%
}

.content_page h6 {
    font-size: 14px;
    line-height: 125%
}

.content_page details {
    border-top: 1px solid #8693a2;
    border-bottom: 1px solid #8693a2;
}

.content_page details + details {
    border-top: none;
}

.content_page details[open] {
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .content_page details[open] {
        padding-bottom: 20px;
    }
}

.content_page summary {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    .content_page summary {
        padding: 20px 0;
    }
}

.content_page summary:after {
    content: "\e908";
    font-family: 'icomoon';
    transform: rotate(90deg);
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
}

.content_page details[open] summary:after {
    transform: rotate(-90deg);
}

.content_page h1,
.content_page h2,
.content_page h3 {
    font-family: var(--fontNameBold), Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.content_page h3 {
    letter-spacing: .25pt;
    color: #2b2b2b;
}