@charset "UTF-8";

/* CSS Document */
.diversityPage {
  /* CSS Document */
}

.diversityPage .mod-lead{
  margin-top: 60px;
  text-align: left;
}

.diversityPage h3{
    font-weight: 600;
    line-height: 150%;
}

@media screen and (min-width: 992px) {
    .diversityPage h3 {
        font-size:2.4rem;
        margin-bottom: 40px;
    }
    .diversityPage .ub-c-tab-nav__wrapper{
      max-width:1064px;
    }
}

@media screen and (max-width: 991px) {
  .diversityPage.section .inner{
    width: auto;
    padding: 0 15px;
  }
  .diversityPage h3{
      font-size:2rem;
      margin-bottom: 35px;
  }
}

.diversityPage .ub-c-tab-nav{
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .diversityPage .ub-c-tab-nav{
    margin-bottom: 30px;
  }
}

.diversityPage .blank-icon{
  width: 14px;
  height: 14px;
  transition:.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition-property: fill,transform;
  vertical-align: text-top;
}

.diversityPage .ub-c-icon-btn{
  font-family: inherit;
}

.diversityPage .ub-c-icon-btn:hover .blank-icon {
    fill: #1971d4
}

.diversityPage .ub-u-pc-flex{
  display: flex;
  justify-content: center;
}

.diversityPage a[target=_blank]:not([href$=".pdf"]):not([href$=".xls"]):not(.no-icon):after {
    content: none
}

.diversityPage table {
  width: 100%;
}

.diversityPage table td,
.diversityPage table th {
  border: 1px solid #ccc;
  padding: 8px 16px;
  box-sizing: border-box;
}

.diversityPage table td p+p,
.diversityPage table th p+p {
  padding: 0px;
  margin: 10px 0 0 0;
}

.diversityPage table th {
  background-color: #eee;
  width: 20%;
}

/* .diversityPage .btnBox {
  text-align: center;
  padding: 20px 0 30px;
}

.diversityPage .btnBox a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8em 2em;
  box-sizing: border-box;
  width: 300px;
  border: 1px solid #438bc5;
  background-color: #438bc5;
  color: #fff;
}

.diversityPage .btnBox a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.diversityPage .btnBox a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not(.no-icon):after {
  background-image: url("img/icon-link-external_w.svg");
} */

.diversityPage .box {
  display: none !important;
}

.diversityPage .box.show {
  display: block !important;
}

/* .diversityPage .c-tabs {
  padding-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.diversityPage .c-tabs li {
  width: 31%;
}

.diversityPage .c-tabs li+li a {
  border-left: 0px;
}

.diversityPage .c-tabs li a {
  border: 1px solid #438bc5;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 1em 0;
  position: relative;
}

.diversityPage .c-tabs li a.on {
  background-color: #438bc5;
  color: #fff;
}

.diversityPage .c-tabs li a.on:after {
  content: "▼";
  color: #438bc5;
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -0.5em;
} */

.diversityPage .mod-lead br {
  display: none;
}

@media screen and (max-width: 46em) {
  .diversityPage .mod-lead br {
    display: inline;
  }

  /* .diversityPage .c-tabs li {
    width: 32%;
  }

  .diversityPage .c-tabs {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .diversityPage .c-tabs li a {
    font-size: 1.2rem;
    display: flex;
    height: 5em;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    padding: 0 0.3em;
  }

  .diversityPage .c-tabs li a.on:after {
    bottom: -0.8em;
  }

  .diversityPage .btnBox a {
    width: 100%;
  } */
}

