/* ----------------- HOME --------------- */
.home .news{
    display: flex;
}

.home .news article{
    position: relative;
}

.home .news article p{
    margin-bottom: 2.3em;
}

.home .news article a{
    line-height: 1.4em;
    position: absolute;
    bottom: 0;
}

.home .spotlight{
    display: flex;
}

.home .spotlight a{
    margin-right: 1em;
    width: 23.7%;
    display: block;
    position: relative;
}

.home .spotlight article{
    width: 100%;
    margin-right: 0;
    padding-bottom: 2.3em;
}

.home .spotlight article .action{
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 767px){
    .home .news,.home .spotlight{
        display: block;
    }

    .home .news article a, .home .spotlight article .action{
        position: static;
        line-height: 2.8em;
    }

    .home .spotlight a{
        width: auto;
        display: inline;
        position: static;
        margin-right: 0;
    }

    .home .spotlight article{
        width: 45%;
    }
}

/* ----------------- END HOME --------------- */

/* ----------------- WORLD ------------------ */
.world-locations-list .content ul, .markets .content ul{
    width: 100%;
    font-size: 0;
}

.world-locations-list .content ul li, .markets article ul li{
    width: 49%;
    font-size: 14.4px;
    display: inline-table;
}


/* 2018 */
.markets .content ul {
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 0px;
}
.markets article ul li{
    width: 100%;
}

@media screen and (max-width: 767px){
    .world-locations-list .content ul li, .markets article ul li{
        width: 100%;
        display: inline-block;
    }
}

/* ----------------- END WORLD ------------------ */

/* ----------------- HISTORY ------------------ */

.history .content p{
    margin-bottom: 1em;
}

/* ----------------- END HISTORY ------------------ */

/* ----------------- SEGMENTS & BRAND LIST------------------ */

.segments-list dd, .segments-list li, .brand-list dd, .brand-list li, .brand-list dt{
    font-size: 0.7em;
}

.segments-list img, .brand-list img{
    border-radius: 0;
}

.segments-list img, .brand-list img.segment-logo{
    border-radius: 10px;
}

.brand-list dd{
    margin-bottom: 0;
}

.business-segment-logo{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}

body.child-of-business-segments .segment-brands li td img{
    width: 100%;
}



/* ----------------- END SEGMENTS  & BRAND LIST ------------------ */

/* ----------------- PAGER ------------------ */

.news .result-pager {
    position: static;
    width: 100%;
    text-align: right;
}


/* ----------------- END PAGER ------------------ */

.breadcrumb li{
    font-size: 16px !important;
}

.news-date{
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

