/**
Home page - menu closed
 */
.notification-enabled .nav-tabs {
  padding-top: 50px;
}

/**
Home page -  menu open
 */
.notification-enabled .off-canvas.is-open {
  padding-top: 10px;
}

.tu-notification-bar {
  color: #fff;
  padding: 3px 0;
  text-align: center;
  position: relative;
  z-index: 9999;

}

.tu-notification-bar  p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.topbar-button {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  margin: 0 20px;
  border-radius: 1px;
  line-height: 1;
}

.topbar-button:hover,
.topbar-button:active {
  color: #fff;
  text-decoration: underline;
}


.topbar-button:focus {
  color: #fff;
  outline: 3px dotted #fff;
  outline-offset: -1px;
  text-decoration: underline;
}

.fa-window-close {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 99999;
}
