@charset "UTF-8";
/* CSS Document */


/* Remove custom fonts and use theme's default fonts */

/* Target h1 and h2 specifically within the .form-header */
.form-box .form-header h1, 
.form-box .form-header h2 {
	color: #094E7B !important; /* Updated main heading color */
}

.form-box .form-header h1 {
    margin-top: 0px !important;
    font-size: 34px;
    font-weight: 400; /* Adjusted to use bold weight */
    font-family: 'Space Grotesk', sans-serif;
    color: #094E7B !important;
	text-align: center;
    line-height: 38px;
}

.form-box .form-header h2 {
    line-height: 30px;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Space Grotesk', sans-serif;
    color: #094E7B !important;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

body {
    font-family: 'Space Grotesk'; /* Apply content font */
    font-size: 16px; /* Adjust size if necessary */
    line-height: 30px;
}

#apex-page-125-hero {
	display: none;
}

.w_border {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 20px 0 0 0;
	background-color: #fff;
	width: 100%;
	height: 55px;

	-webkit-clip-path: polygon(0% 20%, 6% 3%, 9% 14%, 13% 23%, 17% 3%, 22% 19%, 24% 13%, 30% 8%, 38% 12%, 42% 19%, 44% 24%, 49% 10%, 54% 14%, 58% 19%, 61% 17%, 67% 1%, 70% 7%, 76% 13%, 81% 2%, 85% 6%, 87% 16%, 91% 3%, 97% 12%, 100% 0%, 100% 100%, 0% 100%);	
}

.abs-url {
	display: none !important;
}


/* New Flexbox container to center the form */
.form-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    height: 100vh; /* Full viewport height */
    width: 100vw; /* Full viewport width */
    margin: 0 auto; /* Center the container */
    background-color: rgba(255, 255, 255, 0.5); /* White background with 80% opacity */
}


.form-header h3 {
	margin-bottom: 0px;	
}

.form-box {
    margin: 0; /* Center the form itself */
    padding: 20px;
    background: rgba(255,255,255,0.70);
}


.form-progress {
	margin: 0 0 25px 0;
	position: relative;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
}

.form-progress span {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 7px;
}

.form-progress span.active {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #29BEF0;
	opacity: .5;
	margin: 0 7px;
}

.form-answers ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;	
	color: white;
}

.form-answers li {
	width: 140px !important;
	height: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 0px !important; /* Rounded corners */
	background-color: #41A9E6 !important;
	transition: transform 0.3s ease; /* Smooth hover effect */
	color: #ffffff !important; /* Set text color */
    font-family: 'Space Grotesk', sans-serif; /* Apply heading font */
    font-weight: 600; /* Bold text */
	white-space: normal;
	line-height: 1; /* Control line spacing */
	letter-spacing: 1.9px; /* Control letter spacing */

}

.form-answers li:hover {
	transform: translateY(-5px); /* Lift the card slightly */
}



.form-answers img {
	height: 60px; /* Set a fixed size for the icons */
	width: auto; /* Maintain aspect ratio */
	margin-bottom: 10px; /* Space between the icon and text */
}

.form-answers p {
	margin: 0;
	color: #224973;
	font-size: 10px;
}

.form-button {
}

.form-button a {
	max-width: 150px;
	text-transform: uppercase;
	margin: 30px auto;
	background-color: #094E7B;
	color: #fff !important;
	padding: 10px 20px;
	font-size: 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Space Grotesk', sans-serif; /* Apply heading font */
    font-weight: 700;
}

.form-button a:hover {
	background-color: #142D4A;
	color: #FFFFFF !important;
}

@media only screen and (min-width: 1281px) {
	
	.abs-url {
		display: block;
		position: fixed;
		right: 50px;
		bottom: 170px;
		color: #104167;
		font-size: 26px;
		font-weight: bold;
	}	


	
	.form-answers ul {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 100%;	
	}

	.form-answers li {
		margin: 10px;
		width: 140px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 12px;
		background-color: #142D4A;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.form-answers li:hover {
		transform: translateY(-5px);
	}

	.form-answers a {
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: 'ScubaWeb-Light W03 Regular';
		font-weight: 100;
	}

	.form-answers img {
		height: 60px;
		width: auto;
		margin-bottom: 10px;
	}

	.form-answers p {
		margin: 0;
		color: #224973;
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) {
	
	.abs-url {
		display: block;
		position: fixed;
		right: 50px;
		bottom: 170px;
		color: #104167;
		font-size: 26px;
		font-weight: bold;
	}	


	
	.form-answers ul {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 100%;	
	}

	.form-answers li {
		margin: 5px;
		width: 140px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 12px;
		background-color: #142D4A;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.form-answers li:hover {
		transform: translateY(-5px);
	}

	.form-answers a {
		text-align: center;
		color: #ffffff;
		font-size: 12px;
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: 'ScubaWeb-Light W03 Regular';
	}

	.form-answers img {
		height: 60px;
		width: auto;
		margin-bottom: 10px;
	}

	.form-answers p {
		margin: 0;
		color: #224973;
		font-size: 14px;
	}
}

@media only screen and (min-width: 489px) {
	
	.abs-url {
		display: block;
		position: fixed;
		right: 50px;
		bottom: 170px;
		color: #104167;
		font-size: 26px;
		font-weight: bold;
	}	


	
	.form-answers ul {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 100%;	
	}

	.form-answers li {
		margin: 5px;
		width: 140px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 12px;
		background-color: #142D4A;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.form-answers li:hover {
		transform: translateY(-5px);
	}

	.form-answers a {
		text-align: center;
		color: #ffffff;
		font-size: 12px;
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: 'ScubaWeb-Light W03 Regular';
	}

	.form-answers img {
		height: 60px;
		width: auto;
		margin-bottom: 10px;
	}

	.form-answers p {
		margin: 0;
		color: #224973;
		font-size: 14px;
	}
}


@media only screen and (min-width: 360px) {
		
	.form-header h3 {
	font-size: 10px;
}
	
	.form-answers ul {
		display: flex;
		flex-wrap: wrap;
		list-style-type: none;
		justify-content: center;
		margin: 0;
		padding: 0;
		width: 100%;	
	}

	.form-answers li {
		margin: 5px;
		width: 140px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		border: 1px solid #e0e0e0;
		border-radius: 12px;
		background-color: #142D4A;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.form-answers li:hover {
		transform: translateY(-5px);
	}

	.form-answers a {
		text-align: center;
		color: #ffffff;
		font-size: 12px;
		text-decoration: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: 'ScubaWeb-Light W03 Regular';
	}

	.form-answers img {
		height: 60px;
		width: auto;
		margin-bottom: 10px;
	}

	.form-answers p {
		margin: 0;
		color: #224973;
		font-size: 14px;
	}
}

