/* Styles for Bing results page */

/* Hide sub-mast filter by date and relevance */
.search-sub-mast-sort-list {
	display: none;
}

/* Bing search suggestion */
.search-bing-suggestion {
	margin: 20px 0;
}

.search-bing-suggestion span {
	font-style: italic;
	font-weight: bold;
}

.search-widget {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	font-weight: 400;
}

/* Search widget styling */
.search-widget a:link,
.search-widget a:visited {
	color: white;
}

.search-widget .bing-search-container {
	background-color: #231F20;
	color: #ffffff;
	padding: 16px;
	-webkit-font-smoothing: antialiased;
}

.search-widget .bing-search-widget-title {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 700;
	margin: 0;
	padding-top: 0;
	padding-bottom: 8px;
}

.search-widget .bing-search-type {
	display: block;
	color: #ffffff;
	padding: 8px 0;
}

.search-widget .bing-type-selected {
	font-weight: 700;
	border: 1px solid #DBD9D9;
	border-left: none;
	border-right: none;
	margin: 8px 0;
}

/* Search result heading */

.search-results-heading {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.3em;
	color: #231f20;
}

/* Fix for collapsing videos without an image */
.search-list .story-img-link[data-displayinline-type=video] .story-img-link-wrapper {
	position: relative;
	/*height: 140px;*/
}

.search-list .story-img-link[data-displayinline-type=video] .story-img-link-wrapper .story-img {
	position: absolute;
	top: 0;
	z-index: 1;
}

.search-list .story-img-link[data-displayinline-type=video] .story-img-link-wrapper .story-img {
	position: absolute;
	top: 0;
	z-index: 1;
}

/* Testing new layout */
.search-list .story-img-link[data-displayinline-type=video],
.search-list .story-img-link {
	width: 250px;
	max-width: 100%;
	margin: 0;
	float: none;
}

.search-list .story-image-link-small {
	display: none;
}

/* Logic for interchangeable images */
.search-list .story article {
	overflow: hidden;
}

.search-thumb-large,
.search-thumb-small {
	float: right;
	margin-left: 15px;
}

.search-text-wrapper {
	width:calc( 100% - 265px );
	float: left;
}
.search-thumb-small {
	display: none;
	margin-bottom: 15px;
}

/* Media Queries */
@media ( max-width: 1000px ) {
  .search-thumb-large {
    display: none;
  }
  .search-thumb-small {
    display: block;
  }
  .search-text-wrapper {
  	width: 100%;
  	float: none;
  }
}

@media ( max-width: 600px ) {
  .search-thumb-large {
    display: none;
  }
  .search-thumb-small {
    display: block;
  }
  .search-text-wrapper {
  	width: 100%;
  	float: none;
  }
}

@media (max-width: 500px) {
  .search-thumb-small {
  	width: 250px;
  	max-width: 100%;
    float: none;
    margin: 0 auto 15px auto;
  }
}

.sub-mast-search .c-heading--page {
	height: auto;
}

@media (min-width: 768px) {
	.search-widget {
		font-size: 18px;
		line-height: 28px;
	}
}