body {
	font-family: Inter, sans-serif;
	font-style: normal;
	color: #000;
	margin: 16px;
}

header {
	margin-top: 120px !important;
}

main {
	
}

footer {
	margin-bottom: 120px;
}

.center {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.logo {
	display: block;
	width: 92px; 
	height: 48px;
	background-image: url('../img/logo.svg');
	margin: 0 auto;
}

.dek {
	max-width: 1060px;
	margin: 0 auto;
	
	p {
		font-size: 22px;
		font-weight: 300;
	}
}

.post-body {
	max-width: 1060px;
	margin: 0 auto;
	
	.flyer-thumbnail {
		display: block;
		float: right;
		clear: none;
		width: 320px;
		height: auto;
		margin: 0 0 0 20px;
		
		img { 
			width: 100%;
			height: auto;
			border-radius: 4px;
			box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
		}
		
		button {
			width: 100%;
			margin-top: 12px;		}
	}
}

p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	letter-spacing: -0.25px;
} 

h1 {
	font-size: 80px;
	font-style: normal;
	font-weight: 900;
	line-height: 92%; 
	letter-spacing: -3px;
	text-align: center;
}

h3 { 
	font-size: 30px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%; 
	letter-spacing: -1px; 
	margin-top: 48px;
}

h3.references {
	padding-bottom: 12px;
	border-bottom: #F0F0F0 6px solid;
}


h4 { 
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: -0.5px; 
	
}

input {
	display: inline-flex;
	padding: 16px 24px;
	margin: 24px auto;
	justify-content: left;
	align-items: left;
	border: none;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-size: 17px;
	line-height: 100%;
}

input.email {
	border-radius: 8px 0 0 8px;
	margin-right: 0;
	width: 240px;
	height: 20px;
}

button, input.button {
	display: inline-flex;
	padding: 16px 24px;
	margin: 24px auto;
	justify-content: center;
	align-items: center;
	/*gap: 8px;*/
	border: none;
	border-radius: 8px;
	background: #2F80ED;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	cursor: pointer;
	
	a {
		color: #fff;
		text-decoration: none;
	}
}

button:hover, input.button:hover {
	background: #2565BA;
}

input.button {
	border-radius: 0 8px 8px 0;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: -4px;
	height: 52px;
}



.item {
	/* display: block; */
	margin: 0 0 32px 0;
	
	h4 span { 
		background-color: #000; 
		color: #FFF;
		padding: 6px 12px;
		margin: 0;
		border-radius: 4px;
	}
	
	p {
		margin: 8px 0 0 0;
	}
}



.link-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 32px;
	/* display: flex;
	flex-flow: column wrap;
	 */
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.link { 
	display: flex;
	align-items: center;
	gap: 18px;
	align-self: stretch;
	font-size: 15px;
	letter-spacing: -1%;
	color: #666;
	line-height: 150%;
	min-width: 320px;
	margin: 0 0 24px 0;
	
	.link-icon {
		width: 90px;
		height: 90px;
		flex-shrink: 0;
		border-radius: 8px;
		background: #FFF;
		background-size: 90px 90px;
		box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
	
	}
	
	.icon-bulwark {
		background-image: url('../img/icon-bulwark.svg');
	}
	
	.icon-crs {
		background-image: url('../img/icon-crs.png');
	}
	
	.icon-marketplace {
		background-image: url('../img/icon-marketplace.svg');
	}
	
	.icon-npr {
		background-image: url('../img/icon-npr.svg');
	}
	
	.icon-nytimes {
		background-image: url('../img/icon-nytimes.svg');
	}
	
	.icon-pew {
		background-image: url('../img/icon-pew.svg');
	}
	
	.icon-usaid {
		background-image: url('../img/icon-usaid.png');
	}
	
	.icon-wikipedia {
		background-image: url('../img/icon-wikipedia.svg');
	}
	
	.link-content {
		
	}
	
	h5 {
		font-weight: 800;
		margin: 0 6px 0 0;
		font-size: 15px;
		color: #000;
		text-transform: uppercase;
		float: left;
		clear: none;
	}
	
	a {
		color: #000;
		font-size: 20px;
		font-style: normal;
		text-decoration: none;
		font-weight: 700;
		line-height: 115%; 
		letter-spacing: -2%;
	}
	a:hover {
		color: #2F80ED;
		text-decoration: underline;
	}
	
}

.post-footer {
	margin: 0 auto 40px auto;
	p {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #bbb;
		font-size: 14px;
		font-weight: 400;
		line-height: 140%;
	}
}

.newsletter-block {
	width: 100%;
	height: auto;
	background: #000;
	margin: 60px 0 32px -16px;
	padding: 48px 16px;
	
	.wrapper {
		max-width: 1060px;
		margin: 0 auto;
		text-align: center;
	}
	
	h3 {
		color: #fff;
		font-size: 40px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
		letter-spacing: -1px;
		margin: 0;
	}
	
	p {
		color: #fff;
		font-size: 17px;
		line-height: 150%;
		font-weight: 300;
	}
	
}


footer {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #828282;
	line-height: 125%;
	max-width: 1060px;
	margin: 32px auto 64px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 32px;
	
	a {
		font-weight: 700;
		text-decoration: none;
		color: #000; 
	}
	
	a:hover { 
		color: #2F80ED;
		text-decoration: underline;
	}
	
	.footer-left {
		display: flex;
		float: left;
		clear: none;
		width: 48%;
	}
	
	.footer-right {
		display: flex;
		float: right;
		clear: none;
		text-align: right;
		width: 48%;
		justify-content: flex-end;
	}
	
	.footer-bluesky {
		display: block;
		float: right;
		height: 30px;
		width: 30px;
		margin-left: 16px;
		background-image: url('../img/footer-bluesky.svg');
	}
	.footer-instagram {
		display: block;
		float: right;
		height: 30px;
		width: 30px;
		margin-left: 16px;
		background-image: url('../img/footer-instagram.svg');
	}
	.footer-factcheck {
		display: block;
		float: right;
		height: 30px;
		width: 58px;
		margin-left: 20px;
		background-image: url('../img/footer-logo.svg');
	}
	
}


@media only screen and (max-width: 767px) {
 	.post-body {
		.flyer-thumbnail {
			display: none;
		}
	}
	input.email {
		border-radius: 8px;
		padding: 16px 0;
		text-align: center;
		width: 100%;
		margin-bottom: 0;
	}
	input.button {
		border-radius: 8px;
		width: 100%;
		margin-top: 8px;
	}
}
