.mkv-mce .et_pb_text_inner > * {
	margin-bottom: 20px;
}
	.mkv-mce .et_pb_text_inner > *:last-child {
		margin-bottom: 0;
	}

	.mkv-mce :is(h1, h2, h3, h4, h5, h6) {
		color: #000;
		font-weight: 600;
	}


ul.mkv-checklist {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	list-style: none outside none;
}

	ul.mkv-checklist li {
		position: relative;
		padding: 0 0 15px 10px;
		font-weight: 700;
		list-style: none outside none;
	}
	ul.mkv-checklist li:last-child {
		padding-bottom: 0;
	}

		ul.mkv-checklist li:before {
			content: '\e052';
			font-family: ETmodules;
			color: #feec02;
			font-size: 22px;
			font-weight: 400;
			line-height: 1;
			position: absolute;
			top: 2px;
			width: 28px;
			height: 28px;
			margin-left: -35px;
		}


/** CONTAINER WIDTHS FIX - ROB **/
.et_pb_row {
	width: 90% !important;
	max-width: 1300px !important;
}


/** CONTACT FORM 7 **/
.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .wpcf7-form {
  position: relative;
}

@media (min-width: 420px) and (max-width: 767px) and (orientation:portrait) {
	.wpcf7 .wpcf7-form {
		width: 80%;
		margin: 0 auto;
	}
}

.wpcf7 .wpcf7-form .bite-this {
  position: absolute;
  left: -999vw;
  z-index: -99;
  opacity: 0;
}

.wpcf7 .wpcf7-form label {
	display: inline-block;
  margin-bottom: 2px;
	color: #000;
	font-size: 1rem;
	letter-spacing: 1px;
}

.wpcf7 .wpcf7-form label:hover {
  color: #006bb3;
	transition: color .2s linear;
}

.wpcf7 .wpcf7-form .required {
	color: #d20000;
}

.wpcf7 .wpcf7-form .form-control {
	-webkit-appearance: none;
	width: 100%;
	padding: 16px;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
	border-radius: 5px;
	border: 2px solid #000000;
	box-shadow: 3px 3px 0px 0px #006bb3;
}

.wpcf7 .wpcf7-form .field-row {
  position: relative;
  display: flex;
  flex-direction: column;
	row-gap: 10px;
  margin-bottom: 10px;
}

.wpcf7 .wpcf7-form .field-row:last-of-type {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-form .field-wrap {
  position: relative;
  display: block;
}

@media (min-width: 576px) {
	.wpcf7 .wpcf7-form .field-row {
		margin-bottom: 20px;
	}

  .wpcf7 .wpcf7-form .field-row.col-multi {
		flex-direction: row;
		column-gap: 20px;
	}
		.wpcf7 .wpcf7-form .field-row.col-multi .one-half {
			flex: 1 0 calc(50% - 20px);
		}
}


.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
	line-height: 1;
}

.wpcf7 .wpcf7-form textarea {
  resize: none;
}

.wpcf7 .wpcf7-form .finalize {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
  position: relative;
	padding: 12px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	background: #006bb3;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}
	.wpcf7 .wpcf7-form .wpcf7-submit:hover {
		color: #000;
		background: #feec02;
		transition: all .2s linear;
	}

.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-submit[disabled],
.wpcf7 .wpcf7-form .wpcf7-submit.disabled {
  color: #333;
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

.wpcf7 .wpcf7-form .wpcf7-submit:disabled:after,
.wpcf7 .wpcf7-form .wpcf7-submit[disabled]:after,
.wpcf7 .wpcf7-form .wpcf7-submit.disabled:after {
  display: none;
}

.wpcf7 .wpcf7-form.submitting .field-row,
.wpcf7 .wpcf7-form.resetting .field-row,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit,
.wpcf7 .wpcf7-form.resetting .wpcf7-submit {
  opacity: 0.05;
  pointer-events: none;
}

.wpcf7 .wpcf7-form.submitting .wpcf7-spinner,
.wpcf7 .wpcf7-form.resetting .wpcf7-spinner {
  display: block;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  display: flex;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #00a701;
  color: #00a701;
}

.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border-color: #d20000;
  color: #d20000;
}

.wpcf7 .wpcf7-form.failed .wpcf7-not-valid,
.wpcf7 .wpcf7-form.aborted .wpcf7-not-valid {
  border-color: #d20000;
}

.wpcf7 .wpcf7-form.spam .wpcf7-response-output {
  border-color: #00bbd2;
}

.wpcf7 .wpcf7-form.spam .wpcf7-not-valid {
  border-color: #00bbd2;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  border-color: #d20000;
  color: #d20000;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-not-valid,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-not-valid {
  border-color: #d20000;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  display: none;
  justify-content: center;
  align-items: center;
  scroll-margin: 40px;
  margin: 0 0 16px;
  padding: 18px;
  font-weight: 500;
  font-size: 1rem;
  border-width: 1px;
  border-style: dashed;
  border-radius: 5px;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: inline-block;
  padding: 8px 16px;
  color: #d20000;
  font-size: 0.85rem;
  border: 1px dashed #d20000;
  border-top: 0;
	border-radius: 0 0 5px 5px;
}

.wpcf7 .wpcf7-form .wpcf7-display-none,
.wpcf7 .wpcf7-form div.ajax-error {
  display: none;
}
