.com-sppagebuilder.view-page .wrapper960 {
    width: 100% !important;
}

.com-sppagebuilder.view-page .wrapper960 .maincontent {
    padding: 0 !important;
    overflow: hidden;
}

#container_showcase1_modules > .wrapper960,
#container_base2_modules > .wrapper960 {
    width: 100% !important;
}

#container_showcase1_modules {
    padding-left: 0px;
}

@media (min-width: 1025px) {
    #container_header, .header_top, .is-sticky .header_top {
        background-color: transparent !important;
    }
}

#container_header {
    position: relative !important;
}

#container_header .header_top {
    background-color: #1e55a5 !important;
}

#container_header .logo {
    padding: 15px !important;
}

.logo {
    background: none !important;
	box-shadow: none !important;
}

.logo::after {
    border: 0px !important;
	background: none !important;

}

#container_header .logo img.logo-image {
   max-width: 200px;
}

.stroke-text {
    -webkit-text-stroke: 1px #000000;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
    transition: 0.3s;
}

.stat-box {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    background-color: #1E55A5;
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px rgba(30, 85, 165, 0.1),
                0 2px 4px -2px rgba(30, 85, 165, 0.06),
                0 0 20px rgba(30, 85, 165, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.stat-number {
    font-size: 1.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.sppb-btn.btn-transform {
    padding: 8px 20px;
}

.sppb-btn.btn-transform i {
    transition: transform 0.3s ease-in-out;
}

.sppb-btn.btn-transform:hover i {
    transform: translateX(5px);
}

#footer-1 {
    background-color: #1e55a5;
    overflow: hidden;
}

#footer-1 .module:first-of-type .module_surround {
    padding-top: 70px;
    padding-bottom: 0;
}

.hornav>ul>li>ul .parent-indicator {
    color: #000000 !important;
}

.hornav>ul>li.item-661>ul {
    left: -220px;
}
/*
.hornav>ul>li.item-661>ul>li.item-737>ul {
    top: 130px !important;
    left: 50px !important;
}

.hornav>ul>li.item-661>ul>li.item-738>ul {
    top: 92px !important;
    left: 50px !important;
}
*/
@media only screen and (min-width: 1025px) {
    #container_header .logo {
        position: absolute;
    }
}

#container_footer .copyright {
    margin: 0px auto;
}

#container_footer .copyright {
    color: #fff;
}
#container_footer .copyright a {
    color: #80C0FF;
}

#container_footer .copyright a:hover {
    color: #fff;
    opacity: 1;
}

#sppb-addon-wrapper-efa8c067-74f0-4b22-832a-850f2deb12c0 {
    background-color: rgba(0, 46, 102, 0.23);
    padding: 30px;
    max-width: 700px;
    right: calc(50% - 350px);
    bottom: 3%;
}

#sppb-addon-wrapper-efa8c067-74f0-4b22-832a-850f2deb12c0 .sppb-readmore {
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    background-color: transparent;
    border-color: rgb(255, 255, 255);
    color: #FFFFFF;
    box-shadow: 0 0 0 0 #FFFFFF;
    padding: 8px 20px;
    border-radius: 0px;
}

#sppb-addon-wrapper-efa8c067-74f0-4b22-832a-850f2deb12c0 .sppb-readmore i {
    transition: transform 0.3s ease-in-out;
}

#sppb-addon-wrapper-efa8c067-74f0-4b22-832a-850f2deb12c0 .sppb-readmore:hover i {
    transform: translateX(5px);
}

#sppb-addon-wrapper-efa8c067-74f0-4b22-832a-850f2deb12c0 .sppb-readmore:hover {
    background-color: #FFFFFF;
    color: #1e55a5;
}

#sppb-addon-957d7bd8-65c3-45b0-bebe-b969fbff14ce {
    right: calc(50% - 350px);
    bottom: 3%;
}

@media only screen and (max-width: 768px) {
    #sppb-addon-wrapper-efa8c067-74f0-4b22-832a-850f2deb12c0 {
        max-width: 100%;
        right: 0;
    }

    #sppb-addon-957d7bd8-65c3-45b0-bebe-b969fbff14ce {
        right: calc(50% - 185px);
        bottom: 3%;
    }

    #sppb-addon-957d7bd8-65c3-45b0-bebe-b969fbff14ce .sppb-addon-articles-scroller-title {
        font-size: 18px;
    }

    #sppb-addon-957d7bd8-65c3-45b0-bebe-b969fbff14ce .sppb-articles-scroller-introtext {
        font-size: 14px;
    }

    #from-the-president .sppb-row {
        flex-direction: column-reverse;
    }

    .com_content .maincontent {
        padding: 70px 15px !important;
    }
}

.bg-accent {
    background-color: #1e55a5;
}

.text-accent {
    color: #1e55a5;
}

.justify-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.max-w-xl {
    max-width: 36rem;
}

.w-full {
    width: 100%;
}

.members-table-container {
    overflow-x: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.members-table {
    width: 100%;
    border-collapse: collapse;
}

.members-table th,
.members-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb; /* Tailwind gray-200 */
}

.members-table th {
    background-color: #1e55a5;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem; /* text-sm */
    letter-spacing: 0.05em;
}

.members-table tbody tr:nth-child(odd) {
    background-color: #f9fafb; /* Tailwind gray-50 */
}

.members-table tbody tr:hover {
    background-color: #f3f4f6; /* Tailwind gray-100 */
}

.wvcoal-page-header .page-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 4.5rem;
    color: #fff;
    transition: 0.3s;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .wvcoal-page-header .page-title {
        font-size: 2.8em;
    }
}

.com-content-category-blog .page-header h2,
.com-content-category-blog .page-header h2 a {
    color: #1e55a5;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4em;
}

.com-content-category-blog .blog-item {
    display: flex !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 20px 20px 25px;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease;
}

.com-content-category-blog .blog-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.slicknav_menu .slicknav_btn {
    float: none;
    height: 36px;
}

.slicknav_menu .slicknav_icon {
    float: right;
}

#container_bottom2_modules .wrapper960 {
    width: 100% !important;
}

#container_bottom2_modules .module:first-of-type .module_surround {
    padding: 0 !important;
    overflow: hidden;
}

.circled-icon .sppb-icon .sppb-icon-container > i {
    display: flex;
    justify-content: center;
}

.equal-height .sppb-addon-wrapper.addon-root-feature,
.equal-height .sppb-addon-wrapper.addon-root-feature > div{
    height: 100%;
}

.row-gap > .sppb-row-container > .sppb-row > .sppb-row-column {
    padding-top: 15px;
    padding-bottom: 15px;
}

#content_full .wrapper_contenttop {
    padding: 70px 0px 10px 0px;
}

#content_full .wrapper_contenttop .contenttop .module_surround {
    padding: 0 45px !important;
}

@media only screen and (max-width: 768px) {
    #content_full .wrapper_contenttop .contenttop .module_surround {
        padding: 0 15px !important;
    }
}

.module.news-search .form-search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.module.news-search .awesomplete {
    width: 100%;
}

.awesomplete>input {
    max-width: 100%;
}

.module.news-search label {
    font-weight: bold;
    background-color: #1e55a5;
    padding: .43rem 1rem;
    color: #fff;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.com-content-category-blog__pagination .pagination__wrapper {
    overflow-x: auto;
}

#container_header .logo a {
    display: block;
    width: 100%;
    text-align: center;
}

#from-the-president > .sppb-container-inner > .sppb-row > .sppb-row-column,
#coal-facts > .sppb-container-inner > .sppb-row > .sppb-row-column {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 767px) {
    .module .module_surround, .module_menu .module_surround {
        padding: 0 15px 30px;
    }
}

.ffp-feed-item-message-content {
    font-size: 18px;
    line-height: 20px;
}
#ffp-feed-1 .ffp-feed-posts-item {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}
.ffp-feed-author-block-name {
    font-size: 18px;
    font-weight: 600;
}
.ffp-feed-item-link-picture + .ffp-feed-item-link-title, .ffp-feed-item-link-picture + .ffp-feed-item-link-descr, .ffp-feed-item-link-title + .ffp-feed-item-link-descr {
    margin-top: 5px;
    font-size: 18px;
}
.ffp-feed-item-link-domain {
    display: none;
}
.ffp-feed-author-block-name, .ffp-feed-item-message-content, .ffp-feed-item-link-title, .ffp-feed-item-link-descr, .ffp-feed-item-link-domain, .ffp-popup-text-content {
    word-wrap: break-word;
    font-family: Lato, Arial, Verdana, sans-serif;
}
.ffp-feed-item-link-picture + .ffp-feed-item-link-title, .ffp-feed-item-link-picture + .ffp-feed-item-link-descr, .ffp-feed-item-link-title + .ffp-feed-item-link-descr {
    margin-top: 5px;
    font-size: 18px;
    color: #1F55A5;
}

.ffp-feed-author-block-name {
    font-size: 18px !important;
}

.ffp-feed-author-block-info-created {
    font-size: 16px !important;
}
#container_header .header_main .header_top {
    justify-content: end;
}

.sppb-addon-feature.circled-icon .sppb-icon {
    display: flex;
    justify-content: center;
}

.sppb-addon-feature.circled-icon .sppb-icon .sppb-icon-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.same-height .addon-root-feature,
.same-height .addon-root-feature > div {
    height: 100%;
}

.hornav, #container_showcase1_modules {
    background-color: #000 !important;
}

.result__item>*+* {
    margin-top: .25em;
    line-height: 25px;
}

.result__item+.result__item {
    border-top: 1px solid #e4e4e4;
    margin-top: 1.5em;
    padding-top: 1.5em;
}

#top_wrapper {
    display: flex;
    justify-content: end;
    background-color: #1e55a5;
    padding: 0 22.5px;
}

@media only screen and (max-width: 1024px) {
    #container_header .header_main {
        background-image: url(/images/coal-mobile-bg.jpg);
    }

    #container_header .logo {
        width: 100%;
    }
}

.logo::after {
    box-shadow: none !important;
}

.hornav>ul>li>ul>li>a, .hornav>ul>li ul>li>ul>li>a {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    #home-foc-section > .sppb-container-inner > .sppb-row {
        flex-direction: column-reverse;
    }
}

#footer-1 .ffp-feed-wrap,
#footer-1 .ffp-feed-container {
    border: none;
    background: transparent;
}

#footer-1 .ffp-feed-posts-item {
    color: #fff;
    background: transparent;
    padding: 0;
    border-radius: 0;
}