/*------------------------------------*\
    
    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 { 
    position: relative;
    color: #475565;
    z-index: 1;

}

.blog-wysiwyg.wysiwyg {
    padding-top: 0px;
    padding-bottom: 30px;
}

.bg-white {
    background: #ffffff;
}
/* .bg-white + .bg-white{
    padding-top: 0;
} */
.bg-white.image-text-inner:has( + .bg-white) {
    padding-bottom: 0;
}
.bg-light-gray {
    background: #F2F2F2;
}
.wysiwyg + .icon-buttons{
    margin-top: 0;
}

.bg-dark-blue {
    background: #002C5F;
    color: #ffffff;
}

.bg-dark-blue h2,
.bg-dark-blue .h2,
.bg-dark-blue h3,
.bg-dark-blue h4 {
    color: #FFFFFF;
}

.bg-dark-blue h5,
.bg-dark-blue p a:not(.btn),
.bg-dark-blue .btn-tertiary {
    color: #F2DBB3;
}

.bg-dark-blue ul li:before {
    background: #F2DBB3;
}

.logo-icon {
    position: absolute;
    right: -60px;
    bottom: -10px;
    width: 213px;
    z-index: -1;
    object-fit: contain;
    height: auto;
}

.wysiwyg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
}

.wysiwyg__wrapper {
    position: relative;
    z-index: 1;
}

/* .bg-dark-blue p a:not(.btn),
.bg-dark-blue a:not(.btn) {
    border-color: #F2DBB3;
} */

.wysiwyg:not(.bg-dark-blue) p a:not(.btn):hover,
.wysiwyg:not(.bg-dark-blue) a:not(.btn):hover {
    border-color: var(--red);
}
/* 
.wysiwyg p a:hover:not(.btn):before,
.wysiwyg p a:hover:not(.btn):after,
.wysiwyg a:hover:not(.btn):before,
.wysiwyg a:hover:not(.btn):after {
    display: block;
} */

/* .bg-dark-blue p a:not(.btn)::before,
.bg-dark-blue p a:not(.btn)::after {
    background: #F2DBB3; 
    display: block;
} */

@media (min-width: 768px) {
    .logo-icon {
        right: auto;
        left: -50px;
        bottom: -10px;
        width: 213px;
    }

    .wysiwyg--padding {
        padding-bottom: 165px;
        margin-bottom: -73px;
    }
}

@media (min-width: 1200px) {
    
    .bg-dark-blue .btn-primary:hover {
        color: #F2DBB3;
        border-color: #F2DBB3;
    }

    .bg-dark-blue .btn-secondary:hover {
        color: #D0D3D4;
        border-color: #D0D3D4;
    }

    .bg-dark-blue .btn-tertiary:hover span {
       border-color: #F2DBB3;
    }
    
    .bg-dark-blue .btn-tertiary span::before {
        background: #F2DBB3; 
    }
    
    .bg-dark-blue .btn-tertiary span::after {
        background: #F2DBB3; 
    }  
    
    .logo-icon {
        left: -60px;
        bottom: -15px;
        width: 436px;
    }

    .wysiwyg--padding {
        padding-bottom: 300px;
        margin-bottom: -164px;
    }

    .wysiwyg--padding .logo-icon {
        bottom: 107px;
    }

    .wysiwyg p a:not(.btn):hover,
    .wysiwyg a:not(.btn):hover {
        border-color: transparent;
    }

    .bg-dark-blue p a:not(.btn):hover,
    .bg-dark-blue a:not(.btn):hover {
        border-color: #F2DBB3;
    }
    
    .wysiwyg p a:not(.btn):hover:before,
    .wysiwyg p a:not(.btn):hover:after,
    .wysiwyg a:not(.btn):hover:before,
    .wysiwyg a:not(.btn):hover:after {
        display: block;
    }

        .bg-dark-blue p a:not(.btn):hover::before,
    .bg-dark-blue p a:not(.btn):hover::after {
        background: #F2DBB3; 
        display: block;
    }

}




/* table */

.table-wrap {
    margin: 5px -22px 30px 0;
    position: relative;
}

.table-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: calc(100% - 50px);
    background: linear-gradient(to right,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 70%,rgba(242,242,242,1) 100%);
    z-index: 1;
}

.table-scroll {
    padding-bottom: 30px;
    position: relative;
    height: auto;
    width: 100%;
    overflow: auto;
}

.table-structure {
    width: 935px;
    border-radius: 0;
    overflow: hidden;
}

/* ScrollBar 1*/

.table-scroll::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}

.table-scroll::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E3E4;
    margin-right: 22px;
}

.table-wrap.scroll-right::before{
    content: unset;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #002C5F;
    border: 4px solid #E2E3E4;
}


/* table */

.table-structure table {
    border-collapse: collapse;
    font-family: "Ubuntu", sans-serif; 
    background: transparent;
    width: 100%;

}

.table-structure table thead {
    color: #002C5F;
    background: transparent; 
    border-bottom: 3px solid #D50032;
}

.table-structure table thead tr th {
    padding: 15px 8px;
    text-align: left;
    font-size: 18px;
    line-height: 1.38em;
    font-weight: 700;
    border: none;
    color: #002C5F;
    vertical-align: bottom;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

.table-structure table thead tr th:first-child {
    padding-left: 0;
}

.table-structure table tbody tr:nth-child(even) {
    background-color: rgba(208, 211, 212, 0.49);
}

.table-structure table tbody tr td,
.table-structure table tbody tr th {
    padding: 15px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #475565;
    line-height: 1.75em;
    vertical-align: middle;
    text-align: center;
}

.table-structure table tbody tr td {
    width: 20%;
}

.wysiwyg__content table .btn {
    font-size: 12px;
}

.page-id-7535 .table-structure table tbody tr td img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0;
}

.page-id-7535 .table-wrap::before{
    content: unset;
}

.page-id-7535 .table-structure table tbody tr td .btn{
   padding: 10px;
   padding-right: 30px;
}
.page-id-7535 .table-structure table tbody tr td .btn::after{
  right: 10px;
}
.full-width-image-text + .wysiwyg {
    z-index: 2;
}
@media (min-width: 768px) {
    .table-wrap {
        margin-right: -52px;
    }

    .table-scroll::-webkit-scrollbar-track {
        margin-right: 52px;
    }

    .table-wrap::before {
        width: 230px;
        background: linear-gradient(to right,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 55%,rgba(242,242,242,1) 100%);
    }
    .table-structure {
        width: 935px;
    }
}

@media(min-width:1024px) {
    .table-structure {
        width: 1024px;
    }
}

@media (min-width: 1200px) {
    .table-scroll::-webkit-scrollbar-track {
        margin-right: 70px;
    }

    .table-wrap::before {
        width: 180px;
        background: linear-gradient(to right,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 68%,rgba(242,242,242,1) 100%);
    }
    .table-structure {
        width: 935px;
    }
    .page-id-7535 .table-structure{
        width: 100%;
    }
}

.page-id-374 .table-wrap::before {
    background: none;
}

.page-id-374 .table-wrap {
    margin-left: auto;
    margin-right: auto;
}

.page-id-374 .table-structure {
    width: auto;
}
.page-id-7535 .masthead + .bg-white{
    padding-top: 0;
}
.page-id-7535 .sticky-row:not(.is-sticky) td {
    width: max-content !important;
}
.page-id-7535 .sticky-row:not(.is-sticky) td:first-child {
    width: 0 !important;
}

