/*------------------------------------*\

    WebFX WYSIWYG Customizations - Global styling for all ACF WYSIWYG's

    Add custom WYSIWYG styling to this file if it should be applied to all ACF WYSIWYG's on the site
    Otherwise, put your block-specific styles in individual block stylesheets

\*------------------------------------*/

.wysiwyg {
    color: #2E3532;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}

.wysiwyg.wysiwyg-remove-padding {
    padding-bottom: 70px !important;
}

.bg-white {
    background: #ffffff;
}

.bg-blue {
    background: #E9EDF1;
}

.bg-gray {
    background: #F2F3F4;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
    color: #003B5D;
}

.wysiwyg p {
    margin: 0;
}

.wysiwyg p a:not(.btn) {
    font-weight: 700;
    color: #F6862A;
}

.wysiwyg h3 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.wysiwyg h4 {
    padding-top: 20px;
}

.wysiwyg ul {
    padding-left: 20px;
}

.wysiwyg ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}

.wysiwyg ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #F6862A;
    border-radius: 50%;
}

.new-landing-page .wysiwyg .row {
    display: flex;
}

.wysiwyg .accent-pattern-left,
.wysiwyg .accent-pattern-right {
	display: none;
}

.wysiwyg.bg-img .accent-pattern-left,
.wysiwyg.bg-img .accent-pattern-right {
	display: block;
    height: auto;
    max-width: 10%;
}

.wysiwyg.bg-img .accent-pattern-left img,
.wysiwyg.bg-img .accent-pattern-right img {
    position: relative;
	filter: brightness(30%);
    height: 100%;
    object-fit: cover;
}

.wysiwyg.bg-img .accent-pattern-left img {
    object-position: right;
}

.wysiwyg.bg-img .accent-pattern-right img {
    object-position: left;
}



@media (min-width: 1200px) {

    .wysiwyg__content{
        margin-bottom: 40px;
    }

    .wysiwyg p a:hover {
        text-decoration: underline;
        background-color: transparent;
        color: #F8B57C;
    }

    .wysiwyg h3,
    .wysiwyg h4 {
        padding-top: 30px;
    }

    .table-icon-structure{
        display: flex;
        flex-direction: row;
    }

}

@media (min-width: 1600px) {
    .wysiwyg.bg-img .accent-pattern-left,
    .wysiwyg.bg-img .accent-pattern-right {
        max-width: 15%;
    }
}

@media (min-width: 1800px) {
    .wysiwyg.bg-img .accent-pattern-left,
    .wysiwyg.bg-img .accent-pattern-right {
        max-width: 20%;
    }
}




/* table-section */

.table-structure {
    padding: 0 0;
    overflow-x: auto;
    margin-right: -22px;
    color: #2E3532;
    margin-top: 15px;
}

.table-structure table {
    border-collapse: collapse;
    width: 960px;
}

.table-structure table thead {
    background-color:#003B5D;
    color: #FFFFFF;
}

.table-structure table thead tr th {
    padding: 18px 32px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
    color: #ffffff;
}

.table-structure table tbody tr {
    background-color: #fff;
}

.table-structure table tbody tr:nth-child(odd) {
    background-color: #E9EDF1;
}

.table-structure table tbody tr td,
.table-structure table tbody tr th {
    padding: 18px 32px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #2E3532;
}

.table-wrap-outer:after {
    display: none;
}

@media (min-width: 768px) {
    .table-structure {
        margin-right: -52px;
    }

    .table-structure table {
        width: 950px;
    }

    .read-more {
        display: block !important;
        word-break: inherit;
    }
}



.table-structure {
    scrollbar-width: thin;
    scrollbar-color: #6C899F #555555;
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table-structure::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding-bottom: 30px;
}

.table-structure::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 6px solid #6C899F;
}

.table-structure::-webkit-scrollbar-thumb {
    background-color: #6C899F;
}

.table-structure::-webkit-scrollbar-thumb:hover {
    background-color: #6C899F;
}

.table-structure::-webkit-scrollbar-corner,
.table-structure::-webkit-scrollbar-track {
    background-color: #555555;
}

.accent-pattern-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.accent-pattern-right {
    position: absolute;
    top: 0;
    right: 0;
}



@media (min-width: 1200px) {

    .table-structure table {
        width: 100%;
    }

    .table-structure {
        margin-top: 15px;
        margin-right: 0;
        padding-bottom: 0;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .table-structure table thead tr th {
        padding: 15px 30px;
        font-size: 18px;
    }

    .table-structure table tbody tr td,
    .table-structure table tbody tr th {
        padding: 15px 30px;
        font-size: 16px;
    }

    .wysiwyg a:not(.btn) {
        display: inline-block;
        position: relative;
        text-decoration: none !important;
        transition: color .4s ease-out;
    }

    .wysiwyg a:not(.btn)::after {
        border-top: 2px solid #F6862A;
        content: "";
        position: absolute;
        right: 100%;
        bottom: 2px;
        left: 0;
        transition: right .4s cubic-bezier(0, .5, 0, 1), border-color .4s ease-out;
    }

    .wysiwyg a:not(.btn):hover {
        text-decoration: none !important;
    }

    .wysiwyg a:not(.btn):hover:after{
        animation: anchor-underline 2s cubic-bezier(0, .5, 0, 1) infinite;
        border-color: #F6862A;
    }

    @keyframes anchor-underline {
        0%, 10% {
            left: 0;
            right: 100%;
        }
        40%, 60% {
            left: 0;
            right: 0;
        }
        90%, 100% {
            left: 100%;
            right: 0;
        }
    }
}

.table-icon-structure{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.table-icon-flex-center {
    justify-content: center;
}

.image-title-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.image-title-container a.image-title-link{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 15px;
    margin-left: 14px;

}

.image-title-container a.image-title-link:hover,
.image-title-container a.image-title-link:hover:after{
    text-decoration: none;
    animation: none;
    border-bottom: none;
}

.image-title-container img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .table-icon-structure{
        display: flex;
        flex-direction: row;
    }

    .image-title-container {
        width: 47%;
    }
}

@media (min-width: 1025px) {
    .table-icon-structure{
        display: flex;
        flex-direction: row;
    }

    .image-title-container {
        width: 32%;
    }
}
