/* 2016 C4SR CSS */
/* jlh2199@columbia.edu */


.hp-menu {
  position: relative;
  top: 14px;
}

.hp-menu-expanded {
  display: none;
}

.hp-menu-expanded-flex-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
}

.c4sr-hp-menu-box {
  display: inline;
  float: left;
}

.c4sr-right-menu .c4sr-hp-menu-box {
  display: inline;
  margin-left: 40px;
}

.hp-menu a {
  border: none;
}

.c4sr-home {
  float: left;
}
.c4sr-menu-link {
  float: right;
}