/**
 * START: IE 10 and 11
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /* Header * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  #header {
    border-top: 1px solid #cccccc;
    height: 66px;
    overflow: hidden;
  }

  #header-branding {
    overflow: hidden;
  }

  #header-branding h1 {
    overflow: hidden;
  }

  #header-search-form {
    width: 100%;
  }

  #header-search-input {
    width: 100%;
  }

  /* Search Menu  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  .carbon-header-search-open #g6-uni-header-search-drop {
    top: 65px;
  }

  /* Navigation (local) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  #nav-local {
    margin-top: 0;
    border-top: 1px solid #cccccc;
  }

  #nav-local-dropdown li.in-this-section a {
    display:inline-block;
  }

  .carbon_block_table thead th {
    text-align: left;
  }

  /* Footer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  #footer-social ul li a,
  #footer-copyright-utility #footer-social-center ul li a {
    height: 25px !important;
    overflow: hidden !important;
  }

  /* Data Tables * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  #carbon_data_table_form input.search {
    background-position: 20px 50%;
  }

  #carbon_data_table_form select::-ms-expand {
    display: none;
  }

  /* Contact Forms * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  .carbon_block_wysiwyg form select::-ms-expand {
    display: none;
  }

  /* Homepage * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  body.page-homepage #nav-local {
    border-top: 1px solid #292929;
  }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width:66em) {

  /* Footer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

  #footer-copyright-utility {
    display: table;
    height: 40px;
    max-height: 40px;
  }

  .ie-table-row {
    display: table-row;
  }

  #footer-copyright-utility .copyright,
  #footer-copyright-utility .utility,
  #footer-copyright-utility #footer-social-center  {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    max-height: 40px;
    width: auto;
  }

  #footer-copyright-utility #footer-social-center {
    padding-top: 8px;
    text-align: left;
    width: 25%;
    /*border: 1px solid #000000;*/
  }

  #footer-copyright-utility #footer-social-center ul,
  #footer-copyright-utility #footer-social-center ul li {
    width: auto;
    height: auto;
  }

}
/* END: IE 10 and 11 */
