

/* Agency Custom CSS */

body.cybersecurity .cyber-blog-post:nth-child(odd),
body.cybersecurity .cyber-blog-post:nth-child(odd) section {
    background-color: #e6e6e6;
}

/* Overrides */
#main-nav ul li.section-header {
    font-weight: normal !important;
}

#main-nav .menu .nest-group::before {
    content: "Main Menu";
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
}

@media print, screen and (max-width: 39.99875em) {
    #main-nav .menu .nest-group::before {
        font-size: 1rem;
    }
}

#subpage-text-container .subpage-text-inner table tr:nth-child(2n), .subpage-text-container .subpage-text-inner table tr:nth-child(2n) {
    background-color: inherit;
}

body.cybersecurity #subpage-text-container .subpage-text-inner blockquote h4, body.cybersecurity .subpage-text-container .subpage-text-inner blockquote h4 {
    color: #333;
}