.publications .accordion {
  padding: 11rem 1rem;
  background: #fbfbfb
}

@media screen and (max-width:767px) {
  .publications .accordion {
    padding: 6rem 1rem
  }
}

.publications .accordion_inner {
  max-width: 1200px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .publications .accordion {
    padding: 6rem 0
  }
}

.publications .accordion_inner {
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.publications .accordion_inner>li:not(:first-child) {
  margin-top: 2rem
}

@media screen and (max-width:767px) {
  .publications .accordion_inner>li:not(:first-child) {
    margin-top: 1.5rem
  }
}

.publications .accordion_ttl {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  padding: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.7px;
  transition: all .8s
}

.publications .accordion_ttl:hover {
  background: #eee
}

.publications .accordion_ttl:after {
  content: "";
  background: url(../../../img/open.svg) no-repeat;
  width: 16px;
  height: 10px
}

.publications .accordion_ttl.is_open {
  background: #b4244b;
  color: #fff
}

.publications .accordion_ttl.is_open:after {
  content: "";
  background: url(../../../img/close.svg) no-repeat;
  width: 18px;
  height: 18px
}

.publications .accordion_ttl.is_open:hover {
  opacity: .9
}

.publications .accordion_content {
  overflow: hidden;
  height: 0;
  transition: all .4s
}

.publications .accordion_content_inner {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner {
    padding: 1.5rem 1rem
  }
}

.publications .accordion_content_inner h3 {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  letter-spacing: 1.7px;
  font-weight: 700;
  border-bottom: 3px solid #121212
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    line-height: 1.5
  }
}

.publications .accordion_content_inner ol {
  width: 100%;
  margin-bottom: 2rem
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol {
    margin-bottom: 3rem
  }
}

.publications .accordion_content_inner ol li {
  width: 100%;
  position: relative;
  padding-bottom: 1rem;
  padding-left: 3rem;
  border-bottom: 1px solid #dbdbdb
}

.publications .accordion_content_inner ol li:not(:first-child) {
  padding-top: 1rem
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li {
    margin-top: 3rem;
    padding: 1rem 0 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: none
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1):before {
  content: "1.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2):before {
  content: "2.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3):before {
  content: "3.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4):before {
  content: "4.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5):before {
  content: "5.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6):before {
  content: "6.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7):before {
  content: "7.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8):before {
  content: "8.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9):before {
  content: "9.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(10):before {
  content: "10.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(10):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(11):before {
  content: "11.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(11):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(12):before {
  content: "12.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(12):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(13):before {
  content: "13.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(13):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(14):before {
  content: "14.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(14):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(15):before {
  content: "15.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(15):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(16):before {
  content: "16.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(16):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(17):before {
  content: "17.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(17):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(18):before {
  content: "18.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(18):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(19):before {
  content: "19.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(19):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(20):before {
  content: "20.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(20):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(21):before {
  content: "21.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(21):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(22):before {
  content: "22.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(22):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(23):before {
  content: "23.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(23):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(24):before {
  content: "24.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(24):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(25):before {
  content: "25.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(25):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(26):before {
  content: "26.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(26):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(27):before {
  content: "27.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(27):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(28):before {
  content: "28.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(28):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(29):before {
  content: "29.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(29):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(30):before {
  content: "30.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(30):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(31):before {
  content: "31.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(31):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(32):before {
  content: "32.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(32):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(33):before {
  content: "33.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(33):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(34):before {
  content: "34.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(34):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(35):before {
  content: "35.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(35):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(36):before {
  content: "36.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(36):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(37):before {
  content: "37.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(37):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(38):before {
  content: "38.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(38):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(39):before {
  content: "39.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(39):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(40):before {
  content: "40.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(40):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(41):before {
  content: "41.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(41):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(42):before {
  content: "42.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(42):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(43):before {
  content: "43.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(43):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(44):before {
  content: "44.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(44):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(45):before {
  content: "45.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(45):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(46):before {
  content: "46.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(46):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(47):before {
  content: "47.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(47):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(48):before {
  content: "48.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(48):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(49):before {
  content: "49.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(49):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(50):before {
  content: "50.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(50):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(51):before {
  content: "51.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(51):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(52):before {
  content: "52.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(52):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(53):before {
  content: "53.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(53):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(54):before {
  content: "54.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(54):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(55):before {
  content: "55.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(55):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(56):before {
  content: "56.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(56):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(57):before {
  content: "57.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(57):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(58):before {
  content: "58.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(58):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(59):before {
  content: "59.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(59):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(60):before {
  content: "60.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(60):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(61):before {
  content: "61.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(61):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(62):before {
  content: "62.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(62):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(63):before {
  content: "63.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(63):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(64):before {
  content: "64.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(64):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(65):before {
  content: "65.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(65):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(66):before {
  content: "66.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(66):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(67):before {
  content: "67.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(67):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(68):before {
  content: "68.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(68):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(69):before {
  content: "69.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(69):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(70):before {
  content: "70.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(70):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(71):before {
  content: "71.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(71):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(72):before {
  content: "72.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(72):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(73):before {
  content: "73.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(73):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(74):before {
  content: "74.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(74):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(75):before {
  content: "75.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(75):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(76):before {
  content: "76.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(76):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(77):before {
  content: "77.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(77):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(78):before {
  content: "78.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(78):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(79):before {
  content: "79.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(79):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(80):before {
  content: "80.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(80):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(81):before {
  content: "81.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(81):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(82):before {
  content: "82.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(82):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(83):before {
  content: "83.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(83):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(84):before {
  content: "84.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(84):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(85):before {
  content: "85.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(85):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(86):before {
  content: "86.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(86):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(87):before {
  content: "87.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(87):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(88):before {
  content: "88.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(88):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(89):before {
  content: "89.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(89):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(90):before {
  content: "90.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(90):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(91):before {
  content: "91.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(91):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(92):before {
  content: "92.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(92):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(93):before {
  content: "93.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(93):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(94):before {
  content: "94.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(94):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(95):before {
  content: "95.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(95):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(96):before {
  content: "96.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(96):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(97):before {
  content: "97.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(97):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(98):before {
  content: "98.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(98):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(99):before {
  content: "99.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(99):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(100):before {
  content: "100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(101):before {
  content: "101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(102):before {
  content: "102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(103):before {
  content: "103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(104):before {
  content: "104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(105):before {
  content: "105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(106):before {
  content: "106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(107):before {
  content: "107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(108):before {
  content: "108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(109):before {
  content: "109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(110):before {
  content: "110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(111):before {
  content: "111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(112):before {
  content: "112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(113):before {
  content: "113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(114):before {
  content: "114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(115):before {
  content: "115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(116):before {
  content: "116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(117):before {
  content: "117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(118):before {
  content: "118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(119):before {
  content: "119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(120):before {
  content: "120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(121):before {
  content: "121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(122):before {
  content: "122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(123):before {
  content: "123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(124):before {
  content: "124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(125):before {
  content: "125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(126):before {
  content: "126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(127):before {
  content: "127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(128):before {
  content: "128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(129):before {
  content: "129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(130):before {
  content: "130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(131):before {
  content: "131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(132):before {
  content: "132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(133):before {
  content: "133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(134):before {
  content: "134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(135):before {
  content: "135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(136):before {
  content: "136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(137):before {
  content: "137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(138):before {
  content: "138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(139):before {
  content: "139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(140):before {
  content: "140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(141):before {
  content: "141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(142):before {
  content: "142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(143):before {
  content: "143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(144):before {
  content: "144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(145):before {
  content: "145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(146):before {
  content: "146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(147):before {
  content: "147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(148):before {
  content: "148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(149):before {
  content: "149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(150):before {
  content: "150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(151):before {
  content: "151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(152):before {
  content: "152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(153):before {
  content: "153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(154):before {
  content: "154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(155):before {
  content: "155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(156):before {
  content: "156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(157):before {
  content: "157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(158):before {
  content: "158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(159):before {
  content: "159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(160):before {
  content: "160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(161):before {
  content: "161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(162):before {
  content: "162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(163):before {
  content: "163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(164):before {
  content: "164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(165):before {
  content: "165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(166):before {
  content: "166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(167):before {
  content: "167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(168):before {
  content: "168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(169):before {
  content: "169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(170):before {
  content: "170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(171):before {
  content: "171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(172):before {
  content: "172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(173):before {
  content: "173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(174):before {
  content: "174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(175):before {
  content: "175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(176):before {
  content: "176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(177):before {
  content: "177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(178):before {
  content: "178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(179):before {
  content: "179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(180):before {
  content: "180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(181):before {
  content: "181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(182):before {
  content: "182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(183):before {
  content: "183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(184):before {
  content: "184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(185):before {
  content: "185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(186):before {
  content: "186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(187):before {
  content: "187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(188):before {
  content: "188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(189):before {
  content: "189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(190):before {
  content: "190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(191):before {
  content: "191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(192):before {
  content: "192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(193):before {
  content: "193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(194):before {
  content: "194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(195):before {
  content: "195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(196):before {
  content: "196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(197):before {
  content: "197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(198):before {
  content: "198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(199):before {
  content: "199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(200):before {
  content: "200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(201):before {
  content: "201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(202):before {
  content: "202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(203):before {
  content: "203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(204):before {
  content: "204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(205):before {
  content: "205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(206):before {
  content: "206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(207):before {
  content: "207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(208):before {
  content: "208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(209):before {
  content: "209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(210):before {
  content: "210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(211):before {
  content: "211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(212):before {
  content: "212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(213):before {
  content: "213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(214):before {
  content: "214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(215):before {
  content: "215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(216):before {
  content: "216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(217):before {
  content: "217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(218):before {
  content: "218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(219):before {
  content: "219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(220):before {
  content: "220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(221):before {
  content: "221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(222):before {
  content: "222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(223):before {
  content: "223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(224):before {
  content: "224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(225):before {
  content: "225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(226):before {
  content: "226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(227):before {
  content: "227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(228):before {
  content: "228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(229):before {
  content: "229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(230):before {
  content: "230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(231):before {
  content: "231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(232):before {
  content: "232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(233):before {
  content: "233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(234):before {
  content: "234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(235):before {
  content: "235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(236):before {
  content: "236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(237):before {
  content: "237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(238):before {
  content: "238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(239):before {
  content: "239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(240):before {
  content: "240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(241):before {
  content: "241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(242):before {
  content: "242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(243):before {
  content: "243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(244):before {
  content: "244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(245):before {
  content: "245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(246):before {
  content: "246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(247):before {
  content: "247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(248):before {
  content: "248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(249):before {
  content: "249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(250):before {
  content: "250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(251):before {
  content: "251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(252):before {
  content: "252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(253):before {
  content: "253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(254):before {
  content: "254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(255):before {
  content: "255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(256):before {
  content: "256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(257):before {
  content: "257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(258):before {
  content: "258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(259):before {
  content: "259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(260):before {
  content: "260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(261):before {
  content: "261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(262):before {
  content: "262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(263):before {
  content: "263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(264):before {
  content: "264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(265):before {
  content: "265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(266):before {
  content: "266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(267):before {
  content: "267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(268):before {
  content: "268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(269):before {
  content: "269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(270):before {
  content: "270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(271):before {
  content: "271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(272):before {
  content: "272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(273):before {
  content: "273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(274):before {
  content: "274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(275):before {
  content: "275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(276):before {
  content: "276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(277):before {
  content: "277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(278):before {
  content: "278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(279):before {
  content: "279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(280):before {
  content: "280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(281):before {
  content: "281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(282):before {
  content: "282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(283):before {
  content: "283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(284):before {
  content: "284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(285):before {
  content: "285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(286):before {
  content: "286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(287):before {
  content: "287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(288):before {
  content: "288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(289):before {
  content: "289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(290):before {
  content: "290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(291):before {
  content: "291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(292):before {
  content: "292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(293):before {
  content: "293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(294):before {
  content: "294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(295):before {
  content: "295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(296):before {
  content: "296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(297):before {
  content: "297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(298):before {
  content: "298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(299):before {
  content: "299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(300):before {
  content: "300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(301):before {
  content: "301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(302):before {
  content: "302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(303):before {
  content: "303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(304):before {
  content: "304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(305):before {
  content: "305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(306):before {
  content: "306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(307):before {
  content: "307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(308):before {
  content: "308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(309):before {
  content: "309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(310):before {
  content: "310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(311):before {
  content: "311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(312):before {
  content: "312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(313):before {
  content: "313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(314):before {
  content: "314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(315):before {
  content: "315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(316):before {
  content: "316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(317):before {
  content: "317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(318):before {
  content: "318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(319):before {
  content: "319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(320):before {
  content: "320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(321):before {
  content: "321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(322):before {
  content: "322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(323):before {
  content: "323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(324):before {
  content: "324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(325):before {
  content: "325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(326):before {
  content: "326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(327):before {
  content: "327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(328):before {
  content: "328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(329):before {
  content: "329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(330):before {
  content: "330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(331):before {
  content: "331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(332):before {
  content: "332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(333):before {
  content: "333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(334):before {
  content: "334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(335):before {
  content: "335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(336):before {
  content: "336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(337):before {
  content: "337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(338):before {
  content: "338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(339):before {
  content: "339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(340):before {
  content: "340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(341):before {
  content: "341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(342):before {
  content: "342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(343):before {
  content: "343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(344):before {
  content: "344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(345):before {
  content: "345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(346):before {
  content: "346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(347):before {
  content: "347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(348):before {
  content: "348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(349):before {
  content: "349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(350):before {
  content: "350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(351):before {
  content: "351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(352):before {
  content: "352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(353):before {
  content: "353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(354):before {
  content: "354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(355):before {
  content: "355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(356):before {
  content: "356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(357):before {
  content: "357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(358):before {
  content: "358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(359):before {
  content: "359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(360):before {
  content: "360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(361):before {
  content: "361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(362):before {
  content: "362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(363):before {
  content: "363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(364):before {
  content: "364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(365):before {
  content: "365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(366):before {
  content: "366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(367):before {
  content: "367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(368):before {
  content: "368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(369):before {
  content: "369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(370):before {
  content: "370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(371):before {
  content: "371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(372):before {
  content: "372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(373):before {
  content: "373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(374):before {
  content: "374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(375):before {
  content: "375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(376):before {
  content: "376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(377):before {
  content: "377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(378):before {
  content: "378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(379):before {
  content: "379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(380):before {
  content: "380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(381):before {
  content: "381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(382):before {
  content: "382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(383):before {
  content: "383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(384):before {
  content: "384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(385):before {
  content: "385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(386):before {
  content: "386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(387):before {
  content: "387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(388):before {
  content: "388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(389):before {
  content: "389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(390):before {
  content: "390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(391):before {
  content: "391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(392):before {
  content: "392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(393):before {
  content: "393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(394):before {
  content: "394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(395):before {
  content: "395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(396):before {
  content: "396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(397):before {
  content: "397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(398):before {
  content: "398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(399):before {
  content: "399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(400):before {
  content: "400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(401):before {
  content: "401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(402):before {
  content: "402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(403):before {
  content: "403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(404):before {
  content: "404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(405):before {
  content: "405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(406):before {
  content: "406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(407):before {
  content: "407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(408):before {
  content: "408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(409):before {
  content: "409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(410):before {
  content: "410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(411):before {
  content: "411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(412):before {
  content: "412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(413):before {
  content: "413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(414):before {
  content: "414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(415):before {
  content: "415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(416):before {
  content: "416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(417):before {
  content: "417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(418):before {
  content: "418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(419):before {
  content: "419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(420):before {
  content: "420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(421):before {
  content: "421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(422):before {
  content: "422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(423):before {
  content: "423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(424):before {
  content: "424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(425):before {
  content: "425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(426):before {
  content: "426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(427):before {
  content: "427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(428):before {
  content: "428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(429):before {
  content: "429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(430):before {
  content: "430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(431):before {
  content: "431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(432):before {
  content: "432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(433):before {
  content: "433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(434):before {
  content: "434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(435):before {
  content: "435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(436):before {
  content: "436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(437):before {
  content: "437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(438):before {
  content: "438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(439):before {
  content: "439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(440):before {
  content: "440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(441):before {
  content: "441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(442):before {
  content: "442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(443):before {
  content: "443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(444):before {
  content: "444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(445):before {
  content: "445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(446):before {
  content: "446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(447):before {
  content: "447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(448):before {
  content: "448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(449):before {
  content: "449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(450):before {
  content: "450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(451):before {
  content: "451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(452):before {
  content: "452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(453):before {
  content: "453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(454):before {
  content: "454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(455):before {
  content: "455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(456):before {
  content: "456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(457):before {
  content: "457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(458):before {
  content: "458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(459):before {
  content: "459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(460):before {
  content: "460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(461):before {
  content: "461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(462):before {
  content: "462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(463):before {
  content: "463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(464):before {
  content: "464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(465):before {
  content: "465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(466):before {
  content: "466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(467):before {
  content: "467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(468):before {
  content: "468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(469):before {
  content: "469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(470):before {
  content: "470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(471):before {
  content: "471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(472):before {
  content: "472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(473):before {
  content: "473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(474):before {
  content: "474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(475):before {
  content: "475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(476):before {
  content: "476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(477):before {
  content: "477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(478):before {
  content: "478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(479):before {
  content: "479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(480):before {
  content: "480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(481):before {
  content: "481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(482):before {
  content: "482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(483):before {
  content: "483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(484):before {
  content: "484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(485):before {
  content: "485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(486):before {
  content: "486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(487):before {
  content: "487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(488):before {
  content: "488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(489):before {
  content: "489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(490):before {
  content: "490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(491):before {
  content: "491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(492):before {
  content: "492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(493):before {
  content: "493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(494):before {
  content: "494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(495):before {
  content: "495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(496):before {
  content: "496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(497):before {
  content: "497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(498):before {
  content: "498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(499):before {
  content: "499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(500):before {
  content: "500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(501):before {
  content: "501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(502):before {
  content: "502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(503):before {
  content: "503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(504):before {
  content: "504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(505):before {
  content: "505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(506):before {
  content: "506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(507):before {
  content: "507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(508):before {
  content: "508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(509):before {
  content: "509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(510):before {
  content: "510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(511):before {
  content: "511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(512):before {
  content: "512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(513):before {
  content: "513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(514):before {
  content: "514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(515):before {
  content: "515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(516):before {
  content: "516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(517):before {
  content: "517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(518):before {
  content: "518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(519):before {
  content: "519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(520):before {
  content: "520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(521):before {
  content: "521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(522):before {
  content: "522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(523):before {
  content: "523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(524):before {
  content: "524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(525):before {
  content: "525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(526):before {
  content: "526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(527):before {
  content: "527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(528):before {
  content: "528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(529):before {
  content: "529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(530):before {
  content: "530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(531):before {
  content: "531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(532):before {
  content: "532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(533):before {
  content: "533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(534):before {
  content: "534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(535):before {
  content: "535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(536):before {
  content: "536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(537):before {
  content: "537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(538):before {
  content: "538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(539):before {
  content: "539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(540):before {
  content: "540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(541):before {
  content: "541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(542):before {
  content: "542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(543):before {
  content: "543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(544):before {
  content: "544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(545):before {
  content: "545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(546):before {
  content: "546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(547):before {
  content: "547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(548):before {
  content: "548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(549):before {
  content: "549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(550):before {
  content: "550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(551):before {
  content: "551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(552):before {
  content: "552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(553):before {
  content: "553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(554):before {
  content: "554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(555):before {
  content: "555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(556):before {
  content: "556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(557):before {
  content: "557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(558):before {
  content: "558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(559):before {
  content: "559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(560):before {
  content: "560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(561):before {
  content: "561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(562):before {
  content: "562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(563):before {
  content: "563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(564):before {
  content: "564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(565):before {
  content: "565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(566):before {
  content: "566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(567):before {
  content: "567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(568):before {
  content: "568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(569):before {
  content: "569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(570):before {
  content: "570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(571):before {
  content: "571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(572):before {
  content: "572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(573):before {
  content: "573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(574):before {
  content: "574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(575):before {
  content: "575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(576):before {
  content: "576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(577):before {
  content: "577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(578):before {
  content: "578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(579):before {
  content: "579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(580):before {
  content: "580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(581):before {
  content: "581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(582):before {
  content: "582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(583):before {
  content: "583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(584):before {
  content: "584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(585):before {
  content: "585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(586):before {
  content: "586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(587):before {
  content: "587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(588):before {
  content: "588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(589):before {
  content: "589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(590):before {
  content: "590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(591):before {
  content: "591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(592):before {
  content: "592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(593):before {
  content: "593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(594):before {
  content: "594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(595):before {
  content: "595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(596):before {
  content: "596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(597):before {
  content: "597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(598):before {
  content: "598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(599):before {
  content: "599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(600):before {
  content: "600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(601):before {
  content: "601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(602):before {
  content: "602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(603):before {
  content: "603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(604):before {
  content: "604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(605):before {
  content: "605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(606):before {
  content: "606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(607):before {
  content: "607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(608):before {
  content: "608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(609):before {
  content: "609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(610):before {
  content: "610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(611):before {
  content: "611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(612):before {
  content: "612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(613):before {
  content: "613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(614):before {
  content: "614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(615):before {
  content: "615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(616):before {
  content: "616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(617):before {
  content: "617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(618):before {
  content: "618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(619):before {
  content: "619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(620):before {
  content: "620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(621):before {
  content: "621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(622):before {
  content: "622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(623):before {
  content: "623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(624):before {
  content: "624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(625):before {
  content: "625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(626):before {
  content: "626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(627):before {
  content: "627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(628):before {
  content: "628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(629):before {
  content: "629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(630):before {
  content: "630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(631):before {
  content: "631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(632):before {
  content: "632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(633):before {
  content: "633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(634):before {
  content: "634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(635):before {
  content: "635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(636):before {
  content: "636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(637):before {
  content: "637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(638):before {
  content: "638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(639):before {
  content: "639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(640):before {
  content: "640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(641):before {
  content: "641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(642):before {
  content: "642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(643):before {
  content: "643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(644):before {
  content: "644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(645):before {
  content: "645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(646):before {
  content: "646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(647):before {
  content: "647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(648):before {
  content: "648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(649):before {
  content: "649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(650):before {
  content: "650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(651):before {
  content: "651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(652):before {
  content: "652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(653):before {
  content: "653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(654):before {
  content: "654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(655):before {
  content: "655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(656):before {
  content: "656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(657):before {
  content: "657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(658):before {
  content: "658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(659):before {
  content: "659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(660):before {
  content: "660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(661):before {
  content: "661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(662):before {
  content: "662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(663):before {
  content: "663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(664):before {
  content: "664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(665):before {
  content: "665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(666):before {
  content: "666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(667):before {
  content: "667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(668):before {
  content: "668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(669):before {
  content: "669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(670):before {
  content: "670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(671):before {
  content: "671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(672):before {
  content: "672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(673):before {
  content: "673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(674):before {
  content: "674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(675):before {
  content: "675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(676):before {
  content: "676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(677):before {
  content: "677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(678):before {
  content: "678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(679):before {
  content: "679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(680):before {
  content: "680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(681):before {
  content: "681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(682):before {
  content: "682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(683):before {
  content: "683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(684):before {
  content: "684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(685):before {
  content: "685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(686):before {
  content: "686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(687):before {
  content: "687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(688):before {
  content: "688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(689):before {
  content: "689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(690):before {
  content: "690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(691):before {
  content: "691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(692):before {
  content: "692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(693):before {
  content: "693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(694):before {
  content: "694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(695):before {
  content: "695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(696):before {
  content: "696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(697):before {
  content: "697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(698):before {
  content: "698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(699):before {
  content: "699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(700):before {
  content: "700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(701):before {
  content: "701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(702):before {
  content: "702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(703):before {
  content: "703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(704):before {
  content: "704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(705):before {
  content: "705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(706):before {
  content: "706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(707):before {
  content: "707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(708):before {
  content: "708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(709):before {
  content: "709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(710):before {
  content: "710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(711):before {
  content: "711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(712):before {
  content: "712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(713):before {
  content: "713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(714):before {
  content: "714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(715):before {
  content: "715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(716):before {
  content: "716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(717):before {
  content: "717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(718):before {
  content: "718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(719):before {
  content: "719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(720):before {
  content: "720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(721):before {
  content: "721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(722):before {
  content: "722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(723):before {
  content: "723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(724):before {
  content: "724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(725):before {
  content: "725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(726):before {
  content: "726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(727):before {
  content: "727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(728):before {
  content: "728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(729):before {
  content: "729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(730):before {
  content: "730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(731):before {
  content: "731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(732):before {
  content: "732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(733):before {
  content: "733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(734):before {
  content: "734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(735):before {
  content: "735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(736):before {
  content: "736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(737):before {
  content: "737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(738):before {
  content: "738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(739):before {
  content: "739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(740):before {
  content: "740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(741):before {
  content: "741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(742):before {
  content: "742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(743):before {
  content: "743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(744):before {
  content: "744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(745):before {
  content: "745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(746):before {
  content: "746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(747):before {
  content: "747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(748):before {
  content: "748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(749):before {
  content: "749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(750):before {
  content: "750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(751):before {
  content: "751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(752):before {
  content: "752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(753):before {
  content: "753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(754):before {
  content: "754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(755):before {
  content: "755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(756):before {
  content: "756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(757):before {
  content: "757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(758):before {
  content: "758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(759):before {
  content: "759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(760):before {
  content: "760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(761):before {
  content: "761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(762):before {
  content: "762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(763):before {
  content: "763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(764):before {
  content: "764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(765):before {
  content: "765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(766):before {
  content: "766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(767):before {
  content: "767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(768):before {
  content: "768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(769):before {
  content: "769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(770):before {
  content: "770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(771):before {
  content: "771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(772):before {
  content: "772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(773):before {
  content: "773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(774):before {
  content: "774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(775):before {
  content: "775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(776):before {
  content: "776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(777):before {
  content: "777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(778):before {
  content: "778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(779):before {
  content: "779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(780):before {
  content: "780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(781):before {
  content: "781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(782):before {
  content: "782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(783):before {
  content: "783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(784):before {
  content: "784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(785):before {
  content: "785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(786):before {
  content: "786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(787):before {
  content: "787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(788):before {
  content: "788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(789):before {
  content: "789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(790):before {
  content: "790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(791):before {
  content: "791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(792):before {
  content: "792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(793):before {
  content: "793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(794):before {
  content: "794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(795):before {
  content: "795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(796):before {
  content: "796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(797):before {
  content: "797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(798):before {
  content: "798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(799):before {
  content: "799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(800):before {
  content: "800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(801):before {
  content: "801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(802):before {
  content: "802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(803):before {
  content: "803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(804):before {
  content: "804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(805):before {
  content: "805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(806):before {
  content: "806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(807):before {
  content: "807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(808):before {
  content: "808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(809):before {
  content: "809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(810):before {
  content: "810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(811):before {
  content: "811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(812):before {
  content: "812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(813):before {
  content: "813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(814):before {
  content: "814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(815):before {
  content: "815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(816):before {
  content: "816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(817):before {
  content: "817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(818):before {
  content: "818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(819):before {
  content: "819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(820):before {
  content: "820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(821):before {
  content: "821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(822):before {
  content: "822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(823):before {
  content: "823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(824):before {
  content: "824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(825):before {
  content: "825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(826):before {
  content: "826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(827):before {
  content: "827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(828):before {
  content: "828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(829):before {
  content: "829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(830):before {
  content: "830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(831):before {
  content: "831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(832):before {
  content: "832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(833):before {
  content: "833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(834):before {
  content: "834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(835):before {
  content: "835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(836):before {
  content: "836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(837):before {
  content: "837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(838):before {
  content: "838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(839):before {
  content: "839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(840):before {
  content: "840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(841):before {
  content: "841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(842):before {
  content: "842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(843):before {
  content: "843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(844):before {
  content: "844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(845):before {
  content: "845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(846):before {
  content: "846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(847):before {
  content: "847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(848):before {
  content: "848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(849):before {
  content: "849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(850):before {
  content: "850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(851):before {
  content: "851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(852):before {
  content: "852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(853):before {
  content: "853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(854):before {
  content: "854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(855):before {
  content: "855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(856):before {
  content: "856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(857):before {
  content: "857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(858):before {
  content: "858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(859):before {
  content: "859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(860):before {
  content: "860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(861):before {
  content: "861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(862):before {
  content: "862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(863):before {
  content: "863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(864):before {
  content: "864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(865):before {
  content: "865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(866):before {
  content: "866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(867):before {
  content: "867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(868):before {
  content: "868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(869):before {
  content: "869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(870):before {
  content: "870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(871):before {
  content: "871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(872):before {
  content: "872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(873):before {
  content: "873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(874):before {
  content: "874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(875):before {
  content: "875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(876):before {
  content: "876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(877):before {
  content: "877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(878):before {
  content: "878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(879):before {
  content: "879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(880):before {
  content: "880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(881):before {
  content: "881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(882):before {
  content: "882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(883):before {
  content: "883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(884):before {
  content: "884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(885):before {
  content: "885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(886):before {
  content: "886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(887):before {
  content: "887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(888):before {
  content: "888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(889):before {
  content: "889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(890):before {
  content: "890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(891):before {
  content: "891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(892):before {
  content: "892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(893):before {
  content: "893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(894):before {
  content: "894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(895):before {
  content: "895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(896):before {
  content: "896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(897):before {
  content: "897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(898):before {
  content: "898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(899):before {
  content: "899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(900):before {
  content: "900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(901):before {
  content: "901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(902):before {
  content: "902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(903):before {
  content: "903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(904):before {
  content: "904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(905):before {
  content: "905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(906):before {
  content: "906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(907):before {
  content: "907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(908):before {
  content: "908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(909):before {
  content: "909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(910):before {
  content: "910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(911):before {
  content: "911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(912):before {
  content: "912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(913):before {
  content: "913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(914):before {
  content: "914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(915):before {
  content: "915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(916):before {
  content: "916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(917):before {
  content: "917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(918):before {
  content: "918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(919):before {
  content: "919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(920):before {
  content: "920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(921):before {
  content: "921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(922):before {
  content: "922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(923):before {
  content: "923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(924):before {
  content: "924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(925):before {
  content: "925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(926):before {
  content: "926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(927):before {
  content: "927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(928):before {
  content: "928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(929):before {
  content: "929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(930):before {
  content: "930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(931):before {
  content: "931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(932):before {
  content: "932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(933):before {
  content: "933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(934):before {
  content: "934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(935):before {
  content: "935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(936):before {
  content: "936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(937):before {
  content: "937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(938):before {
  content: "938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(939):before {
  content: "939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(940):before {
  content: "940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(941):before {
  content: "941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(942):before {
  content: "942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(943):before {
  content: "943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(944):before {
  content: "944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(945):before {
  content: "945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(946):before {
  content: "946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(947):before {
  content: "947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(948):before {
  content: "948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(949):before {
  content: "949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(950):before {
  content: "950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(951):before {
  content: "951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(952):before {
  content: "952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(953):before {
  content: "953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(954):before {
  content: "954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(955):before {
  content: "955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(956):before {
  content: "956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(957):before {
  content: "957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(958):before {
  content: "958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(959):before {
  content: "959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(960):before {
  content: "960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(961):before {
  content: "961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(962):before {
  content: "962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(963):before {
  content: "963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(964):before {
  content: "964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(965):before {
  content: "965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(966):before {
  content: "966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(967):before {
  content: "967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(968):before {
  content: "968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(969):before {
  content: "969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(970):before {
  content: "970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(971):before {
  content: "971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(972):before {
  content: "972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(973):before {
  content: "973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(974):before {
  content: "974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(975):before {
  content: "975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(976):before {
  content: "976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(977):before {
  content: "977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(978):before {
  content: "978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(979):before {
  content: "979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(980):before {
  content: "980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(981):before {
  content: "981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(982):before {
  content: "982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(983):before {
  content: "983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(984):before {
  content: "984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(985):before {
  content: "985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(986):before {
  content: "986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(987):before {
  content: "987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(988):before {
  content: "988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(989):before {
  content: "989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(990):before {
  content: "990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(991):before {
  content: "991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(992):before {
  content: "992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(993):before {
  content: "993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(994):before {
  content: "994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(995):before {
  content: "995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(996):before {
  content: "996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(997):before {
  content: "997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(998):before {
  content: "998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(999):before {
  content: "999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1000):before {
  content: "1000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1001):before {
  content: "1001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1002):before {
  content: "1002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1003):before {
  content: "1003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1004):before {
  content: "1004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1005):before {
  content: "1005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1006):before {
  content: "1006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1007):before {
  content: "1007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1008):before {
  content: "1008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1009):before {
  content: "1009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1010):before {
  content: "1010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1011):before {
  content: "1011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1012):before {
  content: "1012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1013):before {
  content: "1013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1014):before {
  content: "1014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1015):before {
  content: "1015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1016):before {
  content: "1016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1017):before {
  content: "1017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1018):before {
  content: "1018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1019):before {
  content: "1019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1020):before {
  content: "1020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1021):before {
  content: "1021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1022):before {
  content: "1022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1023):before {
  content: "1023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1024):before {
  content: "1024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1025):before {
  content: "1025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1026):before {
  content: "1026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1027):before {
  content: "1027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1028):before {
  content: "1028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1029):before {
  content: "1029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1030):before {
  content: "1030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1031):before {
  content: "1031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1032):before {
  content: "1032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1033):before {
  content: "1033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1034):before {
  content: "1034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1035):before {
  content: "1035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1036):before {
  content: "1036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1037):before {
  content: "1037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1038):before {
  content: "1038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1039):before {
  content: "1039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1040):before {
  content: "1040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1041):before {
  content: "1041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1042):before {
  content: "1042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1043):before {
  content: "1043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1044):before {
  content: "1044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1045):before {
  content: "1045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1046):before {
  content: "1046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1047):before {
  content: "1047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1048):before {
  content: "1048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1049):before {
  content: "1049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1050):before {
  content: "1050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1051):before {
  content: "1051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1052):before {
  content: "1052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1053):before {
  content: "1053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1054):before {
  content: "1054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1055):before {
  content: "1055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1056):before {
  content: "1056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1057):before {
  content: "1057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1058):before {
  content: "1058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1059):before {
  content: "1059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1060):before {
  content: "1060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1061):before {
  content: "1061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1062):before {
  content: "1062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1063):before {
  content: "1063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1064):before {
  content: "1064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1065):before {
  content: "1065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1066):before {
  content: "1066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1067):before {
  content: "1067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1068):before {
  content: "1068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1069):before {
  content: "1069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1070):before {
  content: "1070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1071):before {
  content: "1071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1072):before {
  content: "1072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1073):before {
  content: "1073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1074):before {
  content: "1074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1075):before {
  content: "1075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1076):before {
  content: "1076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1077):before {
  content: "1077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1078):before {
  content: "1078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1079):before {
  content: "1079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1080):before {
  content: "1080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1081):before {
  content: "1081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1082):before {
  content: "1082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1083):before {
  content: "1083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1084):before {
  content: "1084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1085):before {
  content: "1085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1086):before {
  content: "1086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1087):before {
  content: "1087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1088):before {
  content: "1088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1089):before {
  content: "1089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1090):before {
  content: "1090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1091):before {
  content: "1091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1092):before {
  content: "1092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1093):before {
  content: "1093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1094):before {
  content: "1094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1095):before {
  content: "1095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1096):before {
  content: "1096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1097):before {
  content: "1097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1098):before {
  content: "1098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1099):before {
  content: "1099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1100):before {
  content: "1100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1101):before {
  content: "1101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1102):before {
  content: "1102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1103):before {
  content: "1103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1104):before {
  content: "1104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1105):before {
  content: "1105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1106):before {
  content: "1106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1107):before {
  content: "1107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1108):before {
  content: "1108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1109):before {
  content: "1109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1110):before {
  content: "1110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1111):before {
  content: "1111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1112):before {
  content: "1112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1113):before {
  content: "1113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1114):before {
  content: "1114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1115):before {
  content: "1115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1116):before {
  content: "1116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1117):before {
  content: "1117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1118):before {
  content: "1118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1119):before {
  content: "1119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1120):before {
  content: "1120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1121):before {
  content: "1121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1122):before {
  content: "1122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1123):before {
  content: "1123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1124):before {
  content: "1124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1125):before {
  content: "1125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1126):before {
  content: "1126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1127):before {
  content: "1127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1128):before {
  content: "1128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1129):before {
  content: "1129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1130):before {
  content: "1130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1131):before {
  content: "1131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1132):before {
  content: "1132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1133):before {
  content: "1133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1134):before {
  content: "1134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1135):before {
  content: "1135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1136):before {
  content: "1136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1137):before {
  content: "1137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1138):before {
  content: "1138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1139):before {
  content: "1139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1140):before {
  content: "1140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1141):before {
  content: "1141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1142):before {
  content: "1142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1143):before {
  content: "1143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1144):before {
  content: "1144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1145):before {
  content: "1145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1146):before {
  content: "1146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1147):before {
  content: "1147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1148):before {
  content: "1148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1149):before {
  content: "1149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1150):before {
  content: "1150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1151):before {
  content: "1151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1152):before {
  content: "1152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1153):before {
  content: "1153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1154):before {
  content: "1154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1155):before {
  content: "1155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1156):before {
  content: "1156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1157):before {
  content: "1157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1158):before {
  content: "1158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1159):before {
  content: "1159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1160):before {
  content: "1160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1161):before {
  content: "1161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1162):before {
  content: "1162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1163):before {
  content: "1163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1164):before {
  content: "1164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1165):before {
  content: "1165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1166):before {
  content: "1166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1167):before {
  content: "1167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1168):before {
  content: "1168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1169):before {
  content: "1169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1170):before {
  content: "1170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1171):before {
  content: "1171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1172):before {
  content: "1172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1173):before {
  content: "1173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1174):before {
  content: "1174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1175):before {
  content: "1175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1176):before {
  content: "1176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1177):before {
  content: "1177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1178):before {
  content: "1178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1179):before {
  content: "1179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1180):before {
  content: "1180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1181):before {
  content: "1181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1182):before {
  content: "1182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1183):before {
  content: "1183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1184):before {
  content: "1184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1185):before {
  content: "1185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1186):before {
  content: "1186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1187):before {
  content: "1187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1188):before {
  content: "1188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1189):before {
  content: "1189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1190):before {
  content: "1190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1191):before {
  content: "1191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1192):before {
  content: "1192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1193):before {
  content: "1193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1194):before {
  content: "1194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1195):before {
  content: "1195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1196):before {
  content: "1196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1197):before {
  content: "1197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1198):before {
  content: "1198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1199):before {
  content: "1199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1200):before {
  content: "1200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1201):before {
  content: "1201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1202):before {
  content: "1202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1203):before {
  content: "1203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1204):before {
  content: "1204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1205):before {
  content: "1205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1206):before {
  content: "1206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1207):before {
  content: "1207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1208):before {
  content: "1208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1209):before {
  content: "1209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1210):before {
  content: "1210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1211):before {
  content: "1211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1212):before {
  content: "1212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1213):before {
  content: "1213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1214):before {
  content: "1214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1215):before {
  content: "1215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1216):before {
  content: "1216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1217):before {
  content: "1217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1218):before {
  content: "1218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1219):before {
  content: "1219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1220):before {
  content: "1220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1221):before {
  content: "1221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1222):before {
  content: "1222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1223):before {
  content: "1223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1224):before {
  content: "1224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1225):before {
  content: "1225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1226):before {
  content: "1226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1227):before {
  content: "1227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1228):before {
  content: "1228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1229):before {
  content: "1229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1230):before {
  content: "1230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1231):before {
  content: "1231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1232):before {
  content: "1232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1233):before {
  content: "1233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1234):before {
  content: "1234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1235):before {
  content: "1235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1236):before {
  content: "1236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1237):before {
  content: "1237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1238):before {
  content: "1238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1239):before {
  content: "1239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1240):before {
  content: "1240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1241):before {
  content: "1241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1242):before {
  content: "1242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1243):before {
  content: "1243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1244):before {
  content: "1244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1245):before {
  content: "1245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1246):before {
  content: "1246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1247):before {
  content: "1247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1248):before {
  content: "1248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1249):before {
  content: "1249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1250):before {
  content: "1250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1251):before {
  content: "1251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1252):before {
  content: "1252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1253):before {
  content: "1253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1254):before {
  content: "1254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1255):before {
  content: "1255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1256):before {
  content: "1256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1257):before {
  content: "1257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1258):before {
  content: "1258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1259):before {
  content: "1259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1260):before {
  content: "1260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1261):before {
  content: "1261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1262):before {
  content: "1262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1263):before {
  content: "1263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1264):before {
  content: "1264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1265):before {
  content: "1265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1266):before {
  content: "1266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1267):before {
  content: "1267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1268):before {
  content: "1268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1269):before {
  content: "1269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1270):before {
  content: "1270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1271):before {
  content: "1271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1272):before {
  content: "1272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1273):before {
  content: "1273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1274):before {
  content: "1274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1275):before {
  content: "1275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1276):before {
  content: "1276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1277):before {
  content: "1277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1278):before {
  content: "1278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1279):before {
  content: "1279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1280):before {
  content: "1280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1281):before {
  content: "1281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1282):before {
  content: "1282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1283):before {
  content: "1283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1284):before {
  content: "1284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1285):before {
  content: "1285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1286):before {
  content: "1286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1287):before {
  content: "1287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1288):before {
  content: "1288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1289):before {
  content: "1289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1290):before {
  content: "1290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1291):before {
  content: "1291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1292):before {
  content: "1292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1293):before {
  content: "1293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1294):before {
  content: "1294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1295):before {
  content: "1295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1296):before {
  content: "1296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1297):before {
  content: "1297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1298):before {
  content: "1298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1299):before {
  content: "1299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1300):before {
  content: "1300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1301):before {
  content: "1301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1302):before {
  content: "1302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1303):before {
  content: "1303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1304):before {
  content: "1304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1305):before {
  content: "1305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1306):before {
  content: "1306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1307):before {
  content: "1307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1308):before {
  content: "1308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1309):before {
  content: "1309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1310):before {
  content: "1310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1311):before {
  content: "1311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1312):before {
  content: "1312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1313):before {
  content: "1313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1314):before {
  content: "1314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1315):before {
  content: "1315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1316):before {
  content: "1316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1317):before {
  content: "1317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1318):before {
  content: "1318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1319):before {
  content: "1319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1320):before {
  content: "1320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1321):before {
  content: "1321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1322):before {
  content: "1322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1323):before {
  content: "1323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1324):before {
  content: "1324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1325):before {
  content: "1325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1326):before {
  content: "1326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1327):before {
  content: "1327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1328):before {
  content: "1328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1329):before {
  content: "1329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1330):before {
  content: "1330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1331):before {
  content: "1331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1332):before {
  content: "1332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1333):before {
  content: "1333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1334):before {
  content: "1334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1335):before {
  content: "1335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1336):before {
  content: "1336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1337):before {
  content: "1337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1338):before {
  content: "1338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1339):before {
  content: "1339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1340):before {
  content: "1340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1341):before {
  content: "1341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1342):before {
  content: "1342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1343):before {
  content: "1343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1344):before {
  content: "1344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1345):before {
  content: "1345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1346):before {
  content: "1346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1347):before {
  content: "1347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1348):before {
  content: "1348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1349):before {
  content: "1349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1350):before {
  content: "1350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1351):before {
  content: "1351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1352):before {
  content: "1352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1353):before {
  content: "1353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1354):before {
  content: "1354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1355):before {
  content: "1355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1356):before {
  content: "1356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1357):before {
  content: "1357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1358):before {
  content: "1358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1359):before {
  content: "1359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1360):before {
  content: "1360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1361):before {
  content: "1361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1362):before {
  content: "1362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1363):before {
  content: "1363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1364):before {
  content: "1364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1365):before {
  content: "1365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1366):before {
  content: "1366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1367):before {
  content: "1367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1368):before {
  content: "1368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1369):before {
  content: "1369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1370):before {
  content: "1370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1371):before {
  content: "1371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1372):before {
  content: "1372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1373):before {
  content: "1373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1374):before {
  content: "1374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1375):before {
  content: "1375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1376):before {
  content: "1376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1377):before {
  content: "1377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1378):before {
  content: "1378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1379):before {
  content: "1379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1380):before {
  content: "1380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1381):before {
  content: "1381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1382):before {
  content: "1382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1383):before {
  content: "1383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1384):before {
  content: "1384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1385):before {
  content: "1385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1386):before {
  content: "1386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1387):before {
  content: "1387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1388):before {
  content: "1388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1389):before {
  content: "1389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1390):before {
  content: "1390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1391):before {
  content: "1391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1392):before {
  content: "1392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1393):before {
  content: "1393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1394):before {
  content: "1394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1395):before {
  content: "1395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1396):before {
  content: "1396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1397):before {
  content: "1397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1398):before {
  content: "1398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1399):before {
  content: "1399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1400):before {
  content: "1400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1401):before {
  content: "1401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1402):before {
  content: "1402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1403):before {
  content: "1403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1404):before {
  content: "1404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1405):before {
  content: "1405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1406):before {
  content: "1406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1407):before {
  content: "1407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1408):before {
  content: "1408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1409):before {
  content: "1409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1410):before {
  content: "1410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1411):before {
  content: "1411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1412):before {
  content: "1412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1413):before {
  content: "1413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1414):before {
  content: "1414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1415):before {
  content: "1415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1416):before {
  content: "1416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1417):before {
  content: "1417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1418):before {
  content: "1418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1419):before {
  content: "1419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1420):before {
  content: "1420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1421):before {
  content: "1421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1422):before {
  content: "1422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1423):before {
  content: "1423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1424):before {
  content: "1424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1425):before {
  content: "1425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1426):before {
  content: "1426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1427):before {
  content: "1427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1428):before {
  content: "1428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1429):before {
  content: "1429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1430):before {
  content: "1430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1431):before {
  content: "1431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1432):before {
  content: "1432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1433):before {
  content: "1433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1434):before {
  content: "1434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1435):before {
  content: "1435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1436):before {
  content: "1436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1437):before {
  content: "1437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1438):before {
  content: "1438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1439):before {
  content: "1439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1440):before {
  content: "1440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1441):before {
  content: "1441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1442):before {
  content: "1442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1443):before {
  content: "1443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1444):before {
  content: "1444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1445):before {
  content: "1445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1446):before {
  content: "1446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1447):before {
  content: "1447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1448):before {
  content: "1448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1449):before {
  content: "1449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1450):before {
  content: "1450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1451):before {
  content: "1451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1452):before {
  content: "1452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1453):before {
  content: "1453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1454):before {
  content: "1454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1455):before {
  content: "1455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1456):before {
  content: "1456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1457):before {
  content: "1457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1458):before {
  content: "1458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1459):before {
  content: "1459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1460):before {
  content: "1460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1461):before {
  content: "1461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1462):before {
  content: "1462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1463):before {
  content: "1463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1464):before {
  content: "1464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1465):before {
  content: "1465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1466):before {
  content: "1466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1467):before {
  content: "1467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1468):before {
  content: "1468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1469):before {
  content: "1469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1470):before {
  content: "1470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1471):before {
  content: "1471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1472):before {
  content: "1472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1473):before {
  content: "1473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1474):before {
  content: "1474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1475):before {
  content: "1475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1476):before {
  content: "1476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1477):before {
  content: "1477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1478):before {
  content: "1478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1479):before {
  content: "1479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1480):before {
  content: "1480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1481):before {
  content: "1481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1482):before {
  content: "1482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1483):before {
  content: "1483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1484):before {
  content: "1484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1485):before {
  content: "1485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1486):before {
  content: "1486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1487):before {
  content: "1487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1488):before {
  content: "1488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1489):before {
  content: "1489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1490):before {
  content: "1490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1491):before {
  content: "1491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1492):before {
  content: "1492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1493):before {
  content: "1493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1494):before {
  content: "1494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1495):before {
  content: "1495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1496):before {
  content: "1496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1497):before {
  content: "1497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1498):before {
  content: "1498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1499):before {
  content: "1499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1500):before {
  content: "1500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1501):before {
  content: "1501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1502):before {
  content: "1502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1503):before {
  content: "1503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1504):before {
  content: "1504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1505):before {
  content: "1505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1506):before {
  content: "1506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1507):before {
  content: "1507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1508):before {
  content: "1508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1509):before {
  content: "1509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1510):before {
  content: "1510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1511):before {
  content: "1511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1512):before {
  content: "1512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1513):before {
  content: "1513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1514):before {
  content: "1514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1515):before {
  content: "1515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1516):before {
  content: "1516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1517):before {
  content: "1517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1518):before {
  content: "1518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1519):before {
  content: "1519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1520):before {
  content: "1520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1521):before {
  content: "1521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1522):before {
  content: "1522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1523):before {
  content: "1523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1524):before {
  content: "1524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1525):before {
  content: "1525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1526):before {
  content: "1526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1527):before {
  content: "1527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1528):before {
  content: "1528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1529):before {
  content: "1529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1530):before {
  content: "1530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1531):before {
  content: "1531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1532):before {
  content: "1532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1533):before {
  content: "1533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1534):before {
  content: "1534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1535):before {
  content: "1535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1536):before {
  content: "1536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1537):before {
  content: "1537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1538):before {
  content: "1538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1539):before {
  content: "1539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1540):before {
  content: "1540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1541):before {
  content: "1541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1542):before {
  content: "1542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1543):before {
  content: "1543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1544):before {
  content: "1544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1545):before {
  content: "1545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1546):before {
  content: "1546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1547):before {
  content: "1547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1548):before {
  content: "1548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1549):before {
  content: "1549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1550):before {
  content: "1550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1551):before {
  content: "1551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1552):before {
  content: "1552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1553):before {
  content: "1553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1554):before {
  content: "1554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1555):before {
  content: "1555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1556):before {
  content: "1556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1557):before {
  content: "1557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1558):before {
  content: "1558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1559):before {
  content: "1559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1560):before {
  content: "1560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1561):before {
  content: "1561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1562):before {
  content: "1562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1563):before {
  content: "1563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1564):before {
  content: "1564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1565):before {
  content: "1565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1566):before {
  content: "1566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1567):before {
  content: "1567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1568):before {
  content: "1568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1569):before {
  content: "1569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1570):before {
  content: "1570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1571):before {
  content: "1571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1572):before {
  content: "1572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1573):before {
  content: "1573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1574):before {
  content: "1574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1575):before {
  content: "1575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1576):before {
  content: "1576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1577):before {
  content: "1577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1578):before {
  content: "1578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1579):before {
  content: "1579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1580):before {
  content: "1580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1581):before {
  content: "1581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1582):before {
  content: "1582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1583):before {
  content: "1583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1584):before {
  content: "1584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1585):before {
  content: "1585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1586):before {
  content: "1586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1587):before {
  content: "1587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1588):before {
  content: "1588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1589):before {
  content: "1589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1590):before {
  content: "1590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1591):before {
  content: "1591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1592):before {
  content: "1592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1593):before {
  content: "1593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1594):before {
  content: "1594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1595):before {
  content: "1595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1596):before {
  content: "1596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1597):before {
  content: "1597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1598):before {
  content: "1598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1599):before {
  content: "1599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1600):before {
  content: "1600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1601):before {
  content: "1601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1602):before {
  content: "1602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1603):before {
  content: "1603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1604):before {
  content: "1604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1605):before {
  content: "1605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1606):before {
  content: "1606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1607):before {
  content: "1607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1608):before {
  content: "1608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1609):before {
  content: "1609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1610):before {
  content: "1610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1611):before {
  content: "1611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1612):before {
  content: "1612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1613):before {
  content: "1613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1614):before {
  content: "1614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1615):before {
  content: "1615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1616):before {
  content: "1616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1617):before {
  content: "1617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1618):before {
  content: "1618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1619):before {
  content: "1619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1620):before {
  content: "1620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1621):before {
  content: "1621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1622):before {
  content: "1622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1623):before {
  content: "1623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1624):before {
  content: "1624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1625):before {
  content: "1625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1626):before {
  content: "1626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1627):before {
  content: "1627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1628):before {
  content: "1628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1629):before {
  content: "1629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1630):before {
  content: "1630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1631):before {
  content: "1631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1632):before {
  content: "1632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1633):before {
  content: "1633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1634):before {
  content: "1634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1635):before {
  content: "1635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1636):before {
  content: "1636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1637):before {
  content: "1637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1638):before {
  content: "1638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1639):before {
  content: "1639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1640):before {
  content: "1640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1641):before {
  content: "1641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1642):before {
  content: "1642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1643):before {
  content: "1643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1644):before {
  content: "1644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1645):before {
  content: "1645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1646):before {
  content: "1646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1647):before {
  content: "1647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1648):before {
  content: "1648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1649):before {
  content: "1649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1650):before {
  content: "1650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1651):before {
  content: "1651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1652):before {
  content: "1652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1653):before {
  content: "1653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1654):before {
  content: "1654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1655):before {
  content: "1655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1656):before {
  content: "1656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1657):before {
  content: "1657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1658):before {
  content: "1658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1659):before {
  content: "1659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1660):before {
  content: "1660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1661):before {
  content: "1661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1662):before {
  content: "1662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1663):before {
  content: "1663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1664):before {
  content: "1664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1665):before {
  content: "1665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1666):before {
  content: "1666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1667):before {
  content: "1667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1668):before {
  content: "1668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1669):before {
  content: "1669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1670):before {
  content: "1670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1671):before {
  content: "1671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1672):before {
  content: "1672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1673):before {
  content: "1673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1674):before {
  content: "1674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1675):before {
  content: "1675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1676):before {
  content: "1676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1677):before {
  content: "1677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1678):before {
  content: "1678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1679):before {
  content: "1679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1680):before {
  content: "1680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1681):before {
  content: "1681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1682):before {
  content: "1682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1683):before {
  content: "1683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1684):before {
  content: "1684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1685):before {
  content: "1685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1686):before {
  content: "1686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1687):before {
  content: "1687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1688):before {
  content: "1688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1689):before {
  content: "1689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1690):before {
  content: "1690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1691):before {
  content: "1691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1692):before {
  content: "1692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1693):before {
  content: "1693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1694):before {
  content: "1694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1695):before {
  content: "1695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1696):before {
  content: "1696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1697):before {
  content: "1697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1698):before {
  content: "1698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1699):before {
  content: "1699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1700):before {
  content: "1700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1701):before {
  content: "1701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1702):before {
  content: "1702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1703):before {
  content: "1703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1704):before {
  content: "1704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1705):before {
  content: "1705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1706):before {
  content: "1706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1707):before {
  content: "1707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1708):before {
  content: "1708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1709):before {
  content: "1709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1710):before {
  content: "1710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1711):before {
  content: "1711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1712):before {
  content: "1712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1713):before {
  content: "1713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1714):before {
  content: "1714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1715):before {
  content: "1715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1716):before {
  content: "1716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1717):before {
  content: "1717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1718):before {
  content: "1718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1719):before {
  content: "1719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1720):before {
  content: "1720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1721):before {
  content: "1721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1722):before {
  content: "1722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1723):before {
  content: "1723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1724):before {
  content: "1724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1725):before {
  content: "1725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1726):before {
  content: "1726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1727):before {
  content: "1727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1728):before {
  content: "1728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1729):before {
  content: "1729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1730):before {
  content: "1730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1731):before {
  content: "1731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1732):before {
  content: "1732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1733):before {
  content: "1733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1734):before {
  content: "1734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1735):before {
  content: "1735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1736):before {
  content: "1736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1737):before {
  content: "1737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1738):before {
  content: "1738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1739):before {
  content: "1739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1740):before {
  content: "1740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1741):before {
  content: "1741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1742):before {
  content: "1742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1743):before {
  content: "1743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1744):before {
  content: "1744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1745):before {
  content: "1745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1746):before {
  content: "1746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1747):before {
  content: "1747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1748):before {
  content: "1748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1749):before {
  content: "1749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1750):before {
  content: "1750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1751):before {
  content: "1751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1752):before {
  content: "1752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1753):before {
  content: "1753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1754):before {
  content: "1754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1755):before {
  content: "1755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1756):before {
  content: "1756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1757):before {
  content: "1757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1758):before {
  content: "1758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1759):before {
  content: "1759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1760):before {
  content: "1760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1761):before {
  content: "1761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1762):before {
  content: "1762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1763):before {
  content: "1763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1764):before {
  content: "1764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1765):before {
  content: "1765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1766):before {
  content: "1766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1767):before {
  content: "1767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1768):before {
  content: "1768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1769):before {
  content: "1769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1770):before {
  content: "1770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1771):before {
  content: "1771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1772):before {
  content: "1772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1773):before {
  content: "1773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1774):before {
  content: "1774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1775):before {
  content: "1775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1776):before {
  content: "1776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1777):before {
  content: "1777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1778):before {
  content: "1778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1779):before {
  content: "1779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1780):before {
  content: "1780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1781):before {
  content: "1781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1782):before {
  content: "1782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1783):before {
  content: "1783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1784):before {
  content: "1784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1785):before {
  content: "1785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1786):before {
  content: "1786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1787):before {
  content: "1787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1788):before {
  content: "1788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1789):before {
  content: "1789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1790):before {
  content: "1790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1791):before {
  content: "1791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1792):before {
  content: "1792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1793):before {
  content: "1793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1794):before {
  content: "1794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1795):before {
  content: "1795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1796):before {
  content: "1796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1797):before {
  content: "1797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1798):before {
  content: "1798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1799):before {
  content: "1799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1800):before {
  content: "1800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1801):before {
  content: "1801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1802):before {
  content: "1802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1803):before {
  content: "1803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1804):before {
  content: "1804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1805):before {
  content: "1805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1806):before {
  content: "1806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1807):before {
  content: "1807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1808):before {
  content: "1808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1809):before {
  content: "1809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1810):before {
  content: "1810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1811):before {
  content: "1811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1812):before {
  content: "1812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1813):before {
  content: "1813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1814):before {
  content: "1814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1815):before {
  content: "1815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1816):before {
  content: "1816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1817):before {
  content: "1817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1818):before {
  content: "1818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1819):before {
  content: "1819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1820):before {
  content: "1820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1821):before {
  content: "1821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1822):before {
  content: "1822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1823):before {
  content: "1823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1824):before {
  content: "1824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1825):before {
  content: "1825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1826):before {
  content: "1826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1827):before {
  content: "1827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1828):before {
  content: "1828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1829):before {
  content: "1829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1830):before {
  content: "1830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1831):before {
  content: "1831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1832):before {
  content: "1832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1833):before {
  content: "1833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1834):before {
  content: "1834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1835):before {
  content: "1835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1836):before {
  content: "1836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1837):before {
  content: "1837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1838):before {
  content: "1838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1839):before {
  content: "1839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1840):before {
  content: "1840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1841):before {
  content: "1841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1842):before {
  content: "1842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1843):before {
  content: "1843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1844):before {
  content: "1844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1845):before {
  content: "1845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1846):before {
  content: "1846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1847):before {
  content: "1847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1848):before {
  content: "1848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1849):before {
  content: "1849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1850):before {
  content: "1850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1851):before {
  content: "1851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1852):before {
  content: "1852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1853):before {
  content: "1853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1854):before {
  content: "1854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1855):before {
  content: "1855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1856):before {
  content: "1856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1857):before {
  content: "1857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1858):before {
  content: "1858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1859):before {
  content: "1859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1860):before {
  content: "1860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1861):before {
  content: "1861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1862):before {
  content: "1862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1863):before {
  content: "1863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1864):before {
  content: "1864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1865):before {
  content: "1865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1866):before {
  content: "1866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1867):before {
  content: "1867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1868):before {
  content: "1868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1869):before {
  content: "1869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1870):before {
  content: "1870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1871):before {
  content: "1871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1872):before {
  content: "1872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1873):before {
  content: "1873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1874):before {
  content: "1874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1875):before {
  content: "1875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1876):before {
  content: "1876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1877):before {
  content: "1877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1878):before {
  content: "1878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1879):before {
  content: "1879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1880):before {
  content: "1880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1881):before {
  content: "1881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1882):before {
  content: "1882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1883):before {
  content: "1883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1884):before {
  content: "1884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1885):before {
  content: "1885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1886):before {
  content: "1886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1887):before {
  content: "1887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1888):before {
  content: "1888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1889):before {
  content: "1889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1890):before {
  content: "1890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1891):before {
  content: "1891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1892):before {
  content: "1892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1893):before {
  content: "1893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1894):before {
  content: "1894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1895):before {
  content: "1895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1896):before {
  content: "1896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1897):before {
  content: "1897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1898):before {
  content: "1898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1899):before {
  content: "1899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1900):before {
  content: "1900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1901):before {
  content: "1901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1902):before {
  content: "1902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1903):before {
  content: "1903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1904):before {
  content: "1904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1905):before {
  content: "1905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1906):before {
  content: "1906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1907):before {
  content: "1907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1908):before {
  content: "1908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1909):before {
  content: "1909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1910):before {
  content: "1910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1911):before {
  content: "1911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1912):before {
  content: "1912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1913):before {
  content: "1913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1914):before {
  content: "1914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1915):before {
  content: "1915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1916):before {
  content: "1916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1917):before {
  content: "1917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1918):before {
  content: "1918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1919):before {
  content: "1919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1920):before {
  content: "1920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1921):before {
  content: "1921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1922):before {
  content: "1922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1923):before {
  content: "1923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1924):before {
  content: "1924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1925):before {
  content: "1925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1926):before {
  content: "1926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1927):before {
  content: "1927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1928):before {
  content: "1928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1929):before {
  content: "1929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1930):before {
  content: "1930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1931):before {
  content: "1931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1932):before {
  content: "1932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1933):before {
  content: "1933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1934):before {
  content: "1934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1935):before {
  content: "1935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1936):before {
  content: "1936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1937):before {
  content: "1937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1938):before {
  content: "1938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1939):before {
  content: "1939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1940):before {
  content: "1940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1941):before {
  content: "1941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1942):before {
  content: "1942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1943):before {
  content: "1943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1944):before {
  content: "1944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1945):before {
  content: "1945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1946):before {
  content: "1946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1947):before {
  content: "1947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1948):before {
  content: "1948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1949):before {
  content: "1949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1950):before {
  content: "1950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1951):before {
  content: "1951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1952):before {
  content: "1952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1953):before {
  content: "1953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1954):before {
  content: "1954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1955):before {
  content: "1955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1956):before {
  content: "1956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1957):before {
  content: "1957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1958):before {
  content: "1958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1959):before {
  content: "1959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1960):before {
  content: "1960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1961):before {
  content: "1961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1962):before {
  content: "1962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1963):before {
  content: "1963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1964):before {
  content: "1964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1965):before {
  content: "1965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1966):before {
  content: "1966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1967):before {
  content: "1967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1968):before {
  content: "1968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1969):before {
  content: "1969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1970):before {
  content: "1970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1971):before {
  content: "1971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1972):before {
  content: "1972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1973):before {
  content: "1973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1974):before {
  content: "1974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1975):before {
  content: "1975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1976):before {
  content: "1976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1977):before {
  content: "1977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1978):before {
  content: "1978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1979):before {
  content: "1979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1980):before {
  content: "1980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1981):before {
  content: "1981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1982):before {
  content: "1982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1983):before {
  content: "1983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1984):before {
  content: "1984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1985):before {
  content: "1985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1986):before {
  content: "1986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1987):before {
  content: "1987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1988):before {
  content: "1988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1989):before {
  content: "1989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1990):before {
  content: "1990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1991):before {
  content: "1991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1992):before {
  content: "1992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1993):before {
  content: "1993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1994):before {
  content: "1994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1995):before {
  content: "1995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1996):before {
  content: "1996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1997):before {
  content: "1997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1998):before {
  content: "1998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(1999):before {
  content: "1999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(1999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2000):before {
  content: "2000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2001):before {
  content: "2001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2002):before {
  content: "2002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2003):before {
  content: "2003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2004):before {
  content: "2004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2005):before {
  content: "2005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2006):before {
  content: "2006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2007):before {
  content: "2007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2008):before {
  content: "2008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2009):before {
  content: "2009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2010):before {
  content: "2010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2011):before {
  content: "2011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2012):before {
  content: "2012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2013):before {
  content: "2013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2014):before {
  content: "2014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2015):before {
  content: "2015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2016):before {
  content: "2016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2017):before {
  content: "2017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2018):before {
  content: "2018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2019):before {
  content: "2019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2020):before {
  content: "2020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2021):before {
  content: "2021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2022):before {
  content: "2022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2023):before {
  content: "2023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2024):before {
  content: "2024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2025):before {
  content: "2025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2026):before {
  content: "2026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2027):before {
  content: "2027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2028):before {
  content: "2028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2029):before {
  content: "2029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2030):before {
  content: "2030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2031):before {
  content: "2031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2032):before {
  content: "2032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2033):before {
  content: "2033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2034):before {
  content: "2034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2035):before {
  content: "2035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2036):before {
  content: "2036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2037):before {
  content: "2037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2038):before {
  content: "2038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2039):before {
  content: "2039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2040):before {
  content: "2040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2041):before {
  content: "2041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2042):before {
  content: "2042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2043):before {
  content: "2043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2044):before {
  content: "2044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2045):before {
  content: "2045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2046):before {
  content: "2046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2047):before {
  content: "2047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2048):before {
  content: "2048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2049):before {
  content: "2049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2050):before {
  content: "2050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2051):before {
  content: "2051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2052):before {
  content: "2052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2053):before {
  content: "2053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2054):before {
  content: "2054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2055):before {
  content: "2055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2056):before {
  content: "2056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2057):before {
  content: "2057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2058):before {
  content: "2058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2059):before {
  content: "2059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2060):before {
  content: "2060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2061):before {
  content: "2061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2062):before {
  content: "2062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2063):before {
  content: "2063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2064):before {
  content: "2064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2065):before {
  content: "2065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2066):before {
  content: "2066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2067):before {
  content: "2067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2068):before {
  content: "2068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2069):before {
  content: "2069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2070):before {
  content: "2070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2071):before {
  content: "2071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2072):before {
  content: "2072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2073):before {
  content: "2073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2074):before {
  content: "2074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2075):before {
  content: "2075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2076):before {
  content: "2076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2077):before {
  content: "2077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2078):before {
  content: "2078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2079):before {
  content: "2079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2080):before {
  content: "2080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2081):before {
  content: "2081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2082):before {
  content: "2082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2083):before {
  content: "2083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2084):before {
  content: "2084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2085):before {
  content: "2085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2086):before {
  content: "2086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2087):before {
  content: "2087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2088):before {
  content: "2088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2089):before {
  content: "2089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2090):before {
  content: "2090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2091):before {
  content: "2091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2092):before {
  content: "2092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2093):before {
  content: "2093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2094):before {
  content: "2094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2095):before {
  content: "2095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2096):before {
  content: "2096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2097):before {
  content: "2097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2098):before {
  content: "2098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2099):before {
  content: "2099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2100):before {
  content: "2100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2101):before {
  content: "2101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2102):before {
  content: "2102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2103):before {
  content: "2103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2104):before {
  content: "2104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2105):before {
  content: "2105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2106):before {
  content: "2106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2107):before {
  content: "2107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2108):before {
  content: "2108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2109):before {
  content: "2109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2110):before {
  content: "2110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2111):before {
  content: "2111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2112):before {
  content: "2112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2113):before {
  content: "2113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2114):before {
  content: "2114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2115):before {
  content: "2115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2116):before {
  content: "2116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2117):before {
  content: "2117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2118):before {
  content: "2118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2119):before {
  content: "2119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2120):before {
  content: "2120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2121):before {
  content: "2121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2122):before {
  content: "2122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2123):before {
  content: "2123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2124):before {
  content: "2124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2125):before {
  content: "2125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2126):before {
  content: "2126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2127):before {
  content: "2127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2128):before {
  content: "2128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2129):before {
  content: "2129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2130):before {
  content: "2130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2131):before {
  content: "2131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2132):before {
  content: "2132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2133):before {
  content: "2133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2134):before {
  content: "2134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2135):before {
  content: "2135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2136):before {
  content: "2136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2137):before {
  content: "2137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2138):before {
  content: "2138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2139):before {
  content: "2139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2140):before {
  content: "2140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2141):before {
  content: "2141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2142):before {
  content: "2142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2143):before {
  content: "2143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2144):before {
  content: "2144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2145):before {
  content: "2145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2146):before {
  content: "2146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2147):before {
  content: "2147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2148):before {
  content: "2148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2149):before {
  content: "2149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2150):before {
  content: "2150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2151):before {
  content: "2151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2152):before {
  content: "2152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2153):before {
  content: "2153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2154):before {
  content: "2154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2155):before {
  content: "2155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2156):before {
  content: "2156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2157):before {
  content: "2157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2158):before {
  content: "2158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2159):before {
  content: "2159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2160):before {
  content: "2160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2161):before {
  content: "2161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2162):before {
  content: "2162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2163):before {
  content: "2163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2164):before {
  content: "2164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2165):before {
  content: "2165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2166):before {
  content: "2166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2167):before {
  content: "2167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2168):before {
  content: "2168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2169):before {
  content: "2169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2170):before {
  content: "2170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2171):before {
  content: "2171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2172):before {
  content: "2172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2173):before {
  content: "2173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2174):before {
  content: "2174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2175):before {
  content: "2175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2176):before {
  content: "2176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2177):before {
  content: "2177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2178):before {
  content: "2178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2179):before {
  content: "2179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2180):before {
  content: "2180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2181):before {
  content: "2181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2182):before {
  content: "2182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2183):before {
  content: "2183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2184):before {
  content: "2184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2185):before {
  content: "2185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2186):before {
  content: "2186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2187):before {
  content: "2187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2188):before {
  content: "2188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2189):before {
  content: "2189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2190):before {
  content: "2190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2191):before {
  content: "2191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2192):before {
  content: "2192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2193):before {
  content: "2193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2194):before {
  content: "2194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2195):before {
  content: "2195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2196):before {
  content: "2196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2197):before {
  content: "2197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2198):before {
  content: "2198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2199):before {
  content: "2199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2200):before {
  content: "2200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2201):before {
  content: "2201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2202):before {
  content: "2202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2203):before {
  content: "2203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2204):before {
  content: "2204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2205):before {
  content: "2205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2206):before {
  content: "2206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2207):before {
  content: "2207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2208):before {
  content: "2208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2209):before {
  content: "2209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2210):before {
  content: "2210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2211):before {
  content: "2211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2212):before {
  content: "2212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2213):before {
  content: "2213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2214):before {
  content: "2214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2215):before {
  content: "2215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2216):before {
  content: "2216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2217):before {
  content: "2217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2218):before {
  content: "2218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2219):before {
  content: "2219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2220):before {
  content: "2220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2221):before {
  content: "2221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2222):before {
  content: "2222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2223):before {
  content: "2223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2224):before {
  content: "2224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2225):before {
  content: "2225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2226):before {
  content: "2226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2227):before {
  content: "2227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2228):before {
  content: "2228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2229):before {
  content: "2229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2230):before {
  content: "2230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2231):before {
  content: "2231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2232):before {
  content: "2232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2233):before {
  content: "2233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2234):before {
  content: "2234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2235):before {
  content: "2235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2236):before {
  content: "2236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2237):before {
  content: "2237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2238):before {
  content: "2238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2239):before {
  content: "2239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2240):before {
  content: "2240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2241):before {
  content: "2241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2242):before {
  content: "2242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2243):before {
  content: "2243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2244):before {
  content: "2244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2245):before {
  content: "2245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2246):before {
  content: "2246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2247):before {
  content: "2247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2248):before {
  content: "2248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2249):before {
  content: "2249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2250):before {
  content: "2250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2251):before {
  content: "2251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2252):before {
  content: "2252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2253):before {
  content: "2253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2254):before {
  content: "2254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2255):before {
  content: "2255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2256):before {
  content: "2256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2257):before {
  content: "2257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2258):before {
  content: "2258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2259):before {
  content: "2259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2260):before {
  content: "2260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2261):before {
  content: "2261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2262):before {
  content: "2262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2263):before {
  content: "2263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2264):before {
  content: "2264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2265):before {
  content: "2265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2266):before {
  content: "2266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2267):before {
  content: "2267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2268):before {
  content: "2268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2269):before {
  content: "2269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2270):before {
  content: "2270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2271):before {
  content: "2271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2272):before {
  content: "2272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2273):before {
  content: "2273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2274):before {
  content: "2274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2275):before {
  content: "2275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2276):before {
  content: "2276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2277):before {
  content: "2277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2278):before {
  content: "2278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2279):before {
  content: "2279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2280):before {
  content: "2280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2281):before {
  content: "2281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2282):before {
  content: "2282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2283):before {
  content: "2283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2284):before {
  content: "2284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2285):before {
  content: "2285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2286):before {
  content: "2286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2287):before {
  content: "2287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2288):before {
  content: "2288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2289):before {
  content: "2289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2290):before {
  content: "2290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2291):before {
  content: "2291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2292):before {
  content: "2292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2293):before {
  content: "2293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2294):before {
  content: "2294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2295):before {
  content: "2295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2296):before {
  content: "2296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2297):before {
  content: "2297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2298):before {
  content: "2298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2299):before {
  content: "2299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2300):before {
  content: "2300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2301):before {
  content: "2301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2302):before {
  content: "2302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2303):before {
  content: "2303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2304):before {
  content: "2304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2305):before {
  content: "2305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2306):before {
  content: "2306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2307):before {
  content: "2307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2308):before {
  content: "2308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2309):before {
  content: "2309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2310):before {
  content: "2310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2311):before {
  content: "2311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2312):before {
  content: "2312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2313):before {
  content: "2313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2314):before {
  content: "2314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2315):before {
  content: "2315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2316):before {
  content: "2316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2317):before {
  content: "2317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2318):before {
  content: "2318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2319):before {
  content: "2319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2320):before {
  content: "2320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2321):before {
  content: "2321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2322):before {
  content: "2322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2323):before {
  content: "2323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2324):before {
  content: "2324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2325):before {
  content: "2325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2326):before {
  content: "2326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2327):before {
  content: "2327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2328):before {
  content: "2328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2329):before {
  content: "2329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2330):before {
  content: "2330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2331):before {
  content: "2331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2332):before {
  content: "2332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2333):before {
  content: "2333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2334):before {
  content: "2334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2335):before {
  content: "2335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2336):before {
  content: "2336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2337):before {
  content: "2337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2338):before {
  content: "2338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2339):before {
  content: "2339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2340):before {
  content: "2340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2341):before {
  content: "2341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2342):before {
  content: "2342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2343):before {
  content: "2343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2344):before {
  content: "2344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2345):before {
  content: "2345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2346):before {
  content: "2346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2347):before {
  content: "2347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2348):before {
  content: "2348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2349):before {
  content: "2349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2350):before {
  content: "2350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2351):before {
  content: "2351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2352):before {
  content: "2352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2353):before {
  content: "2353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2354):before {
  content: "2354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2355):before {
  content: "2355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2356):before {
  content: "2356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2357):before {
  content: "2357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2358):before {
  content: "2358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2359):before {
  content: "2359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2360):before {
  content: "2360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2361):before {
  content: "2361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2362):before {
  content: "2362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2363):before {
  content: "2363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2364):before {
  content: "2364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2365):before {
  content: "2365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2366):before {
  content: "2366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2367):before {
  content: "2367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2368):before {
  content: "2368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2369):before {
  content: "2369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2370):before {
  content: "2370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2371):before {
  content: "2371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2372):before {
  content: "2372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2373):before {
  content: "2373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2374):before {
  content: "2374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2375):before {
  content: "2375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2376):before {
  content: "2376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2377):before {
  content: "2377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2378):before {
  content: "2378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2379):before {
  content: "2379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2380):before {
  content: "2380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2381):before {
  content: "2381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2382):before {
  content: "2382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2383):before {
  content: "2383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2384):before {
  content: "2384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2385):before {
  content: "2385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2386):before {
  content: "2386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2387):before {
  content: "2387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2388):before {
  content: "2388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2389):before {
  content: "2389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2390):before {
  content: "2390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2391):before {
  content: "2391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2392):before {
  content: "2392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2393):before {
  content: "2393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2394):before {
  content: "2394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2395):before {
  content: "2395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2396):before {
  content: "2396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2397):before {
  content: "2397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2398):before {
  content: "2398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2399):before {
  content: "2399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2400):before {
  content: "2400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2401):before {
  content: "2401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2402):before {
  content: "2402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2403):before {
  content: "2403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2404):before {
  content: "2404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2405):before {
  content: "2405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2406):before {
  content: "2406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2407):before {
  content: "2407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2408):before {
  content: "2408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2409):before {
  content: "2409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2410):before {
  content: "2410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2411):before {
  content: "2411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2412):before {
  content: "2412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2413):before {
  content: "2413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2414):before {
  content: "2414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2415):before {
  content: "2415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2416):before {
  content: "2416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2417):before {
  content: "2417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2418):before {
  content: "2418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2419):before {
  content: "2419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2420):before {
  content: "2420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2421):before {
  content: "2421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2422):before {
  content: "2422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2423):before {
  content: "2423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2424):before {
  content: "2424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2425):before {
  content: "2425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2426):before {
  content: "2426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2427):before {
  content: "2427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2428):before {
  content: "2428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2429):before {
  content: "2429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2430):before {
  content: "2430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2431):before {
  content: "2431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2432):before {
  content: "2432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2433):before {
  content: "2433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2434):before {
  content: "2434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2435):before {
  content: "2435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2436):before {
  content: "2436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2437):before {
  content: "2437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2438):before {
  content: "2438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2439):before {
  content: "2439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2440):before {
  content: "2440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2441):before {
  content: "2441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2442):before {
  content: "2442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2443):before {
  content: "2443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2444):before {
  content: "2444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2445):before {
  content: "2445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2446):before {
  content: "2446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2447):before {
  content: "2447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2448):before {
  content: "2448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2449):before {
  content: "2449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2450):before {
  content: "2450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2451):before {
  content: "2451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2452):before {
  content: "2452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2453):before {
  content: "2453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2454):before {
  content: "2454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2455):before {
  content: "2455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2456):before {
  content: "2456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2457):before {
  content: "2457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2458):before {
  content: "2458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2459):before {
  content: "2459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2460):before {
  content: "2460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2461):before {
  content: "2461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2462):before {
  content: "2462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2463):before {
  content: "2463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2464):before {
  content: "2464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2465):before {
  content: "2465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2466):before {
  content: "2466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2467):before {
  content: "2467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2468):before {
  content: "2468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2469):before {
  content: "2469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2470):before {
  content: "2470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2471):before {
  content: "2471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2472):before {
  content: "2472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2473):before {
  content: "2473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2474):before {
  content: "2474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2475):before {
  content: "2475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2476):before {
  content: "2476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2477):before {
  content: "2477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2478):before {
  content: "2478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2479):before {
  content: "2479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2480):before {
  content: "2480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2481):before {
  content: "2481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2482):before {
  content: "2482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2483):before {
  content: "2483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2484):before {
  content: "2484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2485):before {
  content: "2485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2486):before {
  content: "2486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2487):before {
  content: "2487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2488):before {
  content: "2488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2489):before {
  content: "2489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2490):before {
  content: "2490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2491):before {
  content: "2491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2492):before {
  content: "2492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2493):before {
  content: "2493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2494):before {
  content: "2494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2495):before {
  content: "2495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2496):before {
  content: "2496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2497):before {
  content: "2497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2498):before {
  content: "2498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2499):before {
  content: "2499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2500):before {
  content: "2500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2501):before {
  content: "2501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2502):before {
  content: "2502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2503):before {
  content: "2503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2504):before {
  content: "2504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2505):before {
  content: "2505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2506):before {
  content: "2506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2507):before {
  content: "2507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2508):before {
  content: "2508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2509):before {
  content: "2509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2510):before {
  content: "2510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2511):before {
  content: "2511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2512):before {
  content: "2512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2513):before {
  content: "2513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2514):before {
  content: "2514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2515):before {
  content: "2515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2516):before {
  content: "2516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2517):before {
  content: "2517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2518):before {
  content: "2518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2519):before {
  content: "2519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2520):before {
  content: "2520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2521):before {
  content: "2521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2522):before {
  content: "2522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2523):before {
  content: "2523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2524):before {
  content: "2524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2525):before {
  content: "2525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2526):before {
  content: "2526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2527):before {
  content: "2527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2528):before {
  content: "2528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2529):before {
  content: "2529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2530):before {
  content: "2530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2531):before {
  content: "2531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2532):before {
  content: "2532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2533):before {
  content: "2533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2534):before {
  content: "2534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2535):before {
  content: "2535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2536):before {
  content: "2536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2537):before {
  content: "2537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2538):before {
  content: "2538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2539):before {
  content: "2539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2540):before {
  content: "2540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2541):before {
  content: "2541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2542):before {
  content: "2542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2543):before {
  content: "2543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2544):before {
  content: "2544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2545):before {
  content: "2545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2546):before {
  content: "2546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2547):before {
  content: "2547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2548):before {
  content: "2548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2549):before {
  content: "2549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2550):before {
  content: "2550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2551):before {
  content: "2551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2552):before {
  content: "2552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2553):before {
  content: "2553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2554):before {
  content: "2554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2555):before {
  content: "2555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2556):before {
  content: "2556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2557):before {
  content: "2557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2558):before {
  content: "2558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2559):before {
  content: "2559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2560):before {
  content: "2560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2561):before {
  content: "2561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2562):before {
  content: "2562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2563):before {
  content: "2563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2564):before {
  content: "2564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2565):before {
  content: "2565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2566):before {
  content: "2566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2567):before {
  content: "2567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2568):before {
  content: "2568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2569):before {
  content: "2569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2570):before {
  content: "2570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2571):before {
  content: "2571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2572):before {
  content: "2572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2573):before {
  content: "2573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2574):before {
  content: "2574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2575):before {
  content: "2575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2576):before {
  content: "2576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2577):before {
  content: "2577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2578):before {
  content: "2578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2579):before {
  content: "2579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2580):before {
  content: "2580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2581):before {
  content: "2581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2582):before {
  content: "2582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2583):before {
  content: "2583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2584):before {
  content: "2584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2585):before {
  content: "2585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2586):before {
  content: "2586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2587):before {
  content: "2587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2588):before {
  content: "2588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2589):before {
  content: "2589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2590):before {
  content: "2590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2591):before {
  content: "2591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2592):before {
  content: "2592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2593):before {
  content: "2593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2594):before {
  content: "2594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2595):before {
  content: "2595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2596):before {
  content: "2596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2597):before {
  content: "2597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2598):before {
  content: "2598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2599):before {
  content: "2599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2600):before {
  content: "2600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2601):before {
  content: "2601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2602):before {
  content: "2602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2603):before {
  content: "2603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2604):before {
  content: "2604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2605):before {
  content: "2605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2606):before {
  content: "2606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2607):before {
  content: "2607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2608):before {
  content: "2608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2609):before {
  content: "2609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2610):before {
  content: "2610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2611):before {
  content: "2611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2612):before {
  content: "2612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2613):before {
  content: "2613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2614):before {
  content: "2614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2615):before {
  content: "2615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2616):before {
  content: "2616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2617):before {
  content: "2617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2618):before {
  content: "2618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2619):before {
  content: "2619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2620):before {
  content: "2620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2621):before {
  content: "2621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2622):before {
  content: "2622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2623):before {
  content: "2623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2624):before {
  content: "2624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2625):before {
  content: "2625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2626):before {
  content: "2626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2627):before {
  content: "2627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2628):before {
  content: "2628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2629):before {
  content: "2629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2630):before {
  content: "2630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2631):before {
  content: "2631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2632):before {
  content: "2632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2633):before {
  content: "2633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2634):before {
  content: "2634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2635):before {
  content: "2635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2636):before {
  content: "2636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2637):before {
  content: "2637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2638):before {
  content: "2638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2639):before {
  content: "2639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2640):before {
  content: "2640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2641):before {
  content: "2641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2642):before {
  content: "2642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2643):before {
  content: "2643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2644):before {
  content: "2644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2645):before {
  content: "2645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2646):before {
  content: "2646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2647):before {
  content: "2647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2648):before {
  content: "2648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2649):before {
  content: "2649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2650):before {
  content: "2650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2651):before {
  content: "2651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2652):before {
  content: "2652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2653):before {
  content: "2653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2654):before {
  content: "2654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2655):before {
  content: "2655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2656):before {
  content: "2656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2657):before {
  content: "2657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2658):before {
  content: "2658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2659):before {
  content: "2659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2660):before {
  content: "2660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2661):before {
  content: "2661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2662):before {
  content: "2662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2663):before {
  content: "2663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2664):before {
  content: "2664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2665):before {
  content: "2665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2666):before {
  content: "2666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2667):before {
  content: "2667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2668):before {
  content: "2668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2669):before {
  content: "2669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2670):before {
  content: "2670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2671):before {
  content: "2671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2672):before {
  content: "2672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2673):before {
  content: "2673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2674):before {
  content: "2674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2675):before {
  content: "2675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2676):before {
  content: "2676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2677):before {
  content: "2677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2678):before {
  content: "2678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2679):before {
  content: "2679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2680):before {
  content: "2680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2681):before {
  content: "2681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2682):before {
  content: "2682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2683):before {
  content: "2683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2684):before {
  content: "2684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2685):before {
  content: "2685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2686):before {
  content: "2686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2687):before {
  content: "2687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2688):before {
  content: "2688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2689):before {
  content: "2689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2690):before {
  content: "2690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2691):before {
  content: "2691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2692):before {
  content: "2692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2693):before {
  content: "2693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2694):before {
  content: "2694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2695):before {
  content: "2695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2696):before {
  content: "2696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2697):before {
  content: "2697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2698):before {
  content: "2698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2699):before {
  content: "2699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2700):before {
  content: "2700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2701):before {
  content: "2701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2702):before {
  content: "2702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2703):before {
  content: "2703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2704):before {
  content: "2704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2705):before {
  content: "2705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2706):before {
  content: "2706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2707):before {
  content: "2707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2708):before {
  content: "2708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2709):before {
  content: "2709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2710):before {
  content: "2710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2711):before {
  content: "2711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2712):before {
  content: "2712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2713):before {
  content: "2713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2714):before {
  content: "2714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2715):before {
  content: "2715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2716):before {
  content: "2716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2717):before {
  content: "2717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2718):before {
  content: "2718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2719):before {
  content: "2719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2720):before {
  content: "2720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2721):before {
  content: "2721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2722):before {
  content: "2722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2723):before {
  content: "2723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2724):before {
  content: "2724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2725):before {
  content: "2725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2726):before {
  content: "2726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2727):before {
  content: "2727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2728):before {
  content: "2728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2729):before {
  content: "2729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2730):before {
  content: "2730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2731):before {
  content: "2731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2732):before {
  content: "2732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2733):before {
  content: "2733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2734):before {
  content: "2734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2735):before {
  content: "2735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2736):before {
  content: "2736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2737):before {
  content: "2737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2738):before {
  content: "2738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2739):before {
  content: "2739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2740):before {
  content: "2740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2741):before {
  content: "2741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2742):before {
  content: "2742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2743):before {
  content: "2743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2744):before {
  content: "2744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2745):before {
  content: "2745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2746):before {
  content: "2746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2747):before {
  content: "2747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2748):before {
  content: "2748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2749):before {
  content: "2749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2750):before {
  content: "2750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2751):before {
  content: "2751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2752):before {
  content: "2752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2753):before {
  content: "2753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2754):before {
  content: "2754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2755):before {
  content: "2755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2756):before {
  content: "2756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2757):before {
  content: "2757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2758):before {
  content: "2758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2759):before {
  content: "2759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2760):before {
  content: "2760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2761):before {
  content: "2761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2762):before {
  content: "2762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2763):before {
  content: "2763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2764):before {
  content: "2764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2765):before {
  content: "2765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2766):before {
  content: "2766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2767):before {
  content: "2767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2768):before {
  content: "2768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2769):before {
  content: "2769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2770):before {
  content: "2770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2771):before {
  content: "2771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2772):before {
  content: "2772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2773):before {
  content: "2773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2774):before {
  content: "2774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2775):before {
  content: "2775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2776):before {
  content: "2776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2777):before {
  content: "2777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2778):before {
  content: "2778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2779):before {
  content: "2779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2780):before {
  content: "2780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2781):before {
  content: "2781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2782):before {
  content: "2782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2783):before {
  content: "2783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2784):before {
  content: "2784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2785):before {
  content: "2785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2786):before {
  content: "2786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2787):before {
  content: "2787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2788):before {
  content: "2788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2789):before {
  content: "2789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2790):before {
  content: "2790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2791):before {
  content: "2791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2792):before {
  content: "2792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2793):before {
  content: "2793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2794):before {
  content: "2794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2795):before {
  content: "2795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2796):before {
  content: "2796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2797):before {
  content: "2797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2798):before {
  content: "2798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2799):before {
  content: "2799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2800):before {
  content: "2800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2801):before {
  content: "2801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2802):before {
  content: "2802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2803):before {
  content: "2803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2804):before {
  content: "2804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2805):before {
  content: "2805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2806):before {
  content: "2806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2807):before {
  content: "2807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2808):before {
  content: "2808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2809):before {
  content: "2809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2810):before {
  content: "2810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2811):before {
  content: "2811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2812):before {
  content: "2812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2813):before {
  content: "2813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2814):before {
  content: "2814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2815):before {
  content: "2815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2816):before {
  content: "2816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2817):before {
  content: "2817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2818):before {
  content: "2818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2819):before {
  content: "2819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2820):before {
  content: "2820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2821):before {
  content: "2821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2822):before {
  content: "2822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2823):before {
  content: "2823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2824):before {
  content: "2824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2825):before {
  content: "2825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2826):before {
  content: "2826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2827):before {
  content: "2827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2828):before {
  content: "2828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2829):before {
  content: "2829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2830):before {
  content: "2830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2831):before {
  content: "2831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2832):before {
  content: "2832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2833):before {
  content: "2833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2834):before {
  content: "2834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2835):before {
  content: "2835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2836):before {
  content: "2836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2837):before {
  content: "2837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2838):before {
  content: "2838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2839):before {
  content: "2839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2840):before {
  content: "2840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2841):before {
  content: "2841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2842):before {
  content: "2842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2843):before {
  content: "2843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2844):before {
  content: "2844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2845):before {
  content: "2845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2846):before {
  content: "2846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2847):before {
  content: "2847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2848):before {
  content: "2848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2849):before {
  content: "2849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2850):before {
  content: "2850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2851):before {
  content: "2851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2852):before {
  content: "2852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2853):before {
  content: "2853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2854):before {
  content: "2854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2855):before {
  content: "2855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2856):before {
  content: "2856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2857):before {
  content: "2857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2858):before {
  content: "2858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2859):before {
  content: "2859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2860):before {
  content: "2860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2861):before {
  content: "2861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2862):before {
  content: "2862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2863):before {
  content: "2863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2864):before {
  content: "2864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2865):before {
  content: "2865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2866):before {
  content: "2866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2867):before {
  content: "2867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2868):before {
  content: "2868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2869):before {
  content: "2869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2870):before {
  content: "2870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2871):before {
  content: "2871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2872):before {
  content: "2872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2873):before {
  content: "2873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2874):before {
  content: "2874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2875):before {
  content: "2875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2876):before {
  content: "2876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2877):before {
  content: "2877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2878):before {
  content: "2878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2879):before {
  content: "2879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2880):before {
  content: "2880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2881):before {
  content: "2881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2882):before {
  content: "2882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2883):before {
  content: "2883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2884):before {
  content: "2884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2885):before {
  content: "2885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2886):before {
  content: "2886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2887):before {
  content: "2887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2888):before {
  content: "2888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2889):before {
  content: "2889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2890):before {
  content: "2890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2891):before {
  content: "2891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2892):before {
  content: "2892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2893):before {
  content: "2893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2894):before {
  content: "2894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2895):before {
  content: "2895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2896):before {
  content: "2896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2897):before {
  content: "2897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2898):before {
  content: "2898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2899):before {
  content: "2899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2900):before {
  content: "2900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2901):before {
  content: "2901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2902):before {
  content: "2902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2903):before {
  content: "2903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2904):before {
  content: "2904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2905):before {
  content: "2905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2906):before {
  content: "2906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2907):before {
  content: "2907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2908):before {
  content: "2908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2909):before {
  content: "2909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2910):before {
  content: "2910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2911):before {
  content: "2911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2912):before {
  content: "2912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2913):before {
  content: "2913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2914):before {
  content: "2914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2915):before {
  content: "2915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2916):before {
  content: "2916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2917):before {
  content: "2917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2918):before {
  content: "2918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2919):before {
  content: "2919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2920):before {
  content: "2920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2921):before {
  content: "2921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2922):before {
  content: "2922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2923):before {
  content: "2923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2924):before {
  content: "2924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2925):before {
  content: "2925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2926):before {
  content: "2926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2927):before {
  content: "2927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2928):before {
  content: "2928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2929):before {
  content: "2929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2930):before {
  content: "2930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2931):before {
  content: "2931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2932):before {
  content: "2932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2933):before {
  content: "2933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2934):before {
  content: "2934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2935):before {
  content: "2935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2936):before {
  content: "2936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2937):before {
  content: "2937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2938):before {
  content: "2938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2939):before {
  content: "2939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2940):before {
  content: "2940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2941):before {
  content: "2941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2942):before {
  content: "2942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2943):before {
  content: "2943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2944):before {
  content: "2944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2945):before {
  content: "2945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2946):before {
  content: "2946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2947):before {
  content: "2947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2948):before {
  content: "2948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2949):before {
  content: "2949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2950):before {
  content: "2950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2951):before {
  content: "2951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2952):before {
  content: "2952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2953):before {
  content: "2953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2954):before {
  content: "2954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2955):before {
  content: "2955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2956):before {
  content: "2956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2957):before {
  content: "2957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2958):before {
  content: "2958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2959):before {
  content: "2959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2960):before {
  content: "2960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2961):before {
  content: "2961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2962):before {
  content: "2962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2963):before {
  content: "2963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2964):before {
  content: "2964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2965):before {
  content: "2965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2966):before {
  content: "2966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2967):before {
  content: "2967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2968):before {
  content: "2968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2969):before {
  content: "2969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2970):before {
  content: "2970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2971):before {
  content: "2971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2972):before {
  content: "2972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2973):before {
  content: "2973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2974):before {
  content: "2974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2975):before {
  content: "2975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2976):before {
  content: "2976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2977):before {
  content: "2977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2978):before {
  content: "2978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2979):before {
  content: "2979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2980):before {
  content: "2980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2981):before {
  content: "2981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2982):before {
  content: "2982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2983):before {
  content: "2983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2984):before {
  content: "2984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2985):before {
  content: "2985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2986):before {
  content: "2986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2987):before {
  content: "2987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2988):before {
  content: "2988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2989):before {
  content: "2989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2990):before {
  content: "2990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2991):before {
  content: "2991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2992):before {
  content: "2992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2993):before {
  content: "2993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2994):before {
  content: "2994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2995):before {
  content: "2995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2996):before {
  content: "2996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2997):before {
  content: "2997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2998):before {
  content: "2998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(2999):before {
  content: "2999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(2999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3000):before {
  content: "3000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3001):before {
  content: "3001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3002):before {
  content: "3002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3003):before {
  content: "3003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3004):before {
  content: "3004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3005):before {
  content: "3005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3006):before {
  content: "3006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3007):before {
  content: "3007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3008):before {
  content: "3008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3009):before {
  content: "3009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3010):before {
  content: "3010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3011):before {
  content: "3011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3012):before {
  content: "3012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3013):before {
  content: "3013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3014):before {
  content: "3014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3015):before {
  content: "3015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3016):before {
  content: "3016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3017):before {
  content: "3017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3018):before {
  content: "3018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3019):before {
  content: "3019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3020):before {
  content: "3020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3021):before {
  content: "3021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3022):before {
  content: "3022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3023):before {
  content: "3023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3024):before {
  content: "3024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3025):before {
  content: "3025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3026):before {
  content: "3026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3027):before {
  content: "3027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3028):before {
  content: "3028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3029):before {
  content: "3029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3030):before {
  content: "3030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3031):before {
  content: "3031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3032):before {
  content: "3032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3033):before {
  content: "3033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3034):before {
  content: "3034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3035):before {
  content: "3035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3036):before {
  content: "3036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3037):before {
  content: "3037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3038):before {
  content: "3038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3039):before {
  content: "3039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3040):before {
  content: "3040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3041):before {
  content: "3041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3042):before {
  content: "3042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3043):before {
  content: "3043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3044):before {
  content: "3044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3045):before {
  content: "3045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3046):before {
  content: "3046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3047):before {
  content: "3047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3048):before {
  content: "3048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3049):before {
  content: "3049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3050):before {
  content: "3050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3051):before {
  content: "3051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3052):before {
  content: "3052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3053):before {
  content: "3053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3054):before {
  content: "3054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3055):before {
  content: "3055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3056):before {
  content: "3056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3057):before {
  content: "3057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3058):before {
  content: "3058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3059):before {
  content: "3059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3060):before {
  content: "3060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3061):before {
  content: "3061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3062):before {
  content: "3062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3063):before {
  content: "3063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3064):before {
  content: "3064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3065):before {
  content: "3065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3066):before {
  content: "3066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3067):before {
  content: "3067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3068):before {
  content: "3068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3069):before {
  content: "3069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3070):before {
  content: "3070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3071):before {
  content: "3071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3072):before {
  content: "3072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3073):before {
  content: "3073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3074):before {
  content: "3074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3075):before {
  content: "3075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3076):before {
  content: "3076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3077):before {
  content: "3077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3078):before {
  content: "3078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3079):before {
  content: "3079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3080):before {
  content: "3080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3081):before {
  content: "3081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3082):before {
  content: "3082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3083):before {
  content: "3083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3084):before {
  content: "3084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3085):before {
  content: "3085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3086):before {
  content: "3086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3087):before {
  content: "3087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3088):before {
  content: "3088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3089):before {
  content: "3089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3090):before {
  content: "3090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3091):before {
  content: "3091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3092):before {
  content: "3092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3093):before {
  content: "3093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3094):before {
  content: "3094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3095):before {
  content: "3095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3096):before {
  content: "3096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3097):before {
  content: "3097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3098):before {
  content: "3098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3099):before {
  content: "3099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3100):before {
  content: "3100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3101):before {
  content: "3101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3102):before {
  content: "3102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3103):before {
  content: "3103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3104):before {
  content: "3104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3105):before {
  content: "3105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3106):before {
  content: "3106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3107):before {
  content: "3107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3108):before {
  content: "3108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3109):before {
  content: "3109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3110):before {
  content: "3110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3111):before {
  content: "3111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3112):before {
  content: "3112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3113):before {
  content: "3113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3114):before {
  content: "3114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3115):before {
  content: "3115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3116):before {
  content: "3116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3117):before {
  content: "3117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3118):before {
  content: "3118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3119):before {
  content: "3119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3120):before {
  content: "3120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3121):before {
  content: "3121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3122):before {
  content: "3122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3123):before {
  content: "3123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3124):before {
  content: "3124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3125):before {
  content: "3125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3126):before {
  content: "3126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3127):before {
  content: "3127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3128):before {
  content: "3128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3129):before {
  content: "3129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3130):before {
  content: "3130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3131):before {
  content: "3131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3132):before {
  content: "3132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3133):before {
  content: "3133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3134):before {
  content: "3134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3135):before {
  content: "3135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3136):before {
  content: "3136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3137):before {
  content: "3137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3138):before {
  content: "3138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3139):before {
  content: "3139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3140):before {
  content: "3140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3141):before {
  content: "3141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3142):before {
  content: "3142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3143):before {
  content: "3143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3144):before {
  content: "3144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3145):before {
  content: "3145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3146):before {
  content: "3146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3147):before {
  content: "3147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3148):before {
  content: "3148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3149):before {
  content: "3149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3150):before {
  content: "3150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3151):before {
  content: "3151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3152):before {
  content: "3152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3153):before {
  content: "3153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3154):before {
  content: "3154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3155):before {
  content: "3155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3156):before {
  content: "3156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3157):before {
  content: "3157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3158):before {
  content: "3158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3159):before {
  content: "3159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3160):before {
  content: "3160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3161):before {
  content: "3161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3162):before {
  content: "3162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3163):before {
  content: "3163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3164):before {
  content: "3164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3165):before {
  content: "3165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3166):before {
  content: "3166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3167):before {
  content: "3167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3168):before {
  content: "3168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3169):before {
  content: "3169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3170):before {
  content: "3170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3171):before {
  content: "3171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3172):before {
  content: "3172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3173):before {
  content: "3173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3174):before {
  content: "3174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3175):before {
  content: "3175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3176):before {
  content: "3176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3177):before {
  content: "3177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3178):before {
  content: "3178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3179):before {
  content: "3179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3180):before {
  content: "3180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3181):before {
  content: "3181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3182):before {
  content: "3182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3183):before {
  content: "3183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3184):before {
  content: "3184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3185):before {
  content: "3185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3186):before {
  content: "3186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3187):before {
  content: "3187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3188):before {
  content: "3188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3189):before {
  content: "3189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3190):before {
  content: "3190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3191):before {
  content: "3191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3192):before {
  content: "3192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3193):before {
  content: "3193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3194):before {
  content: "3194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3195):before {
  content: "3195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3196):before {
  content: "3196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3197):before {
  content: "3197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3198):before {
  content: "3198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3199):before {
  content: "3199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3200):before {
  content: "3200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3201):before {
  content: "3201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3202):before {
  content: "3202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3203):before {
  content: "3203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3204):before {
  content: "3204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3205):before {
  content: "3205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3206):before {
  content: "3206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3207):before {
  content: "3207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3208):before {
  content: "3208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3209):before {
  content: "3209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3210):before {
  content: "3210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3211):before {
  content: "3211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3212):before {
  content: "3212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3213):before {
  content: "3213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3214):before {
  content: "3214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3215):before {
  content: "3215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3216):before {
  content: "3216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3217):before {
  content: "3217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3218):before {
  content: "3218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3219):before {
  content: "3219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3220):before {
  content: "3220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3221):before {
  content: "3221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3222):before {
  content: "3222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3223):before {
  content: "3223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3224):before {
  content: "3224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3225):before {
  content: "3225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3226):before {
  content: "3226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3227):before {
  content: "3227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3228):before {
  content: "3228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3229):before {
  content: "3229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3230):before {
  content: "3230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3231):before {
  content: "3231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3232):before {
  content: "3232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3233):before {
  content: "3233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3234):before {
  content: "3234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3235):before {
  content: "3235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3236):before {
  content: "3236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3237):before {
  content: "3237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3238):before {
  content: "3238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3239):before {
  content: "3239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3240):before {
  content: "3240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3241):before {
  content: "3241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3242):before {
  content: "3242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3243):before {
  content: "3243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3244):before {
  content: "3244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3245):before {
  content: "3245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3246):before {
  content: "3246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3247):before {
  content: "3247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3248):before {
  content: "3248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3249):before {
  content: "3249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3250):before {
  content: "3250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3251):before {
  content: "3251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3252):before {
  content: "3252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3253):before {
  content: "3253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3254):before {
  content: "3254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3255):before {
  content: "3255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3256):before {
  content: "3256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3257):before {
  content: "3257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3258):before {
  content: "3258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3259):before {
  content: "3259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3260):before {
  content: "3260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3261):before {
  content: "3261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3262):before {
  content: "3262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3263):before {
  content: "3263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3264):before {
  content: "3264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3265):before {
  content: "3265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3266):before {
  content: "3266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3267):before {
  content: "3267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3268):before {
  content: "3268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3269):before {
  content: "3269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3270):before {
  content: "3270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3271):before {
  content: "3271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3272):before {
  content: "3272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3273):before {
  content: "3273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3274):before {
  content: "3274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3275):before {
  content: "3275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3276):before {
  content: "3276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3277):before {
  content: "3277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3278):before {
  content: "3278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3279):before {
  content: "3279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3280):before {
  content: "3280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3281):before {
  content: "3281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3282):before {
  content: "3282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3283):before {
  content: "3283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3284):before {
  content: "3284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3285):before {
  content: "3285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3286):before {
  content: "3286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3287):before {
  content: "3287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3288):before {
  content: "3288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3289):before {
  content: "3289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3290):before {
  content: "3290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3291):before {
  content: "3291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3292):before {
  content: "3292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3293):before {
  content: "3293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3294):before {
  content: "3294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3295):before {
  content: "3295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3296):before {
  content: "3296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3297):before {
  content: "3297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3298):before {
  content: "3298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3299):before {
  content: "3299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3300):before {
  content: "3300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3301):before {
  content: "3301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3302):before {
  content: "3302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3303):before {
  content: "3303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3304):before {
  content: "3304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3305):before {
  content: "3305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3306):before {
  content: "3306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3307):before {
  content: "3307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3308):before {
  content: "3308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3309):before {
  content: "3309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3310):before {
  content: "3310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3311):before {
  content: "3311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3312):before {
  content: "3312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3313):before {
  content: "3313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3314):before {
  content: "3314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3315):before {
  content: "3315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3316):before {
  content: "3316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3317):before {
  content: "3317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3318):before {
  content: "3318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3319):before {
  content: "3319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3320):before {
  content: "3320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3321):before {
  content: "3321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3322):before {
  content: "3322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3323):before {
  content: "3323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3324):before {
  content: "3324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3325):before {
  content: "3325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3326):before {
  content: "3326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3327):before {
  content: "3327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3328):before {
  content: "3328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3329):before {
  content: "3329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3330):before {
  content: "3330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3331):before {
  content: "3331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3332):before {
  content: "3332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3333):before {
  content: "3333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3334):before {
  content: "3334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3335):before {
  content: "3335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3336):before {
  content: "3336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3337):before {
  content: "3337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3338):before {
  content: "3338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3339):before {
  content: "3339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3340):before {
  content: "3340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3341):before {
  content: "3341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3342):before {
  content: "3342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3343):before {
  content: "3343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3344):before {
  content: "3344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3345):before {
  content: "3345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3346):before {
  content: "3346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3347):before {
  content: "3347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3348):before {
  content: "3348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3349):before {
  content: "3349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3350):before {
  content: "3350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3351):before {
  content: "3351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3352):before {
  content: "3352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3353):before {
  content: "3353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3354):before {
  content: "3354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3355):before {
  content: "3355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3356):before {
  content: "3356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3357):before {
  content: "3357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3358):before {
  content: "3358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3359):before {
  content: "3359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3360):before {
  content: "3360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3361):before {
  content: "3361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3362):before {
  content: "3362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3363):before {
  content: "3363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3364):before {
  content: "3364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3365):before {
  content: "3365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3366):before {
  content: "3366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3367):before {
  content: "3367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3368):before {
  content: "3368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3369):before {
  content: "3369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3370):before {
  content: "3370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3371):before {
  content: "3371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3372):before {
  content: "3372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3373):before {
  content: "3373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3374):before {
  content: "3374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3375):before {
  content: "3375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3376):before {
  content: "3376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3377):before {
  content: "3377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3378):before {
  content: "3378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3379):before {
  content: "3379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3380):before {
  content: "3380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3381):before {
  content: "3381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3382):before {
  content: "3382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3383):before {
  content: "3383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3384):before {
  content: "3384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3385):before {
  content: "3385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3386):before {
  content: "3386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3387):before {
  content: "3387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3388):before {
  content: "3388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3389):before {
  content: "3389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3390):before {
  content: "3390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3391):before {
  content: "3391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3392):before {
  content: "3392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3393):before {
  content: "3393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3394):before {
  content: "3394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3395):before {
  content: "3395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3396):before {
  content: "3396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3397):before {
  content: "3397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3398):before {
  content: "3398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3399):before {
  content: "3399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3400):before {
  content: "3400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3401):before {
  content: "3401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3402):before {
  content: "3402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3403):before {
  content: "3403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3404):before {
  content: "3404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3405):before {
  content: "3405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3406):before {
  content: "3406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3407):before {
  content: "3407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3408):before {
  content: "3408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3409):before {
  content: "3409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3410):before {
  content: "3410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3411):before {
  content: "3411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3412):before {
  content: "3412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3413):before {
  content: "3413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3414):before {
  content: "3414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3415):before {
  content: "3415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3416):before {
  content: "3416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3417):before {
  content: "3417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3418):before {
  content: "3418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3419):before {
  content: "3419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3420):before {
  content: "3420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3421):before {
  content: "3421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3422):before {
  content: "3422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3423):before {
  content: "3423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3424):before {
  content: "3424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3425):before {
  content: "3425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3426):before {
  content: "3426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3427):before {
  content: "3427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3428):before {
  content: "3428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3429):before {
  content: "3429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3430):before {
  content: "3430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3431):before {
  content: "3431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3432):before {
  content: "3432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3433):before {
  content: "3433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3434):before {
  content: "3434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3435):before {
  content: "3435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3436):before {
  content: "3436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3437):before {
  content: "3437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3438):before {
  content: "3438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3439):before {
  content: "3439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3440):before {
  content: "3440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3441):before {
  content: "3441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3442):before {
  content: "3442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3443):before {
  content: "3443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3444):before {
  content: "3444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3445):before {
  content: "3445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3446):before {
  content: "3446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3447):before {
  content: "3447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3448):before {
  content: "3448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3449):before {
  content: "3449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3450):before {
  content: "3450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3451):before {
  content: "3451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3452):before {
  content: "3452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3453):before {
  content: "3453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3454):before {
  content: "3454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3455):before {
  content: "3455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3456):before {
  content: "3456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3457):before {
  content: "3457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3458):before {
  content: "3458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3459):before {
  content: "3459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3460):before {
  content: "3460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3461):before {
  content: "3461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3462):before {
  content: "3462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3463):before {
  content: "3463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3464):before {
  content: "3464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3465):before {
  content: "3465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3466):before {
  content: "3466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3467):before {
  content: "3467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3468):before {
  content: "3468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3469):before {
  content: "3469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3470):before {
  content: "3470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3471):before {
  content: "3471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3472):before {
  content: "3472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3473):before {
  content: "3473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3474):before {
  content: "3474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3475):before {
  content: "3475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3476):before {
  content: "3476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3477):before {
  content: "3477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3478):before {
  content: "3478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3479):before {
  content: "3479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3480):before {
  content: "3480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3481):before {
  content: "3481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3482):before {
  content: "3482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3483):before {
  content: "3483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3484):before {
  content: "3484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3485):before {
  content: "3485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3486):before {
  content: "3486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3487):before {
  content: "3487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3488):before {
  content: "3488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3489):before {
  content: "3489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3490):before {
  content: "3490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3491):before {
  content: "3491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3492):before {
  content: "3492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3493):before {
  content: "3493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3494):before {
  content: "3494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3495):before {
  content: "3495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3496):before {
  content: "3496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3497):before {
  content: "3497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3498):before {
  content: "3498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3499):before {
  content: "3499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3500):before {
  content: "3500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3501):before {
  content: "3501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3502):before {
  content: "3502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3503):before {
  content: "3503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3504):before {
  content: "3504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3505):before {
  content: "3505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3506):before {
  content: "3506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3507):before {
  content: "3507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3508):before {
  content: "3508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3509):before {
  content: "3509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3510):before {
  content: "3510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3511):before {
  content: "3511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3512):before {
  content: "3512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3513):before {
  content: "3513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3514):before {
  content: "3514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3515):before {
  content: "3515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3516):before {
  content: "3516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3517):before {
  content: "3517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3518):before {
  content: "3518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3519):before {
  content: "3519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3520):before {
  content: "3520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3521):before {
  content: "3521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3522):before {
  content: "3522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3523):before {
  content: "3523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3524):before {
  content: "3524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3525):before {
  content: "3525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3526):before {
  content: "3526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3527):before {
  content: "3527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3528):before {
  content: "3528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3529):before {
  content: "3529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3530):before {
  content: "3530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3531):before {
  content: "3531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3532):before {
  content: "3532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3533):before {
  content: "3533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3534):before {
  content: "3534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3535):before {
  content: "3535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3536):before {
  content: "3536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3537):before {
  content: "3537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3538):before {
  content: "3538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3539):before {
  content: "3539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3540):before {
  content: "3540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3541):before {
  content: "3541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3542):before {
  content: "3542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3543):before {
  content: "3543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3544):before {
  content: "3544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3545):before {
  content: "3545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3546):before {
  content: "3546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3547):before {
  content: "3547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3548):before {
  content: "3548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3549):before {
  content: "3549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3550):before {
  content: "3550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3551):before {
  content: "3551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3552):before {
  content: "3552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3553):before {
  content: "3553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3554):before {
  content: "3554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3555):before {
  content: "3555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3556):before {
  content: "3556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3557):before {
  content: "3557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3558):before {
  content: "3558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3559):before {
  content: "3559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3560):before {
  content: "3560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3561):before {
  content: "3561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3562):before {
  content: "3562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3563):before {
  content: "3563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3564):before {
  content: "3564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3565):before {
  content: "3565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3566):before {
  content: "3566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3567):before {
  content: "3567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3568):before {
  content: "3568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3569):before {
  content: "3569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3570):before {
  content: "3570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3571):before {
  content: "3571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3572):before {
  content: "3572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3573):before {
  content: "3573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3574):before {
  content: "3574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3575):before {
  content: "3575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3576):before {
  content: "3576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3577):before {
  content: "3577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3578):before {
  content: "3578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3579):before {
  content: "3579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3580):before {
  content: "3580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3581):before {
  content: "3581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3582):before {
  content: "3582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3583):before {
  content: "3583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3584):before {
  content: "3584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3585):before {
  content: "3585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3586):before {
  content: "3586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3587):before {
  content: "3587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3588):before {
  content: "3588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3589):before {
  content: "3589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3590):before {
  content: "3590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3591):before {
  content: "3591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3592):before {
  content: "3592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3593):before {
  content: "3593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3594):before {
  content: "3594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3595):before {
  content: "3595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3596):before {
  content: "3596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3597):before {
  content: "3597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3598):before {
  content: "3598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3599):before {
  content: "3599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3600):before {
  content: "3600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3601):before {
  content: "3601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3602):before {
  content: "3602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3603):before {
  content: "3603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3604):before {
  content: "3604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3605):before {
  content: "3605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3606):before {
  content: "3606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3607):before {
  content: "3607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3608):before {
  content: "3608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3609):before {
  content: "3609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3610):before {
  content: "3610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3611):before {
  content: "3611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3612):before {
  content: "3612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3613):before {
  content: "3613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3614):before {
  content: "3614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3615):before {
  content: "3615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3616):before {
  content: "3616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3617):before {
  content: "3617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3618):before {
  content: "3618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3619):before {
  content: "3619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3620):before {
  content: "3620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3621):before {
  content: "3621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3622):before {
  content: "3622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3623):before {
  content: "3623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3624):before {
  content: "3624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3625):before {
  content: "3625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3626):before {
  content: "3626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3627):before {
  content: "3627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3628):before {
  content: "3628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3629):before {
  content: "3629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3630):before {
  content: "3630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3631):before {
  content: "3631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3632):before {
  content: "3632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3633):before {
  content: "3633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3634):before {
  content: "3634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3635):before {
  content: "3635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3636):before {
  content: "3636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3637):before {
  content: "3637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3638):before {
  content: "3638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3639):before {
  content: "3639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3640):before {
  content: "3640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3641):before {
  content: "3641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3642):before {
  content: "3642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3643):before {
  content: "3643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3644):before {
  content: "3644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3645):before {
  content: "3645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3646):before {
  content: "3646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3647):before {
  content: "3647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3648):before {
  content: "3648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3649):before {
  content: "3649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3650):before {
  content: "3650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3651):before {
  content: "3651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3652):before {
  content: "3652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3653):before {
  content: "3653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3654):before {
  content: "3654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3655):before {
  content: "3655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3656):before {
  content: "3656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3657):before {
  content: "3657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3658):before {
  content: "3658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3659):before {
  content: "3659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3660):before {
  content: "3660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3661):before {
  content: "3661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3662):before {
  content: "3662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3663):before {
  content: "3663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3664):before {
  content: "3664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3665):before {
  content: "3665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3666):before {
  content: "3666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3667):before {
  content: "3667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3668):before {
  content: "3668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3669):before {
  content: "3669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3670):before {
  content: "3670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3671):before {
  content: "3671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3672):before {
  content: "3672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3673):before {
  content: "3673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3674):before {
  content: "3674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3675):before {
  content: "3675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3676):before {
  content: "3676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3677):before {
  content: "3677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3678):before {
  content: "3678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3679):before {
  content: "3679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3680):before {
  content: "3680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3681):before {
  content: "3681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3682):before {
  content: "3682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3683):before {
  content: "3683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3684):before {
  content: "3684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3685):before {
  content: "3685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3686):before {
  content: "3686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3687):before {
  content: "3687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3688):before {
  content: "3688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3689):before {
  content: "3689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3690):before {
  content: "3690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3691):before {
  content: "3691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3692):before {
  content: "3692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3693):before {
  content: "3693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3694):before {
  content: "3694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3695):before {
  content: "3695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3696):before {
  content: "3696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3697):before {
  content: "3697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3698):before {
  content: "3698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3699):before {
  content: "3699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3700):before {
  content: "3700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3701):before {
  content: "3701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3702):before {
  content: "3702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3703):before {
  content: "3703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3704):before {
  content: "3704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3705):before {
  content: "3705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3706):before {
  content: "3706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3707):before {
  content: "3707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3708):before {
  content: "3708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3709):before {
  content: "3709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3710):before {
  content: "3710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3711):before {
  content: "3711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3712):before {
  content: "3712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3713):before {
  content: "3713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3714):before {
  content: "3714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3715):before {
  content: "3715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3716):before {
  content: "3716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3717):before {
  content: "3717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3718):before {
  content: "3718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3719):before {
  content: "3719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3720):before {
  content: "3720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3721):before {
  content: "3721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3722):before {
  content: "3722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3723):before {
  content: "3723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3724):before {
  content: "3724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3725):before {
  content: "3725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3726):before {
  content: "3726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3727):before {
  content: "3727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3728):before {
  content: "3728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3729):before {
  content: "3729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3730):before {
  content: "3730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3731):before {
  content: "3731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3732):before {
  content: "3732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3733):before {
  content: "3733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3734):before {
  content: "3734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3735):before {
  content: "3735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3736):before {
  content: "3736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3737):before {
  content: "3737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3738):before {
  content: "3738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3739):before {
  content: "3739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3740):before {
  content: "3740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3741):before {
  content: "3741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3742):before {
  content: "3742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3743):before {
  content: "3743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3744):before {
  content: "3744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3745):before {
  content: "3745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3746):before {
  content: "3746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3747):before {
  content: "3747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3748):before {
  content: "3748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3749):before {
  content: "3749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3750):before {
  content: "3750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3751):before {
  content: "3751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3752):before {
  content: "3752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3753):before {
  content: "3753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3754):before {
  content: "3754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3755):before {
  content: "3755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3756):before {
  content: "3756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3757):before {
  content: "3757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3758):before {
  content: "3758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3759):before {
  content: "3759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3760):before {
  content: "3760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3761):before {
  content: "3761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3762):before {
  content: "3762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3763):before {
  content: "3763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3764):before {
  content: "3764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3765):before {
  content: "3765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3766):before {
  content: "3766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3767):before {
  content: "3767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3768):before {
  content: "3768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3769):before {
  content: "3769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3770):before {
  content: "3770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3771):before {
  content: "3771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3772):before {
  content: "3772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3773):before {
  content: "3773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3774):before {
  content: "3774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3775):before {
  content: "3775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3776):before {
  content: "3776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3777):before {
  content: "3777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3778):before {
  content: "3778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3779):before {
  content: "3779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3780):before {
  content: "3780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3781):before {
  content: "3781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3782):before {
  content: "3782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3783):before {
  content: "3783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3784):before {
  content: "3784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3785):before {
  content: "3785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3786):before {
  content: "3786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3787):before {
  content: "3787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3788):before {
  content: "3788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3789):before {
  content: "3789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3790):before {
  content: "3790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3791):before {
  content: "3791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3792):before {
  content: "3792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3793):before {
  content: "3793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3794):before {
  content: "3794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3795):before {
  content: "3795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3796):before {
  content: "3796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3797):before {
  content: "3797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3798):before {
  content: "3798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3799):before {
  content: "3799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3800):before {
  content: "3800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3801):before {
  content: "3801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3802):before {
  content: "3802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3803):before {
  content: "3803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3804):before {
  content: "3804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3805):before {
  content: "3805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3806):before {
  content: "3806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3807):before {
  content: "3807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3808):before {
  content: "3808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3809):before {
  content: "3809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3810):before {
  content: "3810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3811):before {
  content: "3811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3812):before {
  content: "3812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3813):before {
  content: "3813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3814):before {
  content: "3814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3815):before {
  content: "3815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3816):before {
  content: "3816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3817):before {
  content: "3817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3818):before {
  content: "3818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3819):before {
  content: "3819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3820):before {
  content: "3820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3821):before {
  content: "3821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3822):before {
  content: "3822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3823):before {
  content: "3823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3824):before {
  content: "3824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3825):before {
  content: "3825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3826):before {
  content: "3826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3827):before {
  content: "3827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3828):before {
  content: "3828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3829):before {
  content: "3829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3830):before {
  content: "3830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3831):before {
  content: "3831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3832):before {
  content: "3832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3833):before {
  content: "3833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3834):before {
  content: "3834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3835):before {
  content: "3835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3836):before {
  content: "3836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3837):before {
  content: "3837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3838):before {
  content: "3838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3839):before {
  content: "3839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3840):before {
  content: "3840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3841):before {
  content: "3841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3842):before {
  content: "3842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3843):before {
  content: "3843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3844):before {
  content: "3844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3845):before {
  content: "3845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3846):before {
  content: "3846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3847):before {
  content: "3847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3848):before {
  content: "3848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3849):before {
  content: "3849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3850):before {
  content: "3850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3851):before {
  content: "3851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3852):before {
  content: "3852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3853):before {
  content: "3853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3854):before {
  content: "3854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3855):before {
  content: "3855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3856):before {
  content: "3856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3857):before {
  content: "3857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3858):before {
  content: "3858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3859):before {
  content: "3859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3860):before {
  content: "3860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3861):before {
  content: "3861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3862):before {
  content: "3862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3863):before {
  content: "3863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3864):before {
  content: "3864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3865):before {
  content: "3865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3866):before {
  content: "3866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3867):before {
  content: "3867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3868):before {
  content: "3868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3869):before {
  content: "3869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3870):before {
  content: "3870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3871):before {
  content: "3871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3872):before {
  content: "3872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3873):before {
  content: "3873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3874):before {
  content: "3874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3875):before {
  content: "3875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3876):before {
  content: "3876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3877):before {
  content: "3877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3878):before {
  content: "3878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3879):before {
  content: "3879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3880):before {
  content: "3880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3881):before {
  content: "3881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3882):before {
  content: "3882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3883):before {
  content: "3883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3884):before {
  content: "3884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3885):before {
  content: "3885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3886):before {
  content: "3886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3887):before {
  content: "3887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3888):before {
  content: "3888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3889):before {
  content: "3889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3890):before {
  content: "3890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3891):before {
  content: "3891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3892):before {
  content: "3892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3893):before {
  content: "3893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3894):before {
  content: "3894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3895):before {
  content: "3895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3896):before {
  content: "3896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3897):before {
  content: "3897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3898):before {
  content: "3898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3899):before {
  content: "3899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3900):before {
  content: "3900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3901):before {
  content: "3901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3902):before {
  content: "3902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3903):before {
  content: "3903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3904):before {
  content: "3904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3905):before {
  content: "3905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3906):before {
  content: "3906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3907):before {
  content: "3907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3908):before {
  content: "3908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3909):before {
  content: "3909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3910):before {
  content: "3910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3911):before {
  content: "3911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3912):before {
  content: "3912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3913):before {
  content: "3913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3914):before {
  content: "3914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3915):before {
  content: "3915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3916):before {
  content: "3916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3917):before {
  content: "3917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3918):before {
  content: "3918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3919):before {
  content: "3919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3920):before {
  content: "3920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3921):before {
  content: "3921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3922):before {
  content: "3922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3923):before {
  content: "3923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3924):before {
  content: "3924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3925):before {
  content: "3925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3926):before {
  content: "3926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3927):before {
  content: "3927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3928):before {
  content: "3928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3929):before {
  content: "3929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3930):before {
  content: "3930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3931):before {
  content: "3931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3932):before {
  content: "3932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3933):before {
  content: "3933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3934):before {
  content: "3934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3935):before {
  content: "3935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3936):before {
  content: "3936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3937):before {
  content: "3937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3938):before {
  content: "3938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3939):before {
  content: "3939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3940):before {
  content: "3940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3941):before {
  content: "3941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3942):before {
  content: "3942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3943):before {
  content: "3943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3944):before {
  content: "3944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3945):before {
  content: "3945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3946):before {
  content: "3946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3947):before {
  content: "3947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3948):before {
  content: "3948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3949):before {
  content: "3949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3950):before {
  content: "3950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3951):before {
  content: "3951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3952):before {
  content: "3952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3953):before {
  content: "3953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3954):before {
  content: "3954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3955):before {
  content: "3955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3956):before {
  content: "3956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3957):before {
  content: "3957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3958):before {
  content: "3958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3959):before {
  content: "3959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3960):before {
  content: "3960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3961):before {
  content: "3961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3962):before {
  content: "3962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3963):before {
  content: "3963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3964):before {
  content: "3964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3965):before {
  content: "3965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3966):before {
  content: "3966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3967):before {
  content: "3967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3968):before {
  content: "3968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3969):before {
  content: "3969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3970):before {
  content: "3970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3971):before {
  content: "3971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3972):before {
  content: "3972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3973):before {
  content: "3973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3974):before {
  content: "3974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3975):before {
  content: "3975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3976):before {
  content: "3976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3977):before {
  content: "3977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3978):before {
  content: "3978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3979):before {
  content: "3979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3980):before {
  content: "3980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3981):before {
  content: "3981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3982):before {
  content: "3982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3983):before {
  content: "3983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3984):before {
  content: "3984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3985):before {
  content: "3985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3986):before {
  content: "3986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3987):before {
  content: "3987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3988):before {
  content: "3988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3989):before {
  content: "3989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3990):before {
  content: "3990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3991):before {
  content: "3991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3992):before {
  content: "3992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3993):before {
  content: "3993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3994):before {
  content: "3994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3995):before {
  content: "3995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3996):before {
  content: "3996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3997):before {
  content: "3997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3998):before {
  content: "3998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(3999):before {
  content: "3999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(3999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4000):before {
  content: "4000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4001):before {
  content: "4001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4002):before {
  content: "4002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4003):before {
  content: "4003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4004):before {
  content: "4004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4005):before {
  content: "4005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4006):before {
  content: "4006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4007):before {
  content: "4007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4008):before {
  content: "4008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4009):before {
  content: "4009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4010):before {
  content: "4010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4011):before {
  content: "4011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4012):before {
  content: "4012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4013):before {
  content: "4013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4014):before {
  content: "4014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4015):before {
  content: "4015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4016):before {
  content: "4016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4017):before {
  content: "4017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4018):before {
  content: "4018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4019):before {
  content: "4019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4020):before {
  content: "4020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4021):before {
  content: "4021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4022):before {
  content: "4022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4023):before {
  content: "4023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4024):before {
  content: "4024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4025):before {
  content: "4025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4026):before {
  content: "4026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4027):before {
  content: "4027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4028):before {
  content: "4028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4029):before {
  content: "4029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4030):before {
  content: "4030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4031):before {
  content: "4031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4032):before {
  content: "4032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4033):before {
  content: "4033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4034):before {
  content: "4034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4035):before {
  content: "4035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4036):before {
  content: "4036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4037):before {
  content: "4037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4038):before {
  content: "4038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4039):before {
  content: "4039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4040):before {
  content: "4040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4041):before {
  content: "4041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4042):before {
  content: "4042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4043):before {
  content: "4043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4044):before {
  content: "4044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4045):before {
  content: "4045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4046):before {
  content: "4046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4047):before {
  content: "4047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4048):before {
  content: "4048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4049):before {
  content: "4049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4050):before {
  content: "4050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4051):before {
  content: "4051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4052):before {
  content: "4052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4053):before {
  content: "4053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4054):before {
  content: "4054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4055):before {
  content: "4055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4056):before {
  content: "4056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4057):before {
  content: "4057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4058):before {
  content: "4058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4059):before {
  content: "4059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4060):before {
  content: "4060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4061):before {
  content: "4061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4062):before {
  content: "4062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4063):before {
  content: "4063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4064):before {
  content: "4064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4065):before {
  content: "4065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4066):before {
  content: "4066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4067):before {
  content: "4067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4068):before {
  content: "4068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4069):before {
  content: "4069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4070):before {
  content: "4070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4071):before {
  content: "4071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4072):before {
  content: "4072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4073):before {
  content: "4073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4074):before {
  content: "4074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4075):before {
  content: "4075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4076):before {
  content: "4076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4077):before {
  content: "4077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4078):before {
  content: "4078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4079):before {
  content: "4079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4080):before {
  content: "4080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4081):before {
  content: "4081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4082):before {
  content: "4082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4083):before {
  content: "4083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4084):before {
  content: "4084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4085):before {
  content: "4085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4086):before {
  content: "4086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4087):before {
  content: "4087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4088):before {
  content: "4088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4089):before {
  content: "4089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4090):before {
  content: "4090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4091):before {
  content: "4091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4092):before {
  content: "4092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4093):before {
  content: "4093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4094):before {
  content: "4094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4095):before {
  content: "4095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4096):before {
  content: "4096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4097):before {
  content: "4097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4098):before {
  content: "4098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4099):before {
  content: "4099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4100):before {
  content: "4100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4101):before {
  content: "4101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4102):before {
  content: "4102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4103):before {
  content: "4103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4104):before {
  content: "4104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4105):before {
  content: "4105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4106):before {
  content: "4106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4107):before {
  content: "4107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4108):before {
  content: "4108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4109):before {
  content: "4109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4110):before {
  content: "4110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4111):before {
  content: "4111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4112):before {
  content: "4112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4113):before {
  content: "4113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4114):before {
  content: "4114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4115):before {
  content: "4115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4116):before {
  content: "4116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4117):before {
  content: "4117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4118):before {
  content: "4118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4119):before {
  content: "4119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4120):before {
  content: "4120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4121):before {
  content: "4121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4122):before {
  content: "4122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4123):before {
  content: "4123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4124):before {
  content: "4124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4125):before {
  content: "4125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4126):before {
  content: "4126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4127):before {
  content: "4127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4128):before {
  content: "4128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4129):before {
  content: "4129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4130):before {
  content: "4130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4131):before {
  content: "4131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4132):before {
  content: "4132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4133):before {
  content: "4133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4134):before {
  content: "4134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4135):before {
  content: "4135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4136):before {
  content: "4136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4137):before {
  content: "4137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4138):before {
  content: "4138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4139):before {
  content: "4139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4140):before {
  content: "4140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4141):before {
  content: "4141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4142):before {
  content: "4142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4143):before {
  content: "4143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4144):before {
  content: "4144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4145):before {
  content: "4145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4146):before {
  content: "4146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4147):before {
  content: "4147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4148):before {
  content: "4148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4149):before {
  content: "4149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4150):before {
  content: "4150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4151):before {
  content: "4151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4152):before {
  content: "4152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4153):before {
  content: "4153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4154):before {
  content: "4154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4155):before {
  content: "4155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4156):before {
  content: "4156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4157):before {
  content: "4157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4158):before {
  content: "4158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4159):before {
  content: "4159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4160):before {
  content: "4160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4161):before {
  content: "4161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4162):before {
  content: "4162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4163):before {
  content: "4163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4164):before {
  content: "4164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4165):before {
  content: "4165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4166):before {
  content: "4166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4167):before {
  content: "4167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4168):before {
  content: "4168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4169):before {
  content: "4169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4170):before {
  content: "4170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4171):before {
  content: "4171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4172):before {
  content: "4172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4173):before {
  content: "4173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4174):before {
  content: "4174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4175):before {
  content: "4175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4176):before {
  content: "4176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4177):before {
  content: "4177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4178):before {
  content: "4178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4179):before {
  content: "4179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4180):before {
  content: "4180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4181):before {
  content: "4181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4182):before {
  content: "4182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4183):before {
  content: "4183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4184):before {
  content: "4184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4185):before {
  content: "4185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4186):before {
  content: "4186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4187):before {
  content: "4187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4188):before {
  content: "4188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4189):before {
  content: "4189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4190):before {
  content: "4190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4191):before {
  content: "4191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4192):before {
  content: "4192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4193):before {
  content: "4193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4194):before {
  content: "4194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4195):before {
  content: "4195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4196):before {
  content: "4196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4197):before {
  content: "4197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4198):before {
  content: "4198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4199):before {
  content: "4199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4200):before {
  content: "4200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4201):before {
  content: "4201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4202):before {
  content: "4202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4203):before {
  content: "4203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4204):before {
  content: "4204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4205):before {
  content: "4205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4206):before {
  content: "4206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4207):before {
  content: "4207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4208):before {
  content: "4208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4209):before {
  content: "4209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4210):before {
  content: "4210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4211):before {
  content: "4211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4212):before {
  content: "4212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4213):before {
  content: "4213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4214):before {
  content: "4214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4215):before {
  content: "4215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4216):before {
  content: "4216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4217):before {
  content: "4217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4218):before {
  content: "4218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4219):before {
  content: "4219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4220):before {
  content: "4220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4221):before {
  content: "4221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4222):before {
  content: "4222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4223):before {
  content: "4223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4224):before {
  content: "4224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4225):before {
  content: "4225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4226):before {
  content: "4226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4227):before {
  content: "4227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4228):before {
  content: "4228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4229):before {
  content: "4229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4230):before {
  content: "4230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4231):before {
  content: "4231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4232):before {
  content: "4232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4233):before {
  content: "4233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4234):before {
  content: "4234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4235):before {
  content: "4235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4236):before {
  content: "4236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4237):before {
  content: "4237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4238):before {
  content: "4238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4239):before {
  content: "4239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4240):before {
  content: "4240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4241):before {
  content: "4241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4242):before {
  content: "4242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4243):before {
  content: "4243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4244):before {
  content: "4244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4245):before {
  content: "4245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4246):before {
  content: "4246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4247):before {
  content: "4247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4248):before {
  content: "4248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4249):before {
  content: "4249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4250):before {
  content: "4250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4251):before {
  content: "4251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4252):before {
  content: "4252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4253):before {
  content: "4253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4254):before {
  content: "4254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4255):before {
  content: "4255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4256):before {
  content: "4256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4257):before {
  content: "4257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4258):before {
  content: "4258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4259):before {
  content: "4259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4260):before {
  content: "4260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4261):before {
  content: "4261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4262):before {
  content: "4262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4263):before {
  content: "4263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4264):before {
  content: "4264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4265):before {
  content: "4265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4266):before {
  content: "4266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4267):before {
  content: "4267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4268):before {
  content: "4268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4269):before {
  content: "4269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4270):before {
  content: "4270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4271):before {
  content: "4271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4272):before {
  content: "4272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4273):before {
  content: "4273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4274):before {
  content: "4274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4275):before {
  content: "4275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4276):before {
  content: "4276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4277):before {
  content: "4277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4278):before {
  content: "4278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4279):before {
  content: "4279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4280):before {
  content: "4280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4281):before {
  content: "4281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4282):before {
  content: "4282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4283):before {
  content: "4283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4284):before {
  content: "4284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4285):before {
  content: "4285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4286):before {
  content: "4286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4287):before {
  content: "4287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4288):before {
  content: "4288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4289):before {
  content: "4289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4290):before {
  content: "4290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4291):before {
  content: "4291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4292):before {
  content: "4292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4293):before {
  content: "4293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4294):before {
  content: "4294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4295):before {
  content: "4295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4296):before {
  content: "4296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4297):before {
  content: "4297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4298):before {
  content: "4298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4299):before {
  content: "4299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4300):before {
  content: "4300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4301):before {
  content: "4301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4302):before {
  content: "4302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4303):before {
  content: "4303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4304):before {
  content: "4304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4305):before {
  content: "4305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4306):before {
  content: "4306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4307):before {
  content: "4307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4308):before {
  content: "4308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4309):before {
  content: "4309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4310):before {
  content: "4310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4311):before {
  content: "4311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4312):before {
  content: "4312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4313):before {
  content: "4313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4314):before {
  content: "4314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4315):before {
  content: "4315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4316):before {
  content: "4316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4317):before {
  content: "4317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4318):before {
  content: "4318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4319):before {
  content: "4319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4320):before {
  content: "4320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4321):before {
  content: "4321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4322):before {
  content: "4322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4323):before {
  content: "4323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4324):before {
  content: "4324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4325):before {
  content: "4325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4326):before {
  content: "4326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4327):before {
  content: "4327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4328):before {
  content: "4328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4329):before {
  content: "4329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4330):before {
  content: "4330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4331):before {
  content: "4331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4332):before {
  content: "4332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4333):before {
  content: "4333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4334):before {
  content: "4334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4335):before {
  content: "4335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4336):before {
  content: "4336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4337):before {
  content: "4337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4338):before {
  content: "4338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4339):before {
  content: "4339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4340):before {
  content: "4340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4341):before {
  content: "4341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4342):before {
  content: "4342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4343):before {
  content: "4343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4344):before {
  content: "4344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4345):before {
  content: "4345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4346):before {
  content: "4346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4347):before {
  content: "4347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4348):before {
  content: "4348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4349):before {
  content: "4349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4350):before {
  content: "4350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4351):before {
  content: "4351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4352):before {
  content: "4352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4353):before {
  content: "4353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4354):before {
  content: "4354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4355):before {
  content: "4355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4356):before {
  content: "4356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4357):before {
  content: "4357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4358):before {
  content: "4358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4359):before {
  content: "4359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4360):before {
  content: "4360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4361):before {
  content: "4361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4362):before {
  content: "4362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4363):before {
  content: "4363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4364):before {
  content: "4364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4365):before {
  content: "4365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4366):before {
  content: "4366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4367):before {
  content: "4367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4368):before {
  content: "4368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4369):before {
  content: "4369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4370):before {
  content: "4370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4371):before {
  content: "4371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4372):before {
  content: "4372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4373):before {
  content: "4373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4374):before {
  content: "4374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4375):before {
  content: "4375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4376):before {
  content: "4376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4377):before {
  content: "4377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4378):before {
  content: "4378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4379):before {
  content: "4379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4380):before {
  content: "4380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4381):before {
  content: "4381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4382):before {
  content: "4382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4383):before {
  content: "4383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4384):before {
  content: "4384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4385):before {
  content: "4385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4386):before {
  content: "4386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4387):before {
  content: "4387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4388):before {
  content: "4388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4389):before {
  content: "4389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4390):before {
  content: "4390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4391):before {
  content: "4391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4392):before {
  content: "4392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4393):before {
  content: "4393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4394):before {
  content: "4394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4395):before {
  content: "4395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4396):before {
  content: "4396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4397):before {
  content: "4397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4398):before {
  content: "4398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4399):before {
  content: "4399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4400):before {
  content: "4400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4401):before {
  content: "4401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4402):before {
  content: "4402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4403):before {
  content: "4403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4404):before {
  content: "4404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4405):before {
  content: "4405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4406):before {
  content: "4406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4407):before {
  content: "4407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4408):before {
  content: "4408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4409):before {
  content: "4409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4410):before {
  content: "4410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4411):before {
  content: "4411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4412):before {
  content: "4412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4413):before {
  content: "4413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4414):before {
  content: "4414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4415):before {
  content: "4415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4416):before {
  content: "4416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4417):before {
  content: "4417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4418):before {
  content: "4418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4419):before {
  content: "4419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4420):before {
  content: "4420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4421):before {
  content: "4421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4422):before {
  content: "4422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4423):before {
  content: "4423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4424):before {
  content: "4424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4425):before {
  content: "4425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4426):before {
  content: "4426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4427):before {
  content: "4427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4428):before {
  content: "4428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4429):before {
  content: "4429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4430):before {
  content: "4430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4431):before {
  content: "4431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4432):before {
  content: "4432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4433):before {
  content: "4433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4434):before {
  content: "4434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4435):before {
  content: "4435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4436):before {
  content: "4436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4437):before {
  content: "4437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4438):before {
  content: "4438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4439):before {
  content: "4439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4440):before {
  content: "4440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4441):before {
  content: "4441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4442):before {
  content: "4442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4443):before {
  content: "4443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4444):before {
  content: "4444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4445):before {
  content: "4445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4446):before {
  content: "4446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4447):before {
  content: "4447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4448):before {
  content: "4448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4449):before {
  content: "4449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4450):before {
  content: "4450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4451):before {
  content: "4451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4452):before {
  content: "4452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4453):before {
  content: "4453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4454):before {
  content: "4454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4455):before {
  content: "4455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4456):before {
  content: "4456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4457):before {
  content: "4457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4458):before {
  content: "4458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4459):before {
  content: "4459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4460):before {
  content: "4460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4461):before {
  content: "4461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4462):before {
  content: "4462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4463):before {
  content: "4463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4464):before {
  content: "4464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4465):before {
  content: "4465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4466):before {
  content: "4466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4467):before {
  content: "4467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4468):before {
  content: "4468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4469):before {
  content: "4469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4470):before {
  content: "4470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4471):before {
  content: "4471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4472):before {
  content: "4472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4473):before {
  content: "4473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4474):before {
  content: "4474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4475):before {
  content: "4475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4476):before {
  content: "4476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4477):before {
  content: "4477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4478):before {
  content: "4478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4479):before {
  content: "4479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4480):before {
  content: "4480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4481):before {
  content: "4481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4482):before {
  content: "4482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4483):before {
  content: "4483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4484):before {
  content: "4484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4485):before {
  content: "4485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4486):before {
  content: "4486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4487):before {
  content: "4487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4488):before {
  content: "4488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4489):before {
  content: "4489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4490):before {
  content: "4490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4491):before {
  content: "4491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4492):before {
  content: "4492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4493):before {
  content: "4493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4494):before {
  content: "4494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4495):before {
  content: "4495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4496):before {
  content: "4496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4497):before {
  content: "4497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4498):before {
  content: "4498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4499):before {
  content: "4499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4500):before {
  content: "4500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4501):before {
  content: "4501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4502):before {
  content: "4502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4503):before {
  content: "4503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4504):before {
  content: "4504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4505):before {
  content: "4505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4506):before {
  content: "4506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4507):before {
  content: "4507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4508):before {
  content: "4508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4509):before {
  content: "4509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4510):before {
  content: "4510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4511):before {
  content: "4511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4512):before {
  content: "4512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4513):before {
  content: "4513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4514):before {
  content: "4514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4515):before {
  content: "4515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4516):before {
  content: "4516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4517):before {
  content: "4517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4518):before {
  content: "4518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4519):before {
  content: "4519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4520):before {
  content: "4520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4521):before {
  content: "4521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4522):before {
  content: "4522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4523):before {
  content: "4523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4524):before {
  content: "4524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4525):before {
  content: "4525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4526):before {
  content: "4526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4527):before {
  content: "4527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4528):before {
  content: "4528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4529):before {
  content: "4529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4530):before {
  content: "4530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4531):before {
  content: "4531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4532):before {
  content: "4532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4533):before {
  content: "4533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4534):before {
  content: "4534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4535):before {
  content: "4535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4536):before {
  content: "4536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4537):before {
  content: "4537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4538):before {
  content: "4538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4539):before {
  content: "4539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4540):before {
  content: "4540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4541):before {
  content: "4541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4542):before {
  content: "4542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4543):before {
  content: "4543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4544):before {
  content: "4544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4545):before {
  content: "4545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4546):before {
  content: "4546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4547):before {
  content: "4547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4548):before {
  content: "4548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4549):before {
  content: "4549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4550):before {
  content: "4550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4551):before {
  content: "4551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4552):before {
  content: "4552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4553):before {
  content: "4553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4554):before {
  content: "4554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4555):before {
  content: "4555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4556):before {
  content: "4556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4557):before {
  content: "4557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4558):before {
  content: "4558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4559):before {
  content: "4559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4560):before {
  content: "4560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4561):before {
  content: "4561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4562):before {
  content: "4562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4563):before {
  content: "4563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4564):before {
  content: "4564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4565):before {
  content: "4565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4566):before {
  content: "4566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4567):before {
  content: "4567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4568):before {
  content: "4568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4569):before {
  content: "4569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4570):before {
  content: "4570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4571):before {
  content: "4571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4572):before {
  content: "4572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4573):before {
  content: "4573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4574):before {
  content: "4574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4575):before {
  content: "4575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4576):before {
  content: "4576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4577):before {
  content: "4577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4578):before {
  content: "4578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4579):before {
  content: "4579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4580):before {
  content: "4580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4581):before {
  content: "4581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4582):before {
  content: "4582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4583):before {
  content: "4583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4584):before {
  content: "4584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4585):before {
  content: "4585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4586):before {
  content: "4586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4587):before {
  content: "4587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4588):before {
  content: "4588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4589):before {
  content: "4589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4590):before {
  content: "4590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4591):before {
  content: "4591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4592):before {
  content: "4592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4593):before {
  content: "4593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4594):before {
  content: "4594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4595):before {
  content: "4595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4596):before {
  content: "4596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4597):before {
  content: "4597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4598):before {
  content: "4598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4599):before {
  content: "4599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4600):before {
  content: "4600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4601):before {
  content: "4601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4602):before {
  content: "4602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4603):before {
  content: "4603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4604):before {
  content: "4604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4605):before {
  content: "4605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4606):before {
  content: "4606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4607):before {
  content: "4607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4608):before {
  content: "4608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4609):before {
  content: "4609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4610):before {
  content: "4610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4611):before {
  content: "4611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4612):before {
  content: "4612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4613):before {
  content: "4613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4614):before {
  content: "4614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4615):before {
  content: "4615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4616):before {
  content: "4616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4617):before {
  content: "4617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4618):before {
  content: "4618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4619):before {
  content: "4619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4620):before {
  content: "4620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4621):before {
  content: "4621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4622):before {
  content: "4622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4623):before {
  content: "4623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4624):before {
  content: "4624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4625):before {
  content: "4625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4626):before {
  content: "4626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4627):before {
  content: "4627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4628):before {
  content: "4628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4629):before {
  content: "4629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4630):before {
  content: "4630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4631):before {
  content: "4631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4632):before {
  content: "4632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4633):before {
  content: "4633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4634):before {
  content: "4634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4635):before {
  content: "4635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4636):before {
  content: "4636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4637):before {
  content: "4637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4638):before {
  content: "4638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4639):before {
  content: "4639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4640):before {
  content: "4640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4641):before {
  content: "4641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4642):before {
  content: "4642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4643):before {
  content: "4643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4644):before {
  content: "4644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4645):before {
  content: "4645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4646):before {
  content: "4646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4647):before {
  content: "4647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4648):before {
  content: "4648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4649):before {
  content: "4649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4650):before {
  content: "4650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4651):before {
  content: "4651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4652):before {
  content: "4652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4653):before {
  content: "4653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4654):before {
  content: "4654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4655):before {
  content: "4655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4656):before {
  content: "4656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4657):before {
  content: "4657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4658):before {
  content: "4658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4659):before {
  content: "4659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4660):before {
  content: "4660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4661):before {
  content: "4661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4662):before {
  content: "4662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4663):before {
  content: "4663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4664):before {
  content: "4664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4665):before {
  content: "4665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4666):before {
  content: "4666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4667):before {
  content: "4667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4668):before {
  content: "4668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4669):before {
  content: "4669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4670):before {
  content: "4670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4671):before {
  content: "4671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4672):before {
  content: "4672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4673):before {
  content: "4673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4674):before {
  content: "4674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4675):before {
  content: "4675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4676):before {
  content: "4676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4677):before {
  content: "4677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4678):before {
  content: "4678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4679):before {
  content: "4679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4680):before {
  content: "4680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4681):before {
  content: "4681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4682):before {
  content: "4682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4683):before {
  content: "4683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4684):before {
  content: "4684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4685):before {
  content: "4685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4686):before {
  content: "4686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4687):before {
  content: "4687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4688):before {
  content: "4688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4689):before {
  content: "4689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4690):before {
  content: "4690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4691):before {
  content: "4691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4692):before {
  content: "4692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4693):before {
  content: "4693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4694):before {
  content: "4694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4695):before {
  content: "4695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4696):before {
  content: "4696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4697):before {
  content: "4697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4698):before {
  content: "4698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4699):before {
  content: "4699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4700):before {
  content: "4700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4701):before {
  content: "4701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4702):before {
  content: "4702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4703):before {
  content: "4703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4704):before {
  content: "4704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4705):before {
  content: "4705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4706):before {
  content: "4706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4707):before {
  content: "4707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4708):before {
  content: "4708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4709):before {
  content: "4709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4710):before {
  content: "4710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4711):before {
  content: "4711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4712):before {
  content: "4712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4713):before {
  content: "4713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4714):before {
  content: "4714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4715):before {
  content: "4715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4716):before {
  content: "4716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4717):before {
  content: "4717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4718):before {
  content: "4718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4719):before {
  content: "4719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4720):before {
  content: "4720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4721):before {
  content: "4721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4722):before {
  content: "4722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4723):before {
  content: "4723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4724):before {
  content: "4724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4725):before {
  content: "4725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4726):before {
  content: "4726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4727):before {
  content: "4727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4728):before {
  content: "4728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4729):before {
  content: "4729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4730):before {
  content: "4730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4731):before {
  content: "4731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4732):before {
  content: "4732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4733):before {
  content: "4733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4734):before {
  content: "4734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4735):before {
  content: "4735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4736):before {
  content: "4736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4737):before {
  content: "4737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4738):before {
  content: "4738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4739):before {
  content: "4739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4740):before {
  content: "4740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4741):before {
  content: "4741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4742):before {
  content: "4742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4743):before {
  content: "4743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4744):before {
  content: "4744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4745):before {
  content: "4745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4746):before {
  content: "4746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4747):before {
  content: "4747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4748):before {
  content: "4748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4749):before {
  content: "4749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4750):before {
  content: "4750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4751):before {
  content: "4751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4752):before {
  content: "4752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4753):before {
  content: "4753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4754):before {
  content: "4754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4755):before {
  content: "4755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4756):before {
  content: "4756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4757):before {
  content: "4757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4758):before {
  content: "4758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4759):before {
  content: "4759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4760):before {
  content: "4760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4761):before {
  content: "4761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4762):before {
  content: "4762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4763):before {
  content: "4763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4764):before {
  content: "4764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4765):before {
  content: "4765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4766):before {
  content: "4766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4767):before {
  content: "4767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4768):before {
  content: "4768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4769):before {
  content: "4769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4770):before {
  content: "4770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4771):before {
  content: "4771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4772):before {
  content: "4772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4773):before {
  content: "4773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4774):before {
  content: "4774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4775):before {
  content: "4775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4776):before {
  content: "4776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4777):before {
  content: "4777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4778):before {
  content: "4778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4779):before {
  content: "4779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4780):before {
  content: "4780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4781):before {
  content: "4781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4782):before {
  content: "4782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4783):before {
  content: "4783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4784):before {
  content: "4784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4785):before {
  content: "4785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4786):before {
  content: "4786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4787):before {
  content: "4787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4788):before {
  content: "4788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4789):before {
  content: "4789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4790):before {
  content: "4790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4791):before {
  content: "4791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4792):before {
  content: "4792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4793):before {
  content: "4793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4794):before {
  content: "4794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4795):before {
  content: "4795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4796):before {
  content: "4796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4797):before {
  content: "4797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4798):before {
  content: "4798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4799):before {
  content: "4799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4800):before {
  content: "4800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4801):before {
  content: "4801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4802):before {
  content: "4802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4803):before {
  content: "4803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4804):before {
  content: "4804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4805):before {
  content: "4805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4806):before {
  content: "4806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4807):before {
  content: "4807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4808):before {
  content: "4808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4809):before {
  content: "4809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4810):before {
  content: "4810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4811):before {
  content: "4811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4812):before {
  content: "4812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4813):before {
  content: "4813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4814):before {
  content: "4814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4815):before {
  content: "4815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4816):before {
  content: "4816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4817):before {
  content: "4817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4818):before {
  content: "4818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4819):before {
  content: "4819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4820):before {
  content: "4820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4821):before {
  content: "4821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4822):before {
  content: "4822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4823):before {
  content: "4823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4824):before {
  content: "4824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4825):before {
  content: "4825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4826):before {
  content: "4826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4827):before {
  content: "4827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4828):before {
  content: "4828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4829):before {
  content: "4829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4830):before {
  content: "4830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4831):before {
  content: "4831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4832):before {
  content: "4832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4833):before {
  content: "4833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4834):before {
  content: "4834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4835):before {
  content: "4835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4836):before {
  content: "4836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4837):before {
  content: "4837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4838):before {
  content: "4838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4839):before {
  content: "4839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4840):before {
  content: "4840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4841):before {
  content: "4841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4842):before {
  content: "4842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4843):before {
  content: "4843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4844):before {
  content: "4844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4845):before {
  content: "4845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4846):before {
  content: "4846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4847):before {
  content: "4847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4848):before {
  content: "4848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4849):before {
  content: "4849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4850):before {
  content: "4850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4851):before {
  content: "4851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4852):before {
  content: "4852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4853):before {
  content: "4853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4854):before {
  content: "4854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4855):before {
  content: "4855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4856):before {
  content: "4856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4857):before {
  content: "4857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4858):before {
  content: "4858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4859):before {
  content: "4859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4860):before {
  content: "4860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4861):before {
  content: "4861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4862):before {
  content: "4862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4863):before {
  content: "4863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4864):before {
  content: "4864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4865):before {
  content: "4865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4866):before {
  content: "4866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4867):before {
  content: "4867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4868):before {
  content: "4868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4869):before {
  content: "4869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4870):before {
  content: "4870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4871):before {
  content: "4871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4872):before {
  content: "4872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4873):before {
  content: "4873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4874):before {
  content: "4874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4875):before {
  content: "4875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4876):before {
  content: "4876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4877):before {
  content: "4877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4878):before {
  content: "4878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4879):before {
  content: "4879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4880):before {
  content: "4880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4881):before {
  content: "4881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4882):before {
  content: "4882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4883):before {
  content: "4883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4884):before {
  content: "4884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4885):before {
  content: "4885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4886):before {
  content: "4886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4887):before {
  content: "4887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4888):before {
  content: "4888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4889):before {
  content: "4889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4890):before {
  content: "4890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4891):before {
  content: "4891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4892):before {
  content: "4892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4893):before {
  content: "4893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4894):before {
  content: "4894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4895):before {
  content: "4895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4896):before {
  content: "4896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4897):before {
  content: "4897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4898):before {
  content: "4898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4899):before {
  content: "4899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4900):before {
  content: "4900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4901):before {
  content: "4901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4902):before {
  content: "4902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4903):before {
  content: "4903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4904):before {
  content: "4904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4905):before {
  content: "4905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4906):before {
  content: "4906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4907):before {
  content: "4907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4908):before {
  content: "4908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4909):before {
  content: "4909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4910):before {
  content: "4910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4911):before {
  content: "4911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4912):before {
  content: "4912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4913):before {
  content: "4913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4914):before {
  content: "4914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4915):before {
  content: "4915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4916):before {
  content: "4916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4917):before {
  content: "4917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4918):before {
  content: "4918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4919):before {
  content: "4919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4920):before {
  content: "4920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4921):before {
  content: "4921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4922):before {
  content: "4922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4923):before {
  content: "4923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4924):before {
  content: "4924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4925):before {
  content: "4925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4926):before {
  content: "4926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4927):before {
  content: "4927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4928):before {
  content: "4928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4929):before {
  content: "4929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4930):before {
  content: "4930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4931):before {
  content: "4931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4932):before {
  content: "4932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4933):before {
  content: "4933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4934):before {
  content: "4934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4935):before {
  content: "4935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4936):before {
  content: "4936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4937):before {
  content: "4937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4938):before {
  content: "4938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4939):before {
  content: "4939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4940):before {
  content: "4940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4941):before {
  content: "4941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4942):before {
  content: "4942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4943):before {
  content: "4943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4944):before {
  content: "4944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4945):before {
  content: "4945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4946):before {
  content: "4946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4947):before {
  content: "4947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4948):before {
  content: "4948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4949):before {
  content: "4949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4950):before {
  content: "4950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4951):before {
  content: "4951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4952):before {
  content: "4952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4953):before {
  content: "4953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4954):before {
  content: "4954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4955):before {
  content: "4955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4956):before {
  content: "4956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4957):before {
  content: "4957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4958):before {
  content: "4958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4959):before {
  content: "4959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4960):before {
  content: "4960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4961):before {
  content: "4961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4962):before {
  content: "4962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4963):before {
  content: "4963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4964):before {
  content: "4964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4965):before {
  content: "4965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4966):before {
  content: "4966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4967):before {
  content: "4967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4968):before {
  content: "4968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4969):before {
  content: "4969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4970):before {
  content: "4970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4971):before {
  content: "4971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4972):before {
  content: "4972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4973):before {
  content: "4973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4974):before {
  content: "4974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4975):before {
  content: "4975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4976):before {
  content: "4976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4977):before {
  content: "4977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4978):before {
  content: "4978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4979):before {
  content: "4979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4980):before {
  content: "4980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4981):before {
  content: "4981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4982):before {
  content: "4982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4983):before {
  content: "4983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4984):before {
  content: "4984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4985):before {
  content: "4985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4986):before {
  content: "4986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4987):before {
  content: "4987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4988):before {
  content: "4988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4989):before {
  content: "4989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4990):before {
  content: "4990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4991):before {
  content: "4991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4992):before {
  content: "4992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4993):before {
  content: "4993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4994):before {
  content: "4994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4995):before {
  content: "4995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4996):before {
  content: "4996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4997):before {
  content: "4997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4998):before {
  content: "4998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(4999):before {
  content: "4999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(4999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5000):before {
  content: "5000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5001):before {
  content: "5001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5002):before {
  content: "5002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5003):before {
  content: "5003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5004):before {
  content: "5004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5005):before {
  content: "5005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5006):before {
  content: "5006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5007):before {
  content: "5007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5008):before {
  content: "5008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5009):before {
  content: "5009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5010):before {
  content: "5010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5011):before {
  content: "5011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5012):before {
  content: "5012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5013):before {
  content: "5013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5014):before {
  content: "5014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5015):before {
  content: "5015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5016):before {
  content: "5016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5017):before {
  content: "5017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5018):before {
  content: "5018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5019):before {
  content: "5019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5020):before {
  content: "5020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5021):before {
  content: "5021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5022):before {
  content: "5022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5023):before {
  content: "5023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5024):before {
  content: "5024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5025):before {
  content: "5025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5026):before {
  content: "5026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5027):before {
  content: "5027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5028):before {
  content: "5028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5029):before {
  content: "5029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5030):before {
  content: "5030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5031):before {
  content: "5031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5032):before {
  content: "5032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5033):before {
  content: "5033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5034):before {
  content: "5034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5035):before {
  content: "5035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5036):before {
  content: "5036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5037):before {
  content: "5037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5038):before {
  content: "5038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5039):before {
  content: "5039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5040):before {
  content: "5040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5041):before {
  content: "5041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5042):before {
  content: "5042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5043):before {
  content: "5043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5044):before {
  content: "5044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5045):before {
  content: "5045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5046):before {
  content: "5046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5047):before {
  content: "5047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5048):before {
  content: "5048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5049):before {
  content: "5049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5050):before {
  content: "5050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5051):before {
  content: "5051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5052):before {
  content: "5052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5053):before {
  content: "5053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5054):before {
  content: "5054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5055):before {
  content: "5055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5056):before {
  content: "5056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5057):before {
  content: "5057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5058):before {
  content: "5058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5059):before {
  content: "5059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5060):before {
  content: "5060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5061):before {
  content: "5061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5062):before {
  content: "5062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5063):before {
  content: "5063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5064):before {
  content: "5064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5065):before {
  content: "5065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5066):before {
  content: "5066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5067):before {
  content: "5067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5068):before {
  content: "5068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5069):before {
  content: "5069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5070):before {
  content: "5070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5071):before {
  content: "5071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5072):before {
  content: "5072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5073):before {
  content: "5073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5074):before {
  content: "5074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5075):before {
  content: "5075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5076):before {
  content: "5076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5077):before {
  content: "5077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5078):before {
  content: "5078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5079):before {
  content: "5079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5080):before {
  content: "5080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5081):before {
  content: "5081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5082):before {
  content: "5082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5083):before {
  content: "5083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5084):before {
  content: "5084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5085):before {
  content: "5085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5086):before {
  content: "5086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5087):before {
  content: "5087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5088):before {
  content: "5088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5089):before {
  content: "5089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5090):before {
  content: "5090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5091):before {
  content: "5091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5092):before {
  content: "5092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5093):before {
  content: "5093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5094):before {
  content: "5094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5095):before {
  content: "5095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5096):before {
  content: "5096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5097):before {
  content: "5097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5098):before {
  content: "5098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5099):before {
  content: "5099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5100):before {
  content: "5100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5101):before {
  content: "5101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5102):before {
  content: "5102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5103):before {
  content: "5103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5104):before {
  content: "5104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5105):before {
  content: "5105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5106):before {
  content: "5106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5107):before {
  content: "5107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5108):before {
  content: "5108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5109):before {
  content: "5109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5110):before {
  content: "5110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5111):before {
  content: "5111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5112):before {
  content: "5112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5113):before {
  content: "5113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5114):before {
  content: "5114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5115):before {
  content: "5115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5116):before {
  content: "5116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5117):before {
  content: "5117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5118):before {
  content: "5118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5119):before {
  content: "5119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5120):before {
  content: "5120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5121):before {
  content: "5121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5122):before {
  content: "5122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5123):before {
  content: "5123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5124):before {
  content: "5124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5125):before {
  content: "5125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5126):before {
  content: "5126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5127):before {
  content: "5127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5128):before {
  content: "5128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5129):before {
  content: "5129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5130):before {
  content: "5130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5131):before {
  content: "5131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5132):before {
  content: "5132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5133):before {
  content: "5133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5134):before {
  content: "5134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5135):before {
  content: "5135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5136):before {
  content: "5136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5137):before {
  content: "5137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5138):before {
  content: "5138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5139):before {
  content: "5139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5140):before {
  content: "5140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5141):before {
  content: "5141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5142):before {
  content: "5142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5143):before {
  content: "5143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5144):before {
  content: "5144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5145):before {
  content: "5145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5146):before {
  content: "5146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5147):before {
  content: "5147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5148):before {
  content: "5148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5149):before {
  content: "5149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5150):before {
  content: "5150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5151):before {
  content: "5151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5152):before {
  content: "5152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5153):before {
  content: "5153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5154):before {
  content: "5154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5155):before {
  content: "5155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5156):before {
  content: "5156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5157):before {
  content: "5157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5158):before {
  content: "5158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5159):before {
  content: "5159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5160):before {
  content: "5160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5161):before {
  content: "5161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5162):before {
  content: "5162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5163):before {
  content: "5163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5164):before {
  content: "5164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5165):before {
  content: "5165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5166):before {
  content: "5166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5167):before {
  content: "5167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5168):before {
  content: "5168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5169):before {
  content: "5169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5170):before {
  content: "5170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5171):before {
  content: "5171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5172):before {
  content: "5172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5173):before {
  content: "5173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5174):before {
  content: "5174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5175):before {
  content: "5175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5176):before {
  content: "5176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5177):before {
  content: "5177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5178):before {
  content: "5178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5179):before {
  content: "5179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5180):before {
  content: "5180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5181):before {
  content: "5181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5182):before {
  content: "5182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5183):before {
  content: "5183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5184):before {
  content: "5184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5185):before {
  content: "5185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5186):before {
  content: "5186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5187):before {
  content: "5187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5188):before {
  content: "5188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5189):before {
  content: "5189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5190):before {
  content: "5190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5191):before {
  content: "5191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5192):before {
  content: "5192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5193):before {
  content: "5193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5194):before {
  content: "5194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5195):before {
  content: "5195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5196):before {
  content: "5196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5197):before {
  content: "5197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5198):before {
  content: "5198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5199):before {
  content: "5199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5200):before {
  content: "5200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5201):before {
  content: "5201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5202):before {
  content: "5202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5203):before {
  content: "5203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5204):before {
  content: "5204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5205):before {
  content: "5205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5206):before {
  content: "5206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5207):before {
  content: "5207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5208):before {
  content: "5208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5209):before {
  content: "5209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5210):before {
  content: "5210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5211):before {
  content: "5211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5212):before {
  content: "5212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5213):before {
  content: "5213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5214):before {
  content: "5214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5215):before {
  content: "5215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5216):before {
  content: "5216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5217):before {
  content: "5217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5218):before {
  content: "5218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5219):before {
  content: "5219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5220):before {
  content: "5220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5221):before {
  content: "5221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5222):before {
  content: "5222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5223):before {
  content: "5223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5224):before {
  content: "5224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5225):before {
  content: "5225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5226):before {
  content: "5226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5227):before {
  content: "5227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5228):before {
  content: "5228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5229):before {
  content: "5229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5230):before {
  content: "5230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5231):before {
  content: "5231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5232):before {
  content: "5232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5233):before {
  content: "5233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5234):before {
  content: "5234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5235):before {
  content: "5235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5236):before {
  content: "5236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5237):before {
  content: "5237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5238):before {
  content: "5238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5239):before {
  content: "5239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5240):before {
  content: "5240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5241):before {
  content: "5241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5242):before {
  content: "5242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5243):before {
  content: "5243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5244):before {
  content: "5244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5245):before {
  content: "5245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5246):before {
  content: "5246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5247):before {
  content: "5247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5248):before {
  content: "5248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5249):before {
  content: "5249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5250):before {
  content: "5250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5251):before {
  content: "5251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5252):before {
  content: "5252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5253):before {
  content: "5253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5254):before {
  content: "5254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5255):before {
  content: "5255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5256):before {
  content: "5256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5257):before {
  content: "5257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5258):before {
  content: "5258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5259):before {
  content: "5259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5260):before {
  content: "5260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5261):before {
  content: "5261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5262):before {
  content: "5262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5263):before {
  content: "5263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5264):before {
  content: "5264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5265):before {
  content: "5265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5266):before {
  content: "5266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5267):before {
  content: "5267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5268):before {
  content: "5268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5269):before {
  content: "5269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5270):before {
  content: "5270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5271):before {
  content: "5271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5272):before {
  content: "5272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5273):before {
  content: "5273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5274):before {
  content: "5274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5275):before {
  content: "5275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5276):before {
  content: "5276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5277):before {
  content: "5277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5278):before {
  content: "5278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5279):before {
  content: "5279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5280):before {
  content: "5280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5281):before {
  content: "5281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5282):before {
  content: "5282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5283):before {
  content: "5283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5284):before {
  content: "5284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5285):before {
  content: "5285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5286):before {
  content: "5286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5287):before {
  content: "5287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5288):before {
  content: "5288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5289):before {
  content: "5289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5290):before {
  content: "5290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5291):before {
  content: "5291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5292):before {
  content: "5292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5293):before {
  content: "5293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5294):before {
  content: "5294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5295):before {
  content: "5295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5296):before {
  content: "5296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5297):before {
  content: "5297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5298):before {
  content: "5298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5299):before {
  content: "5299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5300):before {
  content: "5300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5301):before {
  content: "5301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5302):before {
  content: "5302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5303):before {
  content: "5303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5304):before {
  content: "5304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5305):before {
  content: "5305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5306):before {
  content: "5306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5307):before {
  content: "5307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5308):before {
  content: "5308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5309):before {
  content: "5309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5310):before {
  content: "5310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5311):before {
  content: "5311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5312):before {
  content: "5312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5313):before {
  content: "5313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5314):before {
  content: "5314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5315):before {
  content: "5315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5316):before {
  content: "5316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5317):before {
  content: "5317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5318):before {
  content: "5318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5319):before {
  content: "5319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5320):before {
  content: "5320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5321):before {
  content: "5321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5322):before {
  content: "5322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5323):before {
  content: "5323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5324):before {
  content: "5324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5325):before {
  content: "5325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5326):before {
  content: "5326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5327):before {
  content: "5327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5328):before {
  content: "5328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5329):before {
  content: "5329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5330):before {
  content: "5330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5331):before {
  content: "5331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5332):before {
  content: "5332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5333):before {
  content: "5333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5334):before {
  content: "5334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5335):before {
  content: "5335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5336):before {
  content: "5336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5337):before {
  content: "5337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5338):before {
  content: "5338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5339):before {
  content: "5339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5340):before {
  content: "5340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5341):before {
  content: "5341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5342):before {
  content: "5342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5343):before {
  content: "5343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5344):before {
  content: "5344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5345):before {
  content: "5345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5346):before {
  content: "5346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5347):before {
  content: "5347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5348):before {
  content: "5348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5349):before {
  content: "5349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5350):before {
  content: "5350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5351):before {
  content: "5351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5352):before {
  content: "5352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5353):before {
  content: "5353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5354):before {
  content: "5354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5355):before {
  content: "5355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5356):before {
  content: "5356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5357):before {
  content: "5357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5358):before {
  content: "5358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5359):before {
  content: "5359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5360):before {
  content: "5360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5361):before {
  content: "5361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5362):before {
  content: "5362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5363):before {
  content: "5363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5364):before {
  content: "5364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5365):before {
  content: "5365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5366):before {
  content: "5366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5367):before {
  content: "5367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5368):before {
  content: "5368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5369):before {
  content: "5369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5370):before {
  content: "5370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5371):before {
  content: "5371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5372):before {
  content: "5372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5373):before {
  content: "5373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5374):before {
  content: "5374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5375):before {
  content: "5375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5376):before {
  content: "5376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5377):before {
  content: "5377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5378):before {
  content: "5378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5379):before {
  content: "5379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5380):before {
  content: "5380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5381):before {
  content: "5381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5382):before {
  content: "5382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5383):before {
  content: "5383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5384):before {
  content: "5384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5385):before {
  content: "5385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5386):before {
  content: "5386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5387):before {
  content: "5387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5388):before {
  content: "5388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5389):before {
  content: "5389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5390):before {
  content: "5390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5391):before {
  content: "5391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5392):before {
  content: "5392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5393):before {
  content: "5393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5394):before {
  content: "5394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5395):before {
  content: "5395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5396):before {
  content: "5396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5397):before {
  content: "5397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5398):before {
  content: "5398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5399):before {
  content: "5399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5400):before {
  content: "5400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5401):before {
  content: "5401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5402):before {
  content: "5402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5403):before {
  content: "5403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5404):before {
  content: "5404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5405):before {
  content: "5405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5406):before {
  content: "5406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5407):before {
  content: "5407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5408):before {
  content: "5408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5409):before {
  content: "5409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5410):before {
  content: "5410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5411):before {
  content: "5411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5412):before {
  content: "5412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5413):before {
  content: "5413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5414):before {
  content: "5414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5415):before {
  content: "5415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5416):before {
  content: "5416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5417):before {
  content: "5417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5418):before {
  content: "5418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5419):before {
  content: "5419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5420):before {
  content: "5420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5421):before {
  content: "5421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5422):before {
  content: "5422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5423):before {
  content: "5423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5424):before {
  content: "5424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5425):before {
  content: "5425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5426):before {
  content: "5426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5427):before {
  content: "5427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5428):before {
  content: "5428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5429):before {
  content: "5429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5430):before {
  content: "5430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5431):before {
  content: "5431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5432):before {
  content: "5432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5433):before {
  content: "5433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5434):before {
  content: "5434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5435):before {
  content: "5435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5436):before {
  content: "5436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5437):before {
  content: "5437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5438):before {
  content: "5438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5439):before {
  content: "5439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5440):before {
  content: "5440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5441):before {
  content: "5441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5442):before {
  content: "5442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5443):before {
  content: "5443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5444):before {
  content: "5444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5445):before {
  content: "5445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5446):before {
  content: "5446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5447):before {
  content: "5447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5448):before {
  content: "5448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5449):before {
  content: "5449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5450):before {
  content: "5450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5451):before {
  content: "5451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5452):before {
  content: "5452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5453):before {
  content: "5453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5454):before {
  content: "5454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5455):before {
  content: "5455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5456):before {
  content: "5456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5457):before {
  content: "5457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5458):before {
  content: "5458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5459):before {
  content: "5459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5460):before {
  content: "5460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5461):before {
  content: "5461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5462):before {
  content: "5462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5463):before {
  content: "5463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5464):before {
  content: "5464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5465):before {
  content: "5465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5466):before {
  content: "5466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5467):before {
  content: "5467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5468):before {
  content: "5468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5469):before {
  content: "5469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5470):before {
  content: "5470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5471):before {
  content: "5471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5472):before {
  content: "5472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5473):before {
  content: "5473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5474):before {
  content: "5474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5475):before {
  content: "5475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5476):before {
  content: "5476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5477):before {
  content: "5477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5478):before {
  content: "5478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5479):before {
  content: "5479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5480):before {
  content: "5480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5481):before {
  content: "5481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5482):before {
  content: "5482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5483):before {
  content: "5483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5484):before {
  content: "5484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5485):before {
  content: "5485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5486):before {
  content: "5486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5487):before {
  content: "5487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5488):before {
  content: "5488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5489):before {
  content: "5489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5490):before {
  content: "5490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5491):before {
  content: "5491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5492):before {
  content: "5492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5493):before {
  content: "5493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5494):before {
  content: "5494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5495):before {
  content: "5495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5496):before {
  content: "5496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5497):before {
  content: "5497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5498):before {
  content: "5498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5499):before {
  content: "5499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5500):before {
  content: "5500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5501):before {
  content: "5501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5502):before {
  content: "5502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5503):before {
  content: "5503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5504):before {
  content: "5504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5505):before {
  content: "5505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5506):before {
  content: "5506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5507):before {
  content: "5507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5508):before {
  content: "5508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5509):before {
  content: "5509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5510):before {
  content: "5510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5511):before {
  content: "5511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5512):before {
  content: "5512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5513):before {
  content: "5513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5514):before {
  content: "5514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5515):before {
  content: "5515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5516):before {
  content: "5516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5517):before {
  content: "5517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5518):before {
  content: "5518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5519):before {
  content: "5519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5520):before {
  content: "5520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5521):before {
  content: "5521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5522):before {
  content: "5522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5523):before {
  content: "5523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5524):before {
  content: "5524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5525):before {
  content: "5525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5526):before {
  content: "5526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5527):before {
  content: "5527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5528):before {
  content: "5528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5529):before {
  content: "5529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5530):before {
  content: "5530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5531):before {
  content: "5531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5532):before {
  content: "5532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5533):before {
  content: "5533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5534):before {
  content: "5534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5535):before {
  content: "5535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5536):before {
  content: "5536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5537):before {
  content: "5537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5538):before {
  content: "5538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5539):before {
  content: "5539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5540):before {
  content: "5540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5541):before {
  content: "5541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5542):before {
  content: "5542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5543):before {
  content: "5543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5544):before {
  content: "5544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5545):before {
  content: "5545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5546):before {
  content: "5546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5547):before {
  content: "5547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5548):before {
  content: "5548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5549):before {
  content: "5549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5550):before {
  content: "5550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5551):before {
  content: "5551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5552):before {
  content: "5552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5553):before {
  content: "5553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5554):before {
  content: "5554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5555):before {
  content: "5555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5556):before {
  content: "5556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5557):before {
  content: "5557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5558):before {
  content: "5558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5559):before {
  content: "5559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5560):before {
  content: "5560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5561):before {
  content: "5561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5562):before {
  content: "5562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5563):before {
  content: "5563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5564):before {
  content: "5564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5565):before {
  content: "5565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5566):before {
  content: "5566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5567):before {
  content: "5567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5568):before {
  content: "5568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5569):before {
  content: "5569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5570):before {
  content: "5570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5571):before {
  content: "5571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5572):before {
  content: "5572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5573):before {
  content: "5573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5574):before {
  content: "5574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5575):before {
  content: "5575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5576):before {
  content: "5576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5577):before {
  content: "5577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5578):before {
  content: "5578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5579):before {
  content: "5579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5580):before {
  content: "5580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5581):before {
  content: "5581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5582):before {
  content: "5582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5583):before {
  content: "5583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5584):before {
  content: "5584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5585):before {
  content: "5585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5586):before {
  content: "5586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5587):before {
  content: "5587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5588):before {
  content: "5588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5589):before {
  content: "5589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5590):before {
  content: "5590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5591):before {
  content: "5591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5592):before {
  content: "5592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5593):before {
  content: "5593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5594):before {
  content: "5594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5595):before {
  content: "5595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5596):before {
  content: "5596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5597):before {
  content: "5597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5598):before {
  content: "5598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5599):before {
  content: "5599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5600):before {
  content: "5600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5601):before {
  content: "5601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5602):before {
  content: "5602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5603):before {
  content: "5603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5604):before {
  content: "5604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5605):before {
  content: "5605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5606):before {
  content: "5606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5607):before {
  content: "5607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5608):before {
  content: "5608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5609):before {
  content: "5609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5610):before {
  content: "5610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5611):before {
  content: "5611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5612):before {
  content: "5612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5613):before {
  content: "5613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5614):before {
  content: "5614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5615):before {
  content: "5615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5616):before {
  content: "5616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5617):before {
  content: "5617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5618):before {
  content: "5618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5619):before {
  content: "5619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5620):before {
  content: "5620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5621):before {
  content: "5621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5622):before {
  content: "5622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5623):before {
  content: "5623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5624):before {
  content: "5624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5625):before {
  content: "5625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5626):before {
  content: "5626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5627):before {
  content: "5627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5628):before {
  content: "5628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5629):before {
  content: "5629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5630):before {
  content: "5630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5631):before {
  content: "5631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5632):before {
  content: "5632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5633):before {
  content: "5633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5634):before {
  content: "5634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5635):before {
  content: "5635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5636):before {
  content: "5636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5637):before {
  content: "5637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5638):before {
  content: "5638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5639):before {
  content: "5639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5640):before {
  content: "5640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5641):before {
  content: "5641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5642):before {
  content: "5642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5643):before {
  content: "5643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5644):before {
  content: "5644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5645):before {
  content: "5645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5646):before {
  content: "5646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5647):before {
  content: "5647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5648):before {
  content: "5648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5649):before {
  content: "5649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5650):before {
  content: "5650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5651):before {
  content: "5651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5652):before {
  content: "5652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5653):before {
  content: "5653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5654):before {
  content: "5654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5655):before {
  content: "5655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5656):before {
  content: "5656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5657):before {
  content: "5657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5658):before {
  content: "5658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5659):before {
  content: "5659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5660):before {
  content: "5660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5661):before {
  content: "5661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5662):before {
  content: "5662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5663):before {
  content: "5663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5664):before {
  content: "5664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5665):before {
  content: "5665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5666):before {
  content: "5666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5667):before {
  content: "5667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5668):before {
  content: "5668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5669):before {
  content: "5669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5670):before {
  content: "5670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5671):before {
  content: "5671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5672):before {
  content: "5672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5673):before {
  content: "5673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5674):before {
  content: "5674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5675):before {
  content: "5675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5676):before {
  content: "5676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5677):before {
  content: "5677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5678):before {
  content: "5678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5679):before {
  content: "5679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5680):before {
  content: "5680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5681):before {
  content: "5681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5682):before {
  content: "5682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5683):before {
  content: "5683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5684):before {
  content: "5684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5685):before {
  content: "5685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5686):before {
  content: "5686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5687):before {
  content: "5687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5688):before {
  content: "5688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5689):before {
  content: "5689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5690):before {
  content: "5690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5691):before {
  content: "5691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5692):before {
  content: "5692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5693):before {
  content: "5693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5694):before {
  content: "5694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5695):before {
  content: "5695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5696):before {
  content: "5696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5697):before {
  content: "5697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5698):before {
  content: "5698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5699):before {
  content: "5699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5700):before {
  content: "5700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5701):before {
  content: "5701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5702):before {
  content: "5702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5703):before {
  content: "5703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5704):before {
  content: "5704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5705):before {
  content: "5705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5706):before {
  content: "5706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5707):before {
  content: "5707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5708):before {
  content: "5708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5709):before {
  content: "5709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5710):before {
  content: "5710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5711):before {
  content: "5711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5712):before {
  content: "5712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5713):before {
  content: "5713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5714):before {
  content: "5714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5715):before {
  content: "5715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5716):before {
  content: "5716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5717):before {
  content: "5717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5718):before {
  content: "5718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5719):before {
  content: "5719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5720):before {
  content: "5720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5721):before {
  content: "5721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5722):before {
  content: "5722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5723):before {
  content: "5723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5724):before {
  content: "5724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5725):before {
  content: "5725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5726):before {
  content: "5726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5727):before {
  content: "5727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5728):before {
  content: "5728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5729):before {
  content: "5729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5730):before {
  content: "5730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5731):before {
  content: "5731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5732):before {
  content: "5732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5733):before {
  content: "5733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5734):before {
  content: "5734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5735):before {
  content: "5735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5736):before {
  content: "5736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5737):before {
  content: "5737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5738):before {
  content: "5738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5739):before {
  content: "5739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5740):before {
  content: "5740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5741):before {
  content: "5741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5742):before {
  content: "5742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5743):before {
  content: "5743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5744):before {
  content: "5744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5745):before {
  content: "5745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5746):before {
  content: "5746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5747):before {
  content: "5747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5748):before {
  content: "5748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5749):before {
  content: "5749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5750):before {
  content: "5750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5751):before {
  content: "5751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5752):before {
  content: "5752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5753):before {
  content: "5753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5754):before {
  content: "5754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5755):before {
  content: "5755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5756):before {
  content: "5756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5757):before {
  content: "5757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5758):before {
  content: "5758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5759):before {
  content: "5759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5760):before {
  content: "5760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5761):before {
  content: "5761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5762):before {
  content: "5762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5763):before {
  content: "5763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5764):before {
  content: "5764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5765):before {
  content: "5765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5766):before {
  content: "5766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5767):before {
  content: "5767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5768):before {
  content: "5768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5769):before {
  content: "5769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5770):before {
  content: "5770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5771):before {
  content: "5771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5772):before {
  content: "5772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5773):before {
  content: "5773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5774):before {
  content: "5774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5775):before {
  content: "5775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5776):before {
  content: "5776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5777):before {
  content: "5777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5778):before {
  content: "5778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5779):before {
  content: "5779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5780):before {
  content: "5780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5781):before {
  content: "5781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5782):before {
  content: "5782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5783):before {
  content: "5783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5784):before {
  content: "5784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5785):before {
  content: "5785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5786):before {
  content: "5786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5787):before {
  content: "5787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5788):before {
  content: "5788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5789):before {
  content: "5789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5790):before {
  content: "5790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5791):before {
  content: "5791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5792):before {
  content: "5792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5793):before {
  content: "5793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5794):before {
  content: "5794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5795):before {
  content: "5795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5796):before {
  content: "5796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5797):before {
  content: "5797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5798):before {
  content: "5798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5799):before {
  content: "5799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5800):before {
  content: "5800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5801):before {
  content: "5801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5802):before {
  content: "5802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5803):before {
  content: "5803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5804):before {
  content: "5804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5805):before {
  content: "5805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5806):before {
  content: "5806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5807):before {
  content: "5807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5808):before {
  content: "5808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5809):before {
  content: "5809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5810):before {
  content: "5810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5811):before {
  content: "5811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5812):before {
  content: "5812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5813):before {
  content: "5813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5814):before {
  content: "5814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5815):before {
  content: "5815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5816):before {
  content: "5816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5817):before {
  content: "5817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5818):before {
  content: "5818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5819):before {
  content: "5819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5820):before {
  content: "5820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5821):before {
  content: "5821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5822):before {
  content: "5822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5823):before {
  content: "5823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5824):before {
  content: "5824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5825):before {
  content: "5825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5826):before {
  content: "5826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5827):before {
  content: "5827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5828):before {
  content: "5828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5829):before {
  content: "5829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5830):before {
  content: "5830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5831):before {
  content: "5831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5832):before {
  content: "5832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5833):before {
  content: "5833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5834):before {
  content: "5834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5835):before {
  content: "5835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5836):before {
  content: "5836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5837):before {
  content: "5837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5838):before {
  content: "5838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5839):before {
  content: "5839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5840):before {
  content: "5840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5841):before {
  content: "5841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5842):before {
  content: "5842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5843):before {
  content: "5843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5844):before {
  content: "5844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5845):before {
  content: "5845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5846):before {
  content: "5846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5847):before {
  content: "5847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5848):before {
  content: "5848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5849):before {
  content: "5849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5850):before {
  content: "5850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5851):before {
  content: "5851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5852):before {
  content: "5852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5853):before {
  content: "5853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5854):before {
  content: "5854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5855):before {
  content: "5855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5856):before {
  content: "5856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5857):before {
  content: "5857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5858):before {
  content: "5858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5859):before {
  content: "5859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5860):before {
  content: "5860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5861):before {
  content: "5861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5862):before {
  content: "5862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5863):before {
  content: "5863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5864):before {
  content: "5864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5865):before {
  content: "5865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5866):before {
  content: "5866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5867):before {
  content: "5867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5868):before {
  content: "5868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5869):before {
  content: "5869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5870):before {
  content: "5870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5871):before {
  content: "5871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5872):before {
  content: "5872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5873):before {
  content: "5873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5874):before {
  content: "5874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5875):before {
  content: "5875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5876):before {
  content: "5876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5877):before {
  content: "5877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5878):before {
  content: "5878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5879):before {
  content: "5879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5880):before {
  content: "5880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5881):before {
  content: "5881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5882):before {
  content: "5882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5883):before {
  content: "5883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5884):before {
  content: "5884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5885):before {
  content: "5885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5886):before {
  content: "5886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5887):before {
  content: "5887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5888):before {
  content: "5888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5889):before {
  content: "5889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5890):before {
  content: "5890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5891):before {
  content: "5891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5892):before {
  content: "5892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5893):before {
  content: "5893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5894):before {
  content: "5894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5895):before {
  content: "5895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5896):before {
  content: "5896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5897):before {
  content: "5897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5898):before {
  content: "5898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5899):before {
  content: "5899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5900):before {
  content: "5900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5901):before {
  content: "5901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5902):before {
  content: "5902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5903):before {
  content: "5903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5904):before {
  content: "5904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5905):before {
  content: "5905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5906):before {
  content: "5906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5907):before {
  content: "5907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5908):before {
  content: "5908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5909):before {
  content: "5909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5910):before {
  content: "5910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5911):before {
  content: "5911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5912):before {
  content: "5912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5913):before {
  content: "5913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5914):before {
  content: "5914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5915):before {
  content: "5915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5916):before {
  content: "5916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5917):before {
  content: "5917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5918):before {
  content: "5918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5919):before {
  content: "5919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5920):before {
  content: "5920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5921):before {
  content: "5921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5922):before {
  content: "5922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5923):before {
  content: "5923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5924):before {
  content: "5924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5925):before {
  content: "5925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5926):before {
  content: "5926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5927):before {
  content: "5927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5928):before {
  content: "5928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5929):before {
  content: "5929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5930):before {
  content: "5930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5931):before {
  content: "5931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5932):before {
  content: "5932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5933):before {
  content: "5933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5934):before {
  content: "5934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5935):before {
  content: "5935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5936):before {
  content: "5936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5937):before {
  content: "5937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5938):before {
  content: "5938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5939):before {
  content: "5939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5940):before {
  content: "5940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5941):before {
  content: "5941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5942):before {
  content: "5942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5943):before {
  content: "5943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5944):before {
  content: "5944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5945):before {
  content: "5945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5946):before {
  content: "5946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5947):before {
  content: "5947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5948):before {
  content: "5948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5949):before {
  content: "5949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5950):before {
  content: "5950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5951):before {
  content: "5951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5952):before {
  content: "5952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5953):before {
  content: "5953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5954):before {
  content: "5954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5955):before {
  content: "5955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5956):before {
  content: "5956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5957):before {
  content: "5957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5958):before {
  content: "5958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5959):before {
  content: "5959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5960):before {
  content: "5960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5961):before {
  content: "5961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5962):before {
  content: "5962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5963):before {
  content: "5963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5964):before {
  content: "5964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5965):before {
  content: "5965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5966):before {
  content: "5966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5967):before {
  content: "5967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5968):before {
  content: "5968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5969):before {
  content: "5969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5970):before {
  content: "5970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5971):before {
  content: "5971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5972):before {
  content: "5972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5973):before {
  content: "5973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5974):before {
  content: "5974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5975):before {
  content: "5975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5976):before {
  content: "5976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5977):before {
  content: "5977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5978):before {
  content: "5978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5979):before {
  content: "5979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5980):before {
  content: "5980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5981):before {
  content: "5981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5982):before {
  content: "5982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5983):before {
  content: "5983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5984):before {
  content: "5984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5985):before {
  content: "5985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5986):before {
  content: "5986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5987):before {
  content: "5987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5988):before {
  content: "5988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5989):before {
  content: "5989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5990):before {
  content: "5990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5991):before {
  content: "5991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5992):before {
  content: "5992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5993):before {
  content: "5993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5994):before {
  content: "5994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5995):before {
  content: "5995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5996):before {
  content: "5996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5997):before {
  content: "5997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5998):before {
  content: "5998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(5999):before {
  content: "5999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(5999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6000):before {
  content: "6000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6001):before {
  content: "6001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6002):before {
  content: "6002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6003):before {
  content: "6003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6004):before {
  content: "6004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6005):before {
  content: "6005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6006):before {
  content: "6006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6007):before {
  content: "6007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6008):before {
  content: "6008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6009):before {
  content: "6009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6010):before {
  content: "6010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6011):before {
  content: "6011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6012):before {
  content: "6012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6013):before {
  content: "6013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6014):before {
  content: "6014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6015):before {
  content: "6015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6016):before {
  content: "6016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6017):before {
  content: "6017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6018):before {
  content: "6018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6019):before {
  content: "6019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6020):before {
  content: "6020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6021):before {
  content: "6021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6022):before {
  content: "6022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6023):before {
  content: "6023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6024):before {
  content: "6024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6025):before {
  content: "6025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6026):before {
  content: "6026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6027):before {
  content: "6027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6028):before {
  content: "6028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6029):before {
  content: "6029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6030):before {
  content: "6030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6031):before {
  content: "6031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6032):before {
  content: "6032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6033):before {
  content: "6033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6034):before {
  content: "6034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6035):before {
  content: "6035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6036):before {
  content: "6036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6037):before {
  content: "6037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6038):before {
  content: "6038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6039):before {
  content: "6039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6040):before {
  content: "6040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6041):before {
  content: "6041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6042):before {
  content: "6042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6043):before {
  content: "6043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6044):before {
  content: "6044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6045):before {
  content: "6045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6046):before {
  content: "6046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6047):before {
  content: "6047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6048):before {
  content: "6048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6049):before {
  content: "6049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6050):before {
  content: "6050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6051):before {
  content: "6051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6052):before {
  content: "6052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6053):before {
  content: "6053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6054):before {
  content: "6054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6055):before {
  content: "6055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6056):before {
  content: "6056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6057):before {
  content: "6057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6058):before {
  content: "6058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6059):before {
  content: "6059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6060):before {
  content: "6060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6061):before {
  content: "6061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6062):before {
  content: "6062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6063):before {
  content: "6063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6064):before {
  content: "6064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6065):before {
  content: "6065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6066):before {
  content: "6066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6067):before {
  content: "6067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6068):before {
  content: "6068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6069):before {
  content: "6069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6070):before {
  content: "6070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6071):before {
  content: "6071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6072):before {
  content: "6072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6073):before {
  content: "6073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6074):before {
  content: "6074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6075):before {
  content: "6075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6076):before {
  content: "6076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6077):before {
  content: "6077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6078):before {
  content: "6078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6079):before {
  content: "6079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6080):before {
  content: "6080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6081):before {
  content: "6081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6082):before {
  content: "6082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6083):before {
  content: "6083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6084):before {
  content: "6084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6085):before {
  content: "6085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6086):before {
  content: "6086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6087):before {
  content: "6087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6088):before {
  content: "6088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6089):before {
  content: "6089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6090):before {
  content: "6090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6091):before {
  content: "6091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6092):before {
  content: "6092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6093):before {
  content: "6093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6094):before {
  content: "6094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6095):before {
  content: "6095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6096):before {
  content: "6096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6097):before {
  content: "6097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6098):before {
  content: "6098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6099):before {
  content: "6099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6100):before {
  content: "6100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6101):before {
  content: "6101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6102):before {
  content: "6102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6103):before {
  content: "6103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6104):before {
  content: "6104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6105):before {
  content: "6105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6106):before {
  content: "6106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6107):before {
  content: "6107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6108):before {
  content: "6108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6109):before {
  content: "6109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6110):before {
  content: "6110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6111):before {
  content: "6111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6112):before {
  content: "6112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6113):before {
  content: "6113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6114):before {
  content: "6114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6115):before {
  content: "6115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6116):before {
  content: "6116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6117):before {
  content: "6117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6118):before {
  content: "6118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6119):before {
  content: "6119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6120):before {
  content: "6120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6121):before {
  content: "6121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6122):before {
  content: "6122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6123):before {
  content: "6123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6124):before {
  content: "6124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6125):before {
  content: "6125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6126):before {
  content: "6126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6127):before {
  content: "6127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6128):before {
  content: "6128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6129):before {
  content: "6129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6130):before {
  content: "6130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6131):before {
  content: "6131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6132):before {
  content: "6132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6133):before {
  content: "6133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6134):before {
  content: "6134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6135):before {
  content: "6135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6136):before {
  content: "6136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6137):before {
  content: "6137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6138):before {
  content: "6138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6139):before {
  content: "6139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6140):before {
  content: "6140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6141):before {
  content: "6141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6142):before {
  content: "6142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6143):before {
  content: "6143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6144):before {
  content: "6144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6145):before {
  content: "6145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6146):before {
  content: "6146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6147):before {
  content: "6147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6148):before {
  content: "6148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6149):before {
  content: "6149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6150):before {
  content: "6150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6151):before {
  content: "6151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6152):before {
  content: "6152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6153):before {
  content: "6153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6154):before {
  content: "6154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6155):before {
  content: "6155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6156):before {
  content: "6156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6157):before {
  content: "6157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6158):before {
  content: "6158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6159):before {
  content: "6159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6160):before {
  content: "6160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6161):before {
  content: "6161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6162):before {
  content: "6162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6163):before {
  content: "6163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6164):before {
  content: "6164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6165):before {
  content: "6165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6166):before {
  content: "6166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6167):before {
  content: "6167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6168):before {
  content: "6168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6169):before {
  content: "6169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6170):before {
  content: "6170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6171):before {
  content: "6171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6172):before {
  content: "6172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6173):before {
  content: "6173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6174):before {
  content: "6174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6175):before {
  content: "6175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6176):before {
  content: "6176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6177):before {
  content: "6177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6178):before {
  content: "6178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6179):before {
  content: "6179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6180):before {
  content: "6180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6181):before {
  content: "6181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6182):before {
  content: "6182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6183):before {
  content: "6183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6184):before {
  content: "6184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6185):before {
  content: "6185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6186):before {
  content: "6186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6187):before {
  content: "6187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6188):before {
  content: "6188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6189):before {
  content: "6189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6190):before {
  content: "6190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6191):before {
  content: "6191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6192):before {
  content: "6192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6193):before {
  content: "6193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6194):before {
  content: "6194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6195):before {
  content: "6195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6196):before {
  content: "6196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6197):before {
  content: "6197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6198):before {
  content: "6198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6199):before {
  content: "6199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6200):before {
  content: "6200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6201):before {
  content: "6201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6202):before {
  content: "6202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6203):before {
  content: "6203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6204):before {
  content: "6204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6205):before {
  content: "6205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6206):before {
  content: "6206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6207):before {
  content: "6207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6208):before {
  content: "6208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6209):before {
  content: "6209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6210):before {
  content: "6210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6211):before {
  content: "6211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6212):before {
  content: "6212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6213):before {
  content: "6213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6214):before {
  content: "6214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6215):before {
  content: "6215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6216):before {
  content: "6216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6217):before {
  content: "6217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6218):before {
  content: "6218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6219):before {
  content: "6219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6220):before {
  content: "6220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6221):before {
  content: "6221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6222):before {
  content: "6222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6223):before {
  content: "6223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6224):before {
  content: "6224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6225):before {
  content: "6225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6226):before {
  content: "6226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6227):before {
  content: "6227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6228):before {
  content: "6228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6229):before {
  content: "6229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6230):before {
  content: "6230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6231):before {
  content: "6231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6232):before {
  content: "6232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6233):before {
  content: "6233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6234):before {
  content: "6234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6235):before {
  content: "6235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6236):before {
  content: "6236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6237):before {
  content: "6237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6238):before {
  content: "6238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6239):before {
  content: "6239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6240):before {
  content: "6240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6241):before {
  content: "6241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6242):before {
  content: "6242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6243):before {
  content: "6243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6244):before {
  content: "6244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6245):before {
  content: "6245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6246):before {
  content: "6246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6247):before {
  content: "6247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6248):before {
  content: "6248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6249):before {
  content: "6249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6250):before {
  content: "6250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6251):before {
  content: "6251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6252):before {
  content: "6252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6253):before {
  content: "6253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6254):before {
  content: "6254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6255):before {
  content: "6255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6256):before {
  content: "6256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6257):before {
  content: "6257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6258):before {
  content: "6258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6259):before {
  content: "6259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6260):before {
  content: "6260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6261):before {
  content: "6261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6262):before {
  content: "6262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6263):before {
  content: "6263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6264):before {
  content: "6264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6265):before {
  content: "6265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6266):before {
  content: "6266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6267):before {
  content: "6267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6268):before {
  content: "6268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6269):before {
  content: "6269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6270):before {
  content: "6270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6271):before {
  content: "6271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6272):before {
  content: "6272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6273):before {
  content: "6273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6274):before {
  content: "6274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6275):before {
  content: "6275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6276):before {
  content: "6276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6277):before {
  content: "6277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6278):before {
  content: "6278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6279):before {
  content: "6279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6280):before {
  content: "6280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6281):before {
  content: "6281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6282):before {
  content: "6282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6283):before {
  content: "6283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6284):before {
  content: "6284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6285):before {
  content: "6285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6286):before {
  content: "6286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6287):before {
  content: "6287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6288):before {
  content: "6288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6289):before {
  content: "6289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6290):before {
  content: "6290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6291):before {
  content: "6291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6292):before {
  content: "6292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6293):before {
  content: "6293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6294):before {
  content: "6294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6295):before {
  content: "6295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6296):before {
  content: "6296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6297):before {
  content: "6297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6298):before {
  content: "6298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6299):before {
  content: "6299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6300):before {
  content: "6300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6301):before {
  content: "6301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6302):before {
  content: "6302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6303):before {
  content: "6303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6304):before {
  content: "6304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6305):before {
  content: "6305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6306):before {
  content: "6306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6307):before {
  content: "6307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6308):before {
  content: "6308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6309):before {
  content: "6309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6310):before {
  content: "6310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6311):before {
  content: "6311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6312):before {
  content: "6312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6313):before {
  content: "6313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6314):before {
  content: "6314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6315):before {
  content: "6315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6316):before {
  content: "6316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6317):before {
  content: "6317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6318):before {
  content: "6318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6319):before {
  content: "6319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6320):before {
  content: "6320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6321):before {
  content: "6321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6322):before {
  content: "6322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6323):before {
  content: "6323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6324):before {
  content: "6324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6325):before {
  content: "6325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6326):before {
  content: "6326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6327):before {
  content: "6327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6328):before {
  content: "6328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6329):before {
  content: "6329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6330):before {
  content: "6330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6331):before {
  content: "6331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6332):before {
  content: "6332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6333):before {
  content: "6333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6334):before {
  content: "6334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6335):before {
  content: "6335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6336):before {
  content: "6336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6337):before {
  content: "6337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6338):before {
  content: "6338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6339):before {
  content: "6339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6340):before {
  content: "6340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6341):before {
  content: "6341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6342):before {
  content: "6342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6343):before {
  content: "6343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6344):before {
  content: "6344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6345):before {
  content: "6345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6346):before {
  content: "6346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6347):before {
  content: "6347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6348):before {
  content: "6348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6349):before {
  content: "6349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6350):before {
  content: "6350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6351):before {
  content: "6351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6352):before {
  content: "6352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6353):before {
  content: "6353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6354):before {
  content: "6354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6355):before {
  content: "6355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6356):before {
  content: "6356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6357):before {
  content: "6357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6358):before {
  content: "6358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6359):before {
  content: "6359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6360):before {
  content: "6360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6361):before {
  content: "6361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6362):before {
  content: "6362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6363):before {
  content: "6363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6364):before {
  content: "6364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6365):before {
  content: "6365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6366):before {
  content: "6366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6367):before {
  content: "6367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6368):before {
  content: "6368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6369):before {
  content: "6369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6370):before {
  content: "6370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6371):before {
  content: "6371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6372):before {
  content: "6372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6373):before {
  content: "6373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6374):before {
  content: "6374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6375):before {
  content: "6375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6376):before {
  content: "6376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6377):before {
  content: "6377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6378):before {
  content: "6378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6379):before {
  content: "6379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6380):before {
  content: "6380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6381):before {
  content: "6381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6382):before {
  content: "6382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6383):before {
  content: "6383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6384):before {
  content: "6384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6385):before {
  content: "6385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6386):before {
  content: "6386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6387):before {
  content: "6387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6388):before {
  content: "6388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6389):before {
  content: "6389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6390):before {
  content: "6390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6391):before {
  content: "6391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6392):before {
  content: "6392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6393):before {
  content: "6393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6394):before {
  content: "6394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6395):before {
  content: "6395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6396):before {
  content: "6396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6397):before {
  content: "6397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6398):before {
  content: "6398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6399):before {
  content: "6399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6400):before {
  content: "6400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6401):before {
  content: "6401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6402):before {
  content: "6402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6403):before {
  content: "6403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6404):before {
  content: "6404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6405):before {
  content: "6405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6406):before {
  content: "6406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6407):before {
  content: "6407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6408):before {
  content: "6408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6409):before {
  content: "6409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6410):before {
  content: "6410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6411):before {
  content: "6411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6412):before {
  content: "6412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6413):before {
  content: "6413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6414):before {
  content: "6414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6415):before {
  content: "6415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6416):before {
  content: "6416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6417):before {
  content: "6417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6418):before {
  content: "6418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6419):before {
  content: "6419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6420):before {
  content: "6420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6421):before {
  content: "6421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6422):before {
  content: "6422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6423):before {
  content: "6423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6424):before {
  content: "6424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6425):before {
  content: "6425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6426):before {
  content: "6426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6427):before {
  content: "6427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6428):before {
  content: "6428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6429):before {
  content: "6429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6430):before {
  content: "6430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6431):before {
  content: "6431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6432):before {
  content: "6432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6433):before {
  content: "6433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6434):before {
  content: "6434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6435):before {
  content: "6435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6436):before {
  content: "6436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6437):before {
  content: "6437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6438):before {
  content: "6438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6439):before {
  content: "6439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6440):before {
  content: "6440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6441):before {
  content: "6441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6442):before {
  content: "6442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6443):before {
  content: "6443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6444):before {
  content: "6444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6445):before {
  content: "6445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6446):before {
  content: "6446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6447):before {
  content: "6447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6448):before {
  content: "6448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6449):before {
  content: "6449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6450):before {
  content: "6450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6451):before {
  content: "6451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6452):before {
  content: "6452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6453):before {
  content: "6453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6454):before {
  content: "6454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6455):before {
  content: "6455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6456):before {
  content: "6456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6457):before {
  content: "6457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6458):before {
  content: "6458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6459):before {
  content: "6459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6460):before {
  content: "6460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6461):before {
  content: "6461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6462):before {
  content: "6462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6463):before {
  content: "6463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6464):before {
  content: "6464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6465):before {
  content: "6465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6466):before {
  content: "6466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6467):before {
  content: "6467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6468):before {
  content: "6468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6469):before {
  content: "6469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6470):before {
  content: "6470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6471):before {
  content: "6471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6472):before {
  content: "6472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6473):before {
  content: "6473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6474):before {
  content: "6474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6475):before {
  content: "6475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6476):before {
  content: "6476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6477):before {
  content: "6477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6478):before {
  content: "6478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6479):before {
  content: "6479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6480):before {
  content: "6480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6481):before {
  content: "6481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6482):before {
  content: "6482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6483):before {
  content: "6483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6484):before {
  content: "6484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6485):before {
  content: "6485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6486):before {
  content: "6486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6487):before {
  content: "6487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6488):before {
  content: "6488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6489):before {
  content: "6489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6490):before {
  content: "6490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6491):before {
  content: "6491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6492):before {
  content: "6492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6493):before {
  content: "6493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6494):before {
  content: "6494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6495):before {
  content: "6495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6496):before {
  content: "6496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6497):before {
  content: "6497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6498):before {
  content: "6498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6499):before {
  content: "6499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6500):before {
  content: "6500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6501):before {
  content: "6501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6502):before {
  content: "6502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6503):before {
  content: "6503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6504):before {
  content: "6504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6505):before {
  content: "6505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6506):before {
  content: "6506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6507):before {
  content: "6507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6508):before {
  content: "6508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6509):before {
  content: "6509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6510):before {
  content: "6510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6511):before {
  content: "6511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6512):before {
  content: "6512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6513):before {
  content: "6513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6514):before {
  content: "6514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6515):before {
  content: "6515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6516):before {
  content: "6516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6517):before {
  content: "6517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6518):before {
  content: "6518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6519):before {
  content: "6519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6520):before {
  content: "6520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6521):before {
  content: "6521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6522):before {
  content: "6522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6523):before {
  content: "6523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6524):before {
  content: "6524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6525):before {
  content: "6525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6526):before {
  content: "6526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6527):before {
  content: "6527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6528):before {
  content: "6528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6529):before {
  content: "6529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6530):before {
  content: "6530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6531):before {
  content: "6531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6532):before {
  content: "6532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6533):before {
  content: "6533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6534):before {
  content: "6534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6535):before {
  content: "6535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6536):before {
  content: "6536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6537):before {
  content: "6537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6538):before {
  content: "6538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6539):before {
  content: "6539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6540):before {
  content: "6540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6541):before {
  content: "6541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6542):before {
  content: "6542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6543):before {
  content: "6543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6544):before {
  content: "6544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6545):before {
  content: "6545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6546):before {
  content: "6546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6547):before {
  content: "6547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6548):before {
  content: "6548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6549):before {
  content: "6549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6550):before {
  content: "6550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6551):before {
  content: "6551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6552):before {
  content: "6552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6553):before {
  content: "6553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6554):before {
  content: "6554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6555):before {
  content: "6555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6556):before {
  content: "6556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6557):before {
  content: "6557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6558):before {
  content: "6558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6559):before {
  content: "6559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6560):before {
  content: "6560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6561):before {
  content: "6561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6562):before {
  content: "6562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6563):before {
  content: "6563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6564):before {
  content: "6564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6565):before {
  content: "6565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6566):before {
  content: "6566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6567):before {
  content: "6567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6568):before {
  content: "6568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6569):before {
  content: "6569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6570):before {
  content: "6570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6571):before {
  content: "6571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6572):before {
  content: "6572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6573):before {
  content: "6573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6574):before {
  content: "6574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6575):before {
  content: "6575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6576):before {
  content: "6576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6577):before {
  content: "6577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6578):before {
  content: "6578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6579):before {
  content: "6579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6580):before {
  content: "6580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6581):before {
  content: "6581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6582):before {
  content: "6582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6583):before {
  content: "6583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6584):before {
  content: "6584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6585):before {
  content: "6585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6586):before {
  content: "6586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6587):before {
  content: "6587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6588):before {
  content: "6588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6589):before {
  content: "6589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6590):before {
  content: "6590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6591):before {
  content: "6591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6592):before {
  content: "6592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6593):before {
  content: "6593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6594):before {
  content: "6594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6595):before {
  content: "6595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6596):before {
  content: "6596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6597):before {
  content: "6597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6598):before {
  content: "6598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6599):before {
  content: "6599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6600):before {
  content: "6600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6601):before {
  content: "6601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6602):before {
  content: "6602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6603):before {
  content: "6603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6604):before {
  content: "6604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6605):before {
  content: "6605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6606):before {
  content: "6606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6607):before {
  content: "6607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6608):before {
  content: "6608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6609):before {
  content: "6609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6610):before {
  content: "6610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6611):before {
  content: "6611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6612):before {
  content: "6612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6613):before {
  content: "6613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6614):before {
  content: "6614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6615):before {
  content: "6615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6616):before {
  content: "6616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6617):before {
  content: "6617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6618):before {
  content: "6618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6619):before {
  content: "6619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6620):before {
  content: "6620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6621):before {
  content: "6621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6622):before {
  content: "6622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6623):before {
  content: "6623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6624):before {
  content: "6624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6625):before {
  content: "6625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6626):before {
  content: "6626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6627):before {
  content: "6627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6628):before {
  content: "6628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6629):before {
  content: "6629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6630):before {
  content: "6630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6631):before {
  content: "6631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6632):before {
  content: "6632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6633):before {
  content: "6633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6634):before {
  content: "6634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6635):before {
  content: "6635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6636):before {
  content: "6636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6637):before {
  content: "6637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6638):before {
  content: "6638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6639):before {
  content: "6639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6640):before {
  content: "6640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6641):before {
  content: "6641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6642):before {
  content: "6642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6643):before {
  content: "6643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6644):before {
  content: "6644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6645):before {
  content: "6645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6646):before {
  content: "6646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6647):before {
  content: "6647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6648):before {
  content: "6648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6649):before {
  content: "6649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6650):before {
  content: "6650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6651):before {
  content: "6651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6652):before {
  content: "6652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6653):before {
  content: "6653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6654):before {
  content: "6654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6655):before {
  content: "6655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6656):before {
  content: "6656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6657):before {
  content: "6657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6658):before {
  content: "6658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6659):before {
  content: "6659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6660):before {
  content: "6660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6661):before {
  content: "6661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6662):before {
  content: "6662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6663):before {
  content: "6663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6664):before {
  content: "6664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6665):before {
  content: "6665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6666):before {
  content: "6666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6667):before {
  content: "6667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6668):before {
  content: "6668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6669):before {
  content: "6669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6670):before {
  content: "6670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6671):before {
  content: "6671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6672):before {
  content: "6672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6673):before {
  content: "6673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6674):before {
  content: "6674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6675):before {
  content: "6675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6676):before {
  content: "6676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6677):before {
  content: "6677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6678):before {
  content: "6678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6679):before {
  content: "6679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6680):before {
  content: "6680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6681):before {
  content: "6681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6682):before {
  content: "6682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6683):before {
  content: "6683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6684):before {
  content: "6684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6685):before {
  content: "6685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6686):before {
  content: "6686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6687):before {
  content: "6687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6688):before {
  content: "6688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6689):before {
  content: "6689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6690):before {
  content: "6690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6691):before {
  content: "6691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6692):before {
  content: "6692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6693):before {
  content: "6693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6694):before {
  content: "6694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6695):before {
  content: "6695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6696):before {
  content: "6696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6697):before {
  content: "6697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6698):before {
  content: "6698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6699):before {
  content: "6699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6700):before {
  content: "6700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6701):before {
  content: "6701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6702):before {
  content: "6702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6703):before {
  content: "6703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6704):before {
  content: "6704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6705):before {
  content: "6705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6706):before {
  content: "6706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6707):before {
  content: "6707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6708):before {
  content: "6708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6709):before {
  content: "6709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6710):before {
  content: "6710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6711):before {
  content: "6711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6712):before {
  content: "6712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6713):before {
  content: "6713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6714):before {
  content: "6714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6715):before {
  content: "6715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6716):before {
  content: "6716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6717):before {
  content: "6717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6718):before {
  content: "6718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6719):before {
  content: "6719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6720):before {
  content: "6720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6721):before {
  content: "6721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6722):before {
  content: "6722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6723):before {
  content: "6723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6724):before {
  content: "6724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6725):before {
  content: "6725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6726):before {
  content: "6726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6727):before {
  content: "6727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6728):before {
  content: "6728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6729):before {
  content: "6729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6730):before {
  content: "6730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6731):before {
  content: "6731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6732):before {
  content: "6732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6733):before {
  content: "6733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6734):before {
  content: "6734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6735):before {
  content: "6735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6736):before {
  content: "6736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6737):before {
  content: "6737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6738):before {
  content: "6738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6739):before {
  content: "6739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6740):before {
  content: "6740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6741):before {
  content: "6741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6742):before {
  content: "6742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6743):before {
  content: "6743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6744):before {
  content: "6744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6745):before {
  content: "6745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6746):before {
  content: "6746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6747):before {
  content: "6747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6748):before {
  content: "6748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6749):before {
  content: "6749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6750):before {
  content: "6750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6751):before {
  content: "6751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6752):before {
  content: "6752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6753):before {
  content: "6753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6754):before {
  content: "6754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6755):before {
  content: "6755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6756):before {
  content: "6756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6757):before {
  content: "6757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6758):before {
  content: "6758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6759):before {
  content: "6759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6760):before {
  content: "6760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6761):before {
  content: "6761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6762):before {
  content: "6762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6763):before {
  content: "6763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6764):before {
  content: "6764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6765):before {
  content: "6765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6766):before {
  content: "6766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6767):before {
  content: "6767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6768):before {
  content: "6768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6769):before {
  content: "6769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6770):before {
  content: "6770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6771):before {
  content: "6771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6772):before {
  content: "6772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6773):before {
  content: "6773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6774):before {
  content: "6774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6775):before {
  content: "6775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6776):before {
  content: "6776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6777):before {
  content: "6777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6778):before {
  content: "6778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6779):before {
  content: "6779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6780):before {
  content: "6780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6781):before {
  content: "6781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6782):before {
  content: "6782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6783):before {
  content: "6783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6784):before {
  content: "6784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6785):before {
  content: "6785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6786):before {
  content: "6786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6787):before {
  content: "6787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6788):before {
  content: "6788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6789):before {
  content: "6789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6790):before {
  content: "6790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6791):before {
  content: "6791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6792):before {
  content: "6792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6793):before {
  content: "6793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6794):before {
  content: "6794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6795):before {
  content: "6795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6796):before {
  content: "6796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6797):before {
  content: "6797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6798):before {
  content: "6798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6799):before {
  content: "6799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6800):before {
  content: "6800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6801):before {
  content: "6801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6802):before {
  content: "6802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6803):before {
  content: "6803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6804):before {
  content: "6804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6805):before {
  content: "6805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6806):before {
  content: "6806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6807):before {
  content: "6807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6808):before {
  content: "6808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6809):before {
  content: "6809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6810):before {
  content: "6810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6811):before {
  content: "6811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6812):before {
  content: "6812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6813):before {
  content: "6813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6814):before {
  content: "6814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6815):before {
  content: "6815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6816):before {
  content: "6816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6817):before {
  content: "6817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6818):before {
  content: "6818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6819):before {
  content: "6819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6820):before {
  content: "6820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6821):before {
  content: "6821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6822):before {
  content: "6822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6823):before {
  content: "6823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6824):before {
  content: "6824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6825):before {
  content: "6825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6826):before {
  content: "6826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6827):before {
  content: "6827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6828):before {
  content: "6828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6829):before {
  content: "6829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6830):before {
  content: "6830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6831):before {
  content: "6831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6832):before {
  content: "6832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6833):before {
  content: "6833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6834):before {
  content: "6834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6835):before {
  content: "6835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6836):before {
  content: "6836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6837):before {
  content: "6837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6838):before {
  content: "6838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6839):before {
  content: "6839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6840):before {
  content: "6840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6841):before {
  content: "6841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6842):before {
  content: "6842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6843):before {
  content: "6843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6844):before {
  content: "6844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6845):before {
  content: "6845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6846):before {
  content: "6846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6847):before {
  content: "6847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6848):before {
  content: "6848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6849):before {
  content: "6849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6850):before {
  content: "6850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6851):before {
  content: "6851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6852):before {
  content: "6852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6853):before {
  content: "6853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6854):before {
  content: "6854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6855):before {
  content: "6855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6856):before {
  content: "6856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6857):before {
  content: "6857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6858):before {
  content: "6858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6859):before {
  content: "6859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6860):before {
  content: "6860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6861):before {
  content: "6861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6862):before {
  content: "6862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6863):before {
  content: "6863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6864):before {
  content: "6864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6865):before {
  content: "6865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6866):before {
  content: "6866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6867):before {
  content: "6867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6868):before {
  content: "6868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6869):before {
  content: "6869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6870):before {
  content: "6870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6871):before {
  content: "6871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6872):before {
  content: "6872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6873):before {
  content: "6873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6874):before {
  content: "6874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6875):before {
  content: "6875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6876):before {
  content: "6876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6877):before {
  content: "6877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6878):before {
  content: "6878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6879):before {
  content: "6879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6880):before {
  content: "6880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6881):before {
  content: "6881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6882):before {
  content: "6882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6883):before {
  content: "6883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6884):before {
  content: "6884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6885):before {
  content: "6885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6886):before {
  content: "6886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6887):before {
  content: "6887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6888):before {
  content: "6888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6889):before {
  content: "6889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6890):before {
  content: "6890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6891):before {
  content: "6891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6892):before {
  content: "6892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6893):before {
  content: "6893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6894):before {
  content: "6894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6895):before {
  content: "6895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6896):before {
  content: "6896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6897):before {
  content: "6897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6898):before {
  content: "6898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6899):before {
  content: "6899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6900):before {
  content: "6900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6901):before {
  content: "6901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6902):before {
  content: "6902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6903):before {
  content: "6903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6904):before {
  content: "6904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6905):before {
  content: "6905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6906):before {
  content: "6906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6907):before {
  content: "6907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6908):before {
  content: "6908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6909):before {
  content: "6909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6910):before {
  content: "6910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6911):before {
  content: "6911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6912):before {
  content: "6912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6913):before {
  content: "6913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6914):before {
  content: "6914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6915):before {
  content: "6915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6916):before {
  content: "6916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6917):before {
  content: "6917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6918):before {
  content: "6918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6919):before {
  content: "6919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6920):before {
  content: "6920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6921):before {
  content: "6921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6922):before {
  content: "6922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6923):before {
  content: "6923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6924):before {
  content: "6924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6925):before {
  content: "6925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6926):before {
  content: "6926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6927):before {
  content: "6927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6928):before {
  content: "6928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6929):before {
  content: "6929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6930):before {
  content: "6930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6931):before {
  content: "6931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6932):before {
  content: "6932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6933):before {
  content: "6933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6934):before {
  content: "6934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6935):before {
  content: "6935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6936):before {
  content: "6936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6937):before {
  content: "6937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6938):before {
  content: "6938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6939):before {
  content: "6939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6940):before {
  content: "6940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6941):before {
  content: "6941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6942):before {
  content: "6942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6943):before {
  content: "6943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6944):before {
  content: "6944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6945):before {
  content: "6945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6946):before {
  content: "6946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6947):before {
  content: "6947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6948):before {
  content: "6948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6949):before {
  content: "6949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6950):before {
  content: "6950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6951):before {
  content: "6951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6952):before {
  content: "6952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6953):before {
  content: "6953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6954):before {
  content: "6954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6955):before {
  content: "6955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6956):before {
  content: "6956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6957):before {
  content: "6957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6958):before {
  content: "6958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6959):before {
  content: "6959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6960):before {
  content: "6960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6961):before {
  content: "6961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6962):before {
  content: "6962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6963):before {
  content: "6963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6964):before {
  content: "6964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6965):before {
  content: "6965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6966):before {
  content: "6966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6967):before {
  content: "6967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6968):before {
  content: "6968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6969):before {
  content: "6969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6970):before {
  content: "6970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6971):before {
  content: "6971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6972):before {
  content: "6972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6973):before {
  content: "6973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6974):before {
  content: "6974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6975):before {
  content: "6975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6976):before {
  content: "6976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6977):before {
  content: "6977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6978):before {
  content: "6978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6979):before {
  content: "6979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6980):before {
  content: "6980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6981):before {
  content: "6981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6982):before {
  content: "6982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6983):before {
  content: "6983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6984):before {
  content: "6984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6985):before {
  content: "6985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6986):before {
  content: "6986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6987):before {
  content: "6987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6988):before {
  content: "6988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6989):before {
  content: "6989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6990):before {
  content: "6990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6991):before {
  content: "6991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6992):before {
  content: "6992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6993):before {
  content: "6993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6994):before {
  content: "6994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6995):before {
  content: "6995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6996):before {
  content: "6996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6997):before {
  content: "6997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6998):before {
  content: "6998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(6999):before {
  content: "6999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(6999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7000):before {
  content: "7000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7001):before {
  content: "7001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7002):before {
  content: "7002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7003):before {
  content: "7003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7004):before {
  content: "7004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7005):before {
  content: "7005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7006):before {
  content: "7006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7007):before {
  content: "7007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7008):before {
  content: "7008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7009):before {
  content: "7009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7010):before {
  content: "7010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7011):before {
  content: "7011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7012):before {
  content: "7012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7013):before {
  content: "7013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7014):before {
  content: "7014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7015):before {
  content: "7015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7016):before {
  content: "7016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7017):before {
  content: "7017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7018):before {
  content: "7018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7019):before {
  content: "7019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7020):before {
  content: "7020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7021):before {
  content: "7021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7022):before {
  content: "7022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7023):before {
  content: "7023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7024):before {
  content: "7024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7025):before {
  content: "7025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7026):before {
  content: "7026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7027):before {
  content: "7027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7028):before {
  content: "7028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7029):before {
  content: "7029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7030):before {
  content: "7030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7031):before {
  content: "7031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7032):before {
  content: "7032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7033):before {
  content: "7033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7034):before {
  content: "7034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7035):before {
  content: "7035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7036):before {
  content: "7036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7037):before {
  content: "7037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7038):before {
  content: "7038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7039):before {
  content: "7039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7040):before {
  content: "7040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7041):before {
  content: "7041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7042):before {
  content: "7042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7043):before {
  content: "7043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7044):before {
  content: "7044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7045):before {
  content: "7045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7046):before {
  content: "7046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7047):before {
  content: "7047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7048):before {
  content: "7048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7049):before {
  content: "7049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7050):before {
  content: "7050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7051):before {
  content: "7051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7052):before {
  content: "7052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7053):before {
  content: "7053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7054):before {
  content: "7054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7055):before {
  content: "7055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7056):before {
  content: "7056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7057):before {
  content: "7057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7058):before {
  content: "7058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7059):before {
  content: "7059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7060):before {
  content: "7060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7061):before {
  content: "7061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7062):before {
  content: "7062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7063):before {
  content: "7063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7064):before {
  content: "7064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7065):before {
  content: "7065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7066):before {
  content: "7066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7067):before {
  content: "7067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7068):before {
  content: "7068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7069):before {
  content: "7069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7070):before {
  content: "7070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7071):before {
  content: "7071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7072):before {
  content: "7072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7073):before {
  content: "7073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7074):before {
  content: "7074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7075):before {
  content: "7075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7076):before {
  content: "7076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7077):before {
  content: "7077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7078):before {
  content: "7078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7079):before {
  content: "7079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7080):before {
  content: "7080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7081):before {
  content: "7081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7082):before {
  content: "7082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7083):before {
  content: "7083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7084):before {
  content: "7084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7085):before {
  content: "7085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7086):before {
  content: "7086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7087):before {
  content: "7087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7088):before {
  content: "7088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7089):before {
  content: "7089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7090):before {
  content: "7090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7091):before {
  content: "7091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7092):before {
  content: "7092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7093):before {
  content: "7093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7094):before {
  content: "7094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7095):before {
  content: "7095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7096):before {
  content: "7096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7097):before {
  content: "7097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7098):before {
  content: "7098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7099):before {
  content: "7099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7100):before {
  content: "7100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7101):before {
  content: "7101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7102):before {
  content: "7102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7103):before {
  content: "7103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7104):before {
  content: "7104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7105):before {
  content: "7105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7106):before {
  content: "7106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7107):before {
  content: "7107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7108):before {
  content: "7108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7109):before {
  content: "7109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7110):before {
  content: "7110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7111):before {
  content: "7111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7112):before {
  content: "7112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7113):before {
  content: "7113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7114):before {
  content: "7114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7115):before {
  content: "7115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7116):before {
  content: "7116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7117):before {
  content: "7117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7118):before {
  content: "7118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7119):before {
  content: "7119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7120):before {
  content: "7120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7121):before {
  content: "7121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7122):before {
  content: "7122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7123):before {
  content: "7123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7124):before {
  content: "7124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7125):before {
  content: "7125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7126):before {
  content: "7126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7127):before {
  content: "7127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7128):before {
  content: "7128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7129):before {
  content: "7129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7130):before {
  content: "7130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7131):before {
  content: "7131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7132):before {
  content: "7132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7133):before {
  content: "7133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7134):before {
  content: "7134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7135):before {
  content: "7135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7136):before {
  content: "7136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7137):before {
  content: "7137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7138):before {
  content: "7138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7139):before {
  content: "7139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7140):before {
  content: "7140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7141):before {
  content: "7141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7142):before {
  content: "7142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7143):before {
  content: "7143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7144):before {
  content: "7144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7145):before {
  content: "7145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7146):before {
  content: "7146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7147):before {
  content: "7147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7148):before {
  content: "7148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7149):before {
  content: "7149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7150):before {
  content: "7150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7151):before {
  content: "7151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7152):before {
  content: "7152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7153):before {
  content: "7153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7154):before {
  content: "7154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7155):before {
  content: "7155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7156):before {
  content: "7156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7157):before {
  content: "7157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7158):before {
  content: "7158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7159):before {
  content: "7159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7160):before {
  content: "7160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7161):before {
  content: "7161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7162):before {
  content: "7162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7163):before {
  content: "7163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7164):before {
  content: "7164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7165):before {
  content: "7165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7166):before {
  content: "7166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7167):before {
  content: "7167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7168):before {
  content: "7168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7169):before {
  content: "7169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7170):before {
  content: "7170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7171):before {
  content: "7171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7172):before {
  content: "7172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7173):before {
  content: "7173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7174):before {
  content: "7174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7175):before {
  content: "7175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7176):before {
  content: "7176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7177):before {
  content: "7177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7178):before {
  content: "7178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7179):before {
  content: "7179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7180):before {
  content: "7180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7181):before {
  content: "7181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7182):before {
  content: "7182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7183):before {
  content: "7183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7184):before {
  content: "7184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7185):before {
  content: "7185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7186):before {
  content: "7186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7187):before {
  content: "7187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7188):before {
  content: "7188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7189):before {
  content: "7189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7190):before {
  content: "7190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7191):before {
  content: "7191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7192):before {
  content: "7192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7193):before {
  content: "7193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7194):before {
  content: "7194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7195):before {
  content: "7195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7196):before {
  content: "7196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7197):before {
  content: "7197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7198):before {
  content: "7198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7199):before {
  content: "7199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7200):before {
  content: "7200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7201):before {
  content: "7201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7202):before {
  content: "7202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7203):before {
  content: "7203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7204):before {
  content: "7204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7205):before {
  content: "7205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7206):before {
  content: "7206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7207):before {
  content: "7207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7208):before {
  content: "7208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7209):before {
  content: "7209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7210):before {
  content: "7210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7211):before {
  content: "7211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7212):before {
  content: "7212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7213):before {
  content: "7213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7214):before {
  content: "7214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7215):before {
  content: "7215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7216):before {
  content: "7216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7217):before {
  content: "7217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7218):before {
  content: "7218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7219):before {
  content: "7219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7220):before {
  content: "7220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7221):before {
  content: "7221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7222):before {
  content: "7222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7223):before {
  content: "7223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7224):before {
  content: "7224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7225):before {
  content: "7225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7226):before {
  content: "7226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7227):before {
  content: "7227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7228):before {
  content: "7228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7229):before {
  content: "7229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7230):before {
  content: "7230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7231):before {
  content: "7231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7232):before {
  content: "7232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7233):before {
  content: "7233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7234):before {
  content: "7234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7235):before {
  content: "7235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7236):before {
  content: "7236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7237):before {
  content: "7237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7238):before {
  content: "7238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7239):before {
  content: "7239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7240):before {
  content: "7240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7241):before {
  content: "7241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7242):before {
  content: "7242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7243):before {
  content: "7243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7244):before {
  content: "7244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7245):before {
  content: "7245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7246):before {
  content: "7246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7247):before {
  content: "7247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7248):before {
  content: "7248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7249):before {
  content: "7249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7250):before {
  content: "7250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7251):before {
  content: "7251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7252):before {
  content: "7252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7253):before {
  content: "7253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7254):before {
  content: "7254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7255):before {
  content: "7255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7256):before {
  content: "7256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7257):before {
  content: "7257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7258):before {
  content: "7258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7259):before {
  content: "7259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7260):before {
  content: "7260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7261):before {
  content: "7261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7262):before {
  content: "7262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7263):before {
  content: "7263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7264):before {
  content: "7264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7265):before {
  content: "7265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7266):before {
  content: "7266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7267):before {
  content: "7267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7268):before {
  content: "7268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7269):before {
  content: "7269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7270):before {
  content: "7270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7271):before {
  content: "7271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7272):before {
  content: "7272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7273):before {
  content: "7273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7274):before {
  content: "7274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7275):before {
  content: "7275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7276):before {
  content: "7276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7277):before {
  content: "7277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7278):before {
  content: "7278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7279):before {
  content: "7279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7280):before {
  content: "7280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7281):before {
  content: "7281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7282):before {
  content: "7282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7283):before {
  content: "7283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7284):before {
  content: "7284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7285):before {
  content: "7285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7286):before {
  content: "7286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7287):before {
  content: "7287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7288):before {
  content: "7288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7289):before {
  content: "7289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7290):before {
  content: "7290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7291):before {
  content: "7291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7292):before {
  content: "7292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7293):before {
  content: "7293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7294):before {
  content: "7294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7295):before {
  content: "7295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7296):before {
  content: "7296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7297):before {
  content: "7297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7298):before {
  content: "7298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7299):before {
  content: "7299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7300):before {
  content: "7300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7301):before {
  content: "7301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7302):before {
  content: "7302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7303):before {
  content: "7303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7304):before {
  content: "7304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7305):before {
  content: "7305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7306):before {
  content: "7306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7307):before {
  content: "7307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7308):before {
  content: "7308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7309):before {
  content: "7309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7310):before {
  content: "7310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7311):before {
  content: "7311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7312):before {
  content: "7312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7313):before {
  content: "7313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7314):before {
  content: "7314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7315):before {
  content: "7315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7316):before {
  content: "7316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7317):before {
  content: "7317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7318):before {
  content: "7318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7319):before {
  content: "7319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7320):before {
  content: "7320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7321):before {
  content: "7321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7322):before {
  content: "7322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7323):before {
  content: "7323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7324):before {
  content: "7324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7325):before {
  content: "7325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7326):before {
  content: "7326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7327):before {
  content: "7327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7328):before {
  content: "7328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7329):before {
  content: "7329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7330):before {
  content: "7330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7331):before {
  content: "7331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7332):before {
  content: "7332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7333):before {
  content: "7333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7334):before {
  content: "7334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7335):before {
  content: "7335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7336):before {
  content: "7336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7337):before {
  content: "7337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7338):before {
  content: "7338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7339):before {
  content: "7339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7340):before {
  content: "7340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7341):before {
  content: "7341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7342):before {
  content: "7342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7343):before {
  content: "7343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7344):before {
  content: "7344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7345):before {
  content: "7345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7346):before {
  content: "7346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7347):before {
  content: "7347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7348):before {
  content: "7348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7349):before {
  content: "7349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7350):before {
  content: "7350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7351):before {
  content: "7351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7352):before {
  content: "7352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7353):before {
  content: "7353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7354):before {
  content: "7354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7355):before {
  content: "7355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7356):before {
  content: "7356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7357):before {
  content: "7357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7358):before {
  content: "7358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7359):before {
  content: "7359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7360):before {
  content: "7360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7361):before {
  content: "7361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7362):before {
  content: "7362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7363):before {
  content: "7363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7364):before {
  content: "7364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7365):before {
  content: "7365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7366):before {
  content: "7366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7367):before {
  content: "7367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7368):before {
  content: "7368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7369):before {
  content: "7369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7370):before {
  content: "7370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7371):before {
  content: "7371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7372):before {
  content: "7372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7373):before {
  content: "7373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7374):before {
  content: "7374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7375):before {
  content: "7375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7376):before {
  content: "7376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7377):before {
  content: "7377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7378):before {
  content: "7378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7379):before {
  content: "7379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7380):before {
  content: "7380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7381):before {
  content: "7381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7382):before {
  content: "7382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7383):before {
  content: "7383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7384):before {
  content: "7384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7385):before {
  content: "7385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7386):before {
  content: "7386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7387):before {
  content: "7387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7388):before {
  content: "7388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7389):before {
  content: "7389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7390):before {
  content: "7390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7391):before {
  content: "7391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7392):before {
  content: "7392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7393):before {
  content: "7393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7394):before {
  content: "7394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7395):before {
  content: "7395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7396):before {
  content: "7396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7397):before {
  content: "7397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7398):before {
  content: "7398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7399):before {
  content: "7399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7400):before {
  content: "7400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7401):before {
  content: "7401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7402):before {
  content: "7402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7403):before {
  content: "7403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7404):before {
  content: "7404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7405):before {
  content: "7405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7406):before {
  content: "7406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7407):before {
  content: "7407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7408):before {
  content: "7408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7409):before {
  content: "7409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7410):before {
  content: "7410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7411):before {
  content: "7411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7412):before {
  content: "7412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7413):before {
  content: "7413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7414):before {
  content: "7414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7415):before {
  content: "7415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7416):before {
  content: "7416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7417):before {
  content: "7417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7418):before {
  content: "7418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7419):before {
  content: "7419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7420):before {
  content: "7420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7421):before {
  content: "7421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7422):before {
  content: "7422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7423):before {
  content: "7423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7424):before {
  content: "7424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7425):before {
  content: "7425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7426):before {
  content: "7426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7427):before {
  content: "7427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7428):before {
  content: "7428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7429):before {
  content: "7429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7430):before {
  content: "7430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7431):before {
  content: "7431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7432):before {
  content: "7432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7433):before {
  content: "7433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7434):before {
  content: "7434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7435):before {
  content: "7435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7436):before {
  content: "7436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7437):before {
  content: "7437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7438):before {
  content: "7438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7439):before {
  content: "7439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7440):before {
  content: "7440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7441):before {
  content: "7441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7442):before {
  content: "7442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7443):before {
  content: "7443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7444):before {
  content: "7444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7445):before {
  content: "7445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7446):before {
  content: "7446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7447):before {
  content: "7447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7448):before {
  content: "7448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7449):before {
  content: "7449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7450):before {
  content: "7450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7451):before {
  content: "7451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7452):before {
  content: "7452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7453):before {
  content: "7453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7454):before {
  content: "7454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7455):before {
  content: "7455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7456):before {
  content: "7456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7457):before {
  content: "7457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7458):before {
  content: "7458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7459):before {
  content: "7459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7460):before {
  content: "7460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7461):before {
  content: "7461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7462):before {
  content: "7462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7463):before {
  content: "7463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7464):before {
  content: "7464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7465):before {
  content: "7465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7466):before {
  content: "7466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7467):before {
  content: "7467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7468):before {
  content: "7468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7469):before {
  content: "7469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7470):before {
  content: "7470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7471):before {
  content: "7471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7472):before {
  content: "7472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7473):before {
  content: "7473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7474):before {
  content: "7474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7475):before {
  content: "7475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7476):before {
  content: "7476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7477):before {
  content: "7477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7478):before {
  content: "7478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7479):before {
  content: "7479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7480):before {
  content: "7480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7481):before {
  content: "7481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7482):before {
  content: "7482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7483):before {
  content: "7483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7484):before {
  content: "7484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7485):before {
  content: "7485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7486):before {
  content: "7486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7487):before {
  content: "7487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7488):before {
  content: "7488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7489):before {
  content: "7489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7490):before {
  content: "7490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7491):before {
  content: "7491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7492):before {
  content: "7492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7493):before {
  content: "7493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7494):before {
  content: "7494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7495):before {
  content: "7495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7496):before {
  content: "7496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7497):before {
  content: "7497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7498):before {
  content: "7498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7499):before {
  content: "7499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7500):before {
  content: "7500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7501):before {
  content: "7501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7502):before {
  content: "7502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7503):before {
  content: "7503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7504):before {
  content: "7504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7505):before {
  content: "7505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7506):before {
  content: "7506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7507):before {
  content: "7507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7508):before {
  content: "7508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7509):before {
  content: "7509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7510):before {
  content: "7510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7511):before {
  content: "7511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7512):before {
  content: "7512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7513):before {
  content: "7513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7514):before {
  content: "7514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7515):before {
  content: "7515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7516):before {
  content: "7516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7517):before {
  content: "7517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7518):before {
  content: "7518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7519):before {
  content: "7519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7520):before {
  content: "7520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7521):before {
  content: "7521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7522):before {
  content: "7522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7523):before {
  content: "7523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7524):before {
  content: "7524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7525):before {
  content: "7525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7526):before {
  content: "7526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7527):before {
  content: "7527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7528):before {
  content: "7528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7529):before {
  content: "7529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7530):before {
  content: "7530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7531):before {
  content: "7531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7532):before {
  content: "7532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7533):before {
  content: "7533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7534):before {
  content: "7534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7535):before {
  content: "7535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7536):before {
  content: "7536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7537):before {
  content: "7537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7538):before {
  content: "7538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7539):before {
  content: "7539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7540):before {
  content: "7540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7541):before {
  content: "7541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7542):before {
  content: "7542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7543):before {
  content: "7543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7544):before {
  content: "7544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7545):before {
  content: "7545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7546):before {
  content: "7546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7547):before {
  content: "7547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7548):before {
  content: "7548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7549):before {
  content: "7549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7550):before {
  content: "7550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7551):before {
  content: "7551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7552):before {
  content: "7552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7553):before {
  content: "7553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7554):before {
  content: "7554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7555):before {
  content: "7555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7556):before {
  content: "7556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7557):before {
  content: "7557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7558):before {
  content: "7558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7559):before {
  content: "7559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7560):before {
  content: "7560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7561):before {
  content: "7561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7562):before {
  content: "7562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7563):before {
  content: "7563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7564):before {
  content: "7564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7565):before {
  content: "7565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7566):before {
  content: "7566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7567):before {
  content: "7567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7568):before {
  content: "7568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7569):before {
  content: "7569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7570):before {
  content: "7570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7571):before {
  content: "7571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7572):before {
  content: "7572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7573):before {
  content: "7573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7574):before {
  content: "7574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7575):before {
  content: "7575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7576):before {
  content: "7576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7577):before {
  content: "7577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7578):before {
  content: "7578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7579):before {
  content: "7579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7580):before {
  content: "7580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7581):before {
  content: "7581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7582):before {
  content: "7582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7583):before {
  content: "7583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7584):before {
  content: "7584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7585):before {
  content: "7585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7586):before {
  content: "7586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7587):before {
  content: "7587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7588):before {
  content: "7588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7589):before {
  content: "7589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7590):before {
  content: "7590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7591):before {
  content: "7591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7592):before {
  content: "7592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7593):before {
  content: "7593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7594):before {
  content: "7594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7595):before {
  content: "7595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7596):before {
  content: "7596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7597):before {
  content: "7597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7598):before {
  content: "7598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7599):before {
  content: "7599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7600):before {
  content: "7600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7601):before {
  content: "7601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7602):before {
  content: "7602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7603):before {
  content: "7603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7604):before {
  content: "7604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7605):before {
  content: "7605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7606):before {
  content: "7606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7607):before {
  content: "7607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7608):before {
  content: "7608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7609):before {
  content: "7609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7610):before {
  content: "7610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7611):before {
  content: "7611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7612):before {
  content: "7612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7613):before {
  content: "7613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7614):before {
  content: "7614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7615):before {
  content: "7615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7616):before {
  content: "7616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7617):before {
  content: "7617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7618):before {
  content: "7618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7619):before {
  content: "7619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7620):before {
  content: "7620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7621):before {
  content: "7621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7622):before {
  content: "7622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7623):before {
  content: "7623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7624):before {
  content: "7624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7625):before {
  content: "7625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7626):before {
  content: "7626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7627):before {
  content: "7627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7628):before {
  content: "7628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7629):before {
  content: "7629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7630):before {
  content: "7630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7631):before {
  content: "7631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7632):before {
  content: "7632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7633):before {
  content: "7633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7634):before {
  content: "7634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7635):before {
  content: "7635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7636):before {
  content: "7636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7637):before {
  content: "7637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7638):before {
  content: "7638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7639):before {
  content: "7639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7640):before {
  content: "7640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7641):before {
  content: "7641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7642):before {
  content: "7642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7643):before {
  content: "7643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7644):before {
  content: "7644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7645):before {
  content: "7645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7646):before {
  content: "7646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7647):before {
  content: "7647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7648):before {
  content: "7648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7649):before {
  content: "7649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7650):before {
  content: "7650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7651):before {
  content: "7651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7652):before {
  content: "7652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7653):before {
  content: "7653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7654):before {
  content: "7654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7655):before {
  content: "7655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7656):before {
  content: "7656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7657):before {
  content: "7657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7658):before {
  content: "7658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7659):before {
  content: "7659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7660):before {
  content: "7660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7661):before {
  content: "7661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7662):before {
  content: "7662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7663):before {
  content: "7663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7664):before {
  content: "7664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7665):before {
  content: "7665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7666):before {
  content: "7666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7667):before {
  content: "7667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7668):before {
  content: "7668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7669):before {
  content: "7669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7670):before {
  content: "7670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7671):before {
  content: "7671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7672):before {
  content: "7672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7673):before {
  content: "7673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7674):before {
  content: "7674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7675):before {
  content: "7675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7676):before {
  content: "7676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7677):before {
  content: "7677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7678):before {
  content: "7678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7679):before {
  content: "7679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7680):before {
  content: "7680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7681):before {
  content: "7681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7682):before {
  content: "7682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7683):before {
  content: "7683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7684):before {
  content: "7684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7685):before {
  content: "7685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7686):before {
  content: "7686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7687):before {
  content: "7687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7688):before {
  content: "7688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7689):before {
  content: "7689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7690):before {
  content: "7690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7691):before {
  content: "7691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7692):before {
  content: "7692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7693):before {
  content: "7693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7694):before {
  content: "7694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7695):before {
  content: "7695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7696):before {
  content: "7696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7697):before {
  content: "7697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7698):before {
  content: "7698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7699):before {
  content: "7699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7700):before {
  content: "7700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7701):before {
  content: "7701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7702):before {
  content: "7702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7703):before {
  content: "7703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7704):before {
  content: "7704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7705):before {
  content: "7705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7706):before {
  content: "7706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7707):before {
  content: "7707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7708):before {
  content: "7708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7709):before {
  content: "7709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7710):before {
  content: "7710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7711):before {
  content: "7711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7712):before {
  content: "7712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7713):before {
  content: "7713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7714):before {
  content: "7714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7715):before {
  content: "7715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7716):before {
  content: "7716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7717):before {
  content: "7717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7718):before {
  content: "7718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7719):before {
  content: "7719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7720):before {
  content: "7720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7721):before {
  content: "7721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7722):before {
  content: "7722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7723):before {
  content: "7723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7724):before {
  content: "7724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7725):before {
  content: "7725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7726):before {
  content: "7726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7727):before {
  content: "7727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7728):before {
  content: "7728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7729):before {
  content: "7729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7730):before {
  content: "7730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7731):before {
  content: "7731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7732):before {
  content: "7732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7733):before {
  content: "7733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7734):before {
  content: "7734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7735):before {
  content: "7735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7736):before {
  content: "7736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7737):before {
  content: "7737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7738):before {
  content: "7738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7739):before {
  content: "7739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7740):before {
  content: "7740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7741):before {
  content: "7741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7742):before {
  content: "7742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7743):before {
  content: "7743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7744):before {
  content: "7744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7745):before {
  content: "7745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7746):before {
  content: "7746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7747):before {
  content: "7747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7748):before {
  content: "7748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7749):before {
  content: "7749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7750):before {
  content: "7750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7751):before {
  content: "7751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7752):before {
  content: "7752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7753):before {
  content: "7753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7754):before {
  content: "7754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7755):before {
  content: "7755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7756):before {
  content: "7756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7757):before {
  content: "7757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7758):before {
  content: "7758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7759):before {
  content: "7759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7760):before {
  content: "7760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7761):before {
  content: "7761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7762):before {
  content: "7762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7763):before {
  content: "7763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7764):before {
  content: "7764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7765):before {
  content: "7765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7766):before {
  content: "7766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7767):before {
  content: "7767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7768):before {
  content: "7768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7769):before {
  content: "7769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7770):before {
  content: "7770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7771):before {
  content: "7771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7772):before {
  content: "7772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7773):before {
  content: "7773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7774):before {
  content: "7774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7775):before {
  content: "7775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7776):before {
  content: "7776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7777):before {
  content: "7777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7778):before {
  content: "7778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7779):before {
  content: "7779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7780):before {
  content: "7780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7781):before {
  content: "7781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7782):before {
  content: "7782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7783):before {
  content: "7783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7784):before {
  content: "7784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7785):before {
  content: "7785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7786):before {
  content: "7786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7787):before {
  content: "7787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7788):before {
  content: "7788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7789):before {
  content: "7789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7790):before {
  content: "7790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7791):before {
  content: "7791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7792):before {
  content: "7792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7793):before {
  content: "7793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7794):before {
  content: "7794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7795):before {
  content: "7795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7796):before {
  content: "7796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7797):before {
  content: "7797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7798):before {
  content: "7798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7799):before {
  content: "7799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7800):before {
  content: "7800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7801):before {
  content: "7801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7802):before {
  content: "7802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7803):before {
  content: "7803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7804):before {
  content: "7804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7805):before {
  content: "7805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7806):before {
  content: "7806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7807):before {
  content: "7807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7808):before {
  content: "7808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7809):before {
  content: "7809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7810):before {
  content: "7810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7811):before {
  content: "7811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7812):before {
  content: "7812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7813):before {
  content: "7813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7814):before {
  content: "7814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7815):before {
  content: "7815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7816):before {
  content: "7816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7817):before {
  content: "7817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7818):before {
  content: "7818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7819):before {
  content: "7819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7820):before {
  content: "7820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7821):before {
  content: "7821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7822):before {
  content: "7822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7823):before {
  content: "7823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7824):before {
  content: "7824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7825):before {
  content: "7825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7826):before {
  content: "7826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7827):before {
  content: "7827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7828):before {
  content: "7828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7829):before {
  content: "7829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7830):before {
  content: "7830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7831):before {
  content: "7831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7832):before {
  content: "7832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7833):before {
  content: "7833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7834):before {
  content: "7834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7835):before {
  content: "7835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7836):before {
  content: "7836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7837):before {
  content: "7837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7838):before {
  content: "7838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7839):before {
  content: "7839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7840):before {
  content: "7840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7841):before {
  content: "7841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7842):before {
  content: "7842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7843):before {
  content: "7843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7844):before {
  content: "7844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7845):before {
  content: "7845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7846):before {
  content: "7846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7847):before {
  content: "7847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7848):before {
  content: "7848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7849):before {
  content: "7849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7850):before {
  content: "7850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7851):before {
  content: "7851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7852):before {
  content: "7852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7853):before {
  content: "7853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7854):before {
  content: "7854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7855):before {
  content: "7855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7856):before {
  content: "7856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7857):before {
  content: "7857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7858):before {
  content: "7858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7859):before {
  content: "7859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7860):before {
  content: "7860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7861):before {
  content: "7861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7862):before {
  content: "7862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7863):before {
  content: "7863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7864):before {
  content: "7864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7865):before {
  content: "7865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7866):before {
  content: "7866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7867):before {
  content: "7867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7868):before {
  content: "7868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7869):before {
  content: "7869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7870):before {
  content: "7870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7871):before {
  content: "7871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7872):before {
  content: "7872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7873):before {
  content: "7873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7874):before {
  content: "7874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7875):before {
  content: "7875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7876):before {
  content: "7876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7877):before {
  content: "7877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7878):before {
  content: "7878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7879):before {
  content: "7879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7880):before {
  content: "7880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7881):before {
  content: "7881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7882):before {
  content: "7882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7883):before {
  content: "7883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7884):before {
  content: "7884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7885):before {
  content: "7885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7886):before {
  content: "7886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7887):before {
  content: "7887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7888):before {
  content: "7888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7889):before {
  content: "7889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7890):before {
  content: "7890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7891):before {
  content: "7891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7892):before {
  content: "7892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7893):before {
  content: "7893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7894):before {
  content: "7894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7895):before {
  content: "7895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7896):before {
  content: "7896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7897):before {
  content: "7897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7898):before {
  content: "7898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7899):before {
  content: "7899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7900):before {
  content: "7900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7901):before {
  content: "7901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7902):before {
  content: "7902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7903):before {
  content: "7903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7904):before {
  content: "7904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7905):before {
  content: "7905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7906):before {
  content: "7906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7907):before {
  content: "7907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7908):before {
  content: "7908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7909):before {
  content: "7909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7910):before {
  content: "7910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7911):before {
  content: "7911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7912):before {
  content: "7912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7913):before {
  content: "7913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7914):before {
  content: "7914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7915):before {
  content: "7915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7916):before {
  content: "7916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7917):before {
  content: "7917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7918):before {
  content: "7918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7919):before {
  content: "7919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7920):before {
  content: "7920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7921):before {
  content: "7921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7922):before {
  content: "7922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7923):before {
  content: "7923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7924):before {
  content: "7924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7925):before {
  content: "7925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7926):before {
  content: "7926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7927):before {
  content: "7927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7928):before {
  content: "7928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7929):before {
  content: "7929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7930):before {
  content: "7930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7931):before {
  content: "7931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7932):before {
  content: "7932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7933):before {
  content: "7933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7934):before {
  content: "7934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7935):before {
  content: "7935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7936):before {
  content: "7936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7937):before {
  content: "7937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7938):before {
  content: "7938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7939):before {
  content: "7939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7940):before {
  content: "7940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7941):before {
  content: "7941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7942):before {
  content: "7942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7943):before {
  content: "7943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7944):before {
  content: "7944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7945):before {
  content: "7945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7946):before {
  content: "7946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7947):before {
  content: "7947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7948):before {
  content: "7948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7949):before {
  content: "7949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7950):before {
  content: "7950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7951):before {
  content: "7951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7952):before {
  content: "7952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7953):before {
  content: "7953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7954):before {
  content: "7954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7955):before {
  content: "7955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7956):before {
  content: "7956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7957):before {
  content: "7957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7958):before {
  content: "7958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7959):before {
  content: "7959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7960):before {
  content: "7960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7961):before {
  content: "7961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7962):before {
  content: "7962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7963):before {
  content: "7963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7964):before {
  content: "7964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7965):before {
  content: "7965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7966):before {
  content: "7966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7967):before {
  content: "7967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7968):before {
  content: "7968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7969):before {
  content: "7969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7970):before {
  content: "7970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7971):before {
  content: "7971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7972):before {
  content: "7972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7973):before {
  content: "7973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7974):before {
  content: "7974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7975):before {
  content: "7975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7976):before {
  content: "7976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7977):before {
  content: "7977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7978):before {
  content: "7978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7979):before {
  content: "7979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7980):before {
  content: "7980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7981):before {
  content: "7981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7982):before {
  content: "7982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7983):before {
  content: "7983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7984):before {
  content: "7984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7985):before {
  content: "7985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7986):before {
  content: "7986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7987):before {
  content: "7987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7988):before {
  content: "7988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7989):before {
  content: "7989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7990):before {
  content: "7990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7991):before {
  content: "7991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7992):before {
  content: "7992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7993):before {
  content: "7993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7994):before {
  content: "7994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7995):before {
  content: "7995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7996):before {
  content: "7996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7997):before {
  content: "7997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7998):before {
  content: "7998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(7999):before {
  content: "7999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(7999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8000):before {
  content: "8000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8001):before {
  content: "8001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8002):before {
  content: "8002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8003):before {
  content: "8003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8004):before {
  content: "8004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8005):before {
  content: "8005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8006):before {
  content: "8006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8007):before {
  content: "8007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8008):before {
  content: "8008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8009):before {
  content: "8009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8010):before {
  content: "8010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8011):before {
  content: "8011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8012):before {
  content: "8012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8013):before {
  content: "8013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8014):before {
  content: "8014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8015):before {
  content: "8015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8016):before {
  content: "8016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8017):before {
  content: "8017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8018):before {
  content: "8018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8019):before {
  content: "8019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8020):before {
  content: "8020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8021):before {
  content: "8021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8022):before {
  content: "8022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8023):before {
  content: "8023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8024):before {
  content: "8024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8025):before {
  content: "8025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8026):before {
  content: "8026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8027):before {
  content: "8027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8028):before {
  content: "8028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8029):before {
  content: "8029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8030):before {
  content: "8030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8031):before {
  content: "8031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8032):before {
  content: "8032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8033):before {
  content: "8033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8034):before {
  content: "8034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8035):before {
  content: "8035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8036):before {
  content: "8036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8037):before {
  content: "8037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8038):before {
  content: "8038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8039):before {
  content: "8039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8040):before {
  content: "8040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8041):before {
  content: "8041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8042):before {
  content: "8042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8043):before {
  content: "8043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8044):before {
  content: "8044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8045):before {
  content: "8045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8046):before {
  content: "8046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8047):before {
  content: "8047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8048):before {
  content: "8048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8049):before {
  content: "8049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8050):before {
  content: "8050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8051):before {
  content: "8051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8052):before {
  content: "8052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8053):before {
  content: "8053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8054):before {
  content: "8054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8055):before {
  content: "8055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8056):before {
  content: "8056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8057):before {
  content: "8057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8058):before {
  content: "8058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8059):before {
  content: "8059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8060):before {
  content: "8060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8061):before {
  content: "8061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8062):before {
  content: "8062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8063):before {
  content: "8063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8064):before {
  content: "8064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8065):before {
  content: "8065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8066):before {
  content: "8066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8067):before {
  content: "8067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8068):before {
  content: "8068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8069):before {
  content: "8069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8070):before {
  content: "8070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8071):before {
  content: "8071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8072):before {
  content: "8072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8073):before {
  content: "8073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8074):before {
  content: "8074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8075):before {
  content: "8075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8076):before {
  content: "8076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8077):before {
  content: "8077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8078):before {
  content: "8078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8079):before {
  content: "8079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8080):before {
  content: "8080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8081):before {
  content: "8081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8082):before {
  content: "8082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8083):before {
  content: "8083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8084):before {
  content: "8084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8085):before {
  content: "8085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8086):before {
  content: "8086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8087):before {
  content: "8087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8088):before {
  content: "8088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8089):before {
  content: "8089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8090):before {
  content: "8090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8091):before {
  content: "8091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8092):before {
  content: "8092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8093):before {
  content: "8093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8094):before {
  content: "8094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8095):before {
  content: "8095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8096):before {
  content: "8096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8097):before {
  content: "8097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8098):before {
  content: "8098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8099):before {
  content: "8099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8100):before {
  content: "8100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8101):before {
  content: "8101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8102):before {
  content: "8102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8103):before {
  content: "8103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8104):before {
  content: "8104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8105):before {
  content: "8105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8106):before {
  content: "8106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8107):before {
  content: "8107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8108):before {
  content: "8108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8109):before {
  content: "8109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8110):before {
  content: "8110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8111):before {
  content: "8111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8112):before {
  content: "8112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8113):before {
  content: "8113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8114):before {
  content: "8114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8115):before {
  content: "8115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8116):before {
  content: "8116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8117):before {
  content: "8117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8118):before {
  content: "8118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8119):before {
  content: "8119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8120):before {
  content: "8120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8121):before {
  content: "8121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8122):before {
  content: "8122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8123):before {
  content: "8123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8124):before {
  content: "8124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8125):before {
  content: "8125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8126):before {
  content: "8126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8127):before {
  content: "8127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8128):before {
  content: "8128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8129):before {
  content: "8129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8130):before {
  content: "8130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8131):before {
  content: "8131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8132):before {
  content: "8132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8133):before {
  content: "8133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8134):before {
  content: "8134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8135):before {
  content: "8135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8136):before {
  content: "8136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8137):before {
  content: "8137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8138):before {
  content: "8138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8139):before {
  content: "8139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8140):before {
  content: "8140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8141):before {
  content: "8141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8142):before {
  content: "8142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8143):before {
  content: "8143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8144):before {
  content: "8144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8145):before {
  content: "8145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8146):before {
  content: "8146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8147):before {
  content: "8147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8148):before {
  content: "8148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8149):before {
  content: "8149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8150):before {
  content: "8150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8151):before {
  content: "8151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8152):before {
  content: "8152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8153):before {
  content: "8153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8154):before {
  content: "8154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8155):before {
  content: "8155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8156):before {
  content: "8156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8157):before {
  content: "8157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8158):before {
  content: "8158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8159):before {
  content: "8159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8160):before {
  content: "8160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8161):before {
  content: "8161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8162):before {
  content: "8162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8163):before {
  content: "8163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8164):before {
  content: "8164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8165):before {
  content: "8165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8166):before {
  content: "8166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8167):before {
  content: "8167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8168):before {
  content: "8168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8169):before {
  content: "8169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8170):before {
  content: "8170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8171):before {
  content: "8171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8172):before {
  content: "8172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8173):before {
  content: "8173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8174):before {
  content: "8174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8175):before {
  content: "8175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8176):before {
  content: "8176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8177):before {
  content: "8177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8178):before {
  content: "8178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8179):before {
  content: "8179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8180):before {
  content: "8180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8181):before {
  content: "8181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8182):before {
  content: "8182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8183):before {
  content: "8183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8184):before {
  content: "8184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8185):before {
  content: "8185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8186):before {
  content: "8186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8187):before {
  content: "8187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8188):before {
  content: "8188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8189):before {
  content: "8189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8190):before {
  content: "8190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8191):before {
  content: "8191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8192):before {
  content: "8192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8193):before {
  content: "8193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8194):before {
  content: "8194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8195):before {
  content: "8195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8196):before {
  content: "8196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8197):before {
  content: "8197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8198):before {
  content: "8198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8199):before {
  content: "8199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8200):before {
  content: "8200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8201):before {
  content: "8201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8202):before {
  content: "8202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8203):before {
  content: "8203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8204):before {
  content: "8204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8205):before {
  content: "8205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8206):before {
  content: "8206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8207):before {
  content: "8207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8208):before {
  content: "8208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8209):before {
  content: "8209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8210):before {
  content: "8210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8211):before {
  content: "8211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8212):before {
  content: "8212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8213):before {
  content: "8213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8214):before {
  content: "8214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8215):before {
  content: "8215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8216):before {
  content: "8216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8217):before {
  content: "8217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8218):before {
  content: "8218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8219):before {
  content: "8219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8220):before {
  content: "8220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8221):before {
  content: "8221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8222):before {
  content: "8222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8223):before {
  content: "8223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8224):before {
  content: "8224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8225):before {
  content: "8225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8226):before {
  content: "8226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8227):before {
  content: "8227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8228):before {
  content: "8228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8229):before {
  content: "8229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8230):before {
  content: "8230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8231):before {
  content: "8231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8232):before {
  content: "8232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8233):before {
  content: "8233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8234):before {
  content: "8234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8235):before {
  content: "8235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8236):before {
  content: "8236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8237):before {
  content: "8237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8238):before {
  content: "8238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8239):before {
  content: "8239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8240):before {
  content: "8240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8241):before {
  content: "8241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8242):before {
  content: "8242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8243):before {
  content: "8243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8244):before {
  content: "8244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8245):before {
  content: "8245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8246):before {
  content: "8246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8247):before {
  content: "8247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8248):before {
  content: "8248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8249):before {
  content: "8249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8250):before {
  content: "8250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8251):before {
  content: "8251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8252):before {
  content: "8252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8253):before {
  content: "8253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8254):before {
  content: "8254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8255):before {
  content: "8255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8256):before {
  content: "8256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8257):before {
  content: "8257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8258):before {
  content: "8258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8259):before {
  content: "8259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8260):before {
  content: "8260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8261):before {
  content: "8261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8262):before {
  content: "8262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8263):before {
  content: "8263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8264):before {
  content: "8264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8265):before {
  content: "8265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8266):before {
  content: "8266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8267):before {
  content: "8267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8268):before {
  content: "8268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8269):before {
  content: "8269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8270):before {
  content: "8270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8271):before {
  content: "8271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8272):before {
  content: "8272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8273):before {
  content: "8273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8274):before {
  content: "8274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8275):before {
  content: "8275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8276):before {
  content: "8276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8277):before {
  content: "8277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8278):before {
  content: "8278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8279):before {
  content: "8279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8280):before {
  content: "8280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8281):before {
  content: "8281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8282):before {
  content: "8282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8283):before {
  content: "8283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8284):before {
  content: "8284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8285):before {
  content: "8285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8286):before {
  content: "8286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8287):before {
  content: "8287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8288):before {
  content: "8288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8289):before {
  content: "8289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8290):before {
  content: "8290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8291):before {
  content: "8291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8292):before {
  content: "8292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8293):before {
  content: "8293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8294):before {
  content: "8294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8295):before {
  content: "8295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8296):before {
  content: "8296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8297):before {
  content: "8297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8298):before {
  content: "8298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8299):before {
  content: "8299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8300):before {
  content: "8300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8301):before {
  content: "8301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8302):before {
  content: "8302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8303):before {
  content: "8303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8304):before {
  content: "8304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8305):before {
  content: "8305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8306):before {
  content: "8306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8307):before {
  content: "8307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8308):before {
  content: "8308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8309):before {
  content: "8309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8310):before {
  content: "8310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8311):before {
  content: "8311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8312):before {
  content: "8312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8313):before {
  content: "8313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8314):before {
  content: "8314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8315):before {
  content: "8315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8316):before {
  content: "8316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8317):before {
  content: "8317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8318):before {
  content: "8318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8319):before {
  content: "8319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8320):before {
  content: "8320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8321):before {
  content: "8321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8322):before {
  content: "8322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8323):before {
  content: "8323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8324):before {
  content: "8324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8325):before {
  content: "8325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8326):before {
  content: "8326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8327):before {
  content: "8327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8328):before {
  content: "8328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8329):before {
  content: "8329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8330):before {
  content: "8330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8331):before {
  content: "8331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8332):before {
  content: "8332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8333):before {
  content: "8333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8334):before {
  content: "8334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8335):before {
  content: "8335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8336):before {
  content: "8336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8337):before {
  content: "8337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8338):before {
  content: "8338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8339):before {
  content: "8339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8340):before {
  content: "8340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8341):before {
  content: "8341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8342):before {
  content: "8342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8343):before {
  content: "8343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8344):before {
  content: "8344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8345):before {
  content: "8345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8346):before {
  content: "8346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8347):before {
  content: "8347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8348):before {
  content: "8348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8349):before {
  content: "8349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8350):before {
  content: "8350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8351):before {
  content: "8351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8352):before {
  content: "8352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8353):before {
  content: "8353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8354):before {
  content: "8354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8355):before {
  content: "8355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8356):before {
  content: "8356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8357):before {
  content: "8357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8358):before {
  content: "8358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8359):before {
  content: "8359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8360):before {
  content: "8360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8361):before {
  content: "8361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8362):before {
  content: "8362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8363):before {
  content: "8363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8364):before {
  content: "8364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8365):before {
  content: "8365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8366):before {
  content: "8366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8367):before {
  content: "8367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8368):before {
  content: "8368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8369):before {
  content: "8369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8370):before {
  content: "8370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8371):before {
  content: "8371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8372):before {
  content: "8372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8373):before {
  content: "8373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8374):before {
  content: "8374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8375):before {
  content: "8375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8376):before {
  content: "8376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8377):before {
  content: "8377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8378):before {
  content: "8378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8379):before {
  content: "8379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8380):before {
  content: "8380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8381):before {
  content: "8381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8382):before {
  content: "8382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8383):before {
  content: "8383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8384):before {
  content: "8384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8385):before {
  content: "8385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8386):before {
  content: "8386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8387):before {
  content: "8387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8388):before {
  content: "8388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8389):before {
  content: "8389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8390):before {
  content: "8390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8391):before {
  content: "8391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8392):before {
  content: "8392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8393):before {
  content: "8393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8394):before {
  content: "8394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8395):before {
  content: "8395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8396):before {
  content: "8396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8397):before {
  content: "8397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8398):before {
  content: "8398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8399):before {
  content: "8399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8400):before {
  content: "8400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8401):before {
  content: "8401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8402):before {
  content: "8402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8403):before {
  content: "8403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8404):before {
  content: "8404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8405):before {
  content: "8405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8406):before {
  content: "8406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8407):before {
  content: "8407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8408):before {
  content: "8408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8409):before {
  content: "8409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8410):before {
  content: "8410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8411):before {
  content: "8411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8412):before {
  content: "8412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8413):before {
  content: "8413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8414):before {
  content: "8414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8415):before {
  content: "8415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8416):before {
  content: "8416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8417):before {
  content: "8417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8418):before {
  content: "8418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8419):before {
  content: "8419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8420):before {
  content: "8420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8421):before {
  content: "8421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8422):before {
  content: "8422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8423):before {
  content: "8423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8424):before {
  content: "8424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8425):before {
  content: "8425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8426):before {
  content: "8426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8427):before {
  content: "8427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8428):before {
  content: "8428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8429):before {
  content: "8429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8430):before {
  content: "8430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8431):before {
  content: "8431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8432):before {
  content: "8432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8433):before {
  content: "8433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8434):before {
  content: "8434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8435):before {
  content: "8435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8436):before {
  content: "8436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8437):before {
  content: "8437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8438):before {
  content: "8438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8439):before {
  content: "8439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8440):before {
  content: "8440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8441):before {
  content: "8441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8442):before {
  content: "8442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8443):before {
  content: "8443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8444):before {
  content: "8444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8445):before {
  content: "8445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8446):before {
  content: "8446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8447):before {
  content: "8447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8448):before {
  content: "8448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8449):before {
  content: "8449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8450):before {
  content: "8450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8451):before {
  content: "8451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8452):before {
  content: "8452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8453):before {
  content: "8453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8454):before {
  content: "8454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8455):before {
  content: "8455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8456):before {
  content: "8456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8457):before {
  content: "8457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8458):before {
  content: "8458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8459):before {
  content: "8459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8460):before {
  content: "8460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8461):before {
  content: "8461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8462):before {
  content: "8462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8463):before {
  content: "8463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8464):before {
  content: "8464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8465):before {
  content: "8465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8466):before {
  content: "8466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8467):before {
  content: "8467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8468):before {
  content: "8468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8469):before {
  content: "8469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8470):before {
  content: "8470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8471):before {
  content: "8471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8472):before {
  content: "8472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8473):before {
  content: "8473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8474):before {
  content: "8474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8475):before {
  content: "8475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8476):before {
  content: "8476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8477):before {
  content: "8477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8478):before {
  content: "8478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8479):before {
  content: "8479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8480):before {
  content: "8480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8481):before {
  content: "8481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8482):before {
  content: "8482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8483):before {
  content: "8483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8484):before {
  content: "8484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8485):before {
  content: "8485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8486):before {
  content: "8486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8487):before {
  content: "8487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8488):before {
  content: "8488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8489):before {
  content: "8489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8490):before {
  content: "8490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8491):before {
  content: "8491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8492):before {
  content: "8492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8493):before {
  content: "8493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8494):before {
  content: "8494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8495):before {
  content: "8495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8496):before {
  content: "8496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8497):before {
  content: "8497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8498):before {
  content: "8498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8499):before {
  content: "8499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8500):before {
  content: "8500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8501):before {
  content: "8501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8502):before {
  content: "8502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8503):before {
  content: "8503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8504):before {
  content: "8504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8505):before {
  content: "8505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8506):before {
  content: "8506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8507):before {
  content: "8507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8508):before {
  content: "8508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8509):before {
  content: "8509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8510):before {
  content: "8510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8511):before {
  content: "8511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8512):before {
  content: "8512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8513):before {
  content: "8513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8514):before {
  content: "8514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8515):before {
  content: "8515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8516):before {
  content: "8516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8517):before {
  content: "8517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8518):before {
  content: "8518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8519):before {
  content: "8519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8520):before {
  content: "8520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8521):before {
  content: "8521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8522):before {
  content: "8522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8523):before {
  content: "8523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8524):before {
  content: "8524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8525):before {
  content: "8525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8526):before {
  content: "8526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8527):before {
  content: "8527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8528):before {
  content: "8528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8529):before {
  content: "8529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8530):before {
  content: "8530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8531):before {
  content: "8531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8532):before {
  content: "8532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8533):before {
  content: "8533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8534):before {
  content: "8534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8535):before {
  content: "8535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8536):before {
  content: "8536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8537):before {
  content: "8537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8538):before {
  content: "8538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8539):before {
  content: "8539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8540):before {
  content: "8540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8541):before {
  content: "8541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8542):before {
  content: "8542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8543):before {
  content: "8543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8544):before {
  content: "8544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8545):before {
  content: "8545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8546):before {
  content: "8546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8547):before {
  content: "8547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8548):before {
  content: "8548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8549):before {
  content: "8549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8550):before {
  content: "8550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8551):before {
  content: "8551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8552):before {
  content: "8552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8553):before {
  content: "8553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8554):before {
  content: "8554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8555):before {
  content: "8555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8556):before {
  content: "8556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8557):before {
  content: "8557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8558):before {
  content: "8558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8559):before {
  content: "8559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8560):before {
  content: "8560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8561):before {
  content: "8561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8562):before {
  content: "8562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8563):before {
  content: "8563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8564):before {
  content: "8564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8565):before {
  content: "8565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8566):before {
  content: "8566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8567):before {
  content: "8567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8568):before {
  content: "8568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8569):before {
  content: "8569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8570):before {
  content: "8570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8571):before {
  content: "8571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8572):before {
  content: "8572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8573):before {
  content: "8573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8574):before {
  content: "8574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8575):before {
  content: "8575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8576):before {
  content: "8576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8577):before {
  content: "8577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8578):before {
  content: "8578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8579):before {
  content: "8579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8580):before {
  content: "8580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8581):before {
  content: "8581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8582):before {
  content: "8582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8583):before {
  content: "8583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8584):before {
  content: "8584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8585):before {
  content: "8585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8586):before {
  content: "8586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8587):before {
  content: "8587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8588):before {
  content: "8588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8589):before {
  content: "8589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8590):before {
  content: "8590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8591):before {
  content: "8591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8592):before {
  content: "8592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8593):before {
  content: "8593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8594):before {
  content: "8594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8595):before {
  content: "8595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8596):before {
  content: "8596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8597):before {
  content: "8597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8598):before {
  content: "8598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8599):before {
  content: "8599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8600):before {
  content: "8600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8601):before {
  content: "8601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8602):before {
  content: "8602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8603):before {
  content: "8603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8604):before {
  content: "8604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8605):before {
  content: "8605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8606):before {
  content: "8606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8607):before {
  content: "8607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8608):before {
  content: "8608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8609):before {
  content: "8609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8610):before {
  content: "8610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8611):before {
  content: "8611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8612):before {
  content: "8612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8613):before {
  content: "8613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8614):before {
  content: "8614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8615):before {
  content: "8615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8616):before {
  content: "8616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8617):before {
  content: "8617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8618):before {
  content: "8618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8619):before {
  content: "8619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8620):before {
  content: "8620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8621):before {
  content: "8621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8622):before {
  content: "8622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8623):before {
  content: "8623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8624):before {
  content: "8624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8625):before {
  content: "8625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8626):before {
  content: "8626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8627):before {
  content: "8627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8628):before {
  content: "8628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8629):before {
  content: "8629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8630):before {
  content: "8630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8631):before {
  content: "8631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8632):before {
  content: "8632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8633):before {
  content: "8633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8634):before {
  content: "8634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8635):before {
  content: "8635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8636):before {
  content: "8636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8637):before {
  content: "8637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8638):before {
  content: "8638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8639):before {
  content: "8639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8640):before {
  content: "8640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8641):before {
  content: "8641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8642):before {
  content: "8642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8643):before {
  content: "8643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8644):before {
  content: "8644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8645):before {
  content: "8645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8646):before {
  content: "8646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8647):before {
  content: "8647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8648):before {
  content: "8648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8649):before {
  content: "8649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8650):before {
  content: "8650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8651):before {
  content: "8651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8652):before {
  content: "8652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8653):before {
  content: "8653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8654):before {
  content: "8654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8655):before {
  content: "8655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8656):before {
  content: "8656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8657):before {
  content: "8657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8658):before {
  content: "8658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8659):before {
  content: "8659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8660):before {
  content: "8660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8661):before {
  content: "8661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8662):before {
  content: "8662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8663):before {
  content: "8663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8664):before {
  content: "8664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8665):before {
  content: "8665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8666):before {
  content: "8666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8667):before {
  content: "8667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8668):before {
  content: "8668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8669):before {
  content: "8669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8670):before {
  content: "8670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8671):before {
  content: "8671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8672):before {
  content: "8672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8673):before {
  content: "8673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8674):before {
  content: "8674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8675):before {
  content: "8675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8676):before {
  content: "8676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8677):before {
  content: "8677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8678):before {
  content: "8678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8679):before {
  content: "8679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8680):before {
  content: "8680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8681):before {
  content: "8681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8682):before {
  content: "8682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8683):before {
  content: "8683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8684):before {
  content: "8684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8685):before {
  content: "8685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8686):before {
  content: "8686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8687):before {
  content: "8687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8688):before {
  content: "8688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8689):before {
  content: "8689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8690):before {
  content: "8690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8691):before {
  content: "8691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8692):before {
  content: "8692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8693):before {
  content: "8693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8694):before {
  content: "8694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8695):before {
  content: "8695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8696):before {
  content: "8696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8697):before {
  content: "8697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8698):before {
  content: "8698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8699):before {
  content: "8699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8700):before {
  content: "8700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8701):before {
  content: "8701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8702):before {
  content: "8702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8703):before {
  content: "8703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8704):before {
  content: "8704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8705):before {
  content: "8705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8706):before {
  content: "8706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8707):before {
  content: "8707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8708):before {
  content: "8708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8709):before {
  content: "8709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8710):before {
  content: "8710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8711):before {
  content: "8711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8712):before {
  content: "8712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8713):before {
  content: "8713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8714):before {
  content: "8714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8715):before {
  content: "8715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8716):before {
  content: "8716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8717):before {
  content: "8717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8718):before {
  content: "8718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8719):before {
  content: "8719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8720):before {
  content: "8720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8721):before {
  content: "8721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8722):before {
  content: "8722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8723):before {
  content: "8723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8724):before {
  content: "8724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8725):before {
  content: "8725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8726):before {
  content: "8726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8727):before {
  content: "8727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8728):before {
  content: "8728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8729):before {
  content: "8729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8730):before {
  content: "8730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8731):before {
  content: "8731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8732):before {
  content: "8732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8733):before {
  content: "8733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8734):before {
  content: "8734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8735):before {
  content: "8735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8736):before {
  content: "8736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8737):before {
  content: "8737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8738):before {
  content: "8738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8739):before {
  content: "8739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8740):before {
  content: "8740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8741):before {
  content: "8741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8742):before {
  content: "8742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8743):before {
  content: "8743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8744):before {
  content: "8744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8745):before {
  content: "8745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8746):before {
  content: "8746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8747):before {
  content: "8747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8748):before {
  content: "8748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8749):before {
  content: "8749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8750):before {
  content: "8750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8751):before {
  content: "8751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8752):before {
  content: "8752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8753):before {
  content: "8753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8754):before {
  content: "8754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8755):before {
  content: "8755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8756):before {
  content: "8756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8757):before {
  content: "8757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8758):before {
  content: "8758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8759):before {
  content: "8759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8760):before {
  content: "8760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8761):before {
  content: "8761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8762):before {
  content: "8762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8763):before {
  content: "8763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8764):before {
  content: "8764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8765):before {
  content: "8765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8766):before {
  content: "8766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8767):before {
  content: "8767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8768):before {
  content: "8768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8769):before {
  content: "8769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8770):before {
  content: "8770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8771):before {
  content: "8771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8772):before {
  content: "8772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8773):before {
  content: "8773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8774):before {
  content: "8774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8775):before {
  content: "8775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8776):before {
  content: "8776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8777):before {
  content: "8777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8778):before {
  content: "8778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8779):before {
  content: "8779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8780):before {
  content: "8780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8781):before {
  content: "8781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8782):before {
  content: "8782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8783):before {
  content: "8783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8784):before {
  content: "8784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8785):before {
  content: "8785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8786):before {
  content: "8786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8787):before {
  content: "8787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8788):before {
  content: "8788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8789):before {
  content: "8789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8790):before {
  content: "8790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8791):before {
  content: "8791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8792):before {
  content: "8792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8793):before {
  content: "8793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8794):before {
  content: "8794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8795):before {
  content: "8795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8796):before {
  content: "8796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8797):before {
  content: "8797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8798):before {
  content: "8798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8799):before {
  content: "8799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8800):before {
  content: "8800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8801):before {
  content: "8801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8802):before {
  content: "8802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8803):before {
  content: "8803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8804):before {
  content: "8804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8805):before {
  content: "8805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8806):before {
  content: "8806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8807):before {
  content: "8807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8808):before {
  content: "8808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8809):before {
  content: "8809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8810):before {
  content: "8810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8811):before {
  content: "8811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8812):before {
  content: "8812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8813):before {
  content: "8813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8814):before {
  content: "8814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8815):before {
  content: "8815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8816):before {
  content: "8816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8817):before {
  content: "8817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8818):before {
  content: "8818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8819):before {
  content: "8819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8820):before {
  content: "8820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8821):before {
  content: "8821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8822):before {
  content: "8822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8823):before {
  content: "8823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8824):before {
  content: "8824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8825):before {
  content: "8825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8826):before {
  content: "8826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8827):before {
  content: "8827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8828):before {
  content: "8828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8829):before {
  content: "8829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8830):before {
  content: "8830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8831):before {
  content: "8831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8832):before {
  content: "8832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8833):before {
  content: "8833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8834):before {
  content: "8834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8835):before {
  content: "8835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8836):before {
  content: "8836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8837):before {
  content: "8837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8838):before {
  content: "8838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8839):before {
  content: "8839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8840):before {
  content: "8840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8841):before {
  content: "8841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8842):before {
  content: "8842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8843):before {
  content: "8843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8844):before {
  content: "8844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8845):before {
  content: "8845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8846):before {
  content: "8846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8847):before {
  content: "8847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8848):before {
  content: "8848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8849):before {
  content: "8849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8850):before {
  content: "8850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8851):before {
  content: "8851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8852):before {
  content: "8852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8853):before {
  content: "8853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8854):before {
  content: "8854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8855):before {
  content: "8855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8856):before {
  content: "8856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8857):before {
  content: "8857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8858):before {
  content: "8858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8859):before {
  content: "8859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8860):before {
  content: "8860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8861):before {
  content: "8861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8862):before {
  content: "8862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8863):before {
  content: "8863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8864):before {
  content: "8864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8865):before {
  content: "8865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8866):before {
  content: "8866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8867):before {
  content: "8867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8868):before {
  content: "8868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8869):before {
  content: "8869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8870):before {
  content: "8870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8871):before {
  content: "8871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8872):before {
  content: "8872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8873):before {
  content: "8873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8874):before {
  content: "8874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8875):before {
  content: "8875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8876):before {
  content: "8876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8877):before {
  content: "8877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8878):before {
  content: "8878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8879):before {
  content: "8879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8880):before {
  content: "8880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8881):before {
  content: "8881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8882):before {
  content: "8882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8883):before {
  content: "8883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8884):before {
  content: "8884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8885):before {
  content: "8885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8886):before {
  content: "8886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8887):before {
  content: "8887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8888):before {
  content: "8888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8889):before {
  content: "8889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8890):before {
  content: "8890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8891):before {
  content: "8891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8892):before {
  content: "8892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8893):before {
  content: "8893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8894):before {
  content: "8894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8895):before {
  content: "8895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8896):before {
  content: "8896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8897):before {
  content: "8897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8898):before {
  content: "8898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8899):before {
  content: "8899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8900):before {
  content: "8900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8901):before {
  content: "8901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8902):before {
  content: "8902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8903):before {
  content: "8903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8904):before {
  content: "8904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8905):before {
  content: "8905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8906):before {
  content: "8906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8907):before {
  content: "8907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8908):before {
  content: "8908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8909):before {
  content: "8909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8910):before {
  content: "8910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8911):before {
  content: "8911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8912):before {
  content: "8912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8913):before {
  content: "8913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8914):before {
  content: "8914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8915):before {
  content: "8915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8916):before {
  content: "8916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8917):before {
  content: "8917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8918):before {
  content: "8918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8919):before {
  content: "8919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8920):before {
  content: "8920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8921):before {
  content: "8921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8922):before {
  content: "8922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8923):before {
  content: "8923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8924):before {
  content: "8924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8925):before {
  content: "8925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8926):before {
  content: "8926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8927):before {
  content: "8927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8928):before {
  content: "8928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8929):before {
  content: "8929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8930):before {
  content: "8930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8931):before {
  content: "8931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8932):before {
  content: "8932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8933):before {
  content: "8933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8934):before {
  content: "8934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8935):before {
  content: "8935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8936):before {
  content: "8936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8937):before {
  content: "8937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8938):before {
  content: "8938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8939):before {
  content: "8939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8940):before {
  content: "8940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8941):before {
  content: "8941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8942):before {
  content: "8942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8943):before {
  content: "8943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8944):before {
  content: "8944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8945):before {
  content: "8945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8946):before {
  content: "8946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8947):before {
  content: "8947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8948):before {
  content: "8948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8949):before {
  content: "8949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8950):before {
  content: "8950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8951):before {
  content: "8951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8952):before {
  content: "8952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8953):before {
  content: "8953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8954):before {
  content: "8954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8955):before {
  content: "8955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8956):before {
  content: "8956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8957):before {
  content: "8957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8958):before {
  content: "8958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8959):before {
  content: "8959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8960):before {
  content: "8960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8961):before {
  content: "8961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8962):before {
  content: "8962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8963):before {
  content: "8963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8964):before {
  content: "8964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8965):before {
  content: "8965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8966):before {
  content: "8966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8967):before {
  content: "8967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8968):before {
  content: "8968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8969):before {
  content: "8969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8970):before {
  content: "8970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8971):before {
  content: "8971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8972):before {
  content: "8972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8973):before {
  content: "8973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8974):before {
  content: "8974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8975):before {
  content: "8975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8976):before {
  content: "8976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8977):before {
  content: "8977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8978):before {
  content: "8978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8979):before {
  content: "8979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8980):before {
  content: "8980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8981):before {
  content: "8981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8982):before {
  content: "8982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8983):before {
  content: "8983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8984):before {
  content: "8984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8985):before {
  content: "8985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8986):before {
  content: "8986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8987):before {
  content: "8987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8988):before {
  content: "8988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8989):before {
  content: "8989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8990):before {
  content: "8990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8991):before {
  content: "8991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8992):before {
  content: "8992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8993):before {
  content: "8993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8994):before {
  content: "8994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8995):before {
  content: "8995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8996):before {
  content: "8996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8997):before {
  content: "8997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8998):before {
  content: "8998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(8999):before {
  content: "8999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(8999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9000):before {
  content: "9000.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9000):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9001):before {
  content: "9001.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9001):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9002):before {
  content: "9002.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9002):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9003):before {
  content: "9003.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9003):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9004):before {
  content: "9004.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9004):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9005):before {
  content: "9005.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9005):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9006):before {
  content: "9006.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9006):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9007):before {
  content: "9007.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9007):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9008):before {
  content: "9008.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9008):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9009):before {
  content: "9009.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9009):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9010):before {
  content: "9010.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9010):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9011):before {
  content: "9011.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9011):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9012):before {
  content: "9012.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9012):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9013):before {
  content: "9013.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9013):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9014):before {
  content: "9014.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9014):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9015):before {
  content: "9015.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9015):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9016):before {
  content: "9016.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9016):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9017):before {
  content: "9017.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9017):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9018):before {
  content: "9018.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9018):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9019):before {
  content: "9019.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9019):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9020):before {
  content: "9020.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9020):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9021):before {
  content: "9021.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9021):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9022):before {
  content: "9022.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9022):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9023):before {
  content: "9023.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9023):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9024):before {
  content: "9024.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9024):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9025):before {
  content: "9025.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9025):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9026):before {
  content: "9026.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9026):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9027):before {
  content: "9027.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9027):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9028):before {
  content: "9028.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9028):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9029):before {
  content: "9029.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9029):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9030):before {
  content: "9030.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9030):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9031):before {
  content: "9031.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9031):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9032):before {
  content: "9032.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9032):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9033):before {
  content: "9033.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9033):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9034):before {
  content: "9034.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9034):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9035):before {
  content: "9035.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9035):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9036):before {
  content: "9036.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9036):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9037):before {
  content: "9037.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9037):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9038):before {
  content: "9038.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9038):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9039):before {
  content: "9039.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9039):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9040):before {
  content: "9040.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9040):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9041):before {
  content: "9041.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9041):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9042):before {
  content: "9042.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9042):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9043):before {
  content: "9043.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9043):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9044):before {
  content: "9044.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9044):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9045):before {
  content: "9045.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9045):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9046):before {
  content: "9046.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9046):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9047):before {
  content: "9047.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9047):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9048):before {
  content: "9048.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9048):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9049):before {
  content: "9049.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9049):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9050):before {
  content: "9050.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9050):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9051):before {
  content: "9051.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9051):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9052):before {
  content: "9052.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9052):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9053):before {
  content: "9053.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9053):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9054):before {
  content: "9054.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9054):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9055):before {
  content: "9055.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9055):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9056):before {
  content: "9056.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9056):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9057):before {
  content: "9057.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9057):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9058):before {
  content: "9058.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9058):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9059):before {
  content: "9059.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9059):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9060):before {
  content: "9060.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9060):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9061):before {
  content: "9061.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9061):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9062):before {
  content: "9062.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9062):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9063):before {
  content: "9063.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9063):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9064):before {
  content: "9064.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9064):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9065):before {
  content: "9065.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9065):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9066):before {
  content: "9066.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9066):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9067):before {
  content: "9067.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9067):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9068):before {
  content: "9068.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9068):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9069):before {
  content: "9069.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9069):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9070):before {
  content: "9070.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9070):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9071):before {
  content: "9071.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9071):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9072):before {
  content: "9072.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9072):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9073):before {
  content: "9073.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9073):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9074):before {
  content: "9074.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9074):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9075):before {
  content: "9075.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9075):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9076):before {
  content: "9076.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9076):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9077):before {
  content: "9077.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9077):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9078):before {
  content: "9078.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9078):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9079):before {
  content: "9079.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9079):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9080):before {
  content: "9080.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9080):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9081):before {
  content: "9081.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9081):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9082):before {
  content: "9082.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9082):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9083):before {
  content: "9083.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9083):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9084):before {
  content: "9084.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9084):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9085):before {
  content: "9085.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9085):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9086):before {
  content: "9086.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9086):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9087):before {
  content: "9087.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9087):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9088):before {
  content: "9088.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9088):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9089):before {
  content: "9089.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9089):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9090):before {
  content: "9090.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9090):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9091):before {
  content: "9091.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9091):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9092):before {
  content: "9092.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9092):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9093):before {
  content: "9093.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9093):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9094):before {
  content: "9094.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9094):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9095):before {
  content: "9095.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9095):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9096):before {
  content: "9096.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9096):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9097):before {
  content: "9097.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9097):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9098):before {
  content: "9098.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9098):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9099):before {
  content: "9099.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9099):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9100):before {
  content: "9100.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9100):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9101):before {
  content: "9101.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9101):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9102):before {
  content: "9102.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9102):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9103):before {
  content: "9103.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9103):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9104):before {
  content: "9104.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9104):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9105):before {
  content: "9105.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9105):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9106):before {
  content: "9106.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9106):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9107):before {
  content: "9107.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9107):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9108):before {
  content: "9108.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9108):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9109):before {
  content: "9109.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9109):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9110):before {
  content: "9110.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9110):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9111):before {
  content: "9111.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9111):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9112):before {
  content: "9112.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9112):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9113):before {
  content: "9113.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9113):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9114):before {
  content: "9114.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9114):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9115):before {
  content: "9115.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9115):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9116):before {
  content: "9116.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9116):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9117):before {
  content: "9117.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9117):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9118):before {
  content: "9118.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9118):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9119):before {
  content: "9119.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9119):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9120):before {
  content: "9120.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9120):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9121):before {
  content: "9121.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9121):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9122):before {
  content: "9122.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9122):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9123):before {
  content: "9123.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9123):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9124):before {
  content: "9124.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9124):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9125):before {
  content: "9125.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9125):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9126):before {
  content: "9126.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9126):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9127):before {
  content: "9127.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9127):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9128):before {
  content: "9128.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9128):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9129):before {
  content: "9129.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9129):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9130):before {
  content: "9130.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9130):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9131):before {
  content: "9131.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9131):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9132):before {
  content: "9132.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9132):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9133):before {
  content: "9133.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9133):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9134):before {
  content: "9134.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9134):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9135):before {
  content: "9135.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9135):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9136):before {
  content: "9136.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9136):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9137):before {
  content: "9137.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9137):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9138):before {
  content: "9138.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9138):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9139):before {
  content: "9139.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9139):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9140):before {
  content: "9140.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9140):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9141):before {
  content: "9141.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9141):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9142):before {
  content: "9142.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9142):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9143):before {
  content: "9143.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9143):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9144):before {
  content: "9144.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9144):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9145):before {
  content: "9145.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9145):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9146):before {
  content: "9146.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9146):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9147):before {
  content: "9147.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9147):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9148):before {
  content: "9148.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9148):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9149):before {
  content: "9149.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9149):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9150):before {
  content: "9150.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9150):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9151):before {
  content: "9151.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9151):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9152):before {
  content: "9152.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9152):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9153):before {
  content: "9153.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9153):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9154):before {
  content: "9154.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9154):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9155):before {
  content: "9155.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9155):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9156):before {
  content: "9156.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9156):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9157):before {
  content: "9157.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9157):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9158):before {
  content: "9158.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9158):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9159):before {
  content: "9159.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9159):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9160):before {
  content: "9160.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9160):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9161):before {
  content: "9161.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9161):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9162):before {
  content: "9162.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9162):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9163):before {
  content: "9163.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9163):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9164):before {
  content: "9164.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9164):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9165):before {
  content: "9165.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9165):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9166):before {
  content: "9166.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9166):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9167):before {
  content: "9167.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9167):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9168):before {
  content: "9168.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9168):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9169):before {
  content: "9169.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9169):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9170):before {
  content: "9170.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9170):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9171):before {
  content: "9171.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9171):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9172):before {
  content: "9172.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9172):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9173):before {
  content: "9173.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9173):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9174):before {
  content: "9174.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9174):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9175):before {
  content: "9175.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9175):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9176):before {
  content: "9176.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9176):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9177):before {
  content: "9177.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9177):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9178):before {
  content: "9178.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9178):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9179):before {
  content: "9179.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9179):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9180):before {
  content: "9180.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9180):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9181):before {
  content: "9181.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9181):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9182):before {
  content: "9182.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9182):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9183):before {
  content: "9183.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9183):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9184):before {
  content: "9184.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9184):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9185):before {
  content: "9185.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9185):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9186):before {
  content: "9186.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9186):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9187):before {
  content: "9187.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9187):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9188):before {
  content: "9188.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9188):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9189):before {
  content: "9189.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9189):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9190):before {
  content: "9190.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9190):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9191):before {
  content: "9191.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9191):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9192):before {
  content: "9192.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9192):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9193):before {
  content: "9193.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9193):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9194):before {
  content: "9194.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9194):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9195):before {
  content: "9195.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9195):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9196):before {
  content: "9196.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9196):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9197):before {
  content: "9197.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9197):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9198):before {
  content: "9198.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9198):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9199):before {
  content: "9199.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9199):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9200):before {
  content: "9200.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9200):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9201):before {
  content: "9201.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9201):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9202):before {
  content: "9202.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9202):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9203):before {
  content: "9203.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9203):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9204):before {
  content: "9204.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9204):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9205):before {
  content: "9205.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9205):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9206):before {
  content: "9206.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9206):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9207):before {
  content: "9207.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9207):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9208):before {
  content: "9208.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9208):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9209):before {
  content: "9209.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9209):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9210):before {
  content: "9210.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9210):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9211):before {
  content: "9211.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9211):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9212):before {
  content: "9212.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9212):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9213):before {
  content: "9213.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9213):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9214):before {
  content: "9214.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9214):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9215):before {
  content: "9215.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9215):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9216):before {
  content: "9216.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9216):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9217):before {
  content: "9217.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9217):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9218):before {
  content: "9218.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9218):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9219):before {
  content: "9219.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9219):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9220):before {
  content: "9220.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9220):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9221):before {
  content: "9221.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9221):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9222):before {
  content: "9222.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9222):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9223):before {
  content: "9223.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9223):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9224):before {
  content: "9224.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9224):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9225):before {
  content: "9225.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9225):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9226):before {
  content: "9226.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9226):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9227):before {
  content: "9227.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9227):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9228):before {
  content: "9228.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9228):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9229):before {
  content: "9229.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9229):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9230):before {
  content: "9230.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9230):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9231):before {
  content: "9231.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9231):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9232):before {
  content: "9232.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9232):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9233):before {
  content: "9233.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9233):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9234):before {
  content: "9234.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9234):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9235):before {
  content: "9235.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9235):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9236):before {
  content: "9236.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9236):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9237):before {
  content: "9237.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9237):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9238):before {
  content: "9238.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9238):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9239):before {
  content: "9239.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9239):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9240):before {
  content: "9240.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9240):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9241):before {
  content: "9241.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9241):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9242):before {
  content: "9242.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9242):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9243):before {
  content: "9243.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9243):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9244):before {
  content: "9244.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9244):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9245):before {
  content: "9245.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9245):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9246):before {
  content: "9246.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9246):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9247):before {
  content: "9247.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9247):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9248):before {
  content: "9248.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9248):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9249):before {
  content: "9249.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9249):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9250):before {
  content: "9250.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9250):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9251):before {
  content: "9251.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9251):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9252):before {
  content: "9252.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9252):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9253):before {
  content: "9253.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9253):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9254):before {
  content: "9254.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9254):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9255):before {
  content: "9255.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9255):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9256):before {
  content: "9256.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9256):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9257):before {
  content: "9257.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9257):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9258):before {
  content: "9258.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9258):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9259):before {
  content: "9259.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9259):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9260):before {
  content: "9260.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9260):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9261):before {
  content: "9261.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9261):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9262):before {
  content: "9262.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9262):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9263):before {
  content: "9263.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9263):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9264):before {
  content: "9264.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9264):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9265):before {
  content: "9265.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9265):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9266):before {
  content: "9266.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9266):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9267):before {
  content: "9267.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9267):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9268):before {
  content: "9268.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9268):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9269):before {
  content: "9269.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9269):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9270):before {
  content: "9270.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9270):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9271):before {
  content: "9271.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9271):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9272):before {
  content: "9272.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9272):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9273):before {
  content: "9273.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9273):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9274):before {
  content: "9274.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9274):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9275):before {
  content: "9275.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9275):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9276):before {
  content: "9276.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9276):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9277):before {
  content: "9277.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9277):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9278):before {
  content: "9278.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9278):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9279):before {
  content: "9279.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9279):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9280):before {
  content: "9280.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9280):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9281):before {
  content: "9281.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9281):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9282):before {
  content: "9282.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9282):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9283):before {
  content: "9283.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9283):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9284):before {
  content: "9284.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9284):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9285):before {
  content: "9285.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9285):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9286):before {
  content: "9286.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9286):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9287):before {
  content: "9287.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9287):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9288):before {
  content: "9288.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9288):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9289):before {
  content: "9289.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9289):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9290):before {
  content: "9290.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9290):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9291):before {
  content: "9291.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9291):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9292):before {
  content: "9292.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9292):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9293):before {
  content: "9293.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9293):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9294):before {
  content: "9294.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9294):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9295):before {
  content: "9295.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9295):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9296):before {
  content: "9296.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9296):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9297):before {
  content: "9297.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9297):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9298):before {
  content: "9298.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9298):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9299):before {
  content: "9299.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9299):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9300):before {
  content: "9300.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9300):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9301):before {
  content: "9301.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9301):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9302):before {
  content: "9302.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9302):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9303):before {
  content: "9303.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9303):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9304):before {
  content: "9304.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9304):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9305):before {
  content: "9305.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9305):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9306):before {
  content: "9306.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9306):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9307):before {
  content: "9307.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9307):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9308):before {
  content: "9308.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9308):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9309):before {
  content: "9309.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9309):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9310):before {
  content: "9310.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9310):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9311):before {
  content: "9311.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9311):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9312):before {
  content: "9312.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9312):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9313):before {
  content: "9313.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9313):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9314):before {
  content: "9314.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9314):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9315):before {
  content: "9315.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9315):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9316):before {
  content: "9316.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9316):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9317):before {
  content: "9317.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9317):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9318):before {
  content: "9318.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9318):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9319):before {
  content: "9319.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9319):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9320):before {
  content: "9320.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9320):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9321):before {
  content: "9321.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9321):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9322):before {
  content: "9322.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9322):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9323):before {
  content: "9323.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9323):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9324):before {
  content: "9324.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9324):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9325):before {
  content: "9325.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9325):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9326):before {
  content: "9326.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9326):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9327):before {
  content: "9327.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9327):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9328):before {
  content: "9328.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9328):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9329):before {
  content: "9329.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9329):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9330):before {
  content: "9330.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9330):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9331):before {
  content: "9331.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9331):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9332):before {
  content: "9332.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9332):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9333):before {
  content: "9333.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9333):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9334):before {
  content: "9334.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9334):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9335):before {
  content: "9335.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9335):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9336):before {
  content: "9336.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9336):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9337):before {
  content: "9337.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9337):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9338):before {
  content: "9338.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9338):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9339):before {
  content: "9339.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9339):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9340):before {
  content: "9340.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9340):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9341):before {
  content: "9341.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9341):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9342):before {
  content: "9342.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9342):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9343):before {
  content: "9343.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9343):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9344):before {
  content: "9344.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9344):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9345):before {
  content: "9345.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9345):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9346):before {
  content: "9346.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9346):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9347):before {
  content: "9347.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9347):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9348):before {
  content: "9348.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9348):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9349):before {
  content: "9349.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9349):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9350):before {
  content: "9350.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9350):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9351):before {
  content: "9351.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9351):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9352):before {
  content: "9352.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9352):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9353):before {
  content: "9353.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9353):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9354):before {
  content: "9354.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9354):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9355):before {
  content: "9355.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9355):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9356):before {
  content: "9356.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9356):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9357):before {
  content: "9357.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9357):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9358):before {
  content: "9358.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9358):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9359):before {
  content: "9359.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9359):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9360):before {
  content: "9360.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9360):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9361):before {
  content: "9361.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9361):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9362):before {
  content: "9362.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9362):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9363):before {
  content: "9363.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9363):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9364):before {
  content: "9364.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9364):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9365):before {
  content: "9365.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9365):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9366):before {
  content: "9366.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9366):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9367):before {
  content: "9367.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9367):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9368):before {
  content: "9368.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9368):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9369):before {
  content: "9369.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9369):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9370):before {
  content: "9370.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9370):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9371):before {
  content: "9371.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9371):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9372):before {
  content: "9372.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9372):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9373):before {
  content: "9373.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9373):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9374):before {
  content: "9374.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9374):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9375):before {
  content: "9375.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9375):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9376):before {
  content: "9376.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9376):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9377):before {
  content: "9377.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9377):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9378):before {
  content: "9378.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9378):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9379):before {
  content: "9379.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9379):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9380):before {
  content: "9380.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9380):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9381):before {
  content: "9381.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9381):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9382):before {
  content: "9382.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9382):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9383):before {
  content: "9383.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9383):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9384):before {
  content: "9384.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9384):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9385):before {
  content: "9385.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9385):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9386):before {
  content: "9386.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9386):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9387):before {
  content: "9387.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9387):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9388):before {
  content: "9388.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9388):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9389):before {
  content: "9389.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9389):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9390):before {
  content: "9390.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9390):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9391):before {
  content: "9391.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9391):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9392):before {
  content: "9392.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9392):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9393):before {
  content: "9393.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9393):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9394):before {
  content: "9394.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9394):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9395):before {
  content: "9395.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9395):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9396):before {
  content: "9396.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9396):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9397):before {
  content: "9397.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9397):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9398):before {
  content: "9398.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9398):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9399):before {
  content: "9399.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9399):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9400):before {
  content: "9400.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9400):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9401):before {
  content: "9401.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9401):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9402):before {
  content: "9402.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9402):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9403):before {
  content: "9403.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9403):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9404):before {
  content: "9404.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9404):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9405):before {
  content: "9405.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9405):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9406):before {
  content: "9406.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9406):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9407):before {
  content: "9407.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9407):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9408):before {
  content: "9408.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9408):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9409):before {
  content: "9409.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9409):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9410):before {
  content: "9410.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9410):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9411):before {
  content: "9411.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9411):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9412):before {
  content: "9412.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9412):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9413):before {
  content: "9413.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9413):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9414):before {
  content: "9414.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9414):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9415):before {
  content: "9415.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9415):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9416):before {
  content: "9416.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9416):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9417):before {
  content: "9417.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9417):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9418):before {
  content: "9418.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9418):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9419):before {
  content: "9419.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9419):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9420):before {
  content: "9420.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9420):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9421):before {
  content: "9421.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9421):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9422):before {
  content: "9422.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9422):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9423):before {
  content: "9423.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9423):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9424):before {
  content: "9424.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9424):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9425):before {
  content: "9425.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9425):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9426):before {
  content: "9426.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9426):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9427):before {
  content: "9427.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9427):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9428):before {
  content: "9428.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9428):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9429):before {
  content: "9429.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9429):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9430):before {
  content: "9430.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9430):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9431):before {
  content: "9431.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9431):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9432):before {
  content: "9432.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9432):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9433):before {
  content: "9433.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9433):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9434):before {
  content: "9434.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9434):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9435):before {
  content: "9435.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9435):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9436):before {
  content: "9436.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9436):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9437):before {
  content: "9437.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9437):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9438):before {
  content: "9438.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9438):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9439):before {
  content: "9439.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9439):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9440):before {
  content: "9440.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9440):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9441):before {
  content: "9441.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9441):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9442):before {
  content: "9442.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9442):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9443):before {
  content: "9443.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9443):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9444):before {
  content: "9444.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9444):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9445):before {
  content: "9445.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9445):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9446):before {
  content: "9446.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9446):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9447):before {
  content: "9447.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9447):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9448):before {
  content: "9448.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9448):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9449):before {
  content: "9449.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9449):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9450):before {
  content: "9450.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9450):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9451):before {
  content: "9451.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9451):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9452):before {
  content: "9452.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9452):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9453):before {
  content: "9453.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9453):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9454):before {
  content: "9454.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9454):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9455):before {
  content: "9455.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9455):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9456):before {
  content: "9456.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9456):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9457):before {
  content: "9457.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9457):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9458):before {
  content: "9458.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9458):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9459):before {
  content: "9459.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9459):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9460):before {
  content: "9460.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9460):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9461):before {
  content: "9461.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9461):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9462):before {
  content: "9462.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9462):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9463):before {
  content: "9463.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9463):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9464):before {
  content: "9464.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9464):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9465):before {
  content: "9465.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9465):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9466):before {
  content: "9466.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9466):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9467):before {
  content: "9467.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9467):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9468):before {
  content: "9468.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9468):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9469):before {
  content: "9469.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9469):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9470):before {
  content: "9470.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9470):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9471):before {
  content: "9471.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9471):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9472):before {
  content: "9472.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9472):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9473):before {
  content: "9473.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9473):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9474):before {
  content: "9474.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9474):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9475):before {
  content: "9475.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9475):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9476):before {
  content: "9476.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9476):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9477):before {
  content: "9477.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9477):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9478):before {
  content: "9478.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9478):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9479):before {
  content: "9479.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9479):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9480):before {
  content: "9480.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9480):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9481):before {
  content: "9481.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9481):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9482):before {
  content: "9482.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9482):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9483):before {
  content: "9483.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9483):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9484):before {
  content: "9484.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9484):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9485):before {
  content: "9485.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9485):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9486):before {
  content: "9486.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9486):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9487):before {
  content: "9487.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9487):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9488):before {
  content: "9488.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9488):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9489):before {
  content: "9489.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9489):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9490):before {
  content: "9490.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9490):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9491):before {
  content: "9491.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9491):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9492):before {
  content: "9492.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9492):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9493):before {
  content: "9493.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9493):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9494):before {
  content: "9494.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9494):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9495):before {
  content: "9495.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9495):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9496):before {
  content: "9496.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9496):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9497):before {
  content: "9497.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9497):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9498):before {
  content: "9498.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9498):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9499):before {
  content: "9499.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9499):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9500):before {
  content: "9500.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9500):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9501):before {
  content: "9501.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9501):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9502):before {
  content: "9502.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9502):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9503):before {
  content: "9503.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9503):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9504):before {
  content: "9504.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9504):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9505):before {
  content: "9505.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9505):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9506):before {
  content: "9506.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9506):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9507):before {
  content: "9507.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9507):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9508):before {
  content: "9508.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9508):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9509):before {
  content: "9509.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9509):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9510):before {
  content: "9510.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9510):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9511):before {
  content: "9511.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9511):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9512):before {
  content: "9512.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9512):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9513):before {
  content: "9513.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9513):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9514):before {
  content: "9514.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9514):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9515):before {
  content: "9515.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9515):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9516):before {
  content: "9516.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9516):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9517):before {
  content: "9517.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9517):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9518):before {
  content: "9518.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9518):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9519):before {
  content: "9519.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9519):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9520):before {
  content: "9520.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9520):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9521):before {
  content: "9521.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9521):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9522):before {
  content: "9522.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9522):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9523):before {
  content: "9523.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9523):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9524):before {
  content: "9524.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9524):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9525):before {
  content: "9525.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9525):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9526):before {
  content: "9526.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9526):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9527):before {
  content: "9527.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9527):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9528):before {
  content: "9528.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9528):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9529):before {
  content: "9529.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9529):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9530):before {
  content: "9530.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9530):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9531):before {
  content: "9531.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9531):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9532):before {
  content: "9532.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9532):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9533):before {
  content: "9533.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9533):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9534):before {
  content: "9534.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9534):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9535):before {
  content: "9535.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9535):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9536):before {
  content: "9536.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9536):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9537):before {
  content: "9537.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9537):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9538):before {
  content: "9538.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9538):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9539):before {
  content: "9539.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9539):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9540):before {
  content: "9540.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9540):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9541):before {
  content: "9541.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9541):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9542):before {
  content: "9542.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9542):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9543):before {
  content: "9543.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9543):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9544):before {
  content: "9544.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9544):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9545):before {
  content: "9545.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9545):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9546):before {
  content: "9546.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9546):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9547):before {
  content: "9547.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9547):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9548):before {
  content: "9548.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9548):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9549):before {
  content: "9549.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9549):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9550):before {
  content: "9550.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9550):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9551):before {
  content: "9551.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9551):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9552):before {
  content: "9552.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9552):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9553):before {
  content: "9553.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9553):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9554):before {
  content: "9554.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9554):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9555):before {
  content: "9555.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9555):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9556):before {
  content: "9556.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9556):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9557):before {
  content: "9557.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9557):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9558):before {
  content: "9558.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9558):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9559):before {
  content: "9559.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9559):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9560):before {
  content: "9560.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9560):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9561):before {
  content: "9561.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9561):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9562):before {
  content: "9562.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9562):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9563):before {
  content: "9563.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9563):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9564):before {
  content: "9564.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9564):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9565):before {
  content: "9565.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9565):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9566):before {
  content: "9566.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9566):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9567):before {
  content: "9567.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9567):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9568):before {
  content: "9568.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9568):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9569):before {
  content: "9569.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9569):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9570):before {
  content: "9570.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9570):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9571):before {
  content: "9571.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9571):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9572):before {
  content: "9572.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9572):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9573):before {
  content: "9573.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9573):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9574):before {
  content: "9574.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9574):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9575):before {
  content: "9575.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9575):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9576):before {
  content: "9576.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9576):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9577):before {
  content: "9577.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9577):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9578):before {
  content: "9578.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9578):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9579):before {
  content: "9579.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9579):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9580):before {
  content: "9580.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9580):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9581):before {
  content: "9581.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9581):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9582):before {
  content: "9582.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9582):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9583):before {
  content: "9583.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9583):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9584):before {
  content: "9584.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9584):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9585):before {
  content: "9585.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9585):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9586):before {
  content: "9586.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9586):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9587):before {
  content: "9587.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9587):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9588):before {
  content: "9588.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9588):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9589):before {
  content: "9589.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9589):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9590):before {
  content: "9590.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9590):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9591):before {
  content: "9591.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9591):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9592):before {
  content: "9592.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9592):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9593):before {
  content: "9593.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9593):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9594):before {
  content: "9594.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9594):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9595):before {
  content: "9595.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9595):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9596):before {
  content: "9596.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9596):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9597):before {
  content: "9597.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9597):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9598):before {
  content: "9598.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9598):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9599):before {
  content: "9599.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9599):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9600):before {
  content: "9600.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9600):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9601):before {
  content: "9601.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9601):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9602):before {
  content: "9602.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9602):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9603):before {
  content: "9603.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9603):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9604):before {
  content: "9604.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9604):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9605):before {
  content: "9605.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9605):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9606):before {
  content: "9606.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9606):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9607):before {
  content: "9607.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9607):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9608):before {
  content: "9608.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9608):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9609):before {
  content: "9609.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9609):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9610):before {
  content: "9610.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9610):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9611):before {
  content: "9611.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9611):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9612):before {
  content: "9612.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9612):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9613):before {
  content: "9613.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9613):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9614):before {
  content: "9614.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9614):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9615):before {
  content: "9615.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9615):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9616):before {
  content: "9616.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9616):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9617):before {
  content: "9617.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9617):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9618):before {
  content: "9618.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9618):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9619):before {
  content: "9619.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9619):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9620):before {
  content: "9620.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9620):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9621):before {
  content: "9621.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9621):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9622):before {
  content: "9622.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9622):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9623):before {
  content: "9623.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9623):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9624):before {
  content: "9624.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9624):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9625):before {
  content: "9625.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9625):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9626):before {
  content: "9626.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9626):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9627):before {
  content: "9627.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9627):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9628):before {
  content: "9628.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9628):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9629):before {
  content: "9629.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9629):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9630):before {
  content: "9630.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9630):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9631):before {
  content: "9631.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9631):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9632):before {
  content: "9632.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9632):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9633):before {
  content: "9633.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9633):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9634):before {
  content: "9634.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9634):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9635):before {
  content: "9635.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9635):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9636):before {
  content: "9636.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9636):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9637):before {
  content: "9637.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9637):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9638):before {
  content: "9638.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9638):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9639):before {
  content: "9639.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9639):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9640):before {
  content: "9640.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9640):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9641):before {
  content: "9641.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9641):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9642):before {
  content: "9642.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9642):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9643):before {
  content: "9643.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9643):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9644):before {
  content: "9644.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9644):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9645):before {
  content: "9645.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9645):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9646):before {
  content: "9646.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9646):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9647):before {
  content: "9647.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9647):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9648):before {
  content: "9648.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9648):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9649):before {
  content: "9649.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9649):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9650):before {
  content: "9650.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9650):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9651):before {
  content: "9651.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9651):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9652):before {
  content: "9652.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9652):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9653):before {
  content: "9653.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9653):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9654):before {
  content: "9654.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9654):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9655):before {
  content: "9655.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9655):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9656):before {
  content: "9656.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9656):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9657):before {
  content: "9657.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9657):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9658):before {
  content: "9658.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9658):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9659):before {
  content: "9659.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9659):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9660):before {
  content: "9660.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9660):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9661):before {
  content: "9661.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9661):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9662):before {
  content: "9662.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9662):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9663):before {
  content: "9663.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9663):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9664):before {
  content: "9664.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9664):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9665):before {
  content: "9665.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9665):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9666):before {
  content: "9666.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9666):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9667):before {
  content: "9667.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9667):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9668):before {
  content: "9668.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9668):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9669):before {
  content: "9669.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9669):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9670):before {
  content: "9670.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9670):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9671):before {
  content: "9671.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9671):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9672):before {
  content: "9672.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9672):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9673):before {
  content: "9673.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9673):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9674):before {
  content: "9674.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9674):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9675):before {
  content: "9675.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9675):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9676):before {
  content: "9676.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9676):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9677):before {
  content: "9677.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9677):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9678):before {
  content: "9678.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9678):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9679):before {
  content: "9679.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9679):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9680):before {
  content: "9680.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9680):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9681):before {
  content: "9681.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9681):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9682):before {
  content: "9682.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9682):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9683):before {
  content: "9683.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9683):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9684):before {
  content: "9684.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9684):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9685):before {
  content: "9685.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9685):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9686):before {
  content: "9686.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9686):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9687):before {
  content: "9687.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9687):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9688):before {
  content: "9688.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9688):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9689):before {
  content: "9689.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9689):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9690):before {
  content: "9690.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9690):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9691):before {
  content: "9691.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9691):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9692):before {
  content: "9692.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9692):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9693):before {
  content: "9693.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9693):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9694):before {
  content: "9694.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9694):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9695):before {
  content: "9695.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9695):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9696):before {
  content: "9696.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9696):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9697):before {
  content: "9697.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9697):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9698):before {
  content: "9698.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9698):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9699):before {
  content: "9699.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9699):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9700):before {
  content: "9700.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9700):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9701):before {
  content: "9701.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9701):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9702):before {
  content: "9702.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9702):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9703):before {
  content: "9703.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9703):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9704):before {
  content: "9704.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9704):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9705):before {
  content: "9705.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9705):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9706):before {
  content: "9706.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9706):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9707):before {
  content: "9707.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9707):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9708):before {
  content: "9708.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9708):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9709):before {
  content: "9709.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9709):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9710):before {
  content: "9710.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9710):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9711):before {
  content: "9711.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9711):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9712):before {
  content: "9712.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9712):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9713):before {
  content: "9713.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9713):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9714):before {
  content: "9714.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9714):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9715):before {
  content: "9715.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9715):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9716):before {
  content: "9716.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9716):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9717):before {
  content: "9717.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9717):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9718):before {
  content: "9718.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9718):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9719):before {
  content: "9719.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9719):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9720):before {
  content: "9720.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9720):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9721):before {
  content: "9721.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9721):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9722):before {
  content: "9722.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9722):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9723):before {
  content: "9723.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9723):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9724):before {
  content: "9724.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9724):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9725):before {
  content: "9725.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9725):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9726):before {
  content: "9726.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9726):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9727):before {
  content: "9727.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9727):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9728):before {
  content: "9728.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9728):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9729):before {
  content: "9729.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9729):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9730):before {
  content: "9730.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9730):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9731):before {
  content: "9731.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9731):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9732):before {
  content: "9732.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9732):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9733):before {
  content: "9733.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9733):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9734):before {
  content: "9734.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9734):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9735):before {
  content: "9735.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9735):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9736):before {
  content: "9736.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9736):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9737):before {
  content: "9737.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9737):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9738):before {
  content: "9738.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9738):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9739):before {
  content: "9739.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9739):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9740):before {
  content: "9740.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9740):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9741):before {
  content: "9741.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9741):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9742):before {
  content: "9742.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9742):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9743):before {
  content: "9743.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9743):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9744):before {
  content: "9744.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9744):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9745):before {
  content: "9745.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9745):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9746):before {
  content: "9746.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9746):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9747):before {
  content: "9747.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9747):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9748):before {
  content: "9748.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9748):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9749):before {
  content: "9749.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9749):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9750):before {
  content: "9750.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9750):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9751):before {
  content: "9751.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9751):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9752):before {
  content: "9752.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9752):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9753):before {
  content: "9753.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9753):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9754):before {
  content: "9754.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9754):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9755):before {
  content: "9755.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9755):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9756):before {
  content: "9756.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9756):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9757):before {
  content: "9757.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9757):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9758):before {
  content: "9758.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9758):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9759):before {
  content: "9759.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9759):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9760):before {
  content: "9760.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9760):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9761):before {
  content: "9761.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9761):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9762):before {
  content: "9762.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9762):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9763):before {
  content: "9763.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9763):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9764):before {
  content: "9764.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9764):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9765):before {
  content: "9765.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9765):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9766):before {
  content: "9766.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9766):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9767):before {
  content: "9767.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9767):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9768):before {
  content: "9768.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9768):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9769):before {
  content: "9769.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9769):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9770):before {
  content: "9770.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9770):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9771):before {
  content: "9771.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9771):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9772):before {
  content: "9772.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9772):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9773):before {
  content: "9773.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9773):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9774):before {
  content: "9774.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9774):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9775):before {
  content: "9775.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9775):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9776):before {
  content: "9776.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9776):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9777):before {
  content: "9777.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9777):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9778):before {
  content: "9778.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9778):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9779):before {
  content: "9779.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9779):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9780):before {
  content: "9780.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9780):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9781):before {
  content: "9781.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9781):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9782):before {
  content: "9782.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9782):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9783):before {
  content: "9783.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9783):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9784):before {
  content: "9784.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9784):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9785):before {
  content: "9785.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9785):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9786):before {
  content: "9786.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9786):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9787):before {
  content: "9787.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9787):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9788):before {
  content: "9788.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9788):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9789):before {
  content: "9789.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9789):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9790):before {
  content: "9790.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9790):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9791):before {
  content: "9791.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9791):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9792):before {
  content: "9792.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9792):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9793):before {
  content: "9793.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9793):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9794):before {
  content: "9794.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9794):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9795):before {
  content: "9795.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9795):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9796):before {
  content: "9796.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9796):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9797):before {
  content: "9797.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9797):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9798):before {
  content: "9798.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9798):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9799):before {
  content: "9799.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9799):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9800):before {
  content: "9800.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9800):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9801):before {
  content: "9801.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9801):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9802):before {
  content: "9802.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9802):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9803):before {
  content: "9803.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9803):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9804):before {
  content: "9804.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9804):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9805):before {
  content: "9805.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9805):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9806):before {
  content: "9806.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9806):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9807):before {
  content: "9807.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9807):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9808):before {
  content: "9808.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9808):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9809):before {
  content: "9809.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9809):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9810):before {
  content: "9810.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9810):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9811):before {
  content: "9811.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9811):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9812):before {
  content: "9812.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9812):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9813):before {
  content: "9813.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9813):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9814):before {
  content: "9814.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9814):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9815):before {
  content: "9815.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9815):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9816):before {
  content: "9816.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9816):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9817):before {
  content: "9817.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9817):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9818):before {
  content: "9818.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9818):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9819):before {
  content: "9819.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9819):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9820):before {
  content: "9820.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9820):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9821):before {
  content: "9821.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9821):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9822):before {
  content: "9822.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9822):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9823):before {
  content: "9823.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9823):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9824):before {
  content: "9824.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9824):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9825):before {
  content: "9825.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9825):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9826):before {
  content: "9826.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9826):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9827):before {
  content: "9827.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9827):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9828):before {
  content: "9828.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9828):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9829):before {
  content: "9829.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9829):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9830):before {
  content: "9830.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9830):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9831):before {
  content: "9831.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9831):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9832):before {
  content: "9832.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9832):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9833):before {
  content: "9833.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9833):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9834):before {
  content: "9834.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9834):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9835):before {
  content: "9835.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9835):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9836):before {
  content: "9836.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9836):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9837):before {
  content: "9837.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9837):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9838):before {
  content: "9838.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9838):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9839):before {
  content: "9839.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9839):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9840):before {
  content: "9840.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9840):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9841):before {
  content: "9841.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9841):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9842):before {
  content: "9842.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9842):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9843):before {
  content: "9843.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9843):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9844):before {
  content: "9844.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9844):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9845):before {
  content: "9845.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9845):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9846):before {
  content: "9846.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9846):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9847):before {
  content: "9847.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9847):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9848):before {
  content: "9848.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9848):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9849):before {
  content: "9849.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9849):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9850):before {
  content: "9850.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9850):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9851):before {
  content: "9851.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9851):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9852):before {
  content: "9852.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9852):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9853):before {
  content: "9853.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9853):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9854):before {
  content: "9854.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9854):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9855):before {
  content: "9855.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9855):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9856):before {
  content: "9856.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9856):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9857):before {
  content: "9857.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9857):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9858):before {
  content: "9858.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9858):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9859):before {
  content: "9859.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9859):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9860):before {
  content: "9860.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9860):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9861):before {
  content: "9861.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9861):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9862):before {
  content: "9862.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9862):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9863):before {
  content: "9863.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9863):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9864):before {
  content: "9864.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9864):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9865):before {
  content: "9865.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9865):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9866):before {
  content: "9866.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9866):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9867):before {
  content: "9867.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9867):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9868):before {
  content: "9868.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9868):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9869):before {
  content: "9869.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9869):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9870):before {
  content: "9870.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9870):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9871):before {
  content: "9871.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9871):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9872):before {
  content: "9872.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9872):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9873):before {
  content: "9873.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9873):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9874):before {
  content: "9874.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9874):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9875):before {
  content: "9875.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9875):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9876):before {
  content: "9876.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9876):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9877):before {
  content: "9877.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9877):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9878):before {
  content: "9878.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9878):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9879):before {
  content: "9879.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9879):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9880):before {
  content: "9880.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9880):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9881):before {
  content: "9881.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9881):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9882):before {
  content: "9882.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9882):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9883):before {
  content: "9883.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9883):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9884):before {
  content: "9884.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9884):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9885):before {
  content: "9885.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9885):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9886):before {
  content: "9886.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9886):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9887):before {
  content: "9887.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9887):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9888):before {
  content: "9888.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9888):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9889):before {
  content: "9889.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9889):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9890):before {
  content: "9890.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9890):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9891):before {
  content: "9891.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9891):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9892):before {
  content: "9892.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9892):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9893):before {
  content: "9893.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9893):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9894):before {
  content: "9894.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9894):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9895):before {
  content: "9895.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9895):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9896):before {
  content: "9896.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9896):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9897):before {
  content: "9897.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9897):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9898):before {
  content: "9898.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9898):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9899):before {
  content: "9899.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9899):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9900):before {
  content: "9900.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9900):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9901):before {
  content: "9901.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9901):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9902):before {
  content: "9902.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9902):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9903):before {
  content: "9903.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9903):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9904):before {
  content: "9904.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9904):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9905):before {
  content: "9905.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9905):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9906):before {
  content: "9906.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9906):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9907):before {
  content: "9907.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9907):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9908):before {
  content: "9908.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9908):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9909):before {
  content: "9909.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9909):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9910):before {
  content: "9910.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9910):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9911):before {
  content: "9911.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9911):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9912):before {
  content: "9912.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9912):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9913):before {
  content: "9913.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9913):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9914):before {
  content: "9914.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9914):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9915):before {
  content: "9915.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9915):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9916):before {
  content: "9916.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9916):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9917):before {
  content: "9917.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9917):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9918):before {
  content: "9918.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9918):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9919):before {
  content: "9919.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9919):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9920):before {
  content: "9920.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9920):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9921):before {
  content: "9921.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9921):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9922):before {
  content: "9922.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9922):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9923):before {
  content: "9923.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9923):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9924):before {
  content: "9924.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9924):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9925):before {
  content: "9925.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9925):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9926):before {
  content: "9926.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9926):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9927):before {
  content: "9927.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9927):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9928):before {
  content: "9928.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9928):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9929):before {
  content: "9929.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9929):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9930):before {
  content: "9930.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9930):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9931):before {
  content: "9931.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9931):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9932):before {
  content: "9932.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9932):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9933):before {
  content: "9933.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9933):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9934):before {
  content: "9934.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9934):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9935):before {
  content: "9935.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9935):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9936):before {
  content: "9936.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9936):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9937):before {
  content: "9937.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9937):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9938):before {
  content: "9938.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9938):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9939):before {
  content: "9939.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9939):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9940):before {
  content: "9940.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9940):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9941):before {
  content: "9941.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9941):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9942):before {
  content: "9942.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9942):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9943):before {
  content: "9943.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9943):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9944):before {
  content: "9944.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9944):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9945):before {
  content: "9945.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9945):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9946):before {
  content: "9946.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9946):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9947):before {
  content: "9947.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9947):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9948):before {
  content: "9948.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9948):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9949):before {
  content: "9949.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9949):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9950):before {
  content: "9950.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9950):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9951):before {
  content: "9951.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9951):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9952):before {
  content: "9952.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9952):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9953):before {
  content: "9953.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9953):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9954):before {
  content: "9954.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9954):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9955):before {
  content: "9955.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9955):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9956):before {
  content: "9956.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9956):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9957):before {
  content: "9957.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9957):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9958):before {
  content: "9958.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9958):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9959):before {
  content: "9959.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9959):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9960):before {
  content: "9960.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9960):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9961):before {
  content: "9961.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9961):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9962):before {
  content: "9962.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9962):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9963):before {
  content: "9963.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9963):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9964):before {
  content: "9964.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9964):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9965):before {
  content: "9965.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9965):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9966):before {
  content: "9966.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9966):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9967):before {
  content: "9967.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9967):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9968):before {
  content: "9968.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9968):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9969):before {
  content: "9969.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9969):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9970):before {
  content: "9970.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9970):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9971):before {
  content: "9971.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9971):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9972):before {
  content: "9972.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9972):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9973):before {
  content: "9973.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9973):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9974):before {
  content: "9974.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9974):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9975):before {
  content: "9975.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9975):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9976):before {
  content: "9976.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9976):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9977):before {
  content: "9977.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9977):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9978):before {
  content: "9978.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9978):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9979):before {
  content: "9979.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9979):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9980):before {
  content: "9980.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9980):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9981):before {
  content: "9981.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9981):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9982):before {
  content: "9982.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9982):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9983):before {
  content: "9983.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9983):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9984):before {
  content: "9984.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9984):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9985):before {
  content: "9985.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9985):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9986):before {
  content: "9986.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9986):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9987):before {
  content: "9987.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9987):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9988):before {
  content: "9988.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9988):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9989):before {
  content: "9989.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9989):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9990):before {
  content: "9990.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9990):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9991):before {
  content: "9991.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9991):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9992):before {
  content: "9992.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9992):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9993):before {
  content: "9993.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9993):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9994):before {
  content: "9994.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9994):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9995):before {
  content: "9995.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9995):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9996):before {
  content: "9996.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9996):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9997):before {
  content: "9997.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9997):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9998):before {
  content: "9998.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9998):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li:nth-of-type(9999):before {
  content: "9999.";
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 1.25rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .publications .accordion_content_inner ol li:nth-of-type(9999):before {
    top: -32px;
    left: 0
  }
}

.publications .accordion_content_inner ol li dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 0;
  font-size: .875rem;
  line-height: 2
}

.publications .accordion_content_inner ol li dl dt {
  font-weight: 700
}

.publications .accordion_content_inner ol li dl dd {
  font-weight: 500
}

.publications .accordion_content_inner ol li p {
  font-size: .875rem;
  line-height: 2;
  font-weight: 500
}

.publications .accordion_content_inner ol li p:has(>a) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.publications .accordion_content_inner ol li a {
  color: #b4244b;
  text-decoration: underline;
  transition: all .4s
}

.publications .accordion_content_inner ol li a:hover {
  opacity: .7
}

.publications .accordion_btn {
  width: 10rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #b4244b;
  border-radius: 9999px;
  font-size: .875rem;
  color: #b4244b;
  transition: all .4s
}

.publications .accordion_btn:hover {
  opacity: .7
}

.publications .accordion_btn:before {
  content: "";
  background: url(../../../img/brand-color-close.svg) no-repeat;
  width: 11px;
  height: 11px
}