
.free-wall {
	margin: auto auto 1em;
}

.size11 {
	height: 232px;
	width: 232px;
}

.size12 {
	background: #6c6d6e;
	width: 232px;
	height: 464px;
}

.size21 {
	background: #6c6d6e;
	width: 464px;
	height: 232px;
}

.size22 {
	background: #6c6d6e;
	height: 464px;
	width: 464px;
}

.brick {
	background: #6c6d6e;
	color: #fff;
	float: left;
	cursor: default;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.brick.spacer {
	background-color: transparent;
	color: #E5E4E0;
	font-size: 1px;
}

.brick .cover {
	overflow: hidden;
	margin: 20px;
}

.brick .cover.image-panel {
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
}

.brick .cover.image-panel .mobile-title {
	background-color: rgba(88,89,91,0.8);
	color: #fff;
	display: none;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 1.5em 1.25em 0.8em 1.25em;
	width: 100%;
}

.brick .cover.image-panel .mobile-excerpt {
	background-color: rgba(88,89,91,0.8);
	color: #fff;
	display: none;
	float: left;
	font-size: 0.833335em;
    line-height: 1.2em;
	margin: 0;
	padding: 0 1.45em 1.45em 1.45em;
	width: 100%;
}

.brick .cover .date {
	background-color: rgb(88,89,91);
	color: rgb(249,213,35);
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.583335em;
	font-weight: normal;
	left: 0;
	line-height: 1.4em;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 0;
}

.brick .cover .blog-title {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.083335em;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 0.5em;
}

.brick .cover a {
	color: #fff;
	font-size: 0.95238em;
}

.brick .cover a:hover {
	color: #000;
}

.brick .cover .excerpt p {
	font-size: 0.666665em;
	line-height: 1.2em;
}

.brick .cover .more-link {
	display: inline-block;
	font-size: 0.7em;
	padding-top: 0.7em;
}

.brick .cover .video-icon {
	background: url('../../images/video-icon.png') center center no-repeat;
	background-size: 48px 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 48px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.brick:hover .read-more {
	display: block;
	cursor: pointer;
}

.brick .desc {
	display: none;
}

.full-width .float-left {
	display: none;
}

.full-width .desc {
	display: block;
}

.full-width.brick {
	box-shadow: none;
	overflow: visible;
	border: none !important;
	background: none !important;
}

.full-width.brick .cover {
	margin: 0px 20px;
	color: #333;
}

.full-width.brick .cover * {
	text-shadow: none;
}

.full-width.brick .cover code {
	color: #666;
}

.open .float-left {
	display: none;
}

.open .desc {
	display: block;
}

.cell {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	background-color: #222;
}


@media only screen and (max-width: 653px) {
	.brick.spacer { display: none; }
}
