/* Content update starts */

/* step-2 css */

.list-navebar-step-2 li a {
	color: #3B3B3B;
	/* legacy IE11 */
	color: var(--dark-grey-clr);
	font-size: 2rem;
	text-decoration: none;
}

/* 2023 fixes by Oleg start */
.list-navebar-step-2 li a:hover,
.list-navebar-step-2 li a:focus {
	text-decoration: underline;
}

/* 2023 fixes by Oleg end */

.light-white-blue-bg {
	background-color: #D6DEE8;
}

.step-2-note {
	font-size: 1em !important;
}

.text-split-step-2 {
	font-size: 2.4rem;
	color: #000000AB;
}

/* step-3 css */

.btn-text-step-3 {
	text-transform: none;
}

.card-info-step-3 {
	border-bottom: none !important;
}

.dark-blue-bg-step-3 {
	background-color: #1C315E !important;
}

.dark-blue-step-3 {
	color: #1C315E;
}

.image-display-step-3 {
	display: inline-block;
}

@media only screen and (max-width: 375px) {
	.btn-long-text-step-3 {
		padding-left: 4px;
		padding-right: 4px;
		font-size: 1.1rem;
	}
}

/* faq css */

.required-field-red {
	color: #650000;
}

.optional-field-blue {
	color: #38529A;
}

/* step-5 css */

.blue-background-step-5 {
	background-color: #0054A4 !important;
}

.blue-text-step-5 {
	color: #0054A4
}

/* faq css */

#accordion31 .panel .panel-heading,
#accordion41 .panel .panel-heading,
#accordion51 .panel .panel-heading {
	margin-bottom: 5px;
}