  .hero-home {
	background-image: url(/images/hero-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 193px;
}

@media (min-width: 768px) {
	.hero-home {
		min-height: 450px;
	}
}

.people-boxes-pane {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 5px;
}

.people-boxes-pane .bottom-pattern {
	height: 5px;
	background-image: url(/images/Plaid.png);
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.people-boxes-pane .box-stripe {
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.people-boxes-pane {
		margin-top: 13px;
		padding-bottom: 13px;
		height: 164px;
		background-image: url(/images/Plaid.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	.people-boxes-pane .box-stripe {
		height: 79px;
	}
}

.people-boxes-pane .box-stripe .box-stripe-bg {
	display: none;
}

@media (max-width: 767px) {
	.people-boxes-pane .box-stripe .box-stripe-bg {
		display: block;
		position: absolute;
		z-index: -1;
		background-image: url(/images/Plaid.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 60px;
		left: 0;
		top: 10px;
		width: 120px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	.people-boxes-pane .box-stripe>.container {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.people-boxes-pane .box-stripe .col-box {
		padding-left: 40px;
	}
	.people-boxes-pane .box-stripe .col-box:nth-child(2), .people-boxes-pane .box-stripe .col-box:nth-child(4) {
		box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
		z-index: 1;
	}
}

.people-boxes-pane .box-stripe .box {
    min-height: 80px;
    width: 80px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0px;
    border: 3px solid #fff;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 50%), inset 0 3px 3px 0 rgb(0 0 0 / 50%);
}

@media (min-width: 768px) {
	.people-boxes-pane .box-stripe .box {
		min-height: 175px;
		width: 175px;
		border: 9px solid #fff;
		box-shadow: none;
		margin: -60px auto 0px;
	}
}

.people-boxes-pane .box-stripe .text {
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
    color: #003E6F;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: absolute;
    margin-left: 80px;
    text-decoration:underline;
}

@media (max-width: 767px) {
    .people-boxes-pane .box-stripe .text {
        top:25px;
    }
}

@media (min-width: 768px) {
	.people-boxes-pane .box-stripe .text {
        font-size: 18px;
        justify-content: center;
        margin-bottom: 5px;
        position: absolute;
        bottom: -30px;
        width: 175px;
        display: block;
        text-align: center;
        padding: 0px;
        margin-left: -4.5px;
	}
}

.people-boxes-pane .box-stripe a.box:hover, .people-boxes-pane .box-stripe a.box:focus{
    border-color:#FC8E01 !important;
}

.people-boxes-pane .box-stripe a.box:hover .text, .people-boxes-pane .box-stripe a.box:focus .text{
    color:#C94D18;
    text-decoration:none;
    border-bottom:2px solid #C94D18 !important;
}


.people-boxes-pane .box-stripe .box.box-future-students {
	background-image: url('/images/Oval1-2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

.people-boxes-pane .box-stripe .box.box-current-students {
	background-image: url('/images/Oval2-2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

.people-boxes-pane .box-stripe .box.box-community {
	background-image: url('/images/Oval3-2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

.people-boxes-pane .box-stripe .box.box-staff {
	background-image: url('/images/Oval4-2.jpg');
	background-repeat: no-repeat;
	background-size: contain;
}

.people-boxes-pane .white-stripe {
	display: none;
}

@media (min-width: 768px) {
	.people-boxes-pane .white-stripe {
		display: block;
		height: 72px;
		background-color: #fff;
		display: flex;
	}
}

.section-pathway {
	padding: 40px 0 30px 0;
}

@media (max-width: 767px) {
	.section-pathway {
		padding: 25px 0 20px 0;
	}
}

.section-pathway .pathway-block .txt-choose {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}

@media (max-width: 991px) {
	.section-pathway .pathway-block .txt-choose {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 575px) {
	.section-pathway .pathway-block .txt-choose {
		font-size: 30px;
		line-height: 30px;
	}
}

.section-pathway .pathway-block .txt-pathway {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

@media (max-width: 991px) {
	.section-pathway .pathway-block .txt-pathway {
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width: 575px) {
	.section-pathway .pathway-block .txt-pathway {
		font-size: 20px;
		line-height: 20px;
	}
}

.section-pathway .pathway-block {
	height: 100%;
	background-color: #E25300;
	color: #fff;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

@media (max-width: 767px) {
	.section-pathway .pathway-block {
		align-items: center;
		padding: 10px;
	}
}

@media (max-width: 575px) {
	.section-pathway .pathway-block {
		align-items: center;
		padding: 5px;
	}
}

.section-pathway .pathway-icons-bg {
	background: linear-gradient(to left, #003E6F 50%, #E25300 50%);
}

@media (max-width: 767px) {
	.section-pathway .pathway-icons-bg {
		position: absolute;
		height: 100%;
		z-index: 1;
		right: 0;
		background: linear-gradient(to top, #003E6F 50%, #E25300 50%);
	}
	.section-pathway .pathway-icons-bg .pathway-icons {
		border-radius: 0 90px 90px 0;
		padding-left: 20px;
	}
}

.section-pathway .pathway-icons-bg .pathway-icons {
	background-color: #fff;
	border-radius: 90px;
	height: 100%;
	display: table;
	width: 100%;
}

.section-pathway .pathway-icons-bg .pathway-icons .pathway-icons-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}

.section-pathway .pathway-icons-bg .pathway-icons img {
	width: 40px;
	margin: 10px 0;
}

.section-pathway .pathway-icons-bg .pathway-icons a {
	display: inline-block;
}

.section-pathway .pathway-icons-bg .pathway-icons a:hover img, .section-pathway .pathway-icons-bg .pathway-icons a:focus img {
    border-bottom: 3px solid #000;
    width: 45px;
    transition: width .25s;
}

@media (max-width: 767px) {
	.section-pathway .pathway-icons-bg .pathway-icons {
		border-radius: 115px 0 0 115px;
	}
	.section-pathway .pathway-icons-bg .pathway-icons .pathway-icons-inner {
		padding: 0;
	}
}

.section-pathway .pathway-text {
	background-color: #003E6F;
	color: #fff;
	padding: 20px;
	font-size: 12px;
	line-height: 15px;
	height: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.section-pathway .pathway-text {
		padding: 10px 20px;
	}
}

@media (max-width: 575px) {
	.section-pathway .pathway-text {
		padding: 5px 20px;
	}
}

.section-pathway .pathway-icons-img {
	max-height: 90%;
	max-width: 70%;
}

.welcome-back-card {
	height: 100%;
}

@media (max-width: 767px) {
	.welcome-back-card {
		min-height: 300px;
	}
}

.section-quick-links {
	border-bottom: 6px solid #E25300;
	margin-bottom: 30px;
}