.bg-black { background-color: #292929; }
.bg-dark-grey { background-color: #757575; }
.bg-red { background-color: #c81f44; }
.bg-teal { background-color: #15847d; }
.bg-purple { background-color: #621A99; }
.bg-dark-blue { background-color: #172696; }

.bg-black, .bg-dark-grey, .bg-red, .bg-teal, .bg-purple, .bg-dark-blue{
	color: #fff;
}

.bg-black a:hover, .bg-dark-grey a:hover, .bg-red a:hover, .bg-teal a:hover, .bg-purple a:hover, .bg-dark-blue a:hover{
	color: #fff;
	opacity: .8;
}

.bg-black.quote-module .width-limiter:before, .bg-dark-grey.quote-module .width-limiter:before, 
.bg-red.quote-module .width-limiter:before, .bg-teal.quote-module .width-limiter:before, 
.bg-purple.quote-module .width-limiter:before, .bg-dark-blue.quote-module .width-limiter:before{
	background-image: url(../images/quote-white-open.svg);
}

.bg-black.quote-module .width-limiter:after, .bg-dark-grey.quote-module .width-limiter:after, 
.bg-red.quote-module .width-limiter:after, .bg-teal.quote-module .width-limiter:after, 
.bg-purple.quote-module .width-limiter:after, .bg-dark-blue.quote-module .width-limiter:after{
	background-image: url(../images/quote-white.svg);
}

.bg-white { background-color: #fff; }
.bg-light-grey { background-color: #eee; }
.bg-yellow { background-color: #F0D738; }
.bg-light-blue { background-color: #72b3da; }
.bg-green { background-color: #5acb46; }
.bg-orange { background-color: #e5803d; }

.bg-white, .bg-light-grey, .bg-yellow, .bg-light-blue, .bg-green, .bg-orange{
	color: #292929;
}

.bg-black *, .bg-dark-grey *, .bg-red *, .bg-teal *, .bg-purple *, .bg-dark-blue *, 
.bg-white *, .bg-light-grey *, .bg-yellow *, .bg-light-blue *, .bg-green *, .bg-orange *{
	color: inherit;
}