
/* Hide Elements on Print for Newsletters */

.taxonomy-term aside.col-sm-3,
.taxonomy-term .primary-footer,
.taxonomy-term .secondary-footer {
	display: none;
}
.taxonomy-term section.col-sm-9 {
	width: 100%;
}
.page-taxonomy-term h1.page-header {
/*	color: #06234b !important; */
	color: #ffffff !important;
}

footer {
	display: none !important;
}

.page-taxonomy-term .highlighted {
    /*border-bottom: solid 50px #ffffff !important; */
    -moz-box-sizing: border-box;
}