.kyl_post_accordion .content_wrapper .headline {
  font-family: 'Cormorant Garamond', sans-serif;
  line-height: 42px;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 35px;
  color: #455255;
}
@media screen and (min-width: 1024px) {
  .kyl_post_accordion .content_wrapper .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.kyl_post_accordion .content_wrapper .filter .mat_input {
  position: relative;
  opacity: 1 !important;
  margin: 0 0 15px;
}
.kyl_post_accordion .content_wrapper .filter .mat_input input,
.kyl_post_accordion .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_post_accordion .content_wrapper .filter .mat_input input:focus,
.kyl_post_accordion .content_wrapper .filter .mat_input select:focus {
  opacity: 1;
}
.kyl_post_accordion .content_wrapper .filter .mat_input input:focus + label,
.kyl_post_accordion .content_wrapper .filter .mat_input select:focus + label {
  font-weight: 400;
  font-size: 10px;
  padding: 0 4px;
  opacity: 1;
  top: 0;
}
.kyl_post_accordion .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_post_accordion .content_wrapper .filter .mat_input.focus input,
.kyl_post_accordion .content_wrapper .filter .mat_input.focus select {
  opacity: 1;
}
.kyl_post_accordion .content_wrapper .filter .mat_input.focus label {
  font-weight: 400;
  font-size: 10px;
  padding: 0 4px;
  opacity: 1;
  top: 0;
}
.kyl_post_accordion .content_wrapper .filter .mat_input.filled label {
  font-weight: 400;
  font-size: 10px;
  padding: 0 4px;
  top: 0;
}
.kyl_post_accordion .content_wrapper .filter .mat_input label {
  opacity: 1 !important;
}
@media screen and (min-width: 1024px) {
  .kyl_post_accordion .content_wrapper .filter .mat_input {
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
  .kyl_post_accordion .content_wrapper .filter .mat_input:last-of-type {
    margin: 0;
  }
}
.kyl_post_accordion .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_post_accordion .content_wrapper .filter .mat_input.taxonomy select:focus {
  border-color: #D5002F;
}
.kyl_post_accordion .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_post_accordion .content_wrapper .filter .mat_input.search input:focus {
  border-color: #D5002F;
}
.kyl_post_accordion .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_post_accordion .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_post_accordion .content_wrapper .posts .post {
  display: block;
  border-bottom: 1px solid rgba(61, 72, 75, 0.15);
}
.kyl_post_accordion .content_wrapper .posts .post.hidden {
  display: none;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_header {
  background: transparent url('../assets/img/plus_dark.svg') no-repeat right center;
  padding: 30px 35px 30px 0;
  transition: all 0.3s ease;
  background-size: 15px;
  cursor: pointer;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_header:hover .post_title {
  color: #D5002F;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_header.download {
  background: transparent url('../assets/img/download_grey.svg') no-repeat right center;
  background-size: 20px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_accordion .content_wrapper .posts .post .accordion_header {
    padding: 20px 35px 20px 0;
  }
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_header .post_title {
  font-weight: 300;
  font-size: 22px;
  transition: all 0.3s ease;
  font-family: 'Cormorant Garamond', sans-serif;
  line-height: 30px;
  margin: 0 0 10px;
  color: #455255;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_header .store {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #455255;
  margin: 0;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_body {
  transition: opacity 0.3s ease, margin 0.3s ease;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  color: #455255;
  opacity: 0;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .kyl_post_accordion .content_wrapper .posts .post .accordion_body {
    max-width: 900px;
  }
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_body h1,
.kyl_post_accordion .content_wrapper .posts .post .accordion_body h2,
.kyl_post_accordion .content_wrapper .posts .post .accordion_body h3,
.kyl_post_accordion .content_wrapper .posts .post .accordion_body h4,
.kyl_post_accordion .content_wrapper .posts .post .accordion_body h5,
.kyl_post_accordion .content_wrapper .posts .post .accordion_body h6 {
  font-weight: 600;
  line-height: inherit;
  font-size: inherit;
  margin: 0 0 10px;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_body p {
  font-weight: 400;
  margin: 0;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_body ul li {
  font-weight: 300 !important;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_body a {
  font-weight: 400;
  text-decoration: underline;
  color: #D5002F;
}
.kyl_post_accordion .content_wrapper .posts .post .accordion_body .pdf_file {
  min-height: 500px;
}
.kyl_post_accordion .content_wrapper .posts .post.opened .accordion_header {
  background-image: url('../assets/img/minus_red.svg');
}
.kyl_post_accordion .content_wrapper .posts .post.opened .accordion_header .post_title {
  color: #D5002F;
}
.kyl_post_accordion .content_wrapper .posts .post.opened .accordion_body {
  opacity: 1;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .kyl_post_accordion .content_wrapper .posts .post.opened .accordion_body {
    margin-bottom: 20px;
  }
}
