/* Assets card Css */
.asset-card-sec .assets-card{
  border: 2px solid #EDEBE4;
  border-radius: 8px;
  max-width: 345px;
  margin: 30px 0;
  position: relative;
  /* height: 92%; */
}
.asset-card-sec .check-box-sec {
  position: absolute;
  left: 25px;
  top: 24px;
}

.asset-card-sec input#library-check {
  min-width: 20px;
  min-height: 20px;
}

.asset-card-sec input#library-check[type="checkbox"]{
  -webkit-appearance: initial;
  appearance: initial;
  border: 1px solid #8f9699;
  position: relative;
  border-radius: 4px;
}
.asset-card-sec input#library-check[type="checkbox"]:checked {
  accent-color: #224a81;
}
.asset-card-sec input#library-check[type="checkbox"]:checked:after {
  background-color: #224a81;
  content: "";
  color: #fff;
  position: absolute;
  background-image: url(/wp-content/themes/ipsen-main/dist/images/tick.png);
  background-repeat: no-repeat;
  background-size: 11.6px 8.9px;
  background-position: center;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.asset-card-sec .card-content {
  padding: 30px 25px;
  border-top: 2px solid #EDEBE4;
  /* border-bottom: 2px solid #EDEBE4; */
}
.asset-card-sec .card-content p {
  font-family: "RethinkSans-SemiBold";
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000E56;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.asset-card-sec .card-download-sec {
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  border-radius: 0px 0px 8px 8px;
}
.asset-card-sec .card-download-sec p {
  margin-bottom: 0;
  font-family: "RethinkSans-SemiBold";
  font-size: 14px;
  line-height: 16.8px;
  color: #5d6265;
}
.asset-card-sec .card-type-one .card-img-outer, .asset-card-sec .card-type-four .card-img-outer {
  padding: 64px 25px;
}
.asset-card-sec .assets-card:hover, .asset-card-sec .assets-card:focus {
  /* box-shadow: 0px 2px 6px 0px #00000026; */
}
.asset-card-sec .assets-card:hover .card-img img, .asset-card-sec .assets-card:focus .card-img img {
  transform: scale(1.2);
}
.asset-card-sec .assets-card .card-img img {
  transition: transform 0.2s ease;
  width: 100%;
}
.asset-card-sec .assets-card .card-img {
  height: 100%;
  overflow: hidden;
}
.asset-card-sec .assets-card:hover .card-download-sec, .asset-card-sec .assets-card:focus .card-download-sec {
  background-color: #EDEBE4;
}
.asset-card-sec .card-download-sec p {
  margin-bottom: 0;
  font-family: "RethinkSans-SemiBold";
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #000E56;
}
.asset-card-sec .card-type-two .card-img-outer {
  padding: 27px 62px 28px 62px;
}
.asset-card-sec .card-type-three .card-img-outer {
  padding: 92px 25px;
}

/* desktop queries */
@media only screen and (min-width: 768px){
  .asset-card-sec .asset-cards {
    max-width: 330px;
  }
}

/* CTA link/button */
.asset-card-sec .more-result-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.btn-link.section-btn.cta-visible:hover{
  color: #fff;
}

.asset-card-sec .more-result-btn a.more-cta-link{
  font-family: 'RethinkSans-SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #224A81;
}

.asset-card-sec .more-result-btn a.more-cta-link:hover{
  font-family: 'RethinkSans-SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #2797D3;
  text-decoration: underline;
}

.asset-card-sec .text-asset-heading{
  max-width: 1020px;
}

.asset-card-sec .text-asset-heading h2{
  font-family: 'Rethinksans-bold';
  font-size: 39px;
  line-height: 46px;
  margin-bottom: 20px;
  color: #292C31;
}

.asset-card-sec .text-asset-para{
  font-family: 'RethinkSans-Regular';
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
  font-weight: 400;
}

/* desktop */
@media only screen and (min-width: 992px){
  .asset-card-sec .text-asset-heading h3 {
      margin-bottom: 0px;
      font-family: 'Rethinksans-bold';
      font-weight: 700;
      font-size: 32px;
      line-height: 36px;
      color: #000E56;
      padding: 0;
  }
  .asset-card-sec .text-asset-para {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 50px;
  }

}

/* ipad */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
{
  .asset-card-sec .text-asset-heading h2 {
      font-size: 32px;
      line-height: 125%;
      margin-bottom: 30px;
      color: #292C31;
  }
}

@media only screen and (max-width: 767px){
  .asset-card-sec .more-result-btn{
    justify-content: left;
  }
}