html, 
body { color: #212529; font-family: "segoe-ui", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #666; border: 0; color: #fff; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { align-items: center; background: #124C7C; display: flex; font-size: 2em; gap: 24px; margin: 0; padding: 16px 8%; }
h1 img {width: 94px; }
h2 { color: #124c7c; font-size: 2.4em; font-weight: 600; margin: 0; }
h3 { font-size: 1.6em; font-weight: 600; margin: 26px 0 22px; }
h4 { font-size: 1.6em; margin: 46px 0 12px; }
h5 { font-size: 1.4em; margin: 46px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

/* Paragraphs & Lists */
p { line-height: 1.6em; margin: 26px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
header { color: #fff; }
header nav ul { list-style: none; margin: 0; padding: 14px 8%; }
header nav li { display: inline-block; margin: 0; margin-right: 38px; }
header nav li a { color: #124C7C; display: block; font-size: 1.2em; font-weight: 600; padding: 0; }
header nav li a:hover { color: #042b4b; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; }
#mobile-menu .line { background: #124C7C; display: block; height: 3px; left: 0; margin: 0 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }
#mobile-menu .line.btm { margin: 0; }

.ada-element { left: -9999px; position: absolute; }

/* General Formatting */
#content > section { padding: 76px 8% 82px; }

.row { display: flex; gap: 5%; justify-content: space-between; margin: 0; }
.row:before,
.row:after { display: none; }
#content .row > div { padding: 0; }

/* Footer */
footer { background-color: #124C7C; color: #fff; }
footer div { display: flex; justify-content: space-between; padding: 17px 8%; }
footer div p { border-left: 8px solid #fff; padding: 0 12px;}
footer div img { width: 90px; }
footer > p { background: #0B3557; margin: 0; padding: 8px 8% 11px; text-align: right;  }

/* Homepage */
img[src*="images/Banner"] { height: 380px; object-fit: cover; object-position: bottom; width: 100%; }

#program-comps { background: #ECF3FA; color: #124C7C; padding: 8px 24px !important; text-align: center; }
#program-comps h3 { color: #124C7C; }
.program-comp { background: #fff; border-radius: 800px; font-weight: 600; margin: 20px 0; padding: 14px 30px; }
.program-comp img { display: block; margin: 0 auto 8px; }

#structures { background-image: url("../images/images/Parker_Justice_Center.jpg"); background-size: cover; background-position: center; position: relative;}
#structures:before { background-image: linear-gradient( to right, rgba(0,0,0,.7), rgba(0,0,0,.4) ); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#structures .row > div { background: #fff; border-radius: 4px; padding: 32px 2.75% 20px; }
#structures h2 { padding-left: 70px; position: relative; }
#structures h2 img { left: 0; position: absolute; top: -4px; width: 58px; }
#tax-impact { background: #124C7C; border-radius: 4px; color: #fff; margin-top: 54px; padding: 32px 2.75% 20px; position: relative; }
#tax-impact h2 { color: #fff; }

#events img { border-radius: 10px; }

#faqs { background: #ECF3FA; }

/* Accordions */
.hdr-accordion-set { margin: 20px 0; }
.hdr-accordion { border-bottom: 2px dashed #B0CFEB; }
.hdr-accordion h3 { font-size: 1.4em; margin: 0; position: relative; }
.hdr-accordion h3:before { border: 2px solid #124c7c; border-radius: 50%; content: ""; height: 28px; left: 9px; position: absolute; top: 19px; width: 28px; }
.hdr-accordion button { background: transparent; color: #212529; }
.hdr-accordion-header { cursor: pointer; margin: 18px 0 0; padding: 2px 12px 20px 54px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-set.has-js .hdr-accordion-header:before,
.hdr-accordion-set.has-js .hdr-accordion-header:after { background: #124C7C; content: ""; height: 3px; left: 15px; position: absolute; top: 14px; transition: transform .8s; width: 16px; }
.hdr-accordion-set.has-js .hdr-accordion-header:after { transform: rotate(270deg); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after { transform: rotate(0deg); }
.hdr-accordion > div { padding: 1px 9px; }
.hdr-accordion > div p:first-of-type { margin-top: 6px; }

.resource-list { list-style: none; padding: 0; }
.resource-list a { border-bottom: 1px dashed #B0CFEB; color: #212529; display: block; padding: 0 44px 10px 0; position: relative; }
.resource-list a:after { background-image: url("../images/icons/download.png"); background-size: contain; background-repeat: no-repeat; content: ""; height: 18px; position: absolute; right: 0; top: 6px; width: 18px; }

#contact { background: #ECF3FA; }

/* Lightbox */
.hdr-lightbox img { border-radius: 12px; height: 100%; object-fit: cover; object-position: left; position: absolute;width: 100%; }
.hdr-lightbox a { display: block; padding: 0; }
.hdr-lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: none; height: 0; left: -9999px; margin: 0; position: absolute; top: 0; transition: 0s; width: 100%; }
.hdr-lightbox button span { left: -9999px; position: absolute; }
.hdr-lightbox > div { top: 80px; }
.hdr-lightbox > div .hdr-close-lightbox { background: 0; border: 0; font-size: 3em; display: none; line-height: .6em; padding: 6px 8px; position: fixed; right: 14px; top: 6px; }

.showing-hdr-lightbox { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.hdr-lightbox.enhanced img { border-radius: 0; position: static; }
.hdr-lightbox.enhanced > button { display: block; height: 100%; left: 0; transition: height .6s, left 0s; }
.hdr-lightbox.enhanced > div { background-color: #fff; border: 1px solid #333; box-shadow: 4px 13px 28px 0 #111; left: 6%; margin: 0; max-height: 80%; overflow: auto; position: absolute; top: 40px; transition: .8s; width: 86%; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox { display: block; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus { border: 1px solid #aaa; color: #aaa; }

@media screen and (max-width: 992px) {
    .hdr-lightbox img { height: 200px; position: relative; }
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 6px; top: 2px; }
    .hdr-lightbox.enhanced img { height: auto; max-width: 555%; width: 992px; }
}

/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 19px; }
    p { line-height: 1.8em; margin: 32px 0; }
}

@media screen and (max-width: 1240px) {
    #content > section { padding: 52px 6% 58px; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.6em; padding: 12px 6%; }
    h1 img { width: 74px; }
    h2 { font-size: 1.4em; margin: 16px 0; }
    h3 { font-size: 1.2em; margin: 24px 0 0; }
    h4 { font-size: 1.4em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.4em; }
    button { font-size: .9em; padding: 4px 10px; }

    #content > section { padding: 22px 6% 48px; }
    .row { display: block; }

    /* Header */
    #mobile-menu { display: block; float: right; margin-bottom: 14px; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    header nav { padding: 14px 6%; position: relative; }
    header nav ul { background-color: #124C7C; box-shadow: 2px 4px 8px -4px #000; margin-top: 12px; opacity: 0; padding: 0; position: absolute; right: 9999px; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-top: 1px solid #fff; display: block; margin: 0; padding: 8px 4px; text-align: center; width: 100%; }
    header nav li a { color: #fff; }
    .menu-opened header nav ul { opacity: 1; right: 5%; transition: right 0s, opacity .2s; }
    
    img[src*="images/Banner"] { height: 266px; }
        
    #structures .row > div { margin-top: 32px; padding: 20px 3.5%; }
    #structures h2 img { width: 44px; }
    #tax-impact { margin-top: 32px; padding: 20px 3.5%; }

    .hdr-accordion h3 { font-size: 1.2em; }

    .resource-list a:after { top: 2px; }
}

@media screen and (max-width: 768px) {
    #content > section { padding: 16px 8% 48px; }

    #structures .row > div { margin-top: 32px; padding: 12px 8%; }
    #tax-impact { padding: 12px 8%; }
    
    footer { text-align: center; }
    footer div { display: block; }
    footer div p { border-left: 0; border-top: 3px solid #fff; display: inline-block; margin-top: 8px;  padding-top: 8px;  }
    footer div img { display: block; margin: 0 auto 8px; }
    footer > p { text-align: center; }
}