/*helpers*/

body {
    background-color: #212121;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, li, .li {
    color: #fff !important;
}

a {
    text-decoration: underline !important;
}

.news-content-box a {
    color: #fff !important;
}

.staticpages-view a {
    color: #fff !important;
}

.hidden-accessible {
    display: none;
}

.fullwidth-accessible {
    width: 100%;
}

.noflex-accessible {
    display: block;
}

.visible-accessible {
    display: block;
}

/*items to hide*/

.bottom-row,
.fnav-row,
.news-tag-col,
#carousel,
.nav-home,
img {
    display: none !important;
}

/*navbar*/

.navbar-default {
    border-bottom: 8px solid #fff;
    background-color: #212121;
    position: static;
    top: 0;
    float: left;
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-header {
    background: #212121;
}

.navbar-default .navbar-nav > .home > a {
    display: none;
}

.top-nav li {
    border-left: 0;
    font-size: 18px;
}

.top-nav li i {
    display: none;
}

.navbar-brand {
    font-size: 24px;
    color: #fafafa !important;
    padding-right: 20px;
}

.dropdown-menu {
    background: #212121;
}

.dropdown-menu > li {
    background: #212121;
}

.dropdown-menu > li > a {
    background: #212121;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #FFEB3B;
    color: #fff;
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background: none;
}

.navbar-default .nav-socials a {
    padding: 16px 4px 0 8px;
}

.nav-socials i {
    font-size: 38px;
    color: #fafafa;
}

#accessibleSwitcher {
    font-size: 24px;
    color: #fafafa;
}

.top-news-date,
.top-news-item-cat {
    display: none;
}

.top-new-item {
    width: 50%;
}

.top-news-title {
    width: 100%;
    padding-left: 0;
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
}

.top-news-lead {
    width: 100%;
    float: left;
    margin-top: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.news-item-box-title {
    text-decoration: underline;
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding-left: 0;
    height: 56px;
    margin-top: 0;
}

.news-block {
    width: 100%;
}

.news-item-box {
    float: left;
    width: 33.3%;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-right: 15px;
}

.news-item-box-lead {
    width: 90%;
    color: #fff;
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
}

#about {
    background: #212121;
}

.title {
    color: #FFEB3B
}

.about-lead {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.about-url {
    color: #fff;
}

#services {
    background: #212121;
}

#services .title {
    color: #FFEB3B
}

.service-item .icon-box {
    display: none;
}

.service-item-title {
    width: 100%;
}

.service-item-link {
    width: 100%;
    text-decoration: underline;
}

#departments {
    display: none;
}

.google-map-container {
    display: none;
}

footer .info a {
    color: #fff;
}

footer .info span i {
    display: none;
}

/*main top*/

.news-row-top {
    background: #212121;
    font-size: 24px;
    color: #FFEB3B;
    font-weight: 400;
}

.news-content-row {
    border-left: 0 !important;
}

.news-content-row-title {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    height: 65px;
}

.news-content-row-title a {
    color: #fff;
}

.news-content-row-text a {
    color: #fff;
}

.news-item-read {
    color: #fff !important;
}

.read-more-btn {
    background: transparent;
    color: #fff;
    font-size: 16px;
    border: 0;
}

.read-more-btn:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.content-item-title a {
    color: #FFEB3B;
}

.content-item-text a {
    color: #fff;
}

.content-item {
    background: transparent;
}

.copyright {
    font-size: 16px;
    line-height: 22px;
    background: #212121;
}

.copyright a {
    text-decoration: underline;
}

footer .info {
    font-size: 18px;
}

footer {
    background: transparent;
}

.news-item-main > .toprow > .news-img-box {
    display: none;
}

.news-item-main > .toprow > .title {
    width: 100%;
    font-size: 24px;
    color: #fff;
}

.news-item-main > .toprow > .title span {
    font-size: 20px;
    color: #fff;
}

.news > .container > .title a {
    background-color: transparent;
    font-size: 16px;
}

.news-tags-row .tagbg {
    color: #fff;
    background: transparent;
    text-decoration: underline;
    font-size: 16px;
}

.news > .container > .gallery > .button > .back {
    font-size: 16px;
    background: transparent;
}

@media (max-width: 767px) {

    .top-nav {
        margin-top: 30px;
    }

    .top-nav li {
        font-size: 0;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .normal-view {
        position: absolute;
        color: #fff;
        font-size: 18px;
        right: 80px;
        top: 20px;
        width: 150px;
        text-align: right;
        line-height: 17px;
    }

    .navbar-brand {
        font-size: 24px;
        padding-top: 20px;
        padding-left: 15px;
    }

    .top-news-title {
        height: auto;
    }

    .container {
        float: left;
    }

    .top-new-item {
        width: 100%;
    }

    .about-lead {
        padding-left: 0;
        padding-right: 0;
    }

    .about-url {
        font-size: 18px;
        bottom: -30px;
    }

    .news-item-box {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .news-item-box-title {
        height: auto;
    }

    .title {
        font-size: 22px;
    }

    .service-item-title {
        font-size: 18px;
        height: auto;
    }

    .service-item-link {
        font-size: 16px;
    }
}
