.services-banner {
    background-color: black;
    background-image: url(/images/DD_Icon.gif);
    background-size: inherit;
    background-position: center 10%;
    margin-bottom: 3.2em;    
    z-index: 2;
}
.banner-text a {
    color: white;
    &:hover {
        text-decoration: underline; 
    }
}
#services > section > div.grid > div {
    ul {
        margin: 0;
    }
    ul:not(:nth-child(n+4)) {
        padding-left: 1em;
    }
    p {
        padding-top: 0.5em;
    }
}
svg {
    fill:#292e62;
    width: 6.25em;
    height: 6.25em;
    align-self: center;
}
.class-section {
    padding-top: 3em;
}
.class-tb {
    font-weight: 200;
    letter-spacing: 0.05em;
    padding-bottom: 3.15em;
    line-height: 1.75em;
    overflow: auto;
    td:nth-child(odd) {
        width: 12em;
      }
    td:nth-child(even) {
        width: 20.5em;
        @media only screen and (max-width: 600px) {
            display: none;
        }
    }
}
.class-tb td {
    padding: 0.32em 0;
}
#naics, #nigp, #unspsc{ 
    scroll-margin-top: 7em;
    @media only screen and (max-width: 600px) {
        scroll-margin-top: 5.1em;
    }
}
@media only screen and (max-width: 995px) {
    #jump-button {
        display: none !important;
    }
}
@media only screen and (min-width: 995px) {
    #jump-button {
        display: none;
        position: sticky;
        width: fit-content;
        margin: 0 1em 0.5em auto;
        bottom: 1em;
        z-index: 2;
        border: none;
        outline: none;
        /* background-color: #292e62; */
        background-color: var(--button);
        color: white; 
        cursor: pointer;
        padding: 0.9em 0.8em;
        border-radius: 5px; 
        font-size: inherit; 
        &:hover {
            /* background-color: #134489; */
            background-color: var(--hover);
        }
    }
}
@media only screen and (min-width: 600px) {
    #services .grid > div {
        padding: 2em 2.2em;
    }
}