p .link{font-weight:800}
p .link:hover{text-decoration:underline}
ol{font-family:Mundo,Times New Roman,Times,serif;color:#202020;font-weight:400;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0}
ol li{margin-bottom:.5rem}
.progress-container{width:100%;height:5px;background:#ccc}
.progress-bar{height:5px;background:#0071c6;width:0%}
.return-button{padding:.625rem 1rem;background-color:#2e6d9d;color:#fff!important;font-size:16px;white-space:nowrap;font-family:Roboto_condensed,Tahoma,Geneva,sans-serif;margin-top:1.5rem;text-overflow:ellipsis;cursor:pointer}
.ue-l-article__inner{padding-top:1.5rem!important}
.right-panel.comments-panel{overflow-x:hidden;transition:all ease .4s}
.space-divider{width:100%;height:2rem}

.btn-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.btn-holder a {
    font-family: sans-serif;
    padding: 15px 20px;
    background-color: #2e6d9d;
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
}

.ue-l-article__body p a {
    font-weight: 700;
}