html{
    font-size:95%!important;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-weight: 300;
    color: #000000;
    display: flex;
    min-height: 100vh !important;
    flex-direction: column;
}

html,button,input,select,textarea{
    font-family:"Trebuchet MS",sans-serif;
}

p {
    line-height: 1.5!important;
}

ul, ol {
    line-height: 1.5!important;
}

strong {
    font-weight: bold;
}

#header-logo{
    max-width: 1430px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0 10px 25px;
}

@media (max-width: 1024px) {
    #dola-logo {
        width: 85%;
        height: 85%;
    }

    #content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .cogov-logo {
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .footer-wrapper .footer-column {
        width: 33.333333333%;
    }

    .cogov-logo {
        float: right;
    }
}

@media (min-width: 1025px) {
    #dola-logo {
        box-sizing: border-box;
        height: 5.3125rem;
        vertical-align: middle;
        border: 0;
    }

    #top-navigation ul {
        text-align: center;
    }

    #top-navigation li {
        font-weight: 100;
        display: inline;
        list-style-type: none;
        padding-right: 30px;
    }

    #content-wrapper {
        max-width: 1430px;
        min-width: 1025px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

#top-navigation {
    color: #ffffff;
    width: 100%;
    background: #242e68;
}

#top-navigation ul {
    padding: 1.265rem 1.5rem;
}

#top-navigation a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}

#content-wrapper {
    padding-bottom: 25px;
}

#content-wrapper h1 {
    font-size: calc(1.5rem + 1vmin);
    line-height: 1.5;
}

#content-wrapper a {
    color: #001970;
}

#footer {
    width: 100%;
    color: #ffffff;
    background: #ae1325;
}

#footer a {
    color: inherit;
}

.footer-wrapper {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    clear: both;
}

.footer-wrapper .footer-column {
    float: left;
    line-height: 1.5;
}

.footer-wrapper .footer-column p {
}

.footer-wrapper h2 {
    font-weight: 500;
    padding-bottom: 10px;
}

#footer-footer {
    width: 100%;
    background-color: #ae1325;
    padding: 1.75rem 0;
    clear: both;
}

.footer-wrapper li {
    font-size: .875rem;
    font-weight: 100;
    display: inline;
    list-style-type: none;
}

.footer-wrapper li::after {
    content: "|";
    padding: 0 0.125rem 0 0.375rem;
}

.footer-wrapper li:last-child::after {
    content: "";
}

.cogov-logo {
    width: 10.25rem;
    height: 1.75rem;
}
.hidden{
    display:none;
}

.visually-hidden{
    position:absolute !important;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
    width:1px;
    height:1px;
    word-wrap:normal;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus{
    position:static !important;
    overflow:visible;
    clip:auto;
    width:auto;
    height:auto;
}

.invisible{
    visibility:hidden;
}