/*universal chart css*/
.chart,
.charts,
.pama17-chart {
margin-bottom:60px;
clear:both;
}
.research-image img,
.image-chart img {
	width:100%;
	margin-bottom:60px;
}
.chart h3,
.charts h3,
.jquery-data-chart h3{
font-size:20px;
font-weight:bold;
}

.chart h4,
.charts h4,
.jquery-data-chart h4{
font-size:14px;
}
.pie-legend {
	display:inline-block;
}
.pie-legend.left {
	float:left;
}
.pie-legend li {
	list-style-type:square !important;
}
.pie-legend span {
	color:#000;
}
.chart-header {
	margin-bottom:10px;
	font-family:'Open Sans',calibri , Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	font-weight:700;
    border-top: 5px solid #000;
    margin-top: 15px;
    padding-top: 15px;
}
.chart-header-no-border {
	margin-bottom:10px;
	font-family:'Open Sans',calibri , Helvetica, sans-serif;
	color:#000;
	font-weight:600;
}
.chart-header-border-bottom {
	font-size:18px;
	font-weight:600;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
	padding-bottom:5px;
	font-family:'Open Sans',calibri , Helvetica, sans-serif;
}
.chart-header span,
.chart-header-no-border span {
	font-style:italic;
	font-weight:normal;
}

.chart-container{
	margin-top:20px;
	white-space:nowrap;
}
.chart-container *{
	white-space:normal;
}

.chart .source,
.charts .source,
.jquery-data-chart .source,
.bw-table .source {
font-size:13px;
margin:30px 0 10px 0;
font-style:italic;
}

/*jquery data chart base*/
.jquery-data-chart {
display:block;
width:100%;
margin-bottom:60px;
}
.jquery-data-chart,
.jquery-data-chart div,
.jquery-data-chart span {
transition:all 1s ease-out 0.8s;
}
.jquery-data-chart .bar-height{
	position:relative;
	height:140px;
	display:inline-block;
}
.jquery-data-chart .bar{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#ccc;
}
.jquery-data-chart .bar .number.outside{
	position:absolute;
	top:-15px;
	width:100%;
	text-align:center;
	display:block;
}
.jquery-data-chart .bar .number.inside{
	position:absolute;
	top:5px;
	width:100%;
	text-align:center;
	display:block;
}
.jquery-data-chart .bar .number.inside.left{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.jquery-data-chart .bar .text{
	text-align:center;
	position:absolute;
	bottom:-20px;
	width:100%;
}
.jquery-data-chart .bar .text.inside{
	text-align:left;
	color:#fff;
	font-size:1em;
	line-height:1.3em;
	padding:5px;
	word-break:break-all;
}
.jquery-data-chart .labels .text {
	display:inline-block;
	margin:0;
	padding:0 !important;
	text-align:center;
	line-height:1.2em;
	vertical-align:top;
}
.jquery-data-chart .labels .text.left-align {
	text-align:left;
}
.jquery-data-chart.eight-row .bar-height .bar .text.inside{
	font-size:0.9em;
}

/* jquery-data-chart legend styles*/
.jquery-data-chart .legend {
	position:absolute;
}
.jquery-data-chart .legend .legend-block {
	display:inline-block;
	font-size:14px;
	margin-right:10px;
}
.jquery-data-chart .legend .legend-block:last-child {
	margin-right:0;
}

.jquery-data-chart .legend.top-right {
	top:0;
	right:0;
}

.jquery-data-chart .legend.top-left {
	top:0;
	left:0;
}


/* jquery-data-chart animation template*/
.jquery-data-chart.two-row .bar-height,
.jquery-data-chart.two-row .labels .text{
	width:50%;
}

.jquery-data-chart.off .bar,
.jquery-data-chart.off .number,
.jquery-data-chart.off .text{
	height:0 !important;
	opacity:0 !important;
	border:none !important;
}
.jquery-data-chart.off .bar-height{
	border:none !important;
}


/* jquery-data-chart # of row styles*/
.jquery-data-chart.two-row .bar-height,
.jquery-data-chart .two-row .bar-height,
.jquery-data-chart .bar-height.two-row .bar-height,
.jquery-data-chart.two-row .labels .text{
	width:49%;
}

.jquery-data-chart.three-row .bar-height,
.jquery-data-chart .three-row .bar-height,
.jquery-data-chart.three-row .labels .text{
	width:32%;
}
.jquery-data-chart.four-row .bar-height,
.jquery-data-chart.four-row .labels .text{
	width:23.33%;
	margin-right:1.33%;
}
.jquery-data-chart.five-row .bar-height,
.jquery-data-chart.five-row .labels .text{
	width:18.33%;
	margin-right:1.33%;
}

.jquery-data-chart.six-row .bar-height,
.jquery-data-chart.six-row .labels .text{
	width:15%;
	margin-right:1%;
}
.jquery-data-chart.seven-row .bar-height,
.jquery-data-chart .seven-row .bar-height,
.jquery-data-chart.seven-row .labels .text{
	width:12.33%;
	margin-right:1.33%;
}
.jquery-data-chart.eight-row .bar-height{
	width:11.5%;
	margin-right:1%;
}

.jquery-data-chart.ten-row .bar-height{
	width:9%;
}

.jquery-data-chart.two-row .bar-height:last-child,
.jquery-data-chart.three-row .bar-height:last-child,
.jquery-data-chart.four-row .bar-height:last-child,
.jquery-data-chart.five-row .bar-height:last-child,
.jquery-data-chart.six-row .bar-height:last-child,
.jquery-data-chart.seven-row .bar-height:last-child,
.jquery-data-chart.eight-row .bar-height:last-child,
.jquery-data-chart .labels .text:last-child {
	margin-right:0;
}

.jquery-data-chart .spacer {
	height:0 !important;
}

.pie-data-chart .left-text {
width:65%;
display:inline-block;
vertical-align:top;
}
.pie-data-chart.small-width .left-text {
width:50%;
}
.main-content .article-page .pie-data-chart .left-text ul li {
margin:0;
}
.main-content .article-page .pie-data-chart .left-text ul li span {
color:#000;
}
.pie-data-chart.small-width .left-text li .value {
float:right;
}
.pie-data-chart .right-chart {
width:30%;
display:inline-block;
vertical-align:top;
}


/* image animations */
.off .flip-in {
transform:rotateX(90deg);
}

.flip-in {
transform:rotateX(0);
transition:all 0.8s ease-in-out;
}

@media only screen and (max-width : 480px), only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-device-width: 480px) and (orientation : portrait){
.jquery-data-chart.ten-row .bar-height,
.jquery-data-chart.eight-row .bar-height{
	width:49%;
	margin:0 1% 20px 0;
}
.jquery-data-chart.ten-row .bar-height:last-child,
.jquery-data-chart.eight-row .bar-height:last-child{
	margin-right:0;
}
}

/*basic black and white teable... idk why this requires us to do*/
.bw-table table {
	border:none !important;
}
.bw-table .table-header-text {
	margin-bottom:5px !important;
	font-size:15px !important;
	font-weight:700 !important;
}
.bw-table .header,
.bw-table .header th {
	background-color:#000 !important;
	color:#fff !important;
	text-align:right !important;
}
.bw-table td {
	background-color:#fff !important;
	border:none !important;
	border-bottom:1px solid #000 !important;
	font-size:13px !important;
}
.bw-table td:first-child {
	text-align:left !important;
}

.bw-table td:not(:first-child){
	text-align:right !important;
}

.bw-table.multicolumn-header .header th {
	background-color:#fff !important;
	border:none !important;
	font-size:13px !important;
	color:#000 !important;
	font-weight:300 !important;
	text-transform:none;
}

.bw-table .header th.align-center ,
.bw-table .header td.align-center {
	text-align:center !important;
}

.bw-table .border-span .border-span-item table {
	margin:0;
}
.bw-table .border-span .border-span-item td {
	border-left:1px solid #000 !important;
	border-right:1px solid #000 !important;
	border-top:1px solid #000 !important;
	border-bottom:none !important;
	background-color:#fff !important;
	height:1px !important;
	font-size:0 !important;
}

.bw-table td.no-border,
.bw-table th.no-border{
	border-bottom:none !important;
}

/* styles for colored block charts */
.colored-box-chart .box {
	background-color:#ccc;
	display:inline-block;
	margin:0;
	padding:0;
	padding:10px;
}
.colored-box-chart .four-box .box {
	width:20%;
	margin-right:10px;
}
.colored-box-chart .four-box .box:nth-child(4n) {
	margin-right:0;
}
.colored-box-chart .four-box .box div.box-number {
	font-size:35px;
	line-height:35px;
}
.colored-box-chart .four-box .box div.box-text {
	font-size:16px;
	line-height:20px;
}

/* styles for text row charts*/
.text-row-chart .text-row {
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
.text-row-chart .text-row .number {
	font-size:20px;
	font-weight:600;
}
.text-row-chart .text-row .text-text {
	font-size:14px;
}
.text-row-chart .three-row .text-row {
	width:30%; 
	margin-right:10px;
	vertical-align:top;
}
.text-row-chart .three-row .text-row:nth-child(3n) {
	margin-right:0;
}

.text-row-chart .four-row .text-row {
	width:23%; 
	margin-right:10px;
	vertical-align:top;
}
.text-row-chart .four-row .text-row:nth-child(4n) {
	margin-right:0;
}

.text-row-chart .five-row .text-row {
	width:18%; 
	padding-right:10px;
	vertical-align:top;
}
.text-row-chart .five-row .text-row:nth-child(5n) {
	margin-right:0;
}

.text-row-chart .six-row .text-row {
	width:15%; 
	margin-right:10px;
}
.text-row-chart .six-row .text-row:nth-child(6n) {
	margin-right:0;
}

.text-row-chart .seven-row .text-row {
	width:13%; 
	margin-right:10px;
}
.text-row-chart .seven-row .text-row:nth-child(7n) {
	margin-right:0;
}

.half-width {
	width:48%;
	display:inline-block;
	margin-right:15px;
	vertical-align:top;
}
.half-width:last-child {
	margin-right:0;
}



/*======== PA July-August Trends/Investment Focus Charts */
.main-content .charts h3 {
margin-bottom:10px;
}
.july-aug-trends-focus .charts.ddr,
.july-aug-trends-focus .charts.dcplans,
.july-aug-trends-focus .charts.amhe{
	opacity:0;
	transition:opacity 2s;
}
.july-aug-trends-focus .charts.ddr.show,
.july-aug-trends-focus .charts.dcplans.show,
.july-aug-trends-focus .charts.amhe.show{
	opacity:1;
}
.july-aug-investment-focus .charts,
.july-aug-investment-focus .table,
.july-aug-trends-focus .charts{
margin-bottom:50px;
}
.july-aug-investment-focus .table {
margin-bottom:60px;
}
.july-aug-investment-focus .charts h3{
margin-bottom:20px;
}
.july-aug-trends-focus .charts.retirementincome {
height:300px;
}
.july-aug-trends-focus .charts #ddr .bar-container{
margin-top:35px;
}
.july-aug-trends-focus .charts #ddr .bar-container{
width:20%;
position:relative;
display:inline-block;
height:300px;
}
.july-aug-trends-focus .charts #ddr .bar{
background-color:rgba(253,184,19,1);
position:absolute;
bottom:0;
width:100%;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(1) .bar{
background-color:rgba(253,184,19,0.6);
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(2) .bar{
background-color:rgba(253,184,19,0.8);
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(3) .bar{
background-color:rgba(253,184,19,1);
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(1) .bar .inner-bar{
background-color:rgba(91,91,91,0.6);
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(2) .bar .inner-bar{
background-color:rgba(91,91,91,0.8);
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(3) .bar .inner-bar{
background-color:rgba(91,91,91,1);
}
.july-aug-trends-focus .charts #ddr .bar .number{
	position:absolute;
	width:120px;
	left:50%;
	top:-60px;
	margin-left:-60px;
	text-align:center;
	font-size:1.2em;
	font-family:"Roboto Slab","Times New Roman",Times,serif;
	font-weight:lighter;
	color:#FDB813;
}
.july-aug-trends-focus .charts #ddr .bar .number strong{
	font-size:1.4em;
	font-weight:normal;
}
.july-aug-trends-focus .charts #ddr .bar .inner-bar{
background-color:#5B5B5B;
position:absolute;
bottom:0;
width:100%;
}
.july-aug-trends-focus .charts #ddr .bar .inner-bar .number{
color:#5B5B5B;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(1) .bar{
	height:78%;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(2) .bar{
	height:83%;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(3) .bar{
	height:88%;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(1) .bar .inner-bar{
	height:3%;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(2) .bar .inner-bar{
	height:6%;
}
.july-aug-trends-focus .charts #ddr .bar-container:nth-child(3) .bar .inner-bar{
	height:10%;
}

.july-aug-trends-focus .charts.wphss{
	padding-bottom:85px;
}
.july-aug-trends-focus .charts.wphss span{
	position:absolute;
	width:135px;
}
.july-aug-trends-focus .charts .wphss1,
.july-aug-trends-focus .charts .wphss2,
.july-aug-trends-focus .charts .wphss3,
.july-aug-trends-focus .charts .wphss4{
	width:21%;
	margin-right:3%;
	position:relative;
	display:inline-block;
}
.july-aug-trends-focus .charts .wphss4{
	margin-right:0;
}
.july-aug-trends-focus .charts.wphss span.number{
	bottom:-55%;
	text-align:center;
	left:50%;
	margin-left:-67px;
}
.july-aug-trends-focus .charts.wphss span.number strong{
	font-size:2em;
	color:#FEBF0F;
}
.july-aug-trends-focus .charts.dcplans {
	padding-bottom:80px;
}
.july-aug-trends-focus .charts.dcplans span {
	position:absolute;
	width:165px;
}
.july-aug-trends-focus .charts.dcplans span.number {
    color: #fff;
    font-size: 3em;
    left: 50%;
    margin-left: -78px;
    text-align: center;
    top: 30%;
	z-index:100;
}
.july-aug-trends-focus .charts.dcplans span.text {
    bottom: -30%;
    left: 50%;
    margin-left: -77px;
    text-align: center;
}
.july-aug-trends-focus .charts.dcplans .dcplans1,
.july-aug-trends-focus .charts.dcplans .dcplans2,
.july-aug-trends-focus .charts.dcplans .dcplans3,
.july-aug-trends-focus .charts.dcplans .dcplans4 {
	width:21%;
	height:150px;
	margin-right:3%;
	position:relative;
	display:inline-block;
}
.july-aug-trends-focus .charts.dcplans .dcplans1 span.number {
    font-size: 3em;
}
.july-aug-trends-focus .charts.dcplans .dcplans2 span.number {
    font-size: 2.5em;
	top:32%;
}
.july-aug-trends-focus .charts.dcplans .dcplans3 span.number {
    font-size: 2.5em;
	top:32%;
}
.july-aug-trends-focus .charts.dcplans .dcplans4 span.number {
    font-size: 2em;
	top:34%;
	margin-left:-82px;
}

.july-aug-trends-focus .charts.dcplans .dcplans4 {
	margin-right:0;
}

.july-aug-trends-focus .charts.dcplans #dcplans1 {
	width:100%;
	height:100%;
	border-radius:90px;
	background-color:#515F7E;
}
.july-aug-trends-focus .charts.dcplans #dcplans2 {
	width:70%;
	height:70%;
	border-radius:90px;
	background-color:#515F7E;
	position:relative;
	top:15%;
	left:15%;
}
.july-aug-trends-focus .charts.dcplans #dcplans3 {
	width:70%;
	height:70%;
	border-radius:90px;
	background-color:#515F7E;
	position:relative;
	top:15%;
	left:15%;
}
.july-aug-trends-focus .charts.dcplans #dcplans4 {
	width:60%;
	height:60%;
	border-radius:90px;
	background-color:#515F7E;
	position:relative;
	top:17.5%;
	left:17.5%;
}

.july-aug-trends-focus .charts.amhe .row {
	height:100px;
	margin-bottom:3px;
}
.july-aug-trends-focus .charts.amhe .block {
	width:32.5%;
	margin-right:0.5%;
	height:100%;
	position:relative;
	display:inline-block;
}
.july-aug-trends-focus .charts.amhe span {
	position:absolute;
}
.july-aug-trends-focus .charts.amhe .number {
	bottom:0;
	right:0;
	font-size:1.8em;
	padding:0 10px;
}
.july-aug-trends-focus .charts.amhe .text {
	top:0;
	left:0;
	font-size:1em;
	padding:15px;
}
.july-aug-trends-focus .charts.amhe .block .top{
	background-color:#ded5c0;
}
.july-aug-trends-focus .charts.amhe .block .bottom{
	background-color:#c1b291;
}
.july-aug-trends-focus .charts.amhe .block1 .top{
	height:10%;
}
.july-aug-trends-focus .charts.amhe .block1 .bottom{
	height:90%;
}

.july-aug-trends-focus .charts.amhe .block2 .top{
	height:14%;
}
.july-aug-trends-focus .charts.amhe .block2 .bottom{
	height:86%;
}

.july-aug-trends-focus .charts.amhe .block3 .top{
	height:17%;
}
.july-aug-trends-focus .charts.amhe .block3 .bottom{
	height:83%;
}

.july-aug-trends-focus .charts.amhe .block4 .top{
	height:21%;
}
.july-aug-trends-focus .charts.amhe .block4 .bottom{
	height:79%;
}

.july-aug-trends-focus .charts.amhe .block5 .top{
	height:27%;
}
.july-aug-trends-focus .charts.amhe .block5 .bottom{
	height:73%;
}

.july-aug-trends-focus .charts.amhe .block6 .top{
	height:28%;
}
.july-aug-trends-focus .charts.amhe .block6 .bottom{
	height:72%;
}

.july-aug-trends-focus .charts.amhe .block7 .top{
	height:40%;
}
.july-aug-trends-focus .charts.amhe .block7 .bottom{
	height:60%;
}

.july-aug-trends-focus .charts.amhe .block8 .top{
	height:45%;
}
.july-aug-trends-focus .charts.amhe .block8 .bottom{
	height:55%;
}

.july-aug-trends-focus .charts.amhe .block9 .top{
	height:73%;
}
.july-aug-trends-focus .charts.amhe .block9 .bottom{
	height:27%;
}

/*========== sept - oct Trends Charts ========
=============================================*/
.chart h4,
.charts h4 {
	font-size:1.2em;
	margin-bottom:10px;
}
.sept-oct-trends-charts {
white-space:nowrap;
margin-top:50px;
}
.sept-oct-trends-charts div {
white-space:normal;
}

.sept-oct-trends-charts * {
	opacity:1;
	transition:all 0.5s;
}
.sept-oct-trends-charts .off .bar-color {
height:0 !important;
}
.sept-oct-trends-charts .off .bar-color span,
.sept-oct-trends-charts .off .text,
.sept-oct-trends-charts .off h3,
.sept-oct-trends-charts .off h4,
.sept-oct-trends-charts .off .text-line {
opacity:0 !important;
}

.sept-oct-trends-charts .bar-chart {
width:50%;
display:inline-block;
}
.sept-oct-trends-charts .bar-chart .bar{
width:30%;
margin:0 1%;
display:inline-block;
vertical-align:top;
}
.sept-oct-trends-charts .bar-chart .bar .bar-height{
height:150px;
position:relative;
}
.sept-oct-trends-charts .bar-chart .bar .bar-color{
background-color:#47C0D0;
position:absolute;
bottom:0;
width:100%;
}
.sept-oct-trends-charts .bar-chart .bar span{
font-size:2em;
color:#fff;
position:absolute;
top:0;
left:0;
width:100%;
text-align:center;
padding-top:10px;
}
.sept-oct-trends-charts .bar-chart .bar .text{
line-height:1.2em;
text-align:center;
margin:0;
padding:10px 0;
}

.sept-oct-trends-charts .iaho > .bar:nth-child(2) .bar-color{
height:65%;
}
.sept-oct-trends-charts .iaho > .bar:nth-child(3) .bar-color{
height:75%;
}
.sept-oct-trends-charts .iaho > .bar:nth-child(4) .bar-color{
height:40%;
}

.sept-oct-trends-charts .rwpds > .bar:nth-child(2) .bar-color{
height:100%;
}
.sept-oct-trends-charts .rwpds > .bar:nth-child(3) .bar-color{
height:70%;
}
.sept-oct-trends-charts .rwpds > .bar:nth-child(4) .bar-color{
height:55%;
}

.sept-oct-trends-charts .pie-chart .pie{
	width:29%;
	display:inline-block;
	position:relative;
}
.sept-oct-trends-charts .pie-chart .pie:not(:last-child){
	margin-right:2%;
}
.sept-oct-trends-charts .pie-chart .pie canvas{
	width:100%;
}
.sept-oct-trends-charts .pie-chart .pie:nth-child(3) canvas,
.sept-oct-trends-charts .pie-chart .pie:nth-child(4) canvas{
	transform:rotate(-35deg);
}
.sept-oct-trends-charts .pie-chart .pie .text{
	position:absolute;
	top:20px;
	right:-35%;
	width:145px;
	line-height:1.2em;
	margin:0;
	padding:0;
	font-size:1.1em;
	z-index:10;
}
.sept-oct-trends-charts .pie-chart .pie .text span{
	font-weight:bold;
	font-size:1.6em;
}

.sept-oct-trends-charts .smc.bar-chart {
width:100%;
display:block;
}
.sept-oct-trends-charts .smc.bar-chart .bar{
	width:31%;
}
/*.sept-oct-trends-charts .smc.bar-chart .bar:not(:last-child){
	margin-right:2%;
}*/
.sept-oct-trends-charts .smc.bar-chart .bar-container{
	vertical-align:top;
}
.sept-oct-trends-charts .smc.bar-chart .bar-color{
	background-color:#F48362;
}
.sept-oct-trends-charts .smc .bar:nth-child(1) .bar-color{
	height:90%;
}
.sept-oct-trends-charts .smc .bar:nth-child(2) .bar-color{
	height:100%;
}
.sept-oct-trends-charts .smc .bar:nth-child(3) .bar-color{
	height:95%;
}

.sept-oct-trends-charts .ual.bar-chart{
	width:60%;
	display:block;
}
.sept-oct-trends-charts .ual.bar-chart .bar-color{
	background-color:#BD4728;
}
.sept-oct-trends-charts .ual.bar-chart .text{
	color:#BD4728;
}
.sept-oct-trends-charts .ual .bar:nth-child(1) .bar-color{
	height:90%;
}
.sept-oct-trends-charts .ual .bar:nth-child(2) .bar-color{
	height:100%;
}
.sept-oct-trends-charts .ual .bar:nth-child(3) .bar-color{
	height:65%;
}

.sept-oct-trends-charts .estrne .text-line{
	font-size:1.2em;
	margin-bottom:20px;
}
.sept-oct-trends-charts .estrne .text-line span{
	font-size:1.6em;
	font-weight:bold;
	display:inline-block;
	padding-right:10px;
	font-family:"calibri";
}

/* replacing with an image 
.sept-oct-trends-charts .poddg .circle-graph {
	position:relative;
	height:800px;
}
.sept-oct-trends-charts .poddg .circle-container {
	position:absolute;
	top:0;
	left:0;
}
.sept-oct-trends-charts .poddg .circle-container .circle {
	background-color:rgba(175,134,136,0.4);
	border-radius:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.sept-oct-trends-charts .poddg .circle-container .circle .circle-text {
	width:100%;
	height:0;
	position:relative;
	top:25%;
	text-align:center;
	font-size:1.3em;
}
.sept-oct-trends-charts .poddg .circle-container .circle .circle-text span {
	font-size:1.8em;
	font-weight:bold;
}

.sept-oct-trends-charts .poddg .circle-container.min {
	position:absolute;
	top:0;
	left:0;
}

.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(1) {
	display:block;
	width:180px;
	height:180px;
	top:30px;
	left:160px;
}
.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(2) {
	display:block;
	width:110px;
	height:110px;
	top:15px;
	left:140px;
}
.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(3) {
    display: block;
    height: 150px;
    left: 60px;
    top: 85px;
    width: 150px;
}
.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(4) {
    display: block;
    height: 130px;
    left: 140px;
    top: 145px;
    width: 130px;
}
.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(5) {
    display: block;
    height: 90px;
    left: 135px;
    top: 210px;
    width: 90px;
}
.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(6) {
    display: block;
    height: 90px;
    left: 220px;
    top: 150px;
    width: 90px;
}
.sept-oct-trends-charts .poddg .circle-container .circle:nth-child(7) {
    display: block;
    height: 100px;
    left: 265px;
    top: 60px;
    width: 100px;
}*/

/*========== Retirement Plan Adviser Survey charts RPA =======
==============================================================*/
.rpa-chart td,
.rpa-chart td:hover,
.rpa-chart tr:hover td,
.rpa-chart th,
table.rpa-chart {
border:none !important;
padding:0 !important;
background-color:transparent !important;
width:auto !important;
text-align:center !important;
text-transform:none !important;
}
.main-content .article-page .text table.rpa-chart,
table.rpa-chart {
width:43% !important;
margin:40px 20px;
float:left;
}
/*
.main-content .article-page .text table.rpa-chart td {
min-width:30px;
}
*/
.rpa-chart .purple{
color:rgba(145,82,143,1);
text-transform:uppercase;
}
.rpa-chart .purple1,
.rpa-chart .purple2,
.rpa-chart .purple3,
.rpa-chart .purple4 {
background-color:rgba(145,82,143,1);
color:rgba(145,82,143,1);
}
.rpa-chart .purple2 {
background-color:rgba(145,82,143,0.8);
}
.rpa-chart .purple3 {
background-color:rgba(145,82,143,0.5);
}
.rpa-chart .purple4 {
background-color:rgba(145,82,143,0.3);
}

.rpa-chart .blue{
	color:rgba(89,165,173,1);
text-transform:uppercase;
}
.rpa-chart .blue1,
.rpa-chart .blue2,
.rpa-chart .blue3,
.rpa-chart .blue4 {
background-color:rgba(89,165,173,1);
}
.rpa-chart .blue2 {
background-color:rgba(89,165,173,0.8);
}
.rpa-chart .blue3 {
background-color:rgba(89,165,173,0.5);
}
.rpa-chart .blue4 {
background-color:rgba(89,165,173,0.3);
}

/* 2017 colors 
charts are the same aside from colors */
.rpa-chart .red{
	color:#c73429;
	text-transform:uppercase;
	font-weight:normal !important;
}
.rpa-chart .red1,
.rpa-chart .red2,
.rpa-chart .red3,
.rpa-chart .red4 {
	background-color:#c73429;
	color:#c73429;
}
.rpa-chart .red2 {
	background-color:#f05a27;
}
.rpa-chart .red3 {
	background-color:#f7951d;
}
.rpa-chart .red4 {
	background-color:#efbf53;
}

.rpa-chart .green{
	color:#3b925c;
	text-transform:uppercase;
	font-weight:normal !important;
}
.rpa-chart .green1,
.rpa-chart .green2,
.rpa-chart .green3,
.rpa-chart .green4 {
	background-color:#3b925c;
}
.rpa-chart .green2 {
	background-color:#75bda4;
}
.rpa-chart .green3 {
	background-color:#b8d9cc;
}
.rpa-chart .green4 {
	background-color:#e0ede7;
}




.rpa-chart .bar-height {
height:140px;
min-width:38px;
position:relative;
}
.rpa-chart .bar {
position:absolute;
bottom:0;
width:100%;
}
.rpa-chart .legend-bar {
height:100% !important;
font-size:1em;
color:#000 !important;
position:relative;
}
.rpa-chart .vertical-text {
    bottom: 77px;
    left: -50px;
    position: absolute;
    text-align: left;
    transform: rotate(-90deg);
    width: 140px;
	line-height:0;
}

/* PAND16 Survey 
=================*/
.pand16-chart .chart-container {
padding-top:30px;
}
.pand16-chart .bar-height {
height:250px;
}
.pand16-chart .purple {
background-color:#AE95C6;
}

.pand16-chart .number,
.wide-article .content .pand16-chart .number  {
font-size:2em;
color:#AE95C6;
font-weight:normal;
}
.pand16-chart .bar .number.outside {
top:-35px;
}
.pand16-chart h3 {
	padding-bottom:15px;
	border-bottom:1px solid #000;
}
.pand16-chart .fa-comment {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
 }
.pand16-chart .left-text {
width:65%;
display:inline-block;
vertical-align:top;
}
.main-content .article-page .pand16-chart .left-text p {
font-size:1.2em;
}
.main-content .article-page .pand16-chart .left-text ul li {
font-size:1.4em;
margin-bottom:0;
}
.main-content .article-page .pand16-chart .left-text ul li span {
color:#555555;
font-size:0.7em;
}
.pand16-chart .right-chart {
width:30%;
display:inline-block;
vertical-align:top;
}

.tweet-container {
width:100%;
color:#000;
margin:40px 0;
}
.tweet-container a,
.tweet-container a:hover {
color:inherit;
font-size:inherit;
}
.tweet-container .tweet-header  {
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	margin-bottom:5px;
}
.tweet-container .tweet-header span {
	color:#85868A;
}
.tweet-container .tweet-body {
	font-size:1.5em;
}.tweet-container .tweet-body span{
	color:#9C3075;
}

.pand16-chart.tdfmuetf .top canvas {
z-index:10;
position:relative;
}

.pand16-chart.tdfmuetf .top label {
	position:absolute;
	top:0;
	right:0;
	font-size:1.6em;
}
.pand16-chart.tdfmuetf .top label .line {
	width:150px;
	height:1px;
	background-color:#000;
	position:absolute;
	z-index:5;
}
.pand16-chart.tdfmuetf .top label.labeletf {
	top:20%;
	right:79%
}
.pand16-chart.tdfmuetf .top label.labeletf .line {
	bottom:14px;
	left:85px;
}
.pand16-chart.tdfmuetf .top label.labelnoetf {
	top:20%;
	right:0%
}
.pand16-chart.tdfmuetf .top label.labelnoetf .line {
	bottom:14px;
	right:135px;
}

.pand16-chart.tdfmuetf .bottom > div {
	width:23%;
	display:inline-block;
	margin-right:2%;
}
.pand16-chart.tdfmuetf .bottom > div:last-child {
	margin-right:0;
}
.pand16-chart.tdfmuetf .bottom div,
.pand16-chart.tdfmuetf .top div {
	position:relative;
	margin-bottom:10px;
}
.pand16-chart.tdfmuetf .bottom div .label,
.pand16-chart.tdfmuetf .top  .label {
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.pand16-chart.tdfmuetf .top  .label{
	font-size:1.6em;
}
.pand16-chart.tdfmuetf .bottom div .number,
.pand16-chart.tdfmuetf .top .number {
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	font-weight:600;
	font-size:1.5em;
	z-index:20;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(1) .etf {
	top:13%;
	right:56%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(1) .noetf {
	top:56%;
	right:20%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(2) .etf {
	top:26%;
	right:56%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(2) .noetf {
	top:39%;
	right:14%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(3) .etf {
	top:26%;
	right:56%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(3) .noetf {
	top:39%;
	right:14%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(4) .etf {
	top:26%;
	right:56%;
}
.pand16-chart.tdfmuetf .bottom > div:nth-child(4) .noetf {
	top:39%;
	right:14%;
}
.pand16-chart.tdfmuetf .top .etf {
	top:34%;
	right:56%;
}
.pand16-chart.tdfmuetf .top .noetf {
	top:50%;
	right:39%;
}

.pand16-chart.ttdffuetf ol {
	width:49%;
	display:inline-block;
	margin-right:1%;
	vertical-align:top;
}
.pand16-chart.ttdffuetf ol:last-of-type {
	margin-right:0;
}
.pand16-chart.ttdffuetf li {
	background-color:#E6D1C0;
	padding:5px 10px;
	color:#000;
	list-style-type:none !important;
	margin:5px 0 !important;
	vertical-align:top;
}
.pand16-chart.investment-focus .label {
	margin:0 0 10px 0;
	color:#55003B;
	font-weight:600;	
}


/* PAJF17 
=================*/
.pajf17-chart .bar-height {
	height:180px;
}
.pajf17-chart .bar.yellow {
	background-color:#DFDD5F;
}
.pajf17-chart .bar .number.inside {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	color:#000;
}
.pajf17-chart .bar .text.inside {
	font-size:1.5em;
	color:#000;
}

.pajf17-chart .pie{
	width:30%;
	display:inline-block;
	margin-right:3%;
	vertical-align:top;
}
.pajf17-chart .pie:last-child{
	margin-right:0;
}
.pajf17-chart.eavpcs .text{
	display:inline-block;
	vertical-align:top;
}
.pajf17-chart.eavpcs .text strong{
	font-size:1.4em;
}
.pajf17-chart.eavpcs canvas{
	max-height:300px;
}
.pajf17-chart.pnutso .question{
	width:22%;
	margin-right:2%;
	display:inline-block;
}
.pajf17-chart.pnutso .question:last-child{
	margin-right:0;
}
.pajf17-chart.pnutso .question .question-container{
	position:relative;
}
.pajf17-chart.pnutso .question img{
	position:relative;
	z-index:10;
}
.pajf17-chart.pnutso .question .fill-background{
	background-color:#dfdd5f;
	position:absolute;
	bottom:0;
	width:100%;
	z-index:5;
}
.pajf17-chart.pnutso .question .static-background{
	background-color:#E0E1E3;
	position:absolute;
	bottom:0;
	height:100%;
	width:100%;
	z-index:3;
}
.pajf17-chart.pnutso .question .text{
	text-align:center;
	width:90%;
	padding:5px 0;
}
.pajf17-chart.pnutso .question .number{
	position:absolute;
	bottom:0;
	font-size:35px;
	font-weight:bold;
	left:30%;
	z-index:15;
}

.pajf17-chart.pnutso .question.q1 .fill-background{
	height:43%;
}
.pajf17-chart.pnutso .question.q2 .fill-background{
	height:66%;
}
.pajf17-chart.pnutso .question.q3 .fill-background{
	height:76%;
}
.pajf17-chart.pnutso .question.q4 .fill-background{
	height:24%;
}

/* PAMJ17 Survey 
=================*/
.pama17-chart.jquery-data-chart.three-row .bar-height,
.pama17-chart.jquery-data-chart.three-row .labels .text {
	width: 28%;
	margin-left: 15px;
	margin-right: 15px;
}
.pama17-chart .blue {
	background-color:#B2E0E2;
}
.pama17-chart .dblue {
	background-color:#3B55A5;
}

.pama17-chart .number {
	font-size:18px;
}
.pama17-chart.pgic .number {
	color:#fff;
}
.pama17-chart.rab .right {
	width:250px;
	display:inline-block;
	float:right;
}

.pama17-chart.pie,
.pama17-chart.bar {
	margin-top:60px;
}
.pama17-chart.dciosales .box{
	background-color:#F0DE78;
}
.pama17-chart.dciosales .pink{
	background-color:#F2757E;
}
.pama17-chart.dciosales .brown{
	background-color:#C5B865;
}
.pama17-chart.dciosales .blue{
	background-color:#E6E7E8;
}


.pama17-chart.psffa .row{
	border-top:1px dotted #000;
	padding:5px 0;
	margin-left:0;
	margin-right:0;
}
.pama17-chart.psffa .row:last-child{
	border-bottom:1px dotted #000;
}
.pama17-chart.psffa .left{
	display:inline-block;
	width:58%;
	vertical-align:bottom;
}

.pama17-chart.psffa .middle{
	display:inline-block;
	width:30%;
	vertical-align:bottom;
	position:relative;
}

.pama17-chart.psffa .right{
	display:inline-block;
	width:10%;
	vertical-align:bottom;
}


.pama17-chart.psffa .row-text{
	display:inline-block;
	font-size:16px;
}
.pama17-chart.psffa .percentage{
	font-weight:600;
	font-size:22px;
	line-height:20px;
	float:right;
	padding-right:10px;
}
.pama17-chart.psffa .difference{
	float:right;
	font-size:16px;
	line-height:20px;
}

.pama17-chart.psffa .bar{
	width:100%;
	height:20px;
	background-color:#C5B865;
}

.pama17-chart.psffa .row:nth-child(1) .bar{width:100%;}
.pama17-chart.psffa .row:nth-child(2) .bar{width:83%;}
.pama17-chart.psffa .row:nth-child(3) .bar{width:83%;}
.pama17-chart.psffa .row:nth-child(4) .bar{width:73%;}
.pama17-chart.psffa .row:nth-child(5) .bar{width:71%;}
.pama17-chart.psffa .row:nth-child(6) .bar{width:68%;}
.pama17-chart.psffa .row:nth-child(7) .bar{width:61%;}
.pama17-chart.psffa .row:nth-child(8) .bar{width:44%;}
.pama17-chart.psffa .row:nth-child(9) .bar{width:39%;}
.pama17-chart.psffa .row:nth-child(10) .bar{width:29%;}
.pama17-chart.psffa .row:nth-child(11) .bar{width:22%;}
.pama17-chart.psffa .row:nth-child(12) .bar{width:22%;}

.pama17-chart.sambpotoap .darkblue {
	background-color:#006384;
}
.pama17-chart.sambpotoap .number{
	color:#fff;
}

/* PAJA17 Charts 
=================*/
.paja17-chart .bar.darkblue {
	background-color:#12365A;
}
.paja17-chart.popwlo .number {
	font-size:23px;
	color:#fff;
}
.paja17-chart .legend .g {
	color:#B2C66F;
}
.paja17-chart .legend .b {
	color:#6B9BC3;
}

.paja17-chart .bar.g {
	background-color:#B2C66F;
}
.paja17-chart .bar.b {
	background-color:#6B9BC3;
}

.paja17-chart .bar .number {
	font-size:23px;
}
.paja17-chart .bar .number.outside {
	top:-30px;
}

.paja17-chart .bar-height {
	height:200px;
}

/* PASO17 Charts 
=================*/
.paso17-chart .y {
	background-color:#EEBE50;
}
.paso17-chart .b {
	background-color:#386DB5;
}
.paso17-chart .fa.y {
	color:#EEBE50;
	background-color:transparent;
}
.paso17-chart .fa.g {
	color:#B2C66F;
	background-color:transparent;
}
.paso17-chart .fa.r {
	color:#F05A30;
	background-color:transparent;
}
.paso17-chart .y .number,
.paso17-chart .b .number {
	color:#fff;
}

.paso17-chart .hpsfrr .bar-height {
	height:auto;
}
.paso17-chart .hpsfrr div:not(.source) {
	text-align:center;
	line-height:16px;
	margin:5px 0;
}
.paso17-chart .hpsfrr div.source {
	margin-top:30px;
}
.paso17-chart .hpsfrr div.text{
	color:#2CA195;
	font-size:30px;
	line-height:25px;
	font-weight:bold;
	line-height:
}
.paso17-chart .popascbe .number {
	font-size:25px;
}
.paso17-chart .popascbe .bar-height {
	height:250px;
}
.paso17-chart .hpsfrr .bar-height canvas {
	transform:rotate(180deg);
}
.paso17-chart .hpsfrr .bar-height:nth-child(5) canvas {
	transform:rotate(-42deg);
}

.paso17-chart .text-chart .content {
	font-size:34px;
	line-height:37px;
	color:#000;
}

.paso17-chart .fpdofr .labels .text,
.paso17-chart .aff .labels .text {
	text-align:left;
}
.paso17-chart .fpdofr .bar .number,
.paso17-chart .aff  .bar .number {
	font-size:20px;
	top:0;
}

.paso17-chart .dcmfaa ul,
.paso17-chart .dcmfaa li {
	display:block;
}

.paso17-chart .dcmfaa .left-text {
	width:25%;
}
.paso17-chart .dcmfaa .right-chart {
	width:67%;
}
.paso17-chart .dcmfaa .right-chart div {
	display:inline-block;
	width:48%;
	text-align:center;
}
.paso17-chart .dcmfaa .source {
	margin-top:30px;
}

