.pathfinder-applet .shield-blue {
	background-image: none !important;
}

.pathfinder-applet {
	font-family: "Montserrat", sans-serif;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	margin-top: 0;
}

.pathfinder-applet .consider-info {
	margin-bottom: 2em;
}

.pathfinder-applet .btn-row {
    display: flex;
    align-items: stretch;  /* Ensure equal height for children */
    gap: 10px; 
}

.pathfinder-applet .btn-row a,
.pathfinder-applet .btn-row button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    min-height: 50px;
    line-height: 1.4;
    border: none;
    text-decoration: none;
	margin-top: 2em;
	font-weight: 700;
	flex: 1;
	white-space: nowrap;
	width: 50%;
	margin: 0 auto;
}

.pathfinder-applet .learn-more-btn:hover,
.pathfinder-applet .reset-btn:hover {
	opacity: 0.7;
	cursor: pointer;
}

.pathfinder-applet .reset-btn {
	background-color: #a1d8e0;
	color: #00677f;
	border: none;
}



.pathfinder-applet .consider-info + .consider-info > h2 {
	display: none;
}

main > .pathfinder-section {
	padding-top: 1em !important;
}

.pathfinder-section > header h2 {
	margin-bottom: 0;
	font-size: 2.15em;
	font-weight: 700;
	text-align: center;
	color: #135163 !important;
	margin: 0 auto;
	display: block;
}

.pathfinder-applet .icon-shield.mb-20 {
	margin: 0 auto;
	display: none;
}

.pathfinder-applet h3 {
	font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.pathfinder-applet h3 > p {
    padding-top: 1em;
}

.pathfinder-section header {
	text-align: center;
	padding: 2em;;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #ECEBEB;
	display: inline-block;
}

.pathfinder-section header > p {
	padding-top: .5em;
	text-align: center;
	font-size: 3em !important;
	display: inline-block;
	margin: 0 auto;
	color: #135163 !important;
	line-height: normal;
	font-weight: 700;
	font-family: "flood-std",sans-serif;
}

form.pathfinder {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 0 auto;
	min-height: 250px;
}

.pathfinder fieldset {
	display: none;
	border: 0;
	padding: 0;
	flex: 1;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
}

.pathfinder fieldset:first-child {
	display: block;
}

.pathfinder legend {
	font-size: 1.5em;
	padding: 1em 0;
	line-height: 1em;
	font-weight: 700;
}

.pathfinder label {
	border-radius: 5px;
	width: 100%;
	color: #fff;
	background-color: #135163;
	display: block;
	font-size: .9em;
	text-indent: 15px;
	padding: 0.75em 0;
	cursor: pointer;
	margin-bottom: 0.5em;
	clear: both;
	max-width: 100% !important;
}

.pathfinder label:hover {
	opacity: 0.5;
}

.pathfinder-applet .final-page {
	display: none;
}

.pathfinder-applet .final-page h3 {
	color: #00677f;
}

.pathfinder-applet .also-consider {
	color: #00677f;
	font-size: 1.25em;
	font-weight: 700;
}

.pathfinder-applet .final-page .related-paths h3 {
	color: #dc5034;
	font-weight: 700;
    font-size: 1.25em;
    line-height: 1.25em;
}

.pathfinder-applet .final-page h4 {
	color: #dc5034;
	font-weight: 700;
    font-size: 1.25em;
    line-height: 1.25em;
}

.pathfinder-applet .final-page h4.consider {
	color: #00677f;
	font-size: 21px;
}

.pathfinder-applet .learn-more-btn {
	background-color: #c9dd03;
	color: #00677f;
	padding: 7px 20px;
	border-radius: 5px;
	font-weight: 700;
}

.pathfinder-applet span.bold {
	font-weight: 700;
}

.pathfinder-applet .user-responses {
	text-align: left;
	display: none;
}

.pathfinder-applet .summary-wrap {
	background-color: #b5e9f1;
	padding: 1em;
}

.pathfinder-applet .summary-wrap > p {
    font-weight: 700;
}

.pathfinder-applet .summary-wrap p {
	text-align: left;
	margin-bottom: 0;
	color: #00677f;
}

.pathfinder input[type="radio"] {
	display: none;
}

.pathfinder i {
	float: right;
	margin-top: -0.25em;
	margin-right: -25px;
	color: #dc5034;
	font-size: 2em;
	padding: 0.05em;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.pathfinder-applet label.active i {
	display: inline-block;
	opacity: 1;
	max-width: 100%;
}

nav.pathfinder {
	display: block;
}

nav.pathfinder > .buttons {
	width: 100%;
	font-family: "Montserrat", sans-serif;
}

nav.pathfinder button {
	flex: 1 0 0;
	color: #135163;
	border-radius: 5px;
	padding: 0.75em;
	background-color: #a1d8e0;
	border: 0;
	font-size: 1.05em;
	cursor: pointer;
	width: 48% !important;
	font-weight: 700;
	display: none;
}

nav.pathfinder .prev {
	display: none;
}

nav.pathfinder button:hover {
	opacity: 0.75;
}

nav.pathfinder- button:first-child {
	margin-right: 0.25em;
}

nav.pathfinder button:nth-child(2) {
	margin-left: 0.25em;
}
nav.pathfinder .validation-message {
	padding: 1em 0;
	font-size: 1em;
	font-weight: 600;
	color: #a4493d;
	display: block;
}
.pathfinder fieldset {
	display: none;
	border: 0;
	padding: 0;
	flex: 1;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
}

.pathfinder-applet  fieldset.active {
	display: block;
	opacity: 1;
	position: relative;
}

.pathfinder-applet .slide-in {
	animation: slideIn 0.5s forwards;
}

.pathfinder-applet .slide-out {
	animation: slideOut 0.5s forwards;
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes slideOut {
	from {
		transform: translateX(0%);
		opacity: 1;
	}
	to {
		transform: translateX(-100%);
		opacity: 0;
	}
}

.progress-wrap {
	display: flex;
}

.progress-container {
	background: #ccc;
	border-radius: 5px;
	position: relative;
	flex: 1 1 auto;
}

.pathfinder-applet .progress-bar {
	height: 100%;
	width: 0%; /* Start empty */
	background-color: #A1D8E0;
	border-radius: 5px;
	transition: width 0.5s ease-in-out;
}

.progress-label {
	font-weight: 700;
	color: #00677F;
	flex: 0 0 auto;
}

.pathfinder-applet .spinner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pathfinder-applet .spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 4px solid #83afb4;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

.pathfinder-applet .spinner-text {
	margin-top: 10px;
	font-size: 1.2em;
	color: #83afb4;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.pathfinder-applet fieldset {
	position: relative;
	padding: 20px; /* Adjust as needed */
}

.pathfinder-applet .step-counter {
	float: right;
	font-size: 14px; /* Adjust as needed */
	font-weight: bold;
	color: #333; /* Adjust as needed */
	margin-bottom: 1em;
}

.pathfinder-applet .help {
	top: 30%;
	width: 295px;
	height: 295px;
	background-color: #a1d8e0;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0; /* Start with the element hidden */
	animation: fadeIn 1s ease-out 1s forwards; /* Adjust duration and delay as needed */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #135163;
	font-weight: 700;
	position: absolute;
    padding: 2em;
}

.pathfinder-applet .help.left {
	transform: translate(-50%, -50%); 
	right: 125%;
}

.pathfinder-applet .help.right {
	transform: translate(-50%, -50%);
	left: 125%
}

.pathfinder-applet .help .info {
	padding-top: 1em;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	opacity: 1 !important;
	margin-left: -15px;
}

.pathfinder-section .help-image {
	width: 25px;
	margin: -1.5em 0 1.5em;
}

.pathfinder-applet .help .alert.alert-danger {
	background-color: transparent;
	border: 0;
	color: #dc5034;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.15em;
	display: block;
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
	to {
		opacity: 1; /* Fade in to fully visible */
	}
}

.pathfinder-applet .related-paths h3 {
	color: #dc5034;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.25em;
}

.pathfinder-applet .col-lg-5 {
	width: 100% !important;
}

.pathfinder-applet .eligible-paths a.btn,
.pathfinder-applet .consider-info a.btn-primary.btn {
	display: inline;
	padding: 10px 20px;
}

@media (max-width: 656px) {
    body .pathfinder-applet {
        background-size: cover;
    }
	body .pathfinder-applet .final-page .content-container {
		display: block;
	}
	body .pathfinder-applet .eligible-paths-container,
	body .pathfinder-applet .user-responses {
		width: 100%;
	}
	.pathfinder-applet .buttons button {
		font-size: 0.8em;
	}
}

@media (max-width: 445px) {
	.pathfinder-applet,
	form.pathfinder {
		width: 100%;
	}
}

/* .page-id-91413 .container.pt-100.pb-50.pt-lg-50.pb-lg-150.rellax {
	max-width: 1200px;
}
 */
.pathfinder-section {
    background-color: #E7E7E7;
    background: url("../img/background-pattern.webp") no-repeat;
    background-size: cover;
	text-align: center;
}

.pathfinder-applet .final-page .content-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.pathfinder-applet .eligible-paths-container {
	text-align: left;
	margin: 0 auto;
}

.pathfinder-applet .summary-wrap {
	width: 90%;
	margin: 0 auto;
}

.pathfinder-applet .user-responses ul {
	list-style: none;
	padding: 0;
}

.pathfinder-applet .user-responses li {
	margin-bottom: 10px;
}

.pathfinder-applet .path {
	text-align: left;
	margin-bottom: 2em;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
	.pathfinder-applet fieldset {
		padding-top: 0 !important;
	}
	.pathfinder-applet .help {
		position: static;
		height: auto;
		border-radius: 5px; /* Change the shape for mobile */
		opacity: 1; /* Always visible once shown */
		animation: none; /* Disable animation on mobile */
		text-align: left; /* Align text to the left */
		transform: none !important;
		width: 300px;
		height: 300px;
		text-align: center;
		border-radius: 50%;
		margin: 1em auto;
	}
}

@media (max-width: 435px) {
	body .pathfinder-section header > p {
		font-size: 3.75em !important;
		line-height: 1em !important;
	}
}