  .custom-header {
  background-color: #f1f0ea;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.custom-header a {
  text-decoration: none;
  color: #ffc70e;
}

.custom-header a:hover {
  text-decoration: underline;
  color: #ffc70e;
}


/*Navbar*/

.custom-header-navbar {
  background-color: #06335a;
  height: 40px;
}

.custom-header-navbar ul {
  list-style: none;
}

.custom-header-navbar li {
  display: inline-block;
  margin: 0 7px 0 0;
}

.custom-header-navbar-inner {
  padding: 0 100px;
}

#custom-header-navbar-links-left {
  float: left;
  padding-top: 7px;
}

#custom-header-navbar-links-right {
  float: right;
  padding-top: 7px;
}


/*Banner*/

.custom-header-banner {
  height: 95px;
  position: relative;
}

.custom-header-banner img {
  position: absolute;
}

#custom-header-banner-logo img {
  left: 96px;  
}

#custom-header-banner-ask img {
  right: 107px;
  top: 12px;
}


/*Media Queries*/

@media screen and (max-width: 900px) {
  .custom-header-navbar {
    display: none;
  }
  .custom-header-banner {
    height: 75px;
  }
  .custom-header-banner img {
    max-height: 40px;
  }
  #custom-header-banner-logo img {
    left: 30px;
  }
  #custom-header-banner-ask img {
    right: 30px;
    top: 15px;
  }
  @media screen and (max-width: 550px) {
    #custom-header-banner-ask {
      display: none;
    }
    #custom-header-banner-logo img {
      width: 250px;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
    }
  }