/* JIRA DO-288 */
header .search .tags {
	flex-flow: row wrap;
	justify-content: center;
}
header .search .tags .tag {
	margin-bottom: 12px;
}


header .search .tags .tag a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

/* JIRA DO-289 */
header .menu__container .menu-element {
	white-space: nowrap;
}


/* JIRA DO-290 */
/*
header .mega-menu {
	margin-top: 16px;
}
*/

header .mega-menu .mega-menu-container .container a {
	font-weight: normal;
}


header .mega-menu .mega-menu-container .container .btn-primary, header .mega-menu .mega-menu-container .container .btn-primary:hover {
	color: #fff;
	background-color: #024694;
	border-color: #024694;
	margin-bottom: 16px;
}


/* JIRA DO-291 */
.article__tag {
	line-height: 20px;
}

h2::before {
	margin-top: -20px;
}

.article__released {
	color: #2D2B2D;
	font-weight: normal;
	padding: 3px calc(30px * 0.5) 2px;
}

/* JIRA DO-292 */
section.actions .action .action__icon .inactive{
  display: block;
}

section.actions .action .action__icon .active{
  display: none;
}

section.actions .action:hover .action__icon .inactive{
  display: none;
}

section.actions .action:hover .action__icon .active{
  display: block;
}


/* JIRA DO-293 */
section.greeting .description {
	line-height: 28px;
}

/* JIRA DO-294 */
.event__tag {
	line-height: 20px;
}

/* JIRA DO-296 */
footer .footer-bottom a, footer .footer-bottom a:hover{
	color: #FFFFFF;
}

/* JIRA DO-298 */

.newspaper-viewer .link img {
	height: 35px;
	top: calc(50% - 15px);
}

/* JIRA DO-299 */
.search-bar .tags .tag a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

.search-bar input::placeholder {
  color: #2D2B2D;
  opacity: 1; /* Firefox */
}