#implementation .mauticform_wrapper{
	height: 100%;
	display: grid;
	place-items: center;
	padding: 1.5em;
}

#implementation .mauticform_wrapper h3{
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #f68d25 !important;
	margin: 0;
}

#implementation .mauticform_wrapper input{
	font-size: 12px;
	padding: 8px 16px;
	color: #1a2e3b;
	max-width: 320px;
	margin: 0 auto;
	
}

#implementation .mauticform_wrapper button{
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	max-width: 320px;
	height: auto;
	letter-spacing: .4px;
	margin: 0 auto;
	padding: 10px 16px;
	border-radius: 6px;
}

#implementation > .panel-grid-cell > .panel-last-child .textwidget{
	display: flex;
  flex-direction: column;
}
#implementation > .panel-grid-cell > .panel-last-child .textwidget > p:first-child{
	margin: 0;
}
#implementation > .panel-grid-cell > .panel-last-child .textwidget .mejs-mediaelement{
	position: relative;
}
#implementation > .panel-grid-cell > .panel-last-child .textwidget .mejs-poster{
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#implementation .me-plugin{
	padding:56.25% 0 0 0;
	position:relative;
}
#implementation .me-plugin > iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page-id-1017 #page-nav{
	display: none;
}
#contact-peter{
	max-width: 600px;
}
#contact-peter p{
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
.pace-tips .button.white-wire{
	text-align: center;
	border: 2px solid white;
}