/*-- Global
-------------------------------------------------- */
html, body {
	font-size: 15px;
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
	color: #3E3E42;
	background-color: #fafafa;
}
h1, h2, h3, h4, h5 {
	line-height: 1.4em;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
}
.inline-list {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.inline-list > li {
	display: inline;
}
.btn {
	transition: all .2s;
	border-radius: 0;
	border-width: 3px;
}
.btn-link {
	box-shadow: none;
}
.btn-dark {
	background-color: transparent;
	color: #29292B;
	border-color: #1D1D1E;
	font-weight: 700
}
.btn-dark:hover {
	background-color: #3E3E42;
	color: white;
}
.btn-light {
	background-color: transparent;
	color: white;
	border-color: white;
	font-weight: 700
}
.btn-light:hover {
	background-color: white;
	color: #29292B;
}
.flag {
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
.flag--sponsored {
	color: #D4AF37;
}
.wf-loading {
	visibility: hidden;
}
.wf-active, .wf-inactive {
	visibility: visible;
}
.a-twitter {
	color: #55acee;
}
.a-facebook {
	color: #3b5998;
}
.a-google-plus {
	color: #dd4b39;
}
.a-linkedin {
	color: #007bb5;
}
.a-envelope-o {
	color: #717177;
}
/*-- Header
-------------------------------------------------- */
.masthead {
	position: fixed;
	z-index: 2;
	top: 0;
	width: 100%;
}
.branding {
	position: absolute;
	left: 0;
	top: 0;
	width: 10rem;
	height: 6rem;
	background-color: #1D1D1E;
	padding: .75rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.branding img {
	width: 8.533rem;
}
.global-navigation {
	background-color: #f0f2f6;
	height: 2rem;
	line-height: 1.9rem;
	padding: 0 1rem;
	margin-left: 10rem;
}
.global-navigation li {
	margin-right: .75rem;
}
.global-navigation a {
	color: #717177;
	font-size: .9rem;
}
/*-- Ads
-------------------------------------------------- */
.advert--header {
	margin-top: 7rem;
	margin-bottom: 1rem;
}
.advert {
	margin-left: auto;
	margin-right: auto;
}
.advert__leaderboard {
	width: 970px;
	height: 90px;
	background-color: #f0f2f6;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 1px #f00 inset;
}
.advert__halfpage {
	width: 300px;
	height: 600px;
	background-color: #f0f2f6;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 1px #f00 inset;
}
.advert__mpu {
	width: 300px;
	height: 250px;
	background-color: #f0f2f6;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 1px #f00 inset;
}
.advert__fullbanner {
	width: 468px;
	height: 60px;
	background-color: #f0f2f6;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 1px #f00 inset;
}
@media screen and (max-width: 991px) {
	.advert__leaderboard {
		width: 728px;
	}
	.advert__mpu {
		width:300px;
		height:250px;
	}
	.advert__halfpage {
		width: 468px;
		height: 60px;
	}
	.advert--article {
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.advert__leaderboard {
		width: 468px;
		height: 60px;
	}
	.advert--header {
		margin-top: 5rem;
	}
}
@media screen and (max-width: 479px) {
	.advert__leaderboard, .advert__halfpage, .advert__fullbanner {
		width: 320px;
		height: 100px;
	}
	.advert__mpu {
		width:300px;
		height:250px;
	}
}
/*-- Navigation
-------------------------------------------------- */
.primary-navigation {
	margin-left: 10rem;
	height: 4rem;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	background-color: white;
	box-shadow: 0 -1px 0 #f0f2f6 inset;
}
.primary-navigation__main {
	padding: 0 .5rem;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.primary-navigation__main li {
	font-size: 1.15rem;
}
.primary-navigation__main > li {
	display: inline-block;
	position: relative;
}
.primary-navigation__main > li > a {
	display: block;
	padding: .5rem;
	line-height: 3rem;
	color: #57575B;
	transition: all .2s;
}
.primary-navigation__main > li:hover .primary-navigation__secondary {
	visibility: visible;
	top: auto;
	opacity: 1;
}
.primary-navigation__main > li.primary-navigation__item--focused > a {
	color: #3E3E42;
	text-decoration: none;
}
.primary-navigation__main--focus > li > a {
	color: #96969E;
}
.primary-navigation__main--focus > li.primary-navigation__item--twitter.primary-navigation__item--focused > a {
	color: #55acee;
}
.primary-navigation__main--focus > li.primary-navigation__item--facebook.primary-navigation__item--focused > a {
	color: #3b5998;
}
.primary-navigation__main--focus > li.primary-navigation__item--linkedin.primary-navigation__item--focused > a {
	color: #007bb5;
}
.primary-navigation__item--active {
	text-decoration: underline;
}
.primary-search__toggle, .primary-navigation__toggle {
	padding: .5rem 1rem .5rem 1.5rem;
	line-height: 3rem;
	color: #57575B;
	transition: all .2s;
	margin-bottom: 0;
}
.primary-search__toggle {
	display: block;
	border-left: 1px dotted #d4d4da
}
.primary-search__toggle:hover {
	cursor: pointer;
}
.primary-navigation__toggle {
	display: inline-block
}
.primary-navigation__toggle:hover {
	cursor: pointer;
}
.primary-navigation__secondary {
	position: absolute;
	left: -1rem;
	padding: .5rem;
	margin: 0;
	list-style: none;
	background-color: white;
	box-shadow: 0 .25rem .5rem rgba(0,0,0,0.25);
	min-width: 17.5rem;
	visibility: hidden;
	opacity: 0;
	top: -9999rem;
	transition: opacity .2s;
	z-index: 2;
}
.primary-navigation__secondary > li > a {
	color: #96969E;
	display: block;
	padding: .5rem 1rem;
	border-radius: 3px;
	transition: all .2s
}
.primary-navigation__secondary > li > a:hover {
	background-color: #f0f2f6;
	text-decoration: none;
	color: #57575B;
}
#primary-search__checkbox {
	display: none;
}
.primary-search {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	background-color: rgba(255,255,255,.98);
	top: -9999rem;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
	z-index: 3;
}
.primary-search__checkbox:checked ~ .primary-search {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.primary-search__header {
	text-align: right;
	border-bottom: 1px solid #f0f2f6;
	margin-bottom: 1rem;
}
.primary-search__header a {
	display: inline-block;
	padding: 1rem 1.5rem;
	color: #96969E;
	font-size: 1.5rem;
}
.primary-search__input {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #d4d4da;
	width: 100%;
	font-size: 3rem;
	font-family: "kepler-std-subhead",Georgia,serif;
	background-color: transparent
}
.primary-search__input:focus {
	outline: none;
	border-color: #D4AF37;
}
#primary-navigation__checkbox {
	display: none;
}
@media screen and (min-width: 992px) {
	.primary-navigation__toggle {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.primary-navigation__main--touch {
		position: absolute;
		left: 1rem;
		right: 1rem;
		top: -9999rem;
		max-height: 30rem;
		overflow-y: auto;
		border: 1px solid #d4d4da;
		border-top: 0;
		box-shadow: 0 2px 4px rgba(0,0,0,0.05);
		padding: 1rem 1.5rem;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s;
		z-index: 2;
		background-color: white;
	}
	.primary-navigation__main--touch > li {
		display: block;
	}
	.primary-navigation__main--touch > li > a {
		line-height: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
	.primary-navigation__secondary {
		position: relative;
		visibility: visible;
		opacity: 1;
		top: auto;
		box-shadow: none;
	}
	.primary-navigation__secondary > li {
		padding-left: 1rem;
	}
	.primary-navigation__secondary > li > a {
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
	.primary-navigation__checkbox:checked ~ .primary-navigation__main--touch {
		visibility: visible;
		opacity: 1;
		top: 4rem;
	}
}
@media screen and (max-width: 767px) {
	.branding {
		height: 4rem;
	}
	.global-navigation {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.primary-navigation__main .primary-navigation__item--social {
		display: none;
	}
	.primary-search__toggle {
		padding: .5rem 1.5rem;
	}
}
/*-- Hero
-------------------------------------------------- */
.hero {
	position: relative;
	height: 45rem;
	width: 100%;
	margin-bottom: 2.5rem;
}
.hero__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: .1rem;
}
.hero__item--alpha {
	position: absolute;
	top: 0;
	left: 0;
	height: 45rem;
	width: 50%;
}
.hero__item--beta {
	height: 22.5rem;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.hero__item--charlie {
	height: 22.5rem;
	width: 25%;
	position: absolute;
	top: 22.5rem;
	left: 50%
}
.hero__item--charlie:last-child {
	left: 75%;
}
.hero__article {
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative
}
.hero__article:hover .hero__overlay {
	opacity: .8;
}
.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	transition: opacity .5s;
}
.hero__overlay--black {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.hero__overlay--yellow {
	background: linear-gradient(45deg, rgba(0,0,0,0), rgba(212,175,55,.3));
}
.hero__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem;
}
.hero__title {
	font-weight: 700;
	margin-top: 0;
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
}
.hero__title a {
	color: white
}
.hero__title a:hover {
	text-decoration: none;
}
.hero__meta {
	color: #717177;
}
.hero__category {
	color: #D4AF37;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
.hero__item--alpha .hero__title {
	font-size: 2.5rem;
}
.hero__item--charlie .hero__title {
	font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
	.hero {
		height: 60rem;
	}
	.hero__item--alpha {
		height: 60rem;
	}
	.hero__item--beta {
		height: 30rem;
	}
	.hero__item--charlie {
		top: 30rem;
		height: 30rem;
	}
}
@media screen and (max-width: 991px) {
	.hero {
		height: 45rem;
	}
	.hero__item--alpha {
		position: relative;
		height: 22.5rem;
		width: 100%;
	}
	.hero__item--alpha .hero__title {
		font-size: 2rem;
	}
	.hero__item--beta, .hero__item--charlie {
		height: 22.5rem;
		width: 33.333%;
		position: relative;
		float: left;
		top: auto;
		left: auto;
	}
	.hero__item--beta .hero__title, .hero__item--charlie .hero__title {
		font-size: 1.5rem;
	}
	.hero__item--beta:last-child, .hero__item--charlie:last-child {
		left: auto;
	}
}
@media screen and (max-width: 767px) {
	.hero {
		height: auto;
		margin-bottom: 1.5rem;
	}
	.hero__item {
		padding-left: 0;
		padding-right: 0;
	}
	.hero__item--alpha {
		position: relative;
		height: 20rem;
		width: 100%;
	}
	.hero__item--alpha .hero__title {
		font-size: 1.5rem;
	}
	.hero__item--beta, .hero__item--charlie {
		height: 20rem;
		width: 100%;
		float: none;
	}
}
/*-- Feature
-------------------------------------------------- */
.feature {
	height: 40rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	margin-bottom: 1.5rem;
	position: relative
}
.feature--sm {
	height: auto;
}
.feature__item {
	width: 50%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center
}
.feature__item--alpha {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.feature__item--beta {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.feature__item--omega {
	width: 100%;
}
.feature__item--omega .feature__content {
	margin-left: auto;
	margin-right: auto;
}
.feature__item--gamma {
	width: 100%;
}
.feature__overlay {
	background-color: rgba(11,19,47,0.7);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.feature__content {
	position: relative;
	z-index: 1;
	padding: 2.5rem;
	width: 40rem;
}
.feature__content p {
	color: white;
	font-size: 1.5rem;
	font-family: "kepler-std-subhead",Georgia,serif;
	margin-bottom: 1.5rem;
}
.feature__symbol {
	font-size: 3rem;
	padding-left: 1rem;
	color: #29292B;
}
.feature__meta {
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	color: #fed221;
}
.feature__title {
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 0;
}
.feature__title a {
	color: white;
	border-bottom: 2px solid #D4AF37
}
.feature__title a:hover {
	text-decoration: none;
}
.feature__item--live .feature__overlay {
	background-color: rgba(254,210,33,.9);
}
.feature__item--live .feature__content p {
	color: #29292B;
}
.feature__item--live .feature__title {
	font-size: 4rem;
	text-transform: uppercase;
}
.feature__item--live .feature__title a {
	color: #1D1D1E;
	border-bottom: 2px solid #1D1D1E;
}
.feature__item--podcast {
	background-color: #fed221;
	width: 100%;
}
.feature__item--podcast .feature__content {
	width: auto;
}
.feature__item--podcast .feature__content p {
	font-size: 1.25rem;
	color: #29292B;
}
.feature__item--podcast .feature__title {
	font-size: 2.25rem;
}
.feature__item--podcast .feature__title a {
	color: #29292B;
	border-color: #29292B;
}
@media screen and (max-width: 767px) {
	.feature {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}
	.feature__item {
		width: 100%;
	}
	.feature__symbol {
		display: none;
	}
	.feature__content {
		padding: 1rem;
	}
	.feature__content p {
		font-size: 1.25rem;
	}
	.feature__title {
		font-size: 2rem;
	}
	.feature__item--live .feature__title {
		font-size: 3rem;
	}
	.feature__item--podcast .feature__title {
		font-size: 1.75rem;
	}
}
/*-- Hero
-------------------------------------------------- */
.news-hero {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #d4d4da;
}
.news-hero__subtitle {
	font-size: 1rem;
	color: #96969E;
	text-transform: uppercase;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.news-hero__column {
	width: 19rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border-left: 1px solid #d4d4da;
	border-right: 1px solid #d4d4da
}
.news-hero__column:first-child {
	width: 38rem;
	padding-left: 0;
	border: 0;
	margin: 0;
}
.news-hero__column:last-child {
	padding-right: 0;
	border: 0;
	margin: 0;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.news-hero__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: .25rem;
}
.news-hero__title > a {
	color: #29292B;
	transition: all .2s;
	border-bottom: 1px solid transparent
}
.news-hero__title > a:hover {
	text-decoration: none;
	border-bottom-color: #d4d4da;
}
.news-hero__meta {
	margin-bottom: 0;
	color: #96969E;
	font-size: .9rem;
	text-transform: uppercase;
}
.news-hero__item {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #d4d4da
}
.news-hero__item:first-child {
	border-top: 0;
}
.news-hero__item:last-child {
	border-bottom: 0;
}
.news-hero__item--alpha {
	padding-top: 0;
}
.news-hero__item--alpha .news-hero__title {
	margin-top: .75rem;
	font-size: 2rem;
}
.news-hero__item--alpha .news-hero__summary {
	font-size: 1.15rem;
}
.news-hero__item--beta {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
}
.news-hero__item--beta .news-hero__content {
	width: 70%;
}
.news-hero__item--beta .news-hero__image {
	width: 30%;
	margin-left: 1rem;
}
.news-hero__list {
	margin-bottom: 1rem;
	padding-left: 0;
	list-style: none;
}
.news-hero__list li {
	margin-bottom: 1rem;
}
.news-hero__item--delta {
	padding: 0;
}
.news-hero__item--delta .news-hero__title {
	font-size: 1.25rem;
	margin: 0;
}
.news-hero__item--delta:first-child {
	padding-top: 0;
}
.news-hero__item--delta:first-child .news-hero__title {
	margin-top: .5rem;
}
.news-hero__item--newsletter {
	padding: 1.5rem 1rem;
	background-color: #fed221;
	border-bottom: 0;
}
@media screen and (max-width: 1199px) {
	.news-hero__column {
		width: 15.666rem
	}
	.news-hero__column:first-child {
		width: 31.666rem;
	}
	.news-hero__item--charlie .news-hero__title {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 991px) {
	.news-hero {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.news-hero__column {
		width: 16rem;
		padding-right: 0;
		border-right: 0
	}
	.news-hero__column:first-child {
		width: 32rem;
		padding-right: 1.5rem;
	}
	.news-hero__column:last-child {
		width: 100%;
		padding-left: 0;
		padding-top: 1.5rem;
		margin-top: 1.5rem;
		border-top: 1px solid #d4d4da;
	}
	.news-hero__list {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-gap: 3rem;
		   -moz-column-gap: 3rem;
		        column-gap: 3rem; 
	}
}
@media screen and (max-width: 767px) {
	.news-hero__column {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start
	}
	.news-hero__column:first-child {
		width: 100%;
		padding-right: 0;
	}
}
@media screen and (max-width: 479px) {
	.news-hero__list {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
}
/*-- Article grid
-------------------------------------------------- */
.article-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.article-grid__heading {
	width: 100%;
	font-weight: 700;
	color: #D4AF37;
	font-family: "kepler-std-subhead",Georgia,serif;
}
.article-grid__item {
	width: 23%;
	margin-bottom: 1.5rem;
}
.article-grid__title {
	font-size: 1.25rem;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight: 700;
	margin-top: .75rem;
	margin-bottom: .5rem;
}
.article-grid__title > a {
	color: #29292B;
	transition: all .2s;
	border-bottom: 1px solid transparent
}
.article-grid__title > a:hover {
	text-decoration: none;
	border-bottom-color: #d4d4da;
}
.article-grid__meta {
	margin-bottom: 0;
	color: #96969E;
	font-size: .9rem;
	text-transform: uppercase;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
}
.article-grid__link {
	text-align: center;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.article-grid__item.article-grid__item--advert {
	width: 100%;
}
.article-grid__item.article-grid__item--large {
	width: 48.666%;
}
.article-grid__item--magazine {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	background-color: #1D1D1E;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.article-grid__item--magazine .article-grid__image {
	width: 40%;
}
.article-grid__item--magazine .article-grid__content {
	width: 60%;
	padding: 1rem;
}
.article-grid__item--magazine .article-grid__summary {
	color: #f0f2f6;
}
.article-grid__item--magazine .article-grid__title > a {
	color: white;
}
.article-grid__item--magazine .btn-link {
	color: #d4d4da;
}
.article-grid__item--newsletter {
	background-color: #fed221;
	border-bottom: .2rem solid #29292B;
}
.article-grid__item--newsletter .article-grid__content {
	padding: 1rem;
}
.article-grid__item--podcast {
	background-color: #222641;
	color: white;
}
.article-grid__item--podcast .article-grid__title > a {
	color: white;
}
.article-grid__item--podcast .article-grid__content {
	padding: 1rem;
}
.article-grid__item--feature {
	background-color: #1D1D1E;
}
.article-grid__item--feature .article-grid__content {
	padding: 0 1rem 1rem;
}
.article-grid__item--feature .article-grid__title > a {
	color: white;
	border-color: #96969E
}
.article-grid__item--feature .article-grid__title > a:hover {
	border-color: #D4AF37;
}
.article-grid__item--feature .article-grid__meta {
	color: #D4AF37;
}
.article-grid--related .article-grid__heading {
	font-size: 1.5rem;
	margin-top: 0;
}
.article-grid--related .article-grid__item {
	width: 31.333%;
	margin-bottom: 0;
}
.article-grid--related .article-grid__title {
	font-size: 1.15rem;
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
	.article-grid__item {
		width: 48%;
	}
	.article-grid__item.article-grid__item--large {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.article-grid {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article-grid__item {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
	}
	.article-grid__item--video {
		display:block;
	}
	.article-grid__content {
		width: 70%;
		margin-left: 1rem;
	}
	.article-grid__image {
		width: 30%;
	}
	.article-grid__image img {
		height: 4.466rem;
	}
	.article-grid__title {
		margin-top: 0;
	}
	.article-grid__summary {
		display: none;
	}
	.article-grid__item--newsletter .article-grid__content {
		margin-left: 0;
		width: 100%;
	}
	.article-grid__item--newsletter .article-grid__summary {
		display: block;
	}
	.article-grid__item--feature {
		padding-top: 1rem;
	}
	.article-grid__item--magazine {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.article-grid__item--magazine .article-grid__image {
		width: 100%;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.article-grid__item--magazine .article-grid__image img {
		height: 26.666rem;
		margin-left: auto;
		margin-right: auto;
	}
	.article-grid__item--magazine .article-grid__content {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.article-grid--related .article-grid__item {
		width: 100%;
		margin-bottom: 1rem
	}
	.article-grid--related .article-grid__item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 359px) {
	.container .advert {
		margin-left: -1rem;
	}
}
/*-- Feature grid
-------------------------------------------------- */
.feature-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 2.5rem;
}
.feature-grid__heading {
	width: 100%;
	font-weight: 700;
	color: #D4AF37;
	font-family: "kepler-std-subhead",Georgia,serif;
}
.feature-grid__item {
	width: 33%;
	min-height: 25rem;
	margin-bottom: .5%;
	padding: 1rem;
	background-size: cover;
	background-position: center;
	position: relative
}
.feature-grid__item--large {
	width: 66.5%;
}
.feature-grid__image {
	visibility: hidden;
	max-height: 16rem;
}
.feature-grid__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
}
.feature-grid__title a {
	color: white;
	font-weight: 700;
	transition: all .2s;
	border-bottom: 1px solid transparent
}
.feature-grid__title a:hover {
	text-decoration: none;
	border-bottom: 1px solid #D4AF37;
}
.feature-grid__meta {
	color: #96969E;
}
.feature-grid__item--large .feature-grid__title {
	font-size: 2rem;
}
.feature-grid__link {
	text-align: center;
	width: 100%;
	margin-top: 1rem;
}
.feature-grid__list {
	color: white;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
.feature-grid__list li {
	margin-bottom: .5rem;
}
.feature-grid__list a {
	color: white;
	transition: all .2s;
	border-bottom: 1px solid transparent
}
.feature-grid__list a:hover {
	text-decoration: none;
	border-bottom: 1px solid #D4AF37;
}
.feature-grid__item--magazine {
	background-color: #fed221;
}
.feature-grid__item--magazine .feature-grid__content {
	position: relative;
}
.feature-grid__item--magazine .btn-link {
	color: #3E3E42;
}
.feature-grid__item--magazine .feature-grid__title a {
	color: #1D1D1E
}
.feature-grid__item--magazine .feature-grid__title a:hover {
	border-color: #57575B;
}
.feature-grid--special .feature-grid__item {
	width: 49.75%;
}
.feature-grid--special .feature-grid__title {
	font-size: 2rem;
	margin-bottom: 0;
}
.feature-grid--podcasts .fa {
	font-size: 3rem;
	color: #29292B;
}
.feature-grid--podcasts .feature-grid__item {
	width: 24.625%;
	background-color: #fed221;
}
.feature-grid--podcasts .feature-grid__title a {
	color: #29292B;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.feature-grid__title { 
		font-size: 1.25rem;
	}
	.feature-grid--podcasts .feature-grid__item {
		width: 49.75%;
	}
}
@media screen and (max-width: 767px) {
	.feature-grid__item {
		width: 100%;
	}
	.feature-grid__title { 
		font-size: 2rem;
	}
	.feature-grid--special .feature-grid__item {
		width: 100%;
	}
	.feature-grid--podcasts .feature-grid__item {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.feature-grid__title { 
		font-size: 1.5rem;
	}
	.feature-grid__item--large .feature-grid__title {
		font-size: 1.5rem;
	}
	.feature-grid__item--magazine {
		padding: 0;
	}
}
/*-- Opinion
-------------------------------------------------- */
.feature-grid--opinion .feature-grid__item {
	padding: 0;
	min-height: auto;
	margin-bottom: 1rem;
	width: 32.5%;
}
.feature-grid--opinion .feature-grid__image {
	visibility: visible;
}
.feature-grid--opinion .feature-grid__content {
	position: relative;
	padding: 0;
	margin-left: 4.5rem;
	margin-top: -.5rem;
}
.feature-grid--opinion .feature-grid__author {
	float: left;
	width: 3.5rem;
	margin-top: .9rem;
}
.feature-grid--opinion .feature-grid__title {
	font-size: 1.25rem;
}
.feature-grid--opinion .feature-grid__title a {
	color: #1D1D1E;
}
@media screen and (max-width: 767px) {
	.feature-grid--opinion .feature-grid__image {
		margin-bottom: .5rem;
	}
	.feature-grid--opinion .feature-grid__content {
		margin-top: 0;
	}
	.feature-grid--opinion .feature-grid__item {
		width: 100%;
	}
}
/*-- Contributors
-------------------------------------------------- */
.contributors {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 2.5rem;
}
.contributors__heading {
	width: 100%;
	font-weight: 700;
	color: #D4AF37;
	font-family: "kepler-std-subhead",Georgia,serif;
}
.contributors__item {
	width: 19.5%;
	margin-bottom: .625%;
	padding: 2rem 1rem 1rem;
	background-color: #f0f2f6;
	position: relative;
	text-align: center;
	border-radius: .25rem;
	transition: .5s all
}
.contributors__item:hover {
	background-color: #ffffff;
}
.contributors__photo img {
	margin-left: auto;
	margin-right: auto;
}
.contributors__title {
	font-size: 1.25rem;
	font-weight: 700;
}
.contributors__title a {
	color: #1D1D1E;
	transition: all .2s;
	border-bottom: 1px solid transparent
}
.contributors__title a:hover {
	text-decoration: none;
	border-bottom: 1px solid #D4AF37;
}
.contributors__meta {
	color: #717177;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.contributors__item {
		width: 24.625%;
		margin-bottom: .5%;
	}
}
@media screen and (max-width: 767px) {
	.contributors__item {
		width: 49.5%;
		margin-bottom: 1%;
	}
}
/*-- Magazine
-------------------------------------------------- */
.magazine-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start; 
	margin-bottom: 2.5rem;
	margin-right: -1%
}
.magazine-grid:after {
	content: "";
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}
.magazine-grid__heading {
	width: 100%;
	font-weight: 700;
	color: #D4AF37;
	font-family: "kepler-std-subhead",Georgia,serif;
}
.magazine-grid__subheading {
	width: 100%;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #717177;
}
.magazine-grid__item {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.magazine-grid__cover {
	overflow: hidden;
	position: relative;
	background-color: #29292B;
}
.magazine-grid__cover img {
	transition: .25s ease-out;
	position: relative;
	z-index: 1;
}
.magazine-grid__cover:hover img {
	opacity: 0.05;
}
.magazine-grid__summary {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	padding: 1rem;
	color: white;
}
.magazine-grid__title {
	font-size: 1.5rem;
	margin-bottom: .5rem;
	font-weight: 700;
}
.magazine-grid__title a {
	color: #29292B;
	transition: all .2s;
	border-bottom: 1px solid transparent
}
.magazine-grid__title a:hover {
	text-decoration: none;
	border-color: #D4AF37;
}
.magazine-grid__meta {
	color: #96969E;
}
@media screen and (max-width: 991px) {
	.magazine-grid__item {
		width: 49%;
	}
	.magazine-grid__title {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 479px) {
	.magazine-grid__item {
		width: 100%;
	}
}
/*-- Article
-------------------------------------------------- */
.article {
	background-color: white;
	padding: 2rem 6rem;
	width: 56rem;
}
.article__title {
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
}
.article__lead {
	font-family: "kepler-std-subhead",Georgia,serif;
	font-size: 1.5rem;
	line-height: 1.6em;
}
.article__meta {
	list-style: none;
	margin: 0 0 .75rem 0;
	padding: 0 0 .25rem 0;
	border-bottom: 1px dotted #d4d4da;
}
.article__meta i {
	margin-right: 1rem;
}
.article__meta li {
	display: inline-block;
	padding-right: 1rem;
	margin-right: 1rem;
	margin-bottom: .5rem;
	border-right: 1px solid #d4d4da;
	color: #717177
}
.article__meta li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.article__meta a {

}
.article__meta a:hover {
	text-decoration: none;
}
.article__image {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
}
.article__image img {
	margin-left: auto;
	margin-right: auto;
}
.article__social i {
	margin-right: 1rem;
}
.article__image ~ p.caption {
	font-size: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	color: #717177;
} 
.article__body a {
	color: #1D1D1E;
	border-bottom: 1px solid #D4AF37;
	transition: all .2s
} 
.article__body a:hover {
	text-decoration: none;
	color: #717177;
} 
.article__body p {
	font-size: 1.25rem;
	line-height: 1.6em;
	margin-bottom: 1rem;
} 
.article__body li {
	font-size: 1.25rem;
	line-height: 1.6em;
} 
.article__body blockquote {
	padding: 2rem 0 2rem;
	border-left: 0;
	text-align: center;
	position: relative;
} 
.article__body blockquote p {
	font-size: 1.5rem;
	font-family: "kepler-std-subhead",Georgia,serif;
	font-style: italic;
} 
.article__body blockquote:before {
	content: '“';
	font-size: 3.5rem;
	font-family: "kepler-std-subhead",Georgia,serif;
	font-weight: bold;
	position: absolute;
	top: -.5rem;
	left: 0;
	vertical-align: bottom;
	color: #96969E;
} 
.article__body blockquote:after {
	content: '”';
	font-size: 3.5rem;
	font-family: "kepler-std-subhead",Georgia,serif;
	font-weight: bold;
	position: absolute;
	bottom: -2.5rem;
	right: 0;
	vertical-align: bottom;
	color: #96969E;
} 
.article__body h2, .article__body h3, .article__body h4 {
	font-weight: 700;
} 
.article__body h5 {
	text-transform: uppercase;
}
.article__footer {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.article__comments {
	text-align: center;
}
.article__categories {
	text-transform: uppercase;
	font-family: "proxima-nova-condensed","Arial Narrow",Arial,Helvetica,sans-serif;
	color: #96969E;
}
.article__categories a {
	color: #D4AF37;
}
.footer__item {
	border-top: 1px dotted #d4d4da;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.footer__item .article__meta {
	border-bottom: 0;
	padding: 0;
	margin: .5rem 0 0;
}
@media screen and (max-width: 1199px) {
	.article {
		background-color: white;
		padding: 2rem 4rem;
		width: 42.666rem;
	}
}
@media screen and (max-width: 991px) {
	.article {
		width: 100%;
		padding: 2rem 3rem;
	}
}
@media screen and (max-width: 767px) {
	.article {
		padding: 2rem 1rem;
	}
	.article__title {
		font-size: 2rem;
	}
	.article__lead {
		font-size: 1.25rem;
	}
	.article__body p, .article__body li {
		font-size: 1.15rem;
	}
}
@media screen and (max-width: 479px) {
	.article__title {
		font-size: 1.75rem;
	}
}
/*-- Sidebar
-------------------------------------------------- */
.container--article {
	position: relative;
	direction: rtl;
}
.container--article .article {
	float: left;
	direction: ltr;
}
.container--article .sidebar {
	float: right;
	direction: ltr;
}
.sidebar {
	width: 20rem;
	box-shadow: 1px 0 0 rgba(0,0,0,0.075) inset;
	background-color: white;
	overflow: hidden
}
.sidebar:hover {
	overflow-y: auto;
}
.affix {
	position: fixed;
	top: 6rem;
}
.affix-bottom {
	position: absolute;
	bottom: 0;
	right: 1rem;
}
.sidebar__module {
	width: 20rem;
}
.sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar__list li {

}
.sidebar__article {
	padding: .75rem 1rem;
	width: 20rem;
	border-bottom: 1px solid rgba(0,0,0,0.075);
}
.sidebar__article h3 {
	font-size: 1.1rem;
	margin-bottom: .25rem;
	margin-top: 0;
}
.sidebar__article h3 a {
	color: #57575B;
	border-bottom: 1px solid #d4d4da;
	transition: all .2s
}
.sidebar__article h3 a:hover {
	text-decoration: none;
	border-color: #D4AF37;
	color: #29292B;
}
.sidebar__article p {
	font-size: .9rem;
	color: #96969E;
	margin-bottom: 0;
}
.sidebar__article:first-child {
	padding-top: 1rem;
}
.sidebar__article:last-child {
	border-bottom: 0;
}
.sidebar__heading {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #3E3E42;
}
.sidebar__heading a {
	color: #3E3E42;
	border-bottom: 1px dotted #d4d4da;
	transition: all .2s
}
.sidebar__heading a:hover {
	color: #717177;
	text-decoration: none;
}
.sidebar__newsletter {
	background-color: #fed221;
	padding: 1rem;
	margin-bottom: 0;
	width: 20rem;
}
.sidebar__newsletter .sidebar__heading {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.sidebar__newsletter .sidebar__heading a {
	border-color: #3E3E42;
}
.sidebar__podcast {
	background-color: #222641;
	padding: 1rem;
	color: white;
	width: 20rem;
}
.sidebar__podcast .sidebar__heading {
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.sidebar__podcast .sidebar__heading a {
	color: white;
	border-color: #D4AF37;
}
@media screen and (max-width: 991px) {
	.sidebar {
		display: none;
	}
	.container--article {
		position: relative;
		direction: rtl;
		padding: 0;
	}
	.container--article .article {
		float: none;
		direction: ltr;
	}
}
/*-- Footer
-------------------------------------------------- */
.colophon {
	padding: 2rem 1rem;
	text-align: center;
	color: #f0f2f6;
	background-color: #1D1D1E;
}
.colophon p {
	margin-bottom: 0;
}
.colophon a {
	color: #d4d4da;
}