h1 {line-height:1.2 !important;}
h2 {line-height:1.2 !important;}
h3 {line-height:1.3 !important;}
h4 {line-height:1.4 !important;}
h5 {line-height:1.5 !important;}
h6 {line-height:1.6 !important;}
p:last-child {margin-bottom: 0 !important;}

.checkboxes-wrap .jet-form-builder__field-label span {
	display: inline !important;
}

.formcss .mellanrumefter {
	padding-bottom: 20px !important;
}

.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
	padding-bottom: 20px !important;
}

.wp-block-jet-forms-radio-field .checkradio-wrap {
  background-color: #ffffff;
	padding: 6px;
	width: 33%;
	margin: auto !important;
	text-align: center !important;
	vertical-align: top;
}

.wp-block-jet-forms-radio-field .jet-form-builder__field-label span::before {
	display: none;
}

.wp-block-jet-forms-radio-field .checkradio-wrap label {
	line-height: 1em !important;
	width: 100%;
	margin: auto !important;
	text-align: center !important;
	
}

.wp-block-jet-forms-radio-field .checkradio-wrap label span {
  text-align: center;
	font-size: 14px;
	font-family: CentraleSans;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	padding: 10px;
  border-radius: 4px;
  border: 2px solid #033146;
	height: 50px;
	min-width: 100%;
	text-align: center !important;
	justify-content: center;
	background: #033146;
}

.wp-block-jet-forms-radio-field .checkradio-wrap label span::before {display: none;
}

.wp-block-jet-forms-radio-field .checkradio-wrap label input {
  position: absolute;
  display: none !important;
  color: #fff !important;
}



.wp-block-jet-forms-radio-field .checkradio-wrap input:checked + span {
    color: #CED665;
	background: #033146;
}

.jet-form-builder__field.checkradio-field span {
	vertical-align: top !important;
}

@media only screen and (max-width: 767px) {
	
	
	.wp-block-jet-forms-radio-field .checkradio-wrap {
  background-color: #ffffff;
	padding: 6px;
	width: 100%;
	margin: auto !important;
	text-align: center !important;
	vertical-align: top;
}
	
}


