.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;
}
ul.mm-mega-main ul.hs-search-field__suggestions li a {
    display: block;
}
ul.mm-mega-main ul.hs-search-field__suggestions li:hover,
ul.mm-mega-main ul.hs-search-field__suggestions li a:hover {
    background-color:rgba(0, 0, 0, 0.1);
  color:rgb(75, 84, 86);
}
ul.mm-mega-main li.mega-search:hover,
ul.mm-mega-main li.mega-search:hover a {
  background:#ffffff;
  color:rgb(75, 84, 86);
}

.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;
}




/* MENU STYLES 
* ///////////////////////////////// */
.header-container {
  padding: 0 !important;
}

section.bz-mega-menu {
  padding: 0 !important;
  overflow: visible;
  font-size:0.9em;
}


/* COURTESY BAR ///////////////////////*/
/* column 1 */
.bz-mega-menu .courtesy-bar {
  padding: 0.5em 0;
  z-index: 9;
  position:relative;
}

.bz-mega-menu .courtesy-bar .col-1 {
  max-width: 19em;
  width: 100%;
}

.bz-mega-menu .courtesy-bar form{
  position:relative;
}

.bz-mega-menu .courtesy-bar form input,
.bz-mega-menu .courtesy-bar form button{
  font-size: 1em;
  border: 0;
}

.bz-mega-menu .courtesy-bar form .hs-search-trigger{
  position: absolute;
  right: 0;
  border: 0;
  background-color: transparent;
  width: 2em;
  height: 100%;
}

.bz-mega-menu .courtesy-bar button svg{
  height: 1em;
}

.bz-mega-menu .courtesy-bar form button svg path{
  fill: #ce202a;
}

/* column 2 */
.bz-mega-menu .courtesy-bar .col-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}

.bz-mega-menu .courtesy-bar .col-2 ul li:not(:nth-child(1)) a{
  display: block;
  padding-left: 1em;
  margin-left: 1em;
  border-left: solid 1px;
}

.bz-mega-menu .courtesy-bar .col-2 a{
  font-weight:400;
  font-size:0.95em;
}





/* MEGA MENU ///////////////////////*/

.bz-mega-menu .mega-menu {
  box-shadow: 0px 3px 5px rgb(49 103 146 / 16%);
}

/* column 1 */
/*  TRTEST - MOVING LOGO INTO COURTESY BAR  
 .bz-mega-menu .mega-menu .col-1 {
  max-width: 8em;
  width: 100%;
}
*/
.bz-mega-menu .mega-menu .hs-menu-cta {
  width: 100%;
  position: relative;
  z-index: 2;
  padding:0.5em;
  background-color: #ce202a;
  background-color: #212b38;
  text-align: center;
}



.bz-mega-menu .mega-menu .root-menu a{
  display:block;
  width:100%;
  text-decoration:none;
  color:inherit;
}

.bz-mega-menu .mega-menu .root-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.bz-mega-menu .mega-menu .depth-1 ul{
  list-style:none;
  margin:0;
  padding: 0;
}

/*****  PRDUCT MEGA  *****/
ul.mm-mega-main li{
  display:flex;
  border-bottom:1px solid transparent;
  font-weight:700;
  font-family:'proxima_nova_rgregular',arial,sans-serif;
  font-size:1em;
  padding-bottom:0;
  padding-top:0;
  border-right:solid 1px #E5E5E5;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
ul.mm-mega-main li a {
    padding:30px 40px 33px;
   /* border-right:solid 1px #E5E5E5;  */
    font-size:1.12em;
}
/*
ul.mm-mega-main li:first-of-type a {
  border-left:solid 1px #e5e5e5;
}
*/
ul.mm-mega-main li:first-of-type {
  border-left:solid 1px #e5e5e5;
}

ul.mm-mega-main li a:after {
    margin-left: 0.2em;
    content: "\f107";
    font-family: fontAwesome;
}
ul.mm-mega-main li:hover {
  color:#ce202a;
  cursor:pointer;  
}
ul.mm-mega-main li:hover a {
  color:#ce202a;
}
li.main_nav.hover a {
  color:#ce202a; 
}
ul.mm-mega-main {
  margin:0;
  float:right;
  padding-left:0;
}
.mm-mega-product {
  display:flex;
  flex-direction:column;
  display:none;
  justify-content:space-evenly;
  border-top:2px solid #ce202a;
}
.mm-mega-container .container-wrap {
  display:flex;
  flex-direction:row;
  z-index:auto;
}
.mm-mega-container img {
  max-width:235px;
}
.mm-mega-col {
  display:flex;
  flex-direction:column;
  margin:10px;
  flex:1 1 0;
}
.mm-mega-col a {
  font-weight:600;
}
.mega-multi-item a {
  padding:10px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right;
   display:flex;
  height:100%;
  align-items:center;
}
.mega-multi-item.has-image a {
   padding:20px 10px;
}
.mega-multi-item.has-image a p {
    font-size:1em;
   max-width:60%;
}
/*.mm-mega-col p a:hover {
  box-shadow: 0px 3px 5px rgb(49 103 146 / 16%); 
}
*/
.mega-multi-item:hover {
  box-shadow: 0px 3px 5px rgb(49 103 146 / 16%); 
}
.mm-mega-col p {
  margin-bottom:0;
  line-height:1.5em;
}
.mm-mega-col.col_cta {
  text-align:center;
}
.mm-mega-col.col_cta p a {
  background-color:transparent;
  padding:0;
  text-align:center;
  background-image:none;
}
.mm-mega-col.col_cta p a {
  box-shadow:none;
}
.mm-mega-col h3 a,
.mm-mega-col h3 {
  color:#3f749d;
  font-family:Montserrat;
  font-weight:600;
}
.mm-mega-col h3 a:hover {
  color:#000000;
}
.mm-mega-2col {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.mega-2-item {
  width:50%;
}
.mobile-mega {
  display:none;
}
.main_nav#Roof {
  padding-left:calc(14vw);
  padding-bottom:33px;
}
.hs-blog-listing .main_nav#Roof,
.hs-blog-post .main_nav#Roof {
  padding-left:calc(13vw);
}
/**** END PRODUCT MEGA ****/


/*  TRTEST - MOVE LOGO INTO COURTESY BAR  */
.bz-mega-menu .courtesy-bar .col-1 {
  max-width: 8em;
  width: 100%;
}
ul.mm-mega-main {
  display:flex;
  flex-direction:row;
  width:100%;
}
ul.mm-mega-main li a {
  color:#ffffff;
}
.mega-search form input,
.mega-search form button {
    font-size: 1em;
    border: 0;
}

.mega-search input {
    margin-bottom: 0;
    margin-top: 0;
    padding: 6px 12px !important;
}

.mega-search form button svg path {
    fill: #ce202a;
}
.mega-search form .hs-search-trigger {
    position: absolute;
    right: 0;
    border: 0;
    background-color: transparent;
    width: 2em;
    height: 100%;
}
.main_nav#Roof {
  padding-left:0 !important;
  padding-bottom:0;
}
ul.mm-mega-main li a {
  /*padding:27px 64px 28px; */
  display:inline-block;
   padding:27px 0 28px;
  display: flex;
  justify-content: center;
}
ul.mm-mega-main li:hover a {
    color:#ffffff;
  /*  background: #6d97b7;  */
}
ul.mm-mega-main li:hover  {
    background: #6d97b7;
}
ul.mm-mega-main li.mega-search:hover {
  background:none;
}
ul.mm-mega-main li.mega-search {
  border-right:none;
  cursor:default;
  justify-content:flex-end;
}

ul.mm-mega-main li:last-of-type a {
  border-right:none;
}
li.main_nav.hover a {
    color: #ffffff;
  /*   background: #6d97b7;  */
}
li.main_nav.hover {
  background: #6d97b7;
}
/*ul.mm-mega-main {
  margin-right:10px;
}
*/
.mm-mega-product {
  background:#ffffff;
}
.mega-search.mobile {
    display:none;
}
/**** END MOVING LOGO   ****/

/*** PRODUCT MEGA TABBERS  *****/
.tabber-menu .tabber-tabs>li {
  float:none;
  border:none;
}
.tabber-menu .tabber-tabs {
  border:none;
  background:transparent;
  color:#ce202a;
}
.tabber-menu .tabber-tabs a {
  color:#ce202a;
}
.tabber-menu {
  display:flex;
  flex-direction:row;
 /* box-shadow: 0px 3px 5px rgb(49 103 146 / 16%); */
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
    background: white;
  flex:1 1 0;
}
.tabber-menu .tabber-content .tab-pane {
  display:flex;
  flex-direction:row;
  justify-content:space-evenly;
  border:none;
  background:#e8eff3;  /* was #f7f7f7 */
}
/*.mm-mega-product {
    max-width: 1169px; */
 /*   margin: 0 auto;  */ /* remove for tabber */
 /* justify-content:flex-start; */
    
 /*  from here down for tabber */
 /*   max-width: 818px; 
    justify-content:flex-end;
    width:100%;
}  */
.tabber-menu .tabber-tabs>.active>a,
.tabber-menu .tabber-tabs>.active>a:focus,
.tabber-menu .tabber-tabs>.active>a:hover {
  background:#e8eff3;
  border:none;
  color:#ce202a;
  
}
.tabber-menu  .tabber-tabs>li>a {
  margin-right:0;
}
.tabber-menu .tabber-wrap {
  width:20%;
}
.tabber-menu .tabber-content {
  width:80%;
  border:none;
  background:#e8eff3;
}
/*.header-container {
  background:transparent !important;
}
.desktop-mega > .container-wrap:first-child .flex-wrap.flex-middle{
    border-bottom: 2px solid #ce202a;
    background: white;
}
*/

.mega-multi-columns {
  display:flex;
  flex-direction:row;
  flex-basis:100%;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.mega-multi-item {
  width:32.6%;
  margin-right:10px;
      background-size: 140px;
    background-repeat: no-repeat;
    background-position: right;
  background-color:#ffffff;
  margin-bottom:10px;
}  
.mega-multi-item.third {
  margin-right:0;
}
.mm-mega-product .tabber-tabs>li>a {
  padding:12px;
  border-radius:0;
}

@media (max-width:1270px) {
  .mega-multi-item {
     width:32%;
  } 
}
/*** END PRODUCT MEGA TABBERS  *****/

/*  POSSIBLE TABLE OPTION
 * 
 * @media (max-width:1000px) {
  .mega-multi-item.has-image a {
    padding:10px 10px;
  }
  .mega-multi-item.has-image  {
    background-image:none !important;
  }  
}

*/
@media (max-width:1400px) {
  .mega-multi-item {
    background-size:80px;
  }  
  .mega-multi-item.has-image a {
   padding:10px;
  }
  .mega-multi-item.has-image a p {
    max-width:55%;
  }
}
@media(min-width:800px){
  .bz-mega-menu .mega-menu .depth-1 ul,
  .bz-mega-menu .mega-menu .hs-menu-cta {
    max-width: 250px;
  }

  .bz-mega-menu .mega-menu .mobile-toggle,
  .bz-mega-menu .mega-menu .mobile-more {
    display: none;
  }

  /* column 2 */
  .bz-mega-menu .mega-menu .dropdown-menu a:not(:hover):before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: calc(100% - 1em);
    left: 0.5em;
  }

  .bz-mega-menu .mega-menu .dropdown-menu li:not(.depth-4) a:not(:hover):before {
    border-bottom: solid 1px rgb(255 255 255 / 28%);
  }

  .bz-mega-menu .mega-menu .has-children:not(:hover) > .hs-menu-cta,
  .bz-mega-menu .mega-menu .has-children:not(:hover) .dropdown-menu,
  .bz-mega-menu .mega-menu .has-children:not(:hover) > ul {
    display: none;
  }

  .bz-mega-menu .mega-menu .dropdown-menu .depth-4 a{
    border-bottom:0;
  }

  .bz-mega-menu .mega-menu .dropdown-menu .depth-4 a:before{
    border-bottom:solid 1px #e0e0e0 !important;
  }


  /* ripple hover */
  .bz-mega-menu .mega-menu .depth-1.has-children:hover .depth-2:first-of-type ul {
    display: block;
  }

  .bz-mega-menu .mega-menu .depth-3:hover ul,
  .bz-mega-menu .mega-menu .depth-2  a,
  .bz-mega-menu .mega-menu .depth-2  ul{
    z-index:2;
  }

  /* heighter index for first of type */
  .bz-mega-menu .mega-menu .depth-1:hover .dropdown-menu .depth-2:first-of-type .depth-3:first-of-type > ul{
    z-index:3;
  }

  .bz-mega-menu .mega-menu .depth-2.has-children:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    top:0;
  }

  .bz-mega-menu .mega-menu .depth-1 > a {
    padding: 1.9em 1.5vw 2em;
    border-right: solid 1px #E5E5E5;
    border-bottom: solid 0.1em transparent;

  }

  .bz-mega-menu .mega-menu .depth-1.has-children:hover > a{
    border-bottom-color:#ce202a;
    color:#ce202a;
  }

  .bz-mega-menu .mega-menu .has-children > a:after{
    margin-left:0.2em;
    content:"\f107";
    font-family:fontAwesome;
  }

  .bz-mega-menu .mega-menu .depth-1:first-of-type > a{
    border-left: solid 1px #E5E5E5;
  }

  .bz-mega-menu .mega-menu .root-menu {
    -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
  }

  .root-menu > .has-children.level-3  .dropdown-menu,
  .root-menu > .has-children.level-4  .dropdown-menu{
    right: 0;
    width: 100%;
  }

  .root-menu > .has-children.level-3 .dropdown-menu{
    max-width: 500px !important;
  }

  .root-menu > .has-children.level-4 .dropdown-menu{
    max-width: 750px !important;
  }

  .root-menu > .has-children:not(.level-3):not(.level-4) .dropdown-menu {
    min-width: 250px;
  }

  /* Depth 2 */
  .bz-mega-menu .mega-menu .dropdown-menu {
    position: absolute;
  /*  background-color:#fff;  */  /* TR commented this out because I think it looks funny, but maybe it's a feature so I don't want to remove it  */
    box-shadow: 0px 3px 5px rgb(49 103 146 / 16%);
  }

  .bz-mega-menu .mega-menu .dropdown-menu > ul {
    background-color: #ce202a;
    background-color: #a90d16;
    background-color: #202b38;
  }

  .bz-mega-menu .mega-menu .depth-1 ul {
    width: 100%;
  }

  .bz-mega-menu .mega-menu .depth-3 a,
  .bz-mega-menu .mega-menu .depth-2 a{
    color:#fff;
  }

  .bz-mega-menu .mega-menu .depth-2 a {
    padding: 0.5em;
    position: relative;
    border-bottom: solid 1px transparent;
  }

  .bz-mega-menu .mega-menu .depth-1 .has-children > a:after{
    content: "\f105";
    position: absolute;
    right: .75em;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ripple hover */


  /* slideout */
  .bz-mega-menu .mega-menu .depth-2 ul {
    position: absolute;
    left: 250px;
    top:0;
    height:100%;
  }
  /*  background */
  .bz-mega-menu .mega-menu .depth-2 > ul {
    background-color: #4B5456;
    background-color: #34485a;
  }

  .bz-mega-menu .mega-menu .depth-3 > ul {
    background-color: #fff;
  }

  /* hover */
  .bz-mega-menu .mega-menu .depth-2:hover > a{
    background-color:#4b5455;
    background-color:#34485a;
    border-bottom-color: #fff;
  }

  .bz-mega-menu .mega-menu .depth-3:hover > a{
    background-color:#fff;
    color:#34485a;
    border-bottom-color: #fff;
  }

  /* dropdown hover */


  /* depth 3 */
  .bz-mega-menu .mega-menu .depth-4 a {
    color: #34485a;
  }

  .bz-mega-menu .mega-menu .depth-4 a:hover{
    color:#ce202a;
  }

}
/*
@media (max-width:1200px) {
  ul.mm-mega-main li a {
    padding:27px 45px 28px;
  }
}
@media (max-width:1030px) {
  ul.mm-mega-main li a {
    padding:27px 40px 28px;
  }
}
*/
@media (max-width:950px) {
  .bz-mega-menu .mega-menu .depth-1 > a {
    padding:1.9em 1.2vw 2em;
    font-weight:600;
  }

}
@media (max-width:910px) and (min-width:800px) {
  .bz-mega-menu .mega-menu .depth-1 > a {
    padding:1.9em 1vw 2em;
    font-weight:500;
    font-size:13.5px;
  }
  .root-menu > .has-children:not(.level-3):not(.level-4) .dropdown-menu {
    min-width: 180px;
  }
  .bz-mega-menu .mega-menu .depth-2 ul {
		left: 216px;
	}
	.bz-mega-menu .mega-menu .depth-1 ul,
	.bz-mega-menu .mega-menu .hs-menu-cta {
		max-width: 216px;
	}
}
@media (max-width:1000px) {
  ul.mm-mega-main li a {
  /*  padding:30px 30px 33px;  */
    font-size:1em;
  }
  .mm-mega-container img {
    max-width:100%;
  }
}
@media (max-width:875px) {
 /* ul.mm-mega-main li a {
    padding:30px 20px 33px;
    font-size:1em;
  }
  */
}
@media(max-width:800px){   /** TR - fix odd thing happening at 800 px  **/
  /*   courtesy bar 
  * ////////////////////*/
  .bz-mega-menu .courtesy-bar .cols {
    -webkit-box-flex: 1;-ms-flex: auto;flex: auto;
    min-width: initial;
    max-width: 500px;
    margin: auto;
    width: 100%;
  }

  .bz-mega-menu .courtesy-bar .col-2 ul{
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    justify-content: center;
    margin-top: 1em;
  }

  /*   mega menu 
  * ////////////////////*/
  body:not(.is-mobile-menu) .bz-mega-menu .courtesy-bar,
  .bz-mega-menu .mega-menu li:not(.is-selected) > .dropdown-menu, 
  .bz-mega-menu .mega-menu li:not(.is-selected) > ul,
  body:not(.is-mobile-menu) .bz-mega-menu .mega-menu .nav-close,
  body.is-mobile-menu .bz-mega-menu .mobile-toggle .menu-bar,
  body:not(.is-mobile-menu) .bz-mega-menu .mega-menu .root-menu {
    display: none !important;
  }
  
  .bz-mega-menu .courtesy-bar form .hs-search-trigger{
    width: 2.5em;
  }

  body > .header-container-wrapper {
  /* position: fixed; */
    top: 0;
    z-index: 90;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 6%);
  }

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

  .is-mobile-menu > .header-container-wrapper {
  /* overflow-y: auto;
    height: 100%;  */
  }

  .bz-mega-menu .mega-menu .cols {
    -webkit-box-flex: 1;-ms-flex: auto;flex: auto;
    max-width: none;
    min-width: initial;
    width: 100%;
  }

  .bz-mega-menu .mega-menu .mc-logo {
    display: block;
    padding: 0.5em 0;
    max-width: 7em;
  }

  .bz-mega-menu .mega-menu .mobile-toggle {
    position: absolute;
    right: 1em;
    font-size: 1.2em;
    color: #ce202a;
  }

  .bz-mega-menu .mega-menu .col-2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 4.5em;
    background-color: #fff;
  }

  .bz-mega-menu .mega-menu .root-menu {
    display: block !important;
  }



  /*   menu style 
  * /////////////////*/
  .bz-mega-menu .mega-menu .root-menu li {
    position: relative;
    border-bottom: solid 1px #dedede;
  }

  .bz-mega-menu .mega-menu .col-2 a:not(.cta_button) {
    padding: 1em;
  }

  .bz-mega-menu .mega-menu .has-children > a {
    max-width: 90% !important;
  }

  .bz-mega-menu .mega-menu .mobile-more {
    position: absolute;
    display: inline-block !important;
    width: 10% !important;
    height: 3.2em;
    top: 0;
    right: 0;
    text-align: center;
  }

  .bz-mega-menu .mega-menu .mobile-more svg {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    transform-origin: center;
  }

  .bz-mega-menu .is-selected > .mobile-more svg {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
  }

  /*   background colors */
  .bz-mega-menu .depth-1 .dropdown-menu {
    background-color: #ce202a;
    background-color:#202b38;
    color: #fff;
  }

  .bz-mega-menu .depth-1 .dropdown-menu svg path:last-of-type{
    fill:#fff;
  }

  .bz-mega-menu .mega-menu .depth-3 {
    background-color: #4b5455;
    background-color:#34485a;
    color:#fff;
  }

  .bz-mega-menu .mega-menu .depth-3 path:last-of-type{
    fill:#fff;
  }

  .bz-mega-menu .mega-menu .depth-4 {
    background-color: #fff;
    color:#4b5455;
  }




  /*   indents */
 /* .bz-mega-menu .depth-2 a:before{
    content:"↳ ";
  }   */

  .bz-mega-menu .depth-2 a {
    padding-left: 2em !important;
  }

  .bz-mega-menu .depth-3 a {
    padding-left: 3em !important;
  }

  .bz-mega-menu .depth-4 a {
    padding-left: 4em !important;
  }

  .bz-mega-menu .hs-menu-cta{
    display:none !important;
  }
  .mobile-mega {
    display:block;
    width:100%;
  }
  .desktop-mega {
    display:none;
  }
  .mega-search.mobile {
    display:block;
  }
  .mc-logo.desktop {
    display:none;
  }
  .courtesy-bar {
    background-color:#3f749d;
  }
  .bz-mega-menu .courtesy-bar .col-2 a {
    color:#ffffff;
  }
}


@media(max-width:480px){
  .bz-mega-menu .courtesy-bar .col-2 ul{
    font-size: 0.9em;
  }

  .bz-mega-menu .courtesy-bar .col-2 a {
    vertical-align: top;
  }
}


@media(max-width:350px){
  .bz-mega-menu .courtesy-bar .col-2 a {
    font-size:0.8em;
  }
}


/* SEARCH INPUT */
.search-type {
  font-size: .7em;
  margin-bottom: .5em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ce202a;
}

span.hs-search-highlight.hs-highlight-title {
  font-weight: 800;
  color: #ce202a;
}

.hs-search-field__bar input{
  border-radius: 0;
  font-size: 1em;
  padding: 0.5em;
  width:100%;
}

.hs-search-field__suggestions{
  display:none;
  background-color: #fff;
  border: solid 1px #dadada !important;
  position: absolute;
  width:100%;
  left:-160px;
}

.hs-search-field--open .hs-search-field__suggestions {
  display:block;
}

ul.hs-search-field__suggestions li:not(#results-for) a {
  border-bottom: solid 1px #dcdcdc;
  text-decoration: none;
  text-align: left;
  padding: 1em;
  font-weight: 800;
  color: inherit;
}

.search-descripton {
  font-weight: normal;
  font-size: .9em;
}

.hs-search-field__suggestions #results-for {
  display: none;
}

@media(min-width:769px){
  .hs-search-field--open .hs-search-field__suggestions{
    min-width: 418px;
       overflow:scroll;
    max-height:80vh;
  }
}










