.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.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;
}

span.hs-search-highlight.hs-highlight-html{
  color:#ea8b26;
}

.hs-search-field__suggestions a .hs-search-highlight {
  font-weight: 600;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}







/* BZ STYLE  
* ////////////////////////////////*/
body.fixed-header .courtesy-bar {
  display:none;
}

body.fixed-header .bz-header-nav {
  border-top: solid 3px #ea8b27;
}



.top-nav-bar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}


/* COURTESY BAR 
* ////////////////////////////////*/
.courtesy-bar {
  border-bottom: solid 5px;
}

/* .courtesy-bar .flex-wrap {
  padding: 0.5em 0;
} */

.courtesy-bar .flex-wrap {
  padding: 0;
}

.courtesy-bar .col-1 a {
  color: #fff;
  font-weight: bold;
}

.courtesy-bar .col-2 {
  text-align: right;
}

.courtesy-bar .col-2 a.cta_button {
  line-height: initial;
}

.bz-menu .hs-menu-wrapper.flyouts {
  line-height: 1.5;
}



/* MENU
* ////////////////////////////////*/
.bz-header-nav {
  border-bottom: solid 3px #ea8b27;
}

.bz-header-nav .col-1 {
  max-width: 16em;
  width:100%;
}

.bz-header-nav .col-2 {
  margin-left: 0;
  text-align: right;
}


.bz-menu{
  line-height: 0;
  float: right;
  position:relative;
}

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

.bz-menu a:hover {
  color: #ea8b27;
}



.bz-menu .hs-menu-depth-1{
  line-height:1.3;
  margin-left: 0.5em;
}


.bz-header-nav button,
.bz-header-nav a {
  /*   overflow: visible !important; */
  white-space: normal !important;
  text-overflow: initial !important;
  max-width: none !important;
  width: 100% !important;
  text-decoration: none !important;
  color: inherit;
  font-size:1em;
  display: block !important;
  background-color:transparent;
  border:0;
  font-weight: 500;
  color: #1a8267;
}

.bz-menu .hs-menu-depth-2 > a:empty {
  display: none !important;
}

@media (max-width: 1111px) and (min-width:982px){
  .bz-menu .hs-menu-depth-1 > a{
    font-size:.9em !important;
  }

  .bz-header-nav .col-1{
    max-width: 200px !important;
    width:100%;
  }
}

@media(min-width:1184px){
  body.fixed-header .bz-menu .hs-menu-depth-1 > a{
    font-size:0.9em !important;
  }

  body:not(.fixed-header) .bz-menu .hs-menu-depth-1 > a{
    padding: 1.5em 1.1em 1em !important;
  }
}

@media (max-width: 1183px) and (min-width:983px){
  .fixed-header .bz-menu .hs-menu-depth-1 > a{
    font-size:0.8em !important;
  }
}


@media(min-width:983px){
  .bz-header-nav{
    padding: 1rem 0;
  }

  .bz-header-nav .hs-menu-depth-2.hs-item-has-children ul{
    display:block;
  }

  .bz-header-nav .mobile-li-button,
  .bz-header-nav .mobile-menu-logo{
    display: none !important;
  }

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

  .bz-header-nav .mobile-more,
  .bz-header-nav .mobile-search,
  .bz-header-nav .mobile-menu-logo,
  .bz-header-nav .mobile-trigger {
    display: none;
  }

  .bz-menu .fa-search {
    position: relative;
    top: 0;
    color: #1a8267;
    margin-left: 1em;
    cursor:pointer;
  }

  .bz-menu .fa-search:hover{
    color: #ea8b27;
  }

  /*hs depth 1 */
  .bz-menu{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -ms-flex-wrap: wrap !important;flex-wrap: wrap !important;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }

  body .bz-menu .hs-menu-depth-1:nth-last-child(2),
  body .bz-menu .hs-menu-depth-1:nth-last-child(1) {
    display: none;
  }

  body.fixed-header .bz-menu .hs-menu-depth-1:nth-last-child(2) {
    display: list-item;
  }

  .bz-menu .hs-menu-depth-1:nth-last-child(2) a {
    background-color: #1a8267;
    color: #fff;
    border-radius: 100px;
    padding: 1em !important;
    margin-top: 0.4em;
  }

  .bz-menu .hs-menu-depth-1 > a {
    font-weight: 500;
    font-size: 1em;
    padding: 1.5em .5em 1em !important;
  }  

  .bz-menu .hs-menu-depth-1 .hs-menu-children-wrapper {
    background-color: #fff;
    text-align: left;
    min-width: 14em;
    border-radius: 0.5em;
    padding: 0 1em 1em;
  }

  .bz-menu .hs-menu-depth-1 .hs-menu-children-wrapper > li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
  }




  /*   depth 2 */
  .bz-menu .hs-menu-depth-2 > a{
    padding: 1em 0 !important;
  }

  .bz-menu .hs-menu-depth-2:last-of-type > a {
    padding-bottom: 0 !important;
  }

  .bz-menu .hs-menu-depth-2 a{
    font-size:0.9em;
  }

  /*has depth 3 */
  .bz-menu .hs-menu-depth-1.has-depth-3 > .hs-menu-children-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .bz-menu .hs-menu-depth-1.has-depth-3 > .hs-menu-children-wrapper.open-menu-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .fixed-header .bz-menu .hs-menu-depth-1.has-depth-3 > .hs-menu-children-wrapper{
    top:3.3em;
  }

  .bz-menu .hs-menu-depth-1.has-depth-3 .hs-menu-depth-2{
    -webkit-box-flex:1;-ms-flex:1 0;flex:1 0;
    max-width: 50%;
    width: 100%;
  }

  /*depth-3 */
  .bz-menu .hs-menu-depth-1:hover .hs-menu-depth-2 > .hs-menu-children-wrapper {
    position: relative;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
  }

  .bz-menu .hs-menu-depth-1.has-depth-3 .hs-menu-depth-2 > a {
    padding: 0.5em !important;
    color: #333;
    font-weight: 600;
  }

  .bz-menu .hs-menu-depth-1.has-depth-3 .hs-menu-depth-2 > ul {
    padding: 0;
  }

  .bz-menu .hs-menu-depth-1.has-depth-3 .hs-menu-depth-2:first-of-type {
    border-right: 1px solid #eee;
    margin-right: 1em;
    padding-right: 1em;
  }

  .bz-menu .hs-menu-depth-1.has-depth-3 > .hs-menu-children-wrapper>li {
    border-bottom: 0;
  }

  .bz-menu .hs-menu-depth-1.has-depth-3 .hs-menu-depth-2 > ul a {
    padding: .75em .5em;
  }
}





@media (max-width: 983px){
  /* COURTESY BAR
  * ///////////////*/
  .bz-header-nav .bz-menu .fa-search,
  .courtesy-bar .col-2 {
    display: none;
  }

  .courtesy-bar .col-1 {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
  }

  .courtesy-bar .col-1 a{
    display:block;
  }


  /* MENU BAR
  * ///////////////*/
  .bz-header-nav .col-1{
    max-width: 200px !important;
    width:100%;
  }

  .bz-header-nav {
    padding: 1em 0;
  }

  .bz-header-nav .mobile-menu-logo {
    background-color: #fff;
    padding: 1em;
  }

  .bz-header-nav .mobile-trigger {
    font-size: 1.5em;
    color: #ea8b27;
    margin-left: 1em;
  }

  .bz-header-nav .fa-search {
    color: #1a8267;
    cursor:pointer;
  }

  .bz-header-nav .mobile-search {
    margin-left: auto;
  }

  body:not(.is-mobile) .bz-menu-overlay,
  body.is-mobile .bz-header-nav .mobile-trigger .open,
  body:not(.is-mobile) .bz-header-nav .mobile-trigger .close {
    display: none;
  }


  /*is-mobile active  */
  body.is-mobile {
    overflow: hidden;
  }

  .bz-header-nav button, 
  .bz-header-nav a{
    font-size:0.9em;
  }



  /* MENU */
  .bz-header-nav .bz-menu {
    width: 100%;
  }

  .bz-header-nav .col-2 {
    position: fixed;
    width:100%;
    top: 0;
    text-align:left;

  }

  .bz-header-nav .col-2 .bz-menu{
    background-color: #1a8268;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    max-width: 300px;
    float:none;
    transition:all ease-in-out 0.3s;
    z-index:2;
    left: -100%;

  }

  body.is-mobile .bz-menu-overlay {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    z-index: 1;
  }

  .is-mobile .bz-header-nav .col-2 .bz-menu,
  .is-mobile .bz-header-nav .col-2{
    left:0;
  }

  .bz-header-nav .bz-menu .hs-menu-depth-1 {
    margin-left: 0;
    border-bottom: 1px solid #066e54;
    width: 100%;
  }

  .bz-menu .hs-menu-depth-1 > a{
    text-transform: uppercase;
    width: 100%;
    border-right: 1px solid #066e54;
    padding: 1.5em 1em !important;
  }

  .bz-menu .hs-menu-depth-1.hs-item-has-children > a{
    max-width: 85% !important;
  }

  .bz-menu .hs-menu-depth-1 a {
    color: #fff;
  }

  /*   mobile arrow  */
  .bz-menu .hs-menu-depth-1 .mobile-more {
    position: absolute;
    display: inline-block !important;
    width: 3em !important;
    right: 0;
    height: 3.6em;
    top: 0;
  }

  .bz-menu .mobile-more:not(.is-triggered) svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .bz-menu .mobile-more svg {
    width: auto;
    position: absolute;
    left: .8em;
    top: 1.2em;
  }

  .bz-menu .hs-menu-depth-1 .mobile-more path + path {
    fill: #fff;
  }

  .bz-menu .hs-menu-depth-1.is-selected .is-triggered {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* dropdown  */
  .bz-menu .hs-menu-children-wrapper:not(.active){
    height: 0;
    overflow: hidden;
  }

  .bz-menu .hs-menu-children-wrapper.active {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #fff;
  }

  .bz-menu .hs-menu-children-wrapper.active a{
    color: #1a8267;
  }

  /*   has depth 3  */
  .bz-menu .hs-menu-depth-1.has-depth-3 .active .hs-menu-depth-2 .hs-menu-children-wrapper {
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
    height: auto;
    display: block;
    text-align: left;
    left: 0 !important;
  }

}


















/*  POPUP SEARCH BAR 
* ///////////////////////*/
body.is-search-bar .top-nav-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.top-nav-bar .ci-search-bar {
  position: absolute;
  z-index: 5;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
  text-align: center;
}

body:not(.is-search-bar) .top-nav-bar .ci-search-bar{
  display:none;
}

.ci-search-bar .hs-search-field__bar input,
.ci-search-bar .hs-search-field__bar .hs-close{
  -webkit-box-flex:1;-ms-flex:1 0;flex:1 0;
  margin:0;
}

.ci-search-bar .hs-search-field__bar .hs-search-button,
.ci-search-bar .hs-search-field__bar .hs-close {
  padding: 0.5em;
  border: 0;
  background-color: #172925;
  color: #fff;
  max-width: 3em;
  width: 100%;
  cursor:pointer;
}

.ci-search-bar .hs-search-field__bar .hs-search-button {
  max-width: 6em;
  width:100%;
  margin: 0 0.2em;
  background-color: #ea8b27;
  font-size: 0.9em;
  font-weight: 700;

}

.ci-search-bar .hs-search-field__bar .hs-search-button:hover{
  background-color: #1a8267;
}

.ci-search-bar .hs-search-field__bar .hs-close:hover{
  background-color:#ea8b26;
}


.search-result-hero .search-descripton,
.ci-search-bar .search-descripton {
  font-weight: normal;
  font-size: 0.9em;
} 

.search-result-hero .search-type,
.ci-search-bar .search-type {
  font-size: 0.7em;
  color: #616161;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.search-type{
  text-transform:uppercase;
}





