
/* DROP Menu white background */
#navbarb{
    background-color: #000; 
    box-shadow: 2px 2px 3px rgb(127,127,127);
    top: 0px;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
  }
  
  /* Style the navbarblinks */
  #navbarb a {
    
    color: white;
    font-size: 17px;
    text-align: right;
    /*vertical-align: center; */
    padding: 0px;
    text-decoration: none;
  }
  
  #navbarb a:hover {
    color: rgb(244,119,59);
  }
 
  .logo2b{
    position: absolute;
    display: block;
    width: 25%;
    text-align: right;
    left: 0%;
    top: 10%;
    height: 60px;
  /*  border: 1px solid #73AD21;*/
    padding: 3px 1% 0 0 ;
    z-index: 69;
}

.logo_mobile{
  position: fixed;
  display: inline-block;
  width: 15%;
  text-align: right;
  left: 12px;
  top: 6px;
  height: 60px;
/*  border: 1px solid #73AD21;*/
  padding: 3px 1% 0 0 ;
  z-index: 70;
}
.pancake{
  position: fixed;
  background-color: black;
  display: none;
  color: white;
  font-size: 17px;
  width: 100%;
  text-align: right;
  right: 0%;
  top: 0px;
  height: 50px;
/*  border: 1px solid #73AD21;*/
  padding: 18px 24px 0 0 ;
  z-index: 71;
  cursor: pointer;
}



/* END DROP Menu white background */

/* MAIN Menu transparent background */

/*  *** menu overall "hero" wrapper *** */

.menu--desktop {
/*background-color: red;*/
position: fixed;
/*text-align: left;*/
vertical-align: top;
font-size: 17px;
padding: 0px 0px 0px 0px;
width: 120%; 
height: 70px;
float: left;
left: 0%;
top: 0px;
z-index: 69;

}

/* Menu items */
.logo2f {
  position: absolute;
  text-align: right;
  width: 25%;
  left: 0%;
  top: 10%;
  height: 60px;
  /*border: 1px solid #73AD21;*/
  padding: 3px 1% 0 0 ;
}
.logosize {
  max-width:250px; 
  padding: 0px 0px 0px 0px;
}
.barmenu {
  position: absolute;
  /*text-align: left;*/
  vertical-align: bottom;
  width: 50%;
  left: 27%;
  bottom: 0%;
 /*border: 1px solid black;*/
  padding: 4px 1% 0 0 ;

  z-index: 69;
}
/* spyglass search bar button */
.showbutt {    
  position: fixed;
  text-align: right;
  vertical-align: top;
  width: 20px;
  top: 3%;
  left: 95%;
 /* border: 1px solid #73AD21;*/
  padding: 4px 1% 0 0 ;
  z-index: 70;
  cursor: pointer;
}


.buttcontainer {
  position: absolute;
  text-align: left;
  vertical-align: bottom;
  width: 0%;
  left: 27%;
  bottom: 10%;
 /* border: 3px solid red;*/
  padding: 4px 1% 0 0 ;
  z-index: 69;
}

  /* contact button */
  .butt {
    width: 75px;
    background-color: #000000;
    border-radius: 21px;
    border: 2px solid rgb(244,119,59);
    text-align: center;
    font-family: verdana;
    font-size: 16px;
    color: white;
    cursor:pointer;
    padding: 12px;
    margin: 0 0 0 550px;
    text-decoration: none!important;
    z-index: 72;
  }
  #butext{
    color: blue;
  }

  .butt:hover {
    background-color: white;
    color: black;
  }



#navbar {
}
  
  /* Style the navbar links */
  #navbar a {
    float: left;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 0px;
    text-decoration: none;
  }
  
  #navbar a:hover {
   /* background-color: #ddd; */
    color: rgb(244,119,59);
  }
 
.menu__item {
  position: relative;
  max-width: 1300px;
  padding: 0px 0px 0px 0px;

  margin: auto;
  display: flex;
  align-items: left;
  justify-content: space-between;
  z-index 69;
}

/* *** drop menu inner wrapper and top item *** */
.menu__link {
  background-color: rgb(0,0,0,0);
  font-family: verdana;
  color: white;
  /*font-size: 0.917rem;
  line-height: 1.667rem; */
   line-height: 36px; 
  text-decoration: none;
  text-align: left;
  z-index 69;
  }

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
  color: rgb(244,119,59);
}

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}



/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
 /* text-transform: uppercase; */
}

/* does nothing position-wise */
.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}



/* Menu items - submenus */
 
/*  *** drop menu wrapper *** */
.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  display: none;
  left: 0;
  position: absolute;
  top: 60%;
  width: 300px;
  z-index: 69;
  background-color: black;
  }

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
  color: black;
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
 /* border-bottom: 1px solid #D1D6DC; /* lines separating sub-menu items 
  border-right: 1px solid #D1D6DC; */
  border-top: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
  color: white;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}
/* Search box */
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
  cursor:pointer;
  }
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.search-container .hide{
  display:none; 
  transition:0.4ms linear ease-in;
}

.search-container{
  padding: 5px;
  position: fixed;
  top: 70px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  transform-origin: center;
  transform: translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
  min-width: 20vw;
  margin-top: -10px;
  left: 75%;
  z-index: 70;
} 

.search-button-container{
  width: 20px;      
  padding-left: 0px;
  margin-top: 0px;
  cursor:pointer;  
  padding: 5px;
  text-align: left;
}

.search-button{
 cursor:pointer;  
}


.stick .search-button i{
  color:#000;
}

/* Menu icons */
.menu--mobile {
  position: fixed;
  background-color: black;
  cursor:pointer;
  margin: 60px 0px 0px 0px;
  width: 100%;
  top: 0px;
  z-index: 86;
}



/* mobile screen */
@media (max-width: 767px) {
  .menu--desktop, .showbutt {
    display: none;
  }

  .pancake{
     display: inline-block;
  }

  .menu__item {
    background-color: black;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 0px 0px;
  
  }
  .menu__link {
    display: block;
   /*font-size: .83rem; 
   font-size: 16px;*/
  }
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }
  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  }
  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
  .menu__submenu {
    border: none;
    background-color: black;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
    
  }
  .menu__submenu .menu__item {
    background-color: white;
    border-bottom: gray;
    border-top: 1px solid gray;
    padding: 0;
    width: 100%; 
    z-index: 69;
  }
  .menu__submenu .menu__link {
    display: block;
    /*padding: 0.7rem 2rem;*/
    transition: none;
    width: 100%;
    background-color: black;
  }
  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: white;
    transition: none;
  }
  .menu__item--has-submenu > .menu__link {
    width: 75%;
  }
  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
  /* menu toggle icon */
  .menu__child-toggle {
    background-position: center 30px;
    background-repeat: no-repeat;
    background-size: 0px;
    border: none;
    cursor: pointer;
    height: 30px;
    padding: 0px 0px;
    position: absolute;
    left: 80%;
    top: 0; 
    width: 20px;
    background-color: #000;
    }
    
  .menu__child-toggle-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
  .logo2{
    background-color: black;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px 0px 0px 12px;
  }
}

/* tablet screen */
@media (max-width: 1000px) {
    .buttcontainer{
      display: none;
    }
    .logo2f, .logo2b {
      width: 20%;
      top: 20%;
    }
  .logosize {
    max-width: 200px; 
  } 
  .barmenu {
   width: 60%;
   left: 24%;
  }
}

/* desktop screen */
@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 69;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */
  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 69;
  }
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 69;
    display: none;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: center;
    display: none;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 17px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
    border-top-color: white;
    display: none;
  }
  .menu__link {
    /*font-size: 0.833rem;
    font-size: 16px;*/
  }
}


.clearfix:after {
content: "";
display: table;
clear: both;
}

