  .matrix {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.matrix.factoids {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 25px 0px;
}
.matrix.factoids .factoid {
	width: 350px;
	margin: 25px 0px;
	max-width: 100%;
}
@media (max-width: 350px) {
.matrix.factoids .factoid .container span {
	font-size: 17vw;
}
}
.matrix.halves > div {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 720px) {
	.matrix.halves > div {
		width: 50%;
	}
}
.matrix.factoids.thirds > div {
	width: auto;
}
.matrix.thirds > div {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 720px) {
	.matrix.thirds > div {
		width: 33.3333%;
	}
	.matrix.factoids.thirds > div {
		width: auto;
	}
}
.matrix.fourths > div {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 720px) {
	.matrix.fourths > div {
		width: 50%;
	}
}
@media (min-width: 920px) {
	.matrix.fourths > div {
		width: 25%;
	}
}
.matrix.fifths > div {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 720px) {
	.matrix.fifths > div {
		width: 20%;
	}
}
@media (min-width: 1024px) and (max-width: 1184px) {
	.matrix.events > div {
		display: none;
	}
	.matrix.events > div:nth-child(-n+3) {
		display: block;
		width: 33%;
	}
}
@media (min-width: 721px) and (max-width: 1023px) {
	.matrix.events > div {
		display: none;
	}
	.matrix.events > div:nth-child(-n+2) {
		display: block;
		width: 50%;
	}
}
@media (max-width: 720px) {
	.matrix.events > div {
		display: none;
	}
	.matrix.events > div:first-child {
		display: block;
		width: 100%;
	}
}
.matrix.overlay-cta {
	border-bottom: 1px solid #ccc;
}
.matrix.overlay-cta > div {
	padding: 20px 10px;
}
@media (min-width: 45em) {
	.matrix.overlay-cta > div {
		padding: 40px 20px;
	}
	.matrix.overlay-cta > div:first-child {
		padding: 40px 0px 40px 40px;
	}
	.matrix.overlay-cta > div:last-child {
		padding: 40px 40px 40px 0px;
	}
}
.matrix.generic-cta > div {
	padding: 10px 20px;
}
@media (min-width: 45em) {
	.matrix.generic-cta > div {
		padding: 30px 10px;
	}
}
.matrix.choose-path {
	border-bottom: 1px solid #ccc;
	z-index: 99;
}
.matrix.choose-path > div {
	padding: 10px;
}
@media (min-width: 55em) {
	.matrix.choose-path > div {
		margin-bottom: 50px;
	}
}
@media (min-width: 45em) {
	.matrix.choose-path > div .text-image-intro {
		margin-bottom: 52px;
	}
}
@media (min-width: 55em) {
	.matrix.choose-path > div .text-image-intro {
		margin-bottom: 0;
	}
}
@media (min-width: 55em) {
	.matrix.choose-path > div .text-image-intro .container {
		bottom: -50px;
		margin-bottom: 52px;
	}
}
.matrix.choose-path > div .text-image-intro .container p {
	font-family: "freight-sans-pro-n3","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fcfcfc;
	font-size: 18px;
	line-height: 24px;
	height: auto;
	margin: 0;
}
.matrix.back-to-school {
	background: #C1A875;
}
.matrix.back-to-school > div {
	display: block;
	float: left;
	width: 100%;
}
@media (min-width: 45em) {
	.matrix.back-to-school > div {
		width: 180px;
		border-left: 1px solid #fcfcfc;
	}
}
.matrix.back-to-school > div:first-child {
	padding: 10px;
	min-height: 54px;
	max-height: 54px;
	background: #CCB486;
	border: none;
}
@media (min-width: 45em) {
	.matrix.back-to-school > div:first-child {
		width: 160px;
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		padding: 14px 20px;
	}
}
@media (min-width: 55em) {
	.matrix.back-to-school > div:first-child {
		width: 240px;
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}
}
@media (min-width: 70em) {
	.matrix.back-to-school > div:first-child {
		width: 360px;
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}
}
.matrix.back-to-school > div span {
	display: block;
	float: left;
	width: 100%;
	font-family: "freight-sans-pro-n6","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #592c88;
	font-size: 16px;
	line-height: 22px;
}
@media (min-width: 45em) {
	.matrix.back-to-school > div span {
		font-size: 13px;
		line-height: 14px;
	}
}
@media (min-width: 55em) {
	.matrix.back-to-school > div span {
		font-size: 16px;
		line-height: 16px;
	}
}
@media (min-width: 70em) {
	.matrix.back-to-school > div span {
		font-size: 20px;
		line-height: 24px;
	}
}
.matrix.back-to-school > div .options > div {
	display: block;
	float: left;
	width: 50%;
}
.matrix.back-to-school > div .options > div:last-child {
	border-left: 1px solid #fcfcfc;
}
.matrix.back-to-school > div .options > div .drop-container .dropdown {
	background: #C1A875 !important;
}
@media (min-width: 45em) {
	.matrix.back-to-school > div .options > div .drop-container .dropdown {
		background: #CCB486 !important;
	}
}
.matrix.back-to-school > div .options > div .drop-container ul {
	position: absolute;
	right: 0;
	width: 265px !important;
}
.matrix.back-to-school > div .options > div .drop-container ul:before {
	left: initial;
	right: 20px;
}
.matrix.back-to-school > div .options > div:first-child .drop-container ul {
	left: 0;
}
.matrix.back-to-school > div .options > div:first-child .drop-container ul:before {
	left: 20px;
	right: auto;
}
.matrix.explore-colleges .text-image-intro.overlay {
	height: 100%;
	overflow: hidden;
}
.matrix.explore-colleges .text-image-intro.overlay img {
	width: auto;
	height: 200px;
}
.matrix.explore-colleges .text-image-intro.overlay a {
	position: absolute;
}
@media (min-width: 45em) {
	.matrix.explore-colleges .text-image-intro.overlay a {
		bottom: 0;
		top: 0;
	}
}

