#global-site-container {
  display: none;
}
.market-selector-container {
  min-height: 500px;
  padding: 35px 141px;
  background-color: #f4f4f4;
  position: absolute;
  z-index: 2;
  width: 100vw;
  left: 0;
}
.market-selector-container-top {
  width: 100%;
  border-bottom: #3c3c3c1a 1px solid;
}
.market-selector-container-bottom {
  width: 100%;
  display: none;
}

.market-selector-container-bottom.open {
  display: block;
}
.market-selector-container-bottom > ul {
  padding: 20px 0;
  margin: 0;
  overflow: auto;
  height: 300px;
}
.market-selector-container-top .close-button {
  text-align: right;
  line-height: 25px;
  position: absolute;
  padding-right: 140px;
  right: 0;
}
.market-selector-container-top .close-button > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
}
.market-title {
  display: inline-block;
  width: 24%;
  border-right: #3c3c3c1a 1px solid;
  height: 75px;
}
.market-title > span {
  font-family: MarsCentra-Bold, sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 26px;
}
.market-title > h1 {
  font-family: MarsCentra-Extrabold,sans-serif;
  font-size: 24px;
  color: #0000a0;
}
.market-item-container {
  display: inline-block;
  width: 75%;
}
.market-item-container > span {
  display: inline-block;
  font-family: MarsCentra-Bold,sans-serif;
  font-size: 16px;
  color: #0000a0 !important;
}
.market-item-container > span > img {
  display: none;
}
.market-item-list {
  display: inline-block;
  width: 100%;
}
.market-item-list.level-2 {
  display: inline-block;
  width: 88%;
}
.market-item-list > li {
  list-style: none;
  width: 18%;
  display: inline-block;
  text-align: center;
  font-family: MarsCentra-Bold,sans-serif;
  font-size: 16px;
  color: #0000a0 !important;
  cursor: pointer;
  padding: 10px 0;
}
.market-item-list > li > a {
  display: inline-block;
  text-align: center;
  font-family: MarsCentra-Bold,sans-serif;
  font-size: 16px;
  color: #0000a0 !important;
  cursor: pointer;
  padding: 10px;
}
.market-item-list > li > img {
  display: none;
}
.level-2 > .market-sub-item {
  padding: 10px 0;
  display: inline-block;
  width: 33%;
}
.level-2 > .market-sub-item > a {
  font-family: MarsCentra-Bold,sans-serif;
  color: #3c3c3c;
  font-size: 18px;
  text-decoration: none;
  cursor: text !important;
}
.market-language-container {
  padding: 0;
}
.level-3 > .market-sub-item {
  display: inline-block;
}
.level-3 > .market-sub-item > a {
  font-family: MarsCentra-Bold,sans-serif;
  color: #0000a0;
  font-size: 14px;
  cursor: pointer;
}
.level-3 > .market-sub-item + .market-sub-item {
  border-left: solid 1px #08538f;
  margin-left: 5px;
  padding-left: 5px;
}
.market-header-mobile {
  display: none;
}
.market-sub-item-title {
  display: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.highlight {
  background-color: #00d7b9;
}
.country-selected {
  font-family: MarsCentra-Extrabold, sans-serif;
  font-size: 18px;
  color: #0000a0;
}
#header .hover-style-language:hover span {
  font-weight: bold;
}

.selected-language {
  font-family: MarsCentra-Extrabold,sans-serif;
  text-decoration: underline;
  color: #0000a0;
}

@media (max-width: 1200px) {
  .market-selector-container {
    column-count: auto;
    padding: 30px 20px;
    height: 100vh;
    position: absolute;
    z-index: 2;
    width: 100vw;
    top: 59px;
    overflow-y: scroll;
  }
  .market-selector-container-top {
    border: none;
  }
  .market-selector-container-bottom {
    display: none;
    padding-top: 10px;
  }
  .market-title {
    width: 100%;
    display: block;
    border-bottom: #3c3c3c1a 1px solid;
    border-right: none;
    height: 90px;
  }
  .market-title > span {
    font-size: 16px;
    line-height: 26px;
  }
  .market-title > h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .market-item-container {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .market-item-container > span {
    display: block;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
  }
  .market-item-container > span > img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
  .market-item-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .market-item-list > li {
    display: block;
    width: 100%;
    text-align: left;
    height: 60px;
    font-size: 26px;
    line-height: 60px;
  }

  .market-item-list > li > img {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
  .level-2 > .market-sub-item {
    display: block;
    width: 100%;
    height: 90px;
    border-bottom: #3c3c3c1a 1px solid;
  }
  .level-2 > .market-sub-item > a {
    font-size: 22px;
  }
  .market-language-container {
    padding: 0;
  }
  .level-3 > .market-sub-item > a {
    font-size: 18px;
  }
  .market-header-mobile > span {
    display: inline-block;
    font-family: MarsCentra-Extrabold,sans-serif;
    font-size: 18px;
    color: #0000a0;
  }
  .market-header-mobile > span > img {
    transform: rotate(180deg);
    width: 12px;
    height: 12px;
    vertical-align: initial;
    margin-right: 5px;
  }
  .market-header-mobile > .close-button {
    display: inline-block;
    float: right;
  }
  .market-header-mobile > .close-button > img {
    width: 20px;
    height: 20px;
  }
  .market-sub-item-title {
    font-family: MarsCentra-Extrabold, sans-serif;
    font-size: 36px;
    color: #0000a0;
    display: block;
  }
  .market-selector-container-bottom > ul {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
  }
  .highlight {
    background-color: transparent;
  }
  .market-selector-container-top .close-button {
    right: 4vw;
    padding-right: 0px;
  }
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .market-selector-container {
    position: -ms-page !important;
  }
  .market-selector-container-top {
    border-bottom: 1px solid #3c3c3c;
  }
  .market-title {
    border-right: 1px solid #3c3c3c;
  }
}
