.latest .latest-title {
    color: #29363D;
    font-size: 2rem;
}

.latest a ,
.latest a:link ,
.latest a:hover ,
.latest a:focus ,
.latest a:active ,
.latest a:visited  {
    color: inherit;
    text-decoration: none;
}

.latest-slides button[role=tab] {
    background: #D7D7D7;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.latest-slides li.slick-active button[role=tab] {
    background: #AAA;
}
.latest-slides button[role=tab]:before,
.latest-slides li.slick-active button[role=tab]:before {
    color: transparent;
    opacity: 0;
}

.latest-post-cta {
    font-size: 18px;
}

/****** NEW LATEST POST STYLE ***/

.latestpost--link:link,
.latestpost--link:hover,
.latestpost--link:visited {
    position: relative;
    text-decoration: none;

}

.latestpost--image {
    width:100%;
    cursor: pointer !important;
    pointer-events: none;

}

.latestpost--text {
    padding: 15px;
    line-height: 1.35;
    pointer-events: none;

}

.latestpost--text p {
    color: #455a66;
    margin-top: 10px;
}

.latestpost--text__title {
    font-size: 20px;
    font-weight: 600;
    color: #29363D;
    pointer-events: none;

}

.latestpost--cta {
    font-size: 18px;
}

.latestpost--text__excerpt p {
    font-size: 1rem;
    color: #333333;
}

