/**
 * @file
 * The CSS hacks file for IE.
 *
 */


/*************
*  IE HACKS  *
*************/

html.lt-ie9 #block-custom-search-blocks-1 .form-item input {
  line-height: 40px;
}

html.lt-ie9 .field-name-field-header-images .field-items {
  margin: 0;
  padding: 0;
}

html.lt-ie9 article.node-generic-list .views-row-1,
html.lt-ie9 article.node-contextual-list .field-name-field-articles .views-row-1,
html.lt-ie9 article.node-generic-list .views-row-5,
html.lt-ie9 article.node-contextual-list .field-name-field-articles .views-row-5,
html.lt-ie9 article.node-generic-list .views-row-9,
html.lt-ie9 article.node-contextual-list .field-name-field-articles .views-row-9 {
  clear: both;
}

html.lt-ie9 .form-type-textfield.form-item {
  width: 300px;
}

html.lt-ie9 #block-global-filter-global-filter-1 {
  position: relative;
  top: 10px;
}

html.lt-ie9 #block-views-bar-locator-block-1 {
  position: relative;
  top: -50px;
}