.cm-body {
    width: 50%;
}

.cm-article-content {
    line-height: 1.6;
    word-wrap: break-word;
}

section.cm-article-info {
    padding-bottom: 80px;
}

.cm-article-header h1,
#video_article .article-body h1 {
    font-size: 36px;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin: 0;
    line-height: 1;
    padding-bottom: 24px;
}

.cm-article-content .article-body ul {
    margin: 0;
}

.article-body h2 {
    font-size: 24px;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    /* padding: 24px 0; */
    padding-bottom: 12px;
    margin: 0;
}

.article-body h3 {
    font-size: 20px;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #000;
    padding-bottom: 12px;
    margin: 0;
}

.article-body img {
    height: auto;
    padding: 24px 0;
    display: block;
    border: none;
}

.article-body p .inline_img {
    height: 20px;
    padding: 0 12px;
    display: inline-block;
    vertical-align: sub;
}

.cm-article-content p {
    margin: 0 0 24px;
}

.article-body a:visited {
    color: #666;
}

.breadcrumbs {
    line-height: 24px;
}

.article-body h4 {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 16px;
    padding-bottom: 12px;
    margin: 0px;
}

#text_only .article-body h2 {
    padding: 0 0 12px;
}

.cm-article-content .article-body ul {
    margin-bottom: 24px;
}

.cm-article-content .article-body ul:last-child {
    margin-bottom: 0;
}

.article-body hr {
    margin: 24px 0;
    border-top: 1px solid #bebebe;
}

.article-body ol {
    counter-reset: li;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.article-body ol li {
    position: relative;
    padding: 0 0 12px 36px;
}

.article-body ol li:before,
.article-body ol li ol li:before,
.article-body ol li ol li ol li:before {
    content: "0";
    height: 24px;
    width: 24px;
    font-size: 14px;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 24px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.article-body .dynamic_number ol {
    counter-reset: li;
}

.article-body .dynamic_number ol .liNumberElement:before { 
    content: counter(li);
    counter-increment: li;
}

.article-body ol {
    counter-reset: li;
}

.article-body ol li:before {
    content: counter(li);
    counter-increment: li;
}

/* Override when .dynamic_number is present */
.article-body .dynamic_number ol li:before {
    content: none;
}



.article-body ol li ol li:before {
    content: counter(li, upper-alpha);
    counter-increment: li;
}

.article-body ol li ol li ol li:before {
    content: counter(li, lower-alpha);
    counter-increment: li;
}

.article-body ol li p {
    margin: 0;
}

.article-body ol .inline_img {
    height: 20px;
    padding: 0 12px;
    display: inline-block;
    vertical-align: sub;
}

.article-body ol li ul li:before {
    content: normal;
}

.article-body ol li ul li {
    padding: 0 0 12px;
}

.article_tab {
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.article_tab ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.tab-table {
    margin: 40px 0;
}

.article_tab ul.tabs li {
    background: none;
    color: #666666;
    display: inline-block;
    padding: 14px;
    cursor: pointer;
}

.article_tab ul.tabs li.current {
    color: #000;
    border-bottom: 5px solid #df1b12;
}

.tab-table .tab-content {
    display: none;
    /* padding: 15px; */
    /* margin-left: var(--gutter);
    margin-right: var(--gutter); */
}

.tab-table .tab-content.current {
    display: inherit;
    border: none;
}

.tab-table th:nth-child(1), .tab-table td:nth-child(1) {
    padding-left: 0;
}

@media (min-width: 1024px) {

    .cm-body .sub-nav {
        padding: 24px 0;
    }
}

@media (max-width: 767px) {
    .cm-body {
        width: 100%;
    }

    .cm-article-header h1, #video_article .article-body h1 {
        font-size: 24px;
    }

    .article-body h2  {
        padding: 16px 0;
        font-size: 20px;
    }

    .article-body h3  {
        font-size: 18px;
    }

    section.cm-article-info {
        padding-bottom: 24px;
    }
}
@media (max-width: 530px) {
    .article_tab{
      margin-bottom: 24px;
    }
    .tab-table {
      margin: 24px 0;
    }
}



/* back to top button */
.back-to-top-box {
    width: 100%;
    height: min-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-to-top-box #back-to-top-button {
    width: max-content;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    margin: 0px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0.01px #0000, inset 0 -1px;
}