@media print {
	a[href]:after {
		content: none !important;
	}

	.top-links {
		display: none;
	}

	.actionbar {
		display: none !important;
	}

	.header__intro {
		display: none;
	}

	.cover-image {
		display: none;
	}

	.course-facts {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.course__info {
		.accordion-content {
			display: block !important;
		}

		.svg__arrow-expand {
			display: none;
		}
	}

	.find-education {
		display: none;
	}

	.lessonplan-link {
		display: none;
	}

	.module--primary {
		background-color: #EDEDED !important;

		.arrow-link {
			display: none;
		}
	}

	.lesson--highlighted {
		background-color: #EDEDED !important;
	}
}