<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block {
    display: block !important;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.font-16 {
    font-size: 16px !important;
}

.margin-b-5 {
    margin-bottom: 5px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-top-10, .marg-top-10 {
    margin-top: 10px !important;
}

.margin-t-0 {
    margin-top: 0 !important;
}

.marg-top-15 {
    margin-top: 15px;
}

.text-center {
    text-align: center !important;
}

.naics-upgrade {
    background: #fff880;
    padding: 15px;
    border-radius: 5px;
    display: none;
}

.naics-upgrade p {
    font-style: italic;
}

.upgrade-account:hover {
    color: #FFF;
}

.naics-code-table {
    clear: both;
    margin-top: 15px;
    border: 2px solid #00803e;
}

.naics-input-wrapper {
    margin-bottom: 15px;
    display: none;
}

.current-codes {
    border: 2px solid #036;
}

.naics-code-table thead td, .current-codes thead td {
    font-weight: bold;
    font-size: 14px;
}

.naics-code-table td, .current-codes td {
    border: 2px solid #00803e;
    padding: 5px;
}

.current-codes td {
    border-color: #036;
}

.naics-code-table .code-column {
    padding: 5px;
}

.naics-code-table .description-column {
    padding: 5px;
}

.found-codes {
    clear: both;
}

.naics-table-template, .naics-added-codes-template, .found-codes {
    display: none;
}

.input_fields_wrap input, .search-naics-codes {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-naics-codes, .area-serviced-search {
    display: block;
    margin: 5px 0 15px;
    width: 370px;
    padding: 7px 4px !important;
    float: left;
    border-radius: 5px 0 0 5px !important;
    border: 2px solid #ccc !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.find-codes, .add-area-button {
    display: inline-block;
    transition: .4s background, .4s color, .4s border-color;
    background: #00803e;
    float: left;
    margin: 5px 0 15px;
    border-radius: 0 5px 5px 0;
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px !important;
    border: 2px solid #00803e;
}

.add-area-button:hover {
    background: #006934;
    color: #EEE;
}

.remove-area-button {
    display: inline-block;
    transition: .4s background, .4s color, .4s border-color;
    background: #800705;
    /*float: left;*/
    /*margin: 5px 0 15px;*/
    border-radius: 0 5px 5px 0;
    color: #FFF;
    text-decoration: none;
    /*padding: 10px 15px !important;*/
    border: 2px solid #530504;
}

.remove-area-button:hover {
    background: #a20705;
}

.find-codes:hover {
    color: #FFF;
    background: #ff880f;
    border-color: #ff681d;
}

.naics-row, .multi-input-template {
    margin-bottom: 30px;
}

.naics-description {
    display: block;
    margin-left: 2px;
    margin-top: 5px;
    max-width: 314px;
}

.remove-code {
    padding: 5px;
}

.remove-code a {
    margin: 0 auto;
    display: block;
    width: 15px;
    text-align: center;
    padding: 5px;
}

.button {
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

.btn {
    display: inline-block;
    transition: .4s background, .4s color;
    background: #00803e;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px;
}

.btn-disabled {
    background: #666 !important;
    color: #EEE !important;
}

.btn-disabled:hover, .btn-disabled:focus {
    text-decoration: none !important;
}

.red-delete {
    color: #b9171c;
    transition: color .5s;
}

.red-delete:hover {
    color: #ff2600;
}

.btn.add-code {
    border-radius: 0;
    background: #036;
    margin: 0 auto;
    display: block;
    width: 35px;
    text-align: center;
}

.btn.add-code:hover {
    color: #FFF;
    background: #ff880f;
}

.add_field_button {
    display: inline-block;
    border: none;
    margin-bottom: 10px;
    transition: .4s background, .4s color;
    background: #003366;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px;
}

.add_field_button:hover {
    color: #EEE;
    background: #0061a8;
}

.verify-codes {
    display: inline-block;
    transition: .4s background, .4s color;
    background: #00803e;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px;
}

.verify-codes:hover {
    color: #EEE;
    background: #3bb77c;
}

.naics-verified {
    border: 2px solid #00803e !important;
}

.naics-warning {
    border: 2px solid #ff880f !important;;
}

.naics-error {
    border: 2px solid red !important;;
}

.code-verified, .code-not-found, .code-no-input, .code-bad-length {
    display: block;
}

.code-verified {
    color: #00803e;
}

.code-not-found {
    color: #ff880f;
}

.code-no-input, .code-bad-length {
    color: red;
}

#maincol .search-naics-codes {
    width: 255px;
}

.naics-id {
    margin-left: 10px;
}

.naics-id, .naics-description-business {
    float: left;
    color: #3573af;
}

.naics-description-business {
    margin-left: 10px;
}

.naics-break {
    clear: both;
}

/** Servicable Areas **/
div.area-serviced, span.area-serviced {
    display: inline-block;
    padding: 3px 5px;
    background: #EEE;
    margin: 3px 5px 3px 0;
    transition: background-color .3s;
}

.area-serviced {
    /*clear: both;*/
}

div.area-serviced:hover, span.area-serviced:hover {
    background-color: #cccccc;
}

.area-serviced-group {
    display: none;
    clear: both;
}

.remove-area {
    margin-right: 10px;
    color: #0061a8;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.area-serviced-group {
    margin-top: 10px;
}

.area-serviced-group li {
    margin-bottom: 5px;
    list-style-type: none;
    padding: 5px;
    background: #EEE;
}

.naics-search-description {
    /*background: #EEE;*/
    float: left;
    width: 100%;
    /*padding: 5px 15px;*/
    border-bottom: 2px solid #EEE;
}

/*.naics-search-description {*/
    /*font-weight: bold;*/
/*}*/

.naics-search-list {
    width: 100%;
    /*float:left;*/
	background: #fff;
}

.naics-search-list tr td {
    padding: 10px 15px;
}

/*.listings tr td {*/
/*padding: 5px;*/
/*}*/

.naics-search-list tr:nth-of-type(even) {
    background: #EEE;
}

.full-naics-list tr td {
    padding: 15px 0;
    vertical-align: top;
    border-bottom: 1px solid #DDD;
}

.naics-accordion table.full-naics-list {
    display: none;
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.naics-accordion.naics-accordion-open table.full-naics-list {
    display: block;
    height: auto;
}

.naics-accordion h3 a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.naics-accordion h3 a:hover {
    text-decoration: underline;
}

.naics-parent {
    padding: 5px;
    margin-bottom: 10px;
}

.naics-parent:nth-of-type(odd) {
    background: #EEE;
}

.naics-link-increased-font {
    text-decoration: none;
    font-size: 16px;
    color: #900;
    font-weight: bold;
}

.naics-link-increased-font:hover {
    text-decoration: underline;
}</pre></body></html>