.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;
    color: #666666;
}

.article-body h2 {
    font-size: 20px;
    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;
}

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

.cm-article-content p {
    color: #666666;
    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;
    color: #666666;
}

#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;
    color: #666666;
}

.article-body ol li:before,
.article-body ol li ol li:before,
.article-body ol li ol li ol li:before {
    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 ol li:before {
    content: counter(li);
    counter-increment: li;
}

.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 40px;
    }
}

@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: 18px;
    }

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

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}