.tab-content {
  overflow: hidden;
  display: none;
}

.cert_thumbnail {
  height: auto;
  width: 24%;
}

.tab input:checked ~ .tab-content {
  display: block;
}

.download_wr {
  /* background: #5a9f02; */
  height: auto;
  width: 100%;
  min-height: 400px;
  overflow-x: auto;
}

.download_wr nav {
  float: left;
  width: 100%;
  /* background: #5a9f02; */
}

.download_wr nav section a {
  padding-right: 20px;
}

.download_row {
  background: #fff;
  width: 100%;
  height: auto !important;
  min-height: 205px;
  /* float: left; */
  position: relative;
  border-bottom: 2px solid #f2f2f2;
  clear: both;
}

.download_col,
.end {
  background: transparent;
  width: 70%;
  height: auto;
  /* min-height: 125px; */
  float: left;
  position: relative;
}

.end-cert {
  background: transparent;
  width: 70%;
  height: 100%;
  float: left;
  position: relative;
  padding-left: 10px;
  min-height: 32px;
  display: flex;
  flex-direction: column;
}


.end ul {
  list-style-position: outside;
  padding: 15px 2px;
  margin: 0;
  line-height: 1;
}

.end{
  width: 30%;
  min-height: 150px;
}

.end p {
  padding: 15px 0;
}

.end ul li {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 0;
}

.end a {
  text-decoration: none;
  color: #5a9f02;
  position: absolute;
  bottom: 0;
  margin: 0;
}

.end-cert a {
  text-decoration: none;
  color: #5a9f02;
  padding: 5px 10px 0 0;

}

.end a::before,.end-cert a::before {
  content: url("../img/icons/arrow-circle.png");
  position: relative;
  top: 4px;
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 800px) {
  .download_col,
  .end {
    background: transparent;
    width: 100%;
    height: auto;
    min-height: 125px;
    float: left;
    position: relative;
    display: contents;
  }
  .cert_thumbnail {
    width: 40%;
   }
  .end-cert {
    width: 50%;
  }
  .end-cert a {
    padding: 5px 10px 0 0;
  }
  .end {
    width: 100%;
    margin-top: 0;
    height: auto;
    min-height: 160px;
  }
  .end a {
    text-decoration: none;
    color: #5a9f02;
    position: relative;
    /* bottom: 20px; */
    /* margin-right: 130px; */
    font-size: 12px !important;
    /* float: right; */
    margin-top: 20px;
  }
  .end ul li {
    font-size: 12px !important;
    line-height: 20px;
  }
}

.download_col img {
  margin: 15px 25px 15px 0;
  float: left;
}

.download_col p {
  padding: 0;
}

.download_col h4 {
  font-weight: 400;
  padding: 0 0 10px;
}

.download_col h3 {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.download_wr nav section {
  background: #65ac1e;
  padding: 10px 10px 10px;
  min-height: 35px;
  line-height: 35px;
}

/* .download_wr nav section a {
  padding: 10px 20px 10px;
} */

.download_wr .hit-area {
  display: none;
  width: 100%;
  height: auto;
  background: #dcdcdc;
}

.download_wr .active {
  font-weight: 500;
}

.download_wr section .active::after {
  /* content: url("../img/icons/arrow-circle.png"); */
  position: relative;
  top: 7px;
}

.download_wr .outer {
  display: flex;
}

.download_wr .filter-btn {
  display: inline-block;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 15px;
  margin: 5px 5px 4px;
  opacity: 0.9;
  border: 1px solid #f2f2f2;
}

.download_wr .filter-btn:hover {
  background: #65ac1e;
  color: #fff;
}

.filter-btn.active {
  background: #65ac1e;
  color: #fff;
}

/* .download_wr .filter-btn:link {
  background: #000;
  color: #fff;
} */

.download_wr #search-downloads {
  position: relative;
  top: 4px;
  float: right;
  /* z-index: 99; */
  margin-top: -5px;
}

.download_wr .clearBtn {
  width: 7%;
  background-color: transparent !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
  display: none;
  transition: 0.3s;
  margin-right: 3%;
}

@media screen and (max-width: 600px) {
  .download_wr .clearBtn {
    width: auto;
    padding: 0 3px;
    /* margin-right: 0 !important; */
  }
  .download_wr nav section a {
    padding-right: 0;
  }
  .cert_thumbnail {
    width: 39%;
   }
 

}

.download_wr .clearBtn::before {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0 10px 0 0;
}

.download_wr .clearBtn:hover {
  background-color: rgb(212, 212, 212);
}

.download_wr #search-downloads input {
  outline: none;
}

.download_wr #search-downloads input[type="search"] {
  -webkit-appearance: textfield;
  font-family: inherit;
  font-size: 100%;
}

.download_wr #search-downloads input::-webkit-search-decoration,
.download_wr #search-downloads input::-webkit-search-cancel-button {
  display: none;
}

.download_wr #search-downloads input[type="search"] {
  background: url("../img/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 12px;
  border: solid 1px #f2f2f2;
  padding: 9px 10px 9px 27px;
  width: 12px;
  border-radius: 22px;
  background-color: #fff;
}

.download_wr #search-downloads input[type="search"]:hover {
  background-color: #fff;
}

.download_wr #search-downloads input[type="search"]:focus {
  width: 210px;
  padding-left: 33px;
  color: #333;
  background-color: #fff;
  cursor: auto;
}

.download_wr #search-downloads input:-moz-placeholder {
  color: transparent;
}

.download_wr #search-downloads input::-webkit-input-placeholder {
  color: transparent;
}

/* #clearBtn p {
  position: relative;
  top: 5px;
} */

@media screen and (max-width: 600px) {
  #clearBtn span {
    display: none;
  }
  #clearBtn {
    margin-right: 3% !important;
    position: relative;
    top: 0px;
    font-size: 1.2em;
  }
  /* .download_wr nav section a {
    padding-right: 5px;
  } */
  #clearBtn:after {
    content: "X";
    font-weight: bold;
    background-color: white;
    border-radius: 50%;
    padding: 0 3px;
    color: #65ac1e;
  }

  .download_wr nav section {
    font-size: 0.9em;
  }
}

.nav-link::after {
  content: url("../img/icons/down-chevron.png");
  position: relative;
  margin: 0 5px;
  display: inline-block;
}

#applied-filters {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
}

#applied-filters p {
  font-size: 14px;
  font-weight: bolder !important;
}

.clearBtn.prefiltered {
  display: block !important;
}

@media screen and (max-width: 359px) {
  .download_wr nav section {
    font-size: 0.7em;
  }
  .end-cert{
    width: 33%;
  }
  .cert_thumbnail {
   width: 50%;
  }

}