
li.en-US {
    float: left;
    margin-right: 14px;
}

li.ja {
    float: left;
    margin-right: 14px;
}

@media screen and (max-width: 1140px) {
.onepress-menu.onepress-menu-mobile > li.en-US:not(:has(a)) {
      padding: 12px 20px;
  }
}

@media screen and (max-width: 1140px) {
.onepress-menu.onepress-menu-mobile > li.ja:not(:has(a)) {
      padding: 12px 20px;
  }
}

@media screen and (max-width: 1140px) {
  .onepress-menu.onepress-menu-mobile > li > span > a {
      padding: 12px 20px;
  }
}

.bogo-language-switcher .current {
  display: none;
}

.onepress-menu a{
  font-size: 1.6em;
  padding-left: 8px;
  padding-right: 8px;
}

li.current_page_item a{
  background: #0e2a72 !important;
  color: white !important;
  border-radius: 3%;
}

a:not([href]):not([tabindex]) {
  color: #0e2a72;
}

div.list-article-thumb img.wp-post-image {
  overflow: hidden !important;
  width: 150px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

article.list-article {
  display: flex;
  align-items: center;
}

div.list-article-meta {
  font-size: 1.2em !important;
}

.team-name {
  color: #103489;
  font-weight: bold;
}

.tlp-content {
  background: #ffffff !important;
  text-align: center;
  padding-bottom: 0px !important;
}

.tlp-position {
  color: #757575 !important;
  margin-bottom: 0px !important;
}

.short-bio {
  color: #757575;
  text-align: center;
}

.short-bio p {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.rt-team-img {
  border: 0.3em solid #103489;
  transform: none !important;
}