.search-bar-inner {
    border-radius: 4px
}

.blog_home_hero_section .search-bar {
    color: var(--cs-almost-black) !important
}

.blog_home_hero_section,
.blog_home_hero_section .blog-select .nav,
.blog_home_hero_section .hs-search-field__bar {
    width: 350px
}

.blog-select select {
    border-width: 0
}

.blog-select ul.nav {
    position: relative
}

.blog-select ul.nav:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
    vertical-align: .255em
}

.blog-select .dropdown-menu {
    width: 95%
}

.blog_home_hero_section .dropdown-toggle:after {
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

.blog-select .nav-link {
    padding: 0 !important
}

.blog-select .form-control {
    padding: .6rem !important
}

.hero-featured-article p {
    color: var(--cs-almost-black) !important
}

.hero-featured-article .badge {
    background-color: var(--cs-lime);
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .blog_home_hero_section .blog-select .nav,
    .blog_home_hero_section .hs-search-field__bar {
        width: 100% !important
    }
}