.right-article-section .title {
    font-size: 26px;
    color: #477c33;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.right-article-section p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.right-article-section p:last-child {
    margin-bottom: 0;
}

.right-article-section .sub-title {
    color: #578c43;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}

.right-article-section>div:not(:last-child) {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 51px;
    margin-bottom: 63px;
}

.right-article-section .sub-body+.sub-title {
    margin-top: 17px;
}

.right-article-section h3 {
    font-size: 22px;
    line-height: 28px;
    color: #568c42;
    margin: 0 0 14px 0;
}

.right-article-section h3:first-child {
    padding-top: 0;
}

.right-article-section ul {
    padding-left: 51px;
    margin: 0;
}

.right-article-section ul:not(:last-child) {
    margin-bottom: 20px;
}

.right-article-section ul li {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.right-article-section ul li:not(:last-child) {
    margin-bottom: 10px;
}

.read-more-init.show-more .descriptor .closed {
    display: none;
}

.rd-more .descriptor .expanded {
    display: none;
}

.rd-more,
.rd-more:hover,
.rd-more:focus {
    color: #000;
}

.rd-more svg *,
.rd-more:hover svg * {
    fill: #000;
}

.read-more-init.show-more .expanded {
    display: flex;
    align-items: center;
}


.read-more-init .expander {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    position: absolute;
}

.read-more-init.show-more .expander {
    visibility: visible;
    opacity: 1;
    position: static !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;

}

.rd-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
}

.rd-more .descriptor {
    margin-left: 5px;
}

.rd-more .descriptor .closed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rd-more:hover {
    opacity: 1;
    color: #356635;
}

.rd-more:hover svg,
.rd-more:hover svg * {
    fill: #356635;
}

.rd-more svg {
    margin-left: 20px;
}

.read-more-init.show-more .expander>*:first-child {
    margin-top: 20px;
}

/*317912 Issue 4*/
.right-article-section p+.btn-style-1 {
    top: -8px;
}

/*table*/
.right-article-section .table-responsive {
    overflow-x: auto;
}

.right-article-section table:not(table[id*="highcharts"]) {
    border: none;
    width: 100% !important;
}

.right-article-section table:not(table[id*="highcharts"]) tr:first-child {
    background: #F2F2F2;
}

.right-article-section table:not(table[id*="highcharts"]) tr:first-child td {
    font-size: 18px;
    line-height: 24px;
    padding: 9px 20px;
}

.right-article-section table:not(table[id*="highcharts"]) td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    border: none;
    padding: 5px 20px;
    text-align-last: left;
}

.right-article-section table:not(table[id*="highcharts"]) td {
    border-bottom: 1px solid #DDDDDD;
}
