article a{
    text-decoration: none;
}
#formSimple img{
    width: 100%;
}
.comHeader{
    align-items: center;
}
.comHeader img{
    width: 42px;
    height: 42px;
}
.comSaved span {
    right: 11px;
}
.reply{
    margin-left: 42px;
}
header{
    position: sticky;
    top: 0;
    z-index: 100;
}
.contentBoxBtn {
    display: block;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid #d8d8d8;
    background: #009;
    padding: 19px 0;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 1.5em 0;
    font-family: SolferinoText-Regular, sans-serif;
}
.articleContent h3 {
    margin: 16px auto 4px auto;
    font-family: SolferinoDisplay-Bold, sans-serif;
    border-bottom: 2px solid #0a5278;
    font-size: 20px;
    display: block;
    width: max-content;
    color: #111111;
}
.articleContent video{
    margin-top: 16px;
}
.feature-video{
    width: 100%;
    margin: 18px 0 28px;
    height:300px;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.feature-video video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.formImage img{
    border-radius: 14px;
}
p b{
    font-weight: 700;
}
