/* Careers page */

/* ── Category blog listing ── */
.page-subheader {
    border-bottom: 1px solid #eeeeee;
    margin: 0 0 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.page-subtitle {
    line-height: 1;
    margin: 0;
}

.subheading-category {
    color: #0077bb;
    font-weight: 600;
    font-size: 28px;
}

.category-desc {
    margin-bottom: 20px;
}

.items-leading .leading {
    margin-bottom: 40px;
}

h2.article-title {
    font-weight: normal;
    margin: 0 0 20px 0;
}

h2.article-title a {
    color: #0077bb;
}

h2.article-title a:hover,
h2.article-title a:focus,
h2.article-title a:active {
    color: #00466e;
    text-decoration: none;
}

/* ── Article aside (date) ── */
.article-aside {
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0;
}

.article-header + .article-aside {
    margin-top: -10px;
}

.item-page .article-aside {
    font-size: 14px;
    margin-bottom: 40px;
}

.article-info {
    margin: 0;
    width: 85%;
}

.article-info .article-info-term {
    display: none;
}

.article-info dd {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.article-info dd .far,
.article-info dd .fas,
.article-info dd .fa {
    margin-right: 5px;
}

/* ── Read more button ── */
.readmore {
    margin-top: 20px;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.btn-default:hover,
.btn-default:focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}

.btn-default:active {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/* ── Detail page ── */
.item-page {
    margin-bottom: 0;
}

.item-page h1.article-title {
    margin: 0 0 20px 0;
    font-weight: 600;
}

.item-page h1.article-title a {
    color: #0077bb;
}

.item-page h1.article-title a:hover,
.item-page h1.article-title a:focus,
.item-page h1.article-title a:active {
    color: #00466e;
    text-decoration: none;
}
