/*  styling for resources/modules/research/article/researchbymake.xhtml */

/* counter outside padding from tiles */

#article-researchbymake {
    margin: -2px;
}
.article-researchbymake-heading .td_block_atc_heading.heading-small{
    font-size: 24px;
}
.article-researchbymake-heading .td_block_atc_heading.heading-big{
    font-size: 24px;    
}
.article-researchbymake-heading .td_block_atc_heading.heading-exbig{
    font-size: 26px;
}
.article-make-tile,
.article-style-tile,
.article-seeall-tile {
    /*box-sizing: border-box;*/
    border: 0;
    outline: 0;
    background: #f0f0f0 content-box no-repeat center;
    padding: 2px;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 68px;
}
.atcui-hidden, html .atcui-hidden {
    display: none;
}
.article-seeall-tile .menu-dropdown-arrow {
    width: 12px;
}

.article-seeall-tile {
    background: #ff8f1c content-box;
}

.article-allmakes-tiles {
    padding-top: 16px;
    display: none;
    clear: both;
    width: 100%;
}

.article-make-img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.allBrandsCopy,
.topBrandsCopy {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.allBrandsCopy,
.topBrandsCopy {
    width: 45px;
}

.article-seeall-tile .menu-dropdown-arrow {
    width: 12px;
}

.article-seeall-tile .menu-dropdown-arrow:before {
    font-family: 'icomoon';
    content: "\2193";
}

.article-seeall-tile .topBrandsCopy.menu-dropdown-arrow {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.research-by-make-mobile {
    list-style: none;
    column-count: 2;
}
.research-by-make-mobile li {
    font-size: 18px;
    padding: 6px 0;
}