.btn-tags{border-radius: 4px;background-color:#efefef;border:2px solid #efefef;font-size: 0.9rem;font-weight: 500;text-transform: none;color:#000;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}
.btn-tags:hover{border-radius: 4px;color:#fff;background-color:#0d6efd;border:2px solid #ffffff;font-size: 0.9rem;font-weight: 500;}

.btn-cta{border-radius: 4px;background-color:#2676bb;border:2px solid #2676bb;font-size: 1.6rem;font-weight: 500;text-transform: none;color:#ffffff;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}
.btn-cta:hover{border-radius: 4px;background-color:#2676bb;border:2px solid #d9d100;font-size: 1.6rem;font-weight: 500;text-transform: none;color:#ffffff;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}

.btn-cta-dual{border-radius: 4px;background-color:#41748D;border:2px solid #41748D;font-size: 1.6rem;font-weight: 500;text-transform: none;color:#ffffff;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}
.btn-cta-dual:hover{border-radius: 4px;background-color:#41748D;border:2px solid #d9d100;font-size: 1.6rem;font-weight: 500;text-transform: none;color:#ffffff;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}	

.btn-cta-sub{border-radius: 4px;background-color:#2676bb;border:2px solid #2676bb;font-size: 1.1rem;font-weight: 500;text-transform: none;color:#ffffff;min-height: 25px;margin-top: 3px;margin-bottom: 3px;}
.btn-cta-sub:hover{border-radius: 4px;background-color:#2676bb;border:2px solid #d9d100;font-size: 1.1rem;font-weight: 500;text-transform: none;color:#ffffff;min-height: 25px;margin-top: 3px;margin-bottom: 3px;}

.btn-tags-platform{border-radius: 4px;background-color:#2676bb;border:2px solid #2676bb;font-size: 1.2rem;font-weight: 600;text-transform: none;color:#fff;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}
.btn-tags-platform:hover{border-radius: 4px;background-color:#2676bb;border:2px solid #ffea00;font-size: 1.2rem;font-weight: 600;text-transform: none;color:#fff;min-height: 40px;margin-top: 7px;margin-bottom: 7px;}


a {
  color: #2676bb;
  
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #2676bb;
  text-decoration: underline;
  
  background-color: transparent;
}

/* BLOGS */

.recent-news-blog-carousel {
    padding: 2rem 0;
    padding-bottom: 0;
    padding-top: 15px;
}