.yc-blog-article img {
    display: block;
    width: 100%;
    max-width: 660px;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.yc-blog-article a,
.yc-blog-article a:link {
    color: #00afd1;
    text-decoration: underline;
}
.yc-blog-article a:hover {
    color: #008aa6;
}
.yc-blog-result em {
    display: inline-block;
    padding: 0 4px;
    background-color: #f2f2f2;
    font-weight: 600;
    border-radius: 2px;
}
.yc-blog-category-heading__item {
    display: inline-block;
}
.yc-blog-category-heading__item + .yc-blog-category-heading__item::before {
    content: '/ ';
    display: inline-block;
    margin-left: 8px;
    margin-right: 16px;
}
.yc-blog-category-heading__item:last-child::before {
    display: none;
}

.yc-blog-article .yc-simple-text {
    font-size: 14px;
    line-height: 1.75;
}
@media screen and (min-width: 40em) {
    .yc-blog-article .yc-simple-text {
        font-size: 16px;
    }
}

.yc-simple-text  .yc-row {
    margin: 0 -5px;
}
@media screen and (min-width: 40em) {
    .yc-simple-text  .yc-row {
        margin: 0 -10px;
    }
}
.yc-simple-text .card a {
    color: inherit;
    text-decoration: none;
}
.yc-simple-text .article-card .card__hero img {
    margin: 0;
    border: none;
    box-shadow: none;
}
.yc-simple-text .article-card__title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.yc-simple-text .article-card__context {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.yc-simple-text p.article-card__description {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: normal;
}
.yc-simple-text .yc-row + h2 {
    margin-top: 32px;
}
.yc-blog-article .printfriendly,
.yc-blog-article div.printfriendly {
    max-width: 240px;
    margin: 0 auto;
}
.yc-blog-article .printfriendly a,
.yc-blog-article div.printfriendly a,
.yc-blog-article div.printfriendly a:link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 23px;
    border: 1px solid #333;
    background-color: #fff;
    vertical-align: middle;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px -4px rgba(0,0,0,0.2);
    transition: background-color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.yc-blog-article .printfriendly a:hover,
.yc-blog-article div.printfriendly a:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}
@media screen and (max-width: 999px) {
    .main-nav__menu-wrapper--blog .sub-menu-wrapper {
        display: none !important;
    }
}
