.navTheMet {
  position: fixed;
  height:80px;
  width:100%;
  background-color: #6E6E6E;
  z-index: 125000;
  }
  .navTheMet a.TheMetLogo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    /* *zoom: 1;*/
    /* *display: inline; */
    width: 100px;
    height: 80px;
    background-image: url("/connections/art/METLogo.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    text-decoration: none; }
    .navTheMet a.TheMetLogo span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
 /*   @media (max-width: 767px) */{ 
     .navTheMet a.TheMetLogo {
        height: 60px; 
        width: 80px; 
        background-size: 36px 36px; } }
  .navTheMet .TheMetOFLink {
    display: inline-block;
    vertical-align: middle;
   /* *vertical-align: auto;
    *zoom: 1; */
    *display: inline;
    margin-left: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em; }
