/* -------------------------------------------------------------- 
   
   ie.css   
   Put any IE hack in here and be sure to include in header.
   
-------------------------------------------------------------- */

/*IE 8 can't do responsive images, so set width to auto to make them appear their exact dimensions*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   h2.heroTitle, h2.heroTitle a {margin-bottom:60px !important;}
   .toolbar-nav button.acn-ico-search {top:-70px!important; right: 40px!important;}
   div.col-sch {padding-top: 15px;}
   .col-sch label {margin-top:-10px;}
}
#filterForm #newsFilter-open, #filterFormSF #newsFilter-open{
   right: 0;
}
.toolbar-nav button.acn-ico-search{
   right: 0 !important;
}
.noTitle#art-hero{
   min-height: 150px;
}