.lc { background-color: yellow }

/* subpage banner image */
@media screen and (min-width: 640px) {
	.campaign .banner.html-bnr .banner-wpr .banner-img {
		max-width: 320px !important;
		min-height: 350px !important;
	}
	.mar-custom { margin-left: 45px; }
}

/* no "contact us" in side menu */

.side-menu .side-menu-secondary-menu .secondary-menu-nav li:first-child {
	display: none !important;
}

.side-menu .side-menu-secondary-menu .secondary-menu-nav li:last-child {
	margin-left: 0 !important;
}

/* pseudo-table with icons */

.table-wpr .table-row {
	display: table !important;
	padding: 5px 0 !important;
}

/* custom faux-bolding */

.tel-number, .my-table-bl .table-row .table-cell { font-weight: normal !important; }

/* custom stuff */

.carousel-ctrl { margin-top: 40px !important; }

.w-custom { width: 83% !important; }

@media screen and (max-width: 639px) {
	.w-custom { width: 100% !important; }
	.mob-text-center { text-align: center !important; }
	.mar-custom { margin-left: 0; }
}