.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.header-wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .page-center {
  width: 100%;
  max-width: 100%;
  padding-right: 32px;
  padding-left: 30px;
}
.header-menu ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding-top: 42px;
}
.header-menu ul>li.hs-menu-item {
  padding-right: 25px;
  list-style: none;
  line-height: 1em;
}
.header-menu ul>li.hs-menu-item:last-child{
  padding-right: 20px;
}
.header-menu ul li.hs-menu-item a {
  font-family: 'Quincy CF',serif;
  text-decoration: none; 
  display: block;
  color: #edeef0;
  font-size: 17px; 
  line-height: 14px;
  letter-spacing: 0.7px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-bottom: 42px;
  font-weight: 500;
}
.header-menu ul.hs-menu-children-wrapper>li>a {
  padding: 6px 20px;
  width: 200px;
}
.header-menu ul li.hs-menu-item.hs-menu-depth-1:last-child {
  margin-bottom: 42px;
  margin-left: 22px;
}
.header-menu ul li.hs-menu-item.hs-menu-depth-1:last-child a {
  transition: all .3s ease-in-out;
  padding: 15px 18px!important;
  margin: -15px -20px;
  border-radius: 0;
  background: #947a40!important;
  color: #edeef0!important;
  border-style: solid;
  border-width: 0;
  border-color: #82aaad;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
}
.header-menu ul.hs-menu-children-wrapper {
  background-color: #1b1d21;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #947a40;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  text-align: left;
  top: 98px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header-menu ul li.hs-menu-item a:hover {
  opacity: 0.7;
}
.header-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after {
  font: normal normal normal 14px FontAwesome;
  content: "\f107";
  position: absolute;
  right: 4px;
  top: 0px;
  font-weight: 600;
}
.header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
  padding-right: 20px;
}
.header-menu ul li.hs-menu-item:hover ul.hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
}
.header-menu ul.hs-menu-children-wrapper li {
  padding: 0 20px;
  margin: 0;
}
.header-logo a{
  margin-left: 5px;
  display: block;
  margin-top: 1px; 
}
.header-logo img {
  margin: 0;
  width: 100% !important;
  display: block;
  max-width: 171px;
  height: auto;
}
.header-menu ul.hs-menu-children-wrapper li{
  line-height: 1.75em;
}

/*--- mobile menu ---*/
@media (min-width: 981px){  /*  used to be 961 - need to change back? */

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

@media (max-width: 980px){   /* used to be 960 - need to change back?  */

  header.header .page-center
  {
    padding-left: 9px;
    padding-right: 10px;
  }
  header .header-logo img
  {
    max-height: 63% !important;
    max-width: 178px;
    height: 63%;
  }
  .header-wrap
  {
    height:79px;
  }
  .custom-menu-primary-new .hs-menu-flow-horizontal 
  {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    display: none;
    z-index: 99999;
  }

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

  {% set menuColorMobile = "#000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#E2E2E2" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#E2E2E2" %} /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 23px;          /* Position Button at top right of screen  */
    right: 13px;        /*******************************************/
    width: 48px; /* Button width */
    height: 48px; /* Button height */      
    padding: 10px;
    background: ; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:all .3s ease-in-out; 
    -moz-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*     border: 1px solid #E2E2E2; */
  }

/*   a.mobile-trigger-new:hover i, a.mobile-trigger-new:hover i::before, a.mobile-trigger-new:hover i::after {
  background-color: #ecc879;
  } */

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: ;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: 0px;
    margin-left: 0px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  .mobile-open a.mobile-trigger-new i:before, .mobile-open a.mobile-trigger-new i:after{
    background: rgba(148,122,64,.78);
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 30px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #ecc879; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -9px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 9px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: ; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s; 
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .header-menu ul {
    padding: 0;
    display: block;
    box-shadow: none !important;
    background: #1b1d21;
  }

  .header-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    display: none;
  }
  .header-menu ul > li.hs-menu-item {
    padding-right: 0;
  }
  .header-menu ul > li.hs-menu-item .child-trigger-new {
    display: none !important;
  }
  .header-menu ul.hs-menu-children-wrapper {
    display:block !important;
    position: relative;
    top: 0;
    padding: 0;
    width: auto;
    visibility: visible;
    border-top: none;
    opacity: 1;
    padding-left: 10px;
    background-color: transparent;
  }
  .header-menu ul li.hs-menu-item a { 
    border-bottom-color: rgba(0,0,0,.02);
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 15px;
    line-height: 1;  
    text-transform: none;
    font-variant: normal;
    letter-spacing: 0; 
    font-family: 'Open Sans', sans-serif !important;
    width: 100%;
  }

  .header-menu ul.hs-menu-children-wrapper li {
    padding-left: 5%;
  }
  .header-menu ul li.hs-menu-item.hs-menu-depth-1:last-child {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }
  .header-menu ul li.hs-menu-item.hs-menu-depth-1:last-child a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0; 
    padding: 15px !important;
    margin: 0;
  }
  .header-menu ul li.hs-menu-item a:hover {
    background: #BDC8D5;
    color: #fff;
    opacity: 1;
  }
  .header-menu ul li.hs-menu-item.hs-menu-depth-1:last-child a:hover {
    background: #BDC8D5 !important;
    color: #fff !important;
    opacity: 1;
  }
} 
/*--- mobile menu end here ---*/

@media (max-width: 767px){ 

}

