/* Base Styles */
html{
    font-size: 16px;
    height: 100%;
}
body{
    height: 100%;
    background-color: rgb(0, 83, 160);
    font-family: "Roboto", serif;
    font-display: swap;
    overflow-x:hidden;
    overflow-y:scroll;
}
svg:not(.nofill){
    fill: currentColor;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.1;
    margin-bottom: 1rem;
}
h1,h2,h3,h4,h5,header, .nav, .navbar, .navbar-brand, .tabs, .page #search, .btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-display: swap;
}
h1{
    font-size: 1.75rem;
}
h2{
    font-size: 1.5rem;
}
h3{
    font-size: 1.25rem;
}
h4{
    font-size: 1rem;
}
h5{
    font-size: 1rem;
    font-weight: 700;
}
hr{
    width: 100%;
}
a{
    transition: all .25s;
}
.navbar{
    position:relative;
}
a:focus, .navbar .btn:focus{
    outline: thin dotted #ffffff;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.main-section a:focus{
    outline: thin dotted #333333;
}
.navbar #search, .page #search{
    position: relative;
    max-width:100%;
}
.page #search{
    margin-top: 100px;
    margin-bottom: 100px;
}
#search .btn.focus, #search .btn:focus{
    box-shadow: none;
}
#search .form-control:focus{
    box-shadow: inset 0 0 .2rem .2rem #cccccc;
}
.navbar #search input{
    height: 100% !important;
    min-height: 63px;
    font-size: 1rem;
    width: 326px;
    max-width:100%;
    border-radius: 0;
    margin-right: 65px;
}
.page #search input{
    height: 100px;
    min-height: 63px;
    font-size: 1.5rem;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-right: 100px;
}
/* All placeholder vendor prefixes for input */
#search input::-webkit-input-placeholder{
    color:rgb(200,200,200);
    text-align:center;
    font-size: .875rem;
}
#search input::-moz-placeholder{
    color:rgb(200,200,200);
    text-align:center;
    font-size: .875rem;
}
#search input:-moz-placeholder{
    color:rgb(200,200,200);
    text-align:center;
    font-size: .875rem;
}
#search input:-ms-input-placeholder{
    color:rgb(200,200,200);
    text-align:center;
    font-size: .875rem;
}
#search input::-ms-input-placeholder{
    color:rgb(200,200,200);
    text-align:center;
    font-size: .875rem;
}
#search input::placeholder{
    color:rgb(200,200,200);
    text-align:center;
    font-size: .875rem;
}
/* end of selectors */
.navbar #search .btn, .page #search .btn{
position:absolute;
top:0;
right:0;
bottom:0;
width:65px;
padding: 0;
border-radius: 0;
color: #fff;
background-color: rgb(0, 130, 202);
}
.page #search .btn{
    width: 100px;
}
#search .btn svg, #search-exp svg{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
left: 0;
right: 0;
height: 100%;
align-self: center;
padding: 25%;
}

#home-nav h5, #inner-nav h5{
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom:0;
}
article header{
    font-size: 1.125rem
}
#header-text h1{
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height:1.0445;
    font-weight: 600;
    text-transform: uppercase;
}
#header-text p{
    font-size: 1.25rem;
    line-height: 1.4375;
}
.navbar-brand{
    font-size: 1rem;
    letter-spacing: -.025em;
    width: 391px;
    max-width:100%;
    text-align:center;
    transition: none;
}
.tone-section, .main-section{
    font-size: .875rem;
}
#home-nav svg, #inner-nav svg{
    height: 3rem;
    width: 3rem;
}
h1{
    font-size: 1.5rem;
}
h2{
    font-size: 1.25rem;
}
h3{
    font-size: 1.1rem;
}
@media screen and (min-width: 320px) {
    h1{
        font-size: calc(1.5rem + ((16 * 1.75) - (16 * 1.5))* ((100vw - 320px) / 680));
    }
    h2{
        font-size: calc(1.25rem + ((16 * 1.5) - (16 * 1.25))* ((100vw - 320px) / 680));
    }
    h3{
        font-size: calc(1.1rem + ((16 * 1.25) - (16 * 1.1))* ((100vw - 320px) / 680));
    }
    #header-text h1 {
        font-size: calc(1.8rem + ((16 * 5.625) - (16 * 1.8)) * ((100vw - 320px) / 680));
        letter-spacing: calc((16 * .5) * ((100vw - 320px) / 680));
    }
    #header-text p{
        font-size: calc(1.25rem + ((16 * 2) - (16 * 1.25))* ((100vw - 320px) / 680));
    }
    .navbar-brand{
        font-size: calc(1rem + ((16 * 2.216) - (16))* ((100vw - 320px) / 680));
    }
    .tone-section, .main-section{
        font-size: calc(.875rem + ((16) - (16 * .875))* ((100vw - 320px) / 680));
    }
    #home-nav svg, #inner-nav svg{
        height: calc(3rem + ((16 * 4.2) - (16 * 3))* ((100vw - 320px) / 680));
        width: calc(3rem + ((16 * 4.2) - (16 * 3))* ((100vw - 320px) / 680));
    }
}
@media screen and (min-width: 992px) {
    h1{
        font-size: 1.75rem;
    }
    h2{
        font-size: 1.5rem;
    }
    h3{
        font-size: 1.25rem;
    }
    #header-text h1{
        font-size: 5.625rem;
        letter-spacing: 0.5rem;
    }
    #header-text p{
        font-size: 2rem;
    }
    .navbar-brand{
        font-size: 2.216rem;
    }
    .tone-section, .main-section{
        font-size: 1rem;
    }
    #home-nav svg, #inner-nav svg{
        height: 4.2rem;
        width: 4.2rem;
    }
}
@media screen and (max-width: 991px){
    .title-container{
        max-width: 100%;
    }
}
footer .navbar-brand{
    font-size: 1.75rem;
}
footer #address #location{
    margin-bottom: .2rem;
}
footer p{
    line-height: 1.375;
    margin-bottom: .45rem;
}

/* Hidden Slide Menu and View Container */
#viewbox{
    display:block;
    position:relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left:0;
    -webkit-transition: left .3s ease;
       -moz-transition: left .3s ease;
         -o-transition: left .3s ease;
            transition: left .3s ease;
}
.page-wrap{
    position: relative;
    overflow:hidden;
}
#viewbox #menu {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    max-width:100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    background-color: rgb(189, 222, 241);
}
#viewbox.open{
    left: 300px;
}
#menu a.seal{
    display:block;
    padding: 25px 80px;
    height:200px;
}
#menu ul.nav li{
    text-transform: uppercase;
    width:100%;
}
#menu ul.nav li a{
display: block;
background-color: #ffffff;
color: rgb(0, 83, 160);
border-bottom: 1px solid rgb(0, 83, 160);
padding: 15px 0;
text-decoration: none;
margin: 0 auto;
text-align:center;
}
#menu ul.nav li a:hover, #menu ul.nav li a:focus{
background-color: rgb(0, 130, 202);
color: #ffffff;
}
ul.breadcrumbs{
    list-style: none;
    padding-left: 0px;
    margin-top: -1rem;
    margin-bottom: 1.75rem;
}
.breadcrumbs li{
    display: inline;
    position: relative;
    margin-left: 2em;
}
.breadcrumbs li:first-of-type{
    margin-left: 0;
}
.breadcrumbs li:before{
    content: '>';
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: -1.25em;
}
.breadcrumbs li:first-of-type:before{
    content: '';
    width: 0;
    padding:0;
    margin: 0;
}
/* Announcement */
#announcement{
    background-color: rgb(255,224,26);
    color: rgb(0, 83, 160);
    display: block;
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    border: 0 solid rgb(255,224,26);
    border-radius: 0;
    margin: 0;
}
#announcement svg{
    width: 50px;
    min-width:40px;
    height: 50px;
    display: block;
}
#announcement h5{
    text-transform: uppercase;
    font-size: 1.438rem;
    margin-bottom:0;
}
#announcement p{
    font-size: .875rem;
    margin-bottom: 0;
}
#announcement .close{
    display: block;
    font-size: 2.75rem;
    color: rgb(0, 83, 160);
    opacity: 1;
}
#announcement .close:hover, #announcement .close:focus{
    color: rgb(0, 130, 202);
}
/* Navigation */
.navbar{
    background-color: rgba(0, 83, 160, 0.8);
    color: #ffffff;
    padding: 0;
    width: 100%;
    min-height:150px;
}
.navbar-brand{
    /*border: .25rem solid rgb(0, 130, 202);*/
    color: #ffffff !important;
    padding: 0 .5rem;
    margin-right: .5rem;
}
.navbar-brand .nav-text-gov{
    color: rgb(255,224,26);
    font-weight: 600;
    font-family: "Source Serif Pro", serif;
}
.navbar #hamburger-menu, .navbar #search-exp{
    display:block;
    background-color: rgb(0, 130, 202);
    border:none;
    border-radius:0;
    padding: 0;
    position: absolute;
    align-self: stretch;
    top: 0;
    bottom: 0;
    width: 150px;
    font-weight: 700;
}
.navbar #hamburger-menu{
    left: 0;
}
.navbar #search-exp{
    display:none;
    right: 0;
}
.navbar #hamburger-menu svg, .navbar #hamburger-menu img{
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
}
.navbar #hamburger-menu.open .menu-icon{
    display: none;
}
.navbar #hamburger-menu:not(.open) .close-icon{
    display: none;
}
.navbar #search-exp{
    color: rgb(255,255,255);
}

/* Meeting Information Tables*/
.council-table, .board-table{
    max-width: 100%;
}
.board-table tbody td{
    border-top: 0px solid white;
}
.council-table thead th, .board-table thead th{
    border-width: 1px 0 1px 0;
}
.board-info-table tr td:first-child{
    width: 200px;
}
.table-striped.table-unstriped tbody tr{
    background-color: transparent !important;
}
.table-striped.table-unstriped thead tr{
    background-color: rgba(0,0,0,.05);
}
@media (max-width: 1500px){
    .navbar #navigation .row{
        padding-left: calc(200px - (50vw - 50%));
    }
}
@media (max-width: 991.98px){
    .navbar #navigation .row{
        padding-left: 0px;
    }
    .navbar #search-exp, .navbar #hamburger-menu{
        width: 65px;
    }
    .navbar #hamburger-menu svg, .navbar #hamburger-menu img{
        padding:12.5px;
    }
    .navbar #search-exp{
        display:block;
    }
    .navbar #search{
        display: none;
    }
    .navbar #search.open{
        display:block;
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index: 100;
    }
    .navbar #search.open input{
        display:block;
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        width:100%;
        padding-right: 75px;
    }
    .navbar{
        min-height:75px;
    }
    .navbar-brand{
        width:auto;
        margin: 1rem auto;
    }
    .navbar #hamburger-menu, .navbar #search-exp{
        background-color: transparent;
    }
}
.council-table tr, .council-table td, .board-table tr, .board-table td{
    border-top-width: 0px;
    border-bottom-width: 0px;
}
@media screen and (max-width: 767px) {
    .board-table td, .board-table th{
        border: 0px solid #ddd;
        padding: 2px;
    }
    .board-table tr{
        border-bottom: 1px solid #ddd;
    }
    .board-info-table tr td:first-child{
        width: 150px;
    }
}
@media screen and (max-width: 575px) {
    .council-table>tbody>tr>td{
        border: 0px solid #ddd;
        padding: 0;
    }
    .council-table tr td:first-child{
        font-weight: 700;
    }
    .council-table thead tr th{
        padding: .5em;
    }
    .council-table tbody tr{
        display: block;
        padding: 1em 2.5em 1em .5em;
        position: relative;
        border-bottom: 1px solid #ddd;
    }
    .council-table td.v-cell{
        float: right;
        padding-right: .5em;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    footer #address{
        border-right: .2rem solid rgb(255,224,26);
    }
}

.elected-official{
    text-align: center;
    width: 280px;
    max-width: 100%;
}
.elected-official .thumbnail{
    margin: auto;
    margin-bottom: 1rem;
}
.elected-official .elected-text p, .elected-official .elected-text h3{
    margin-bottom: 0;
}

/* Image and Homepage Video Alignment */
.leader{
    border-radius:1000px;
    min-width:100px;
    width: 250px;
    max-width:100%;
    max-height:100%;
    height:250px;
}
.thumbnail{
    background-color: #ffffff;
    border: 2px solid #ffffff;
    min-width:100px;
    width: 250px;
    max-width:100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    mask-image: radial-gradient(white, black);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.thumbnail:before{
    content: "";
    display: block;
    margin-top: 100%;
}
#header{
    position: relative;
}
#header-pic, #footer-pic, .stat-pic{
    z-index: -1;
    position: absolute;
    top: -50%;
    left:-50%;
    width: 200%;
    height: 200%;
    background-color: rgb(0, 83, 160);
    overflow:hidden;
}
 #header-pic.homepage{
    position: fixed;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#footer-pic{
    position: absolute;
    z-index: 0;
}
#header-pic video, #header-pic img, #footer-pic img, .stat-pic img{
    z-index: -1;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    min-height: 50%;
    min-width:50%;
    margin:auto;
}
#header-pic.shift-bottom, #header-pic.shift-top{
    top: 0;
    bottom: 0;
    height:100%;
}
#header-pic.shift-top svg, #header-pic.shift-top img{
    bottom: auto;
}
#header-pic.shift-bottom svg, #header-pic.shift-bottom img{
    top: auto;
}
.image-notice{
    display: block;
    text-align:center;
    max-width: 100%;
    width: 392px;
}
.image-notice img{
    max-width:100%;
    height: auto;
}
.featured-img{
    position:relative;
    width: 100%;
    max-width: 322px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.featured-img .img-aligner{
    position: absolute;
    top: -50%;
    left:-50%;
    width: 200%;
    height: 200%;
    background-color: rgb(0, 83, 160);
}
.featured-img .img-aligner img{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    min-height: 50%;
    min-width:50%;
    margin:auto;
}
.thumbnail img{
    min-width: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.richtext-image.full-width, .richtext-image.left, .richtext-image.right, .block-gallery img{
    max-width: 100%;
    height:auto;
    display:block;
}
.block-gallery{
    text-align: center;
    clear: both;
}
.block-gallery .gallery-item{
    width: 380px;
}
.block-gallery img{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.richtext-image.full-width{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 1rem auto;
}
.richtext-image.left, .richtext-image.right{
    margin-bottom: 1em;
}
.richtext-image.left{
    margin-right: 1em;
    float: left;
}
.richtext-image.right{
    margin-left: 1em;
    float: right;
}
@media screen and (max-width: 767px) {
    .richtext-image.left, .richtext-image.right{
        clear: both;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
#header-pic .overlay{
    background-color: rgba(0, 83, 160, .5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#header-text{
    color:#ffffff;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#header-text.no-min{
    min-height: 0;
}
#header-text .header-text-aligner{
margin-top: auto;
margin-bottom: auto;
}
/* Special navigation outside of main navigation */
#home-nav .home-container{
    background-color: rgba(255,255,255,.75);
    overflow:hidden;
    color:rgb(0, 83, 160);
}
#inner-nav svg{
    margin-right: 1rem;
}
#home-nav svg#check, #inner-nav svg#check{
    padding-top:.25rem;
    padding-bottom:.25rem;
}
#department-index p{
    width: 100%;
}
#home-nav p, #inner-nav p, #department-index a p{
    font-size: .875rem;
    line-height: 1.2;
    margin-bottom: 0;
}
#home-nav .card{
    border: 0px solid black;
    border-radius: 0;
}
.loading{
    text-align: center;
    padding: 1em;
}
#home-nav .home-container a, #department-index a, .doc-year-list a{
    display:block;
    color:rgb(0, 83, 160);
    background-color: transparent;
    transition: background-color .25s;
}
#home-nav a.more-nav{
    width:100%;
    padding: 1rem;
    background-color: rgb(0, 130, 202);
    color: white;
}
/* Waypoints */
.infinite-container + .infinite-more-link{
    display:block;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    padding: .55rem 0 .45rem 0;
    letter-spacing: .15rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem;
    background-color: rgb(0, 130, 202);
    color: white;
}
.body-content{
    position: relative;
}
.anchor-nav{
    position: absolute;
    top: 0;
    left: -315px;
    width: 300px;
    max-width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-transform: uppercase;
    padding: 1rem;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    z-index: 2;
}
.anchor-nav.open{
    left: -15px;
}
.anchor-nav.open.stuck{
    left: 0;
}
.anchor-nav a.nav-btn{
    font-size: 75px;
    color: rgb(0, 130, 202);
    position: absolute;
    right: -25px;
    cursor: pointer;
    user-select: none;
}
.anchor-nav a.nav-btn:hover, .anchor-nav a.nav-btn:focus{
    color: rgb(0, 83, 160);
}
.stuck{
    position: fixed;
}
.anchor-nav.stuck .nav-btn{
    right: -40px;
}
a.nav-btn.open{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.external-wrapper{
    height: auto !important;
}
#home-nav .home-container a:hover, #home-nav .home-container a:focus,
#department-index a:hover, #department-index:focus,
.doc-year-list a:hover, .doc-year-list a:focus{
    background-color: rgb(255,224,26);
    text-decoration: none;
    color:rgb(0, 83, 160);
}
#department-index a[href*='#']:hover, #department-index a[href*='#']:focus{
    background: transparent;
    color: rgb(126,126,126);
}
.doc-year-list li a{
    text-decoration: none;
    padding: 1rem;
    text-align:center;
    font-weight: 600;
}
.doc .doc-info{
    text-transform: lowercase;
}
svg.icon{
    width: 1em;
    height: 1em;
    margin-right: 0.1rem;
    vertical-align: middle;
}
#home-nav .home-container a.news-events-item:hover, #home-nav .home-container a.news-events-item:focus{
    background-color: rgb(255,255,255);
}
#home-nav .tab-pane.fade{
    position: relative;
    overflow: hidden;
    height: auto;
}
.tab-pane .block-paragraph{
    margin: 1em 0;
}
#news a, #news a:hover, #news a:focus{
    text-decoration: none;
}
/* Tab Navigation */
.tabs{
    width: auto;
    height: auto;
    white-space:nowrap;
    overflow-y: hidden;
}
.tabs li{
    margin-top:auto;
}
.tabs a{
    background-color: rgb(0, 130, 202);
    display:block;
    color: rgb(255,255,255);
    text-align:center;
    text-decoration:none;
    padding: 1rem 1.2rem;
    margin-right: 1px;
    min-width: 110px;
    transition: background-color .25s, color .25s;
}
.tabs a.active, .tabs a:hover, .tabs a:focus{
    background-color: rgba(255,255,255,.75);
    color: rgb(0, 83, 160);
}
.tabs a.active{
    padding: 1.2rem;
}
.main-section .tabs a{
    background-color: rgba(0, 0, 0, .075);
}
.main-section .tabs a.active, .main-section .tabs a:hover, .main-section .tabs a:focus{
    background-color: rgb(0, 130, 202);
    color: rgb(255,255,255);
}
/* FAQs */
#faqs.accordion .card{
    position: relative;
}
#faqs.accordion .card button.card-header{
    text-align: left;
    white-space: normal;
}
#faqs.accordion .card button.card-header h5{
    text-transform: uppercase;
}
#faqs.accordion .card button{
    color: rgb(0, 130, 202);
}
#faqs.accordion .card button:hover, #faqs.accordion .card button:focus, #faqs.accordion .card button:active,
#faqs.accordion .card button.btn:not(.collapsed){
    color: rgb(0, 83, 160);
    background-color: transparent;
    border-color: transparent;
}
.permalink{
    width: 1em;
    height: 1em;
}
.permalink svg{
    max-width: 100%;
    max-height: 100%;
}
.modal .permalink{
    padding-bottom: .1em;
    margin: .1em 0 0 .2em;
    float: right;
}
#faqs.accordion .card .permalink{
    opacity: 0;
    position: absolute;
    right: 1.5rem;
    top: 1em;
    transition: opacity .25s;
}
#faqs.accordion .card:hover .permalink, #faqs.accordion .card button:not(.collapsed) + .permalink,
#faqs.accordion .card .permalink:hover, #faqs.accordion .card .permalink:focus{
    opacity: 1;
}

/* Link Menu */
.linkmenu .card{
    background-color: rgb(0, 130, 202);
    border-width: 0px;
    margin-bottom: 1rem;
}
.linkmenu .card .card-header{
    background-color:transparent;
    padding: 0;
    border-width: 0px;
}
.linkmenu .card .card-header button{
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-right: 1rem;
    position: relative;
    border-width: 0px;
}
.linkmenu .card .card-header button:after{
    content: "\25B2";
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -.25em;
    display: block;
}
.linkmenu .card .card-header button.collapsed:after{
    content: "\25BC";
}
.linkmenu .card-header button h5{
    padding-right: 1em;
    white-space: normal;
}
.linkmenu .card-header button h5, .linkmenu .card-header button{
    color: #ffffff;
    font-weight: 600;
}
.linkmenu .card-header button:hover h5, .linkmenu .card-header button:focus h5,
.linkmenu .card-header button:hover, .linkmenu .card-header button:focus{
    color: rgba(255,255,255,.75);
}
/* Key Items */
a.more-btn, a.more-nav{
    display: inline-block;
    max-width: 100%;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    padding: .55rem .5rem .45rem .5rem;
    letter-spacing: .15rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
a.more-btn{
    border: .15rem solid currentColor;
    margin-top: 1.5rem;
    min-width: 12.8rem;
}

/* Styling for main content */
.main-section{
    color: #333333;
    background-color: #ffffff;
}
.main-section h1{
    color: rgb(0, 130, 202);
}
.main-section hr, .tone-section hr{
    border-top: 1px solid rgb(0, 83, 160);
}
.main-section a{
    color: rgb(0, 130, 202);
}
.main-section a:hover, .main-section a:focus{
    color: rgb(0, 83, 160);
}
.main-section a:hover, .main-section a:focus,
.tone-section a:hover, .tone-section a:focus,
.main-section button:hover, .main-section button:focus,
.tone-section button:hover, .tone-section button:focus{
    text-decoration: none;
}
/* Different stylings and modifiers for individual sections */
.tone-section{
    background-color: rgb(0, 130, 202);
    color: #ffffff;
}
.tone-section.dark{
    background-color: rgb(0, 83, 160);
}
.tone-section.alt{
    background-color: rgb(189, 222, 241);
    color: #333333;
}
.tone-section h3{
    font-weight: 600;
}
.tone-section h5{
    font-size: 1rem;
    text-transform: uppercase;
}
.tone-section h5 a{
    font-weight: 600;
}
.tone-section a{
    color: #ffffff;
}
.tone-section .more-btn{
    color: rgb(255,224,26);
}
.tone-section a:hover, .tone-section a:focus{
    color: #dddddd;
}
.tone-section article a{
    display:block;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.tone-section article:last-of-type{
    margin-bottom: 1rem;
}
.tone-section article header{
    font-weight: 700;
}
.tone-section article p, .tone-section article time{
    padding-left: 1rem;
    margin-bottom: 0;
}
.tone-section h5{
    color: rgb(255,224,26);
    transition: color .25s;
}
.tone-section #inner-nav a:hover, .tone-section #inner-nav a:focus{
    text-decoration: none;
}
.tone-section a:hover h5, .tone-section.dark a:focus h5{
    color: #dddddd;
}

.tone-section.alt a, .tone-section.alt h5{
    color: rgb(0, 83, 160);
}
.tone-section.alt a:hover, .tone-section.alt a:focus,
.tone-section.alt h2, .tone-section.alt h3, .tone-section.alt .more-btn,
.main-section h2, .main-section .more-btn{
    color: rgb(0, 130, 202);
}
.tone-section h2, .tone-section h3{
    color: rgb(255,224,26);
}
.tone-section.alt .more-btn:hover, .tone-section.alt .more-btn:focus{
    color: #ffffff;
    border-color: rgb(0, 83, 160);
    background-color: rgb(0, 83, 160);
}
.main-section .more-btn:hover, .main-section .more-btn:focus,
.tone-section .more-btn:hover, .tone-section .more-btn:focus{
    color: rgb(0, 130, 202);
    border-color: rgb(255,224,26);
    background-color: rgb(255,224,26);
}
/*Background cover solutions*/
.tone-section.split-left, .tone-section.split-right, .tone-section.full-cover{
    position:relative;
}
.tone-section.split-left:before, .tone-section.split-left:after,
.tone-section.split-right:after, .tone-section.split-right:before,
.tone-section.full-cover:before, .tone-section.full-cover:after{
position: absolute;
content: "";
top:0;
bottom:0;
background-color: rgb(0, 130, 202);
}
.tone-section.split-left:before, .tone-section.full-cover:before{
left:-1000%;
right: 100%;
}
.tone-section.split-right:after, .tone-section.full-cover:after{
left: 100%;
right: -1000%;
}
.tone-section.alt.split-left:before, .tone-section.alt.split-left:after,
.tone-section.alt.split-right:after, .tone-section.alt.split-right:before,
.tone-section.alt.full-cover:before, .tone-section.alt.full-cover:after{
    background-color:rgb(189, 222, 241);
}
.tone-section.dark.split-left:before, .tone-section.dark.split-left:after,
.tone-section.dark.split-right:after, .tone-section.dark.split-right:before,
.tone-section.dark.full-cover:before, .tone-section.dark.full-cover:after{
    background-color:rgb(0, 83, 160);
}
@media (max-width: 991.98px){
    .tone-section.split-left:before, .tone-section.split-right:before{
        left: -1000%;
        right: 100%;
    }
    .tone-section.split-left:after, .tone-section.split-right:after{
        left: 100%;
        right: -1000%;
    }
}
.tone-section.mix{
    background: rgb(0, 83, 160); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,83,160,1) 0%, rgba(0,130,202,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,83,160,1) 0%,rgba(0,130,202,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,83,160,1) 0%,rgba(0,130,202,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tone-section.mix-reverse{
    background: rgb(0, 83, 160);
    background: -moz-linear-gradient(top, rgba(0,130,202,1)  0%, rgba(0,83,160,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,130,202,1)  0%, rgba(0,83,160,1) 100%);
    background: linear-gradient(to bottom, rgba(0,130,202,1)  0%, rgba(0,83,160,1) 100%);
}
.tone-section.mix.alt{
    background: rgb(0, 130, 202);
    background: -moz-linear-gradient(top,rgba(0,130,202,1) 50%,rgba(189,222,241,1) 50%);
    background:-webkit-linear-gradient(top,rgba(0,130,202,1) 50%,rgba(189,222,241,1) 50%);
    background: linear-gradient(to right, rgba(0,130,202,1) 50%,rgba(189,222,241,1) 50%);
}

/* Footer Styles */
footer{
    position:relative;
    overflow:hidden;
}
footer.tone-section.dark{
    background-color: transparent;
    box-shadow: 0px -25px 25px 0px inset rgb(0, 83, 160);
}
footer a.seal img{
    width: 9rem;
    height: 9rem;
    max-width: 100%;
    max-height: 100%;
}
footer #address{
    width:250px;
}
footer #address #location{
    color: #ffffff;
}
#employment .more-btn{
    width: 12.8rem;
}
#address .more-btn{
    letter-spacing: 0;
}
footer a.social-btn, .table a.social-btn{
    display:inline-block;
    transition: background-color .5s, color .5s;
    color: rgb(0, 83, 160);
    background-color: rgb(255,224,26);
    padding: .25rem;
    border: .2rem solid rgb(255,224,26);
    border-radius: 100rem;
    height: 2rem;
    width: 2rem;
}
.table .v-cell{
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
.v-cell a.social-btn{
    padding: 0;
}
.v-cell a.social-btn svg, .v-cell a.social-btn img{
    padding: .4em .4em .4em .5em;
}
footer a.social-btn{
    margin: .33rem;
}
footer a.social-btn:hover, footer a.social-btn:focus,
.table a.social-btn:hover, .table a.social-btn:focus{
    color: rgb(255,224,26);
    background-color: rgb(0, 83, 160);
}
.social-btn svg, .social-btn img{
    height: 100%;
    width: 100%;
}
footer .navbar-brand{
    width: auto;
    margin:0;
}
/* Navigation and Dropdown Custom */
.page-wrap .navigation .container .row{
    height: auto;
}
@media screen and (min-width: 992px) {
    .page-wrap .navigation .container .row{
        height: 64px;
    }
}
.tone-section.dropdown-menu .dropdown-item:hover, .tone-section.dropdown-menu .dropdown-item:focus{
    background-color: rgb(0, 130, 202);
}

/*Per page custom*/
/*Contacts*/
ul.unstyled{
    padding-left: 0;
    margin-left: 0;
}
ul.unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
   }
/*Employment Opportunities*/
#employment .col-auto{
    width: 110px;
}
/* Bids */
#bids .col-auto{
    width: 110px;
}
#bids .modal-dialog, #projects .modal-dialog{
    max-width: 900px;
}
#bids h5, #press-releases h5, #board-index h5{
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom:0;
}
/* Form Wrapper */
.form-wrapper{
    border: .2rem solid #bddef1;
}
/* Burn Indicator */
.burn-indicator{
    width: 250px;
    height: auto;
    max-height: 200px;
    border: .1rem solid rgb(0, 130, 202);
}
.burn-indicator h5{
    color: #fff;
    margin-bottom: 0;
    padding: 1rem .5rem;
}
/* Google iFrames */
.block-googleframe iframe{
    display: block;
    border: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#Frames .list-group-item{
    color: rgb(0, 83, 160);
    border: 1px solid rgb(0, 83, 160);
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    transition: background-color .25s, color .25s;
}
#Frames .list-group-item:hover, #Frames .list-group-item:focus, #Frames .list-group-item.active{
    background-color: rgb(0, 130, 202);
    color: #ffffff;
}
/* Parks & Recreation Field Status */
.field-status-card{
    border: solid 1px rgb(0, 130, 202);
    border-radius: 0;
}
.field-status-card .field{
    border-top: solid 1px rgba(0, 130, 202, .5);
}
.field-status-card .field-last-update{
    color: rgb(126,126,126);
}
.field-status-card .field:first-child{
    border-top: none;
}
/* Carousel */
.carousel-indicators li{
    background-color: rgba(204,204,204,.5);
}
.carousel-indicators .active, .carousel-indicators li:hover{
    background-color: #ccc;
}
.carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
