/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal
 *  and widescreen CSS files as appropriate. */


body.front.emergency-alert-level-emergency-lowload #header-content-section-wrapper {
    background: #FFF;
}

/* Header Images */

.queensweb-header-text {
    font-size: 72px;
}

.queensweb-header-text.grid-12 {
    margin-left: -350px;
}

body.responsive-layout-narrow #region-sidebar-first div[class^="callout"],
body.responsive-layout-narrow #region-sidebar-second div[class^="callout"] {    
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;   
    
    behavior: url("../../queensbase_omega/css/PIE.htc");
}

body.responsive-layout-narrow #region-sidebar-first div[class^="callout"] p,
body.responsive-layout-narrow #region-sidebar-second div[class^="callout"] p {
    word-wrap: break-word;
}