.bf-internal.global-nav-superposter {
  padding: 8px 12px 5px;
  z-index: 1001;
  position: relative;
  border-bottom: 0; }

.global-nav__main-menu {
  position: absolute;
  font-size: 14px;
  font-weight: 600; }

.viral-logo {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asketch%3D%22http%3A//www.bohemiancoding.com/sketch/ns%22%3E%3Ctitle%3EArtboard%201%3C/title%3E%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%3Cg%20sketch%3Atype%3D%22MSArtboardGroup%22%20fill%3D%22none%22%3E%3Ccircle%20fill%3D%22%23e32%22%20sketch%3Atype%3D%22MSShapeGroup%22%20cx%3D%22255.5%22%20cy%3D%22256.5%22%20r%3D%22243.5%22/%3E%3Cpath%20d%3D%22M414.449%20251.191l-19.843-140.697-131.772%2053.163%2052.23%2030.154-49.339%2085.455-85.457-49.339-84.195%20145.832%2047.16%2027.226%2056.967-98.672%2085.457%2049.339%2076.565-132.614%2052.228%2030.154%22%20fill%3D%22%23fff%22%20sketch%3Atype%3D%22MSShapeGroup%22/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 99%) center;
  background-size: 20px;
  background-repeat: no-repeat;
  float: left;
  width: 20px;
  margin-top: 5px;
  height: 20px;
  cursor: pointer; }

.global-nav__menu-title--expanded {
  color: #07e;
  background-color: #fff;
  cursor: pointer; }

.global-nav__menu-title {
  float: left;
  padding: 6px 12px;
  height: 30px; }
  .global-nav__menu-title:before {
    content: "\25BE";
    position: relative;
    float: right;
    color: #aaa;
    padding: 0 5px;
    font-size: 12px; }

.global-nav__menu-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 10px 20px;
  top: 29px;
  min-width: 132px;
  color: #333;
  cursor: pointer; }
  .global-nav__menu-list .list-item {
    line-height: 2;
    text-transform: capitalize;
    white-space: nowrap;
    position: relative; }
    .global-nav__menu-list .list-item:hover {
      color: #07e; }

.global-nav__sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  margin-left: 20px; }

.has-sub-menu:after {
  content: "\25b8";
  position: relative;
  top: -1px;
  left: 5px; }

.global-nav-mc.global-nav__menu-list {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll; }
