
.page__text__container h1 , .page-block h1 , .page__text__container h1 span , .page-block h1 span , .page__text__container h1 strong , .page-block h1 strong{
    font-size: 28px;
    color: #00509e;
}
.page__text__container h1{
    font-size: 28px!important;
}
.page__text__container h2 , .page-block h2 , .page__text__container h2 span , .page-block h2 span{
    font-size: 18pt!important;
    font-weight: 400;
    line-height: 29px;
    color: #5F7285;
}
.page__text__container h3 , .page__text__container h3 span , .page-block h3 , .page-block h3 span{
    font-size: 18pt!important;
    font-weight: 400;
    line-height: 29px;
    color: #5f7285!important;
}

.page__text__container h4 , .page__text__container h4 span , .page-block h4 , .page-block h4 span{
    font-size: 18pt!important;
    font-weight: 400;
    line-height: 29px;
    color: #5f7285!important;
}

.page__text__container ol , .page__text__container ol span,
.page__text__container ul , .page__text__container ul span , .page-block ol , .page-block ol span,
.page-block ul , .page-block ul span{
    font-size: 12pt!important;
    font-weight: 400!important;
    line-height: 29px!important;
    color: #5F7285!important;
    text-decoration: none!important;
} 
.page__text__container p strong em , .page-block p strong em{
    font-size: 14px;
}
.page__text__container p , .page__text__container p span , .page-block div , .page-block div span .page-block p , .page-block p span{
    font-size: 12pt;
    font-weight: 400!important;
    line-height: 29px!important;
    color: #5F7285!important;
}
.page__text__container ul li:before , .page-block ul li:before{
    content: '';
    position: absolute;
    left:0;
    top:14px;
    width:12px;
    height:1px;
    background-color: #5F7285;
}
.page__text__container ul li , .page-block ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.page__text__container ol , .page-block ol{
    padding-left: 15px;
}
.page__text__container ul , .page-block ul{
    list-style-type:none;
    padding:0;
    margin:0;
    margin-bottom: 20px;
}
.page__text__container p , 
.page-block p{
    margin-bottom: 20px;
}
.page__text__container a , .page__text__container a span , .page-block a , .page-block a span{
    font-size: 12pt;
    font-weight: bolder!important;
    line-height: 29px;
    color: #00519e!important;
}
.page__text__container a , .page-block a{
    text-decoration: underline;
}
.page__text__container a:hover , .page-block a:hover{
    text-decoration: none!important;
}