/* Funds Styles */

.table_data_st3 {
    width: 100%;
    border-bottom: 2px solid #0c625d;
}

    .table_data_st3 th {
        padding: 7px 7px 7px 7px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        font-weight: bold;
        text-align: left;
        border-bottom: 2px solid #0c625d;
        vertical-align: middle;
        text-align: right;
    }

    .table_data_st3 td {
        padding: 7px 7px 7px 7px;
        font-size: 14px;
        text-align: left;
    }

    .table_data_st3.terms {
        border-top: 2px solid #0c625d;
    }

        .table_data_st3.terms td {
            padding: 7px 15px 7px 15px;
            font-size: 18px;
            text-align: left;
        }

.terms_label {
    width: 250px;
}

.table_data_st3 .td_year {
    width: auto;
}

.table_data_st3.performance_grid td {
    text-align: right;
}
.table_st1.grid2 {
    width: calc(88% + 20px) !important;
    margin: 0px auto;
    background: #ffffff;
}

    .table_st1.grid2 th {
        color: #ffffff;
        background: #727272;
        padding: 7px 15px;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

.width_td25 {
    width: 25%;
}

.table_st1.grid2 td {
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
}

.latest_docs {
padding:0px;
margin:0px 0px 10px 0px;
list-style:none;
width:100%;
text-align:center;
}

.latest_docs li {
padding:0px;
margin:6px 4px 10px 8px;
list-style:none;
display:inline-block;
text-align:center;
box-sizing:border-box;
width:23%;
}

.latest_docs li a {
display:block;
box-sizing:border-box;
padding:12px;	
position:relative;
border:1px solid #0c625d;
color:#0c625d;
width:100%;
line-height:normal;
font-size:18px;
}

.latest_docs a:after {
content:"Download PDF";
display:inline-block;
width:100%;
color: #0c625d;
text-align:center;
margin-top:10px;
padding-top:10px;
border-top:1px solid #0c625d;
}

.latest_docs.doc_vertical {
padding:0px;
margin:0px 0px 10px 0px;
list-style:none;
width:100%;
text-align:left;
}

.latest_docs.doc_vertical li {
padding:0px;
margin:0px 0px 10px 0px;
list-style:none;
display:block;
text-align:left;
width:100%;
}

.latest_docs.doc_vertical li a {
display:table;
box-sizing:border-box;
padding:0px 0px 0px 20px;	
position:relative;
border:1px solid #0c625d;
color:#0c625d;
width:100%;
line-height:38px;
}

.latest_docs.doc_vertical a:after {
content:"";
float:right;
display:inline-block;
width:33px;
height:39px;
background: #0c625d url(../media/download_icon.png) 10px center no-repeat;
padding:0px;
margin:0px;
border:0px;
}

.latest_docs li a:hover {border:1px solid #cccccc; background:#eeeeee;}

.latest_docs.doc_vertical li a:hover {border:1px solid #cccccc; background:transparent;}

.latest_docs.doc_vertical a:hover:after {background: #cccccc url(../media/download_icon.png) 10px center no-repeat;}

@media (max-width: 880px) {
.table_st1.grid2 {width:100%!important;}
.table_data_st3.terms td {display:block; border-right:0px; width:100%; padding:10px; box-sizing:border-box; line-height:18px;}
.table_data_st3.terms td:first-child {font-weight:bold; padding-bottom:0px;}
}

@media (max-width: 1270px) {
.table_data_st3 td, .table_data_st3 th {padding:5px;}	
.table_data_st3 td, .table_data_st3 th {padding:5px 3px; font-size:13px;}	
}


@media (max-width: 800px) {
.performance_grid {width:100%; border:0px; margin:0px; background:#ffffff;}
.performance_grid th {display:none;}
.performance_grid td {
display:inline-block; 
background:transparent!important; 
padding:4px 5px; 
font-size:12px;
line-height:17px;
min-height:64px;
width:13.6%;
box-sizing:border-box;
border:0px;
}

.performance_grid .tr_alter td {background:transparent!important; }

.performance_grid td.td_year {
font-size:16px; 
display:block; 
min-height:20px;
padding:6px 5px;
background:#727272!important;
width:100%;
color:#ffffff;
text-align:left;
margin-bottom:7px;
}

.performance_grid tr:hover td.td_year  {background:#727272!important; color:#ffffff; }
.performance_grid tr:hover td {background:transparent!important; }

.performance_grid td:before {
display:block; 
border-bottom:1px solid #dddddd; 
text-transform:uppercase; 
margin-bottom:6px; 
min-height:24px;
font-weight:bold;
color:#727272;
}

.performance_grid td:nth-child(2):before {content:"Jan";}
.performance_grid td:nth-child(3):before {content:"Feb";}
.performance_grid td:nth-child(4):before {content:"Mar";}
.performance_grid td:nth-child(5):before {content:"Apr";}
.performance_grid td:nth-child(6):before {content:"May";}
.performance_grid td:nth-child(7):before {content:"June";}
.performance_grid td:nth-child(8):before {content:"July";}
.performance_grid td:nth-child(9):before {content:"Aug";}
.performance_grid td:nth-child(10):before {content:"Sept";}
.performance_grid td:nth-child(11):before {content:"Oct";}
.performance_grid td:nth-child(12):before {content:"Nov";}
.performance_grid td:nth-child(13):before {content:"Dec";}
.performance_grid td:nth-child(14):before {content:"YTD";}
}
