.posts-archive-wrap .masthead {
  position: relative;
  height: 282px;
}
@media screen and (max-width: 600px) {
  .posts-archive-wrap .masthead {
    height: 200px;
  }
}
.posts-archive-wrap .masthead:before {
  content: "";
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0196078431) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 1;
  opacity: 0.7;
}
.posts-archive-wrap .masthead .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.posts-archive-wrap .masthead .image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}
.posts-archive-wrap .masthead .content {
  z-index: 10;
  position: relative;
  padding: 30px 0 100px 0;
}
@media screen and (max-width: 600px) {
  .posts-archive-wrap .masthead .content {
    padding: 25px 0;
  }
}
.posts-archive-wrap .masthead .content .breadcrumbs * {
  color: #fff !important;
}
.posts-archive-wrap .masthead .content .text-wrap .heading h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 39px;
}
.posts-archive-wrap .featured-post .outer-heading {
  margin-bottom: 30px;
}
.posts-archive-wrap .featured-post .outer-heading h3 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .top-section .heading {
    display: none;
  }
}
.posts-archive-wrap .all-news-section h3 {
  font-weight: 500;
}
.posts-archive-wrap .content-section .courses-search-form label {
  display: flex;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .content-section .courses-search-form label {
    width: 100%;
  }
}
.posts-archive-wrap .content-section .courses-search-form label input {
  height: 64px;
  width: 244px;
  background: #EDEDED;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #002147;
  padding-left: 15px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .content-section .courses-search-form label input {
    width: calc(100% - 48px);
    height: 47px;
    font-size: 15px;
  }
}
.posts-archive-wrap .content-section .courses-search-form label input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #AAAAAA;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .content-section .courses-search-form label input::placeholder {
    font-size: 15px;
  }
}
.posts-archive-wrap .content-section .courses-search-form label input:focus {
  background: #EDEDED !important;
}
.posts-archive-wrap .content-section .courses-search-form label span {
  background: #00aec0;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .content-section .courses-search-form label span {
    width: 47px;
    height: 47px;
  }
}
.posts-archive-wrap .content-section .courses-search-form label span svg {
  color: #002147;
  height: 18px;
  width: 18px;
}
.posts-archive-wrap .content-section .filters-column {
  padding-right: 0;
  max-width: 308px;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .content-section .filters-column {
    max-width: 100%;
    padding-right: 20px;
  }
}
.posts-archive-wrap .content-section .filters-column label {
  margin-top: 12px;
  color: #4A4A4A;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .posts-archive-wrap .content-section .filters-column .filters-heading p {
    display: none;
  }
}
.posts-archive-wrap .content-section .filters-column p {
  font-size: 19px;
  color: #002147;
  font-weight: 700;
  margin: 25px 0;
}
.posts-archive-wrap .content-section .posts-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/*# sourceMappingURL=archive-posts.css.map */
