@media screen and (min-width: 1024px) {
  .kyl_news_events_grid .content_wrapper .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.kyl_news_events_grid .content_wrapper .filter .mat_input {
  position: relative;
  opacity: 1 !important;
  margin: 0 0 15px;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input input,
.kyl_news_events_grid .content_wrapper .filter .mat_input select {
  background-color: #FFF;
  transition: all 0.3s ease;
  border: 1px solid #EAEAEA;
  padding: 16px 20px 15px;
  font-weight: 400;
  font-size: 15px;
  color: #455255;
  opacity: 0.75;
  border-radius: 0;
  width: 100%;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input input:focus,
.kyl_news_events_grid .content_wrapper .filter .mat_input select:focus {
  opacity: 1;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input input:focus + label,
.kyl_news_events_grid .content_wrapper .filter .mat_input select:focus + label {
  font-weight: 400;
  font-size: 10px;
  padding: 0 4px;
  opacity: 1;
  top: 0;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input label {
  background-color: #FFF;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  display: inline-block;
  position: absolute;
  font-weight: 400;
  font-size: 15px;
  color: #455255;
  opacity: 0.75;
  left: 20px;
  top: 50%;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.focus input,
.kyl_news_events_grid .content_wrapper .filter .mat_input.focus select {
  opacity: 1;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.focus label {
  font-weight: 400;
  font-size: 10px;
  padding: 0 4px;
  opacity: 1;
  top: 0;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.filled label {
  font-weight: 400;
  font-size: 10px;
  padding: 0 4px;
  top: 0;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input label {
  opacity: 1 !important;
}
@media screen and (min-width: 1024px) {
  .kyl_news_events_grid .content_wrapper .filter .mat_input {
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
  .kyl_news_events_grid .content_wrapper .filter .mat_input:last-of-type {
    margin: 0;
  }
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.taxonomy select {
  background: transparent url('../assets/img/arrow_down_dark.svg') no-repeat right 20px center;
  -ms-progress-appearance: unset;
  -webkit-appearance: none;
  background-size: 12px;
  -moz-appearance: none;
  appearance: none;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.taxonomy select:focus {
  border-color: #D5002F;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.search input {
  background: transparent url('../assets/img/search_dark.svg') no-repeat right 20px center;
  background-size: 16px;
  padding-right: 40px;
}
.kyl_news_events_grid .content_wrapper .filter .mat_input.search input:focus {
  border-color: #D5002F;
}
.kyl_news_events_grid .content_wrapper .total_posts {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 5px auto 20px;
  text-align: right;
  line-height: 18px;
  color: #757474;
}
@media screen and (min-width: 1024px) {
  .kyl_news_events_grid .content_wrapper .total_posts {
    letter-spacing: 1.2px;
    margin: 20px 0 15px;
    line-height: 15px;
    font-weight: 400;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.kyl_news_events_grid .content_wrapper .posts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_news_events_grid .content_wrapper .posts .post {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 0 15px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.kyl_news_events_grid .content_wrapper .posts .post:last-of-type {
  margin: 0;
}
.kyl_news_events_grid .content_wrapper .posts .post.has_bg .cover:before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
}
.kyl_news_events_grid .content_wrapper .posts .post.hidden {
  display: none;
}
@media screen and (min-width: 1024px) {
  .kyl_news_events_grid .content_wrapper .posts .post {
    margin: 0 20px 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
  }
  .kyl_news_events_grid .content_wrapper .posts .post.last {
    margin: 0 0 20px;
  }
}
.kyl_news_events_grid .content_wrapper .posts .post .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 250px;
  width: 100%;
}
.kyl_news_events_grid .content_wrapper .posts .post .cover .thumbnail {
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  position: absolute;
  max-height: 100px;
  width: 100%;
  left: 50%;
  top: 50%;
}
.kyl_news_events_grid .content_wrapper .posts .post .cover .thumbnail img {
  max-height: 80px;
  margin: 0 auto;
  display: block;
  height: 100%;
  width: auto;
}
.kyl_news_events_grid .content_wrapper .posts .post .cover .post_title {
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 35px;
  max-width: calc(100% - 60px);
  font-family: 'Cormorant Garamond', sans-serif;
  position: absolute;
  text-align: center;
  hyphens: auto;
  color: #FFF;
  width: 100%;
  margin: 0;
  left: 50%;
  top: 50%;
}
.kyl_news_events_grid .content_wrapper .posts .post > .post_date {
  letter-spacing: 1.4px;
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #757474;
}
.kyl_news_events_grid .content_wrapper .posts .post > .post_title {
  line-height: 22px;
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 15px;
  color: #455255;
}
.kyl_news_events_grid .content_wrapper .load_more {
  background-position: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: #FFF;
  border: 1px solid #455255;
  letter-spacing: 1.4px;
  margin: 14px auto 0;
  padding: 16px 20px;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #455255;
  width: 100%;
}
.kyl_news_events_grid .content_wrapper .load_more:hover {
  background-color: #455255;
  color: #FFF;
}
.kyl_news_events_grid .content_wrapper .load_more:disabled {
  opacity: 0.75;
}
.kyl_news_events_grid .content_wrapper .load_more.hidden {
  display: none;
}
.kyl_news_events_grid .content_wrapper .load_more.loading {
  background: #455255 url('../assets/img/loading.svg') no-repeat center;
  background-size: 24px;
  cursor: not-allowed;
  color: transparent;
}
@media screen and (min-width: 576px) {
  .kyl_news_events_grid .content_wrapper .load_more {
    margin: 50px auto 0;
    max-width: 270px;
  }
}
