/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
* 

.strategy-data .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}
.heading-data,
.content-data,
.content-date{
    padding: 0 15px;
}
.heading-data{
    /*background-color: rgb(0, 92, 66);*/
}
.heading-data h2{
    color: #0c2d62;
    margin-bottom: 0;
    text-align: right;
}
.content-data .row{
    border-bottom: 1px solid #0e3367;
    padding: 15px 0;
}
.content-data .row:last-child{
    border-bottom: 0;
}
.content-data .row:nth-child(even){
    /*background-color: rgb(0 92 66 / 23%);*/
}
.strategy-data .full-width{
    padding: 5px 0px;
}

.strategy-data .half-width{
    max-width: 50%;
    flex: 0 0 50%;
}
.strategy-data .half-width span{
    margin-bottom: 0;
    font-size: 16px;
    color: #233d36;
}
.strategy-data .half-width:last-child span{
    text-align: right;
    display: block;
}
/*table*/
.risk-return-data{
    background-color: #f3f5f7;
    padding: 30px;
    margin: 10px 0 0 ;
}
.risk-return-data table{
    border-collapse: collapse;
    width: 100%;
    /*border:  1px solid rgb(0, 92, 66);*/
}
.risk-return-data thead tr{
    /*background-color: rgb(0, 92, 66);*/
    /*border-bottom: 1px solid #0e3367;*/
}
.risk-return-data thead tr th{
    color: #0c2d62;
    padding: 15px 10px;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}
.risk-return-data tbody tr{
    border-bottom: 1px solid #0e3367;
}
.risk-return-data tbody tr:last-child{
    border-bottom: 0;
}
.risk-return-data tbody tr:nth-child(even){
    /*background-color: rgb(0 92 66 / 23%);*/
}
.risk-return-data tbody tr td:first-child{
    text-transform: capitalize;
    text-align: left;
}
.risk-return-data tbody tr td {
    padding: 20px 10px;
    font-size: 16px;
    text-align: right;
}
.strategy-data.style-2{
    background-color: transparent;
    padding: 0;
}
.style-2 .heading-data, 
.style-2 .content-data, 
.style-2 .content-date{
    padding: 0;
}
.style-2 .heading-data h2{
    text-align: left;
    color: #002d62;
    font-weight: bold !important;
    line-height: 1.5 !important;
    font-size: 20px !important;
    border-bottom: 1px solid #f37321;
}
.strategy-data.style-2 .half-width span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}
.strategy-data.style-2 .content-data .half-width{
    flex: initial;
}
.strategy-data.style-2 .content-data .half-width.first{
    padding-right: 0;
}
.strategy-data.style-2 .content-data .half-width.last{
    padding-left: 5px;
}
.strategy-data.style-2 .content-date p{
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
}

.desc {
    max-width: 180px;
    width: 100% !important;
}

.annualized .col {
    max-width: 14.285% !important;
    width: 100% !important;
    text-align: right !important;
}

.annual .col {
    max-width: 16.66% !important;
    width: 100% !important;
    text-align: right !important;
}