li.dropdown-submenu:hover ul{
    display: block !important;
}

.solid-container {
    height: 50vh;
}

.btn-primary{
    background-color: #006C40;
    border-color: #006C40;
}

.btn-primary:hover{
    background-color: #006C40;
    border-color: #006C40;
}

.btn-outline-primary{
    color: #006C40;
    border-color: #006C40;
}
.btn-outline-primary:hover{
    color: white;
    border-color: #006C40;
    background-color: #006C40;
}
.search-form input{
    border-bottom: 2px solid #006C40;
    color: black;
}
.card-header{
    background-color: #174970;
    color: white;
}
.content-card ul{
    list-style: none;
    text-align: left;
}
.content-card ul li:before {
    content: '✓';
    padding-right: 10px;
}
.box-small-content{
    height: 200px;
}
.box-small-content .card_style {
    padding: 10px;
}
.box-small-content img.news-highlight-xs-img {
    object-fit: contain;
}

@media (max-width: 768px) {
    .box-small-content{
        height: 90px;
        padding: 3px;
    }
    .box-small-content img.news-highlight-xs-img {
        object-fit: contain;
        height: 80px;
    }

}

.shadow-white{
    background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,0.2189250700280112) 0%, rgba(255,255,255,0.9416141456582633) 61%);position: absolute;bottom: 50px;height: 100px;width: 100%
}
.content-post-area img{
    padding: 20px 20px 0 0;
}

.card_style{
    overflow: hidden;
}

#carouselTopHightligths .carousel-inner{
    height: 215px;
    padding: 15px 32px;
}
@media (max-width: 768px) {
    #carouselTopHightligths .carousel-inner {
        height: 415px;
    }
}
#carouselTopHightligths .carousel-control-next-icon,
#carouselTopHightligths .carousel-control-prev-icon{
    background-color: grey;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-size: 18px;
    background-position: center;
}
#carouselTopHightligths .carousel-control-next,
#carouselTopHightligths .carousel-control-prev{
    width: 40px;
}

#carouselTopHightligthsMob .carousel-inner{
    height: 270px;
    padding: 5px 15px;
}

#carouselTopHightligthsMob .carousel-control-next-icon,
#carouselTopHightligthsMob .carousel-control-prev-icon{
    background-color: grey;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-size: 18px;
    background-position: center;
}
#carouselTopHightligthsMob .carousel-control-next,
#carouselTopHightligthsMob .carousel-control-prev{
    width: 40px;
}

#carouselTopHightligths .carousel-inner .card-title{
    height: 74px;
    overflow: hidden;
}

.form-control:focus{
    border-color: inherit;
}


article a,
a.article-item{
    color: black;
}
a.article-item:hover,
article a:hover{
    text-decoration: none;
}

h2.post-title{
    font-size: 1.32rem
}

.btn-signature {
    background: #306B3F 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000038;
    border-radius: 7px;
    border-color: #306B3F;
    color: white;
    border-radius: 7px;
    padding: 10px 30px;
    font-size: 1.125rem;
    font-weight: normal;
}

.btn-radio{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000038;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 1.125rem;
}
.btn-radio:before{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    content: "";
    width: 21px;
    height: 21px;
    background: transparent url(/img/icons/icon-btn-radio.svg) no-repeat;
    background-size: contain;
}

.fa-angle-down{
    margin-top:10px;
    cursor: pointer;
}
.dropdown-submenu > .dropdown-item {
    display: inline;
}