<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.headerBorderBox,
.welcome_header_bg_inner {
    background-image:url("/app_themes/coj3/images/mayor/staffing-header.jpg") !important;
    background-repeat: no-repeat !important;
}
.headerBorderBox.mobile {
    display: none;
}

.mayorquotation {
    color: #3D5A7F;
    font-size: 26px;
    line-height: 1.2em;
    font-family: 'Roboto Slab', 'Courier New';
    position: relative;
    margin-top: 0;
}
.mayorquotation:before {
    content: '\201C';
    font-size: 86px;
    font-family: initial;
    position: absolute;
    top: 20px;
    left: -40px;
}
.mayorquotation:after {
    content: 'Mayor Lenny Curry';
    display: block;
    margin-top: 1em;
    font-size: 16px;
}
.pageContent table[style] {
    width: initial !important;
    width: auto !important;
}
.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
    font-family: 'Roboto Slab', 'Courier New';
    color: #000;
}
.pageContent h1:before {
    content: "MAYOR CURRY: ";
    display: inline;
}
.pageContent h1 {
    top: -66px;
    position: absolute;
    z-index: 600;
    color: #FFF;
    font-weight: 400;
    min-width: 350px;
    height: 1.2em;
    font-size: 30px;
    background: rgba(65,96,135,.7);
    padding: 10px 12px 0 12px;
    font-family: 'Roboto Slab', 'Courier New';
    text-align: center;
    text-shadow: 2px 2px 2px #416087;
    white-space: nowrap;
}
.pageContent .section1 h2:first-of-type {
    margin-top: 0;
}
.columnLeft_50
.columnRight_50 {
    float: left;
    width: 50%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:1023px) {
    .columnLeft_50,
    .columnRight_50 {
        width: 100%;
        float: none;
    }
    .mayorquotation {
        font-size: calc(.6em + 2vw);
    }
}
@media screen and (max-width:799px) {
    #welcome_header_container {
        display: none;
    }
    .headerBorderBox.mobile {
        display: block;
        background-size: cover;
        margin-bottom: 2em;
        background-position: 70%;
        border-radius: 5px;
    }
    /* Move side nav down in mobile */
    #side_nav_entity_container {
        top: 141px;
    }
    .pageContent h1 {
        top: 0;
        left: 0;
        position: relative;
        z-index: 600;
        color: #000;
        font-weight: 400;
        min-width: 350px;
        height: auto;
        line-height: 1.2em;
        font-size: 30px;
        background-color: transparent;
        padding: 10px 12px 0 12px;
        font-family: 'Roboto Slab', 'Courier New';
        text-align: left;
        text-shadow: none;
        white-space: normal;
        margin-top: 0;
        margin-bottom: 1em;
    }
    .pageContent BLOCKQUOTE.mayorquotation {
        margin: 0 0 1em 0;
        padding: 0 2.5% !important;
    }
    .mayorquotation:before {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        text-align: center;
    }
}</pre></body></html>