#logo img {
    /* border: 1px solid red; */
    height: 80px;
    max-height: 80px;
}

.oneMobRow {
    /* max-height: 90px; */
}



#logo-search {
    margin-bottom: 3px;
    max-height: 80px;
    height: 80px;
    min-height: 80px;
    
}

#topNav li {
    /* height: 100%; */
    border: 1px solid blue;
    height:80px;
    vertical-align:middle;
    margin: auto;
    /* padding: 1rem; */
}

.mainNav li a {
    vertical-align: middle;
}

a.top {}

.mainNav a.top {
    /* border: 2px solid green; */
    margin: auto;
    /* display: block; */
    /* height: 100%; */
    padding: 0 2rem;
    line-height: 80px;
}

.arrow {
  border: solid #e9f632;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* margin-left: 10px; */
}

@media screen and (min-width: 641px){
div#navRibbon {
    max-height: 80px;
    height: 80px;
}    
    
}
