.justify-content-end {
  display: flex;
}

section#hero {
  min-height: 500px;
  display: flex;
  align-items: end;
}

.top-header {
  display: flex;
}

.top-header .nav-link {
  padding: 0;
}

.top-header a.nav-link {
  padding-left: 1rem;
}

.language-switcher-language-url .is-active {
  display: none;
}


.top-header .nav-link.nav-link--user-login::before {
  content: " ";
  display: inline-block;
  background: url(../img/sign-in.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  vertical-align: bottom;
}

.navbar-brand img {
  vertical-align: bottom;
  height: 7rem !important;
  transition: 0.2s all;
}

.navbar-brand.navbar-brand-sm img {
  height: 2rem !important;
}

#top-bar {
  background: transparent;
  padding: 0;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
}

#headerbrand {
  z-index: 10001;
  white-space: nowrap;
	display: flex;
  align-items: end;
}

.menu--main {
  width: 100%;
}

/* .navbar-brand,
.navbar-brand .sitetitle {
  line-height: 2.25rem;
} */

a.navbar-brand:nth-child(2) {
	display: flex;
	flex-flow: column;
	align-items: start;
	max-width: 160px;
	}

.navbar-brand h1 {
	font-size: 1rem;
	line-height: inherit;
	white-space: wrap;
	margin: 0;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
}

.form-row>fieldset,
.form-row>div {
  max-width: 100% !important;
}

nav.tabs {
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    display: block;
    width: 100%;
  }
}

.site-footer {
  font-family: inherit;
}