/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700); */
.subpagehead {
  padding-bottom: 25px;
}
.subpagehead select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  width: 100%;
  padding: 0 20px;
  text-align-last: center;
  text-align: center;
  font-family: "Muli", sans-serif;
  font-size: 0.875em;
  line-height: 40px;
  color: #fff;
  background: #003367 url(../img/icon/select_arrow_w.svg) right 17px center no-repeat;
  background-size: 11px 6px;
}
.subpagehead select::-ms-expand {
  display: none;
}
.subpagehead .lvl-1 a {
  min-width: 75px;
  text-align: center;
}
.ust-content {
  padding-top: 25px;
  line-height: 156%;
  color: #575757;
}
.ust-content.profile-detail .profile-row .profile-image {
  padding-right: 7%;
  width: 37%;
}
.ust-content:not(.profile-detail) .inner-container {
  max-width: 1425px;
  padding-left: 145px;
}
.ust-content h2 {
  font-size: 1.5em;
  line-height: 150%;
  color: #003367;
  margin-bottom: 10px;
  font-weight: 700;
}
.ust-content .intro {
  margin-bottom: 35px;
}
.ust-content .intro p {
  margin-bottom: 24px;
}
.ust-content .wrapper {
  margin-bottom: 50px;
}
.ust-content .wrapper:last-child {
  margin-bottom: 0;
}
.ust-content .wrapper .intro {
  margin-bottom: 18px;
}
.ust-content .profile-row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 20px;
  font-family: "Muli", "Microsoft JHenghei", sans-serif;
  margin-bottom: 30px;
}
.ust-content .profile-row p {
  margin-bottom: 3px;
}
.ust-content .profile-row a {
  text-decoration: none;
}
.ust-content .profile-row a span {
  margin-bottom: 3px;
  display: inline-block;
}
.ust-content .profile-row .profile-image {
  padding-right: 4%;
  width: 19%;
}
.ust-content .profile-row .profile-image a {
  max-width: 100%;
  display: inline-block;
}
.ust-content .profile-row .profile-image img {
  max-width: 100%;
  display: block;
}
.ust-content .profile-row .profile-info {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.ust-content .profile-row .profile-info span {
  display: block;
  color: #000000;
  font-size: 20px;
}
.ust-content .profile-row .name {
  color: #336699 !important;
  font-size: 20px;
  font-weight: bold;
}
.ust-content .addresses-box {
  font-family: "Muli", "Microsoft JHenghei", sans-serif;
  line-height: 1.6em;
  margin-bottom: 5rem;
}
.ust-content .addresses-box p {
  margin-bottom: 1.75em;
}
@media (max-width: 991px) {
  .subpagehead {
    padding-bottom: 10px;
  }
  .ust-content {
    padding-top: 24px;
  }
  .ust-content .profile-row .profile-image {
    padding-right: 4%;
  }
  .ust-content:not(.profile-detail) .inner-container {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .ust-content .profile-row {
    display: block;
    margin-bottom: 35px;
  }
  .ust-content .profile-row .profile-image {
    width: auto;
    padding-right: 0;
    max-width: 258px;
    margin-bottom: 12px;
  }
  .ust-content:not(.profile-detail) .inner-container {
    padding-left: 0px;
  }
}
