.highlights {
    padding-right: 15px;
    padding-bottom: 15px;
}

.highlights .title-cont .title {
    padding: 15px 15px 25px;
    background-color: #cb545b;
    border-top-right-radius: 2px;
}

.highlights .title-cont h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 28px;
    color: #f5f5f0;
    text-transform: uppercase;
}

.highlights .title-cont .hash-bold {
    font-weight: 900;
    display: inline-block;
}

.highlights .title-cont .title .link-cont {
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.highlights .title-cont .title .link-cont a {
    display: inline-block;
    padding: 12px 15px;
    width: 100%;
    max-width: 275px;
    font-size: 20px;
    border-radius: 2px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #f5f5f0;
    color: #f5f5f0;
    transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.highlights .title-cont .title .link-cont a:hover {
    background-color: #f5f5f0;
    border-color: transparent;
    color: inherit;
    transition: all 0.3s ease-out;
}

.highlights .link-cont.default-color a.hover-outline {
    background-color: #cb545b;
}

.highlights .link-cont.default-color a.hover-outline:hover {
    border-color: #cb545b;
    color: #cb545b;
}


.highlights .title-cont .link-cont a {
    display: none;
    background-color: inherit;
}
.highlights .title-cont .link-cont a:hover {
    color: inherit;
    background-color: #f5f5f0 !important;
    border-color: inherit;
}

.highlights .items {
    padding-left: 15px;
    margin-top: -28px;
}

.highlights .post {
    padding-bottom: 45px;
}

.highlights .post .img-cont {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.highlights .post .img-cont img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.highlights .post .post-content {
    position: relative;
    width: 95%;
    margin-top: -20px;
    padding: 28px 15px 10px;
    background-color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.highlights .post .category-cont {
    padding-bottom: 15px;
}

.highlights .post .post-content .bar {
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 40px;
    background-color: #cb545b;
}

.highlights .post .category-cont h6 {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #bbbbb6;
}

.highlights .post .title h4 {
    font-weight: 500;
    font-size: 22px;
}

.highlights .post .description {
    display: none;
}

.highlights .post .date {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #cb545b;
}

@media only screen and (min-width: 641px) {

    .highlights .title-cont {
        display: flex;
    }

    .highlights .title-cont .title {
        flex: 1 1 55%;
        text-align: right;
    }

    .highlights .title-cont .title h3 {
        display: block;
    }

    .highlights .title-cont .title .link-cont {
        display: none;
    }

    .highlights .title-cont .link-cont {
        flex: 1 1 45%;
        text-align: center;
    }

    .highlights .title-cont .link-cont a {
        display: inline-block;
        padding: 14px 15px;
        width: 275px;
        font-size: 20px;

        border-radius: 2px;
    }

    .highlights .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .highlights .post-cont:not(.featured) {
        margin: 0 10px;
        width: calc(50% - 20px);
        max-width: 490px;
    }

    .highlights .post-cont .post {
        max-width: 490px;
        margin-left: auto;
        margin-right: auto;
    }

    .highlights .post-cont.featured {
        flex: 1 1 100%;
    }

    .highlights .post-cont.featured .post {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }



    .highlights .post-cont.featured .post .description {
        display: block;
    }

    .highlights .post .post-content {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1025px) {

    .highlights {
        padding-bottom: 30px
    }

    .highlights .post {
        position: relative;
        max-width: 490px;
        margin-bottom: 25px;
    }

    .highlights .post-cont {
        flex: none;
    }

    .highlights .post-cont:not(.featured) {
        margin: 0 20px;
        width: calc(50% - 40px);
        max-width: 490px;
    }

    .highlights .title-cont h3 {
        font-size: 48px;
        font-weight: 100;
    }

    .highlights .title-cont .link-cont {
        margin: 15px auto 0;
    }

    .highlights .title-cont .link-cont a {
        padding: 14px 15px;
        width: 275px;
    }

    .highlights .post .category-cont h6 {
        font-size: 16px;
        letter-spacing: 0.8px;

    }

    .highlights .post .title h4 {
        font-size: 24px;
    }

    .highlights .post-cont:not(.featured) .post-content {
        margin-top: -120px;
        min-height: 160px;
        width: 92%;
    }

    .highlights .post-cont.featured .post-content {
        margin-top: -160px;
    }
}