#asp-tool-area {
  width: 100%;
  /* custom select dropdown */
}
#asp-tool-area html, #asp-tool-area body {
  background-color: white;
}
#asp-tool-area ul,
#asp-tool-area ol {
  list-style-type: none;
}
#asp-tool-area header .inner .title {
  margin: auto;
}
#asp-tool-area #main-content {
  padding-top: 75px;
  padding-left: 0;
}
#asp-tool-area #main-content .inner {
  width: calc(100% - 30px);
  max-width: 1220px;
  padding: 0 9px 0 9px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #asp-tool-area #main-content .inner {
    width: 100%;
    max-width: 830px;
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #asp-tool-area section .inner > .title-sm {
    display: block;
    text-align: center;
    color: #00A758;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  #asp-tool-area section .title-sm-layout {
    width: 100%;
  }
}
#asp-tool-area #search-materials-filter-box {
  background-color: #f9f9f9;
  margin-bottom: 5rem;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 767px) {
  #asp-tool-area #search-materials-filter-box {
    margin-left: -12px;
    margin-right: -12px;
    padding: 15px 0 5px 0;
  }
}
#asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper {
    flex-direction: column;
  }
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .container {
    padding-bottom: 10px;
  }
}
#asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-row {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 15px;
    align-items: center;
  }
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-row > div {
    flex: 0 0 calc(50% - 7.5px);
    padding: 0;
  }
}
#asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-form-reset {
  display: flex;
  justify-content: space-evenly;
}
#asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-form-reset button {
  text-wrap: nowrap;
  background: none;
  border: none;
}
@media screen and (max-width: 1023px) {
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-form-reset {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 10px 15px;
    gap: 15px;
  }
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-form-reset button[type=submit] {
    order: 2;
    color: white;
    flex: 1;
    padding: 15px;
    background-color: #00a85e;
  }
  #asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-form-reset button[type=reset] {
    order: 1;
    flex: 1;
    padding: 15px;
    background-color: white;
    border: 1px solid #f3f3f3;
  }
}
#asp-tool-area #search-materials-filter-box .search-materials-filter-wrapper .search-materials-filter-dropdown-mobile {
  width: 100%;
}
#asp-tool-area .select-dropdown-container .select-dropdown-wrapper {
  position: relative;
  font-size: 16px;
}
#asp-tool-area .select-dropdown-container .select-dropdown-wrapper.disabled .select-dropdown-label {
  background-color: #f3f3f3;
}
#asp-tool-area .select-dropdown-container .select-dropdown-wrapper.disabled .select-dropdown-arrow {
  display: none;
}
#asp-tool-area .select-dropdown-container .select-dropdown-label {
  padding: 0.8em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  gap: 4px;
}
#asp-tool-area .select-dropdown-container .select-dropdown-label.disabled {
  color: #a5a5a5;
  cursor: auto;
}
#asp-tool-area .select-dropdown-container .select-dropdown-label.selected {
  background-color: #00a85e;
  color: white;
}
#asp-tool-area .select-dropdown-container .select-dropdown-label.selected img {
  display: none;
}
#asp-tool-area .select-dropdown-container .select-dropdown-label.selected .select-dropdown-label-cross {
  display: block;
}
@media screen and (max-width: 1023px) {
  #asp-tool-area .select-dropdown-container .select-dropdown-label {
    width: 100%;
  }
}
#asp-tool-area .select-dropdown-container .select-dropdown-label span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#asp-tool-area .select-dropdown-container .select-dropdown-arrow {
  width: 20px;
}
#asp-tool-area .select-dropdown-container .select-dropdown-label-cross {
  display: none;
}
#asp-tool-area .select-dropdown-container .select-dropdown-list {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #f3f3f3;
  background-color: white;
  z-index: 10;
}
#asp-tool-area .select-dropdown-container .select-dropdown-list .select-dropdown-item {
  cursor: pointer;
  padding: 0.8em 1em;
}
#asp-tool-area .select-dropdown-container .select-dropdown-list .select-dropdown-item:first-child {
  display: none;
}
#asp-tool-area .select-dropdown-container .select-dropdown-list .select-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
#asp-tool-area .select-dropdown-container .select-dropdown-list .select-dropdown-item.selected, #asp-tool-area .select-dropdown-container .select-dropdown-list .select-dropdown-item:hover {
  background: #00a85e;
  color: white;
}
@media screen and (max-width: 1023px) {
  #asp-tool-area .select-dropdown-container .select-dropdown-list .select-dropdown-item {
    font-size: 16px;
    padding: 0.75em 0.8em;
  }
}
#asp-tool-area .select-dropdown-container.mobile {
  padding: 15px 15px 0;
}
#asp-tool-area .select-dropdown-container.mobile .select-dropdown-title {
  background: white;
  font-size: 1em;
  padding: 0.6em 0.8em;
  border: 1px solid #f3f3f3;
  font-weight: bold;
}
#asp-tool-area .select-dropdown-container.mobile ol.select-dropdown-list {
  display: block;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.75em;
}
#asp-tool-area .select-dropdown-container.mobile ol.select-dropdown-list .select-dropdown-item.selected {
  background: #00a85e;
  color: white;
}
#asp-tool-area .select-dropdown-container.mobile ol.select-dropdown-list .select-dropdown-item:nth-child(even) {
  border-right: 1px solid #f3f3f3;
}
#asp-tool-area .result-list .result-list-item {
  padding: 3.2rem 0 3.2rem 3.2rem;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "thumbnail title tag" "thumbnail title tag" "thumbnail buttons buttons";
  gap: 1rem;
  border-top: 1px solid #f2f2f2;
}
#asp-tool-area .result-list .result-list-item:nth-child(even) {
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  #asp-tool-area .result-list .result-list-item {
    grid-template-areas: "tag tag" "thumbnail title" "buttons buttons";
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    padding: 0 0 2rem 0;
  }
}
#asp-tool-area .result-list .result-list-item .result-list-item-thumbnail {
  grid-area: thumbnail;
  aspect-ratio: 1;
  width: 140px;
}
@media screen and (max-width: 767px) {
  #asp-tool-area .result-list .result-list-item .result-list-item-thumbnail {
    width: 120px;
  }
}
#asp-tool-area .result-list .result-list-item .result-list-item-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#asp-tool-area .result-list .result-list-item .result-list-item-tag {
  max-width: 140px;
  grid-area: tag;
}
@media screen and (max-width: 767px) {
  #asp-tool-area .result-list .result-list-item .result-list-item-tag {
    justify-self: end;
  }
}
#asp-tool-area .result-list .result-list-item .result-list-item-title {
  grid-area: title;
  color: #00a85e;
  font-weight: bold;
  font-size: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #asp-tool-area .result-list .result-list-item .result-list-item-title {
    -webkit-line-clamp: 4;
  }
}
#asp-tool-area .result-list .result-list-item .result-list-item-button-group {
  grid-area: buttons;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #asp-tool-area .result-list .result-list-item .result-list-item-button-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
#asp-tool-area .result-list .result-list-item .result-list-item-button-group .result-list-item-preview-download {
  display: flex;
  gap: 2rem;
}
#asp-tool-area .result-list .result-list-item .result-list-item-button-group .result-list-item-preview-download button {
  background: none;
  border: none;
  font-size: 1.2em;
  display: flex;
  gap: 0.5em;
  align-items: center;
  padding: 0;
}
#asp-tool-area .result-list .result-list-item .result-list-item-button-group .result-list-item-preview-download button img {
  width: 30px;
  height: 30px;
}
#asp-tool-area .result-list .result-list-item .result-list-item-sharing button {
  background: none;
  border: none;
  padding: 0;
}
#asp-tool-area .result-list .result-list-item .result-list-item-sharing button img {
  width: 48px;
  height: 48px;
}/*# sourceMappingURL=search_materials.css.map */