.document-search__entry {
	background-color: #fff;
	margin-bottom: 1.4rem;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.document-search__entry-thumbnail {
	display: flex;
	flex-shrink: 1;
	flex-grow: 0;
	max-width: 140px;
	width: 100%;
	align-content: center;
	justify-content: center;
}

.document-search__entry-info {
	padding: 1.4rem 1.4rem 2.4rem 1.4rem;
}

.document-search__entry-title {
	font-size: 1.4rem;
}

.document-search__entry .document-search__entry-title a {
	color: currentColor;
}

.document-search__entry .document-search__entry-title a:hover {
	color: currentColor;
}

.document-search__entry-summary {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-top: 0.6rem;
	word-break: break-word;
}

.document-search__entry-score {
	height: 2px;
	width: 100%;
	background-color: #f3f3f3;
}

.document-search__entry-score-bar {
	height: inherit;
	width: 0;
	background-color: currentColor;
}

.document-search__entry-score-number {
	font-size: 0.7rem;
	top: 0;
	right: 0;
	padding: 5px 10px;
	position: absolute;
}

.document-search__list button.document-search__load-more {
	background-color: #00284a; /*TODO generic*/
	color: #fff !important;
	font-family: inherit;
}

.document-search__loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid currentColor;
	width: 50px;
	height: 50px;
	-webkit-animation: newsloaderspin 2s linear infinite; /* Safari */
	animation: newsloaderspin 2s linear infinite;
	margin: 4rem auto;
}

@-webkit-keyframes newsloaderspin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	   }
}

@keyframes newsloaderspin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.document-search__query-wrapper {
	position: relative;
	margin: 1rem 0 4rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 1rem;
	box-shadow: inset 0 0 10px -1px rgba(0, 0, 0, 0.1);
}

.document-search__query-wrapper:before {
	content: '\f002';
	position: absolute;
	padding: 10px 10px 10px 0;
	font-family: 'FontAwesome';
}

input.document-search__query {
	border-radius: 0;
	padding-left: 35px;
	box-shadow: none !important;
	border: none !important;
	margin: 0;
	background: none !important;
}

.document-search__query-widgets {
	display: flex;
	align-items: center;
}

.document-search__query-mic {
	margin: 0 1.2rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: scale(1);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	width: 24px;
	height: 24px;
	will-change: transform, box-shadow;
}

.document-search__query-mic.listening{
	color: seagreen;
	animation: pulse-black 2s infinite;
}


@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


select.document-search__query-operator {
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid !important;
	border-radius: 0;
	width: auto;
	font-size: 0.7rem;
	padding: 10px 17px 10px 10px;
	height: auto;
	line-height: normal;
	margin: 0 1.2rem 0 0;
	box-shadow: none !important;
}

.document-search__query-submit {
	background-color: #00284a;
	padding: 0.4rem 1.2rem;
	color: #fff;
	cursor: pointer;
}

.ccm-block-share-this-page ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-share-this-page ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-share-this-page svg{max-height:13px}.ccm-block-social-links ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-social-links ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-social-links svg{max-height:13px}


