/* Medium */
@media screen and (min-width: 768px) {
	.container {
		margin: 0 auto;
		width: 90%;
		max-width: 1400px;
		min-width: 1000px;
	}

.header,
.hero {
	height: 50vh;
	min-height: 300px;
	max-height: 700px;
	display: flex;
}
.blog-entry .hero,
.blog-entry .header {
	height: 80vh;
}


/* Header */
	.header {
		position: absolute;
		z-index: 999;
		width: 90%;
	}
	.header img {
	}
	.brand {
		display: block;
		position: absolute;
		z-index: 999;
		bottom: 0px;
		left: 0px;
		width: 140px;
		padding-bottom: 8px;
		border-bottom: 10px solid #fff;
	}
	.brand:hover {
		background: none;
	}


/* Nav */
	.nav {
		margin: 5vh 0 0 0;
	}
	.nav a {
		color: #fff;
		display: block;
		margin-right: 40px;
		margin-left: -10px;
		padding: 10px;
		font-size: 28px;
		font-weight: bold;
	}

/* Hero */
	.hero {
		width: 100%;
	    top: 0px;
	    overflow: hidden;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    opacity: .7;
    }

/* Intro */
	.intro h1 {
		margin: 30px 0 20px 0;
		color: #fff;
		font-weight: bold;
		font-size: 48px;
		line-height: 100%;		
	}
	.intro p {
		color: #fff;
	}


/* Tiles */
	.tile-wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.tile-wrapper.elevated {
		margin-top: -10vh;
		position: relative;
    	z-index: 9999;
	}
	.tile {
		display: block;
		width: 30%;
		margin: 0 20px 20px 0;
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	}
	.home .tile {
		width: 45%;
	}
	.tile h1 {
		padding: 20px;
		font-size: 24px;
		font-weight: bold;
		min-height: 150px;
	}
	.tile img {
	    transition: opacity 200ms ease-in-out;
	}
	.tile:hover img {
		opacity: .7;
	}

/* Partners */
	.partners {
		opacity: .6;
		border-top: 1px solid;
	}
	.partners a:hover {
		background: transparent;
	}
	.partners h3 {
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding-top: 10px;
		margin: 30px 0 0 0;
	}
	.partners ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
		justify-content: center;
		align-content: center;
	}
	.partners li {
		width: 33%;
		padding: 0;
		margin: 20px 40px;
	}
	.partners li a {
		display: block;
	}


/* Articles */
	article {
		background: #fff;
		position: relative;
		top: -150px;
		box-shadow: 0px 0px 20px rgba(0,0,0,.2);
		padding: 40px 40px;
		width: 90%;
		margin: 0 auto;
		z-index: 999;
	}
	.blog .article {
		padding: 40px 80px;
	}
	article .sharelinks {
		margin: -20px -20px 0 0;
		float: right;
	}
	.blog article h1 {
		margin: 40px 0 20px 0;
		text-align: center;
	}
	article .authors-wrapper {
		margin: 20px 0;
		padding:0;
		text-align: center;
	}
	article .authors-wrapper:after {
		content: " ";
		display: block;
		width: 15%;
		height: 1px;
		border-bottom: 8px solid;
		margin: 0 auto;
	}
	article .authors-wrapper p {
		margin: 5px 0 0 0;
		font-size: 12px;
		font-style: italic;
		font-family: "Geogia",serif;
	}
	article .authors {
		padding: 10px 0;
		align-content: center;
		justify-content: center;
	} 
	article .authors .author {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	article .authors .author img {
		width: 50px;
		height: auto;
		border-radius: 50%;
		margin-bottom: 5px;
		box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	}
	article .authors .author h1 {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	
	
	article .boilerplate {
		clear: both;
		background: #efefef;
		margin: 20px -80px -40px -80px;
		padding: 50px;
	    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	}
	article .boilerplate h2 {
		font-size: 22px;
		font-weight: bold;
	}


/* Sharelinks */
	.sharelinks {
		padding: 0;
		list-style: none;
		display: flex;
	}
	.sharelinks li a {
		font-size: 30px;
		margin-right: 10px;
		padding: 10px;
		border-radius: 5px;
		line-height: 0;
		display: block;
		border: 1px solid;
	}
	.header .sharelinks {
		position: absolute;
		right: -30px;
		top: 5vh;
	}
	.header .sharelinks li a {
		color: #fff;
		font-size: 24px;
		margin-right: 0;
		border: 1px solid transparent;
	}
	.header .sharelinks li a:hover {
	}



	/* Subscription */
	.subscribe article {
		padding-top: 10px;
		*top: -100px;
	}
	.subscribe article .partners {
		background: rgba(63, 76, 85, 0.6);
		margin: -40px -40px 20px -40px;
		opacity: 1;
		height: 150px;
		border: none;
	}
	.subscribe article .partners .spark-logo,
	.subscribe article .partners .summa-logo,
	.subscribe article .partners .abacus-logo {
		*fill: #000;
	}		
	.subscribe article .partners li {
		width: 18%;
		padding: 25px 0;
	}
	.subscribe article h1 {
		font-weight: bold;
	}
	.subscribe article h4 {
		font-weight: bold;
		font-size: 18px;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}

/* Footer */
	.footer {
		font-size: 14px;
		color: #fff;
		opacity: .7;
		margin: 40px 0;
		padding: 20px 0;
		text-align: center
	}

}
