

/*--BEGIN Full Width Page */



.research--1280px-width {
    max-width:1280px;
    margin:0 auto;
}

@media all and (max-width:1280px) {
    .research--1280px-width {
        padding-right: 1em;
        padding-left: 1em;
        box-sizing: border-box;
    }
}

/*--END Full Width Page */



/*--BEGIN Images */

/*? Forces floated right full article image (under the images and links tab) to have a max width of 300px and to unfloat on mobile */

.item-page .pull-right.item-image {
    max-width:300px;
    margin:0;
    float:none;
}

@media all and (min-width:600px) {
.item-page .pull-right.item-image {
    margin:0 0 1em 1em;
    float:right;
    }
}
    


/*--END Images */







