/* ------------------------------------- Start IE Only ------------------------------------------ */

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width:900px) {
.highlight-box-row {height: inherit;}

}

/*Edge*/
@supports (-ms-ime-align: auto), @media screen and (max-width:900px) {


}

/* ------------------------------------- End IE Only ------------------------------------------ */