

/* Editor Content  */
.cms_content h1 {
    font-weight: bold;
}

.cms_content h2 {
    font-weight: bold;
}

.cms_content h3 {
    font-weight: bold;
}

.cms_content h4 {
    font-weight: bold;
}

.cms_content h5 {
    font-weight: bold;
}

.cms_content h6 {
    font-weight: bold;
}

.cms_content {}

.cms_content p {
    margin: 0;
    padding-top: initial;
    margin-bottom: initial;
}

.cms_content img {
    max-width: 100%;
    height: auto !important;
}

.cms_content table,
.cms_content iframe {
    max-width: 100%;
}

.cms_content dl,
.cms_content ol,
.cms_content ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.cms_content table {
    border-collapse: initial;
}

.cms_content table.mScroll {
    overflow-x: scroll;
    max-width: 100%;
    display: block;
}

.cms_content table.hideLast tr:last-child {
    display: none;
    font-size: 0;
}

/* .cms_content table.hideLast tr:last-child { padding: 0; height: 0px; }
.cms_content table.hideLast tr:last-child td { padding: 0; height: 0px; font-size: 0; } */
.cms_content ol {
    list-style-type: decimal;
}

.cms_content ul {
    list-style-type: disc;
}

.cms_content ol li,
.cms_content ul li {
    list-style-type: inherit;
}

/* .cms_content a { color:#009841; } */
/* .cms_content a:hover { color: #89b929; } */

@media screen and (max-width: 1025px) {
    .cms_content table.padRowH {
        display: block;
        position: relative;
    }

    .cms_content table.padRowH>tbody,
    .cms_content table.padRowH>tbody>tr {
        display: block;
        width: 100%;
    }

    .cms_content table.padRowH>tbody>tr>td {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.noRow>tbody>tr>td {
        xwidth: initial !important;
        display: table-cell;
    }
}

@media screen and (max-width: 769px) {
    .cms_content table.padRowV {
        display: block;
        position: relative;
    }

    .cms_content table.padRowV>tbody,
    .cms_content table.padRowV>tbody>tr {
        display: block;
        width: 100%;
    }

    .cms_content table.padRowV>tbody>tr>td {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.noRow>tbody>tr>td {
        xwidth: initial !important;
        display: table-cell;
    }
}

@media screen and (max-width: 520px) {
    .cms_content table.mRow {
        display: block;
        position: relative;
    }

    .cms_content table.mRow>tbody,
    .cms_content table.mRow>tbody>tr {
        display: block;
        width: 100%;
    }

    .cms_content table.mRow>tbody>tr>td {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
        position: relative;
    }

    .cms_content table.noRow>tbody>tr>td {
        xwidth: initial !important;
        display: table-cell;
    }
}


@media screen and (min-width: 992px) {
    .mobile-menu .mobile_only {
        display: none !important;
    }

    .mobile-menu li .arrow {
        display: none;
    }

    /* .mobile-menu li.menu-item-has-children { position: relative; white-space: nowrap; } */
    .mobile-menu li.menu-item-has-children {
        position: relative;
    }

    .mobile-menu li.menu-item-has-children .sub-menu {
        white-space: nowrap;
        box-shadow: 2px 2px 5px silver;
    }

    .mobile-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
        white-space: normal;
    }
}

/*
@media (min-width: 992px)
{
    
}
*/

.nav_area > ul > li ul.sub-menu li 
{
    position: relative;
}
.nav_area > ul > li ul.sub-menu li .sub-menu
{
    display: none;
}
.nav_area > ul > li ul.sub-menu li:hover .sub-menu
{
    display: block;
}
.left-side-nav .nav-tabs ul li a::before
{
    width: 10px;
}
.left-side-nav .nav-tabs ul li a
{
    padding-left: 19px;
    width: 100%; display: block; padding-top: 7px; color: black; font-size: 14px;
}
.left-side-nav .nav-tabs ul li a.active
{
    color: #75b771;
    font-size: 15px;
}

