/****** mobile resets *******/

/* #site-wrapper {
    max-width: none;
} */

#site-wrapper .section-title {
    display: none;
}

#site-wrapper .section-row {
    max-width: none;
}

#site-wrapper .section-content {
    padding: 0;
    float: none;
}

#site-wrapper .one-column-container,
#site-wrapper .two-column-container {
    max-width: none;
    padding: 0;
}

/****** desktop resets ******/

.two-column-first [role="main"],
.two-column-first [role="region"],
main {
    width: 100%;
    margin: 0;
}

.two-column-first [role="region"] > h1 {
    display: none;
}

.two-column-first [role="region"] section {
    display: block;
}

/* ********* breadcrumbs ********** */

nav[aria-label="breadcrumbs"] {
    margin: 1rem 0;
    padding: 0;
}
nav[aria-label="breadcrumbs"] ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav[aria-label="breadcrumbs"] li:not(:last-child)::after {
    content: normal;
}
nav[aria-label="breadcrumbs"] a {
    text-decoration: none;
    font-size: .875rem;
}
nav[aria-label="breadcrumbs"] li:not(:last-child) a::after {
    content: "/";
    padding: 0 .5rem;
}
nav[aria-label="breadcrumbs"] li:last-child a {
    font-weight: 600;
    color: #1A1A1A;
    pointer-events: none;
}
nav[aria-label="breadcrumbs"] a span:hover {
    text-decoration: underline;
}

/* ********* custom text styles ********** */

#site-wrapper h1, #site-wrapper h2, #site-wrapper h3, #site-wrapper h4, #site-wrapper h5, #site-wrapper h6 {
    font-weight: 500;
}

#site-wrapper p a {
    text-decoration: underline;
}
    

nowrap {
    white-space: nowrap;
    display: inline;
}

/* *************************** */

#npc-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    line-height: normal;
}

#npc-content.w775 {
    max-width: 775px;
}

#npc-content.w980 {
    max-width: 980px;
}

#npc-content img {
    /* override browser default of inline-block to remove white space after images */
    display: block;
}

#npc-content .title {
    text-align: center;
    margin: 25px auto 50px;
    max-width: 500px;
}

#npc-content .title h1 {
    margin: 0;
}

/****************** Slideshow  ********************/

#npc-content .auto-slideshow > * {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#npc-content .auto-slideshow > *:first-child {
    opacity: 1;
}

#npc-content .auto-slideshow > *:last-child {
    position: static;
    transition: opacity 0.5s;
    z-index: 1;
    opacity: 1;
}

/* ***************** Page Links ****************** */

#npc-content .page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

#npc-content .page-links>div {
    width: 230px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#npc-content .page-links .icon {
    font-size: 50px;
    color: #003349;
}

#npc-content .page-links h2 {
    font-size: 16px;
    font-weight: bold;
    margin: .5em 0 0;
}

#npc-content .page-links p {
    margin: .5em 0;
}

#npc-content .page-links p+a {
    display: block;
    margin-top: auto;
}

/* ******************* Accordions ****************** */

#npc-content .accordion-title,
#npc-content .accordion-body {
    margin: 0;
}
#npc-content .accordion-body dt {
    font-weight: 600;
}
#npc-content .accordion-body dt:not(:first-child) {
    margin-top: 1rem;
}
#npc-content .accordion-body dd {
    margin-top: .5rem;
}