/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
#t-search-results .search-col {
  margin-top: 30px;
  margin-bottom: 30px;
}
#t-search-results .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  border: 1px solid #d1d1d2;
  height: 470px;
}
#t-search-results .search__thumbnail {
  position: relative;
  width: 100%;
}
#t-search-results .search__thumbnail .img--cover {
  width: 100%;
}
#t-search-results .search__thumbnail .caption {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 56px;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
#t-search-results .search__thumbnail .img--caption {
  position: absolute;
  bottom: -6px;
  left: -6px;
}
#t-search-results .search .description {
  padding-top: 25px;
}
#t-search-results .search .description h2 {
  font-size: 19px;
  white-space: pre-line;
}
#t-search-results .search .description p {
  font-weight: 400;
}
#t-search-results .search .project-progress {
  margin-top: auto;
}
#t-search-results .search .project-progress .project-progress--goal, #t-search-results .search .project-progress .project-progress--achieved {
  height: 15px;
}
#t-search-results .search .project-progress .progress-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#t-search-results .search .project-progress--achieved {
  background-color: #3674ff;
}
#t-search-results .search .project-progress--goal {
  background-color: #e6e7e8;
}
#t-search-results .search .project-progress .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  font-weight: 400;
}
#t-search-results .button {
  display: block;
  min-width: 180px;
  min-height: 50px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  font-size: 20px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
#t-search-results .button--dark {
  color: #8e9397;
  border: 1px solid #8e9397;
}
#t-search-results .button:focus {
  outline: none;
}
#t-search-results .button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@media all and (max-width: 1199px) {
  #t-search-results .search {
    height: 440px;
  }
}
@media all and (max-width: 991px) {
  #t-search-results .search {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  #t-search-results .search {
    max-width: 350px;
    margin: 0 auto;
  }
  #t-search-results button {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=t-search-results.css.map */
