.explore-section h2{
	color: #000;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
@media (width <= 768px) {

}

.explore-section h2 span{
	color: #5D97C9;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.explore-cards {}

.explore-cards .card .card-img, .explore-cards .card .card-img-top{
	border-radius:15px 15px 0 0;
}
.explore-cards .card .card-body{
	background: var(--blue-dark); border-radius:0 0 15px 15px; padding: 20px 30px;
}
.explore-cards .card{
	background: var(--blue-dark);
	border: 0;
	border-radius: 15px;
	transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
}
.explore-cards .card:hover, .explore-cards .card:focus-within {
  transform: scale(1.025);
  box-shadow: 0 0.5rem 1.25rem rgba(30, 41, 59, 0.10), 0 2px 8px rgba(30, 41, 59, 0.06);
  z-index: 2;
}
@media (prefers-reduced-motion: reduce){
	.explore-cards .card:hover, .explore-cards .card:focus-within{
		transform:none;
	}
}

.explore-cards .card:hover .btn-primary,
.explore-cards .card:focus-within .btn-primary{
	background:#fff; color:var(--primary-blue);
}

.explore-cards .card h5{
	color: #FFF;
	font-family: "Avenir Next";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 125% */
}
.explore-cards .card a{
	--bs-btn-bg: #1466B4;
	border-radius: 50%;
	border:0;
	margin-left:15px;
	width:40px; height:40px;
	display:flex; 
	align-items:center;
	justify-content:center;
	padding:0;
}
.thank-you-section{
	color: #000000;
}
footer:not(.thank-you){
	background-color:#8dd8ff;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:top;
	color: #cccccc;
	margin-top: 0;
	position:relative;
}
footer.thank-you{
	background-color: var(--blue-light);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position:top;
	color: #cccccc;
	margin-top: 60px;
	padding-top: 30px;
	position:relative;
}
footer:not(.thank-you):before{
	content:"";
	width:100%;
	height:400px;
	background:red;
	position:absolute;
	top:-250px;
	left:0;
	right:0;
	margin:auto;
	z-index:-1;
	background:url('../images/footer-background.jpg') no-repeat center;
	background-size:cover
}

footer a:hover{
	transition:all 0.25s ease;
}

footer p{
	color: #000;
	text-align: center;
	font-family: "Avenir Next";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#copyright{
	border-top: 1px solid #5D97C9;
	padding: 20px 0;
}
footer span {
	color: #000;
	text-align: center;
	font-family: "Avenir Next";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
footer a {
	color: #000;
	text-align: center;
	font-family: "Avenir Next";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	color: #ffffff;
}