/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2026 | 08:22:54 */
.body {  background:#f1f1f1 !important }

.bannerOverlayHome { position:absolute; left:0; top:0; right:0; bottom:0 }
.bannerHeading h1 , h1.bannerHeading { color:#fff !important }
p.formTxt { padding-bottom:0; margin-bottom:0 }
.twoCol { display:flex; grid-gap: 32px; padding-bottom:32px } 
.fullCol { display:flex } 
.twoCol input, .fullCol input { width:100% ; box-sizing: border-box; padding: 10px; }
.twoCol p, .fullCol p { padding:0; margin:0}
.fullCol div, .fullCol div textarea{ width:100% }
.twoCol div{ width:50% }
textarea{ min-height:120px; max-height:120px;}

.hfe-nav-menu__toggle{ margin:0 0 0 auto }


@media screen and (max-width:750px){
	.bannerOverlayHome { position:absolute !important; left:0; top:0; right:0; bottom:0 }
	.bannerHeading h1 , h1.bannerHeading { color:#000 !important }
	.twoCol {
  grid-gap: 16px;
  padding-bottom: 16px;
  flex-direction: column;
}
	.twoCol div  { width:100% }
	
}