/* General Custom */
.swatch-white .active, [class*="swatch-"] .swatch-white .active {
    color: #777;
}
.modal-backdrop {
    z-index: 1101 !important;
}
.modal {
    z-index: 1102 !important;
}
.post-body {
    padding-right: 60px;
}
@media (max-width: 992px) {
    .post-body {
        padding-right: 10px;
        text-align: justify;
    }
}
.post-body p {
    font-size:19px;
    line-height: 1.6em;
}
#content {
    /*min-height: 900px !important;*/
}
.col-md-9 .post {
    background-color: #fff;
    -moz-box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc;
    padding: 15px 15px 2px 15px;
    margin-bottom: 46px;
}
.row.staff-list-container.list-container.element-short-top.element-normal-bottom .col-md-4 {
    -moz-box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 1px #ccc;
    box-shadow: 0 0 1px #ccc;
}
.row.staff-list-container.list-container.element-short-top.element-normal-bottom .col-md-4 h3 {
    min-height: 60px;
}
.breadcrumb {
    margin-top: 5px;
    margin-bottom: 8px !important;
}
.element-normal-top {
    /*margin-top: 2px !important;*/
}
.top-bar.swatch-gray {
    background: #F7F6F3;
}
.figure-image img {
    width: 850px;
}
.swatch-white-red .form-icon-group i, [class*="swatch-"] .swatch-white-red .form-icon-group i {
    color: #000;
}
.swatch-gray .social-simple li a:hover:not([data-iconcolor]) i.fa-facebook {
    color: #43609C;
}
.swatch-gray .social-simple li a:hover:not([data-iconcolor]) i.fa-twitter {
    color: #5EAADE;
}
.swatch-gray .social-simple li a:hover:not([data-iconcolor]) i.fa-youtube {
    color: #E02927;
}
.swatch-gray .social-simple li a:hover:not([data-iconcolor]) i.fa-google-plus {
    color: #E02927;
}
.swatch-white .form-icon-group i, [class*="swatch-"] .swatch-white .form-icon-group i {
    color: #000;
}
.navbar-brand img {
    max-height: 80px !important;
    height: auto;
}
.navbar-scrolled .navbar-brand img {
    max-height: 70px !important;
    height: auto;
}
.swatch-white .pagination>li>a, .swatch-white .pagination>li>span, [class*=swatch-] .swatch-white .pagination>li>a, [class*=swatch-] .swatch-white .pagination>li>span {
    background: #333;
    color: #fff;
}