<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @import url("/content/dam/bc1/top-tier/css/custom-global.css");

ul.text-ico-list {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	box-sizing: border-box;
	padding-left: 5%;
}
.padded-section.health-promotion {
	padding-bottom: 0px;
}
.padded-section.health-promotion img {
	width: 100%;
}
.padded-section.stay-safe {
	margin-top: 8px;
}
.int-wrap section.text-section, .int-wrap section .bc-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 100;
}
.int-wrap section.text-section h2, .int-wrap section .text h2 {
	font-weight:100;
}

.int-wrap section .text-ico-list {
	font-size: 16px;
}

.int-wrap section .text-ico-list a {
	color: #8a100b;
}

body .text-ico-list li span.icon {
    	margin-left: -20px;
		 position: relative;
}

.text-section.section a{
	color:#8a100b;
}

/* MEDIA QUERY FIXES */
@media screen and (max-width: 991px) {
	ul.text-ico-list {
		width: 80%;
	}
}
</pre></body></html>