.elementor-9689 .elementor-element.elementor-element-dcd1e61{--display:flex;border-style:none;--border-style:none;}.elementor-9689 .elementor-element.elementor-element-50884f1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--padding-top:15px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-9689 .elementor-element.elementor-element-cdc84e3.elementor-element{--align-self:flex-start;}.elementor-9689 .elementor-element.elementor-element-cdc84e3 .elementor-icon-wrapper{text-align:center;}.elementor-9689 .elementor-element.elementor-element-cdc84e3.elementor-view-stacked .elementor-icon{background-color:#E5B64F;}.elementor-9689 .elementor-element.elementor-element-cdc84e3.elementor-view-framed .elementor-icon, .elementor-9689 .elementor-element.elementor-element-cdc84e3.elementor-view-default .elementor-icon{color:#E5B64F;border-color:#E5B64F;}.elementor-9689 .elementor-element.elementor-element-cdc84e3.elementor-view-framed .elementor-icon, .elementor-9689 .elementor-element.elementor-element-cdc84e3.elementor-view-default .elementor-icon svg{fill:#E5B64F;}.elementor-9689 .elementor-element.elementor-element-cdc84e3 .elementor-icon{font-size:40px;}.elementor-9689 .elementor-element.elementor-element-cdc84e3 .elementor-icon svg{height:40px;}.elementor-9689 .elementor-element.elementor-element-67f70fb{margin:2px 2px calc(var(--kit-widget-spacing, 0px) + 2px) 2px;}.elementor-9689 .elementor-element.elementor-element-67f70fb.elementor-element{--align-self:center;}.elementor-9689 .elementor-element.elementor-element-1e9c37d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 022px) 0px;text-align:center;}.elementor-9689 .elementor-element.elementor-element-1e9c37d .elementor-heading-title{font-family:"Fraunces", Sans-serif;font-size:58px;font-weight:500;color:#E5B64F;}@media(max-width:767px){.elementor-9689 .elementor-element.elementor-element-1e9c37d .elementor-heading-title{font-size:36px;}}@media(min-width:768px){.elementor-9689 .elementor-element.elementor-element-dcd1e61{--content-width:1048px;}}/* Start custom CSS for icon, class: .elementor-element-cdc84e3 */@media print {
  .elementor-9689 .elementor-element.elementor-element-cdc84e3 {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-1e9c37d */.hero-heading em {
    color: #D9AC4F;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8b271db *//* =========================================
   TABLEPRESS TABLE 2
   STATE BUSINESS SEARCH DIRECTORY
   BLACK + GOLD
========================================= */

#tablepress-2 {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    font-size: 16px;
}

#tablepress-2,
#tablepress-2 th,
#tablepress-2 td {
    box-sizing: border-box;
}


/* =========================================
   HEADER
========================================= */

#tablepress-2 thead th {
    background: #111111 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 15px 10px;
    border: none;
    border-bottom: 3px solid #c9a227 !important;
    vertical-align: middle;
    white-space: normal !important;
}


/* =========================================
   CELLS
========================================= */

#tablepress-2 tbody td {
    padding: 15px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e8e8e8;
    color: #222222;
    line-height: 1.4;
    white-space: normal !important;
    overflow-wrap: break-word;
}

#tablepress-2 tbody tr:nth-child(even) td {
    background-color: #fafafa;
}

#tablepress-2 tbody tr:hover td {
    background-color: #fffaf0;
}

#tablepress-2 tbody tr:last-child td {
    border-bottom: none;
}


/* =========================================
   COLUMN STYLING
========================================= */

/* Jurisdiction */
#tablepress-2 .column-1 {
    font-weight: 700;
    text-align: center;
}

/* Portal Name */
#tablepress-2 .column-2 {
    color: #222222;
}

/* Account Required */
#tablepress-2 .column-3 {
    font-weight: 700;
    text-align: center;
}

/* Portal URL */
#tablepress-2 .column-4 {
    text-align: center;
}

/* Additional Information */
#tablepress-2 .column-5 {
    color: #222222;
}


/* =========================================
   DESKTOP WIDTHS
========================================= */

@media screen and (min-width: 1025px) {

    #tablepress-2 .column-1 {
        width: 14%;
    }

    #tablepress-2 .column-2 {
        width: 34%;
    }

    #tablepress-2 .column-3 {
        width: 13%;
    }

    #tablepress-2 .column-4 {
        width: 12%;
    }

    #tablepress-2 .column-5 {
        width: auto;
    }
}


/* =========================================
   VIEW NOW BUTTON
========================================= */

#tablepress-2 tbody td.column-4 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c9a227;
    color: #111111 !important;
    font-weight: 700;
    text-decoration: none !important;
    padding: 9px 16px;
    border-radius: 6px;
    border: 2px solid #c9a227;
    line-height: 1.2;
    white-space: nowrap !important;
    transition: all 0.2s ease;
}

#tablepress-2 tbody td.column-4 a:hover {
    background: #111111;
    color: #ffffff !important;
    border-color: #111111;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


/* =========================================
   TABLET
   KEEP ALL 5 COLUMNS
========================================= */

@media screen and (min-width: 601px) and (max-width: 1024px) {

    #tablepress-2 {
        width: 100% !important;
        font-size: 11px;
    }

    #tablepress-2 thead th {
        padding: 9px 5px;
        font-size: 11px;
        line-height: 1.2;
    }

    #tablepress-2 tbody td {
        padding: 9px 5px;
        line-height: 1.25;
    }

    #tablepress-2 .column-1 {
        width: 14%;
    }

    #tablepress-2 .column-2 {
        width: 34%;
    }

    #tablepress-2 .column-3 {
        width: 13%;
    }

    #tablepress-2 .column-4 {
        width: 13%;
    }

    #tablepress-2 .column-5 {
        width: auto;
    }

    #tablepress-2 tbody td.column-4 a {
        padding: 6px 8px;
        font-size: 10px;
    }
}


/* =========================================
   MOBILE ONLY
   SHOW:
   Jurisdiction | Portal Name | Portal URL
========================================= */

@media screen and (max-width: 600px) {

    /* Wrapper width fix */
    #tablepress-2_wrapper,
    #tablepress-2_wrapper .dt-layout-row,
    #tablepress-2_wrapper .dt-layout-cell {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Hide Account Required + Additional Information */
    #tablepress-2 .column-3,
    #tablepress-2 .column-5 {
        display: none !important;
    }

    /* Remove reserved width for hidden columns */
    #tablepress-2 colgroup col:nth-child(3),
    #tablepress-2 colgroup col:nth-child(5) {
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
    }

    #tablepress-2 {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 13px;
    }

    /* Jurisdiction */
    #tablepress-2 .column-1,
    #tablepress-2 colgroup col:nth-child(1) {
        width: 28% !important;
    }

    /* Portal Name */
    #tablepress-2 .column-2,
    #tablepress-2 colgroup col:nth-child(2) {
        width: 47% !important;
    }

    /* Portal URL */
    #tablepress-2 .column-4,
    #tablepress-2 colgroup col:nth-child(4) {
        width: 25% !important;
    }

    #tablepress-2 .column-1 {
        font-weight: 700;
        text-align: center;
    }

    #tablepress-2 .column-4 {
        text-align: center;
    }

    #tablepress-2 thead th {
        padding: 10px 5px;
        font-size: 11px;
        line-height: 1.2;
    }

    #tablepress-2 tbody td {
        padding: 11px 5px;
        line-height: 1.3;
        overflow-wrap: break-word;
    }

    #tablepress-2 tbody td.column-4 a {
        padding: 7px 8px;
        font-size: 11px;
        border-radius: 5px;
    }
}


/* =========================================
   DATATABLES CONTROLS
========================================= */

#tablepress-2_wrapper .dt-length label,
#tablepress-2_wrapper .dt-search label,
#tablepress-2_wrapper .dataTables_length label,
#tablepress-2_wrapper .dataTables_filter label {
    color: #ffffff !important;
    font-weight: 600;
}

#tablepress-2_wrapper select {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #c9a227 !important;
    border-radius: 6px;
    padding: 7px 10px;
}

#tablepress-2_wrapper input[type="search"] {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #c9a227 !important;
    border-radius: 6px;
    padding: 8px 10px;
    outline: none;
}

#tablepress-2_wrapper input[type="search"]:focus,
#tablepress-2_wrapper select:focus {
    border-color: #e6b83f !important;
    box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.2);
}

#tablepress-2_wrapper .dt-info,
#tablepress-2_wrapper .dataTables_info {
    color: #ffffff !important;
    font-weight: 500;
}

#tablepress-2_wrapper .dt-paging,
#tablepress-2_wrapper .dataTables_paginate {
    color: #ffffff !important;
}

#tablepress-2_wrapper .dt-paging-button,
#tablepress-2_wrapper .paginate_button {
    color: #ffffff !important;
    background: #111111 !important;
    border: 1px solid #444444 !important;
    border-radius: 5px !important;
    padding: 6px 10px !important;
    margin: 0 2px;
}

#tablepress-2_wrapper .dt-paging-button:hover,
#tablepress-2_wrapper .paginate_button:hover {
    background: #c9a227 !important;
    color: #111111 !important;
    border-color: #c9a227 !important;
}

#tablepress-2_wrapper .dt-paging-button.current,
#tablepress-2_wrapper .paginate_button.current {
    background: #c9a227 !important;
    color: #111111 !important;
    border-color: #c9a227 !important;
    font-weight: 700;
}

#tablepress-2_wrapper .dt-paging-button.disabled,
#tablepress-2_wrapper .paginate_button.disabled {
    opacity: 0.45;
    cursor: default !important;
}

#tablepress-2_wrapper {
    width: 100%;
    max-width: 100%;
}/* End custom CSS */