.block-text-3-cols {

	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;

	@media (min-width:$screen-md) {

		margin-top: 100px;
		margin-bottom: 100px;
		padding-left: 0px;
		padding-right: 0px;

		+ .block-text,
		+ .block-text-2-cols,
		+ .block-text-3-cols {
			padding-top: 65px;
			padding-bottom: 65px;
		}
	}
}

.block-text-3-cols-cols {

	@media (min-width:$screen-sm) {
		@include flex-box;
		@include flex-row(flex-start, flex-start);
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

.block-text-3-cols-col {

	@include flex(1, 1, 0%);
	margin-top: 30px;
	margin-bottom: 30px;

	&:first-child {
		margin-top: 0px;
	}

	&:last-child {
		margin-bottom: 0px;
	}

	@media (min-width:$screen-sm) {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.block-text-3-cols-image {
	@include relative;
	height: 245px;
	width: 360px;
}

.block-text-3-cols-image-background {
	background: #5f0025;
	height: 175px;
	width: 210px;
}

.block-text-3-cols-image-foreground {
	@include absolute(top 0 left 0);
	background: #fff;
	height: 100%;
	width: 100%;
}

.block-text-3-cols-heading {

	@include relative;

	h3 {

		font-size: 1.5rem;
		line-height: $line-height-md;
		letter-spacing: 2px;
		margin: 0px;
		margin-bottom: 30px;
		text-transform: uppercase;

		@media (min-width:$screen-sm) {
			margin-bottom: 40px;
			width: 50%;
		}
	}
}

.block-text-3-cols-content {

	@include rich-text;
	color: #555;
	font-size: 1.6rem;
	line-height: $line-height-lg;

	@media (min-width:$screen-sm) {
		font-size: 1.6rem;
	}
}

