.full_width_bg {
	display: inline-block;
	width: 100%;
	background: #081d38;
}

.full_width_bg .align_center {
	max-width: 1260px;
	margin: 0 auto;
	background: #fff;
}

.full_width_bg .align_center .left_col {
	display: inline-block;
	width: 50%;
	float: left;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.full_width_bg .align_center .right_col {
	display: inline-block;
	width: 50%;
	float: right;
	position: relative;
	overflow: hidden;
}

.align_center .container {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.align_center .right_col .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(8,29,56,1), rgba(8,29,56,.74), rgba(8,29,56,.21));
}

.align_center .container > img,
.align_center .container .inside {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.align_center .container .inside {
	padding: 25% 13% 0;
}

.align_center .container img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.align_center .cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 50px;
	justify-content: flex-start;
}

.align_center .cards .card {
	width: 290px;
}

.cards .card .img-container {
	width: 270px;
	height: 270px;
	overflow: hidden;
	border: 2px solid #000;
}

.cards .card .img-container img {
	width: 270px;
	height: auto;
}

.align_center .card .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.align_center .card .newest {
	display: inline-block;
	height: 26px;
	width: 75px;
	border-radius: 3px;
	background-color: #ec0000;
	box-shadow: 0 2px 4px 0 rgba(101,49,49,0.5);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 12px;
}

.align_center .card .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 28px;
	line-height: 30px;
	padding: 10px 0 25px;
	border-bottom: 1px dotted #fff;
}

.align_center .card .desc {
	font-family: 'ET Text';
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	padding: 15px 0;
}

.card .buttons .infographic,
.card .buttons .article {
	display: inline-block;
	width: 194px;
	height: 45px;
	border-radius: 6px;
	background-color: #2670D9;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #2670D9;
	margin: 20px 10px 15px 0;
}

.card .buttons .article {
	background-color: unset;
	border: 1px solid #fff;
	margin-right: 0;
}

.card .buttons .infographic:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 10px;
	background: url('/assets/themes/eet/images/infographic/zoom_x3.png') no-repeat;
	background-size: 25px 25px;
}

.card .download_wrap {
	display: inline-block;
	font-size: 19px;
	font-weight: 300;
	padding: 0;
}

.card .download_icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 12px;
	background: url('/assets/themes/eet/images/infographic/download_white_x3.png') no-repeat;
	background-size: 25px 25px;
}

.full_width_nobg .align_center {
	font-family: 'Roboto', sans-serif;
}

.full_width_nobg .align_center .container {
	padding: 0;
	font-size: 0;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
}

.full_width_nobg .align_center .container > a {
	position: relative;
	display: inline-block;
	font-size: 0;
}

.full_width_nobg .card .download_icon {
	position: relative;
	top: 10px;
	background: url('/assets/themes/eet/images/infographic/download_black_x3.png') no-repeat;
	background-size: 25px 25px;
}

.full_width_nobg .align_center .card .date {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-top: 25px;
}

.full_width_nobg .align_center .card .title {
	border-bottom: 1px dotted #000;
	font-size: 18px;
	line-height: 21px;
}

.full_width_nobg .card .buttons .infographic {
	height: 36px;
	line-height: 36px;
	width: 125px;
	margin: 5px 5px 0 0;
	font-size: 16px;
}

.full_width_nobg .card .buttons .infographic:before {
	width: 27px;
	height: 22px;
	position: relative;
	top: 5px;
	background: url('/assets/themes/eet/images/infographic/zoom_x3.png') no-repeat;
	background-size: 22px 22px;
}

.full_width_nobg .card .buttons .article {
	width: 97px;
	height: 36px;
	line-height: 36px;
	margin: 5px 5px 0 0;
	background-color: #000;
	font-size: 16px;
}

.card .download_text {
	border-bottom: 1px solid #fff;
}

.card .title a,
.card .title a:visited,
.card .title a:hover,
.card .buttons .infographic a,
.card .buttons .infographic a:visited,
.card .buttons .infographic a:hover,
.card .buttons .article a,
.card .buttons .article a:visited,
.card .buttons .article a:hover,
.card .download_text a,
.card .download_text a:visited,
.card .download_text a:hover {
	color: #fff;
}

.full_width_nobg .card .title a,
.full_width_nobg .card .buttons .infographic a,
.full_width_nobg .card .buttons .article a {
	color: #000;
}

.full_width_nobg .card a,
.full_width_nobg .card a:visited,
.full_width_nobg .card a:hover {
	color: #000;
}

.full_width_nobg .card .buttons .article a,
.full_width_nobg .card .buttons .article a:visited,
.full_width_nobg .card .buttons .article a:hover,
.full_width_nobg .card .buttons .infographic a,
.full_width_nobg .card .buttons .infographic a:visited,
.full_width_nobg .card .buttons .infographic a:hover {
	color: #fff;
}


.full_width_nobg .align_center {
	max-width: 1260px;
	margin: 0 auto;
	padding: 30px 8vw 0 8vw;
}

.full_width_nobg .card {
	display: inline-block;
	width: 25%;
	float: left;
	padding: 0 25px 100px;
}

.full_width_nobg .card:nth-child(4n+1) {
	clear: both;
}

@media only screen and (max-width: 1110px) {
	.card .buttons .infographic, .card .buttons .article {
		width: 168px;
	}
}

@media only screen and (max-width: 768px) {
	.align_center .container .inside {
		padding: 18% 6% 2%;
	}
	.align_center .card .title {
	    font-size: 25px;
	    line-height: 28px;
	    font-weight: bold;
	    padding: 5px 0 15px;
	}
	.align_center .card .desc {
		padding: 8px 0;
	}
	.card .buttons .infographic, .card .buttons .article {
		margin: 6px 10px 5px 0;
	}
	.card .buttons .infographic, .card .buttons .article {
		width: 134px;
	}
	.full_width_nobg .card {
		display: inline-block;
		width: 50%;
		float: left;
	}
	.full_width_nobg .card:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 640px) {
	.full_width_bg .align_center .left_col,
	.full_width_bg .align_center .right_col {
		width: 100%;
	}
	.align_center .left_col .container {
		width: 100%;
		padding: 0;
		position: relative;
	}
	.align_center .right_col .overlay {
		background: linear-gradient(0deg, rgba(8,29,56,1), rgba(8,29,56,.74), rgba(8,29,56,.21));
	}
	.align_center .container .inside {
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 20px;
		position: relative;
	}
	.align_center .card .title {
		line-height: 32px;
	}
	.card .buttons .infographic,
	.card .buttons .article {
		width: 145px;
		font-size: 16px;
	}
	.card .buttons .infographic:before {
		content: "";
		height: 25px;
		position: relative;
		top: 8px;
	}
	.card .download_wrap {
		font-size: 16px;
	}
	.full_width_nobg .card {
		display: inline-block;
		width: 100%;
		padding: 0 25px 60px;
	}
}


