
#gform_wrapper_17 .percentbar_0 {
	width: 25% !important;
}

#gform_wrapper_17 .percentbar_33 {
	width: 50% !important;
}

#gform_wrapper_17 .percentbar_66 {
	width: 75% !important;
}

html body #input_17_9 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -20px -15px !important;
	width: auto;
	padding-bottom: 15px;
	position: relative;
}

/* html body #input_17_9:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #ccc;
} */



html body #input_17_9 li {
	width: 100%;
	background: #fff;
	color: #006EFF;
	border-radius: 4px;
	margin: 0 15px 30px !important;
	padding: 0 !important;
	width: calc(100% - 30px);
}

@media (min-width: 575px) {
	html body #input_17_9 li {
		width: calc(50% - 30px);
	}
}

@media (min-width: 992px) {
	html body #input_17_9 li {
		width: calc(25% - 30px);
	}
}

html body #input_17_9 li label {
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	display: flex;
	background: #fff;
	margin: 0 !important;
	flex-direction: column;
	flex-grow: 1;
	border: 2px solid #f1f6f3;
	border-radius: 5px;
	min-width: 100%;
	min-height: 100%;
	height: 132px;
	padding: 10px 30px 10px 10px;
}

@media (max-width: 575px) {
	html body #input_17_9 li label {
		height: auto;
		min-height: 100px;
	}
}

body .gform_wrapper ul.gfield_checkbox#input_17_9 li input[type=checkbox]:focus-visible+label {
	border-color: #006eff;
}

body .gform_wrapper ul.gfield_checkbox#input_17_9 li input[type=checkbox]:checked+label {
	border-color: #006eff;
	background-color: #006eff;
	color: #fff;
}

body .gform_wrapper ul.gfield_checkbox#input_17_9 li input[type=checkbox]+label:before {
	background: transparent;
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 30px;
	border-color: transparent transparent #f1f6f3 transparent;
}

body .gform_wrapper ul.gfield_checkbox#input_17_9 li input[type=checkbox]+label:before {
	background: transparent;
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 70px 70px;
	border-color: transparent transparent #f1f6f3 transparent;
}

body .gform_wrapper ul.gfield_checkbox#input_17_9 li input[type=checkbox]:checked+label:before {
	border-color: transparent transparent #0169ed transparent !important;
}

body .gform_wrapper ul.gfield_checkbox#input_17_9 li input[type=checkbox]+label:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
	background-image: url(../images/white-check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

label[for="input_17_5"],
label[for="input_17_14"],
label[for="input_17_40"] {
	text-transform: none !important;
	font-weight: 300 !important;
	margin-bottom: -10px !important;
	letter-spacing: 0 !important;
	font-size: 1rem !important; 
}

#input_17_5,
#input_17_14 {
	font-size: 26px !important;
	background: none !important;
	padding: 0 !important;
	font-weight: 600;
}

#input_17_40 {
	font-size: 36px !important;
	background: none !important;
	padding: 0 !important;
	font-weight: 600;
	color: #006EFF;
}