body.modal-open { overflow: visible !important; }
.mobile-search-bar { z-index: 1; }
.icon-success { display: none !important; }
.form-error { display: block !important; }
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 700px;
	z-index: -1;
}

.center_div {
	position: absolute !important;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9; 
}

.need-help {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -94%);
	z-index: 7;
}

.bg-img2 {
	background: linear-gradient(to bottom, #0054a6 480px, #EEF7F9 0%);
}

.bg-lightsky {
	background: #EEF7F9;
}

.text-lightsky {
	color: #0287C0;
}

h2.underline:after {
	width: 6rem;
	height: 2.5px;
}

h2.yellow.underline:after {
	background: #ffd000 !important;
}

.border-b {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.border-t {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.interest_btn {
	padding: 0.8em 3em !important;
}

.register_btn {
	border: 3px solid #0054a6 !important;
	padding: 0.7em 1.5em !important;
}

.event-card img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.event-card .card-body {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.event-div {
	padding-bottom: 100px;
}

.white-line {
	position: relative;
}

.white-line:after {
	content: ' ';
	width: 3px;
	height: 70%;
	background: white;
	position: absolute;
	top: 22%;
	left: 0%;
}

.ls {
	letter-spacing: 10px;
}

.text-dark-blue {
	color: #0054a6;
}

.banner_text {
	padding: 0 65px
}

#load_more {
	display: none;
}

.register_btn:hover {
	color: #fff !important;
	background-color: #266eb3 !important;
}

body.modal-open {
	overflow: hidden;
	position: relative !important;
	padding-right: 0px !important;
}

#register {
	padding-right: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.close_post {
	z-index: 9999;
	position: absolute;
	top: -15px;
	right: -15px;
}

input.form-control {
	font-size: 1.9rem;
	padding: .4em .5em !important;
	border-radius: .5rem !important;
	font-weight: 600;
	border: 1px solid #777 !important;
}

@media (max-width: 767px) {
	.banner {
		min-height: 350px !important;
	}

	.event-div {
		padding-bottom: 50;
	}

	.ls {
		letter-spacing: 5px;
	}

	.banner_text {
		padding: 0 15px;
	}

	.white-line:after {
		height: 80%;
		top: 10%;
		left: 0%;
	}

	.bg-img2 {
		background: linear-gradient(to bottom, #0054a6 550px, #EEF7F9 0%);
	}

	.video-banner {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		min-height: 200px;
		position: relative;
	}

	.load_more {
		color: #4c4c4c !important;
		border: 2px solid #4c4c4c !important;
	}

	.event_card {
		display: none;
	}

	#load_more {
		display: block;
	}
}

@media only screen and (max-width:768px) {
	
	.banner {
		min-height: 500px;
	}
	
	.ls {
		letter-spacing: 5px;
	}

	.banner_text {
		padding: 0 15px;
	}
}