/* line 1, ../sass/latest-publications.scss */
.latest-top-section {
  max-width: 1200px;
}
@media (min-width: 991px) {
  /* line 1, ../sass/latest-publications.scss */
  .latest-top-section {
    margin: 0 auto;
  }
}
/* line 6, ../sass/latest-publications.scss */
.latest-top-section .title-big h3 {
  font-size: 1.8125rem;
  color: #366797;
  font-weight: bold;
  float: left;
  padding: 1rem;
}
@media (min-width: 1200px) {
  /* line 13, ../sass/latest-publications.scss */
  .latest-top-section .row {
    margin: 0 -15px;
  }
}
/* line 17, ../sass/latest-publications.scss */
.latest-top-section .row .p-15 {
  padding: 0 15px;
}
@media (max-width: 991px) {
  /* line 17, ../sass/latest-publications.scss */
  .latest-top-section .row .p-15 {
    padding: 10px 15px;
  }
}
/* line 23, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card {
  text-align: left;
  font-family: inherit;
  background: #F3F3F3;
}
@media (min-width: 768px) {
  /* line 23, ../sass/latest-publications.scss */
  .latest-top-section .row .hm-latest-card {
    height: 400px;
  }
}
/* line 30, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-rm {
  font-style: italic;
}
@media (max-width: 767px) {
  /* line 30, ../sass/latest-publications.scss */
  .latest-top-section .row .hm-latest-card .latest-rm {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  /* line 30, ../sass/latest-publications.scss */
  .latest-top-section .row .hm-latest-card .latest-rm {
    position: absolute;
    right: 52px;
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  /* line 30, ../sass/latest-publications.scss */
  .latest-top-section .row .hm-latest-card .latest-rm {
    bottom: 20px;
  }
}
/* line 43, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-rm a {
  display: inline-block;
  padding: 0.75rem 0;
  width: 12.375rem;
  font-size: 1rem;
  font-weight: normal;
  font-family: arial, sans-serif;
  border: solid 1px #366797;
  color: #366797;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
}
/* line 60, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-pad {
  padding: 0 52px;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  /* line 60, ../sass/latest-publications.scss */
  .latest-top-section .row .hm-latest-card .latest-pad {
    padding: 15px 30px;
    line-height: 1.25rem;
  }
}
/* line 67, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-pad ul {
  list-style: none;
}
/* line 69, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-pad ul li {
  margin-top: 10px;
}
/* line 71, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-pad ul li:first-child {
  margin-top: 0;
}
/* line 74, ../sass/latest-publications.scss */
.latest-top-section .row .hm-latest-card .latest-pad ul li::before {
  content: "\2022";
  color: #366797;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
