/*
 * Styling for the Manage Publications plugin: IE 11 exceptions
 */

/* Smallest screen */
_:-ms-lang(x), .grid .publications {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
_:-ms-lang(x), .grid .publication-entry__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
_:-ms-lang(x), .grid .publication-entry__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

@media screen and (min-width: 568px) {
    _:-ms-lang(x), .grid .publications {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media screen and (min-width: 768px) {
    _:-ms-lang(x), .grid .publications {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}

@media screen and (min-width: 1024px) {
    /* Homepage grids */
    _:-ms-lang(x), .grid .publications {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }
}
