/* URI: / */
/* Paths: /css/system-below.css,/css/layout-below.css,/css/default/default/default-below.css */
/* File: /bundles/cbb_37b591960d55fe018e9a878dc1086b0a_0a084429.css */
/* Created CSS File: 2023-10-27 21:58:54 */


/* Footer */
footer > div {
    padding: 48px 0;
}

footer nav .nav-title {
    text-transform: uppercase;
}

#footer-history {
    padding-top: 32px;
}

#footer-history .table {
    table-layout: auto;
}

#footer-history .table > div {
    vertical-align: top;
}

#footer-history h2 {
    font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, ui-serif, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 48px;
    font-style: italic;
    color: #b3b3b3;
}

#footer-history .tagline {
    margin-top: 0;
}

#footer-links .table > div {
    vertical-align: top;
}

#footer-links h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 24px;
}

#footer-links h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 64px;
    height: 1px;
    content: "";
    background: #e6e6e6;
}

#footer-links nav {
    line-height: 2.4;
}

#footer-links nav a {
    display: block;
    float: left;
    min-width: 50%;
}

#footer-links .list-style-triangle > :not(.nav-title):before {
    top: 1.2em;
}

#footer-nav {
    padding: 24px 0;
}

#footer-nav .social-nav > * {
    display: inline-block;
    height: 42px;
    margin-left: 5px;
}

#footer-nav .social-nav > :first-child {
    margin-left: 0;
}

#footer-nav .social-nav .nav-title {
    font-weight: 800;
    line-height: 42px;
    vertical-align: top;
    color: #333;
}

#footer-nav .social-nav a {
    font-size: 42px;
    line-height: 1;
}

#footer-nav .social-nav a:first-of-type {
    margin-left: 24px;
}

#footer-nav .social-nav a span {
    display: none;
}

#footer-nav .social-nav a .fa-facebook-square {
    color: #46609c;
}

#footer-nav .social-nav a .fa-twitter-square {
    color: #5ca6db;
}

#footer-copyright {
    padding: 15px 0;
}

#footer-copyright p:last-child {
    font-size: 12px;
}

#footer-copyright a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

@media only screen and (min-width: 1200px) {
    #footer-links .table > div {
        vertical-align: top;
    }

    #footer-links nav {
        display: block;
        float: left;
    }
}

@media only screen and (max-width: 1199px) {
    #footer-history .since-1998 {
        display: none;
    }

    #footer-links .halfwidth {
        width: 100%;
    }

    #footer-links nav:not(:first-of-type) {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-nav,
    #footer-history,
    footer h3 {
        text-align: center;
    }

    #footer-links h3:after {
        left: 50%;
        margin-left: -32px;
    }

    #footer-nav .main-nav {
        margin-top: 1em;
    }
}

@media only screen and (max-width: 767px) {
    #footer-nav {
        padding-bottom: 0;
    }

    #footer-nav .main-nav {
        margin: 24px -30px 0;
    }

    #footer-nav .main-nav > * {
        padding: 10px 30px;
        border-bottom: 2px solid #f5f5f5;
    }

    #footer-nav .main-nav > :first-child {
        border-top: 2px solid #f5f5f5;
    }

    #footer-nav .main-nav > :before {
        display: none;
    }

    #footer-copyright a {
        display: block;
    }
}

/*
 *
 * ALL ABOVE THIS LINE NEEDS TO BE VERIFIED
 *
 */


/* TODO: Move to pages/general-below.css */
.content table td {
    vertical-align: baseline;
}
.content table p,
.content table h6 {
    margin: 0;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .content table[border="1"], .content table[border="1"] td {
        border: 1px solid black !important;
        border-collapse: collapse;
    }
    *::-ms-backdrop, .content table[border="2"], .content table[border="2"] td {
        border: 2px solid black !important;
        border-collapse: collapse;
    }
}

/* The Leader in SIC & NAICS Codes */
#providing h2 a {
    pointer-events: none;
}

#providing .u-photo {
    display: none;
}

.providing-list > li {
    margin: 60px 0;
}

.providing-list li ul {
    list-style-type: disc;
    margin-left: 20px;
}

.providing-list li ul li {
    display: list-item;
}

.providing-list li a {
    color: #2964b0;
    text-decoration: underline;
}

.providing-list .providing-number {
    color: #2964b0;
    font-size: 56px;
}

.providing-list .providing-number sup {
    font-size: 50%;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .providing-list > li {
        margin-bottom: 36px;
    }

    .providing-list > li > div:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .providing-list > li > div:first-child {
        max-width: 320px;
    }

    .providing-list > li > div:first-child > div {
        position: relative;
        padding-bottom: 100%;
    }

    .providing-list > li > div:first-child > div:before {
        content: '';
        background: #fff;
        border-radius: 50%;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        left: 0;
        top: 0;
    }

    .providing-list > li > div:first-child > div > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .providing-list > li > div:first-child img {
        display: block;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .providing-list > li {
        display: flex;
        align-items: center;
        margin: 25px -25px;
    }

    .providing-list > li > div {
        flex: 1;
        margin: 0 25px;
    }
}

@media only screen and (min-width: 992px) {
    .providing-list {
        display: flex;
        margin: 14px -25px;
    }

    .providing-list > li {
        flex: 1;
        margin: 25px;
    }

    .providing-list > li > div:first-child {
        margin-bottom: 25px;
    }
}

/* Companies Using SICCODE Business Data */
#using .table > div {
    padding: 2.8%;
}

@media only screen and (max-width: 991px) {
    #using .table > div {
        float: left;
        width: 33.333%;
    }
}