/**
 * black    : e.g. standard body text
 * gray1    : e.g. standard body text
 * gray2    : e.g. form button hover
 * gray3    : e.g. form button hover
 * gray4    : e.g. secondary text
 * gray5    : e.g. form button hover
 * gray6    : e.g. form button hover
 * gray7    : e.g. form field borders
 */

:root {
    /* Base units*/

    /* 
    Typography
    The sizes are calculated from the --base-fontSize. Using 'rem' instead of
    'em' gives us better control in case of nesting and inheritance.
    */      /*11px*/       /*14px*/           /*16px*/        /*20px*/    /*23px*/        /*28px*/        /*36px*/ /*used for ad, sponsored content*/

    /*
    Colors
     */
    
    /* Grayscale */

    /* Borders */

    /* Colors: Highlights (skins) */

    /* Colors: Notification states */

    /* Colors: Variable names */
 

    /*Border radius*/   
}.am-articleItem--medium.am-articleEntry-bodyTeaser--image a {
    display:        block;
    padding-left:   calc(50% + 10px);;
}

.am-articleEntry-bodyTeaser figure {
    margin-bottom:  10px;
}

.am-articleItem--medium.am-articleEntry-bodyTeaser figure {
    float:          left;
    margin-left:    calc((100% + 20px) * -1);
    margin-bottom:  0;
    width:          calc(100%);
}

.am-articleEntry-bodyTeaser--image figcaption {
    display:        none;
}

.am-articleEntry-bodyTeaser .am-articleEntry-summary {
    margin-bottom:  0;
}

.am-gridComp--feature .am-articleItem--full.am-articleEntry--story {
    margin-left:    0;
    margin-right:   0;
}

.am-articleItem--push .am-articleEmbed-teaser .am-articleEntry-right,
.am-articleItem--full .am-articleEmbed-teaser .am-articleEntry-right {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.am-articleItem--push .am-articleEmbed-teaser figure,
.am-articleItem--full .am-articleEmbed-teaser figure {
    width: 50%;
    float: left;
}

.am-articleItem--push .am-articleEmbed-teaser .am-articleEntry-right .am-articleEntry-summary {
    display: none;
}

.am-articleItem--push .am-articleEmbed-teaser .am-articleEntry-right .am-articleEntry-mainTitle {
    margin-top: 0;
}