﻿/* match button style */
.insights-search .search-input-container button {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url('../../Images/search.png');
  background-size: 22px 21px;
  color: transparent;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 21px;
}

/* fix media inquiries */
@media screen and (min-width: 894px) {
    .insights-list {
        min-height: 600px;
    }
}

/* media inquiry list */
.media-inquiry-list:after  {
    content: '';
    display: table;
    clear:both;
}