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

    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: #161616;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #E0E1E2;
    color: #161616;
}

.bg-gray .sub-heading {
    color: #161616;
}

.bg-black-gradient {
    background: linear-gradient(to right,  #fdbb12 0%,#000000 0%,#323232 100%);
    color: #ffffff;
}

.bg-black-gradient h2,
.bg-black-gradient h3,
.bg-black-gradient h4,
.bg-black-gradient h5 {
    color: #FFFFFF;
}

.bg-black-gradient p a:not(.btn) {
    color: #FEC408;
    background: linear-gradient(to bottom, rgba(254, 196, 8, 1) 0%, rgba(254, 196, 8, 1) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 3px 2px;
    transition: background-size .1s;
    text-decoration: none;
}

.bg-black-gradient blockquote {
    color: #E0E1E2;
}

.bg-black-gradient .blockquote-bg {
    opacity: 1;
}

.wpcf7 input,
.wpcf7 textarea {
    background-color: #F3F3F3;
}

.wpcf7 .form-col-checkbox .wpcf7-form-control label {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    cursor: pointer;
}

.wpcf7 .form-col-checkbox .wpcf7-form-control input[type="checkbox"] {
    appearance: none;
    width: 27px;
    height: 27px;
    border: none;
    background-color: #F3F3F3;
}

.wpcf7 .form-col-checkbox .wpcf7-form-control input[type="checkbox"] {
    appearance: none;
    width: 27px;
    height: 27px;
    border: none;
    background-color: #F3F3F3;
}

.wpcf7 .form-col-checkbox .wpcf7-form-control input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    width: 9px;
    height: 15px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7 .form-col-checkbox .wpcf7-form-control input[type="checkbox"]:checked {
    border: 2px solid #FEC408;
}

.wysiwyg.bg-black-gradient .wpcf7 label,
.wysiwyg.bg-black-gradient .wpcf7 sup {
    color: #fff;
}

.wysiwyg.bg-black-gradient .choices__list .choices__item,
.wysiwyg.bg-black-gradient .choices__inner {
    color: #161616;
}

.wysiwyg .choices__inner {
    border: none;
    background: #F3F3F3;
    height: 52px;
    color: #161616;
    font-size: 17px;
    padding: 10px 16px;
}

body:not(.single-location) .bg-black-gradient .btn-primary {
    border: 1px solid #FFFFFF;
    color: #222222;
    background: linear-gradient(to right,  #ffffff 0%,#ffffff 100%);
}

body:not(.single-location) .bg-black-gradient .btn-secondary {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

body:not(.single-location) .bg-black-gradient .btn-tertiary {
    color: #FFFFFF;
}

.wysiwyg--texture {
    position: relative;
    z-index: 1;
}

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

.wysiwyg__wrapper-center-content {
    margin-bottom: 30px;
}

.bg-white + .bg-white,
.bg-black-gradient + .bg-black-gradient {
    padding-top: 0;
}

.footable-filtering .btn::before,
.footable-filtering .btn::after {
    display: none!important;
}
.footable_parent {
    overflow: hidden!important;
}

.footable-header th {
    border-bottom: 4px solid #FDBB12!important;
}

.ninja_table_wrapper tr td {
    border-top: 1px solid #222222!important;
}

@media (min-width: 768px) {
    .wysiwyg--texture .sub-heading {
        color: #161616;
    }
}

@media (min-width: 1200px) {
    .wysiwyg__wrapper {
        max-width: 1133px;
    }

    .wysiwyg__wrapper-content {
        max-width: 1032px;
    }

    .wysiwyg__wrapper-content__small {
        max-width: 1032px;
        margin-bottom: 50px;
    }

    .bg-black-gradient p a:not(.btn):hover {
        color: #FEC408;
        background: linear-gradient(to bottom, rgba(254, 196, 8, 0.50) 0%, rgba(254, 196, 8, 0.50) 100%);
        background-size: 3px 12px;
        background-position: 0 100%;
        background-repeat: repeat-x;
        transition: background-size .1s;
    }

    body:not(.single-location) .bg-black-gradient .btn-primary:hover {
        color: #222222;
        background: linear-gradient(to right,  #acacac 0%,#ffffff 100%);
        border-color: #acacac;
    }

    body:not(.single-location) .bg-black-gradient .btn-primary:hover::after {
        background: #FDBB12;
    }

    body:not(.single-location) .bg-black-gradient .btn-secondary:hover {
        background: transparent;
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

    body:not(.single-location) .bg-black-gradient .btn-secondary:hover::before {
        color: #FFFFFF;
    }

    body:not(.single-location) .bg-black-gradient .btn-border:hover::after,
    body:not(.single-location) .bg-black-gradient .btn-secondary:hover::after {
        background: #FFFFFF;
    }

    body:not(.single-location) .bg-black-gradient .btn-tertiary:hover {
        background: transparent;
        color: #FFFFFF;
    }

    body:not(.single-location) .bg-black-gradient .btn-tertiary:hover::after {
        background: #FFFFFF;
        height: 3px;
    }

    body:not(.single-location) .bg-black-gradient .btn-tertiary:hover::before {
        color: #FFFFFF;
    }

    .wysiwyg__wrapper-center-content {
        max-width: 1133px;
        margin: 0 auto;
    }

}

@media (min-width: 1600px) {
    .wysiwyg__wrapper {
        max-width: 1336px;
    }

    .wysiwyg__wrapper-content {
        max-width: 1640px;
    }

    .wysiwyg__wrapper-center {
        max-width: 1488px;
        margin: 0 auto;
    }

    .wysiwyg__wrapper-center-content {
        max-width: 100%;
        margin: 0 auto;
    }
}

.text-center blockquote{
    margin-left: auto;
    margin-right: auto;
}




/* table */

.table-wrap {
    margin: 15px -22px 0 -20px;
}

.table-scroll {
    padding-bottom: 10px;
    position: relative;
    height: auto;
    width: 100%;
    overflow: auto;
    @supports not (selector(::-webkit-scrollbar-thumb)) {
        scrollbar-color: #FDBB12 #FFFFFF;
        scrollbar-width: thin;
    }
}

.table-structure {
    width: 962px;
    padding: 40px 26px;
    margin: 20px;
    overflow: hidden;
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.12);
}

.table-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    margin-bottom: 25px;
}

.table-scroll::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #FDBB12;
    border: 1px solid #FDBB12;
    margin-right: 22px;
    margin-left: 20px;
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #FFFFFF;
}

.table-structure table {
    border-collapse: collapse;
    font-family: 'univers57_condensed';
    background: transparent;
    width: 100%;

}

.table-structure table thead {
    color: #222222;
    border-bottom: 4px solid #FDBB12;
}

.table-structure table thead tr th {
    padding: 0 16px 16px 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    border: none;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    vertical-align: top;
    font-family: 'univers67_condensed_bold';
}

.table-structure table tbody tr {
    border-bottom: 1px solid #222222;
}

.table-structure table tbody tr td,
.table-structure table tbody tr th {
    padding: 16px 16px 16px 0;
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    color: #161616;
    line-height: 1.76em;
    vertical-align: top;
}

.table-info p {
    margin: 5px 0 0;
    font-size: 15px;
    text-align: right;
}

.ninja_table_wrapper .table-wrap{
    margin-top: 0;
}
.ninja_table_wrapper .table-structure{
   padding: 0;
}
.wysiwyg__wrapper-content p:last-child .btn{
    margin-top: 20px;
}

.foo-table li.dropdown-header {
    color: #333;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 16px;
}

ul.dropdown-menu.dropdown-menu-right li:before {
    content: none !important;
}

ul.dropdown-menu.dropdown-menu-right {
    padding: 15px 15px 20px;
}

ul.dropdown-menu.dropdown-menu-right li, 
ul.dropdown-menu.dropdown-menu-right li a {
    padding-left: 0;
}

ul.dropdown-menu.dropdown-menu-right li a label {
    padding-left: 5px !important;
}

ul.dropdown-menu.dropdown-menu-right li a input[type="checkbox"] {
    appearance: none;
    width: 27px;
    height: 27px;
    border: none;
    background-color: #F3F3F3;
    position: relative !important;
    left: -5px !important;
    margin-left: 0 !important;
    top: 5px;
}

ul.dropdown-menu.dropdown-menu-right li a {
    background: none !important;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    box-shadow: none !important;
}

ul.dropdown-menu.dropdown-menu-right li a input[type="checkbox"]:checked {
    border: 2px solid #FEC408;
}

ul.dropdown-menu.dropdown-menu-right li a input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 9px;
    height: 15px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footable-pagination-wrapper ul li a {
    background: none;
    box-shadow: none;
}

.footable-pagination-wrapper ul.pagination li a {
    color: #323232;
}

.footable-pagination-wrapper ul.pagination li a:hover {
    color: #323232;
    background-color: #FEC408;
}

.footable-pagination-wrapper ul.pagination li.active a {
    background: #FEC408;
    color: #323232;
    border: 1px solid #FEC408;
}

.footable-pagination-wrapper ul.pagination li.active a:hover {
    background: transparent linear-gradient(90deg,#000000 0%,#323232 100%) 0% 0% no-repeat padding-box;
    color: #FEC408;
}

.container-fluid.container-option--full-width .wysiwyg__wrapper-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

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

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

@media (min-width: 1200px) {
    .table-wrap {
        margin: 45px 0 0;
    }

    .table-scroll {
        padding-bottom: 0;
        overflow: visible;
    }

    .table-structure {
        width: 100%;
        overflow: hidden;
        box-shadow: none;
        margin: 0;
        padding: 45px 26px 30px;
    }

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

    .table-structure table tbody tr:last-child {
        border-bottom: none;
    }

    .table-structure table tbody tr td,
    .table-structure table tbody tr th {
        padding: 22px 32px 22px 0;
        font-size: 18px;
        line-height: 1.55em;
    }

    .table-structure table tbody tr td:last-child {
        padding-right: 0;
    }

    .table-structure h4 {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .table-wrap {
        margin: 50px auto 48px;
        max-width: 1250px;
    }

    .table-structure table thead tr th {
        padding-bottom: 22px;
    }

    .table-structure table tbody tr td,
    .table-structure table tbody tr th {
        font-size: 20px;
        line-height: 1.5em;
    }

    .table-structure table tbody tr td:last-child {
        padding-right: 30px;
    }
}