@font-face {
    font-family: "Trade Gothic Condensed Fallback";
    font-weight: 500;
    font-style: normal;
    size-adjust: 85%;
    src: local("Arial");
}

html {
    scroll-behavior: smooth;
}

/* GLOBAL STYLES */
body, body * {
    font-family: 'Trade Gothic Condensed', "Trade Gothic Condensed Fallback", Arial, sans-serif;
    letter-spacing: 0.03rem;
    box-sizing: border-box;
}

#Body, #overlay {
    height: 100%;
    background-color: #fff;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    color: var(--current-text-color, --dk-grey);
    line-height: normal;
}

.dark-theme-text :is(h1, h2, h3, h4, h5, h6, p) {
    color: inherit;
}

h1, h2, h3, h4, h5, h6, .cta {
    font-family: 'Trade Gothic Condensed', 'Arial Narrow', Arial, sans-serif;
    margin-top: 0;
}

h1, h2, h3, h5, h6, p {
    font-weight: 500;
}

h1, .h1 {
    font-size: 3.5rem;
}

h2, .h2 {
    font-size: 2.9rem;
    margin-bottom: 2rem;
}

h3, .h3, th {
    font-size: 2rem;
}

h4, .h4, a, dt, th {
    font-weight: 900;
}

h6, .h6 {
    font-size: 1.1rem;
    margin-block-start: 0;
}

h4, .h4, h5, .h5, p, li, dt, dd, td, blockquote {
    font-size: 1.3rem;
}

p, blockquote {
    margin-bottom: 15px;
    line-height: 2.5rem;
}

a {
    text-decoration: none;
}

    a, a:visited {
        color: var(--current-primary-accent-color);
    }

    /*a:visited {
        color: var(--current-link-color-visited);
    }*/

    a:hover, a:focus {
        color: var(--current-hover-state-color);
        text-decoration: none;
    }

button {
    color: var(--current-primary-accent-color);
    background-color: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
}

    button:hover, button:focus {
        color: var(--current-hover-state-color);
    }

blockquote {
    color: inherit;
}

cite {
    font-size: 1.1rem;
}

iframe {
    border: none;
}

@media screen and (max-width: 767px) {
    p {
        font-size: 1.2rem;
        line-height: 2.3rem;
    }

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2.2rem;
    }

    h3, .h3 {
        font-size: 1.5rem;
    }
}

/* TABLES */
table {
    max-width: 700px;
    margin: auto;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    color: inherit;
}

th, td {
    text-align: inherit;
    vertical-align: top;
    padding: 1rem 2rem;
}

td {
    border-top: 1px solid var(--dk-grey);
}

.bg-dark td {
    border-top: 1px solid #eee
}

td > * {
    margin: 0;
}

/* DNN STYLES */
.DNNEmptyPane {
    width: auto;
}

.ModCPCBreadcrumbC td:not(:first-child) {
    display: none;
}

.ModCPCBreadcrumbC table {
    max-width: inherit;
}

#back-to-top {
    display: none !important;
}

/*
#divFindPartNumber .txtPartNumber {
    width: 46.25% !important;
}
*/
.ps-filter .search-button {
    padding-left: 0px !important;
}
