
.article-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

    .article-link:hover {
        background-color: #f9f9f9;
    }

.blog-tag {
    background: #fff;
    color: #0E1116;
    font-size: 12px;
    padding: 7px 10px;
    position: absolute;
}

.featured-blog-tag {
    background: #fff;
    color: #0E1116;
    font-size: 12px;
    padding: 7px 10px;
}

span.btn.btn-white-underline {
    text-align: left;
}

span.btn.btn-white-underline:hover {
    color: #fff !important
}

.btn-filter {
    padding: 8px 9px;
}

.blog-mobile a {
    padding: 15px 0px;
}

.filter-select {
    width: 65%;
    position: relative;
    background: #4054AC;
    border: 0 !important;
    color: #fff !important
}

select {
    -webkit-appearance: auto;
    appearance: auto;
}

@media (min-width: 768px) and (max-width: 929px) {
  .ctaimage {
    flex-direction: column-reverse;
  }
  .article-text {
    order: 2;
  }
  .article-image {
    order: 1;
    width: 100%;
  }
  .article-image img {
    width: 100%;
    height: auto;
  }
}

.annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 899px) {
  .annotation-line {
    display: none; /* Hide the line */
  }
}

@media (max-width: 1200px) 
{
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }  
}

@media (min-width: 1200px) 
{
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (min-width: 1300px) 
{
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 15%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (min-width: 1500px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 20%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (min-width: 1800px) {
    .annotation-line {
        position: absolute;
        top: 67%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 34%;
        transform: translateX(-50%) translateY(-50%);
    }
}
