
/* Desktop Layout */

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-bar {
  height: 57px;
}
.top-bar-section ul li {
  margin-top: 5px;
}
.top-bar-section ul li a {
  font-size: 10px;
}
.top-bar .title-area {
  margin-right: -203px;
  position: relative;
}
.tempe-logo {
  margin-top: 0;
  width: 45%;
}
.tempe-header-text h1 {
  font-size: 40px;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.tempe-header-bg {
  height: auto;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}