/************************
 News search form
************************/

.news-search-body-container {
	max-width: 400px;
	margin: 20px 0 0 35px;
}

.news-search {
	margin: 30px 0 20px 0;
}

.news-search li {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: center;
	margin-bottom: 15px;
}

.news-search label {
	flex: 1 0 100px;
}

.news-search div {
	flex: 10 1 150px;
}

.news-search div > * {
	width: 150px;
}

#news-search-extended {
	width: 100%;
}

#news-search-work,
#news-search-text {
	width: 100%;
}

/********************************
 News item list
********************************/

.news-sub-head-updated {
	margin-top: -10px;
}

.news-item-list > h2:first-child {
	margin-top: 35px;
}

.news-item-list h2,
.news-item-list h3 {
	margin-top: 17px;
}

.news-item-list h2 + h4,
.news-item-list h3 + h4 {
	margin: -7px 0 10px 0;
}

.news-item-with-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}

.news-item-image {
	max-width: 250px;
	margin: 7px 30px 0px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-item-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.news-item-with-img .news-item-details {
	flex: 1 1 300px;
}

.news-item-details li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.news-item-details li > label {
	flex: 1 0 100px;
	max-width: 120px;
	white-space: nowrap;
	margin-right: 5px;
	line-height: 1.5em;
}

.news-item-details li > p {
	flex: 1 1 200px;
	line-height: 1.5em;
}

.news-item-details p {
	line-height: 1.7em;
}

.news-item-details li:last-child {
	margin-bottom: 0;
}

.news-item-details h3 {
	margin-top: 10px;
}

@media screen and (max-width: 800px) {
	.news-item-image {
		max-width: 200px;
	}
}

.side-column-item .news-item-list h3 {
	display: block;
	margin-top: 25px !important;
	padding-top: 25px;
	border-top: 1px solid var(--header-text-1);
}

.side-column-item div:first-of-type h3:first-child {
	border-top: none;
	padding-top: 0;
}

.side-column-item .news-item-details {
	margin-top: 10px;
}

.side-column-item .news-item-details label {
	flex: 1 0 90px;
}

.side-column-item .news-item-details p {
	line-height: 1.7em;
	margin-bottom: 0.3em;
}
