  .row--chart {
  /*border-bottom: 4px solid #eeedee;*/
  margin: 0 0 40px;
  display:none !important;
}
.row--chart.commodity-active{
	display:block !important;
}

.half--chart {
  padding: 0 0 50px;
}

.mpaChart {
  width: 100%;
  height: 280px;
}

.mpaChart svg text {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600;
  fill: #8f8e8b !important;
}

.mpaChart svg text tspan {
  text-align: center !important;
}

.wysiwyg .mpaChartLegend h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: verdana, helvetica, sans-serif;
  margin: 0;
}

.wysiwyg .mpaChartLegend p {
  margin: 0;
  font-size: 14px;
}

.print-email{
	margin-top:10px;
}
.print-email a{
	display:block;
	color: #222c66;
	cursor:pointer;
}
.print-email a:before{
	content:url('images/printer-icon.svg');
	width:15px;
    height:15px;
    display:inline-block;
    margin-right:5px;
    vertical-align:baseline;
}

.chart-legend.email-chart-legend{
	display:block;
	text-align: center;
	float:none;
	margin:0 auto
}
.chart-legend.email-chart-legend:before{
	content:'';
	clear:both;
	display:table;
}

.email-chart-nav{
	text-align: center;
	font-size: 0;
}
.email-chart-nav .email-nav-item{
	display: inline-block;
	cursor:pointer;
}
.email-nav-item svg{
	cursor:pointer;
	width:45%;
}
.email-chart-nav .nav-circle{
	opacity:0;
}
.email-chart-nav .commodity-active .nav-circle{
	opacity:0.3;
}
.email-chart-nav .email-nav-item h3{
	margin-bottom: 0;
	font-size: 27px;
	color: #B7B5B2;
	text-transform: uppercase;
}
.email-chart-nav .commodity-active h3{
	color: #222c66;
}
.email-chart-nav .email-nav-item svg path {
	fill: #B7B5B2 !important;
}
.email-chart-nav .commodity-active svg path {
	fill: #222c66 !important;
}
.email-chart-nav .email-nav-item.canola svg path {
	stroke: #B7B5B2 !important;
}
.email-chart-nav .commodity-active.canola svg path {
	stroke: #222c66 !important;
}

.email-chart-nav i{
	display:block;
	visibility: hidden;
	font-size: 27px;
	color: #222c66;
	line-height:10px;
}
.email-chart-nav .hidden{
	visibility: hidden;
}
.email-chart-nav .commodity-active i{
	visibility:visible;
}
/*Hides Market Signals Weekly Report initially*/
#fieldrow-email_fields_market_report_wysiwyg {
	display: none;
}

/* mpa h2 overide*/
.mpa-h1 {
	font-size: 45px !important;
}
.mpa-h2 {
	margin-top: 70px;
	font-size: 30px !important;
}

.weekly-performance-center {
 	margin: auto !important;
 	width: 55% !important;
}

.perf-disc {
	font-style: italic;
	color: #231f20 !important;
}

.weekly-performance-sp-heading {
	border-bottom: 1px solid #676767;
	display: inline-block;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

[role="doc-subtitle"] {
	margin-top: 0;
	color: #676767;
}

@media (max-width: 1024px) {
  .half.half--chart {
    width: 100%;
  }
}
@media(max-width: 550px){
	.email-chart-nav .email-nav-item{
		display: block;
		width:100%;
	}
}


@media print {
	.amcharts-main-div{
		height: auto !important;
	}
	.email-chart-nav{
		display: none;
	}
	h1{
		display: block;
		visibility: visible;
	}
	#print-asp, #print-mpa{
		display: none;
	}
  .clear{
    page-break-inside: avoid;
  }
  .half{
    width: 100%;
    page-break-inside: avoid;
  }
  .amcharts-chart-div{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .logo{width:70px; margin:0 0 40px;}


}
