/* Orange #f99734 */
/* Blue #0c5390 */

* {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
}

.border-bottom-orange {
    border-bottom: 1px solid #f99734 !important;
}

.border-top-orange {
    border-top: 1px solid #f99734 !important;
}

.text-blue {
    color: #0c5390;
}

.list-group-item {
    font-size: 12px;
    padding-left: 0;
}

.list-group-item a {
    color: #0c5390;
    font-weight: bold;
}

.list-group-item.active {
    border-color: #ccc !important;
}

.list-group .active {
    background-color: inherit;
}

.list-group .active a {
    color: #333 !important;
}

.sidebar-heading {
    font-family: Georgia, serif;
    font-size: 23px;
    color: #0c5390;
}

.page-main-title {
    margin-top: 5px;
    color: #0c5390;
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.news-widget-item-title {
    color: #0c5390;
    font-size: 12px;
    font-weight: bold;
}

.news-widget-item-text {
    color: #333333;
    font-size: 12px;
    line-height: 1.6em;
}

.nav .nav-item {
    font-size: 11px;
    font-weight: bold;
}

.nav .nav-item a {
    color: #0c5390 !important;
}

.nav .nav-item a:hover {
    color: #f99734 !important;
}

.nav .nav-item a {
    padding-left: 0;
}

.copy {
    font-size: 10px;
    color: #777;
}

.news-title a{
    font-size: 14px;
    color: #0c5390 !important;
    font-weight: bold;
}

.news-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 200px;
}

.news-block {
    min-height: 250px;
}

.text-dark {
    color: #333 !important;
}

.gallery-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

@media only screen and (max-width : 1200px) {


}