#topheader-container {
  width:100%;
  min-height:100px;
  background: #005581;
  background-image: url(../images/bgShadow.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom:5px;
}

#topheader-content {
  max-width:960px;
  margin: 0 auto;
}

#gwlogo-topheader {
  display: inline-block;
  padding-top: 9px;
  width: 199px;
  overflow: hidden;
}

#gwlogo-topheader img {
  object-fit: initial !important;
}

#eckles-head {
  float: right;
  width: 140px;
  margin-right: 10px;
}

#virginia-head {
  float: right;
  width: 280px;
  margin-right: 10px;
  margin-top: 10px;
}

/* MEDIA QUERIES */

@media screen and (max-width:1110px) {
    #topheader-container #gwlogo-topheader {
        margin-left: .5em;
    } 
}

@media screen and (max-width:965px) {
    #header {
        height: 47px !important; /* to overide js element styling on expanded gw menus */
    }
    #container #header #topHat2 #mainMenu ul.parent {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width:960px) {
  #topheader-container {
    margin-bottom: -3px;
  }
}

@media screen and (max-width:720px) {
  #topheader-container {
    background-image: none;
    min-height: 62px;
    margin-bottom: 0;
  }
  #gwlogo-topheader img {
    width: 120px;
    height: auto;
  }
  #gwlogo-topheader { padding-top: 6px; width: 120px; }
  #virginia-head {
    float: right;
    width: 220px;
    margin-right: 10px;
    margin-top: 6px;
  }
  #eckles-head { width: 120px; }
}

@media screen and (max-width:400px) {
  #virginia-head { width: 170px; margin-top: 11px; }
  #eckles-head { width: 100px; }
}

