
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #232222;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    background-color: #fff;
}

.navbar-static-top.navbar-inverse {
    background-color: #d22630;
    border-color: transparent;
}

footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: #d22630;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.blue_border {
    padding-bottom: 10px;
    border-bottom: 7px solid #d22630;
}

.sidebar-home {
    background-color: #eeeeee;
    border-top: 7px solid #d22630;
    margin-top: 36px;
    position: relative;
}

.section-diagonal-right .section-diagonal-right-content {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    background: linear-gradient(rgba(82, 10, 10, 0.5), rgba(248, 186, 186, 0.5)), url(homethumbnail4.jpg) no-repeat;
    background-size: cover;
    margin-top: -70px;
}

.section-diagonal-right .section-diagonal-right-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
    background-color: #d22630; */
}

.section-sub-landing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), #b90c0c), url(homethumbnail1.jpg) no-repeat center;
    background-size: cover;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #666666;
    border-bottom: 4px solid #000000;
    padding-bottom: 6px;
}

.btn-default {
    color: #d22630;
    background-color: #fff;
    border-color: #d22630;
}

.btn-primary {
    color: #fff;
    background-color: #d22630;
    border-color: #d22630;
}

.btn-default:hover {
    color: #d22630;
    background-color: #e6e6e6;
    border-color: #d22630;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d22630;
    border-color: #d22630;
}

a {
    color: #d22630;
    text-decoration: none;
}

a:hover, a:focus {
    color: #d22630;
    text-decoration: underline;
}

.section-knowledge .list-group a.list-group-item {
    color: #d22630;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #d22630!important;
}

footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: black;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.alert-info {
    /*background-color: lightcoral;*/
    border-color: transparent;
    color: #000;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: lightcoral;
    border-color: coral;
}

.nav-profile {
    display: none;
}

.section-landing-search {
    min-height: 250px;
    background: url(homehero.jpg) no-repeat 0 25%;
    background-size: cover;
}

.entitylist-filter-option-group .h4 {
    display: block;
    font-size: 14px;
}

.case-deflection>.content-panel{
    visibility: hidden;
    height: 0;
}