#cms-content h1, 
#cms-content h2, 
#cms-content h3, 
#cms-content h4, 
#cms-content h5, 
#cms-content h6 {
    font-weight: 700;
    margin-bottom: 0;
}
#cms-content h1 + p, 
#cms-content h2 + p, 
#cms-content h3 + p, 
#cms-content h4 + p, 
#cms-content h5 + p, 
#cms-content h6 + p {
    margin-top: 0.5em;
}
#cms-content h1 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 1em;
}
#cms-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 1.25em;
}
#cms-content h3 {
    font-size: 19px;
    line-height: 29px;
    margin-top: 1.25em;
}
#cms-content h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 1.5em;
}
#cms-content h5 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2em;
}
#cms-content h6 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 2em;
}
#cms-content p {
    font-size: 15px;
    line-height: 24px;
    /* font-weight: 500; */
    margin: 1.5em 0;
}
#cms-content a {
    text-decoration: none;
}
#cms-content ul, 
#cms-content ol {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 1.5em 0;
}
#cms-content ul ul,
#cms-content ol ol,
#cms-content ul ol,
#cms-content ol ul {
    margin: 0;
}
#cms-content b, 
#cms-content strong {
    font-weight: 700;
}
#cms-content code {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 2px 4px;
    overflow-wrap: break-word;
}
#cms-content pre {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 1em;
    overflow: auto;
}
#cms-content blockquote {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 1em;
    margin-left: 0px;
}
#cms-content video,
#cms-content img {
    max-width: 100%;
    height: auto;
}
#cms-content iframe {
    max-width: 100%;
}
#cms-content hr {
    height: 1px;
    border: none;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cms-content table {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
#cms-content table th,
#cms-content table td {
    padding: 0.4rem;
}
#cms-content figure {
    display: table;
    margin: 1rem auto;
}
#cms-content figure figcaption {
    color: #999;
    display: block;
    margin-top: 0.25rem;
    text-align: center;
}
#cms-content h1 { 
    margin-bottom: 1.5rem;
}
