@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css");
#tab_selector, .mobile-select-tab {
  display: none;
}

.global-map-wrapper .nav-link:hover {
  color: #0070BA;
  border-bottom: 1px solid #0070BA !important;
}
.global-map-wrapper .nav-link.active:hover {
  color: #0070BA !important;
  border-bottom: 1px solid #0070BA !important;
}
.global-map-wrapper .nav-link.active {
  color: #559dd2;
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 992px) {
  .global-map-wrapper .nav-item {
    width: inherit !important;
  }
  .global-map-wrapper .nav-item .nav-link {
    padding: 0;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .nav {
    flex-direction: row;
    justify-content: space-between;
  }
}

.nav-link {
  display: block;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .nav-tabs {
    border: 0;
  }
}
.nav-tabs .nav-item {
  padding: 0 1rem;
  margin: 0;
  text-indent: 0;
}
@media only screen and (max-width: 992px) {
  .nav-tabs .nav-item {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
  }
}
.nav-tabs .nav-item:before {
  display: none;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.nav-tabs .nav-link {
  border: 0;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  top: 2px;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  color: #559dd2;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #0070BA;
  border-color: #0070BA;
}
@media only screen and (max-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 0;
  }
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #0070BA;
  border-bottom: 1px solid #0070BA;
}

.tab-content {
  box-shadow: none;
  background: transparent;
  margin-top: 50px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.tab-country {
  /* IE11 */
}
.tab-country .color-box-wrapper {
  text-align: left;
  transform: translateY(-20px);
}
.tab-country h1.page-title {
  padding-left: 0;
  font-size: 28px;
  line-height: 42px;
}
.tab-country h1.page-title:after {
  left: -15px;
}
@media only screen and (max-width: 992px) {
  .tab-country .mobile-select-tab {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 25px 0;
    background: gray;
    display: block;
  }
  .tab-country #tab_selector {
    display: block;
    width: 80%;
    margin: auto;
    height: 40px;
    background: white;
  }
  .tab-country ul.nav-tabs {
    display: none;
  }
}
.tab-country .nav-tabs {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  height: 60px;
  justify-content: end;
  padding: 0 30px;
}
.tab-country _:-ms-lang(x), .tab-country .nav-tabs {
  justify-content: center;
}
.tab-country .nav-item a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
}
.tab-country .nav-item a:hover {
  color: #000;
  border-bottom: 5px solid white;
}
.tab-country .nav-item a.active {
  color: #000;
  font-weight: 600;
  border-bottom: 5px solid white;
  text-decoration: underline;
}

/*# sourceMappingURL=tabs.css.map */
