.form h2 {
    color: var(--medium-blue);
}

.feature-text{
	max-width: 900px !important;
}

.feature-text-checklist-pictogram{
	padding-left:140px;
	background-image:url('../img/csnc-readinesscheck_picto.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size:100px;
}

.feature-text-questionmark-pictogram{
	padding-left:140px;
	background-image:url('../img/csnc-mindset_picto.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size:110px;
}

.confirmation-text-thumb-pictogram{
	padding-left:90px;
	background-image:url('../img/csnc-readyornot_picto.png');
	background-repeat:no-repeat;
	background-position: top left;
	background-size:70px;
	min-height: 75px;
}

.divider-line-container{
	margin-top:15px !important;
	margin-bottom:25px !important;
	width:100%;
}

/* target firefox only */
@-moz-document url-prefix() {
	.divider-line-container-end{
		margin-bottom:5px !important;
	}
}

.divider-line{
	background-color:#fcddf7;
	height:2px;
}

.submission-info-box-green{
	background-color:#c8ffe4;
	padding:20px 40px;
	margin:20px 0 40px;
}

.submission-info-box-green h3{
	font-size: 20px;
}

.submission-info-box-green strong{
	font-family: var(--font-bold);
}

@media(max-width:500px){
	.feature-text-checklist-pictogram{
		padding-left: 0px;
		padding-top:140px;
		background-position: top center;
	}
	.confirmation-text-thumb-pictogram{
		padding-left: 0px;
		padding-top:90px;
		background-position: top center;
	}
}

