* {
  padding: 0px;
  margin: 0px;
}

body {
	font-family: "Times New Roman";
	color: #222;
	background-color: #fcfcfc;
	line-height: 1.7rem;
	font-size: 1.15rem;
	-webkit-font-smoothing: antialiased;
}





/* TYPOGRAPHY */





h1, h2, h3, h5, .spec, .nav a, .goHome, .breadcrumb, .btn, table, .link, .introDown {
	font-family: "Din Alternate", "Helvetica Neue", Arial, sans-serif; font-weight:500; font-style:normal;
}

h1, h2 {
	margin-top: 1.7rem;
	margin-bottom: 3.4rem;
	max-width: 90%;
	text-transform: uppercase;
}

h1 {
	font-size: 3.3rem;
	line-height: 4rem;
}

h3, h4, h5, p, ul, ol, .pWidth {
	max-width: 35rem;
	margin-bottom: 1.7rem;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
}

h4 + p:before {
	content: " ";
	margin-left: 1.7rem;
}

h5 {
	margin-top: 1.7rem;
	text-transform: uppercase;
}

.small, .meta {
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.275rem;
}

.meta {
	text-transform: uppercase;
}

.spec {
	border-bottom: 1px solid #eee;
	line-height: 3.4rem;
	font-size: .875rem;
	max-width: 35rem;
	margin: 0px auto;
	text-transform: uppercase;
}

.spec a {
	border: none;
}

.spec .right {
	text-transform: none;
}

.monthsNav {
	margin-bottom: 4.4rem;
}

.monthsNav .spec {
	color: #ccc;
	font-size: .8rem;
	line-height: 2.2rem;
}

.monthsNav .spec a {
	color: #444;
}





/* BASICS */





img {
	width: 100%;
	display: block;
	float: left;
}

a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #222;
}

a:hover {
	border-bottom: 1px solid #ccc;
}

a.breadcrumb, a.btn, a.link {
	text-transform: uppercase;
}

a.breadcrumb:before {
	content: "← ";
	margin-right: 0.5rem;
	margin-left: -2rem;
}

a.btn {
	padding: 1.5rem;
	border-radius: 3rem;
	border: 2px solid;
}

a.btn:after {
	content: " →";
	margin-left: 1rem;
}

a.link.subtle {
	color: #888;
	transition: color .3s;
}

a.link.subtle:hover {
	color: #100CFA;
}

hr {
    border: none;
    height: 15px;
    color: #ccc;
    background-color: #ccc;
    max-width: 8rem;
    margin: auto;
}

table {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.275rem;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	
	padding: 1rem;
	border-spacing: 0px;
    border-collapse: separate;
}

tr:hover {
	background-color: #ddd;
}

td {
	padding: 5px;
	margin: 0px;
}




/* LAYOUT */



.mW {
	width: auto;
	max-width: 100% !important;
}

.right {
	float: right;
}

.grid {
	margin: 10rem auto;
}

.grid, .g4, .g3, .g2, .gL {
	vertical-align:top;
	height: auto;
	display: inline-block;
}

.g4 {
	width: 25%;
}

.g3 {
	width: 33.332%
}

.g2 {
	width: 50%;
}

.g1 {
	width: 100%;
}

.gL {
	width: 75%;
}

.p8 {
	margin-left: 12.5%;
}

.p4 {
	margin-left: 25%;
}

.p2 {
	margin-left: 50%;
}

.pB {
	margin-bottom: 10rem
}

.pT {
	margin-top: 10rem;
}

.pL {
	margin-left: 16px;
}

.pR {
	margin-right: 16px;
}

.gutter .gL {
	width: 73%;
	margin: auto 1%;

	width: calc(75% - 3.4rem);
	margin: auto 1.7rem;
}

.gutter .g2 {
	width: 48%;
	margin: auto 1%;

	width: calc(50% - 3.4rem);
	margin: auto 1.7rem;
}

.gutter .g3 {
	width: 31%;
	margin: auto 1%;

	width: calc(33.332% - 3.4rem);
	margin: auto 1.7rem;

	margin-bottom: 3.4rem;
}

.gutter .g4 {
	width: 23%;
	margin: auto 1%;

	width: calc(25% - 3.4rem);
	margin: auto 1.7rem;
}

.gutter > img, img.gutter {
	max-width: calc(100% - 3.4rem);
	margin-left: 1.7rem;
}

.gutter div img {
	margin-left: auto;
}

.sample .small {
	float: left;
	margin-top: .85rem;
}

.cf:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}






/* COMPONENTS */






#logo {
	font-size: 2.5rem;
	line-height: 8rem;
	text-align: center;
    letter-spacing: -1px;
    color: #eee;
    background-color: #222;
	width: 8rem;
	height: 8rem;
	margin: 4rem auto -9rem;
	border-radius: 2rem;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.intro #logo {

	color: white;
	background-color: transparent;
	border: 1px solid #fff;
}


#logo.small {
	font-size: 1rem;
	letter-spacing: -.5px;
	line-height: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: .66rem;
	color: #222;
	background-color: transparent;
	border: 1px solid #222;
	margin: 6rem auto 4rem;
}

.rotate {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.entry {
	position: relative;
	width: 90%;
	height: 224px;
	height: 20rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-color: #222;
	color: white;
	margin: auto;

	line-height: 3rem;
	padding-top: 10rem;
}

.entry h1 {
	transition: color .3s;
}

.entry:hover h1 {
	color: #ccc;
}

.entry .meta, .meta.label {
	width: 1.7rem;
	height: 1.7rem;
	line-height: 1.7rem;
	border-radius: .9rem;
	border: 1px solid white;
}

.meta.label {
	border: 1px solid #fcfcfc;
	background-color: #222;
	color: #fcfcfc;
}

.editorial, .entry {
	transition: color .7s, background-color .5s;
}

.gutter div.editorial {
	margin-bottom: 3.4rem;
}

.editorial:hover, .entry:hover {
	background-color: black;
}

.editorial:hover.c1 {
	color: #fc0;
}

.editorial:hover.c2 {
	color: #36477F;
}

.editorial:hover.c3 {
	color: #76E890;
}

.editorial:hover.c4 {
	color: #E83021;
}

.editorial .meta {
	margin: 1.7rem auto 0px auto;
	max-width: 80%;
	text-align: center;
}

.editorial h5 {
	margin: 1.7rem 1rem;
}

.intro {
	overflow: hidden;
	z-index: 10;
	position: relative;
	width: 100%;
	margin: 0;
	height: 650px;
	min-height: 400px;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-color: #666;
	color: white;

	line-height: 100vh;
	padding-top: 0;
}

.intro a {
	color: white;
	border-color: white;
}

.intro h1 {
	margin-top: .8rem;
	margin-bottom: .8rem;
}

.eIntro {
	z-index: 10;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;

	line-height: 3rem;
	padding-top: 30vh;
}

.cText {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 100%;
}

a.down {
	display: block;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	border: 1px solid white;
	border-radius: 1.7rem;
	text-align: center;
	margin: auto;
	color: white;
	transition: all .2s;
}

a.down:hover {
	line-height: 3.4rem;
	color: #fc0;
	border-color: #fc0;
}

a.introDown {
	display: block;
	height: 3rem;
	width: 11rem;
	line-height: 3rem;
	border: 1px solid white;
	border-radius: 1.7rem;
	text-align: center;
	margin: -12rem auto;
	color: white;
	transition: all .2s;
}

a.introDown:hover {
	color: #ccc;
	border-color: #ccc;
}

.goHome {
	color: black;
	position: fixed;
	top: .65rem;
	left: .65rem;
	z-index: 2;
	background-color: #999;
	line-height: 1.9rem;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 1rem;
	opacity: .5;
	transition: opacity .5s, color .5s;
	-webkit-animation: shiftColorGH 6s infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-play-state: paused;
}

.goHome:hover {
	color: white;
	opacity: 1;
	-webkit-animation-play-state: running;
}

@-webkit-keyframes shiftColorGH {
	0%, 100% {background-color: #ddd;}
	20% {background-color: #36477F;}
	40% {background-color: #76E890;}
	60% {background-color: #FFCC00;}
	85% {background-color: #E83021;}
}

.nav {
	background-color: rgba(252,252,252,.95);
	line-height: 3.3rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #f5f5f5;
}

.nav.noStick {
	position: relative;
	width: auto;
	border-bottom: none;
	max-width: 35rem;
	margin-right: auto;
	margin-left: auto;
}

.nav a {
	color: #999;
	display: inline-block;
	margin-left: 1rem;
	transition: .3s color, .2s border-bottom;
	border-bottom: 2px solid rgba(255,255,255,0);
}

.nav:hover a {
	color: #100CFA;
}

.nav:hover a:hover {
	color: #0A0791;
	border-bottom: 2px solid #0A0791;
}

.c1 {
	background-color: #fc0;
}

.c2 {
	background-color: #36477F;
}

.c3 {
	background-color: #76E890;
}

.c4 {
	background-color: #E83021;
}

.cg1 {
	background-color: #eee;
}

.cg2 {
	background-color: #888;
}

.cg3 {
	background-color: #222;
}

.inverted {
	color: #fff;
}





/* MOBILE */





@media screen and (max-width: 700px) {
	p, h1, h2, h3, h4, h5, h6, .spec {
		margin-left: 16px;
		margin-right: 16px;
	}

	ol, ul {
		margin-left: 32px;
		margin-right: 16px;
	}

	table {
		width: 100%;
		padding: 16px;
		border-spacing: 0px;
	    border-collapse: separate;
	}

	td {
		padding: 2px;
		margin: 0px;
	}

	.g4, .g2, .gL {
		width: 100%;
	}

	.gL {
		margin-right: auto;
		margin-left: auto;
	}

	.grid {
		margin: 5rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p2, .p4, .p8 {
		margin-right: auto;
		margin-left: auto;
	}

	.gutter, .grid.gutter, .gGutter {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}

	.gutter .g4, .gutter .g3, .gutter .g2, .gutter .gL {
		width: 100%;
		margin: auto;
		margin-top: 1rem;
	}

	.gutter img, img.gutter {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.m4 {
		width: 25%;
	}

	.m2 {
		width: 50%;
	}

	.m3 {
		width: 33.33%;
	}

	 .gutter .m2 {
	 	margin: 1rem 1% 1rem 0;
	 	width: 49%;
	 }

	 .gutter .m3 {
	 	margin: 1rem 1% 1rem 0;
	 	width: 32%;
	 }

	.sample img {
		width: 30vw;
	}

	.sample img + p {
		width: 40vw;
		display: inline;
		float: left;
	}

	.nav {
		display: none;
	}

	.goHome {
		color: black;
		background-color: white;
		opacity: .85;
		top: calc(100vh - 4rem);
	}

	.intro {
		width: 100%;
		height: 650px;
		height: 100vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
		background-position: bottom center;

		padding-top: .85rem;
		line-height: 100vh;
	}

	.intro h1 {
		font-size: 2.2rem;
		line-height: 2.5rem;
	}

	a.introDown {
		margin: -4.5rem auto;
		font-size: 1rem;
		height: 2.5rem;
		line-height: 2.5rem;
		width: 9rem;
	}

	.entry {
		position: relative;
		height: 200px;
		height: 12rem;
		background-attachment: scroll;

		line-height: 3rem;
		padding-top: 4rem;
	}

	.entry h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	#logo {
		font-size: 1.3rem;
		letter-spacing: -.5px;
		line-height: 3rem;
		width: 3rem;
		height: 3rem;
		border-radius: .8rem;

		margin: 1rem auto -5rem;
	}

	.editorial .meta {
		display: none;
	}

	a.breadcrumb:before {
		margin-left: 0rem;
	}

	.noMobile {
		display: none;
	}

	.leftMobile {
		float: left;
	}

	.pB {
		margin-bottom: 5rem;
	}

	.pT {
		margin-top: 5rem;
	}
}




/* LARGE SCREEN */





@media screen and (min-width: 1500px) {
	html {
		font-size: 120%;
	}
}

@media screen and (min-width: 2000px) {
	html {
		font-size: 133%;
	}
}