.knowledge-base-page {
    color: #303d4a;
    padding: 34px 0 72px;
}

.knowledge-base-header,
.knowledge-base-list {
    max-width: 1320px;
}

.knowledge-base-header {
    margin-bottom: 44px;
}

.knowledge-base-header h1,
.knowledge-base-article-header h1 {
    margin-top: 0;
}

.knowledge-base-header > p {
    color: #60758a;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: 780px;
}

.knowledge-base-search {
    background: #f4f8fb;
    border-radius: 7px;
    margin-bottom: 28px;
    max-width: 1320px;
    padding: 22px 24px;
}

.knowledge-base-search h2 {
    color: #303d4a;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 12px;
}

.knowledge-base-search-controls {
    display: flex;
    max-width: 780px;
}

.knowledge-base-search-controls input {
    background: #fff;
    border: 1px solid #bfcdda;
    border-radius: 7px 0 0 7px;
    color: #303d4a;
    flex: 1 1 auto;
    font-size: 16px;
    height: 48px;
    min-width: 0;
    padding: 11px 14px;
}

.knowledge-base-search-controls input:focus {
    border-color: #0094da;
    box-shadow: 0 0 0 3px rgba(0, 148, 218, .14);
    outline: 0;
}

.knowledge-base-search-button {
    background: #034ea1;
    border: 1px solid #034ea1;
    border-radius: 0 7px 7px 0;
    color: #fff;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 600;
    min-height: 48px;
    padding: 11px 26px;
}

.knowledge-base-search-button:hover,
.knowledge-base-search-button:focus {
    background: #0094da;
    border-color: #0094da;
    color: #fff;
}

.knowledge-base-search-summary {
    align-items: baseline;
    color: #60758a;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px 18px;
    margin-top: 13px;
}

.knowledge-base-search-summary a {
    color: #034ea1;
    font-weight: 600;
    text-decoration: none;
}

.knowledge-base-search-summary a:hover,
.knowledge-base-search-summary a:focus {
    color: #0094da;
    text-decoration: underline;
}

.knowledge-base-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.knowledge-base-list-item {
    background: #fff;
    border: 1px solid #dbe5ed;
    border-top: 3px solid #0094da;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 24px;
}

.knowledge-base-list-item time,
.knowledge-base-article-header time {
    color: #718498;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.knowledge-base-list-item h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 10px;
}

.knowledge-base-list-item h2 a {
    color: #303d4a;
    text-decoration: none;
}

.knowledge-base-list-item h2 a:hover,
.knowledge-base-list-item h2 a:focus,
.knowledge-base-more:hover,
.knowledge-base-more:focus,
.knowledge-base-back:hover,
.knowledge-base-back:focus {
    color: #0094da;
}

.knowledge-base-list-item > p,
.knowledge-base-empty {
    color: #60758a;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 14px;
    max-width: 780px;
}

.knowledge-base-list-item .knowledge-base-more {
    margin-top: auto;
}

.knowledge-base-more,
.knowledge-base-back {
    color: #034ea1;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.knowledge-base-empty {
    grid-column: 1 / -1;
    padding: 24px 0;
}

.knowledge-base-article {
    margin: 0 auto;
    max-width: none;
    width: 80%;
}

.knowledge-base-article-header {
    border-bottom: 1px solid #dbe5ed;
    margin-bottom: 34px;
    padding-bottom: 28px;
}

.knowledge-base-eyebrow {
    color: #034ea1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.knowledge-base-lead {
    color: #60758a;
    font-size: 19px;
    line-height: 1.65;
    margin: 0 0 16px;
    max-width: none;
}

.knowledge-base-content {
    font-size: 17px;
    line-height: 1.75;
    max-width: none;
}

.knowledge-base-content h2 {
    color: #303d4a;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    margin: 42px 0 16px;
}

.knowledge-base-content h3 {
    color: #303d4a;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
    margin: 32px 0 12px;
}

.knowledge-base-content p,
.knowledge-base-content ul,
.knowledge-base-content ol {
    margin-bottom: 20px;
}

.knowledge-base-content img,
.knowledge-base-content iframe,
.knowledge-base-content table {
    max-width: 100%;
}

.knowledge-base-content table {
    display: block;
    overflow-x: auto;
}

.knowledge-base-content a {
    color: #034ea1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.knowledge-base-article-footer {
    border-top: 1px solid #dbe5ed;
    margin-top: 46px;
    padding-top: 24px;
}

.knowledge-base-pagination {
    margin-top: 36px;
    max-width: 1320px;
    text-align: center;
}

.knowledge-base-pagination .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}

.knowledge-base-pagination .pagination > li > a,
.knowledge-base-pagination .pagination > li > span {
    align-items: center;
    border: 1px solid #dbe5ed;
    border-radius: 6px;
    color: #034ea1;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    min-height: 42px;
    min-width: 42px;
    padding: 9px 13px;
}

.knowledge-base-pagination .pagination > .active > a,
.knowledge-base-pagination .pagination > .active > span {
    background: #034ea1;
    border-color: #034ea1;
    color: #fff;
}

.knowledge-base-pagination .pagination > .disabled > span {
    color: #91a0ae;
}

@media (max-width: 1099px) {
    .knowledge-base-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .knowledge-base-page {
        padding: 26px 0 52px;
    }

    .knowledge-base-article {
        width: 100%;
    }

    .knowledge-base-header {
        margin-bottom: 30px;
    }

    .knowledge-base-header > p {
        font-size: 16px;
    }

    .knowledge-base-search {
        padding: 18px 16px;
    }

    .knowledge-base-search-controls {
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr);
    }

    .knowledge-base-search-controls input,
    .knowledge-base-search-button {
        border-radius: 7px;
        width: 100%;
    }

    .knowledge-base-list-item {
        min-height: 0;
        padding: 22px 20px;
    }

    .knowledge-base-list-item h2 {
        font-size: 24px;
    }

    .knowledge-base-list {
        gap: 16px;
        grid-template-columns: minmax(0, 1fr);
    }

    .knowledge-base-pagination .pagination > li > a,
    .knowledge-base-pagination .pagination > li > span {
        min-height: 40px;
        min-width: 40px;
        padding: 8px 10px;
    }

    .knowledge-base-article-header {
        margin-bottom: 28px;
        padding-bottom: 22px;
    }

    .knowledge-base-lead {
        font-size: 17px;
    }

    .knowledge-base-content {
        font-size: 16px;
    }

    .knowledge-base-content h2 {
        font-size: 27px;
        margin-top: 34px;
    }

    .knowledge-base-content h3 {
        font-size: 21px;
    }
}
