/* New Header Layout */
.logo img {
  width: 250px !important;
  max-width: 250px !important;
}
.top-header-inner ul {
  justify-content: unset !important;
  column-gap: 35px;
}
.top-header-inner ul li {
  width: auto !important;
}
.top-header-inner ul li a img {
  
}
.top-header-inner ul li a span {
  color: #005eb8 !important;
}
.flexible-margin {
  margin-left: auto;
}
@media (max-width: 992px){
  .top-header-inner ul {
    padding-right: 60px;
  }
  .mobile-trigger {
    top: -80px !important; 
  }
}
@media (max-width: 730px){
   .header-wrap .top-header-inner ul {
    flex-wrap: wrap;
  }
  
  .logo-container {
    padding-top: 10px;
    order: 1;
  }
  .flexible-margin {
    width: 50%;
    margin-left: unset;
    margin-right: auto;
  }
  .top-header-inner ul {
    padding: 0;
  }
  .top-header-inner ul li {
    width: 45% !important;
  }
}
.header-wrap .menu-header .pro-mega-menu,
.header-wrap .menu-header .sec-mega-menu {
  top: 32px !important; 
}
/* .header-wrap .menu-header .pro-mega-menu,
.header-wrap .menu-header .sec-mega-menu {
  top: 38px !important; 
}
.header-wrap .menu-header .pro-mega-menu::before {
  left: 311px !important;
}
.header-wrap .menu-header .sec-mega-menu::before {
  left: 422px !important;
} */




/* Header Search */
.header-search {
  display: flex;
  margin: 0;
  position: relative;
}

.header-search > form {
  display: flex;
  top: 100%;
  left: -248.75px;
}

.header-search > button {
  background: transparent;
  color: #005eb8;
}

.header-search > form input[type=text] {
  width: 250px;
}

.header-search > form > button.search-button {
  width: auto;
}

.res-menu.custom-menu-primary form.mobile-search-bar {
  display: flex;
  border-bottom: 2px solid #005eb8;
  border-left: 2px solid #005eb8;
}

.res-menu.custom-menu-primary form.mobile-search-bar input.hs-search-field__input {
  padding-left: 25px;
}


/*new menu update*/
.new-structure-alt{
  display:none !important;
}

@media all and (min-width:992px){
  .new-menu-structure .top-header, .new-menu-structure li.logoCol img{
    transition: all 200ms ease-in-out;
  }

  .new-menu-structure li.logoCol img {
    min-width: 360px;
  }

  .fixed .new-menu-structure .top-header {
    position: relative;
    margin-bottom: 0;
  }

  .fixed .new-menu-structure li.logoCol img {
    min-width: 275px !important;
  }

  .new-menu-structure .top-header {
    margin-bottom: 40px;
  }

  .new-menu-structure li.logoCol a {
    display: flex !important;
    justify-content: center !important;
  }

  .new-menu-structure  .header-wrap .top-header-inner ul li {
    width: unset !important;
  }
}

@media (max-width: 992px){
  /*.new-menu-structure .top-header {*/
  /*  padding: 35px 0 !important;*/
  /*}*/
  li.logoCol {
    display: none !important;
  }

  .new-structure-alt{
    display:block !important;
  }
}

/*end of new menu update*/


.hs-menu-wrapper ul {
  padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
  height: 42px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: inherit;
  max-width: auto;
  overflow: hidden;
  text-overflow: unset;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: unset;
  width: 200px;
  overflow: unset;
  text-overflow: unset;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 200px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.hs-menu-children-wrapper {
  background-color: #EAEFF3;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 10px 20px;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  width: auto !important;
  opacity: 1;
  visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 200px;
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
  max-width: 100%;
  overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
  padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
  padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
  padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
  padding-left: 140px;
}

li.hs-menu-depth-5 > a {
  padding-left: 3em !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  width: auto;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

/*=======*/

/* ==========================================================================
Custom Menu Primary
========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 992px){


  /* Variables
  ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -50.5px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #005eb8; /* Background color */
    border: 1px solid #005eb8;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: ; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 42px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








.header-wrap { width: 100%; display: inline-block; }
header.header { width: 100%; display: inline-block; transition: height 0.5s ease-in; /*height: 283px;*/ position: relative; z-index: 9999; top: 0; left: 0; }
.header-wrap .top-header { width: 100%; display: inline-block; padding: 44px 0 0.5px 0; transition: ease-in-out 0.2s; }
.header-wrap .top-header-inner { width: 100%; display: inline-block; }
.header-wrap .top-header-inner ul { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-wrap .top-header-inner ul li { width: 50%; display: inline-block; }
.header-wrap .top-header-inner ul li a { width: 100%; display: flex; align-items: center; justify-content: flex-start; }
.header-wrap .top-header-inner ul li a img { width: 100%; display: inline-block; max-width: 14px; object-fit: contain; object-position: center; margin: 0; }
.header-wrap .top-header-inner ul li a span { width: auto; display: inline-block; margin: 0; padding: 0 0 0 12px; font-family: 'Josefin Sans'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 20px; color: #4A4A4A; }
.header-wrap .top-header-inner ul li:last-child a { justify-content: flex-end; }
.header-wrap .top-header-inner ul li a:hover { color: #005EB8; }
.header-wrap .logo-header { width: 100%; display: inline-block; padding-bottom: 31px; }
.header-wrap .logo-header .logo-inner { width: 100%; display: inline-block;  text-align: center;  }
.header-wrap .logo-inner a { width:auto; display: inline-block;}
.header-wrap .logo-inner a img { width: 100%; display: inline-block; max-width: 410px; transition: 0.4s ease-in; }
.header-wrap .menu-header { width: 100%; display: inline-block; padding: 18px 0 18px 0; background: rgba(255, 255, 255, 0.52); box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.06); }
.header-wrap .menu-header-inner { width: 100%; display: inline-block; }
.header-wrap .menu-header-inner ul { width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;  }
.header-wrap .menu-header-inner ul li { width: auto; display: inline-block; }
.header-wrap .menu-header-inner ul li a { width: auto; display: inline-block; padding: 11px 25px; font-family: 'Lato'; font-style: normal; font-weight: 500; font-size: 16px; color: #282828; line-height: 20px; text-transform: capitalize; }
.header-wrap .menu-header-inner ul li a:hover { color: #2E61AD; }
.header-wrap .menu-header-inner{display:flex;align-items:center;justify-content:center; flex-wrap: wrap; }
.header-wrap .menu-header-inner span{margin:0;}
.header-wrap .menu-header-inner .header-cta{margin:0;}


.header-wrap .menu-header .sec-mega-menu {
  width: 100%;
  max-width: 1108px;
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 26.5px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.header-wrap .menu-header .sec-mega-menu.active {
  display: block;
}

.header-wrap .menu-header .sec-mega-menu .color-strip {
  width: 100%;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  background: #ECEFF1;
  position: relative;
  top: 23px;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: -4px -2px 4px rgba(0, 0, 0, 0.12);
  padding: 42.5px 175px 5px;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col {
  width: calc(100% + 50px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -25px;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col a {
  width: calc(100% / 3 - 50px);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 12.5px 25px;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col .image img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  object-fit: cover;
  object-position: center;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col .title p {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
  margin: 0;
}


.header-wrap .menu-header .pro-mega-menu {
  width: 100%;
  max-width: 1108px;
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 26.5px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.header-wrap .menu-header .pro-mega-menu.active {
  display: block;
} 

.header-wrap .menu-header .pro-mega-menu .color-strip {
  width: 100%;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  background: #ECEFF1;
  position: relative;
  top: 23px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: -4px -2px 4px rgba(0, 0, 0, 0.12);
  padding: 36px 32px 18px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu {
  width: calc(100% + 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -20px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col {
  width: calc(100% / 3 - 40px);
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 20px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col .image img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  object-fit: cover;
  object-position: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col .title p {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
  margin: 0;
}




.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first {
  width: calc(36.424% - 40px); 
    box-shadow: 0px 4px 4px rgb(0 0 0 / 13%);
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it .image img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  object-fit: cover;
  object-position: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it .title p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it .title p a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .list-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 7px 15px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap {
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box:first-child {
  width: 63%;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box:last-child {
  width: 37%;
  padding-left: 10px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-title p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #005EB8;
  margin: 0;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-title p a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #005EB8;
  margin: 0;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A;     height: unset;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A; padding: 0;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second {
  width: calc(39.888% - 40px);     box-shadow: 0px 4px 4px rgb(0 0 0 / 13%);
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it .image img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  object-fit: cover;
  object-position: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it .title p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it .title p a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
}


.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .list-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 7px 15px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap {
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box:first-child {
  width: 63%;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box:last-child {
  width: 37%;
  padding-left: 10px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-title p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #005EB8;
  margin: 0;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-title p a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #005EB8;
  margin: 0;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A;     height: unset;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A; padding: 0;
}


.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third {
  width: calc(25.281% - 40px);      box-shadow: 0px 4px 4px rgb(0 0 0 / 13%);
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it .image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it .image img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  object-fit: cover;
  object-position: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it .title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it .title p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it .title p a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  color: #4A4A4A;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .list-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 7px 15px;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap {
  flex-wrap: wrap;
}

/* .header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box:first-child {
width: 63%;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box:last-child {
width: 37%;
padding-left: 10px;
} */

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-title p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40.5px;
  color: #005EB8;
  margin: 0;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-title p a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40.5px;
  color: #005EB8;
  margin: 0;
}


.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A;     height: unset;
}

.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-list ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #4A4A4A;     padding: 0;
}


.header-wrap .menu-header-inner .main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper { width: 200px; }

.res-menu { display: none; }

.header-wrap .menu-header .sec-mega-menu .sec-mega-wrap .sec-menu .sec-col a:hover .title p { color: #2E61AD; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .it .title p a:hover { color: #005EB8; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-title p a:hover { color: #4A4A4A; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-first .lg-wrap .lg-col .lg-box .lg-list ul li a:hover { color: #005EB8; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .it .title p a:hover { color: #005EB8; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-title p a:hover { color: #4A4A4A; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-second .lg-wrap .lg-col .lg-box .lg-list ul li a:hover { color: #005EB8; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .it .title p a:hover { color: #005EB8; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-title p a:hover { color: #4A4A4A; }
.header-wrap .menu-header .pro-mega-menu .pro-mega-wrap .pro-menu .pro-col-third .lg-wrap .lg-col .lg-box .lg-list ul li a:hover { color: #005EB8; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper> li { width: 100%; display: inline-block; }
/* .header-wrap .menu-header .pro-mega-menu:before { content: ""; width: 33.5px; height: 13.5px; display: block; background-image: url('https://www.contourheating.co.uk/hubfs/Contour%202022/Images/mega-menu%20top%20arrow%20icon.png'); background-repeat: no-repeat; background-size: contain; background-position: center; position: absolute; top: 10px; left: 155px; z-index: 9999; }
.header-wrap .menu-header .sec-mega-menu:before { content: ""; width: 33.5px; height: 13.5px; display: block; background-image: url('https://www.contourheating.co.uk/hubfs/Contour%202022/Images/mega-menu%20top%20arrow%20icon.png'); background-repeat: no-repeat; background-size: contain; background-position: center; position: absolute; top: 10px; left: 260px; z-index: 9999; } */
header.header.fixed { width: 100%; background-color: #fff; box-shadow: 0px 4px 8px 2px rgba(58, 58, 58, 0.35); position: fixed; top: 0; }
header.header.fixed .header-wrap .top-header { padding-top: 15px; }
header.header.fixed .header-wrap .logo-inner a img {  max-width: 250px; }
header.header.fixed .header-wrap .logo-header {padding-top: 18px; padding-bottom: 0; }


@media (max-width: 1216px){
  .header-wrap .menu-header .pro-mega-menu:before { left: 80px; }
  .header-wrap .menu-header .sec-mega-menu:before { left: 188px; }
}

@media (max-width: 1199px){
  .header-wrap .logo-inner a img { max-width: 300px; }
}

@media (max-width: 1024px){
  .header-wrap .menu-header .pro-mega-menu { max-width: 992px; }
  .header-wrap .menu-header .sec-mega-menu { max-width: 992px; }
  .header-wrap .menu-header .pro-mega-menu:before { left: 95px; }
  .header-wrap .menu-header .sec-mega-menu:before { left: 202px; }
}

@media (max-width: 992px){
  .header-wrap .menu-header { position: relative; padding: 0; }
  .header-wrap .logo-header .logo-inner { text-align: left; }  
  .header-wrap .menu-header-inner .main-menu { flex-wrap: wrap; }
  .header-wrap .logo-inner a img { max-width: 180px; }
  .header-wrap .menu-header-inner ul { background-color: #005EB8; }
  .header-wrap .menu-header-inner ul li { width: 100%; }
  .header-wrap .menu-header-inner ul li a { color: #fff; } 
  .header-wrap .menu-header-inner .header-cta { display: none; }
  body.mobile-open .header-wrap .menu-header-inner .header-cta { width: 100%; display: block; background-color: #005EB8; border-top: 1px dotted rgba(255, 255, 255, .35); height:42px; }
  body.mobile-open .header-wrap .menu-header-inner .header-cta a { font-family: 'Lato'; font-style: normal; font-weight: 500; font-size: 16px; padding: 6px 25px; border: unset; }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper { width: 100%; } 
  .child-trigger i, .child-trigger i:after { height: 2px; float: right; }
  .header-wrap .top-header-inner ul li a img { max-width: 10px; }
  .header-wrap .top-header-inner ul li a span { font-size: 13px; padding: 0 0 0 4px; }
  /*   .custom-menu-primary.js-enabled .hs-menu-wrapper { position: absolute; } */
  .mobile-open .mobile-trigger { top: -50.5px; }
  .header-wrap .logo-header { position: relative; top: 8px; padding-bottom: 0 !important; }
  .header-wrap .top-header { padding: 10px 0; }
  .header-wrap .menu-header-inner { position: absolute; left: 0; }
  .child-trigger { width: 100% !important; right: 25px; }

  .header-wrap .menu-header-inner ul { display: block; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { height: 100%; }
  .header-wrap .menu-header .sec-mega-menu.active { display: none; }
  .header-wrap .menu-header .pro-mega-menu.active { display: none; } 

  .header-wrap .menu-header .menu-header-inner .main-menu { display: none; }
  .custom-menu-primary ul.hs-menu-children-wrapper { position: relative !important; top: 0; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 0; }
  .header-wrap .menu-header-inner ul li a:hover { color: #282828; }
  .res-menu { display: block; }
  header.header.fixed .header-wrap .logo-header { padding-top: 0; }
  header.header.fixed .logo-inner { position: relative; top: 8px; }
  
}

