/*------------------------------------*\
    
    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;
    z-index: 1;
}

.wysiwyg__image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    object-fit: cover;
}

.bg-white {
    background: #ffffff;
}

.bg-grey {
    background: #F5F5F5;
}

.bg-white--gradient {
    background: linear-gradient(270deg, rgba(4, 101, 176, 0.4) 0%, rgba(4, 101, 176, 0) 49.52%);
}

.bg-grey--gradient {
    background: linear-gradient(270deg, rgba(4, 101, 176, 0.40) 0%, rgba(4, 101, 176, 0.00) 49.52%), #F5F5F5;
}

.bg-grey--gradient-reverse {
    background: linear-gradient(90deg, rgba(4, 101, 176, 0.40) 0%, rgba(4, 101, 176, 0.00) 49.52%), #F5F5F5;
}

.bg-white--gradient-reverse {
    background: linear-gradient(270deg, rgba(4, 101, 176, 0.00) 50%, rgba(4, 101, 176, 0.40) 100%);
}

.bg-blue {
    background: #0465B0;
    color: #ffffff;
}

.bg-blue--gradient {
    background: linear-gradient(90deg, #0465B0 50%, #02B4D7 100%);
}

.bg-blue--gradient-reverse {
    background: linear-gradient(270deg, #0465B0 50%, #02B4D7 100%);
}

.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue .sub-heading {
    color: #ffffff;
}

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

.bg-blue p a {
    color: #ffffff;
    /* background: linear-gradient(to bottom, rgba(218, 232, 243, 0.15) 0%, rgba(218, 232, 243, 0.15) 100%); */
    background: linear-gradient(to bottom, #02b4d7b5 0%, #02b4d7b5 100%);
    background-size: 4px 0;
}

.bg-blue .btn-primary {
    color: #FFFFFF;
    background: #0465B0;
    border-color: #FFFFFF;
}

.bg-blue .btn-secondary {
    background: #fff;
    color: #0465B0;
}

.bg-blue .btn-tertiary {
    color: #FFFFFF;
    text-decoration-color: #FFFFFF;
}

.bg-blue .btn-tertiary:after {
    color: #02B4D7;
}

.wysiwyg .btn-default.dropdown-toggle{
    display: none;
}


.wysiwyg__wrapper img{
    width: 100%;
    height: auto;
}

.wysiwyg .pagination li::before{
    content: none;
}

.wysiwyg .pagination li[data-page="first"],
.wysiwyg .pagination li[data-page="last"]{
    display: none;
}

.wysiwyg .pagination li a{
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #2F2F2F;
    border: none;
}

.wysiwyg .pagination li.prev-page a,
.wysiwyg .pagination li.next-page a{
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 7px !important;
    background: #0465B0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

#footable_670, #footable_670 table{
    background-color: transparent !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro{
    background: transparent !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro tbody{
    background-color: #F5F5F5 !important;
    border: 1px solid #F5F5F5 !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro tbody tr td{
    padding: 22px 15px !important;
    font-size: 20px;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro tbody tr td:first-child{
    padding-left: 30px !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro tbody tr:hover{
    background-color: #DAE8F3 !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro tbody tr:hover td{
    color: #000000de!important;
}

#footable_parent_667 table,
#footable_667 thead tr.footable-filtering th,
#footable_parent_667 table .foo-table thead th{
    background: transparent !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .btn::after{
    content: none !important;
    display: none !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .btn{
    background: transparent !important;
    border: none !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .btn .fooicon-search:before{
    content: "\e90e" !important;
    font-family: 'sc-icon' !important;    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: none !important;
    color: #2F2F2F;
    font-size: 24px;
}


.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .btn .fooicon-remove:before{
    content: "\e902" !important;
    font-family: 'sc-icon' !important;    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: none !important;
    color: #2F2F2F;
    font-size: 20px;
}

.wysiwyg .ninja_footable tfoot .footable-paging{
    background: transparent !important;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search{
    width: 100%;
    max-width: 400px;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search input{
    padding: 0 62px 0 20px;
    color: #2F2F2F;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    border: none;
    height: 100%;
    width: 100%;
    background: transparent;
    font-family: "Mulish", sans-serif;
}

.wysiwyg.bg-grey .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .input-group{
    height: 50px;
    background-color: #fff;
    border-radius: 7px;
    width: 100%;
    max-width: 400px;
}

.wysiwyg.bg-white .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .input-group{
    height: 50px;
    background-color: rgba(4, 101, 176, 0.10);
    border-radius: 7px;
    width: 100%;
    max-width: 400px;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .input-group-btn{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #2F2F2F;
    padding-top: 0;
    z-index: 2;
}


.wysiwyg .ninja_table_wrapper table.ninja_table_pro tr.footable-header th{
    padding: 23px 15px !important;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    border: none;
    vertical-align: middle;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;

}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro tr.footable-header th:first-child,
.wysiwyg .ninja_table_wrapper table.ninja_table_pro tr.footable-header th:nth-child(2){
    width: 24%;
}

.wysiwyg .ninja_table_wrapper table.ninja_table_pro .footable-filtering-search .input-group-btn button{
    padding: 4px 12px !important;
}


#footable_667 thead tr.footable-filtering th{
    padding: 14px 0 !important;
}


.nt_customer_pager{
    position: absolute;
    top: 14px;
    left: -5px;
    padding: 0;
    margin: 0;
}


.nt_customer_pager::after{
    content: "entries per page";
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    color: #2f2f2f;
}

.foo-table select.nt_pager_selection{
    padding: 12px 20px !important;
    border-radius: 4px;
    border: 1px solid #F5F5F5 !important;
    background: #FFF !important;
    height: unset !important;
}


.semantic_ui .ui.inverted.table tbody tr td.selectable:hover, 
.semantic_ui .ui.selectable.inverted.table tbody tr:hover{
    background-color: #DAE8F3 !important;
}


.semantic_ui .ui.inverted.striped.table tbody tr:nth-child(2n), 
.semantic_ui .ui.inverted.striped.table>tr:nth-child(2n){
    border: 2px solid #F5F5F5 !important;
}

.semantic_ui .footable-page-nav .footable-page-link{
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
}


.foo-table thead th{
    background: transparent !important;
}


.footable-page-nav .footable-page-link{
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: #0465B0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.footable-page .footable-page-link{
    border: none !important;
    background: transparent;
    background-color: transparent !important;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    padding: 12px !important;
    text-align: center;
}

.footable-page.active .footable-page-link{
    background: transparent !important;
    color: #02B4D7 !important;
}

.footable-page-nav .footable-page-link a{
    font-size: 25px !important;
}

.footable-page-nav .footable-page-link:hover{
    color: #fff !important;
    background: #02B4D7 !important;
}

.foo-table select.nt_pager_selection{
    padding: 24px 15px;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.foo-table tbody tr:hover{
    background-color: #DAE8F3 !important;
    cursor: pointer;
}


.footable-page-nav[data-page="prev"] .footable-page-link{
    margin-right: 20px;
}


.footable-page-nav[data-page="next"] .footable-page-link{
    margin-left: 20px;
}


.footable-page-nav[data-page="prev-limit"] .footable-page-link,
.footable-page-nav[data-page="next-limit"] .footable-page-link{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;    
    padding: 10px 0px 35px;
}

@media (min-width: 1200px) {
    .bg-blue .btn-primary:hover {
        border-color: #02B4D7;
        background: #02B4D7;
        color: #FFFFFF;
    }

    .bg-blue .btn-secondary:hover {
        color: #0465B0;
        background-size: 4px 50px;
    }

    .bg-blue .btn-secondary:hover {
        background: #DAE8F3;
    }

    .bg-blue .btn-tertiary:hover {
        color: #DAE8F3;
        text-decoration-color: #DAE8F3;
        background-size: 0px 0px;
    }

    .bg-blue .btn-tertiary:hover:after {
        color: #DAE8F3;
    }

    .bg-blue p a:hover {
        color: #ffffff;
        background-size: 4px 50px;
    }

    .wysiwyg p + h3,
    .wysiwyg p + h4 {
        margin-top: 25px;
    }

}

/*WYSIWYG Added Custom Styles*/
.wysiwyg__wrapper .btn {
    display: inline-block;
    margin: 20px 10px 0 0;
}
.wysiwyg__wrapper .btn-group .btn {
    margin: 0;
}

@media (min-width: 768px) {
    .wysiwyg__wrapper .btn {
        display: inline-block;
        margin: 0 16px 30px 0;
    }

}

@media (min-width: 1025px) {
    .wysiwyg__wrapper .btn {
        display: inline-block;
        margin: 10px 40px 10px 0;
    }
}