html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color: #ffffff;
    color: #636363;
    display: flex;
    flex-direction: column;
    font: normal 15px 'Open Sans', 'Arial', 'sans-serif';
    margin: 0px;
    min-height: 100%;
    text-align: center;
}
h2, h3 {
    color: #292929;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
h2 {
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 0px;
    margin-top: 0px;
}
h3 {
    font-size: 30px;
    line-height: 133%;;
}
p {
    margin: 10px 0px;
}
a {
    color: #095540;
    text-decoration: none;
}
a:hover {
    color: #095540;
    text-decoration: underline;
}
.row {
    clear: both;
    overflow: hidden;
    margin: 0px;
}
.column {
    float: left;
}
.full {
    width: 100%;
}
.third {
    width: 33.333%;
}
.quarter {
    width: 25%;
}
.half {
    width: 50%;
}
.three-quarters {
    width: 75%;
}
.gray-backing {
    background-color: #fafafa;
}
.button {
    background-color: #095540 !important;
    color: #ffffff !important;
    display: block;
    font-weight: bold;
    margin: 10px 0px;
    padding: 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
.button:hover, .button:focus {
    background-color: #439539 !important;
    color: #ffffff;
    text-decoration: none;
}

/* Tab Helper */

a.offscreen {
    color: #ffffff;
    font-size: 14px;
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    width: 1px;
}
a.offscreen:focus, a.offscreen:active, a.offscreen:hover {
    background-color: #439539;
    border: 1px dotted #ffffff;
    height: auto;
    left: 0;
    overflow: visible;
    padding: 10px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 1052;
}

/* Emergency Alert Banner */

#banner {
    border-bottom: 1px black solid;
    background-color: #990000;
    display: block;
    display: none;
    padding: 30px 15px;
    text-align: left;
    width: 100%;
    z-index: 1051;
}
#banner:hover {
    cursor: pointer;
}
#banner-alert {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
#banner-alert img {
    float: left;
    height: 75px;
    margin-right: 10px;
    width: 75px;
}
#banner-alert h2 {
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
#banner-alert p {
    margin: 5px 0px;
}
#banner-alert p, #banner-alert p a {
    color: #ffffff;
}
#banner-alert p a {
    text-decoration: underline;
}

/* Universal Menu (Bootstrap) */

.navbar-logo {
    background: #ffffff url('../images/logo.png') no-repeat center center;
    background-origin: content-box;
    background-size: contain;
    height: 100px;
    left: 0px;
    padding: 10px 10px 10px 30px;
    position: absolute;
    width: 275px;
    z-index: 1051;
}
.nav-upper {
    background-color: #ffffff;
    height: 50px;
    overflow: hidden;
}
.nav-upper ul {
    float: right;
    display: table;
}
.navbar-upper > li {
    display: table-cell;
    font-size: 14px;
}
.navbar-form {
    display: none;
    margin-top: 0px;
}
.navbar-lower {
    background-color: #ffffff;
    height: 50px;
}
.navbar-upper > li > a {
    color: #636363;
    text-transform: uppercase;
}
.dropdown-toggle {
    color: #292929;
    text-transform: uppercase;
}
.navbar-upper > li > a:hover, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:visited, .dropdown-toggle:focus, .open {
    color: #000000 !important;
}
.dropdown-menu .divider {
    background-color: #cccccc;
}
.glyphicon {
    color: #636363;
}
.dropdown-menu {
    background-color: #eeeeee;
    border: none;
    border-radius: 0px;
}
.nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
}
.icon-bar {
    background-color: #292929;
}
.navbar-toggle .button-label {
    color: #292929;
    display: inline-block;
    float: right;
    line-height: 14px;
    margin-left: 22px;
    margin-top: -14px;
    padding-left: 10px;
    text-transform: uppercase;
}
.button-bars {
    display: inline-block;
    float: left;
}
.navbar {
    margin-bottom: 0px;
}

/* Breadcrumbs */

#breadcrumbs {
    background-color: #f5f5f5;
    display: block;
    padding: 12px 0px;
    text-align: left;
}
.breadcrumb {
    background-color: #f5f5f5;
    margin: 0px 0px 0px 17px;
}

/* Accordions */

.accordions .ui-accordion-header {
    background: #ffffff none !important;
    border: none !important;
    border-top: 1px #cccccc solid !important;
    border-radius: 0px !important;
    color: #222222 !important;
    font: normal 18px 'Open Sans', 'Arial', 'sans-serif' !important;
    margin: 0px !important;
    padding: 15px 2.2em !important;
}
.accordions .ui-accordion-header:first-child {
    border: none !important;
}
.accordions .ui-accordion-content {
    border: none;
    color: #636363 !important;
    font: normal 15px 'Open Sans', 'Arial', 'sans-serif' !important;
}
.accordions .ui-accordion-content h2, .accordions .ui-accordion-content h3 {
    border: none !important;
    padding: 0px !important;
}
.accordions .ui-accordion-content a {
    color: #095540 !important;
}
.accordions .ui-accordion-content a.button {
    color: #ffffff !important;
}

/* Emergency Banner */

#banner {
    display: none;
}

/* Content Section */

#page-banner, #menu-ad {
    display: none;
}
#content {
    background-color: #ffffff;
    flex: 1 0 auto;
    margin: 0px auto;
    overflow: hidden;
    width: 100%;
    max-width: 960px;
}
#content aside {
    float: left;
    margin-top: 50px;
    width: 25%;
}
#content aside nav {
    margin: 0px auto;
}
#content aside nav ul {
    border-top: 1px solid #ebebeb;
    list-style-type: none;
    margin: 20px;
    padding: 0px;
}
#content aside nav ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0px;
    text-align: left;
}
#quicklinks {
    display: none;
}
#content article {
    float: right;
    margin: 20px;
    text-align: left;
    max-width: 640px;
    width: 75%;
}
#content article a {
    text-decoration: underline;
}
#content article h1 {
    color: #439539;
    font-size: 24px;
    margin: 15px 0px;
}
#content article h2 {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #000000;
    font-size: 20px;
    margin: 15px 0px;
    padding: 5px 0px;
    text-transform: none;
}
#content article h3 {
    border-top: 1px solid #cccccc;
    color: #000000;
    font-size: 18px;
    margin: 15px 0px 10px 0px;
    padding-top: 5px;
    text-transform: none;
}
#content article h2 + h3 {
    border-top: none;
    padding-top: 0px;
}
#content article h2 a, #content article h3 a {
    color: #000000;
}
#content article h2 a:hover, #content article h3 a:hover {
    color: #095540;
    text-decoration: none;
}
#content article li {
    padding: 3px 0px;
}

/* Sharing Option (AddThis) */

#addthis {
    margin: 20px 0px;
}
#addthis a.button {
    background-color: #095540;
    clear: both;
    float: right;
    text-decoration: none;
}
#addthis a.button:hover {
    background-color: #439539;
}

/* Footer Section */

footer {
    background-color: #000000;
    color: #ffffff;
    float: left;
    text-align: center;
    width: 100%;
}
#contacts {
    display: inline-block;
    margin: 0px auto 25px auto;
}
#contacts h2 {
    font-weight: bold;
    margin: 25px 0px 0px 0px;
}
#contacts p {
    margin: 0px;
}
#contacts h2, #contacts p {
    color: #cccccc;
    font-size: 12px;
    line-height: normal;
}
#contacts p a {
    color: #ffffff;
    text-decoration: none;
}
#contacts p a:hover {
    text-decoration: underline;
}
#legal {
    margin-bottom: 25px;
}
#legal ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#legal ul li {
    border-left: 1px solid #999999;
    display: inline;
    padding: 0px 10px;
}
#legal ul li:first-child {
    border-left: none;
    font-size: 14px;
}
#legal ul li a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}
#legal ul li a:hover {
    text-decoration: underline;
}
#socialmedia {
    margin: 0px auto 25px auto;
}
#socialmedia ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#socialmedia ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#facebook, #twitter, #instagram, #youtube, #pintrest {
    background: #ffffff url('../images/socialmedia.png') no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}
#facebook {
    background-position: 0px 0px;
}
#twitter {
    background-position: -24px 0px;
}
#instagram {
    background-position: -48px 0px;
}
#youtube {
    background-position: -72px 0px;
}
#pintrest {
    background-position: -96px 0px;
}

/* Mobile Formatting */

@media only screen and (max-width: 930px) {
    #content {
        margin: 20px auto;
        width: 90%;
    }
    #content aside {
        float: none;
        margin: 10px auto 20px auto;
        max-width: 640px;
        width: 100%;
    }
    #content aside nav {
        display: none;
    }
    #content article {
        margin: 0px auto;
    }
    #quicklinks {
        display: block;
    }
    #content article {
        box-sizing: content-box;
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #banner-alert {
        width: 100%;
    }
    #banner-alert img {
        display: none;
    }
    .navbar-logo {
        padding-left: 10px;
        height: 100px;
        width: 200px;
    }
    .trigger-open, .trigger-close {
        display: none;
    }
    .navbar-form {
        display: block;
    }
    #q {
        width: 95px;
    }
    #navbar {
        background-color: #eeeeee;
        text-align: left;
    }
    .dropdown-menu .divider {
        display: none;
    }
    .column {
        clear: both;
        width: 100%;
    }
    #breadcrumbs {
        display: none;
    }
    #content {
        margin-top: 0px;
    }
    #quicklinks {
        margin-top: 0px;
        width: 100%;
    }
    #contacts .column {
        clear: none;
        margin: 0px 0px 0px 5%;
        width: 42%;
    }
    #legal ul li {
        border-left: none;
        display: block;
        line-height: 130%;
    }
}

/* Print Formatting */

@media print {
    a[href]:after {
        content: none !important;
    }
    #page-banner, #content aside {
        display: none !important;
    }
    #content article {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}