body .tb_outer table th,
body.single-insights .tb_outer table tr th, 
body.single-post .tb_outer table tr th {
    text-transform: capitalize !important;
    background-color: rgb(0, 87, 167) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(233, 233, 233) !important;
    line-height: 1.42857 !important;
    padding: 0.5em !important;
    vertical-align: middle !important;
    border: 1px solid #e9e9e9 !important !important;
}

body.single-insights .tb_outer table tr td, 
body.single-post .tb_outer table tr td {
    border: 1px solid #e9e9e9 !important;
    line-height: 1.42857 !important;
    padding: .5em !important;
    vertical-align: middle !important;
    color: #333d42 !important;
    background: #f7f7f7 !important;
}


.main-key-section-cta {
   background-color: #fafcfe;
   color: #111217;
   padding: 60px 40px !important; 
}




.main-key-section-cta h2 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    position: relative;
    padding-bottom: 25px;
    color: #13004c !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 40px !important;
}






.main-key-section-cta ul {
    color: #333d42 !important;
    letter-spacing: 0.4px !important;
    font-size: 1em;
    line-height: 1.6;
}



.main-key-section-cta li {
    list-style-type: disc;
    list-style-position: outside;  
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0.4px !important;
    margin: 10px 0 0 0 !important;
}



