/* page */
.page-logo {
	background-image: url(/files/images/framework/logo@2x.png);
	background-size: 148px;
}
.page-footer-pattern {
	background-image: url(/files/images/framework/page-background-a-gray.png);
	background-size: 63%;
}

@media only all and (min-width: $breakpoint-b) {
	/* Needs desktop retina assets */
}

/* content */
.l-section-head:after {
	background-image: url(/files/images/framework/arrow-heading-link@2x.png);
	background-size: 7px;
}
.media-img-checkmark {
	background-image: url(/files/images/framework/icon-checkmark@2x.png);
	background-size: 20px;
}

/* menu */
.menu-link-primary {
	background-image: url(/files/images/framework/button-menu.png);
	background-size: 37px;
}
.menu-link-primary:hover,
.menu-link-primary:active,
.menu-link-primary.active {
	background-image: url(/files/images/framework/button-menu-active.png);
}

.menu-item-primary-1:before {
	background-image: url(/files/images/framework/arrow-menu@2x.png);
	background-size: 8px;
}

.menu-item-primary-1.is-active:before {
	background-image: url(/files/images/framework/arrow-menu-active@2x.png);
	background-size: 13px;
}