#header #menu .menu-item-has-children > ul { display: none;
    
}
#header #menu .menu-item-has-children { position: relative;
    
}
#header #menu .menu-item-has-children:hover > ul.sub-menu { display: block;
    
}
#header #menu .menu-item-has-children > ul.sub-menu { 
    background: white;
    position: absolute;
    left: 0;
    top: 100%;
}
#nav-btn {
    display:none;
}
#page-overlay {
    z-index: 8;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0; display: none;
  transition: opacity 0s ease;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(6px);
}


    #menu-mobile {
        display: none;
    }
    
    .close-mobile-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        background: #2a2a2a;
        display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
    }
    
        .close-mobile-menu svg {
        width: 40px;
        height: 40px;
    }
        .close-mobile-menu svg path {
        fill: #f1f1f1;
    }
    
    
    .menu-main-menu-for-mobile-container {
    }
    .menu-title {
        color: #f1f1f1;
        transform: translateY(-50%);
  display: block;
    }
    .mobile-menu-wrapper {
        padding: 20%;
        background: #2a2a2a;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    #menu-main-menu-for-mobile li .sub-menu {
        padding-left: 1.5rem;
    }
    #menu-main-menu-for-mobile li a {
       padding: 0.8rem 0;
       display: block;
       color: #f1f1f1;
       font-size: 20px;
  font-weight: 800;
    }
    
    body.mobile-nav-open {
        overflow: hidden;
    }

@media screen and (min-width : 1194px) {
    #header-logo-container {
        padding: 0 2rem;
        position: relative;
        filter: drop-shadow(1px 10px 7px rgba(0,0,0,0.2))
    }    
    
    #header-logo-container:before {
        position: absolute;
        background: red;
        content: '';
        position: absolute;
        bottom: -0.8rem;
        left: 2.7rem;
        right: 1.3rem;
        height: 100%;
        z-index: -1;
    }
    .logo-wrapper {
        background: red;
    }
    .logo-wrapper:before {
        width: 2rem;
        content: '';
        position: absolute;
        bottom: -0.8rem;
        left: 0.7rem;
        height: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, red 50%) repeat scroll 0 0;
        z-index: -1;
    }
    .logo-wrapper:after {
        width: 2rem;
        content: '';
        position: absolute;
        bottom: -0.8rem;
        right:-0.7rem;
        height: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to top left, transparent 50%, red 50%) repeat scroll 0 0;
        z-index: -1;
    }
    
    .header-logo-link:before {
        width: 2rem;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, white 50%) repeat scroll 0 0;
        background: #ffffff;
        z-index: 1;
    }
    .header-logo-link:after {
        width: 2rem;
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to top left, transparent 50%, white 50%) repeat scroll 0 0;
        z-index: 1;
    }
    #page-overlay {
        display: none !important;
    }

    
    #header #menu .menu-item-has-children > ul.sub-menu {box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);}

    #header #menu .menu-item-has-children > ul.sub-menu > li {padding: 5px 15px; border-bottom: 2px solid #f1f1f1;width: 100%;}

    #header #menu .menu-item-has-children > ul.sub-menu > li a {
        display: block;
        width: max-content;
        max-width: 300px;
    }
    
    #header #menu .menu-item-has-children:hover::after {
    bottom: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin: 0 auto;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 20px solid #ffffff;
    content: '';
    transform: translateX(-50%);
    left: 50%;filter: drop-shadow(0px -2px 0px rgba(0,0,0,0.1));
  }
    
    

    .page-header-wrapper .two-column-wrapper-right { filter: drop-shadow(0px 10px 4px rgba(0,0,0,0.1)); }

}


@media screen and (min-width : 1194px) {
    body.mobile-nav-open {
      overflow: initial !important;
    }
}
@media screen and (max-width : 1193px) {
    header {
        background: white;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06); 
        height: 80px;
    }
    body.page .page-content-top {
  padding-top: 80px;
}
    #menu {
      position: absolute;
    }
    .page-header-wrapper {
            
/*
        filter: drop-shadow(0px 10px 4px rgba(0,0,0,0.1));
            */
    }
    #branding {
        width: 200px;
        height: 120px;
    }
    .page-header-wrapper .two-column-wrapper-right {
      background: transparent;
      margin-top: 0;
      top: 0;position: absolute;
      height: 100%;
      width: 100px;
     padding: 0;
     max-width: unset;
    }
    .menu-top-header-menu-container {
        display:block;
    }
    .menu-top-header-menu-container {
        display: none;  
        height: 80px;
    }
    #nav-btn {
        width: 100%;
        height: 100%;
        cursor:pointer;    display: flex;
        align-items: center;
        justify-content: center;
        background: white;
    } 
    #nav-btn::before {
      position: absolute;
      left: -52px;
      width: 32px;
      bottom: -16px;
      height: 100%;
      content: '';
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, transparent 50%, #2a2a2a 50%) repeat scroll 0 0;
    }
    #nav-btn::after {
      position: absolute;
      left: -20px;
      bottom: -16px;
      width: 100%;
      height: 100%;
      content: '';
      z-index: -1;
      background: #2a2a2a;
    }
    .header-menu {
        filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.2));
    }
    #nav-btn svg {
        width: 44px;
        height: 44px;
    } 
    #nav-btn svg path {
        stroke: #2a2a2a;
    }
    #menu-top-header-menu li.menu-item a {
      padding: 0.5rem 0.5rem;
      display: block;
        line-height: initial;
    }
    #menu-top-header-menu li.menu-item.cta {
      padding-left: 1rem;
      
    }
    #menu-top-header-menu > li.menu-item:last-child {
      margin-right: 0;
    }
    #menu-top-header-menu > li.menu-item:last-child {
      margin-right: 0;
      text-align: center;
    }
    #site-title .header-logo {
      padding: 8% 10%;
      position: relative;
    }
    #site-title .header-logo .logo-img {
      width: 80%;
      height: 80%;
      display: block;
      position: absolute;
      left: 0;    top: 50%;
      background: white;
      z-index: 6;
      object-fit: contain;    
      transform: translateY(-50%);    
      margin: 0 auto;
      left: auto;
    }
    .header-menu::before,
    .header-menu::after{
      display: none;
    }
    .header-menu {
      padding: 0;
      background: transparent;
    }
    #menu-mobile {
        display: block;
        width: 80vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background: white;
        transition: all 0.25s ease;
        z-index: 9;
    }
    #menu-mobile.open {
        transform: translateX(0);
    }
    #menu-top-header-menu {
        display: block;
    }
    #menu-top-header-menu li.menu-item {
      display: block;
      padding: 10px 5px;
    }
    #header #menu .menu-item-has-children > ul.sub-menu {
      position: relative;
      left: 0;
      top: 100%;
    }
    #header #menu .menu-item-has-children > ul {
      display: block;
    }
    
  
}
@media screen and (max-width : 819px) {
    #branding {
      margin-top: 0;
      margin-left: 0;
    }
    #branding {
      width: 160px;
    }
    .bgdrawing {
      display:none !important;
    }
}
@media screen and (max-width : 480px) {
    header {
        height: 60px;
    }
    .header-menu {
      height: 70px;
    }
    .page-header-wrapper .two-column-wrapper-right {
      width: 70px;
    }
    #nav-btn {
        width: 70px;
        height: 70px;
    }
    #branding {
        width: 160px;
        height: 90px;
      }
#nav-btn::before {
    bottom: -12px;}
    #nav-btn::after {
    bottom: -12px;}
  #menu-top-header-menu li.menu-item {
    padding: 5px 5px;
  }
    #nav-btn svg {
    width: 40px;
    height: 40px;
  }
  .header-menu #menu::before {
  left: -26px;
  width: 26px;
  }
    #nav-btn::before {
    left: -44px;
    width: 26px;
    }
      #nav-btn::after {
    left: -18px;
      }
      #menu-main-menu-for-mobile li a {
      font-size: 16px;
    }
    .menu-title {
        font-size: 28px;
    } 
    body.page .page-content-top {
      padding-top: 85px;
    }
  
  
  
}







#menu-top-header-menu li.menu-item.cta.current-menu-item a span {
    color: #fff;
}
    




















