/*Espaciados rem */
.rand-hfw-360-most-read-articles {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .rand-hfw-360-most-read-articles {
      padding-top: 130px;
      padding-bottom: 130px; } }
  .rand-hfw-360-most-read-articles__elearning-templates {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto; }
    .rand-hfw-360-most-read-articles__elearning-templates .rand-hfw-360-most-read-articles__more {
      width: 50%;
      margin: 0 auto;
      border-top: unset; }
      @media (max-width: 520px) {
        .rand-hfw-360-most-read-articles__elearning-templates .rand-hfw-360-most-read-articles__more {
          width: 100%; }
          .rand-hfw-360-most-read-articles__elearning-templates .rand-hfw-360-most-read-articles__more-title {
            font-size: 18px; } }
    .rand-hfw-360-most-read-articles__elearning-templates .rand-hfw-360-most-read-articles__article {
      border-top: unset;
      padding-top: unset;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 30px; }
  .rand-hfw-360-most-read-articles__elearning-posts {
    width: 75%; }
    @media (max-width: 520px) {
      .rand-hfw-360-most-read-articles__elearning-posts {
        width: 100%; } }

.rand-hfw-360-most-read-articles__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .rand-hfw-360-most-read-articles__header h2 {
    flex: 1 0 auto;
    font-size: 32px;
    letter-spacing: -1px;
    -ms-hyphens: auto;
        hyphens: auto;
    line-height: 1.2;
    margin: 0 20px 0 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word; }
  .rand-hfw-360-most-read-articles__header--elearning-post {
    width: 100%;
    max-width: 250px;
    margin-top: 25px; }

.rand-hfw-360-most-read-articles__article {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding-top: 30px; }

.rand-hfw-360-most-read-articles__image-container {
  flex: none;
  order: 2;
  margin-left: auto;
  width: calc(4 / 28 * 100%); }
  @media (min-width: 520px) {
    .rand-hfw-360-most-read-articles__image-container {
      width: calc(18 / 58 * 100%); } }

.elearning_post-image-container {
  order: 1;
  margin-left: 0;
  width: 225px; }
  @media (max-width: 520px) {
    .elearning_post-image-container {
      order: 2;
      width: 100px;
      height: 75px;
      margin-left: 20px;
      margin-top: 10px; }
      .elearning_post-image-container .rand-hfw-360-most-read-articles__image-inner {
        height: 75px; }
        .elearning_post-image-container .rand-hfw-360-most-read-articles__image-inner .rand-hfw-360-most-read-articles__image-link {
          max-height: initial; } }

.elearning_post-article-container {
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: self-end;
  margin-left: 50px; }
  @media (max-width: 520px) {
    .elearning_post-article-container {
      margin-left: 0; }
      .elearning_post-article-container time {
        order: 2;
        margin: 10px 0 !important; }
      .elearning_post-article-container .rand-hfw-360-most-read-articles__tags {
        display: none; } }

.rand-hfw-360-most-read-articles__image-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 5px; }

.rand-hfw-360-most-read-articles__image-link {
  position: static;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 50px; }
  @media (min-width: 520px) {
    .rand-hfw-360-most-read-articles__image-link {
      max-height: 180px; } }

.rand-hfw-360-most-read-articles__image,
.rand-hfw-360-most-read-articles__no-image {
  display: block;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  width: auto;
  height: 100%;
  object-fit: cover; }

.rand-hfw-360-most-read-articles__no-image {
  display: none;
  height: 100%;
  align-items: center; }
  .rand-hfw-360-most-read-articles__image-link .rand-hfw-360-most-read-articles__no-image {
    height: 180px; }
  .rand-hfw-360-most-read-articles__no-image.bg-blue {
    background-color: #2175d9; }
  .rand-hfw-360-most-read-articles__no-image.bg-tomato {
    background-color: #e74536; }
  .rand-hfw-360-most-read-articles__no-image.bg-orangeyellow {
    background-color: #ffb511; }
  .rand-hfw-360-most-read-articles__no-image.bg-navy {
    background-color: #0f1941; }
  @media (min-width: 520px) {
    .rand-hfw-360-most-read-articles__no-image {
      display: flex; } }
  .rand-hfw-360-most-read-articles__no-image span {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    max-width: calc(100% - 40px);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff; }
    @media (min-width: 520px) {
      .rand-hfw-360-most-read-articles__no-image span {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .rand-hfw-360-most-read-articles__no-image span {
        font-size: 1.125rem;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .rand-hfw-360-most-read-articles__no-image span {
        font-size: 1.375rem;
        max-width: calc(100% - 80px); } }

.rand-hfw-360-most-read-articles__article-content {
  display: block;
  flex: none;
  align-self: center;
  flex-direction: column;
  order: 1;
  width: calc(18 / 28 * 100%); }
  .rand-hfw-360-most-read-articles__article-content time {
    margin: 5px 0; }
  .rand-hfw-360-most-read-articles__article-content p {
    width: calc(100vw - 67px);
    margin: 20px 0; }
    @media (min-width: 520px) {
      .rand-hfw-360-most-read-articles__article-content p {
        width: calc(18 / 28 * 100%); } }
  .rand-hfw-360-most-read-articles__article-content .elearning_post {
    order: 1; }

.rand-hfw-360-most-read-articles__title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #0f1941;
  text-transform: none; }
  .rand-hfw-360-most-read-articles__title:hover, .rand-hfw-360-most-read-articles__title:visited, .rand-hfw-360-most-read-articles__title:active {
    opacity: 0.85;
    color: #0f1941; }
  @media (min-width: 768px) {
    .rand-hfw-360-most-read-articles__title {
      font-size: 1.625rem; } }

.rand-hfw-360-most-read-articles__tags {
  width: calc(100vw - 67px);
  margin-top: 10px; }
  @media (min-width: 520px) {
    .rand-hfw-360-most-read-articles__tags {
      width: calc(18 / 28 * 100%); } }

.rand-hfw-360-most-read-articles__tags-list {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none; }
  .rand-hfw-360-most-read-articles__tags-list li {
    display: inline; }

.rand-hfw-360-most-read-articles__more {
  align-items: center;
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .rand-hfw-360-most-read-articles__more {
      display: flex;
      padding-top: 70px; } }
  .rand-hfw-360-most-read-articles__more a {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .rand-hfw-360-most-read-articles__more a {
        margin-top: 0; } }

.rand-hfw-360-most-read-articles__more-title {
  flex: 1 0 auto;
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: -1px; }

/*# sourceMappingURL=hfw-360-most-read-articles.css.map */
