.box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.box :first-child {
    align-self: center;
}
.breadcrumb-item {
    font-size: 16px;
    padding-bottom: 12px;
}
.featured-image {
    width: 100%;
    border-radius: 4px;
}
.base-format {
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}
.title a {
    color: #2B2927;
}
.author {
    font-weight: 400;
}
.date-published {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.read-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.article-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.temp-related-job-style {
    height: 174px;
    border: 1px solid #D4D2CE;
    border-radius: 4px;
}
.temp-related-job-style-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}
.temp-related-job-text-style {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.temp-related-job-spacer {
    padding-bottom: 16px;
}
.temp-author-box {
    height: 328px;
    background: #EAEDED;
    border: 1px solid #D4D2CE;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.temp-ads-box {
    height: 250px;
    background:  #D4D2CE;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.temp-create-profile-button {
    width: 100%;
    height: 48px;
    margin: 2rem 1rem 1.5rem 0;
    padding: 1rem 0 1rem 0;
    border-radius: 4px;
    border: solid 0 #ccc;
    background-color: #08588b;
}
.related-articles-title {
    font-weight: 700;
    font-size: 20px;
}
.tag {
    background: #F4F4F4;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.related-article-label {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 150%;
}
.related-article-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}
.related-article-short-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.social-share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 4px;
    width: 107px;
    height: 48px;
    border: 1px solid #A5A199;
    border-radius: 4px;
}
/* temporary until we design all the right rail components
       only so the simple docs fill the right rail */
.static-page-content-wrapper {
    margin: 0;
}

.section-label {
    font-weight: 700;
    font-size: 14px;
}
.author-bio .name {
    color: #195581;
    font-weight: 500;
    font-size: 20px;
}
.author-bio .name:hover {
    color: #195581;
}

.mediaLinkStyler a {
    color: unset;
}

.mediaLinkStyler a:hover {
    text-decoration: unset;
}

.mediaLinkStyler {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    border: 1px solid #F4F4F5;
    background: #FFF;
    padding: 24px;
}

.mediaLinkStyler .articleDescription {
    margin-right: .3rem;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.mediaLinkStyler:hover {
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

/* Please follow and use the bootstrap media breakpoints:  https://getbootstrap.com/docs/4.3/layout/overview/  */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
