.apply {
	height: 270px;
	background-color: #00c1bf;
}

.apply .applyText {
	color: black;
}

.apply .aquaButton {
	position: absolute;
	right: 60px;
	bottom: 30px;
}

.applyToday
{
	background-color: #631d76;
	padding: 20px;
	/*padding: 2vmin;*/
	color: white;
	margin-bottom: 60px;
}

.applyToday .applyInner {
	position: relative;
}

.applyToday a {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	padding: 12px 22px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
    .applyToday {
		padding: 35px 35px 40px 35px;
	}

	.applyToday a {
		margin-top: 0;
		text-align: left;
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media screen and (min-width: 568px) {
	.applyToday {
		padding: 30px;
	}
}

@media screen and (max-width: 568px) {
	.applyToday {
        margin-bottom: 40px;
	}
}

.applyToday a:hover {
	background: #fd870d;
	color: #000;
}

.findCourse
{
	position: absolute;
	bottom: 7px;
	right: 0px;
/*	background-color: #631d76;
	width: 55%;*/
	display: block;
	/*padding: 55px 80px;*/
	color: white;
	width: 60% !important;
	z-index: 99;
}

.findCourse-main {
	background-color: rgba(99, 29, 118, 0.8);
}

.findCourse-content {
	padding: 25px 0px;
}

#homeVideo {
    height: 720px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 576px) {
    #homeVideo {
        height: 360px;
    }
}

.videoContent {
	position: absolute;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	color: #f1f1f1;
	width: 100%;
	padding: 20px;
	z-index: 99;
}

#pbButton {
	/*width: 100px;*/
	font-size: 30px;
	padding: 10px 20px;
	border: none;
	color: white;
	cursor: pointer;
	background: transparent;
}

#pbButton:hover {
	color: #631d76;
}

@media (min-width: 576px) {
	.findCourse-content {
		padding: 15px 30px 15px 30px;
	}
}

@media (min-width: 992px) {
	.findCourse-content {
		padding: 15px 0px 15px 60px;
	}
}

@media (max-width: 576px) {
    .findCourse {
        width: 100% !important;
    }
}

@media (max-wdith: 992px) {
    .findCourse {
        width: 70% !important;
    }
}

.findCourse-content input[type=radio] {
	margin: 0px 10px;
}

.findCourse h2 {
	color: white;
	margin-bottom: 25px;
}

.findCourse .input-group .form-control {
	border: none;
}

.findCourse .control {
	margin: 0px;
}

.findCourse .control p {
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.findCourse {
		position: relative;
	}

	#homeVideo {
		width: auto;
	}

	.videoContent {
		bottom: 266px;
	}
}

input.searchCourseTB::placeholder {
	color: #818a8f;
}

.infoGrey {
	position: relative;
}

.infoGrey:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #f2f3f4;
	height: 25%;
	width: 100%;
	content: '';
}

/* Stay connected */
.section-connected {
	background: #f2f3f4;
	padding: 60px 0px;
}

.section-connected h2 {
	margin-bottom: 40px;
}

.section-connected .grid {
	position: relative;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
}

@media screen and (min-width: 600px) {
	.section-connected .social-icons {
		position: absolute;
		right: 15px;
		top: 0px;
	}
}

.section-connected .social-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #631d76;
	border-radius: 50%;
	color: white;
	text-align: center;
	position: relative;
}

.section-connected .social-icons a:hover {
	background: #481c54;
}

.section-connected .social-icons a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}