header {
  background-color:#fff;
}

.desktoplink{
    display:block;
  }
  
  .mobilelink {
    display:none !important;
  }
.flyout {
  background-color:#f0f0eb;

  width:100%;
  position:absolute;
  left:0;
  height:0;
  top:90px;
  transition:.3s;
}



.header-menu li {
  position:relative;
}

.header-menu a {
  color:#373a3c;
  margin-right:20px;
}

.contact-section {
  padding-top:14px;
}

.header-menu a img {
  width: 12px;
  display: inline-block;
}

.menuinner {
  display:none;
  flex-wrap:wrap;
  background-color:#f0f0eb;
  padding:30px 60px 60px 60px;
}

.menuinner {
  margin-top:22px;
}
.menuinner li {
  width:25%;
  padding:15px 15px 15px 15px;
  margin-bottom:15px;
}

.menuinner.fl3 li {
  width:33%;
  padding:15px 15px 15px 15px;
}

.menuinner.fl2 ul li {
  width:50%;
  padding:15px 15px 15px 15px;
}


.menuinner.fl2 {
  justify-content:space-between; 
  flex-wrap:wrap;
}

.menuinner.fl2 ul {
  width:46%;
  display:flex;
  flex-wrap:wrap;
}

.linksmall {
  color: #d6034d !important;
  text-transform:uppercase !important;
  font-family: AvenirBold !important;
  font-weight:700 !important;
  font-size:.8em !important;
}

.menuhead {
  flex-shrink:0;
  width:100% !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.menuinner li h4 {
  display: block!important;
  color: #d6034d!important;
  font-weight: 600!important;
  font-size: 16px!important;
  margin: 0!important;
  padding-bottom: 12px!important;
  border-bottom: 1px grey solid!important;
  width: 100%!important;

}


.menuinner li h5 {
  display: block!important;
  font-weight: 600!important;
  font-size: 16px!important;
  margin: 0!important;
  padding-bottom: 12px!important;
  border-bottom: 1px grey solid!important;
  width: 100%!important;
  text-transform:uppercase;

}

.menuinner li a h4 {
  display: block!important;
  color: #d6034d!important;
  font-weight: 600!important;
  font-size: 16px!important;
  margin: 0!important;
  padding-bottom: 12px!important;
  border-bottom: 1px grey solid!important;
  width: 100%!important;

}

.menuinner li a {
  padding:5px 0 !important;
  line-height: 1.4em !important;
}

.has-children::after {
  content: '\f347';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;}
}

.contact-mobile {
  height: 34px;
position: -webkit-sticky;
position: sticky;
top: 0;
}

.contact-mobile .phone a {
/*background-image: url(//4094189.fs1.hubspotusercontent-na1.net/hubfs/4094189/raw_assets/public/EPM%202023/images/Iconfeather-phone.svg);*/
background-position: 9px;
background-repeat: no-repeat;
background-size: 20px;
color: #d6034d;
font-family: AvenirBold;
font-size: 1.2em;
font-weight: 500;
/* margin-top: 10px; */
/* padding-left: 30px; */
/* white-space: nowrap; */
display: block;
justify-self: flex-end;
text-align: right;
padding:0 20px 0 30px;
background-image: url(//4094189.fs1.hubspotusercontent-na1.net/hubfs/4094189/raw_assets/public/EPM%202023/images/Iconfeather-phone.svg);
background-position: 9px;
background-repeat: no-repeat;
background-size: 20px;
}

#colourwrap.pebble form p {
  color:#4A4A4A !important;
}

div.sticky {
  position: fixed;
  top: 0;
  width:100%;
  z-index:10;
}
@media only screen and (min-width: 951px) {

li:hover .flyout {
  height:0;

  }
  
  
li:hover>.flyout .menuinner {
  display:flex;
  flex-wrap:wrap;
}
  header .navigation .header-links>ul a {
    height:auto;
  }
  .menulink {
    display:none;
  }
}

@media only screen and (max-width: 950px) {
  
  .mobilelink{
    display:block !important;
  }
  
  .desktoplink {
    display:none !important;
  }

  .header-links>ul>li {
    padding-bottom:0;
  }
  
.menuinner li a h4 {
padding-bottom:7px !important;
  }
  
  header .navigation .header-links>ul a {
    height:auto;
  }
    header .navigation .header-links>ul a, header .navigation .header-links>ul h4 {
    color:#242e54!important;
      text-transform:capitalize;
  }
  .menulink {
    display:block;
    right: 10px;
    top: 40px;
    position: absolute;
  }
  
  .navigation .header-links>ul {
    left: -101%;
    transition:all .3s;
  }
  
  .menu-on .navigation .header-links>ul {
    left: 0;
    transition:all .3s;
  }
  
}