#article {
    font-size: 20px;
    line-height: 125%;
    padding-bottom: 30px;
}

#article .article-image {
    padding-bottom: 30px;
}

#article .article-image img {
    width: 100%;
}

#article .article-categories {
    display: flex;
    padding-bottom: 10px;
}

#article .article-categories .article-category {
    background-color: #333;
    color: #fff;
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem;
    margin-right: 8px;
}

#article .article-reference {
    padding-bottom: 30px;
    font-size: 16px;
}

#article .article-reference a {
    font-style: italic;
}

#article .article-description {
    padding-bottom: 30px;
}


/* article segments */

.articles.preview .article .article-segments {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-width: 100px;
    /* Chrome, Safari, Opera */
    -moz-column-width: 100px;
    /* Firefox */
    column-width: 100px;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
    font-size: 16px;
}

.articles.preview .article .article-segments .article-segment
/*.articles.preview  .article .article-segments .article-segment .article-segment-image,
.articles.preview  .article .article-segments .article-segment .article-segment-title,
.articles.preview  .article .article-segments .article-segment .article-segment-desc*/

{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.articles.preview .article .article-segments .article-segment .article-segment-image {
    text-align: center;
    padding: 0 0 30px;
}

.articles.preview .article .article-segments .article-segment .article-segment-image.full img {
    max-width: 100%;
}


/*.articles.preview  .article .article-segments .article-segment .article-segment-title h2{
    background:none;
    color:#212529;
    text-transform:uppercase;
    padding:10px 0;
    line-height:1;
    font-size:24px;
    margin: 0 12px 15px;
}*/

.articles.preview .article .article-segments .article-segment .article-segment-title h2 {
    background: none;
    color: #1e73be;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.articles.preview .article .article-segments .article-segment .article-segment-title h2 p {
    margin: 0;
}

.articles.preview .article .article-segments .article-segment .article-segment-title h3,
.articles.preview .article .article-segments .article-segment .article-segment-title h4 {
    border: none;
    font-size: 18px;
    padding-bottom: 8px;
}

.articles.preview .article .article-segments .article-segment .article-segment-content p {
    margin-bottom: 15px;
}

.articles.preview .article .article-segments .article-segment .article-segment-content p:last-of-type {
    margin-bottom: 15px;
}

.articles.preview .article .article-segments .article-segment .article-segment-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
}

.articles.preview .article .article-segments .article-segment .article-segment-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.articles.preview .article .article-segments .article-segment .article-segment-content ul li {
    padding-bottom: 5px;
    position: relative;
}

.articles.preview .article .article-segments .article-segment .article-segment-content ul li:last-of-type {
    padding-bottom: 0;
}

.articles.preview .article .article-segments .article-segment .article-segment-content ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #444;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    margin: 5px 0;
}

.articles.preview .article .article-segments .hasbgcolor {
    color: #fff;
    padding: 7% 8%;
    margin-bottom: 0;
}

.articles.preview .article .article-segments .article-segment.hasbgcolor .article-segment-content p a {
    color: #fff;
}

.articles.preview .article .article-segments .article-segment .article-segment-content p a:hover {
    text-decoration: underline;
    opacity: 1;
}

.articles.preview .article .article-segments .article-segment .article-segment-title a:hover {
    text-decoration: underline;
    opacity: 1;
}

.articles.preview .article .article-segments .article-segment.hasbgcolor .article-segment-content p:last-of-type,
.articles.preview .article .article-segments .article-segment.hasbgcolor .article-segment-title h4 p:last-of-type,
.articles.preview .article .article-segments .article-segment.hasbgcolor .article-segment-title h2 p:last-of-type {
    margin-bottom: 0;
}

.articles.preview .article .article-segments .article-segment.hasbgcolor .article-segment-title h4,
.articles.preview .article .article-segments .article-segment.hasbgcolor .article-segment-title h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}