.about .icon-boxes li {
    font-size: 15px;
    color: #848484;
}

#header {
    /*background:none;*/
}

#hero {
    background-image: url('/images/cnt_header_orig.png');
}



#header .logo img {
    max-height: 60px;
}

@media (max-width: 768px) {
    #hero {
        padding-top: 100px;
        height: auto;
    }

        #hero h1 {
            font-size: 28px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
        }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }
}

.footer-newsletter img{
    max-height:100px;
}

.purecounter.money:before {
    content: "$";
}

.purecounter.plus:after {
    content: "+";
}

.pt-100{
    padding-top:100px;
}

.pt-80 {
    padding-top: 80px;
}

.count-box{
    min-height:150px;
}
/*
tr.group:hover {
    color: red;
}*/
/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
    visibility: hidden;
}


.news .news-carousel, .news .news-slider {
    overflow: hidden;
}

.news .testimonial-item-header {
    min-height: 75px;
}

    .news .testimonial-item .testimonial-img {
       
    }

    .news .testimonial-item-header h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 25px 0 5px 0;
        color: #111;
    }

    .news .testimonial-item-header h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }


    .news .testimonial-item p {
        min-height:200px;
    }


.blog .sidebar .categories ul a.active {
    text-decoration-line:underline;
    color:blue;
}

.blog .sidebar .recent-posts span {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.clients-slider .swiper-slide-active img {
    opacity: 1 !important;
    filter: none !important;
}

.clients-slider img{
    max-height:150px;
}



/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/


.tabs .tab-pane .raw ul {
    list-style: unset;
    padding: unset;
    padding-left:35px;
}

.tabs .tab-pane .opioids {
   color:black;

}

.opioids .card-footer {
    background-color: white;
}

.opioids.card:hover .card-footer{
    background: #e03a3c;
    color: white !important;
    border-color: #e03a3c;                      
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }   