/* 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); */
select {
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.ust-content {
  padding-top: 50px;
  padding-bottom: 90px;
  min-height: 800px;
}
.ust-content .part h2 {
  color: #003367;
  font-size: 1.5em;
  line-height: 112.5%;
  font-weight: 700;
  margin-bottom: 25px;
}
.ust-content .part .com-accordion {
  margin-bottom: 50px;
}
.ust-content .part .com-accordion .wrapper {
  padding-top: 16px;
  line-height: 156%;
  text-align: justify;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .subpagehead .container {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .subpagehead {
    padding-top: 20px;
  }
  .ust-content {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ust-content .part .com-accordion {
    margin-bottom: 40px;
  }
  .ust-content .part .com-accordion .title {
    font-size: 1.25em;
    line-height: 120%;
  }
  .ust-content .part .com-accordion p {
    font-size: 0.9375em;
    line-height: 160%;
  }
}
