@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

#lbl-masthead {
    z-index: 999;
}

#lbl-masthead, #lbl-masthead * {
    box-sizing: border-box;
    font-weight:400;
 }
 
#lbl-masthead a {
    border-bottom:none;
 }
#lbl-masthead a:hover {
    cursor:pointer;
 }
 
#lbl-masthead {
    background: #00313C !important;
    overflow: hidden;
    height: 60px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

#lbl-masthead .lbl-wrap {
    margin: 0 auto;
    width:auto;
    padding: 0;
}

/* added padding above so that masthead does not touch window edge, but needed to change box model so that width can be a custom client input .*/
#lbl-masthead .lbl-wrap *{
    box-sizing: border-box;
}

#lbl-masthead .lbl-title-area {
    display: block;
    background: rgba(0, 0, 0, 0) url("./logo-2019.png") no-repeat scroll left 11px;
    background-size:220px 39px;
    float: left;
    height: 60px;
    width: 220px;
    margin-right:14px;
    text-indent: -9999px;
    white-space: nowrap;
}
#lbl-masthead .headerMenu {
    float: right;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 12px 4px 0 0;
}

#menu-header-menu {
    text-align: right;
}
#lbl-masthead .headerMenuItem {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    vertical-align:bottom;
    line-height: 14px;
    height:14px;
    margin:0;
   
}


.headerMenuItem {
    border-right: 1px solid white;
}


.headerMenu li a {
    color: #fff;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.headerMenu li a:hover {
    text-decoration: underline;
}

.headerTagBox {
    float: left;
    height: 60px;
    width: 280px;
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 33px 0 0 11px;
}

#lbl-masthead #headerSearch {
    width:24px;
    position:relative;
    background:#00313C url("search.png") no-repeat center right;
    background-size: 13px 14px;
    margin-left:0;
    padding:0 10px;
    cursor:pointer;
    border-right:none;
}

#lbl-masthead #search-form {
    margin: 0 !important;
    min-width:30px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 14px;
    padding-top:8px;
}

#lbl-masthead #headerSearch:hover #search-input,
#lbl-masthead #search-input:focus {
    display:block;  
    opacity: 1;
    cursor:text;
}


#lbl-masthead #search-input {
    height:20px;
    color: #333;
    font-family: 'Open Sans', serif;
    font-size: 12px;
    width: 206px;
    padding:0 0 0 1px;
    border-radius: 0px;
    border:none;
    display:none;  
    opacity: 0;
    background: #fff;
    margin: 0;
    padding-left: 4px;
}

@media only screen and (max-width: 930px) {
  #lbl-masthead  .headerTagBox {
        display: none;
    }
}

@media only screen and (max-width: 768px){
    
  #lbl-masthead .headerMenu {
    float: none;
    text-align:center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 5px auto 0;
  }
  #lbl-masthead .headerMenuItem {
   
    height: 18px;
    line-height: 18px;
}
    #lbl-masthead {
        padding-top:7px
    }

  #lbl-masthead .lbl-title-area {
    display: block;
    margin:0 auto 0;
    background: rgba(0, 0, 0, 0) url("./logo-type-2019.png") no-repeat scroll center center;
    background-size: 150px 14px;
    float: none;
    height: 23px;
    width: 200px;
  }
  
  #lbl-masthead #search-form {
    position: relative;
    right: 0;
    top: 0;
    width: 90px;
    height: 14px;
    padding-top:0;
    
    }

  #lbl-masthead  #search-input {
    height: 18px;
    width: 120px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-top:0;
    display:block;  
    opacity: 1;
       
  }

  #lbl-masthead #menu-header-menu {
    text-align: center;
  }

  #lbl-masthead #headerSearch {
    width:100px;
    background:none;
    padding-left:12px;
  }
}

