.mir_hero {
	background: url(https://cdn.cort.com/cort/images/content/mir/mir_hero_bridget1_large.jpg);
	background-position: right;
	background-size: cover;
	display: block;
	height: 35rem;
}

@media screen and (max-width: 75rem) {
	.mir_hero {
		background: url(https://cdn.cort.com/cort/images/content/mir/mir_hero_bridget1_medium.jpg);
		background-position: right;
		background-size: cover;
		height: 30rem;
	}
}

.military_hero {
	background: url(https://cdn.cort.com/cort/images/content/military/josh_hero1_large.jpg);
	background-position: right;
	background-size: cover;
	display: block;
	height: 35rem;
}

@media screen and (max-width: 75rem) {
	.military_hero {
		background: url(https://cdn.cort.com/cort/images/content/military/josh_hero1_medium.jpg);
		background-position: right;
		background-size: cover;
		height: 30rem;
	}
}

@media screen and (max-width: 48rem) {
	.military_hero {
		background: #63c0b2;
		height: auto;
	}
}

@media screen and (max-width: 48rem) {
	.mir_hero {
		background: #63c0b2;
		height: auto;
	}
}

.student_hero {
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/128637/genevieve_hero1_large.jpg);
	background-position: right;
	background-size: cover;
	display: block;
	height: 35rem;
}

@media screen and (max-width: 75rem) {
	.student_hero {
		background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/128637/genevieve_hero1_medium.jpg);
		background-position: right;
		background-size: cover;
		height: 30rem;
	}
}

@media screen and (max-width: 48rem) {
	.student_hero {
		background: #63c0b2;
		height: auto;
	}
}

.hero_text_block {
	padding: 6rem;
}

@media screen and (max-width: 75rem) {
	.hero_text_block {
		padding: 1rem 4.5rem;
	}
}

@media screen and (max-width: 60rem) {
	.hero_text_block {
		padding: 3rem;
	}
}

@media screen and (max-width: 28rem) {
	.hero_text_block {
		padding: 1.5rem;
	}
}

.hero_text_block h1 {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
	font-size: 3rem;
	line-height: 1.2;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 55rem) {
	.hero_text_block h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 48rem) {
	.hero_text_block h1 {
		color: #ffffff;
	}
}

@media screen and (max-width: 28rem) {
	.hero_text_block h1 {
		font-size: 1.5rem;
	}
}

.hero_text_block h2 {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
	font-size: 2.25rem;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 55rem) {
	.hero_text_block h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 48rem) {
	.hero_text_block h2 {
		color: #ffffff;
	}
}

@media screen and (max-width: 28rem) {
	.hero_text_block h2 {
		font-size: 1.5rem;
	}
}

.hero_text_block p {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 300;
	font-size: 1.25rem;
	text-align: center;
}

@media screen and (max-width: 48rem) {
	.hero_text_block p {
		color: #ffffff;
	}
}

@media screen and (max-width: 28rem) {
	.hero_text_block p {
		font-size: 1rem;
	}
}


.breadcrumb_nav {
	display: none;
}


@media screen and (max-width: 28rem) {
	.home_content {
		margin-top: 0;
	}
}

@media screen and (max-width: 28rem) {
.component_footer {
    padding: 2rem 1rem;
}
}

.student_text_block {
	display: flex;
	flex-direction: column;
	height: 35rem;
	padding: 5rem 5rem 1rem;
}

@media screen and (max-width: 75rem) {
	.student_text_block {
		height: 30rem;
		padding: 4rem 4rem 1rem;
	}
}

@media screen and (max-width: 60rem) {
	.student_text_block {
		padding: 3rem 3rem 1rem;
	}
}

@media screen and (max-width: 28rem) {
	.student_text_block {
		padding: 1.5rem;
	}
}

.student_text_block h1 {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
	font-size: 2.25rem;
	line-height: 1.2;
	text-align: center;
}

@media screen and (max-width: 65rem) {
	.student_text_block h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 48rem) {
	.student_text_block h1 {
		color: #ffffff;
	}
}

@media screen and (max-width: 28rem) {
	.student_text_block h1 {
		font-size: 1.5rem;
	}
}

.student_text_block h2 {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 400;
	font-size: 2.25rem;
	text-align: center;
}

@media screen and (max-width: 55rem) {
	.student_text_block h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 48rem) {
	.student_text_block h2 {
		color: #ffffff;
	}
}

@media screen and (max-width: 28rem) {
	.student_text_block h2 {
		font-size: 1.5rem;
	}
}

.student_text_block p {
	color: #606060;
	font-family: 'Red Hat Display', sans-serif; font-weight: 300;
	font-size: 1.25rem;
	padding-bottom: 1rem;
	text-align: center;
}

@media screen and (max-width: 55rem) {
	.student_text_block p {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 48rem) {
	.student_text_block p {
		color: #ffffff;
	}
}

@media screen and (max-width: 28rem) {
	.student_text_block p {
		font-size: 1rem;
	}
}

.student_text_block .spacer_grow {
	flex: 1 0 auto;
}

@media screen and (max-width: 55rem) {
	.student_text_block .spacer2 {
		height: 1.5rem;
	}
}

@media screen and (max-width: 48rem) {
	.student_text_block .spacer1 {
		height: 2rem;
	}
}

@media screen and (max-width: 28rem) {
	.student_text_block .spacer1 {
		height: 1.5rem;
	}
}

.student_text_block .button_ghost {
	margin: 1rem auto;
	padding: .625rem;
	width: 16rem;
}

@media screen and (max-width: 48rem) {
	.student_text_block .button_ghost {
		border: 1px solid #ffffff;
	}

	.student_text_block .button_ghost a {
		color: #ffffff;
	}
}

.student_text_block .small_text {
	align-self: flex-end;
	display: flex;
	font-size: 85%;
	justify-content: center;
	width: 100%;
}

.student_text_block i {
	bottom: -.125rem;
	font-size: 115%;
	margin: 0 0 0 .5rem;
	position: relative;
}

.button_ghost {
	border: 1px solid #bfbfbf;
	border-radius: 2rem;
	cursor: pointer;
	line-height: 120%;
	max-width: 14rem;
	padding: 0.5rem;
	text-align: center;
	margin: 1rem auto;
}

@media screen and (max-width: 48rem) {
	.button_ghost {
		display: block;
		float: none;
		margin: 1rem auto;
	}
}

.button_ghost a {
	color: #8c8c8c;
	font-family: 'Red Hat Display', sans-serif; font-weight: 900;
	font-size: 1rem;
	margin: 0 auto;
	text-decoration: none;
}

.button_ghost:hover {
	background: #8c8c8c;
	border: 1px solid #8c8c8c;
}

.button_ghost:hover a {
	color: white;
}

.mir_packages {
	padding-top: 3rem;
}

@media screen and (min-width: 64rem) {
	.mir_packages .large-11 {
		width: 90%;
	}
	}

@media screen and (min-width: 86rem) {
	.mir_packages .large-11 {
		width: 75%;
	}
	}

.mir_packages h2 {
    background: white;
    color: #606060;
    font-family: 'Red Hat Display', sans-serif; font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.25rem;
    margin: 0 auto;
    text-align: center;
    width: 26rem;
}


.mir_packages h3 {
    color: #606060;
    font-family: 'Red Hat Display', sans-serif; font-weight: 700;
	font-size: 1.125rem;
	padding-top:3rem;
	text-align: center;
}

@media screen and (max-width: 48rem) {
	.mir_packages h3 {
		padding-top:2rem;
	}
}

.mir_packages p {
    margin: 0 auto;
    text-align: center;
    width: 85%;
}

.module_product_hero_text {
    padding: 0 3rem 3rem;
}


.cell.spacer1.show-for-medium {
		display: none;
	}

	.hyperlink_gray {
		color: #606060;
	}
	
	.hyperlink_gray i {
		font-size: 110%;
		position: relative;
		bottom: -.125rem;
	}
	
	.hyperlink_gray:hover {
		color: #d9002f;
	}

h1 sup {
		font-size: 1.5rem;
	}
