.callouts-container {
	display: flex;
	width: 100%;
}

.callout {
	position: relative;
	background-repeat: repeat;
	padding: 3rem 3rem 0rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex: 1 1 auto;
	width: 33.33%;
	color: #fff;
	pointer-events: none;
}

.callout:hover {
	text-decoration: none;
}

.callout-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 500px;
}

.callout-button {
	text-transform: uppercase;
	display: flex;
	font-size: 17px;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	pointer-events: auto;
	margin: 1.5rem 1rem;
	width: 192px;
	height: 48px;
}

.online .callout-button {
	width: 250px;
}

/* for main landing page */

.umbrella .callout-text {
	height: unset;
}

.callout-title {
	height: 5vw;
	max-height: 50px;
	pointer-events: auto;
}

.callout-subtitle {
	width: 100%;
	margin-top: 1rem;
	font-size: 20px;
	text-align: center;
}

.callout-content {
	width: 100%;
	font-size: 17px;
	font-weight: 300;
}

.callout-content ul {
	list-style-type: none;
	padding: 0;
	padding-left: 16px;
}

.callout-content li {
	position: relative;
}

.callout-content li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -13px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.umbrella .callout {
	padding-bottom: 1rem;
}

.callout.main-academy {
	background-image: url(/assets/images/patterns/pattern-academy.png);
	background-size: 200px;
	background-color: #61ad00;
}

.callout.main-ba {
	background-image: url(/assets/images/patterns/pattern-ba.png);
	background-size: 120px;
	background-color: #d71f36;
}

.callout.main-online {
	background-image: url(/assets/images/patterns/pattern-online.png);
	background-size: 180px;
	background-color: #009fad;
}

.umbrella .callout-button {
	width: 100%;
	max-width: 20rem;
	height: 40px;
	background-color: #1b365d;
	margin: 2rem 1rem 1rem;
}

.umbrella .callout-button:hover {
	background-color: #fff;
	color: #1b365d;
}

/* for individual programs */

.online .callout:nth-child(odd) {
	background-color: #1b365d;
}

.online .callout:nth-child(even) {
	background-color: #486186;
}

.academy .callout:nth-child(odd) {
	background-color: #1b365d;
}

.academy .callout:nth-child(even) {
	background-color: #486186;
}

.callout-program-title {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	white-space: nowrap;
	pointer-events: auto;
}

.callout-program-subtitle {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	margin: 12px 0;
}

.callout-program-subtitle.short {
	display: none;
}

.callout-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: 450px;
}

.online .callout-button {
	background-color: rgb(221, 43, 0);
}

.online .callout-button:hover {
	background-color: rgb(255, 140, 140);
	color: rgb(140, 10, 0);
}

.academy .callout-button {
	background-color: #61ad00;
}

.academy .callout-button:hover {
	background-color: #fff;
	color: #61ad00;
}

.callout-img-outer {
	position: relative;
	width: 100%;
	height: 0;
	margin-bottom: 50%;
}

.callout-graphic {
	position: absolute;
	width: 100%;
	height: auto;
}

.callout .circle-arrow {
	display: none;
}

.circle-arrow {
	font-style: normal;
	font-weight: normal;
	font-family: AoPS;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-left: 12px;
	font-size: 31px;
}

.circle-arrow:after {
	text-transform: none;
	content: "‚";
}

/* shared */

.tall-arrow {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2rem;
	height: 4.5rem;
	margin-left: 2rem;
}

.tall-arrow.white {
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 125 330" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M12.1,328.4c-2.1,0-4.2-0.6-6.1-1.8C1,323.2-0.4,316.4,3,311.3L99.7,165L3,18.7C-0.4,13.6,1,6.8,6.1,3.4c5.1-3.3,11.9-2,15.2,3.1L122,158.9c2.4,3.7,2.4,8.5,0,12.1L21.3,323.5C19.2,326.7,15.7,328.4,12.1,328.4z"/></svg>');
}

.tall-arrow.green {
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 125 330" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(197, 232, 108)" d="M12.1,328.4c-2.1,0-4.2-0.6-6.1-1.8C1,323.2-0.4,316.4,3,311.3L99.7,165L3,18.7C-0.4,13.6,1,6.8,6.1,3.4c5.1-3.3,11.9-2,15.2,3.1L122,158.9c2.4,3.7,2.4,8.5,0,12.1L21.3,323.5C19.2,326.7,15.7,328.4,12.1,328.4z"/></svg>');
}

.callout .tall-arrow {
	display: none;
}

@media (max-width: 1000px) {
	.callout {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.callout-content ul {
		margin-top: 0.5rem;
	}
}

@media (max-width: 870px) {
	.callout-program-title {
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		display: flex;
		justify-content: center;
		align-items: center;
		pointer-events: auto;
	}
	.callout-text {
		margin-bottom: 1rem;
	}
	.callout .circle-arrow {
		display: block;
	}
	.callout-button {
		display: none;
	}
}

@media (max-width: 700px) {
	.callouts-container {
		flex-direction: column;
	}
	.callout {
		width: 100%;
		padding-top: 2rem;
		padding-left: 30px;
		padding-right: 30px;
	}
	.umbrella .callout {
		flex-direction: row;
		padding-bottom: 2rem;
		pointer-events: auto;
	}
	.callout-title {
		height: 12vw;
		margin-bottom: 12px;
	}
	.callout-subtitle {
		margin-top: 0;
		text-align: left;
	}
	.callout-program-title {
		font-size: 24px;
		text-align: center;
		pointer-events: auto;
	}
	.academy .callout-program-title {
		flex-direction: row;
		font-size: 22px;
	}
	.academy .circle-arrow {
		margin-left: 12px;
	}
	.callout-program-subtitle.short {
		display: none;
	}
	.callout-program-subtitle {
		display: block;
	}
	.callout-text {
		margin-top: 0;
		width: 100%;
		align-items: flex-start;
	}
	.program .callout-text {
		align-items: center;
	}
	.callout .tall-arrow {
		display: block;
	}
	.callout-button {
		display: none;
	}
}

@media (max-width: 870px) and (min-width: 701px), (max-width: 550px) {
	.callout-content {
		display: none;
	}
	.callout-program-subtitle {
		display: none;
	}
	.callout-program-subtitle.short {
		display: block;
	}
	.umbrella .callout-button {
		display: flex;
	}
	.program .callout {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.callout-text {
		margin-top: 1rem;
	}
}

@media (max-width: 550px) {
	.callout-program-subtitle.short {
		display: none;
	}
	.umbrella .callout-button {
		display: none;
	}
}

@media (max-width: 420px) {
	.callout {
		padding-left: 20px;
		padding-right: 20px;
	}
	.program .callout {
		padding-top: 1rem;
	}
}

@media (max-width: 350px) {
	.academy .callout-program-title {
		font-size: 19px;
	}
	.academy .callout-text {
		margin-top: 0;
	}
}

/*  *******************
    New Heading: T43161
    *******************  */

.online-callouts-container {
	/** COLORS **/
	--primary-color: #1b365d;
	--secondary-color: #009fad;
	--tertiary-color: #fff37b;
	--light-grey: #f2f2f2;
	--grey: #606060;
	--callout-title-font-size: 2em;
	--callout-subtitle-font-size: 1.1em;
	--callout-button-font-size: 1.3em;

	background-color: transparent;
	position: relative;
	width: 60vw;
	display: flex;
	flex-direction: row;

	padding-top: 40px;
	padding-bottom: 50px;

	z-index: 3;
}

.online-callout {
	display: block;
	position: relative;
	max-width: 50%;
	padding-left: 5%;
	padding-right: 5%;
}

.online-callout-text {
	text-align: center;
}

.online-callout-program-title {
	color: #1b365d;
	font-weight: 500;
	font-size: 2em;
	margin-top: 0;
	white-space: nowrap; /* keeps titles on one line */
}

.online-callout-program-subtitle {
	color: #606060;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	margin-bottom: 8%;
}

.online-callout-graphic {
	display: block;
	height: 100px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.online-callout-button {
	background-color: #fff37b;
	border: 2px solid #1b365d;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
}

.online-callout-button span {
	color: #1b365d;
	font-weight: bold;
	line-height: 2em;
	font-size: 1.3em;
}

/* vertical divider/separator */
.online-callout:first-child {
	border-right: 1px solid #1b365d;
	margin-left: 8%;
}
/* for good measure lol (and absolute symmetry) */
.online-callout:nth-child(2) {
	border-left: 1px solid #1b365d;
}

/* basically a waterfall of media queries to maximize subtitle font while keeping them on two lines */
@media (max-width: 1600px) {
	.online-callout-program-subtitle {
		max-width: 100%;
	}
}

@media (max-width: 1300px) {
	.online-callout-program-title {
		font-size: 1.8em;
	}
	.online-callout-program-subtitle {
		font-size: 1em;
	}
	.online-callout-button span {
		font-size: 1.2em;
	}
}

@media (max-width: 1150px) {
	.online-callouts-container {
		padding-left: 40px;
	}
	.online-callout:first-child {
		margin-left: 0;
	}
	.online-callout-program-title {
		font-size: 1.6em;
	}
	.online-callout-program-subtitle {
		font-size: 0.9em;
	}
	.online-callout-button span {
		font-size: 1.1em;
	}
}

@media (max-width: 1050px) {
	.online-callout-program-subtitle {
		font-size: 0.8em;
	}
}

@media (max-width: 900px) {
	.online-callout-program-title {
		white-space: unset;
	}
	.online-callout-program-subtitle {
		font-size: 0.7em;
	}
}

@media (max-width: 800px) {
	.online-callout:first-child {
		/* remove divider/separator */
		border-right: 0;

		padding-top: 10%;
		padding-bottom: 10%;

		/* triangle online pattern */
		background-image: url("/assets/images/landingpageredesign/triangle_online_pattern.svg");
		background-position: -3% 0;
	}
	.online-callout:nth-child(2) {
		/* remove divider/separator */
		border-left: 0;

		background-color: #f2f2f2;
		padding-top: 10%;
		padding-bottom: 10%;

		/* triangle online pattern */
		background-image: url("/assets/images/landingpageredesign/triangle_online_pattern_flipped.svg");
		background-position: 103% 0;
	}

	.online-callouts-container {
		/* stack callouts vertically */
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
	.online-callout {
		max-width: 100%;
		background-repeat: no-repeat;
	}
	.online-callout > * {
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	.online-callout-program-title {
		font-size: 2em;
	}
	.online-callout-program-subtitle {
		max-width: 80%;
		font-size: 1.1em;
	}
	.online-callout-button span {
		font-size: 1.3em;
	}
}

@media (max-width: 640px) {
	.online-callout-program-title {
		font-size: 1.9em;
	}
	.online-callout-program-subtitle {
		max-width: 100%;
		font-size: 1.05em;
	}
	.online-callout-button span {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {
	.online-callout-program-title {
		font-size: 1.6em;
	}
	.online-callout-program-subtitle {
		font-size: 0.9em;
	}
	.online-callout-button span {
		font-size: 1em;
	}
}

@media (max-width: 360px) {
	.online-callout-program-title {
		font-size: 1.4em;
	}
	.online-callout-program-subtitle {
		font-size: 0.8em;
	}
	.online-callout-button span {
		font-size: 0.9em;
	}
}
