.block-layout--flow {
	padding-left: 0;
	padding-right: 0;
}
.flow--container {
	margin-bottom: 32px !important;
}
.flow--item {
	display: grid;
	grid-template-columns: 200px auto;
	grid-template-rows: auto;
}
.flow--item:after {
	clear: both;
	content: "";
	display: block;
}
.flow--item:last-of-type .flow--item--text {
	border-bottom: none;
}
	.flow--item--chart {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
		.flow--item--chart:after {
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-left: 100px solid transparent;
			border-right: 100px solid transparent;
			position: absolute;
			left: 0;
			bottom: -30px;
			z-index: 8;
		}
		.flow--item--chart .flow--item--chart--img--container {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: -25px;
		}
			.flow--item--chart .flow--item--chart--img {
				background-color: white;
				width: 50px;
				height: 50px;
				border-radius: 50%;
				position: relative;
				-webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.18);
				-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.18);
				box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.18);
			}
			.flow--item--chart .flow--item--chart--img img {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}
		.flow--item--chart h4 {
			box-sizing: border-box;
			font-size: 1rem;
			margin: 0;
			letter-spacing: 0.04rem;
			color: white;
			padding: 0 20px;
			text-align: center;
			width: 100%;
		}
			.flow--item--chart.has-icon h4 {
				padding-left: 40px;
			}
	.flow--item--text {
		border-bottom: 1px solid var(--color--blue);
		/* @include breakpoint($small_break) {
			width: calc(100% - 160px);
		} */
	}
		.flow--item--text .flow--item--text--container {
			padding: 30px;
			display: table-cell;
			vertical-align: middle;
			/* @include breakpoint($small_break) {
				padding: 15px;
			} */
		}
		.flow--item--text p {
			margin-bottom: 5px;
			margin-top: 0;
			padding-bottom: 5px;
			border-bottom: 1px solid #d4eaf6;
			/* @include breakpoint($small_break) {
				line-height: 17px;
			} */
		}
			.flow--item--text p:last-of-type {
				margin-bottom: 0;
				padding-bottom: 0;
				border-bottom: none;
			}

@media (max-width: 1040px) {
	.flow--item--chart .flow--item--chart--img--container {
		position: absolute;
		top: 40px;
		transform: translateX(-50%);
		left: 50%;
	}

	.flow--item--chart.has-icon h4 {
		padding-left: 20px;
		padding-top: 100px;
	}
}
@media (max-width: 768px) {
	.flow--item {
		grid-template-columns: 150px auto;
	}

	.flow--item--chart:after {
		border-left-width: 75px;
		border-right-width: 75px;
	}
}

.theme--college-inquiry .flow--item_1 {
	background-color: var(--color--purple);
}
.theme--college-inquiry .flow--item_1:after {
	border-top: 30px solid var(--color--purple);
}
.theme--college-inquiry .flow--item_2 {
		background-color: var(--color--purple-2);
}
.theme--college-inquiry .flow--item_2:after {
	border-top: 30px solid var(--color--purple-2);
}
.theme--college-inquiry .flow--item_3 {
		background-color: var(--color--purple-3);
}
.theme--college-inquiry .flow--item_3:after {
	border-top: 30px solid var(--color--purple-3);
}

.theme--college-bridge .flow--item_1 {
	background-color: var(--color--green);
}
.theme--college-bridge .flow--item_1:after {
	border-top: 30px solid var(--color--green);
}
.theme--college-bridge .flow--item_2 {
		background-color: var(--color--green-2);
}
.theme--college-bridge .flow--item_2:after {
	border-top: 30px solid var(--color--green-2);
}
.theme--college-bridge .flow--item_3 {
		background-color: var(--color--green-3);
}
.theme--college-bridge .flow--item_3:after {
	border-top: 30px solid var(--color--green-3);
}

.theme--right-to-college .flow--item_1 {
	background-color: var(--color--orange);
}
.theme--right-to-college .flow--item_1:after {
	border-top: 30px solid var(--color--orange);
}
.theme--right-to-college .flow--item_2 {
		background-color: var(--color--orange-2);
}
.theme--right-to-college .flow--item_2:after {
	border-top: 30px solid var(--color--orange-2);
}
.theme--right-to-college .flow--item_3 {
		background-color: var(--color--orange-3);
}
.theme--right-to-college .flow--item_3:after {
	border-top: 30px solid var(--color--orange-3);
}

.theme--college-allies .flow--item_1 {
	background-color: var(--color--red);
}
.theme--college-allies .flow--item_1:after {
	border-top: 30px solid var(--color--red);
}
.theme--college-allies .flow--item_2 {
		background-color: var(--color--red-2);
}
.theme--college-allies .flow--item_2:after {
	border-top: 30px solid var(--color--red-2);
}
.theme--college-allies .flow--item_3 {
		background-color: var(--color--red-3);
}
.theme--college-allies .flow--item_3:after {
	border-top: 30px solid var(--color--red-3);
}

.theme--general .flow--item_1 {
	background-color: var(--color--blue);
}
.theme--general .flow--item_1:after {
	border-top: 30px solid var(--color--blue);
}
.theme--general .flow--item_2 {
		background-color: var(--color--blue-dark);
}
.theme--general .flow--item_2:after {
	border-top: 30px solid var(--color--blue-dark);
}
.theme--general .flow--item_3 {
		background-color: var(--color--blue-medium);
}
.theme--general .flow--item_3:after {
	border-top: 30px solid var(--color--blue-medium);
}
