#custom-header {
    background-color: #FFF;
    padding: 25px 0;
    position: relative;
}

#custom-header .logo-container {
    float: left;
}

#custom-header .logo-container img {
    max-height: 35px;
}

#custom-header nav {
    float: right;
}

.subscribe-nav {
  margin-left: 16px;
}