@keyframes slideInFromRight {
	0% {
		opacity: 0;
		transform: translate(100px,50px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
@keyframes slideInFromLeft {
	0% {
		opacity: 0;
		transform: translate(-100px,50px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}


#articlegridwidget {
	position: relative;
	z-index: 25;
	padding: 100px 0;	
}

/**
 * Home widget interaction
 */
#articlegridwidget .wnav {

}
#articlegridwidget .poptopics {
	margin-right: 40px;
}
#articlegridwidget .topicselector {
	width: auto;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0 220px 0 0;
	position: relative;
}
#articlegridwidget .topicselector em {
	font-style: normal;
}
#articlegridwidget .wnav span {
	padding: 0 20px;	
}
#articlegridwidget .wnav .current:empty + span,
#articlegridwidget .wnav .current {
	display: block;	
}
#articlegridwidget .wnav .current:empty,
#articlegridwidget .wnav .current + span {
	display: none;	
}

#articlegridwidget .wnav .current:empty + span {
	display: block;	
}
#articlegridwidget .wnav label svg {
	position: absolute;
	top: 22px;
	right: 24px;
	transform: rotate(90deg);
	transition: transform 0.2s ease;
	fill: var(--form-secondary-color);
}
#articlegridwidget .wnav label,
#articlegridwidget .topicselector .struct {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 7;
}
#articlegridwidget .wnav label {
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	color: var(--dark-blue);
	background: #E5E9F5;
	font-weight: 600;
}

#articlegridwidget .wnav label:hover {


}
#articlegridwidget input:checked ~ label {
	border-color: var(--form-secondary-color);
}
#articlegridwidget input:checked ~ label svg {
	transform: rotate(-90deg);
}
#articlegridwidget input:checked ~ .struct {
	display: block;	
}
#articlegridwidget .topicselector .struct {
	display: none;
	top: 63px;
	border: 1px solid var(--form-color);
	
}
#articlegridwidget .topicselector li a {
	display: block;
	font-weight: 600;
	color: var(--dark-blue);
	text-decoration: none;
	background: #FFF;
	border-radius: 26px;
}
#articlegridwidget .topicselector li a:hover {
	background: var(--red);
	color: #FFF;	
}
#articlegridwidget .topicselector li:hover + li span,
#articlegridwidget .topicselector li a:hover span {
	border-color: transparent;	
}
#articlegridwidget .topicselector li span {
	border-top: 1px solid var(--form-color);
	display: block;
	margin: 0 20px;
	padding: 0;
}
#articlegridwidget .topicselector li:first-child span {
	border-top: none;	
}
@media (max-width: 1400px) {
	#articlegridwidget .topicselector {
		font-size: 0.889rem;	
	}

	#articlegridwidget .wnav label,
	#articlegridwidget .topicselector .struct {
		width: 250px;	
	}
}
@media (max-width: 1200px) {
	#articlegridwidget .wnav {
		display: block;
		height: 80px;
	}
	#articlegridwidget .topicselector {
		width: auto;
		font-size: 0.889rem;
	}
	#articlegridwidget .wnav label,
	#articlegridwidget .topicselector .struct {
		width: 440px;	
	}
}
@media (max-width: 1000px) {
	#articlegridwidget .wnav label,
	#articlegridwidget .topicselector .struct {
		width: 330px;	
	}	
}
@media (max-width: 799px) {
	#articlegridwidget .wnav { 
		height: 128px;
	}
	#articlegridwidget .wnav label,
	#articlegridwidget .topicselector .struct {
		width: calc(100% - 40px);	
	}
	#articlegridwidget .topicselector {
		height: 96px;
	}
	#articlegridwidget .topicselector em {
		text-align: center;	
	}
	#articlegridwidget .wnav label {
		top: 60px;
	}
	#articlegridwidget .topicselector .struct {
		top: 107px;	
	}
}



/**
 * Stories navigation
 */
.storynav {
	display: flex;
	padding-top: 80px;	
}
.storynav .alltopics,
.storynav .search_and_popular {
	width: calc(50% - 20px);
	height: 134px;
}
.storynav  .alltopics {
	margin-left: 40px;
}
.storynav  .alltopics dl {
	margin-left: -10px;	
	height: 134px;
	overflow: hidden;
}
.storynav  .alltopics dd {
	margin: 0 0 10px 10px;
}
.storynav  .alltopics dd.all {
	display: none;	
}
.storynav  .alltopics dt {
	display: none;	
}
.storynav input:placeholder-shown {
	opacity: 1;
	color:  var(--form-secondary-color);
}
.storynav input::-webkit-input-placeholder {
	opacity: 1;
	color:  var(--form-secondary-color)
}
.storynav input::-moz-placeholder {
	opacity: 1;
	color:  var(--form-secondary-color);
}
.storynav input:-ms-input-placeholder {
	opacity: 1;
	color:  var(--form-secondary-color);
}

.search_and_popular form {
	display: block;
	position: relative;	
}
.search_and_popular form input {
	width: 100%;
	padding-right: 70px;	
}
.search_and_popular form .button {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	width: 50px;
	padding: 0;
}
.search_and_popular form .button svg {
	transform: translate(0,3px);
	fill:  var(--form-secondary-color);
}
.search_and_popular form .button span {
	display: none;
}

dl.poptopics,
dl.poptopics dt,
dl.poptopics dd {
	display: inline-block;
	line-height: 52px;
	font-weight: 600;
	vertical-align: baseline;
	
}
dl.poptopics dt {
	color: #FFF;
	padding: 0 20px 0 46px;
	border-radius: 26px;
	position: relative;
	background: var(--red) url("img/heart_w.svg") 20px center no-repeat;
}
dl.poptopics dd {
	margin-left: 40px;
}
dl.poptopics a {
	color: var(--dark-blue);
	text-decoration: none;
	line-height: 52px;
}
dl.poptopics a:hover {
	color: var(--red);
}
dl.poptopics a.active  {
}




.articlegrid {
	padding: 60px 0;	
}
.articlegrid:after {
	content: "";
	display: block;
	clear: both;	
}
.articlegrid article {
	width: calc(50% - 20px);
	float: left;
	margin: 0 0 40px 0;
	color: #FFF;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.articlegrid article.lazy-bg-loaded {
	animation: slideInFromLeft 0.6s ease;
	animation-fill-mode: backwards;	
}
.articlegrid article.lazy-bg-loaded:nth-child(odd),
.articlegrid article.lazy-bg-loaded:nth-child(2) {
	animation-name: slideInFromRight;
}
.articlegrid article.lazy-bg-loaded:nth-child(1) {
	animation-name: slideInFromLeft;
}
.articlegrid article:nth-child(2),
.articlegrid article:nth-child(odd) {
	float: right;
}
.articlegrid article:nth-child(1) {
	float: left;
}
.articlegrid img {
	transition: all 0.4s ease;		
}
.articlegrid a:hover img {
	left: -2%;
	top: -2%;
	width: 104%;
	height: 104%;	
}
.articlegrid .body {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 4;
	width: 420px;
}
.articlegrid .body span {
	background: var(--brown);
	color: #FFF;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;	
	padding: 0 10px;
}
.articlegrid .tt {
	font-size: 20px;
	line-height: 1;	
}
.articlegrid .tt span {
	background: rgba(100,50,40,0.5)
}
.articlegrid .tp_2  .body span {
	background: var(--orange);
	color: var(--darkblue);
}
.articlegrid .tp_2 .tt span {
	background: rgba(255, 120, 0,0.5);	
}
.articlegrid .tt {
	font-size: 20px;
	line-height: 1;	
}
.articlegrid .t3 {
	color: #FFF;
}
.more_articles {
	text-align: center;
	margin: -60px 0 100px;	
}
#articlegridwidget .more_articles {
	margin-bottom: 0;
}
.more_articles .title {
	padding-bottom: 10px;	
}
@media (max-width: 1200px) {
	
	.storynav {
		display: block;	
	}
	dl.poptopics {
		display: none;	
	}
	.storynav  .alltopics dd.all {
		display: inline-block;
	}
	.storynav  .alltopics dd.all a {
		color: var(--button-color);		
	}
	.storynav  .alltopics dd.all a:hover, .storynav  .alltopics dd.all a.active {
		color: #FFF;
		background: var(--button-color);;	
	}
	.storynav .alltopics,
	.storynav .search_and_popular {
		width: auto;
		height: auto;
		margin: 0 0 30px 0;
	}
	.storynav .alltopics dl {
		height: auto;
		
	}
	.storynav .alltopics {
		padding-bottom: 20px;
		border-bottom: 1px solid #577E64;	
	}
	.articlegrid {
		padding: 50px 0;
	}.storynav {
		display: block;	
	}
	.search_and_popular dl {
		display: none;	
	}
	.storynav .alltopics,
	.storynav .search_and_popular {
		width: auto;
		height: auto;
		margin: 0 0 30px 0;
	}
	.storynav .alltopics dl {
		height: auto;	
	}
	.articlegrid {
		padding: 50px 0;
	}
	
	.articlegrid .body {
		bottom: 20px;
		left: 20px;
		right: 40px;
		width: auto;
	}
	.big.lazy-bg-loaded .body h3 {
		padding-left:  10px;
		margin-left: -10px;
	}
	.articlegrid article svg {
		right: 20px;
		bottom: 20px;
		width: 16px;	
	}
}
@media (max-width: 1000px) and (min-width: 799px) {
	.articlegrid article {
		width: 350px;
		margin-bottom: 20px;
	}

	.articlegrid .t2 {
		font-size: 30px;
		line-height: 42px;
	}
	.articlegrid .big .t3 {
		font-size: 26px;
		line-height: 36px;	
	}
	.articlegrid .normal .t3 {
		font-size: 20px;
		line-height: 26px;
	}
	.articlegrid article svg {
		width: 12px;	
	}
}
@media (max-width: 799px) {
	#salland .articlegrid article {
		width: auto;
		float: none;
	}
}
@media (max-width: 560px) {
	#salland .articlegrid article {
		margin-bottom: 10px;	
	}
	.storynav .alltopics {
		margin-bottom: 0;	
	}
	.storynav {
		padding-top: 50px;	
	}
	.more_articles .button {
		display: block;	
	}
	.more_articles {
		margin: -30px 0 50px;	
	}
}
@media (max-width: 400px) {
	.articlegrid .t2,
	.articlegrid .big .t3 {
		font-size: 26px;
		line-height: 36px;	
	}
	.articlegrid .normal .t3 {
		font-size: 20px;
		line-height: 26px;
	}
	.articlegrid article svg {
		width: 12px;	
	}
}
@media (max-width: 350px) {
	.big.lazy-bg-loaded .body h3 {
		background: none;	
	}
}