.text-danger {
	color: #dc3545;
}
.text-success {
	color: #198754;
}
.text-balance {
	text-wrap: balance;
}
.img-fluid-parent img {
	max-width: 100%;
    height: auto;
}
.component--landing {
	position: relative;
	height: calc(100vh - 120px - 290px);
}
.component--landing:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}
.component--landing>.container {
	position: relative;
	z-index: 2;
}
.component--landing .component--header {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.component--landing .component--header span {
	display: block;
	font-size: 200%;
}
.button.js-form-submit.form-submit {
	font-family: Oswald, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	color: #fff;
	background-color: #8a704c;
	border: 1px solid #8a704c;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: .5rem 1.5rem;
	text-align: center;
	text-transform: uppercase;
	border-radius: .25rem;
}
.button.js-form-submit.form-submit:hover {
	background-color: #755f41;
	border-color: #6e5a3d;
	color: #fff;
}
.page-node-type-page.undergraduate-2024 #block-views-block-matriculation-notification-block-1 {
	padding-top:6rem;
}
@media (max-width: 767px) {
  .page-node-type-page.undergraduate-2024 #block-views-block-matriculation-notification-block-1 {
	  padding-top:2rem;
  }
}

.home-provost-message {
		max-width: 1920px;
	}
	.home-provost img {
		z-index: 1;
		border-radius: 200px;
	}
	.home-provost::after {
		content: "";
		width: 50%;
		height: 280px;
		border-top-left-radius: 160px;
		border-bottom-left-radius: 160px;
		background-color: #8a704c;
		position: absolute;
		top: 10rem;
		right: 0;
	}
	@media (max-width:1399px) {
		.home-provost::after {
			width: 40%;
    		height: 280px;
		}
	}
	@media (max-width:1199px) {
		.home-provost::after {
			width: 45%;
    		height: 240px;
		}
	}
	@media (max-width:991px) {
		.home-provost::after {
			//width: 75%;
    	//height: 320px;
    	//top: 9rem;
    	display:none;
		}
		.home-provost img {
			margin-top: 0;
		}
	}
	@media (max-width:767px) {
		.home-provost::after {
			width: 75%;
    		height: 240px;
		}
		.home-provost img {
			margin-top: 2rem;
		}
	}
	@media (max-width:575px) {
		.home-provost::after {
			width: 75%;
    		height: 240px;
    		top: 7rem;
		}
		.home-provost img {
			margin-top: 2rem;
		}
	}