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

.chart h4,
.charts h4,
.jquery-data-chart h4{
font-size:14px;
}
.chart p.big-text {
	font-size: 22px;
	line-height:29px;
}
.pie-legend {
	display:inline-block;
}
.pie-legend.left {
	float:left;
}
.pie-legend li {
	list-style-type:square !important;
}
.pie-legend span {
	color:#000;
}
.chart .chart-header {
	margin-bottom:15px;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-size:27px;
	line-height: 1.2em;
	color:#000;
	font-weight:800;
    border-top: 5px solid #000;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 0;
}
.chart .chart-header.large {
	font-size: 40px;
}
.chart .chart-header.no-border {
	border:none;
	padding-top: 0;
}
.chart .chart-header.thick-border {
	border-width: 10px;
}
.chart .chart-header-no-border {
	margin-bottom:15px;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:700;
	font-size: 27px;
	line-height: 1.2em;
    padding-bottom: 0;	
}
.chart td.chart-header-no-border {
	padding-bottom:10px;
}
.chart-header.small-header, .chart-header.small, .chart-header-no-border.small-header {
    font-size: 20px;
}
.chart-header.big-header, .chart-header-no-border.big-header {
    font-size: 40px;
}
.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',Arial, Helvetica, sans-serif;
}

.chart-container{
	white-space:nowrap;
	font-size: 0;
}
.chart-container *{
	white-space:normal;
}

.chart .source,
.charts .source,
.jquery-data-chart .source,
.bw-table .source {
font-size:13px;
margin:20px 0;
font-style:italic;
}
.chart .source.top-bordered {
    border-top: 1px solid #ccc;
    padding-top: 3px;
}

.research-section .chart table tr.table-footnote td,
.chart tr.table-footnote td {
	background-color: #fff;
}

.text-chart p {
	font-size: 27px;
	line-height: 1.4em;
	margin: 0;
}

.text-chart .source {
    margin-top: 10px;
}

/*basic table styles*/
.table-chart .border-cell div {
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	padding-top:5px;
	margin-right: 5px;
	line-height: 1em;
}

/*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 0.5s ease-out;
}
.jquery-data-chart .bar {
	transition: bottom 0s;
}
.jquery-data-chart .bar-height{
	position:relative;
	height:240px;
	display:inline-block;
	font-size: 0;
}
.jquery-data-chart.barline .bar-height {
	border-bottom: 1px solid #000;
}
.jquery-data-chart .bar{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#ccc;
}
.jquery-data-chart .bar .number.outside{
	position:absolute;
	top:-20px;
	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.negative .number.outside {
	top:auto;
	bottom: -20px;
}
.jquery-data-chart .bar.negative .number.inside {
	top:auto;
	bottom: 2px;
}

.jquery-data-chart .bar .number.inside.vertical{
	transform:rotate(-90deg);
	top:auto;
	bottom:30px;
}
.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;
	font-size: 15px;
}
.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 .legend.static {
    position: static;
    margin-bottom: 30px;
}


/* 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.one-row .bar-height,
.jquery-data-chart .one-row .bar-height,
.jquery-data-chart .bar-height.one-row .bar-height,
.jquery-data-chart.one-row .labels .text{
	width:100%;
}
.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 .bar-height.one-row {
	padding:0 1%;
}

.jquery-data-chart.three-row .bar-height,
.jquery-data-chart .three-row .bar-height,
.jquery-data-chart.three-row .labels .text{
	width:33%;
}
.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:20%;
	padding-right:1.33%;
}

.jquery-data-chart.six-row .bar-height,
.jquery-data-chart.six-row .labels .text{
	width:16.666%;
	padding-right:1%;
}
.jquery-data-chart.seven-row .bar-height,
.jquery-data-chart .seven-row .bar-height,
.jquery-data-chart.seven-row .labels .text{
	width:13%;
	margin-right:1.5%;
}
.jquery-data-chart.eight-row .bar-height,
.jquery-data-chart .eight-row .bar-height,
.jquery-data-chart.eight-row .labels .text{
	width:11.5%;
	margin-right:1%;
}

.jquery-data-chart.ten-row .bar-height,
.jquery-data-chart.ten-row .labels .text{
	width:9.966%;
}

.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,
.jquery-data-chart .bar-height .bar-height{
	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 ul li {
	margin:0 0 10px 0;
	font-size: 15px;
}
.main-content .article-page .pie-data-chart ul li span {
color:#000;
}
.pie-data-chart.small-width 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:800 !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;
}

/* table charts */
.table-chart .black-background {
	background-color: #000;
	color: #fff;
}
.table-chart.numbered-table td:first-child {
    width: 20px;
    color: #999;
}
.table-chart.bulleted-table td:first-child {
	width:15px;
	padding-right: 0;
	padding-left: 0;
}
.table-chart.bulleted-table td:nth-child(2) {
	text-align: left;
}

/* 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;
}

/* horizontal bar charts */
.horizontal-bar-chart .bar-row {
	box-sizing: border-box;
	font-size: 0;
	padding-bottom: 7px;
}
.horizontal-bar-chart .bar-row .label-container,
.horizontal-bar-chart .bar-row .bar-container {
	display:inline-block;
	width:50%;
	box-sizing: border-box;
	font-size: 15px;
	vertical-align: top;
	line-height: 1em;
}
.horizontal-bar-chart .bar-row .bar {
	background-color:#ccc;
	padding: 0 10px;
	min-height: 10px;
	box-sizing: border-box;	
	overflow: auto;
	position: relative;
}

/*======== 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:"Oswald";
}

/* 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;
}
.rpa-chart th {
	padding-bottom: 5px !important;
	font-size: 17px !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;
	font-size:11px;
	font-weight: 600;
}

/* 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;
}
.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;
}

/* PAND17 Charts 
=================*/
.pand17-chart.table-bar-chart table td.bar-cell {
	vertical-align: bottom;
	font-size: 0;
	width:30%;
}
.pand17-chart.table-bar-chart table td {
	font-size:18px;
	border-color: #ccc;
}
.pand17-chart.table-bar-chart table .name-cell {
	width:65%;
}
.pand17-chart.table-bar-chart table .number-cell {
	width:5%;
}
.pand17-chart.table-bar-chart table .table-bar {
	background-color:#87AA3E;
	height:24px;
}
.pand17-chart.jquery-data-chart .bar-height .lg {
	background-color:#B2C66F;
}
.pand17-chart.jquery-data-chart .bar-height .o {
	background-color:#F7931D;
}
.pand17-chart.jquery-data-chart .bar-height .b {
	background-color:#00ADEF;
}
.pand17-chart.jquery-data-chart .bar-height .t {
	background-color: #E3E088;
}
.pand17-chart.jquery-data-chart .bar-height .lb {
	background-color: #27ACE3;
}
.pand17-chart.jquery-data-chart .bar-height .p {
	background-color: #846D9A;
}
.pand17-chart.jquery-data-chart .bar-height .y {
	background-color: #FFD725;
}
.pand17-chart .fa.b {
	color:#00ADEF;
}
.pand17-chart .fa.db {
	color:#2371B3;
}
.pand17-chart .fa.t {
	color: #E3E088;
}
.pand17-chart .fa.lb {
	color: #27ACE3;
}
.pand17-chart .fa.p {
	color: #846D9A;
}
.pand17-chart.jquery-data-chart .bar-height .bar .number {
	color:#fff;
	font-size: 18px;
}
.pand17-chart.jquery-data-chart.pscc .bar-height .bar .number {
	color:#000;
	font-size: 38px;
	top: 15px;
}
.pand17-chart.jquery-data-chart.aopde .bar-height .bar .number {
	color:#000;
	top: 15px;
	text-align: left;
	padding: 10px;
}
.pand17-chart.jquery-data-chart.aopde .bar-height .bar .number strong {
	font-size: 38px;
}
.pand17-chart.jquery-data-chart:not(.pfuvbps) .bar-height {
	height:240px;
}
.pand17-chart.jquery-data-chart.aopde  .bar-height {
	height:340px;
}

.pand17-chart.pfuvbps.jquery-data-chart .bar-height .dg {
	background-color: #688455;
}
.pand17-chart.pfuvbps.jquery-data-chart .bar-height .lg {
	background-color: #8EB779;
}
.pand17-chart.pfuvbps .fa.dg {
	color: #688455;
}
.pand17-chart.pfuvbps .fa.lg {
	color: #8EB779;
}
.pand17-chart.pie-data-chart li {
	display:block !important;
}
.pand17-chart.pie-data-chart .left-text {
	width:35%;
}
.pand17-chart.pie-data-chart .right-chart {
	width:auto;
}
.pand17-chart.text-chart .chart-header,
.pand17-chart.pie-chart-row .chart-header {
	font-size:28px;
	margin-bottom: 15px;
}
.pand17-chart.text-chart p {
	font-size:24px;
	line-height: 1.3em;
}
.pand17-chart.text-chart  {
	margin-bottom: 40px;
}
.pand17-chart.pie-chart-row .chart-container {
	padding-top:10px;
}
.pand17-chart.pie-chart-row .pie-container {
	font-size: 0;
}
.pand17-chart.pie-chart-row.five-row .pie-container {
	width:18%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.pand17-chart.pie-chart-row.four-row .pie-container {
	width:23%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.pand17-chart.pie-chart-row .pie-container div {
	font-size:18px;
	text-align: center;
}
.pand17-chart.pie-chart-row .pie-container div canvas {
	max-width: 100%;
}
.pand17-chart.pie-chart-row .pie-container .value {
	font-size:32px;
	margin:15px 0;
}

.pand17rc-chart.pie-data-chart h2.chart-header-no-border {
	font-size: 25px;
	line-height: 1.3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.pand17rc-chart.pie-data-chart .fa-comment {
	transform: scaleX(-1);
}
.pand17rc-chart.pie-data-chart .chart-header-no-border {
	font-size: 27px;
	line-height: 1.3em;
}
.pand17rc-chart.pie-data-chart .label-legend ul {
	margin:0 0 0 30px;
	padding: 0 20px 0 0;
}
.pand17rc-chart.pie-data-chart .label-legend ul li  {
	font-size: 30px;
	list-style-position: outside;
}
.pand17rc-chart.pie-data-chart .label-legend ul li span,
.pand17rc-chart.pie-data-chart .label-legend ul li span strong {
	font-size: 18px;
	vertical-align: top;
}


/*======= pajf18
==============*/
.research-section .pajf18-chart td:first-child{
	vertical-align: top;
}
.pajf18-chart td strong {
	font-weight: 600;
}
.pajf18-chart img {
	padding-top:15px;
}
.pajf18-chart .big-number-chart .chart-container {
	white-space: normal;
	margin-bottom: 40px;
}
.pajf18-chart .big-number-chart .block {
	display:inline-block;
	width: 33%;
	padding:15px 0;
}

.pajf18-chart .big-number-chart .block div {
	text-align:center;
	font-size: 18px;
	line-height: 1em;
}

.pajf18-chart .big-number-chart .block div:nth-child(2) {
	font-size: 55px;
}

.pajf18-chart .fa.brown {
	color:#9F7227;
}
.pajf18-chart .fa.orange {
	color:#EAA846;
}
.pajf18-chart .fa.yellow {
	color:#EBD63D;
}
.pajf18-chart .fa.green {
	color:#96993D;
}
.pajf18-chart .fa.blue {
	color:#707DBA;
}
.pajf18-chart .fa.darkblue {
	color:#46496F;
}
.pajf18-chart .fa.darkbrown {
	color:#9F7227;
}

.pajf18-chart.jquery-data-chart .bar-height{
	height: 250px;
}	
.pajf18-chart.jquery-data-chart .number{
	color: #fff;
	font-size: 16px;
}	
.pajf18-chart.jquery-data-chart .p{
	background-color: #925EA7;
}	
.pajf18-chart.jquery-data-chart .y{
	background-color: #DBAB26;
}	
.pajf18-chart.jquery-data-chart .fa.p{
	color: #925EA7;
}	
.pajf18-chart.jquery-data-chart .fa.y{
	color: #DBAB26;
}
.pajf18-chart.jquery-data-chart .fa.gr{
	color:#7A9D3D;
}
.pajf18-chart.jquery-data-chart  .fa.o{
	color:#F7931D;
}
.pajf18-chart.jquery-data-chart .fa.br{
	color:#BFB9A8;
}



.pajf18-chart.pie-data-chart .chart-container{
	padding-top:30px;
}	
.pajf18-chart.pie-data-chart .text{
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
}	
.pajf18-chart.pie-data-chart .text.number{
	font-size: 35px;
}	
.pajf18-chart.pie-data-chart .text.number.lb{
	color: #00A18A;
}	

.pajf18-chart.pie-data-chart .text.number.pi{
	color: #EB5995;
}	

.pajf18-chart.custom-chart .bar-row {
	padding:10px;
	color:#000;
	font-size: 18px;
	vertical-align: top;
	margin-bottom:0;
	position: relative;
}
.pajf18-chart.custom-chart .bar-row .bar-color{
	background-color:#DDD9C9;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-width: 10%;
	z-index: 1;
}
.pajf18-chart.custom-chart .bar-row:nth-child(odd) .bar-color{
	background-color:#EAE8D7;
}
.pajf18-chart.custom-chart .bar-row span {
	width:100%;
	display: block;
	position: relative;;
	z-index: 10;
}
.pajf18-chart.custom-chart .bar-row strong {
	font-size: 20px;
	padding-right: 10px;
}

.pajf18-chart.jquery-data-chart .bar-height .bar.g{
	background-color:#008060;
}
.pajf18-chart.jquery-data-chart .bar-height .bar.gr{
	background-color:#7A9D3D;
}
.pajf18-chart.jquery-data-chart .bar-height .bar.o{
	background-color:#F7931D;
}
.pajf18-chart.jquery-data-chart .bar-height .bar.br{
	background-color:#BFB9A8;
}

.pajf18-chart.jquery-data-chart .bar-height .number.g{
	color:#008060;
}
.pajf18-chart.jquery-data-chart.la .bar-height {
	height:300px;
}
.pajf18-chart.jquery-data-chart.la .bar-height .number{
	left: 0;
	top: -30px;
	font-size: 50px;
	text-align: left;
	font-weight: bold;
}

.pajf18-chart.jquery-data-chart.la .labels{
	position: relative;
	top: -45px;
	color: #fff;
	height: 0;
	overflow: visible;
}
.pajf18-chart.jquery-data-chart.la .labels .text{
	font-size: 25px;
}

.pajf18-chart.text-chart p {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.pajf18-chart.text-chart .chart-header,
.pajf18-chart.ssd .chart-header {
	font-size: 40px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.pajf18-chart.dtpialp .bar-height .number {
	color:#000;
	font-size: 24px;
}
.pajf18-chart.dtpialp .bar-height .outside {
	top:-25px;
}

.pajf18-chart.circle-chart .chart-container {
	text-align: center;
	padding-top: 20px;
}
.pajf18-chart.circle-chart .circle {
	background-color: #ccc;
	border-radius: 1000px;
	position: relative;
	display: inline-block;
	margin: 0 20px;
}
.pajf18-chart.circle-chart .circle.yellow {
	background-color: #FDDC00;
}
.pajf18-chart.circle-chart .circle.orange {
	background-color: #EFB31C;
}
.pajf18-chart.circle-chart .circle.blue {
	background-color: #6BC4CF;
}
.pajf18-chart.circle-chart .circle.darkblue {
	background-color: #0083B8;
}
.pajf18-chart.circle-chart .circle.big {
	height: 300px;
	width:300px;
}
.pajf18-chart.circle-chart .circle.small {
	height: 200px;
	width:200px;
	margin-bottom: 7%;
}
.pajf18-chart.circle-chart .circle .table-container {
	display:table;
	height: 100%;
	width:100%;
}
.pajf18-chart.circle-chart .circle .table-cell {
	display:table-cell;
	vertical-align: middle;
	height: 100%;
	width:100%;
}
.pajf18-chart.circle-chart .circle .text {
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height:25px;
}
.pajf18-chart.circle-chart .circle.small .text {
	font-size: 20px;
}

.pajf18-chart.circle-chart .circle .text strong {
	font-size: 1.2em;
}
.pajf18-chart.miofevbpbi table td {
	font-size: 16px;
}


/* PAMA18 CHARTS */
.pama18-chart table  {
	font-size: 15px;
	line-height: 1.4em;
}

.pama18-chart table td  {
	border-color:#ccc;
	vertical-align: bottom;
}
.pama18-chart.table-chart p{
	font-size: 20px;
	line-height: 1.3em;
}
.pama18-chart strong  {
	font-weight: 600;
}

.pama18-chart.box-chart.row {
	margin-left: -5px;
}
.pama18-chart.box-chart .col-sm-4 {
	padding:5px;
}

.pama18-chart.box-chart .box {
	background-color: #d9d694;
	text-align: center;
	font-size: 15px;
	padding:15px;
	height: 125px;
}

.pama18-chart.box-chart .box .value {
	font-size: 35px;
	font-weight: 600;
}

.pama18-chart.text-chart p {
	font-size: 27px;
	line-height: 1.4em;
	margin: 0;
}

.pama18-chart.text-chart .source {
	margin-top:20px;
}

.pama18-chart.jquery-data-chart .chart-container {
	margin:40px 0 20px 0;
}
.pama18-chart.jquery-data-chart .number {
	font-size: 40px;
	font-weight: 600;
	color: #000;
}
.pama18-chart.jquery-data-chart .number.inside {
	top: 15px;
}

.pama18-chart.jquery-data-chart .bar-height {
	height: 150px;
}
.pama18-chart.jquery-data-chart .bar.purple {
	background-color: #afa9bc;
}

.pama18-chart.shg .box {
	font-size: 18px;
	line-height: 1.2em;
	width:25%;
	display: inline-block;
	text-align: center;
	padding:20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.pama18-chart.shg .box span {
	display: block;
	height: 55px;
}

.pama18-chart.shg .box strong {
	font-weight: 600;
	font-size: 26px;
}


/*pamj18*/
.pamj18-chart td {
	vertical-align: bottom;
	line-height: 1.4em;
	font-size: 14px;
}

.pie-data-chart.horizontal-align .text{
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
}	
.pie-data-chart.horizontal-align .text.number{
	font-size: 35px;
}	

.pie-data-chart.horizontal-align .pie-container {
	padding-top:10px;
	padding-bottom: 10px;
}


/* pama18dcio */
.pamj18dcio-chart.horizontal-bar-chart .bar {
	padding:10px 15px;
	font-size: 14px;
	letter-spacing: -0.1px;
	background-color: #d9d2c0;
}
.pamj18dcio-chart.horizontal-bar-chart.tdcioa .bar-container {
	width:100%;	
}

.pamj18dcio-chart.horizontal-bar-chart .bar sup {
	font-size: 0.9em;
}

.pamj18dcio-chart.horizontal-bar-chart span.label {
	float:left;
}

.pamj18dcio-chart.horizontal-bar-chart span.number {
	float:right;
	padding-right: 15px;
}

.pamj18dcio-chart.horizontal-bar-chart .bar-container {
	position: relative;
}

.pamj18dcio-chart.horizontal-bar-chart.psffa .bar-container span.number {
	position: absolute;
	float: none;
	right: 0;
	top: 2px;
	padding-right: 0;
	font-size: 11px;
}

.pamj18dcio-chart.pie-chart .text {
	padding-right:0;
	font-size: 14px;
}

.pamj18dcio-chart.pie-chart .text span {
	font-size: 1.3em;
}

.pamj18dcio-chart.pie-chart .text .purple {
	color:#a458a2;
}
.pamj18dcio-chart.pie-chart .text .green {
	color:#7ac260;
}
.pamj18dcio-chart.pie-chart .text .yellow {
	color:#e0b148;
}
.pamj18dcio-chart.pie-chart .text .yellow2 {
	color:#d4ce2d;
}
.pamj18dcio-chart.pie-chart .text .grey {
	color:#a29d8f;
}

.pamj18dcio-chart .pie-data-chart.horizontal-align .text.number{
	margin-top:0;
}


.pamj18dcio-chart.box-chart .box {
	padding:10px;
	background-color: #ccc;
	font-size: 16px;
	letter-spacing: -0.1px;
}

.pamj18dcio-chart.box-chart .box.yellow {
	background-color: #d4ce2d;
}
.pamj18dcio-chart.box-chart .box.orange {
	background-color: #e0b148;
}
.pamj18dcio-chart.box-chart .box.green {
	background-color: #7ac260;
}
.pamj18dcio-chart.box-chart .box.purple {
	background-color: #d2b2d5;
}

.pamj18dcio-chart.box-chart .box div{
	padding:10px 0;
}

.pamj18dcio-chart.box-chart .box div:nth-child(1) {
	font-size: 35px;
}

.pamj18dcio-chart.psffa.horizontal-bar-chart .bar-row:first-child {
	border-top: solid 0.3px #231f20;
	padding-top: 6px;
}
.pamj18dcio-chart.psffa.horizontal-bar-chart .bar-row {
	border-bottom: solid 0.3px #231f20;
	padding:3px 0;
	margin:3px 0;
}

.pamj18dcio-chart.psffa.horizontal-bar-chart .bar-row .label-container {
	padding-top:3px;
}

.pamj18dcio-chart.psffa.horizontal-bar-chart .chart .chart-header {
	margin-bottom: 20px;
}

/* ============= paja18rk-chart 
==============================*/
.paja18rk-chart .chart-header-no-border {
	font-weight: 600;
}

.paja18rk-chart.jquery-data-chart .bar .number.inside.vertical {
	bottom:auto;
	top:55px;
	font-size: 18px;
	color: #fff;
}

.paja18rk-chart.jquery-data-chart .bar .number.inside.vertical.six-digit {
	top:45px;
}

.paja18rk-chart.jquery-data-chart .bar .number.inside.vertical.five-digit {
	top:35px;
}

.paja18rk-chart.jquery-data-chart .bar.purple {
	background-color:#3d296e;
}

.paja18rk-chart.jquery-data-chart .bar.yellow {
	background-color:#cac02d;
}

.paja18rk-chart.jquery-data-chart .bar.lightgreen {
	background-color:#5eb646;
}

.paja18rk-chart.jquery-data-chart .bar.green {
	background-color:#3b9a46;
}

.paja18rk-chart.jquery-data-chart .bar.orange {
	background-color:#ef8531;
}

.paja18rk-chart.table-chart td:not(:first-child),
.paja18rk-chart.table-chart th:not(:first-child) {
	text-align: right;
}

.paja18rk-chart.table-chart table {
	margin-top:0;
}

.paja18rk-chart.image-chart h3.chart-header-no-border {
	font-weight: 400;
}

/* ============= paja18-chart 
==============================*/

.paja18-chart th,
.paja18-chart td {
	vertical-align: middle;
	line-height: 16px;
}

.paja18-chart .fa.grey {
	color:#96a1a9;
}

.paja18-chart .fa.yellow {
	color:#ffcd77;
}

.paja18-chart .fa.orange {
	color:#f89928;
}

.paja18-chart .bar.grey {
	background-color:#96a1a9;
}

.paja18-chart .bar.yellow {
	background-color:#ffcd77;
}

.paja18-chart .bar.orange {
	background-color:#f89928;
}

.paja18-chart.jquery-data-chart .bar-height {
	height:180px;
}

.paja18-chart.jquery-data-chart  .number.inside,
.paja18-chart.jquery-data-chart  .number.outside {
	color:#000;
	font-size: 20px;
}

.paja18-chart.text-chart .chart-header, .paja18-chart.eoramop .chart-header {
    font-size: 40px;
    padding-bottom: 5px;
    margin-bottom: 3px;
}

.paja18-chart .bar .number.inside {
	font-size: 20px;
	top:5px;
}

.paja18-chart .bar .number.outside {
	font-size: 20px;
}

.paja18-chart .bar.orange {
	background-color: #f89928;
}

.paja18-chart .bar.yellow {
	background-color: #fec44d;
}

.paja18-chart span.orange {
	color: #f89928;
}

.paja18-chart span.yellow {
	color: #fec44d;
}


.paja18-chart .half-width:first-child {
	margin-right: 5%;
}

.paja18-chart .half-width {
	max-width:46%;
	position: relative;
	display: inline-block;
	width: 100%;
}

.paja18-chart.pie-data-chart {
	position: relative;
}

.paja18-chart.pie-data-chart .text {
	position: absolute;
	top: 50%;
	font-size: 18px;
	line-height: 22px;
}

.paja18-chart.pie-data-chart .left-text {
	left:0;
}

.paja18-chart.pie-data-chart .right-text {
	right:0;
}

.paja18-chart.pie-data-chart .text span {
	font-size: 35px;
	font-weight: 600;
}

/* ============= paso18-chart 
==============================*/
.paso18-chart.table-chart td {
	font-size: 16px;
}

.paso18-chart .fa {
	font-size: 14px;
}

.paso18-chart .fa.lightblue {
	color:#00c0f3;
}
.paso18-chart .fa.fadedblueblue {
	color:#56af9c;
}
.paso18-chart .fa.greyblue {
	color:#4b847e;
}
.paso18-chart .fa.blue {
	color:#1169a2;
}
.paso18-chart .fa.purple {
	color:#4e5769;
}
.paso18-chart .fa.yellow {
	color:#efc054;
}
.paso18-chart .fa.orange {
	color:#f8951d;
}
.paso18-chart .fa.red {
	color:#f15a28;
}

.paso18-chart .bar.yellow {
	background-color:#efc054;
}
.paso18-chart .bar.orange {
	background-color:#f8951d;
}
.paso18-chart .bar.red {
	background-color:#f15a28;
}
.paso18-chart .bar.grey {
	background-color:#b2a4a7;
}

.paso18-chart.table-chart.wotfitbqofyep td:nth-child(2) {
	width:220px;
}

.paso18-chart.table-chart.wotfitbqofyep canvas {
	position: relative;
	left:-30%;
}

.paso18-chart.table-chart.wotfitbqofyep tr:first-child td {
	border-bottom: none;
}

.paso18-chart.wotfitbqofyep .pie-data-chart.horizontal-align{
	padding-left:27%;
}

.paso18-chart.wotfitbqofyep .pie-data-chart.horizontal-align .pie {
	display: inline-block;
	width: 23%;
	vertical-align: bottom;
	padding-right: 10px;
}

.paso18-chart.dmfaa.pie-data-chart .horizontal-align {
	padding-top: 20px;
}

.paso18-chart.dmfaa.pie-data-chart .horizontal-align .pie {
	display: inline-block;
	width: 31%;
	vertical-align: bottom;
	padding-right: 10px;
	vertical-align: top;
}

.paso18-chart.dmfaa.pie-data-chart .legend-block {
	display: block;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	font-size: 16px;
}
.paso18-chart.dmfaa.pie-data-chart .text {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
}

.paso18-chart.dmfqnf .labels {
	padding-top: 60px;
}

.paso18-chart.dmfqnf.jquery-data-chart .number {
	font-size: 14px;
	color: #000;
}

.paso18-chart.wwatwur .number,
.paso18-chart.wfwtiptm .number {
	color:#fff;
	font-size: 50px;
	font-weight: 600;
	padding-top: 20px;
}

.paso18-chart.pie-data-chart.meutew .text,
.paso18-chart.wfwtiptm .text{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

.paso18-chart.pie-data-chart.meutew .text.number,
.paso18-chart.wfwtiptm .text.number{
	font-size: 25px;
	color: #29759c;
}	

.paso18-chart.pie-data-chart.meutew .pie-container {
	padding-top:10px;
	padding-bottom: 10px;
}

.paso18-chart .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.paso18-chart .col-sm-2 {
    width: 20%;
    float: left;
}

.paso18-chart.wfwtiptm .row > div {
	text-align: center;
	padding:20px 0;
}

.paso18-chart.wfwtiptm .text {
	font-size: 18px;
}

.paso18-chart.wfwtiptm .text.number {
	color:#000;
	font-weight: 700;
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.paso18-chart.tat img {
	float:right;
	margin-top: -125px;
}

.paso18-chart.wwatwur .chart-container {
	padding-top: 30px;
}

.paso18-chart.dmfqnf .chart-header,
.paso18-chart.dmfqnf .big-text {
	margin-bottom: 5px;
}


/* ============= pafj19-chart 
==============================*/
.pafj19-chart.table-chart table {
	font-size: 16px;
}

.pafj19-chart.table-chart table td:first-child {
	padding-left: 0;
}

.pafj19-chart.fmart  {
	position: relative;
}

.pafj19-chart .flag-icon {
	position: absolute;
	top: -15%;
	right: -5%;
}

.pafj19-chart.hehwtir .col-sm-3 {
	text-align: center;
	margin-top:20px;
}

.pafj19-chart.hehwtir .col-sm-3 span {
	font-weight: 600;
	font-size: 3em;
}

/* ============= pand18-chart 
==============================*/
.pand18-chart.pie-data-chart .audience-header {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.pand18-chart.pie-data-chart .left-text {
	width:60%;
	margin-right: 4%;
}

.pand18-chart.pie-data-chart .right-chart {
	width:35%;
}

.pand18-chart.pie-data-chart .left-text ul {
	margin: 0;
}

.pand18-chart.pie-data-chart .left-text ul li {
	display: block;
	margin-left: 0;
	margin-bottom: 15px;
}

.pand18-chart.pie-data-chart .left-text ul li span {
	font-size: 18px;
}

.pand18-chart.pie-data-chart .left-text ul li span.text {
	max-width: 400px;
	display: inline-block;
	vertical-align: top;
}

.pand18-chart.pie-data-chart li .square {
	height:13px;
	width: 13px;
	display: inline-block;
	margin-right: 5px;
}

.pand18-chart.pie-data-chart .left-text ul li span.number {
	float: right;
	font-size: 22;
	display: inline-block;
	vertical-align: top;
}

.pand18-chart.table-chart table {
	font-size: 16px;
}

.pand18-chart.table-chart table td {
	padding-left: 0;
	padding-right: 0;
}

.pand18-chart.pie-data-chart {
	margin-bottom: 60px;
}


/* ============= pama19-chart 
==============================*/
.pama19-chart.table-chart td {
	font-size: 16px;
}

.pama19-chart.table-chart.numbered-table td:first-child {
	padding-left:0;
	padding-right: 0;
}

.pama19-chart.taaac td {
	padding-left:4px;
	padding-right: 4px;
	font-size: 14px;
}

.pama19-chart.rne img {
	position:absolute;
	top: -20px;
	right: 0;
	width: 30%;
}

.pama19-chart .statistic-blocks{ 
	text-align: center;
	padding-top:10px;
}

.statistic-blocks{
	font-size: 20px;
}

.statistic-blocks .number {
	font-size: 1.6em;
	margin-bottom: 5px;
}

/* ============= pafj19-chart Micro plan survey.
Piggybacks off of pajf18-chart styles since they are nearly identical
==================================================================*/

.pajf19-chart .fa.blue {
	color:#279dd9;
}

.pajf19-chart .fa.purple {
	color:#803b96;
}

.pajf19-chart .fa.pink {
	color:#ee4797;
}

.pajf19-chart .fa.darkblue {
	color:#313280;
}

.pajf19-chart .fa.lightpink {
	color:#f6abcc;
}

.pajf19-chart .fa.lightblue {
	color:#75c4e8;
}

.pajf19-chart .fa.lightpurple {
	color:#a372b1;
}

.pajf19-chart .fa.notsodarkblue {
	color:#005ea9;
}

.pajf19-chart .fa.blue {
	color:#279dd9;
}

.pajf19-chart .fa.blue {
	color:#279dd9;
}

.pajf19-chart .fa.blue {
	color:#279dd9;
}

.pajf19-chart .fa.blue {
	color:#279dd9;
}

.pajf19-chart table td,
.pajf19-chart table td:nth-child(odd),
.pajf19-chart table td:nth-child(even),
.pajf19-chart table tr:nth-child(2n+1) td {
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}