@charset "UTF-8";

/* Global Table Styles */
#FundDataDate td,
#MonthEndDate td,
#QuarterEndDate td,
#NavDate td,
#MarketDate td,
#HoldingsDate > table > tbody > tr:nth-child(2) > td:nth-child(2) {
    font-family: sans-serif !important;
}

h6 {
    font-family: sans-serif !important;
    font-size: 13px;
}

.entry-content table:not(.variations),
body.et-pb-preview #main-content .container table {
    border: none;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
    border: none;
}

.table {
    font-family: 'ATC Arquette Medium', sans-serif !important;
    color: #0F3258;
    line-height: 1.1em;
    font-size: 14px;
    font-weight: 400 !important;
}

.table tr td {
    padding: 14px !important;
}

table.table.date {
    background: none !important;
    float: left;
    background: none !important;
    width: 10%;
    margin-bottom: 0;
}

table.table.date tr {
    border: none;
    pointer-events: none;
}

.date {
    font-size: 13px;
}

span.DataAsOf {
    display: inline-block;
    float: left;
    font-size: 13px;
    font-family: sans-serif !important;
    color: #0F3258;
    margin-top: 9px;
    margin-right: -10px;
    font-weight: 500;
} 

/* NTZO tables */
.NTZO .table {
    background-color: #EDF1DD !important;
}

.NTZO .table tr {
    border-top: 1px solid #93A348;
    border-bottom: 1px solid #93A348;
}

.NTZO .table tr:hover {
    background-color: #93A348;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}

/* NACP tables */
.NACP .table {
    background-color: #EDF6FB !important;
}

.NACP .table tr {
    border-top: 1px solid #6ac0eb;
    border-bottom: 1px solid #6ac0eb;
}

.NACP .table tr:hover {
    background-color: #C7E7FF;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}

/* SDGA tables */
.SDGA .table {
    background-color: #eaebf3 !important;
}

.SDGA .table tr {
    border-top: 1px solid #2C3990;
    border-bottom: 1px solid #2C3990;
}

.SDGA .table tr:hover {
    background-color: #969CC8;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}

/* WOMN tables */
.WOMN .table {
    background-color: #f5dac0 !important;
}

.WOMN .table tr {
    border-top: 1px solid #E0842F;
    border-bottom: 1px solid #E0842F;
}

.WOMN .table tr:hover {
    background-color: #E0842F;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}

/* OWNS tables */
.OWNS .table {
    background-color: #cedef0 !important;
}

.OWNS .table tr {
    border-top: 1px solid #356fb2;
    border-bottom: 1px solid #356fb2;
}

.OWNS .table tr:hover {
    background-color: #55b0d6;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}



/* Fund Data and Pricing Date */

/* hide rows */
#FundDataDate > table > tbody > tr:nth-child(1),
#FundDataDate > table > tbody > tr:nth-child(n+3) {
    display: none;
}

/* hide columns */
#FundDataDate > table > tbody > tr:nth-child(2) > td:nth-child(-n+2),
#FundDataDate > table > tbody > tr:nth-child(2) > td:nth-child(-n+4) {
    display: none;
}

#FundData > table > tbody > tr:nth-child(5),
#FundData > table > tbody > tr:nth-child(-n+2),
#FundData > table > tbody > tr:nth-child(3) {
    border: none;
}

/* Fund Data and Pricing */
/* hide rows */
#FundData > table > tbody > tr:nth-child(-n+2),
#FundData > table > tbody > tr:nth-child(6) {
    display: none;
}

/* hide columns */
#FundData > table > tbody > tr > td:nth-child(1) {
    display: none;
}

/* NACP Fund Data and Pricing */
/* hide columns */
.NACP #FundData > table > tbody > tr > td:nth-child(n+4) {
    display: none;
}

/* SDGA Fund Data and Pricing */
/* hide columns */
.SDGA #FundData > table > tbody > tr > td:nth-child(3),
.SDGA #FundData > table > tbody > tr > td:nth-child(4),
.SDGA #FundData > table > tbody > tr > td:nth-child(6),
.SDGA #FundData > table > tbody > tr > td:nth-child(7){
    display: none;
}

/* WOMN Fund Data and Pricing */
/* hide columns */
.WOMN #FundData > table > tbody > tr > td:nth-child(3),
.WOMN #FundData > table > tbody > tr > td:nth-child(5),
.WOMN #FundData > table > tbody > tr > td:nth-child(6),
.WOMN #FundData > table > tbody > tr > td:nth-child(7){
    display: none;
}

/* OWNS Fund Data and Pricing */
/* hide columns */
.OWNS #FundData > table > tbody > tr > td:nth-child(3),
.OWNS #FundData > table > tbody > tr > td:nth-child(4),
.OWNS #FundData > table > tbody > tr > td:nth-child(6),
.OWNS #FundData > table > tbody > tr > td:nth-child(7){
    display: none;
}

/* NTZO Fund Data and Pricing */
/* hide columns */
.NTZO #FundData > table > tbody > tr > td:nth-child(3),
.NTZO #FundData > table > tbody > tr > td:nth-child(4),
.NTZO #FundData > table > tbody > tr > td:nth-child(5),
.NTZO #FundData > table > tbody > tr > td:nth-child(6){
    display: none;
}


/* Performance Date */

.et_pb_tab {
    padding: 25px 0 30px;
}

/* Performance Month-end Date */
/* hide rows */
#MonthEndDate > table > tbody > tr:nth-child(1),
#MonthEndDate > table > tbody > tr:nth-child(n+3) {
    display: none;
}

/* hide columns */
#MonthEndDate > table > tbody > tr:nth-child(2) > td:nth-child(-n+5),
#MonthEndDate > table > tbody > tr:nth-child(2) > td:nth-child(n+7) {
    display: none;
}

/* Performance Quarter-end Date */
/* hide rows */
#QuarterEndDate > table > tbody > tr:nth-child(1),
#QuarterEndDate > table > tbody > tr:nth-child(n+3) {
    display: none;
}

/* hide columns */
#QuarterEndDate > table > tbody > tr:nth-child(2) > td:nth-child(-n+5),
#QuarterEndDate > table > tbody > tr:nth-child(2) > td:nth-child(n+7) {
    display: none;
}

/* Performance Month-end */
/* hide columns */
#MonthEnd > table > tbody > tr > td:nth-child(-n+6) {
    display: none;
}

#MonthEnd > table > tbody > tr:nth-child(1) {
    border: none;
    background: #fff;
    font-weight: bold;
    pointer-events: none;
}

#MonthEnd > table > tbody > tr:nth-child(1) > td:nth-child(7) {
    color: #fff;
}

/* NACP Performance Month-end */
/* hide columns */
/*
#MonthEnd > table > tbody > tr > td:nth-child(14),
.NACP #MonthEnd > table > tbody > tr > td:nth-child(15) {
    display: none;
}*/

/* hide rows */
.NACP #MonthEnd > table > tbody > tr:nth-child(n+4) {
    display: none;
}

.NACP #MonthEnd > table > tbody > tr:nth-child(2) {
    border-top: none;
}

.NACP #MonthEnd > table > tbody > tr:nth-child(3) {
    border: none;
}

/* SDGA Performance Month-end */
/* hide columns */
.SDGA #MonthEnd > table > tbody > tr:nth-child(-n+5),
.SDGA #MonthEnd > table > tbody > tr:nth-child(n+8) {
    display: none;
}

.SDGA #MonthEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}
 /*
.SDGA #MonthEnd > table > tbody > tr > td:nth-child(14),
.SDGA #MonthEnd > table > tbody > tr > td:nth-child(15) {
    display: none;
}*/

.SDGA #MonthEnd > table > tbody > tr:nth-child(6) {
    border: none;
}

.SDGA #MonthEnd > table > tbody > tr:nth-child(7) {
    border-bottom: none;
}

/* WOMN Performance Month-end */
/* hide columns */
.WOMN #MonthEnd > table > tbody > tr:nth-child(-n+3),
.WOMN #MonthEnd > table > tbody > tr:nth-child(n+6) {
    display: none;
}

.WOMN #MonthEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}

/*
.WOMN #MonthEnd > table > tbody > tr > td:nth-child(14),
.WOMN #MonthEnd > table > tbody > tr > td:nth-child(15) {
    display: none;
}*/

.WOMN #MonthEnd > table > tbody > tr:nth-child(4) {
    border: none;
}

.WOMN #MonthEnd > table > tbody > tr:nth-child(5) {
    border-bottom: none;
}

/* OWNS Performance Month-end */
/* hide columns */
.OWNS #MonthEnd > table > tbody > tr:nth-child(-n+5) {
    display: none;
}

.OWNS #MonthEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}
/*
.OWNS #MonthEnd > table > tbody > tr > td:nth-child(14),
.OWNS #MonthEnd > table > tbody > tr > td:nth-child(15) {
    display: none;
}*/

.OWNS #MonthEnd > table > tbody > tr:nth-child(8) {
    border: none;
}

.OWNS #MonthEnd > table > tbody > tr:nth-child(9) {
    border-bottom: none;
}

.OWNS #MonthEnd > table > tbody > tr:nth-child(n+10) {
    display: none;
}


/* NTZO Performance Month-end */
/* hide columns */
.NTZO #MonthEnd > table > tbody > tr:nth-child(-n+9),
.NTZO #MonthEnd > table > tbody > tr:nth-child(12){
    display: none;
}

.NTZO #MonthEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}
/*
.NTZO #MonthEnd > table > tbody > tr > td:nth-child(14),
.OWNS #MonthEnd > table > tbody > tr > td:nth-child(15) {
    display: none;
}*/

.NTZO #MonthEnd > table > tbody > tr:nth-child(8) {
    border: none;
}

.NTZO #MonthEnd > table > tbody > tr:nth-child(9) {
    border-bottom: none;
}

.NTZO #MonthEnd > table > tbody > tr:nth-child(10) {
    border: none;
}

#MonthEndDate span.DataAsOf,
#QuarterEndDate span.DataAsOf {
    margin-top: 11px;
}

/* Performance Quarter-end */
#QuarterEnd > table > tbody > tr:nth-child(1) {
    border: none;
    background: #fff;
    font-weight: bold;
    pointer-events: none;
}

#QuarterEnd > table > tbody > tr:nth-child(1) > td:nth-child(7) {
    color: #fff;
}

/* hide columns */
#QuarterEnd > table > tbody > tr > td:nth-child(-n+6) {
    display: none;
}

.NACP #QuarterEnd > table > tbody > tr:nth-child(2) {
    border-top: none;
}

.NACP #QuarterEnd > table > tbody > tr:nth-child(3) {
    border: none;
}

/* NACP Performance Quarter-end */
/* hide columns */
/*
.NACP #QuarterEnd > table > tbody > tr > td:nth-child(13),
.NACP #QuarterEnd > table > tbody > tr > td:nth-child(14) {
    display: none;
}*/

/* hide rows */
.NACP #QuarterEnd > table > tbody > tr:nth-child(n+4) {
    display: none;
}

/* SDGA Performance Month-end */
/* hide columns */
.SDGA #QuarterEnd > table > tbody > tr:nth-child(-n+5),
.SDGA #QuarterEnd > table > tbody > tr:nth-child(n+8) {
    display: none;
}

.SDGA #QuarterEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}
/*
.SDGA #QuarterEnd > table > tbody > tr > td:nth-child(13),
.SDGA #QuarterEnd > table > tbody > tr > td:nth-child(14) {
    display: none;
}*/

.SDGA #QuarterEnd > table > tbody > tr:nth-child(6) {
    border: none;
}

.SDGA #QuarterEnd > table > tbody > tr:nth-child(7) {
    border-bottom: none;
}

/* WOMN Performance Month-end */
/* hide columns */
.WOMN #QuarterEnd > table > tbody > tr:nth-child(-n+3),
.WOMN #QuarterEnd > table > tbody > tr:nth-child(n+6) {
    display: none;
}

.WOMN #QuarterEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}
/*
.WOMN #QuarterEnd > table > tbody > tr > td:nth-child(13),
.WOMN #QuarterEnd > table > tbody > tr > td:nth-child(14) {
    display: none;
}*/

.WOMN #QuarterEnd > table > tbody > tr:nth-child(4) {
    border: none;
}

.WOMN #QuarterEnd > table > tbody > tr:nth-child(5) {
    border-bottom: none;
}

/* OWNS Performance Month-end */
/* hide columns */
.OWNS #QuarterEnd > table > tbody > tr:nth-child(-n+5) {
    display: none;
}

.OWNS #QuarterEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}
/*
.OWNS #QuarterEnd > table > tbody > tr > td:nth-child(13),
.OWNS #QuarterEnd > table > tbody > tr > td:nth-child(14) {
    display: none;
}*/

.OWNS #QuarterEnd > table > tbody > tr:nth-child(8) {
    border: none;
}

.OWNS #QuarterEnd > table > tbody > tr:nth-child(9) {
    border-bottom: none;
}

.OWNS #QuarterEnd > table > tbody > tr:nth-child(n+10) {
    display: none;
}

/* NTZO Performance Month-end */
/* hide columns */
.NTZO #QuarterEnd > table > tbody > tr:nth-child(-n+9),
.NTZO #QuarterEnd > table > tbody > tr:nth-child(12){
    display: none;
}

.NTZO #QuarterEnd > table > tbody > tr:nth-child(1) {
    display: table-row;
}

/*
.NTZO #QuarterEnd > table > tbody > tr > td:nth-child(12),
.NTZO #QuarterEnd > table > tbody > tr > td:nth-child(13),
.NTZO #QuarterEnd > table > tbody > tr > td:nth-child(14) {
    display: none;
}*/

.NTZO #QuarterEnd > table > tbody > tr:nth-child(8) {
    border: none;
}

.NTZO #QuarterEnd > table > tbody > tr:nth-child(9) {
    border-bottom: none;
}

.NTZO #QuarterEnd > table > tbody > tr:nth-child(10) {
    border: none;
}

/* Performance NavDate */
/*hide rows */
#NavDate > table > tbody > tr:nth-child(n+2),
#Nav > table > tbody > tr:nth-child(6) {
    display: none;
}

/*hide columns */
#NavDate > table > tbody > tr:nth-child(1) > td:nth-child(1),
#NavDate > table > tbody > tr:nth-child(1) > td:nth-child(n+4) {
    display: none;
}

#Nav > table > tbody > tr:nth-child(-n+2) {
    display: none;
}

#NavDate > table {
    width: 200px;
}

#NavDate > table > tbody > tr > td,
#NavDate > table > tbody > tr {
    padding: 0 0 15px 0 !important;
}

#NavDate > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    padding-right: 5px !important;
}

/* Performance Nav */
/*hide columns */
#Nav > table > tbody > tr > td:nth-child(1) {
    display: none;
}

#Nav > table > tbody > tr:nth-child(3),
#Nav > table > tbody > tr:nth-child(5) {
    border: none;
}

/* NACP Performance Nav */
.NACP #Nav > table > tbody > tr > td:nth-child(n+4) {
    display: none;
}

/* SDGA Performance Nav */
.SDGA #Nav > table > tbody > tr > td:nth-child(3),
.SDGA #Nav > table > tbody > tr > td:nth-child(4),
.SDGA #Nav > table > tbody > tr > td:nth-child(6),
.SDGA #Nav > table > tbody > tr > td:nth-child(7){
    display: none;
}

/* WOMN Performance Nav */
.WOMN #Nav > table > tbody > tr > td:nth-child(3),
.WOMN #Nav > table > tbody > tr > td:nth-child(n+5) {
    display: none;
}

/* OWNS Performance Nav */
.OWNS #Nav > table > tbody > tr > td:nth-child(3),
.OWNS #Nav > table > tbody > tr > td:nth-child(4),
.OWNS #Nav > table > tbody > tr > td:nth-child(6),
.OWNS #Nav > table > tbody > tr > td:nth-child(7){
    display: none;
}

/* NTZO Performance Nav */
.NTZO #Nav > table > tbody > tr > td:nth-child(3),
.NTZO #Nav > table > tbody > tr > td:nth-child(4),
.NTZO #Nav > table > tbody > tr > td:nth-child(5), 
.NTZO #Nav > table > tbody > tr > td:nth-child(6){
    display: none;
}

/* Performance MarketDate */
/*hide rows */
#MarketDate > table > tbody > tr:nth-child(n+2),
#Market > table > tbody > tr:nth-child(6) {
    display: none;
}

/*hide columns */
#MarketDate > table > tbody > tr:nth-child(1) > td:nth-child(1),
#MarketDate > table > tbody > tr:nth-child(1) > td:nth-child(n+4) {
    display: none;
}

#Market > table > tbody > tr:nth-child(-n+2) {
    display: none;
}

#MarketDate > table {
    width: 200px;
}

#MarketDate > table > tbody > tr > td,
#MarketDate > table > tbody > tr {
    padding: 0 0 15px 0 !important;
}

#MarketDate > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    padding-right: 5px !important;
}

/* Performance Market */
/*hide columns */
#Market > table > tbody > tr > td:nth-child(1) {
    display: none;
}

#Market > table > tbody > tr:nth-child(3),
#Market > table > tbody > tr:nth-child(5) {
    border: none;
}


/* NACP Performance Market */
.NACP #Market > table > tbody > tr > td:nth-child(n+4) {
    display: none;
}

/* SDGA Performance Market */
.SDGA #Market > table > tbody > tr > td:nth-child(3),
.SDGA #Market > table > tbody > tr > td:nth-child(4),
.SDGA #Market > table > tbody > tr > td:nth-child(6),
.SDGA #Market > table > tbody > tr > td:nth-child(7){
    display: none;
}

/* WOMN Performance Market */
.WOMN #Market > table > tbody > tr > td:nth-child(3),
.WOMN #Market > table > tbody > tr > td:nth-child(n+5) {
    display: none;
}

/* OWNS Performance Market */
.OWNS #Market > table > tbody > tr > td:nth-child(3),
.OWNS #Market > table > tbody > tr > td:nth-child(4),
.OWNS #Market > table > tbody > tr > td:nth-child(6),
.OWNS #Market > table > tbody > tr > td:nth-child(7){
    display: none;
}

* NTZO Performance Market */
.NTZO #Market > table > tbody > tr > td:nth-child(3),
.NTZO #Market > table > tbody > tr > td:nth-child(4),
.NTZO #Market > table > tbody > tr > td:nth-child(5),
.NTZO #Nav > table > tbody > tr > td:nth-child(6){
    display: none;
}


/* PD */
/*hide columns */
#PD > table > tbody > tr > td:nth-child(1) {
    display: none;
}

/*hide rows */
#PD > table > tbody > tr:nth-child(-n+4),
#PD > table > tbody > tr:nth-child(10) {
    display: none;
}

#PD > table > tbody > tr:nth-child(5) > td:nth-child(2) {
    width: 50%;
}

#PD > table > tbody > tr:nth-child(5),
#PD > table > tbody > tr:nth-child(9) {
    border: none;
}

/* NACP PD */
/*hide columns */
.NACP #PD > table > tbody > tr > td:nth-child(n+5) {
    display: none;
}

/*hide cells */
.NACP #PD > table > tbody > tr:nth-child(5) > td:nth-child(4),
.NACP #PD > table > tbody > tr:nth-child(6) > td:nth-child(3),
.NACP #PD > table > tbody > tr:nth-child(7) > td:nth-child(3),
.NACP #PD > table > tbody > tr:nth-child(8) > td:nth-child(3),
.NACP #PD > table > tbody > tr:nth-child(9) > td:nth-child(4) {
    display: none;
}

/* SDGA PD */
/*hide columns */
.SDGA #PD > table > tbody > tr > td:nth-child(3),
.SDGA #PD > table > tbody > tr > td:nth-child(4),
.SDGA #PD > table > tbody > tr > td:nth-child(5),
.SDGA #PD > table > tbody > tr > td:nth-child(6),
.SDGA #PD > table > tbody > tr > td:nth-child(9),
.SDGA #PD > table > tbody > tr > td:nth-child(10),
.SDGA #PD > table > tbody > tr > td:nth-child(11),
.SDGA #PD > table > tbody > tr > td:nth-child(12){
    display: none;
}

/*hide cells */
.SDGA #PD > table > tbody > tr:nth-child(5) > td:nth-child(7),
.SDGA #PD > table > tbody > tr:nth-child(6) > td:nth-child(8),
.SDGA #PD > table > tbody > tr:nth-child(7) > td:nth-child(8),
.SDGA #PD > table > tbody > tr:nth-child(8) > td:nth-child(8),
.SDGA #PD > table > tbody > tr:nth-child(9) > td:nth-child(7) {
    display: none;
}

/* WOMN PD */
/*hide columns */
.WOMN #PD > table > tbody > tr > td:nth-child(3),
.WOMN #PD > table > tbody > tr > td:nth-child(4),
.WOMN #PD > table > tbody > tr > td:nth-child(n+7) {
    display: None;
}

/*hide cells */
.WOMN #PD > table > tbody > tr:nth-child(5) > td:nth-child(6),
.WOMN #PD > table > tbody > tr:nth-child(6) > td:nth-child(5),
.WOMN #PD > table > tbody > tr:nth-child(7) > td:nth-child(5),
.WOMN #PD > table > tbody > tr:nth-child(8) > td:nth-child(5),
.WOMN #PD > table > tbody > tr:nth-child(9) > td:nth-child(6) {
    display: none;
}

/* OWNS PD */
/*hide columns */
.OWNS #PD > table > tbody > tr > td:nth-child(3),
.OWNS #PD > table > tbody > tr > td:nth-child(4),
.OWNS #PD > table > tbody > tr > td:nth-child(5),
.OWNS #PD > table > tbody > tr > td:nth-child(6),
.OWNS #PD > table > tbody > tr > td:nth-child(11),
.OWNS #PD > table > tbody > tr > td:nth-child(12){
    display: None;
}

/*hide cells */
/*hide cells */
.OWNS #PD > table > tbody > tr:nth-child(5) > td:nth-child(1),
.OWNS #PD > table > tbody > tr:nth-child(5) > td:nth-child(3),
.OWNS #PD > table > tbody > tr:nth-child(5) > td:nth-child(4),
.OWNS #PD > table > tbody > tr:nth-child(5) > td:nth-child(5),
.OWNS #PD > table > tbody > tr:nth-child(5) > td:nth-child(6),
.OWNS #PD > table > tbody > tr:nth-child(5) > td:nth-child(8),
.OWNS #PD > table > tbody > tr:nth-child(6) > td:nth-child(7),
.OWNS #PD > table > tbody > tr:nth-child(7) > td:nth-child(7),
.OWNS #PD > table > tbody > tr:nth-child(8) > td:nth-child(8),
.OWNS #PD > table > tbody > tr:nth-child(9) > td:nth-child(10) {
    display: none;
}


/* NTZO PD */
/*hide columns */
.NTZO #PD > table > tbody > tr > td:nth-child(3),
.NTZO #PD > table > tbody > tr > td:nth-child(4),
.NTZO #PD > table > tbody > tr > td:nth-child(5),
.NTZO #PD > table > tbody > tr > td:nth-child(6),
.NTZO #PD > table > tbody > tr > td:nth-child(7),
.NTZO #PD > table > tbody > tr > td:nth-child(8),
.NTZO #PD > table > tbody > tr > td:nth-child(9){
    display: None;
}

/*hide cells */
/*hide cells */
.NTZO #PD > table > tbody > tr:nth-child(5) > td:nth-child(10),
.NTZO #PD > table > tbody > tr:nth-child(5) > td:nth-child(12),
.NTZO #PD > table > tbody > tr:nth-child(6) > td:nth-child(9),
.NTZO #PD > table > tbody > tr:nth-child(6) > td:nth-child(10),
.NTZO #PD > table > tbody > tr:nth-child(6) > td:nth-child(12),
.NTZO #PD > table > tbody > tr:nth-child(7) > td:nth-child(9),
.NTZO #PD > table > tbody > tr:nth-child(7) > td:nth-child(10),
.NTZO #PD > table > tbody > tr:nth-child(7) > td:nth-child(11),
.NTZO #PD > table > tbody > tr:nth-child(8) > td:nth-child(9),
.NTZO #PD > table > tbody > tr:nth-child(8) > td:nth-child(10),
.NTZO #PD > table > tbody > tr:nth-child(8) > td:nth-child(11),
.NTZO #PD > table > tbody > tr:nth-child(9) > td:nth-child(10),
.NTZO #PD > table > tbody > tr:nth-child(9) > td:nth-child(12){
    display: none;
}

/* Holdings */

/* hide rows */
#HoldingsDate > table > tbody > tr:nth-child(1),
#HoldingsDate > table > tbody > tr:nth-child(n+3),
#NACPHoldings > table > tbody > tr:nth-child(n+12),
#WOMNHoldings > table > tbody > tr:nth-child(n+12),
#OWNSHoldings > table > tbody > tr:nth-child(n+12),
#SDGAHoldings > table > tbody > tr:nth-child(n+12), 
#NTZOHoldings > table > tbody > tr:nth-child(n+12) {
    display: none;
}

/* hide columns */
#HoldingsDate > table > tbody > tr > td:nth-child(1),
#HoldingsDate > table > tbody > tr > td:nth-child(n+3) {
    display: none;
}

#NACPHoldings > table > tbody > tr > td:nth-child(-n+3),
#WOMNHoldings > table > tbody > tr > td:nth-child(-n+3),
#SDGAHoldings > table > tbody > tr > td:nth-child(-n+3),
#OWNSHoldings > table > tbody > tr > td:nth-child(-n+3,)
#NTZOHoldings > table > tbody > tr > td:nth-child(-n+3){
    display: none;
}

#NACPHoldings > table > tbody > tr:nth-child(11),
#WOMNHoldings > table > tbody > tr:nth-child(11),
#SDGAHoldings > table > tbody > tr:nth-child(11),
#OWNSHoldings > table > tbody > tr:nth-child(11),
#NTZOHoldings > table > tbody > tr:nth-child(11) {
    border: none;
}

/* NACP Holdings */
.NACP #NACPHoldings > table > tbody > tr:nth-child(1) {
    background-color: #34C8FF;
    font-weight: bold;
}

/* SDGA Holdings */
.SDGA #SDGAHoldings > table > tbody > tr:nth-child(1) {
    background-color: #2d3990;
    font-weight: bold;
    color: #fff;
}

/* WOMN Holdings */
.WOMN #WOMNHoldings > table > tbody > tr:nth-child(1) {
    background-color: #DE842E;
    font-weight: bold;
    color: #fff;
}

/* OWNS Holdings */
.OWNS #OWNSHoldings > table > tbody > tr:nth-child(1) {
    background-color: #356fb2;
    font-weight: bold;
    color: #fff;
}
#OWNSHoldings > table > tbody > tr:nth-child(1) > td:nth-child(5), #OWNSHoldings > table > tbody > tr > td:nth-child(5) {
    visibility: hidden;
}

/* NTZO Holdings */
.NTZO #NTZOHoldings > table > tbody > tr:nth-child(1) {
    background-color: #356fb2;
    font-weight: bold;
    color: #fff;
}
#NTZOHoldings > table > tbody > tr:nth-child(1) > td:nth-child(5), #NTZOHoldings > table > tbody > tr > td:nth-child(5) {
    visibility: hidden;
}


/******** NACP Sector Allocation  ********/
table.data-table,
.data-table,
.data-table tbody,
.data-table tbody tr.header {
    border: none !important;
}

.data-table.NACP {
    font-family: 'ATC Arquette Medium', sans-serif !important;
    color: #0F3258;
    line-height: 2em;
    font-size: 14px;
    background-color: #ecf6fb;
}

.data-table.NACP tr {
    margin: 5px;
}

.data-table.NACP td {
    border-bottom: 1px solid #6ac0eb;
}

.data-table.NACP .header {
    background-color: #6ac0eb;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
}

.data-table.NACP tr.header:hover {
    background-color: #6ac0eb;
}

.data-table.NACP tr:hover {
    background-color: #C7E7FF;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}

/******** WOMN Sector Allocation  ********/
table.data-table.WOMNpie,
.data-table.WOMNpie,
.data-table.WOMNpie tbody,
.data-table.WOMNpie tbody tr.header {
    border: none !important;
}

.data-table.WOMNpie {
    font-family: 'ATC Arquette Medium', sans-serif !important;
    color: #0F3258;
    line-height: 2em;
    font-size: 14px;
    background-color: #f5dac0;
}

.data-table.WOMNpie tr {
    margin: 5px;
}

.data-table.WOMNpie td {
    border-bottom: 1px solid #E0842F;
}

.data-table.WOMNpie .header {
    background-color: #E0842F;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
}

.data-table.WOMNpie tr.header:hover {
    background-color: #E0842F;
}

.data-table.WOMNpie tr:hover {
    background-color: #E0842F;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}

/******** WOMN Sector Allocation  ********/
table.data-table.SDGApie,
.data-table.SDGApie,
.data-table.SDGApie tbody,
.data-table.SDGApie tbody tr.header {
    border: none !important;
}

.data-table.SDGApie {
    font-family: 'ATC Arquette Medium', sans-serif !important;
    color: #0F3258;
    line-height: 2em;
    font-size: 14px;
    background-color: #eaebf3;
}

.data-table.SDGApie tr {
    margin: 5px;
}

.data-table.SDGApie td {
    border-bottom: 1px solid #2C3990;
}

.data-table.SDGApie .header {
    background-color: #2C3990;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    color: #fff;
}

.data-table.SDGApie tr.header:hover {
    background-color: #2C3990;
    color: #fff;
}

.data-table.SDGApie tr:hover {
    background-color: #969cc7;
    -webkit-transition: background 500ms ease-in-out;
    -moz-transition: background 500ms ease-in-out;
    -ms-transition: background 500ms ease-in-out;
    -o-transition: background 500ms ease-in-out;
    transition: background 500ms ease-in-out;
}


#MarketDate > table > tbody > tr > td,
#MarketDate > table > tbody > tr,
#NavDate > table > tbody > tr > td,
#NavDate > table > tbody > tr {
    float: left;
}

/******** Mobile Optimization  ********/
.et_pb_menu_0.et_pb_menu .et-menu-nav li a {
    padding: 25px 20px !important;
    margin-top: 0px !important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
    .et_pb_menu_0.et_pb_menu .et-menu-nav li a {
        padding: 25px 10px !important;
    }

    .et_pb_menu_0.et_pb_menu ul li a {
        font-size: 14px;
    }
}



/*** Start Theme Customizer ***/
@media (max-width: 980px) {
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/*OWNS Page Styling*/
.owns-tabs.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #fff !important;
}

.owns-tabs.et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 11px solid #356fb2;
    bottom: -11px;
    left: 24px;
}

/*NACP Line Chart Data Tables*/
#nacp-premium-discount-charts .wpdt-c .wpDataTables.wpDataTablesWrapper thead {
    display: none !important;
}

#nacp-premium-discount-charts table {
    border: 0px !important;
}

#nacp-premium-discount-charts .wpDataTablesWrapper table > tbody > tr > td {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: 'ATC Arquette', sans-serif !important;
}

/*WOMN Line Chart Data Tables*/
#womn-premium-discount-charts .wpdt-c .wpDataTables.wpDataTablesWrapper thead {
    display: none !important;
}

#womn-premium-discount-charts table {
    border: 0px !important;
}

#womn-premium-discount-charts .wpDataTablesWrapper table > tbody > tr > td {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: 'ATC Arquette', sans-serif !important;
}

/*SDGA Line Chart Data Tables*/
#sdga-premium-discount-charts .wpdt-c .wpDataTables.wpDataTablesWrapper thead {
    display: none !important;
}

#sdga-premium-discount-charts table {
    border: 0px !important;
}

#sdga-premium-discount-charts .wpDataTablesWrapper table > tbody > tr > td {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: 'ATC Arquette', sans-serif !important;
}

/*Line Chart Styling*/
.highcharts-xaxis,
.highcharts-yaxis,
.highcharts-xaxis-labels {
    display: none;
}

.highcharts-root {
    font-family: 'ATC Arquette', sans-serif !important;
}

path.highcharts-graph {
    stroke: #103258 !important;
}

.highcharts-color-0 {
    fill: #103258 !important;
}

.highcharts-credits {
    display: none;
}

.highcharts-tooltip-box {
    stroke-width: 0;
    fill: #103258;
}

.highcharts-tooltip text {
    fill: #fff !important;
    font-size: 15px !important;
    font-weight: normal;
}

.highcharts-tooltip text tspan {
    fill: #fff !important;
    font-size: 13px !important;
    font-weight: 600;
}


/*End Line Chart Styling*/

#womn-subnavigation .et_pb_menu_0 .et-menu-nav li.current-menu-item a {
    background: #E0842F !important;
    opacity: 1;
}

#nacp-subnavigation .et_pb_menu_0 .et-menu-nav li.current-menu-item a {
    background: #6ac0eb;
    opacity: 1;
}

/*NACP - Days at Table*/
.wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='29'] > thead {
    display: none;
}

.wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='29'] > tbody > tr > td {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: 'ATC Arquette', sans-serif !important;
}

/*WOMN - Days at Table*/
.wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='49'] > thead {
    display: none;
}

.wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='49'] > tbody > tr > td {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: 'ATC Arquette', sans-serif !important;
}

/*SDGA - Days at Table*/
.wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='58'] > thead {
    display: none;
}

.wpDataTablesWrapper table.wpDataTable[data-wpdatatable_id='58'] > tbody > tr > td {
    text-align: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: 'ATC Arquette', sans-serif !important;
}

#nacp-subnav #menu-nacp-sub-nav a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    background-color: #32c8ff !important;
}


#womn-subnav #menu-womn-sub-nav a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    background-color: #E0842F !important;
    color: #fff !important;
}

#sdga-subnav #menu-sdga-sub-nav a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    background-color: #2D3990 !important;
    color: #fff !important;
}

#owns-subnav #menu-owns-sub-nav a.ds-menu-active,
.et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    background-color: #103258 !important;
    color: #fff !important;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul > li,
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
    margin-top: 0px;
}

.et-menu li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#purchase-button.isSticky {
    border-radius: 50px;
}





/*NACP - Performance*/
ul.et_pb_tabs_controls:after {
    border-top: 0px;
}

.et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 11px solid #34C8FF;
    bottom: -11px;
    left: 24px;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    line-height: 1.2em;
}


/*WOMN - Performance*/
#womn-tabs.et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 11px solid #E0842F;
    bottom: -11px;
    left: 24px;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    line-height: 1.2em;
}

/*SDGA - Performance*/
#sdga-tabs.et_pb_tabs_0 .et_pb_tabs_controls li.et_pb_tab_active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 11px solid #2D3990;
    bottom: -11px;
    left: 24px;
}

.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    line-height: 1.2em;
}




/*NACP - Fund Information*/
.wpDataTable[data-wpdatatable_id='4'] > thead {
    display: none;
}

.wpDataTablesWrapper table.wpDataTable.wpDataTableID-4 {
    border: 0px;
}

.wpDataTable[data-wpdatatable_id='4'] tr > td:first-child {
    font-family: 'ATC Arquette Medium', sans-serif !important;
    color: #0F3258;
    line-height: 1.1em;
}

.wpDataTable[data-wpdatatable_id='4'] tr > td:last-child {
    font-family: 'ATC Arquette', sans-serif !important;
    font-weight: 400;
    line-height: 1.1em;
    color: #0F3258;
}

.wpDataTable[data-wpdatatable_id='4'] tr {
    border-bottom: 1px solid #6ac0eb;
}

.wpDataTable[data-wpdatatable_id='4'] tr:last-child {
    border-bottom: 0px;
}

.wpDataTable[data-wpdatatable_id='4'] tr > td {
    padding: 14px !important;
}




h6 {
    font-family: 'ATC Arquette', sans-serif !important;
    font-weight: 400;
    line-height: 1.1em;
}

p {
    font-family: 'ATC Arquette', sans-serif !important;
    font-weight: 400;
    line-height: 1.4em;
}

.nacp-active {
    border-left: solid 3px #0072c6;
    color: #0072c6;
}

.nacp-subnav:hover {
    background: #6ac1ea !important;
}

.nacp-subnav:hover a {
    opacity: 1 !important;
}

.womn-subnav:hover {
    background: #E0842F !important;
}

.womn-subnav:hover a {
    opacity: 1 !important;
}

.et_pb_contact_captcha_question {
    color: white;
}

et_pb_contact_select {
    color: white;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
    padding: 10px 10px;
    /*border-top: 1px solid #f5f5f5;*/
}

.entry-content table,
#main-content .container table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 0px solid #eee;
    text-align: left;
}

@media all and (min-width: 1100px) and (max-width: 1405px) {
    .et_pb_menu_0.et_pb_menu .et-menu-nav li a {
        padding: 25px 10px !important;
    }

    .et_pb_menu_0.et_pb_menu ul li a {
        font-size: 14px;
    }
}

/*** End Theme Customizer ***/


/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    .et_pb_all_tabs {
        min-width: 225px;
        overflow: scroll;
    }

    .table-responsive {
        min-width: 225px;
        overflow: scroll;
        clear: left;
        width: 100%;
    }

    #MarketDate > table > tbody > tr > td,
    #MarketDate > table > tbody > tr,
    #NavDate > table > tbody > tr > td,
    #NavDate > table > tbody > tr {
        float: left;
    }

}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    .table-responsive {
        min-width: 225px;
        overflow: scroll;
        clear: left;
        width: 100%;
    }

    #MarketDate > table > tbody > tr > td,
    #MarketDate > table > tbody > tr,
    #NavDate > table > tbody > tr > td,
    #NavDate > table > tbody > tr {
        float: left;
    }

    .et_pb_row .et_pb_column.et_pb_column_1_4,
    .et_pb_row .et_pb_column.et_pb_column_1_5,
    .et_pb_row .et_pb_column.et_pb_column_1_6 {
        margin: 0;

    }
}

.drop-down-show-hide {
    display: none;
}

.et_pb_menu_0.et_pb_menu .et-menu-nav li a {
    padding: 25px 10px !important;
}

.et_pb_menu_0.et_pb_menu ul li a {
    font-size: 14px;
}

/* katie last minute adds */

.OWNS.distribution table > tbody > tr:nth-child(1) {
    background-color: #356fb2 !important;
    color: #fff;
    font-weight: bold;
}
a.et_pb_button.et_pb_custom_button_icon.et_pb_button_0.et_pb_bg_layout_light, a.et_pb_button.et_pb_custom_button_icon.et_pb_button_1.et_pb_bg_layout_light,
#et-boc > div > div.et_pb_section.et_pb_section_8.et_section_regular > div > div > div.et_pb_button_module_wrapper.et_pb_button_2_wrapper.et_pb_button_alignment_.et_pb_module > a, #et-boc > div > div.et_pb_section.et_pb_section_8.et_section_regular > div > div > div.et_pb_button_module_wrapper.et_pb_button_3_wrapper.et_pb_button_alignment_.et_pb_module > a {
    margin-left: 15px;
}

#et-boc > div > div.et_pb_section.et_pb_section_2.et_section_regular > div > div.et_pb_column.et_pb_column_3_5.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough > div.et_pb_module.et_pb_text.et_pb_text_3.et_pb_bg_layout_light.et_pb_text_align_left > div > p {
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Proxima Nova',Helvetica,Arial,Lucida,sans-serif !important;
}