@media screen and (max-width: 436px) {
	.navigation-list__item.hide_mobile {
		display: none
	}
}

.longgrids-list {
	margin-bottom: 0px
}

.search_result {
	margin-bottom: 40px;
}

@media screen and (max-width: 1160px) {
	.about-project-social ul li a {
		font-size: 22px;
	}
}

/* .header-top a {font-size: 24px; border: 1px solid #000000;} */
/* @media screen and (max-width: 950px) {
	.header-top a {
		line-height: 1.5;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		font-family: "Bebas Neue";
	}
} */
.news_top4 {
	padding-bottom: 40px;
}

.news_top4-list__content p {
	font-size: 16px;
	line-height: 1.5;
}

.news-aside-list__title a {
	font-size: 19px;
}

.articles-on-the-topic-list__item a {
	color: #000
}

.articles-on-the-topic-list__item a:hover {
	color: #d0021b;
}

.news-aside--right {
	margin-top: 0px
}

.news-aside__info {
	margin-bottom: 40px;
}

.news-aside__info-text {
	display: block
}

.article-content blockquote a {
	color: #4e5d6e;
}

.article-content>p a,
.article-content .h2--border a,
.article-content blockquote a {
	text-decoration: underline;
}

.article-content>p a:hover,
.article-content .h2--border a:hover,
.article-content blockquote a:hover {
	color: #d0021b;
}


.news-aside-list-wrapper__top {
	margin-bottom: 25px;
}

.special-projects_plots__image--blackout:before {
	height: 50%;
}

.news_top2-list__image--blackout:before {
	height: 50%;
}

.news-list {
	margin-bottom: 20px;
}

.special-projects_plots--three {
	margin-bottom: 0px;
}

@media screen and (min-width: 770px) {
	.mobile_only {
		display: none;
	}
}

@media screen and (max-width: 770px) {
	.desktop_only {
		display: none;
	}
}

.h2--border span {
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	.h2--border span {
		font-size: 24px;
	}
}

.inner_top-news__video_wrapper {
	/*padding-right: 190px; */
	overflow: hidden
}

@media screen and (max-width: 1023px) {
	.inner_top-news__video_wrapper {
		padding-right: 0px
	}
}

.article-content.article-content-right .article-content__image {
	float: right;
}

.article-content.article-content--narrow.article-content-right .article-content__image {
	margin-right: -160px;
	margin-left: 40px;
}

@media screen and (max-width: 767px) {
	.article-content.article-content-right .article-content__image {
		float: none;
	}

	.article-content.article-content--narrow.article-content-right .article-content__image {
		margin: 0 0 20px;
	}
}

.js-relap-widget-wrapper {
	display: flex !important;
}

.article-content ul li {
	list-style: disc;
	color: #000000;
	font-family: "Lora";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.article-content ol li {
	color: #000000;
	font-family: "Lora";
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.article-content ul li:not(:last-child),
.article-content ol li:not(:last-child) {
	margin-bottom: 10px;
}

.article-content ul {
	padding-left: 17px;
}

.article-content ol {
	padding-left: 22px;
}

.article-content ul,
.article-content ol {
	margin-bottom: 25px;

}

.article-content>ul a,
.article-content>ol a {
	text-decoration: underline;
}

.article-content>ul a:hover,
.article-content>ol a:hover {
	color: #d0021b;
}