.entry_list{
    max-width: 1440px;
    margin: auto;
    padding: 0 70px;
}

.entry_list h1.title {
    width: 280px;
    text-align: center;
}

.entry_list .entry-row:hover {

}

.entry_list .entry-row {
    /*width: 100%;*/
}

.entry_list .entry-row h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 1em;
}

.entry_list  .date {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;

    color: #33A3DC;
}
.entry_list .entry-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
}
.entry_list  .entry-row {
    margin-bottom: 20px;
}
.entry_list .entry-image.well-fellow {
    position: relative;
    top: 0;
    left: 0;
}

.entry_list .entry-image img {
    width: 310px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.entry_list.partners .entry-image img {
    object-fit: cover;
}

.entry_list img.well-fellow-image {
    position: absolute;
    width: 57px;
    height: 55px;
    right: 20px;
}

.filters {
    padding: .37em 1.25em;
    border-top: 2px solid #f15a22;
    background-color: #ffffff;
}
.filters h3.title {
    font-weight: 400;
    font-size: 1em;
    line-height: 26px;
    margin: 0 0 .5em;

    color: #F15A22;
}

.filters .types {
    padding: 0;
}


.ph-main-wrapper {
    display: none;
}
.ph-img {
    display: inline-flex;
    width: 37%;
    height: 230px;
    background: #ebebec;
    -webkit-animation: placeHolderSwept 1s infinite linear forwards;
    -moz-animation: placeHolderSwept 1s infinite linear forwards;
    -o-animation: placeHolderSwept 1s infinite linear forwards;
    animation: placeHolderSwept 1s infinite linear forwards;;
    background-image: linear-gradient(to right, #ebebec 0%, #e0e0e2 20%, #ebebec 40%, #ebebec 100%);
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ph-content {
    width: 60%;
    height: 230px;
    display: inline-block;
}
.ph-content .line {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    background: #ebebec;
    -webkit-animation: placeHolderSwept 1s infinite linear forwards;
    -moz-animation: placeHolderSwept 1s infinite linear forwards;
    -o-animation: placeHolderSwept 1s infinite linear forwards;
    animation: placeHolderSwept 1s infinite linear forwards;;
    background-image: linear-gradient(to right, #ebebec 0%, #e0e0e2 20%, #ebebec 40%, #ebebec 100%);
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ph-content .line:nth-child(2) {
    width: 30%;
}
.placeholder-wrapper {
    position: relative;
    height: 230px;
    background: #F4F8F9;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  @-webkit-keyframes placeHolderSwept {
    0% {
      background-position: -400px 0
    }
    100% {
      background-position: 400px 0
    }
  }
  @-moz-keyframes placeHolderSwept {
    0% {
      background-position: -400px 0
    }
    100% {
      background-position: 400px 0
    }
  }
  @-o-keyframes placeHolderSwept {
    0% {
      background-position: -400px 0
    }
    100% {
      background-position: 400px 0
    }
  }
  @keyframes placeHolderSwept {
    0% {
      background-position: -400px 0
    }
    100% {
      background-position: 400px 0
    }
  }
