/* line 1, ../sass/blog-post-slider.scss */
#main {
  overflow: hidden;
}

/* line 5, ../sass/blog-post-slider.scss */
.hm-blog-post-mt {
  margin-top: 2.875rem !important;
}

/* line 9, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  /* line 12, ../sass/blog-post-slider.scss */
  .hm-blog-post-top-section .row {
    margin: 0 -15px;
  }
}
/* line 16, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section .row .p-15 {
  padding: 0 15px;
}
/* line 20, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  /* line 20, ../sass/blog-post-slider.scss */
  .hm-blog-post-top-section .wrapper {
    margin: 0 15px;
  }
}
/* line 28, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section .title-big h3 {
  font-size: 1.8125rem;
  color: #366797;
  font-weight: bold;
  float: left;
}
/* line 34, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section .title-big .title {
  float: right;
}
/* line 36, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section .title-big .title p {
  padding: 0.25rem 0;
  text-align: right;
}
/* line 40, ../sass/blog-post-slider.scss */
.hm-blog-post-top-section .title-big .title .border-bottom {
  border-bottom: solid 1px #366797;
}

/* line 47, ../sass/blog-post-slider.scss */
.hm-blog-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  font-family: inherit;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  /* line 47, ../sass/blog-post-slider.scss */
  .hm-blog-card {
    height: 370px;
  }
}
@media (min-width: 992px) {
  /* line 47, ../sass/blog-post-slider.scss */
  .hm-blog-card {
    height: 465px;
  }
}
/* line 58, ../sass/blog-post-slider.scss */
.hm-blog-card .hm-blog-post-content-wrapper {
  padding: 1.25rem;
}
/* line 61, ../sass/blog-post-slider.scss */
.hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-title {
  color: #366797;
  font-family: inherit;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 61, ../sass/blog-post-slider.scss */
  .hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-title {
    height: 40px;
  }
}
/* line 71, ../sass/blog-post-slider.scss */
.hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-summary {
  height: 90px;
}
@media (min-width: 768px) {
  /* line 75, ../sass/blog-post-slider.scss */
  .hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-date {
    height: 54px;
  }
}
@media (max-width: 767px) {
  /* line 75, ../sass/blog-post-slider.scss */
  .hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-date {
    margin-bottom: 12px;
  }
}
/* line 84, ../sass/blog-post-slider.scss */
.hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-lh {
  line-height: 1.5rem;
}
/* line 88, ../sass/blog-post-slider.scss */
.hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-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 104, ../sass/blog-post-slider.scss */
.hm-blog-card .hm-blog-post-content-wrapper .hm-blog-post-it {
  font-style: italic;
}
/* line 108, ../sass/blog-post-slider.scss */
.hm-blog-card img {
  object-fit: cover;
  width: 100%;
}

/* line 114, ../sass/blog-post-slider.scss */
.pad-border-bottom-grey {
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada;
}

@media (max-width: 991px) {
  /* line 119, ../sass/blog-post-slider.scss */
  .hm-img-blog-post-mb img {
    object-fit: cover;
    width: 100%;
  }
}
