/* remove weird ie10 'X'  from input field text box */
input[type=text]::-ms-clear {
 display:none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 /* IE10+ CSS styles go here */

 /* fix spacing issue on homepage search form */
  .home .search-form #searchform input#s {
    line-height: 0;
  }
  .sermon-topic-list ul.nav li{
    height: 92px;
    min-height: auto !important;
  }
}