@charset "utf-8";
/* CSS Document */

div.article {
	margin: 0 auto;
	max-width: 960px;
}

div.article h1,
div.article h2,
div.article h3 {
	margin: 20px 0;
	
	font-size: 16px;
}

div.article div.meta {
	margin-bottom: 10px;
	
	color: #78909C; /* blue grey 400 */
	font-size: 12px;
	line-height: 16px;
}

div.article div.meta strong {
	font-weight: normal;
}

div.article div.meta div.social {
	text-align: right;
}

div.article figure {
	background-color: transparent;
}

div.article div.image {
	margin-bottom: 20px;
}

ul.links {
	margin: 20px 0 0;
	padding: 0;
	
	list-style: none;
}

ul.links li {
	margin: 0;
	padding: 0;
	
	border: 0;
}

@media screen and (max-width: 768px) {
	
	.cols.fold-medium > [class*="col-"] {
		clear: none;
		
		width: 50% !important;
	}
	
	.cols.fold-medium > [class*="col-"]:nth-child(2n + 1) {
		clear: left;
	}
	
}

@media screen and (max-width: 480px) {
	
	.cols.collapse-small > [class*="col-"] {
		float: none !important;
		
		width: 100% !important;
	}
	
}

section.articles {
	/*padding: 40px;*/
}

section.articles > div.cols {
	margin-bottom: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
	border-bottom: 1px solid #eceff1; /* blue grey 50 */
}

section.articles h3 {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	
	section.articles figure {
		margin-bottom: 20px;
	}
	
}

form {
	max-width: 480px;
}
