.oversight-bullet {
  display: inline-block;
}
.main-container .content {
  max-width: 1170px;
  margin: 50px auto;
  color: #4d4d4d;
  padding: 0 15px;
}
.body-content p {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  line-height: 26px;
}
.body-content h5, .body-content h2, .body-content h3 {
  text-align: center;
  width: 100%;
}
.body-content h3 {
  margin-top: 30px;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  /* width: 100%; */
}
.body-content>*:first-child {
  margin-top: 0;
}
.body-content h2 {
  font-size: 34px;
  line-height: 46px;
  margin: 10px 0;
}
.body-content h5 {
  color: #952038;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.body-content h2+h5 {
  margin-bottom: 77px;
}
.body-content a {
  font-size: 18px;
  line-height: 30px;
}
.body-content a strong {
  font-weight: 400;
}
.content-bottom .first-title {
  text-align: center;
  display: block;
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 30px;
}
.download-link {
  text-align: center;
}
.body-content>ul {
  overflow: hidden;
  width: 100%;
}
.body-content>ul>li:not(:last-child) {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}
.body-content>ul>li p, .body-content>ul>li a {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 300;
  /*display: block;*/
  /*display: inline-block;*/
}
.page-node-type-mission .body-content h3 {
  font-size: 24px;
  font-family: "Effra";
  font-weight: bold;
  color: #221f20;
  line-height: 30px;
}
.page-node-type-mission .body-content p {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  line-height: 30px;
}
.page-node-type-mission .body-content:before {
  background: url(./img/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 70px;
}
.page-node-type-mission .body-content:after {
  background: url(./img/pattern.jpg) no-repeat 0 0;
  content: "";
  width: 194px;
  height: 18px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-node-type-mission .body-content>ul>li a:hover {
  color: #CA113E;
}
.page-node-type-mission .body-content li p {
  margin-bottom: 10px
}
.page-node-type-mission .body-content a:hover {
  color: #CA113E;
}
.content-oversight a {
  font-size: 24px;
  line-height: 30px;
}
.para-content {
  /*font-size: 18px !important;*/
  /*line-height: 20px;*/
}
@media screen and (max-width: 1025px) {
  .main-container .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-container .content {
    padding: 0 30px;
  }
  .body-content h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .body-content h3 {
    font-size: 21px;
    line-height: 31px;
  }
  .body-content>ul>li p, .body-content>ul>li a, .body-content a, .body-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .body-content p {
    margin-bottom: 15px;
  }
  .page-node-type-mission .body-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .page-node-type-mission .body-content h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .page-node-type-mission .body-content:after {
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .page-node-type-mission .body-content:before {
    margin-top: 40px;
  }
  .main-container .content {
    margin: 30px auto;
  }
  .para-content {
    font-size: 16px;
    line-height: 24px;
  }
}