.bws-blog {
    background: #fff;
}

.bws-blog .navbar {
    z-index: 1030;
}

.bws-insights-hero {
    background: #f7f8fb;
    border-bottom: 1px solid #e4e6ec;
    margin-bottom: 35px;
    padding: 38px 0 32px;
}

.bws-insights-hero h1 {
    color: #353a7a;
    font-size: 46px;
    margin: 0 0 8px;
}

.bws-insights-hero p {
    color: #5e6470;
    font-size: 18px;
    margin: 0;
    max-width: 720px;
}

.bws-insights-content {
    padding-bottom: 55px;
}

.bws-article-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bws-article-grid > [class*="col-"] {
    display: flex;
}

.bws-article-card {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 8px rgba(24, 34, 65, .08);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.bws-article-card-image {
    background: #eef0f5;
    display: block;
    height: 220px;
    overflow: hidden;
}

.bws-article-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.bws-article-card:hover .bws-article-card-image img {
    transform: scale(1.025);
}

.bws-article-card-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #353a7a, #245d9b);
    color: rgba(255, 255, 255, .9);
    display: flex;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 34px;
    height: 220px;
    justify-content: center;
}

.bws-article-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.bws-article-card h2 {
    font-size: 28px;
    line-height: 1.18;
    margin: 8px 0 12px;
}

.bws-article-card h2 a {
    color: #353a7a;
}

.bws-article-card h2 a:hover {
    color: #ff660f;
}

.bws-article-card p {
    color: #5a5f68;
    font-size: 15px;
    line-height: 1.65;
}

.bws-card-footer {
    border-top: 1px solid #eee;
    color: #767b85;
    font-size: 13px;
    margin-top: auto;
    padding-top: 15px;
}

.bws-card-footer .bws-read-more {
    color: #353a7a;
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}

.bws-category-label {
    color: #ff660f;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bws-empty-state {
    background: #f8f8fa;
    border-left: 5px solid #ff660f;
    margin-bottom: 30px;
    padding: 30px;
}

.bws-empty-state h2 {
    color: #353a7a;
    margin-top: 0;
}

.bws-insights-sidebar {
    padding-top: 0;
}

.bws-insights-sidebar .block {
    background: #fafafa;
    border-top: 4px solid #353a7a;
    margin-bottom: 28px;
    padding: 18px;
}

.bws-insights-sidebar .block h4 {
    color: #353a7a;
    font-size: 24px;
    margin: 0 0 15px;
}

.bws-insights-sidebar .list-group {
    margin-bottom: 0;
}

.bws-insights-sidebar .list-group-item.active,
.bws-insights-sidebar .list-group-item.active:hover {
    background: #353a7a;
    border-color: #353a7a;
    color: #fff;
}

.bws-blog-search .btn-primary {
    background: #353a7a;
    border-color: #353a7a;
}

.bws-recent-posts .media {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 0;
    padding: 10px 0;
}

.bws-recent-posts .media:last-child {
    border-bottom: 0;
}

.bws-recent-posts .media-object {
    height: 58px;
    object-fit: cover;
    width: 72px;
}

.bws-article-header {
    margin-bottom: 24px;
}

.bws-article-header h1 {
    color: #353a7a;
    font-size: 46px;
    line-height: 1.12;
    margin: 10px 0 15px;
}

.bws-article-meta {
    color: #777;
    font-size: 14px;
}

.bws-article-meta span {
    margin-right: 18px;
}

.bws-article-hero {
    margin-bottom: 28px;
}

.bws-article-hero img {
    height: auto;
    max-height: 560px;
    object-fit: cover;
    width: 100%;
}

.bws-article-body {
    color: #444;
    font-size: 17px;
    line-height: 1.75;
}

.bws-article-body > p:first-child {
    font-size: 19px;
}

.bws-article-body h2,
.bws-article-body h3,
.bws-article-body h4 {
    color: #353a7a;
    line-height: 1.25;
    margin: 32px 0 12px;
}

.bws-article-body ul,
.bws-article-body ol {
    margin-bottom: 22px;
    padding-left: 28px;
}

.bws-article-body li {
    margin-bottom: 8px;
}

.bws-article-body blockquote {
    background: #f7f8fb;
    border-left-color: #ff660f;
    color: #555;
    font-size: 18px;
    margin: 25px 0;
}

.bws-article-body table {
    border-collapse: collapse;
    display: block;
    margin: 24px 0;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}

.bws-article-body th,
.bws-article-body td {
    border: 1px solid #d9dce3;
    padding: 10px 12px;
    text-align: left;
}

.bws-article-body th {
    background: #353a7a;
    color: #fff;
}

.bws-article-tags {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 20px;
}

.bws-article-tags a,
.bws-article-tags span {
    background: #353a7a;
    color: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 6px 10px;
}

.bws-pagination {
    margin-top: 5px;
}

.bws-pagination .pagination > .active > a {
    background-color: #353a7a;
    border-color: #353a7a;
}

.bws-back-link {
    color: #353a7a;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 18px;
}

.bws-home-insights-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px 8%;
}

.bws-home-insights-heading h2 {
    color: #353a7a;
    margin: 0;
}

.bws-home-insights-heading a {
    color: #353a7a;
    font-weight: 700;
}

@media (max-width: 991px) {
    .bws-article-grid > [class*="col-"] {
        display: block;
    }

    .bws-insights-sidebar {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .bws-insights-hero h1,
    .bws-article-header h1 {
        font-size: 36px;
    }

    .bws-article-card-image,
    .bws-article-card-placeholder {
        height: 200px;
    }

    .bws-home-insights-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-left: 0;
    }
}

