/*
Theme Name:         Canstar
Theme URI:
Description:        Canstar Theme
Version:            1.2
Author:		        Ogilvy Brisbane
Author URI:
Author:             Roots
Author URI:         https://roots.io/


License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* CSS Hacks go here as they generally can't be compiled in SASS */

/* fix for Safari 6.1 - 7.0 */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    article header.has-image .heading-col {(; position:relative; );}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .table-faceted-search thead tr th .dynatable-arrow {
        position: static;
        display: inline-block;
        padding-left: 5px;
    }
}
