@media only screen and (min-width: 1112px) {
  div.sub-menu-wrapper {
    position: absolute;
    transition: opacity 250ms ease 250ms, max-height 500ms ease,
      visibility 0s linear 500ms, top 0s linear 500ms;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #004a7f;
    padding: 0 15px 42px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1310px) {
  div.sub-menu-wrapper {
    padding: 0 calc((100% - 1280px) / 2) 42px calc((100% - 1280px) / 2);
  }
}

.header .sub-menu-location {
  xdisplay: flex;
  min-height: 575px;
}

.sub-menu-wrapper {
  visibility: visible;
  top: 40px;
  max-height: 600px;
  opacity: 1;
  z-index: 1001;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s,
    top 0s linear 0s;
}

.header .sub-menu-location:before {
  content: "";
  position: absolute;
  top: 73px;
  left: calc((100% - 1280px) / 2);
  width: 100%;
  max-width: 1280px;
  height: 1px;
  background: #e9e9ee;
}

.header div.submenu-logo {
  padding-top: 5px;
}

.header div.submenu-logo a {
  padding: 0;
}

.header div.submenu-logo a:hover {
  border: 0;
}

header.header ul {
  display: flex;
  justify-content: space-between;
  width: 95%;
}

div.sub-menu-wrapper > ul {
  justify-content: flex-start;
  width: 100%;
}

.header .sub-menu-location .menu-level-1 {
  width: 100%;
  justify-content: flex-end;
}

.header .sub-menu-location .menu-level-1 > li {
  width: auto;
}

.header .sub-menu-location .menu-level-1 > li:first-of-type {
  margin-left: 100px;
}

.menu-level-1 span {
  display: block;
  font: 400 1.125rem/2.61 "Roboto Slab";
  border-bottom: 2px solid #e9e9ee;
  margin: 0 0 18px;
}

.header .sub-menu-location .menu-level-1 > li > span {
  position: relative;
  display: flex;
  align-items: center;
  height: 74px;
  border: 0;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}

.header .sub-menu-location .menu-level-1 > li > span:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 4px;
  width: 100%;
}

.header .sub-menu-location .menu-level-1 > li > .menu_link_content {
  position: absolute;
  left: 20px;
  display: flex;
  width: calc(100% - 40px);
  padding: 45px 0;
  background: #fff;
  visibility: hidden;
}

.header .sub-menu-location .menu-level-1 > li > .menu_link_content {
  display: none !important;
  transition: none;
}

.header .sub-menu-location .menu-level-1 > li > .menu_link_content.open {
  display: flex !important;
  visibility: visible;
  z-index: 100;
}

@media only screen and (min-width: 1310px) {
  .header .sub-menu-location .menu-level-1 > li > .menu_link_content {
    max-width: 1280px;
    left: calc((100% - 1280px) / 2);
    right: calc((100% - 1280px) / 2);
    padding: 45px 0;
  }
}

.header .menu-region-description {
  max-width: 385px;
  margin: 0 35px 0 0;
  padding: 0 35px 0 0;
  border-right: 1px solid #e9e9ee;
}

.header .menu-region-description strong {
  display: block;
  font: 400 1.25rem/1 "Roboto Slab";
  margin: 0 0 24px;
}

.header .menu-region-description p {
  font-size: 1rem;
}

.menu-level-2 {
  flex-direction: column;
}

.header .sub-menu-location .menu.menu-level-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 50px;
  align-content: flex-start;
  width: 100%;
}

@media only screen and (min-width: 1310px) {
  .header .sub-menu-location .menu.menu-level-2 {
    grid-gap: 0 75px;
  }
}

.menu-level-2 li {
  line-height: 18px;
}

.header .sub-menu-location .menu.menu-level-2 .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9ee;
  margin: 0 0 12px;
  padding: 0 0 12px;
}

.region-header-menu a {
  color: #fff;
}

.menu-level-2 a {
  color: black;
}

header.header a {
  font-size: 0.9375rem;
}

div.sub-menu-wrapper a {
  color: #e6007e;
}

.header .sub-menu-location .menu-level-1 > li a {
  color: black;
}

.header .sub-menu-location .menu.menu-level-2 .menu-item > a {
  flex: 1 100%;
  margin: 0 10px 0 0;
}

.header
  .sub-menu-location
  .menu.menu-level-2
  .menu-item.menu-item--region-office
  > a,
.header
  .sub-menu-location
  .menu.menu-level-2
  .menu-item.menu-item--region-office
  > a
  span {
  font-weight: 700;
}

.header .sub-menu-location .menu.menu-level-2 .language-links ul {
  width: 100%;
}

.header .sub-menu-location .menu.menu-level-2 .language-links a {
  color: #6f6f6f;
}

.header .sub-menu-location .menu.menu-level-2 .language-links a:hover {
  color: #e6007e;
}

.header .sub-menu-location .menu.menu-level-2 .language-links li + li:before {
  content: "|";
  padding: 0 8px 0 0;
  color: #6f6f6f;
  font-size: 14px;
}

div.sub-menu-wrapper svg {
  height: 57px;
  width: 243px;
  margin: 8px 0 0;
}

.header .sub-menu-location .menu.menu-level-2 svg {
  display: block;
  width: 7px;
  height: 11px;
  margin: 0 0 0 20px;
  fill: #e6007e;
}

.header .sub-menu-location .menu.menu-level-2 span {
  font: 400 0.8125rem/1.25 "Roboto";
  border: 0;
  margin: 1px 0 0;
}

.header .sub-menu-location .menu.menu-level-2 .language-links li + li {
  display: flex;
  margin: 0 0 0 8px;
}

.header .sub-menu-location .menu-level-1 > li > span:hover:after,
.header .sub-menu-location .menu-level-1 > li > span.hover:after {
  background: #e6007e;
}

.header .sub-menu-location .menu-level-1 > li > span:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 4px;
  width: 100%;
}

/* Custom */

.header object {
  width: 100%;
  min-width: 260px;
}

.header .sub-menu-location .menu-level-1 {
  justify-content: space-between;
}

.navbar-item navbar-center {
  display: block;
}
