body.site.com-content.view-article #sp-main-body .container {
    width: 100%;
    padding: 0px 0px;
}

.view-article #sp-main-body {
    padding-top: 0px;
}

@media(max-width:991px){
.view-article #sp-main-body {
    padding: 0px 0px;
    padding-top: 0px;
}}

.view-category #sp-main-body {
    padding: 90px 0px;
}

@media(max-width:991px){
.view-category #sp-main-body {
    padding: 60px 0px;
}}

.view-category #sp-component, .view-article #sp-component {
    padding: 0px 15px;
}

.entry-header h2 a {
    color: #366a9e;
    position: relative;
    font-size: 23px;
    line-height: 1.4;
}


@media(max-width:991px){
.entry-header h2 a {
    color: #366a9e;
    position: relative;
    font-size: 24px;
}}

.entry-header h2 a:hover {
    color: #5484b3;
}


.entry-header h2 {
    margin: 8px 0 0px 0px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .75px;
    line-height: 1.3;
}

@media(max-width:991px){
.entry-header h2 {
    margin: 8px 0 15px;
}}

.entry-header {
    position: relative;
    padding-left: 0px;
    margin-bottom:0px;
}

@media(max-width:991px){
.entry-header {
    position: relative;
    padding-left: 0px;
    margin-bottom:10px;
}}


.view-article .sp-page-builder .sppb-addon-content {
    font-size: 18px;
    font-weight: 500;
}

@media(max-width:991px){
.view-article .sp-page-builder .sppb-addon-content {
    font-size: 16px;
    font-weight: 500;
}}


article.item p {
    color: #20315f;
}

.entry-header h2 a:hover {
    color: #747989;
}

.entry-header:before {
    position: absolute;
    /* background: #f33d43 !important; */
    z-index: 9999;
    content: "";
    width: 5%;
    height: 3px;
    margin:auto;
    top:0px;
    position: absolute;
    bottom: 0px;
    left: -10px;
}


article.item {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0px 20px 0px;
    height: 100%;
    /* border: solid 1px rgb(8 24 125 / 57%); */
    background: #fff !important;
    border-radius: 20px;
}

@media(max-width:991px){
article.item {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0px 60px 0px;
}}


body.site.com-content.view-category .col-sm-6 {
    margin-top: 60px;
}

p.readmore {
    margin-top: 20px;
}

p.readmore  a.btn.btn-default {
    letter-spacing: 1.2px;
    border-radius: 30px;
    color: #2b5279;
    font-size: 12px;
    background: #fff;
    border: 2px solid #4c7cac;
    padding: 10px 20px;
    transition: 0.3s;
}

p.readmore a.btn.btn-default:hover {
    opacity: 0.8;
}

.view-category #sp-main-body {
    position: relative;
}

.view-category #sp-main-body:before {
    position: absolute;
    content: '';
    background: url(/images/00-jp/pattern/02.png);
    width: 70px;
    height: 340px;
    background-size: cover;
    left: 0px;
    top: 0px;
    bottom: 0px;
    transition: 0.3s;
    z-index: 3;
    margin: auto;
}

@media(max-width:991px){
.view-category #sp-main-body:before {
    position: absolute;
    content: '';
    background: url(/images/00-jp/pattern/02.png);
    width: 20px;
    height: 96px;
    background-size: cover;
    left: -8px;
    top: 45px;
    bottom: 0px;
    transition: 0.3s;
    z-index: 3;
    margin: auto;
}}

.view-article .page-header {
    display: none;
}

.view-article article.item {
    border: 0px;
    padding: 0px 0px;
}

.view-article .entry-header {
    display: none;
}

.helix-social-share {
    margin-bottom: 40px;
    padding:40px;
}