﻿.news-release h2 {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 35px;
}

.news-release h3 {
    font-size: 22px;
    line-height: 26px;
}

.news-release h4 {
    font-size: 20px;
    line-height: 22px;
}

.news-release h5 {
    font-size: 20px;
    line-height: 22px;
}

.news-release h6 {
    font-size: 20px;
}

.news-release p, .news-release li {
    font-size: 18px;
    line-height: 26px;
    /*color:#55565a!important;*/
    color: #000000 !important;
}

.news-release li {
    margin: 0px 0px 0px 10px;
}

.news-release .legal p {
    font-size: 12px;
    line-height: 16px;
}

/* related-features */
.related-features {
    background-color: #afbd21;
    padding: 10px;
    margin: 130px 0px 30px;
}

    .related-features h3 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #FFF;
    }

.features {
    background-color: #FFF;
    padding: 15px;
}

.feature {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #55565a;
    font-size: 14px;
    line-height: 18px;
}

    .feature .date {
        margin-bottom: 0px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .feature .title {
        font-weight: bold;
        margin-bottom: 0px;
        margin-bottom: 5px;
    }

    .feature .description {
        margin-bottom: 5px;
    }

    .feature:last-child {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }

/*Tablet and smaller media query*/
@media (max-width: 768px) {
    .related-features {
        margin: 100px 0px 0px;
    }
}
