﻿/* Accessibility utility class that hides content yet allows it to be parsed by screenreaders. */
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* CSS fixes after updating improperly nested selector for the accessibility audit. */
body.single-post #primary .post-meta .widget .post-categories {
    margin-bottom: 0;
}

@media screen and (max-width: 47.4375em) {
    body.single-post #primary .post-meta .widget .menu {
        display: inline-block;
        font-size: .8125rem;
        line-height: 1em;
        margin-bottom: 2px;
        padding: 0;
    }
}

/* CSS fixes after replacing id selector with class selector for the accessibility audit. */
body.page-about .content-sidebar .read-more:after,
body.child-of-about .content-sidebar .read-more:after,
body.page-about .content-sidebar .right.read-more:after,
body.child-of-about .content-sidebar .right.read-more:after {
    content: '▻';
}

body.page-about .content-sidebar,
body.child-of-about .content-sidebar {
    padding-bottom: 41px;
}

body.page-about .content-sidebar .widget,
body.child-of-about .content-sidebar .widget {
    padding: 0;
    text-align: center;
}

body.page-about .content-sidebar .widget.fixed,
body.child-of-about .content-sidebar .widget.fixed {
    position: fixed;
}

body.page-about .content-sidebar p,
body.child-of-about .content-sidebar p {
    font-size: .75rem;
}

body.page-about .content-sidebar h5,
body.child-of-about .content-sidebar h5 {
    color: #0a0a0a;
    font: normal 600 12px/1em 'Benton Sans Cond Reg';
    letter-spacing: .02em;
    text-transform: none;
}

body.page-about .content-sidebar .read-more,
body.child-of-about .content-sidebar .read-more {
    color: #00307e;
    display: block;
    font: normal 500 18px/1.4em 'Benton Sans Cond Med';
    font-size: .75rem;
    margin-bottom: 3px;
    white-space: normal;
}

body.page-about .content-sidebar .read-more::after,
body.child-of-about .content-sidebar .read-more::after {
    font-size: .8888em;
    position: relative;
    top: 2px;
}

body.blog .content-sidebar .widget,
body.search .content-sidebar .widget,
body.category .content-sidebar .widget,
body.single-post .content-sidebar .widget {
    margin-bottom: 37px;
    padding: inherit;
    text-align: left;
}

body.blog .content-sidebar .widget .widget-title,
body.search .content-sidebar .widget .widget-title,
body.category .content-sidebar .widget .widget-title,
body.single-post .content-sidebar .widget .widget-title {
    font: normal 500 18px/1.2em 'Benton Sans Comp Bd', Arial, sans-serif;
    margin: 9px 0 6px;
    text-transform: uppercase;
}

body.blog .content-sidebar .widget:first-child h5,
body.search .content-sidebar .widget:first-child h5,
body.category .content-sidebar .widget:first-child h5,
body.single-post .content-sidebar .widget:first-child h5 {
    font: normal 400 19px/1.3175em 'Benton Sans Comp Med';
    margin: 5px 0 0;
    text-transform: none;
}

body.blog .content-sidebar .widget:first-child p,
body.search .content-sidebar .widget:first-child p,
body.category .content-sidebar .widget:first-child p,
body.single-post .content-sidebar .widget:first-child p {
    color: #0a0a0a;
    font: normal 400 19px/1.3175em 'Benton Sans Comp Reg';
}

@media screen and (max-width: 47.4375em) {
    body.blog .content-sidebar .widget:first-child,
    body.search .content-sidebar .widget:first-child,
    body.category .content-sidebar .widget:first-child,
    body.single-post .content-sidebar .widget:first-child {
        border-top: 2px solid #848a93;
        padding-top: 10px;
    }
}

@media print, screen and (min-width: 47.5em) {
    body.blog .content-sidebar .widget,
    body.search .content-sidebar .widget,
    body.category .content-sidebar .widget,
    body.single-post .content-sidebar .widget {
        padding: 0;
    }
}

@media screen and (max-width: 47.4375em) {
    body.blog .content-sidebar .search-form label,
    body.search .content-sidebar .search-form label,
    body.category .content-sidebar .search-form label,
    body.single-post .content-sidebar .search-form label {
        width: 100%;
    }
}

body.blog .content-sidebar .categories li,
body.blog .content-sidebar .categories li a,
body.search .content-sidebar .categories li,
body.search .content-sidebar .categories li a,
body.category .content-sidebar .categories li,
body.category .content-sidebar .categories li a,
body.single-post .content-sidebar .categories li,
body.single-post .content-sidebar .categories li a {
    color: #00307e;
    font-size: 1rem;
    line-height: 1.125em;
}

/* CSS fixes after moving the close button on the about page (shows on mobile only). */
body.page-about .close {
    left: 50%;
    top: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Feature Banner Background Color Fallback for Contrast */
.feature-banner {
    background-color: #e94928;
}

/* CSS adjustments after making the newsletter signup button a button element
instead of an input type submit */
.newsletter-signup button[type='submit'] {
    border: 0;
    border-radius: 0 3px 3px 0;
    color: #fefefe;
    font-size: 1.125rem;
    margin: 0;
    padding: 6px 7px 2px;
}

.faq-filter-form button[type='submit'] {
    font-size: 1.25rem;
}

/* Increased prominence of text in the footer banner */
.feature-banner h3,
.feature-banner a {
    font-size: 14pt;
    font-weight: 700;
}

/* Updated outline-color per client request */
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus,
select:focus,
.selectric-input {
    outline-color: #81b0d2;
}

body.page-careers .button-wrapper,
body.single-job-post .button-wrapper {
    margin-top: 60px;
    text-align: center;
}

body.page-careers .button,
body.single-job-post .button {
    margin-bottom: 0;
}

.press-release-print-tool {
    color: #00307e;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    transition: color 50ms linear 0ms;
}

.press-release-print-tool:hover {
    color: #6fb4de;
}
