@import url(../bower_components/normalize.css/normalize.css);

@import url(../bower_components/magnific-popup/dist/magnific-popup.css);

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("../bower_components/slick.js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

html {
	box-sizing: border-box;
}

*,
*::after,
*::before {
	box-sizing: inherit;
}

body {
	font: 16px/1.5 "proxima-nova", Arial, sans-serif;
}

.t-MoreButton {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
}

.t-MoreButton:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

.t-SubscribeButton {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	padding: 10px 15px;
	font-size: 13px;
	display: block;
}

.t-SubscribeButton:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

.t-SubscribeButton--Brand {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	padding: 10px 15px;
	font-size: 13px;
	display: block;
}

.t-SubscribeButton--Brand:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.t-SubscribeButton--White {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	padding: 10px 15px;
	font-size: 13px;
	display: block;
}

.t-SubscribeButton--White:hover {
	background: #FFF;
	color: #000;
	border-color: #FFF;
}

@font-face {
	font-family: "stagetruck";
	src: url('../icons/fonts/stagetruck.eot');
	src: url('../icons/fonts/stagetruck.eot?#iefix') format('eot'), url('../icons/fonts/stagetruck.woff') format('woff'), url('../icons/fonts/stagetruck.ttf') format('truetype'), url('../icons/fonts/stagetruck.svg#stagetruck') format('svg');
}

.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-attachment,
.icon-basket,
.icon-behance,
.icon-blog,
.icon-check,
.icon-close,
.icon-copy,
.icon-cross,
.icon-doc,
.icon-essays,
.icon-eye,
.icon-facebook,
.icon-facebook3,
.icon-films,
.icon-google-plus,
.icon-google-plus3,
.icon-lock,
.icon-logo-small,
.icon-magazine,
.icon-mail-alt,
.icon-mail,
.icon-menu,
.icon-phone,
.icon-print,
.icon-quote,
.icon-rss,
.icon-search,
.icon-share,
.icon-twitter,
.icon-twitter3,
.icon-web,
#wpadminbar:after {
	font-family: "stagetruck";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 0;
	display: inline-block;
	text-decoration: none;
	text-transform: none;
}

.icon-arrow-down:before {
	display: inline-block;
	line-height: 1;
	content: "\e001";
}

.icon-arrow-left:before {
	display: inline-block;
	line-height: 1;
	content: "\e002";
}

.icon-arrow-right:before {
	display: inline-block;
	line-height: 1;
	content: "\e003";
}

.icon-arrow-up:before {
	display: inline-block;
	line-height: 1;
	content: "\e004";
}

.icon-attachment:before {
	display: inline-block;
	line-height: 1;
	content: "\e005";
}

.icon-basket:before {
	display: inline-block;
	line-height: 1;
	content: "\e006";
}

.icon-behance:before {
	display: inline-block;
	line-height: 1;
	content: "\e007";
}

.icon-blog:before {
	display: inline-block;
	line-height: 1;
	content: "\e008";
}

.icon-check:before {
	display: inline-block;
	line-height: 1;
	content: "\e009";
}

.icon-close:before {
	display: inline-block;
	line-height: 1;
	content: "\e00a";
}

.icon-copy:before {
	display: inline-block;
	line-height: 1;
	content: "\e00b";
}

.icon-cross:before {
	display: inline-block;
	line-height: 1;
	content: "\e00c";
}

.icon-doc:before {
	display: inline-block;
	line-height: 1;
	content: "\e00d";
}

.icon-essays:before {
	display: inline-block;
	line-height: 1;
	content: "\e00e";
}

.icon-eye:before {
	display: inline-block;
	line-height: 1;
	content: "\e00f";
}

.icon-facebook:before {
	display: inline-block;
	line-height: 1;
	content: "\e010";
}

.icon-facebook3:before {
	display: inline-block;
	line-height: 1;
	content: "\e011";
}

.icon-films:before {
	display: inline-block;
	line-height: 1;
	content: "\e012";
}

.icon-google-plus:before {
	display: inline-block;
	line-height: 1;
	content: "\e013";
}

.icon-google-plus3:before {
	display: inline-block;
	line-height: 1;
	content: "\e014";
}

.icon-lock:before {
	display: inline-block;
	line-height: 1;
	content: "\e015";
}

.icon-logo-small:before {
	display: inline-block;
	line-height: 1;
	content: "\e016";
}

.icon-magazine:before {
	display: inline-block;
	line-height: 1;
	content: "\e017";
}

.icon-mail-alt:before {
	display: inline-block;
	line-height: 1;
	content: "\e018";
}

.icon-mail:before {
	display: inline-block;
	line-height: 1;
	content: "\e019";
}

.icon-menu:before {
	display: inline-block;
	line-height: 1;
	content: "\e01a";
}

.icon-phone:before {
	display: inline-block;
	line-height: 1;
	content: "\e01b";
}

.icon-print:before {
	display: inline-block;
	line-height: 1;
	content: "\e01c";
}

.icon-quote:before {
	display: inline-block;
	line-height: 1;
	content: "\e01d";
}

.icon-rss:before {
	display: inline-block;
	line-height: 1;
	content: "\e01e";
}

.icon-search:before {
	display: inline-block;
	line-height: 1;
	content: "\e01f";
}

.icon-share:before {
	display: inline-block;
	line-height: 1;
	content: "\e020";
}

.icon-twitter:before {
	display: inline-block;
	line-height: 1;
	content: "\e021";
}

.icon-twitter3:before {
	display: inline-block;
	line-height: 1;
	content: "\e022";
}

.icon-web:before {
	display: inline-block;
	line-height: 1;
	content: "\e023";
}

#__bs_notify__ {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -125px !important;
	width: 250px;
	height: 50px;
	border-radius: 0 !important;
	opacity: 0.5;
}

#wpadminbar {
	height: auto !important;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 300ms;
	transition: 300ms;
}

#wpadminbar:after {
	background: #FFF;
	height: 60px;
	width: 60px;
	content: "\e001";
	position: absolute;
	bottom: -60px;
	right: 0;
	color: #333;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	-webkit-transition: 300ms;
	transition: 300ms;
	visibility: visible;
	opacity: 1;
}

#wpadminbar:before {
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	content: "";
	height: 80px;
	opacity: 0;
	visibility: hidden;
}

#wpadminbar:hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#wpadminbar:hover:before {
	opacity: 1;
	visibility: visible;
}

#wpadminbar:hover:after {
	opacity: 0;
	visibility: hidden;
}

#wpadminbar .admin-bar-search {
	padding: 14px 20px 0 20px;
}

#wpadminbar .ab-icon {
	top: 14px;
}

#wpadminbar .quicklinks > ul > li > a {
	line-height: 60px;
	padding: 0 20px !important;
	height: auto;
	border-right: 1px solid #444;
}

#wpadminbar .quicklinks > ul > li > a:before {
	top: 16px !important;
}

html {
	background: #d9d9d9;
}

body {
	background: #fafafa;
	max-width: 1680px;
	margin: 0 auto;
}

a {
	outline: none !important;
}

.center {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.center::after {
	clear: both;
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

::-moz-selection {
	background: #cccccc;
	text-shadow: none;
}

::selection {
	background: #cccccc;
	text-shadow: none;
}

.t-Title {
	font-size: rem-calc(40px);
	color: #191919;
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 18px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	max-width: 660px;
}

.t-Title span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.t-Title span:before,
.t-Title span:after {
	display: block;
	content: "";
	height: 1px;
	background: #7f7f7f;
	position: absolute;
	left: -1000%;
	right: 100%;
	top: 50%;
	margin-top: -1px;
}

.t-Title span:after {
	left: 100%;
	right: -1000%;
}

.t-input-Select {
	background: #191919;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-transition: 200ms;
	transition: 200ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-right: 10px;
}

.t-input-Select option {
	background: transparent;
}

.t-input-Select:hover {
	background: #0c0c0c;
}

.t-input-Select:hover:after {
	background-color: #0c0c0c;
}

.t-input-Select:active {
	-webkit-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);
	-webkit-transition: 60ms;
	transition: 60ms;
}

.t-input-Select:after {
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	height: 100%;
	line-height: 43px;
	font-size: 0.75em;
	color: #999999;
	top: 0;
	right: 0;
	text-align: center;
	background: no-repeat center center;
	background-color: #191919;
	pointer-events: none;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.t-input-Select select {
	border: 0;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	padding: 9px 10px 8px;
	outline: none;
	cursor: pointer;
	color: #4d4d4d;
	display: block;
	background: #FFF;
	background: transparent;
	padding-right: 40px;
	display: block;
}

.t-input-Select select[disabled] {
	color: rgba(0, 0, 0, 0.3);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	cursor: pointer;
}

.mainWrapper {
	overflow: hidden;
}

.mfp-content button.mfp-close {
	background: #D92727;
	display: inline-block;
	color: #FFF;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	font-size: 3.125em;
	right: 0;
	top: 30px;
	margin-right: -15px;
}

.mfp-content button.mfp-close:hover {
	background: #000;
}

.mfp-login {
	z-index: 2020;
}

.mfp-dock .mfp-content {
	vertical-align: top;
	margin-top: 110px;
}

.mfp-subscribe .mfp-content {
	margin-top: auto;
	vertical-align: middle;
}

.is-Fixed .mfp-content {
	margin-top: 60px;
}

/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

body.woocommerce .page-title {
	font-weight: 600;
	display: none;
}

body.woocommerce span.onsale {
	width: 60px;
	height: 60px;
	line-height: 55px;
	background: #D92727;
	text-transform: uppercase;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 12px;
}

body.woocommerce .woocommerce-ordering select {
	border-radius: 0;
	padding: 10px;
	border: 0;
	background: #cccccc;
	color: #000;
}

body.woocommerce ul.products {
	padding-top: 30px;
}

body.woocommerce ul.products li.product:before {
	display: none;
}

body.woocommerce ul.products li.product a {
	display: block;
	position: relative;
}

body.woocommerce ul.products li.product a h3 {
	padding: 0;
	font-size: 1.25em;
	font-weight: 600;
}

body.woocommerce ul.products li.product a img {
	margin-bottom: 10px;
}

body.woocommerce ul.products li.product a:hover h3 {
	color: #000;
}

body.woocommerce ul.products li.product .onsale {
	margin-top: -15px;
	margin-right: -15px;
}

body.woocommerce ul.products li.product a.button {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-radius: 0;
	font-size: 0.59091em;
	padding: 12px 25px;
	margin-top: 0;
}

body.woocommerce ul.products li.product a.button:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

body.woocommerce div.product input {
	padding: 12px;
	line-height: 22px;
}

body.woocommerce div.product button.button {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-radius: 0;
	padding: 15px;
}

body.woocommerce div.product button.button:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

body.woocommerce div.product p.price {
	color: #D92727;
	margin-top: 0;
}

body.woocommerce div.product p.price span {
	color: inherit;
}

body.woocommerce div.product p.price .suggested-text {
	margin-right: 5px;
}

body.woocommerce div.product .product_title {
	font-weight: 600;
	margin-bottom: 0;
}

body.woocommerce div.product .nyp label {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	font-size: 1.875em;
	font-weight: normal;
	padding: 2px 10px 2px 0;
}

body.woocommerce div.product .nyp label:after {
	content: ":";
	margin-left: -5px;
}

body.woocommerce div.product .nyp input.nyp-input {
	width: 60px;
	background: none;
	border: 0;
	border-bottom: 1px solid #D92727;
	padding: 2px;
	vertical-align: bottom;
	font-size: 1.875em;
	color: #D92727;
}

body.woocommerce div.product .nyp p.minimum-price {
	margin-top: 0;
	line-height: 1;
}

body.woocommerce div.product .nyp p.minimum-price .minimum-text {
	margin-right: 5px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #F5F5F5;
	border-color: #D92727;
	border-bottom: transparent;
	color: #D92727;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

body.woocommerce #respond input#submit {
	display: inline-block;
	padding: 8px 25px;
	background: #cccccc;
	color: #000;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border: 0;
	padding: 15px;
	border-radius: 0;
}

body.woocommerce #respond input#submit:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

body.woocommerce-account .woocommerce {
	max-width: 700px;
}

body.woocommerce-account .address {
	border-top: 1px solid #d9d9d9;
}

body.woocommerce-cart .woocommerce-message .button {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #000;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-radius: 0;
	padding: 10px;
	font-size: 0.75em;
}

body.woocommerce-cart .woocommerce-message .button:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th {
	text-align: left;
	padding: 5px;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr th {
	padding-left: 0;
}

body.woocommerce-cart a.button.alt {
	display: inline-block;
	padding: 8px 25px;
	background: #D92727;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-radius: 0;
	padding: 15px;
	font-size: 15px;
}

body.woocommerce-cart a.button.alt:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

body.woocommerce-cart table.cart input {
	padding: 10px;
}

body.woocommerce-cart table.cart input.button {
	display: inline-block;
	padding: 8px 25px;
	background: #cccccc;
	color: #000;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border: 0;
	border-radius: 0;
	padding: 15px;
}

body.woocommerce-cart table.cart input.button:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

body.woocommerce-cart table.cart td.actions .coupon {
	padding-bottom: 10px;
	max-width: 180px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 10px;
	line-height: 20px;
	margin-bottom: 10px;
	width: 100%;
}

body.woocommerce-cart table.cart td.actions .coupon input {
	width: 100%;
}

div.woocommerce .select2-container .select2-choice {
	height: 50px;
	background: #FFF;
	border-radius: 0;
	border: 1px solid #cccccc;
}

div.woocommerce .select2-container .select2-chosen {
	line-height: 48px;
}

div.woocommerce .select2-container .select2-arrow {
	width: 50px;
	border: 0;
	border-radius: 0;
	border-left: 1px solid #cccccc;
	background: #FFF;
}

div.woocommerce .select2-container .select2-arrow:after {
	content: "\25BE";
	color: #000;
	font-size: 1.25em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.woocommerce .select2-container .select2-arrow b {
	display: none;
}

div.woocommerce .order_details {
	padding: 0;
}

div.woocommerce input {
	width: auto;
}

div.woocommerce form {
	max-width: none;
}

div.woocommerce form .form-row textarea {
	height: 300px;
	border: 1px solid #cccccc;
}

div.woocommerce form .form-row input.input-text {
	padding: 12px 15px;
	line-height: 22px;
}

div.woocommerce input.button,
div.woocommerce input.button.alt,
div.woocommerce a.button {
	display: inline-block;
	padding: 8px 25px;
	background: #D92727;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border: 0;
	border-radius: 0;
	padding: 15px;
	font-size: 15px;
}

div.woocommerce input.button:hover,
div.woocommerce input.button.alt:hover,
div.woocommerce a.button:hover {
	background: #000;
	color: #FFF;
	border-color: #000;
}

div.woocommerce table.shop_table {
	border-radius: 0;
}

div.woocommerce table.shop_table .order-actions .button {
	display: inline-block;
	padding: 8px 25px;
	background: #cccccc;
	color: #191919;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #191919;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border: 0;
	border-radius: 0;
	font-size: 15px;
}

div.woocommerce table.shop_table .order-actions .button:hover {
	background: #191919;
	color: #FFF;
	border-color: #191919;
}

div.woocommerce table.shop_table th {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 1px;
}

div.woocommerce table.shop_table th,
div.woocommerce table.shop_table td {
	padding: 10px;
}

div.woocommerce a.remove {
	line-height: 17px;
	height: 25px;
	width: 25px;
	color: #D92727 !important;
	font-size: 20px;
}

div.woocommerce a.remove:hover {
	background: #D92727;
}

div.woocommerce .wc-memberships-restriction-message {
	background: #191919;
	color: #FFF;
	margin-left: -180px !important;
}

div.woocommerce .wc-memberships-restriction-message a:hover {
	color: #D92727;
	text-decoration: underline;
}

div.woocommerce .woocommerce-info {
	border-color: #3E84DA;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	padding: 12px 15px;
	line-height: 22px;
	font-family: "proxima-nova", Arial, sans-serif;
}

.homeSlider,
.homeSlider--Video {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	background: #191919; /* &__Title { position: relative; line-height: 1.1; font-size: em(36px); font-weight: $mediumbold;
      a { color: inherit; }
      span { position: absolute; left: -40px; color: $brand; font-size: em(20px, 36px); }
    } */
}

.homeSlider > div,
.homeSlider--Video > div {
	max-height: 440px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.homeSlider > div.slick-initialized,
.homeSlider--Video > div.slick-initialized {
	max-height: 800px;
	opacity: 1;
}

.homeSlider .slick-dots,
.homeSlider--Video .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	padding-left: 5px;
	max-width: 960px;
}

.homeSlider .slick-slider,
.homeSlider--Video .slick-slider {
	margin-bottom: 0;
}

.homeSlider .slick-track,
.homeSlider--Video .slick-track {
	height: 100%;
}

.homeSlider__Center {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-webkit-transition: opacity 700ms 0ms, -webkit-transform 700ms;
	transition: opacity 700ms 0ms, transform 700ms;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.homeSlider__Center::after {
	clear: both;
	content: "";
	display: table;
}

.homeSlider__Slide,
.homeSlider__Slide--Black,
.homeSlider__Slide--Video,
.homeSlider__Slide--Archive {
	color: #FFF;
	border-color: #FFF;
	padding: 60px 0 120px 0;
	-webkit-transition: -webkit-transform 700ms;
	transition: transform 700ms;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 20%;
	outline: none;
	height: 100%;
	counter-increment: home-nav;
	position: relative;
	z-index: 1;
	box-sizing: content-box;
}

.homeSlider__Slide:before,
.homeSlider__Slide--Black:before,
.homeSlider__Slide--Video:before,
.homeSlider__Slide--Archive:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

.homeSlider__Slide:nth-of-type(2),
.homeSlider__Slide--Black:nth-of-type(2),
.homeSlider__Slide--Video:nth-of-type(2),
.homeSlider__Slide--Archive:nth-of-type(2) {
	counter-reset: home-nav;
}

.homeSlider__Slide:before,
.homeSlider__Slide--Black:before,
.homeSlider__Slide--Video:before,
.homeSlider__Slide--Archive:before {
	-webkit-transition: 700ms;
	transition: 700ms;
}

.homeSlider__Slide.slick-active .homeSlider__Center,
.slick-active.homeSlider__Slide--Black .homeSlider__Center,
.slick-active.homeSlider__Slide--Video .homeSlider__Center,
.slick-active.homeSlider__Slide--Archive .homeSlider__Center {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: opacity 700ms 350ms, -webkit-transform 700ms;
	transition: opacity 700ms 350ms, transform 700ms;
}

.homeSlider__Slide.slick-active:before,
.slick-active.homeSlider__Slide--Black:before,
.slick-active.homeSlider__Slide--Video:before,
.slick-active.homeSlider__Slide--Archive:before {
	opacity: 0.6;
	background: #000;
}

.homeSlider__Slide--Black {
	color: #000;
}

.homeSlider__Slide--Video {
	padding: 80px 0 140px 0;
}

.homeSlider__Slide--Archive {
	-webkit-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
}

.homeSlider__Slide--Archive .homeSlider__Center {
	opacity: 0;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	transform: translateX(-30%);
	-webkit-transition: 700ms;
	transition: 700ms;
}

.homeSlider__Slide--Archive.slick-active {
	-webkit-transform: translateX(0%) translate3D(0px, 0, 0);
	-ms-transform: translateX(0%) translate3D(0px, 0, 0);
	transform: translateX(0%) translate3D(0px, 0, 0);
}

.homeSlider__Slide--Archive.slick-active .center {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.homeSlider__Slide--Archive.slick-active + .slick-slide {
	-webkit-transform: translateX(-50%) translate3D(470px, 0, 0);
	-ms-transform: translateX(-50%) translate3D(470px, 0, 0);
	transform: translateX(-50%) translate3D(470px, 0, 0);
}

.homeSlider__Slide--Archive.slick-active + .slick-slide + .slick-slide {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.homeSlider__Cat,
.homeSlider__Cat--Post,
.homeSlider__Cat--Article,
.homeSlider__Cat--NextArticle,
.homeSlider__Cat--White {
	margin: 0;
}

.homeSlider__Cat a,
.homeSlider__Cat--Post a,
.homeSlider__Cat--Article a,
.homeSlider__Cat--NextArticle a,
.homeSlider__Cat--White a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 0.8125em;
	margin-right: 10px;
	box-sizing: content-box;
}

.homeSlider__Cat a:hover,
.homeSlider__Cat--Post a:hover,
.homeSlider__Cat--Article a:hover,
.homeSlider__Cat--NextArticle a:hover,
.homeSlider__Cat--White a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.homeSlider__Cat--Post {
	padding: 25px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	z-index: 2;
}

.homeSlider__Cat--Article {
	margin-bottom: 20px;
}

.homeSlider__Cat--NextArticle {
	min-height: 37px;
	margin-bottom: 20px;
}

.homeSlider__Cat--NextArticle a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
}

.homeSlider__Cat--NextArticle a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.homeSlider__Cat--NextArticle a:hover {
	color: #D92727 !important;
	background-color: #FFF !important;
}

.homeSlider__Cat--White {
	margin-bottom: 20px;
}

.homeSlider__Cat--White a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
}

.homeSlider__Cat--White a:hover {
	background: #FFF;
	color: #D92727;
	border-color: #FFF;
}

.homeSlider__Content,
.homeSlider__Content--without-Padding {
	padding: 40px 0;
	font-family: "dapifer", Georgia, serif;
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 57.44681%;
}

.homeSlider__Content:last-child,
.homeSlider__Content--without-Padding:last-child {
	margin-right: 0;
}

.homeSlider__Content--without-Padding {
	padding-left: 0;
}

.homeSlider__Mag,
.homeSlider__Mag--Featured,
.homeSlider__Mag--Sidebar,
.homeSlider__Mag--Social {
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	margin-right: -470px;
	overflow: hidden;
	max-width: 300px;
	width: 100%;
}

.homeSlider__Mag .slick-slider,
.homeSlider__Mag--Featured .slick-slider,
.homeSlider__Mag--Sidebar .slick-slider,
.homeSlider__Mag--Social .slick-slider,
.homeSlider__Mag .slick-list,
.homeSlider__Mag--Featured .slick-list,
.homeSlider__Mag--Sidebar .slick-list,
.homeSlider__Mag--Social .slick-list,
.homeSlider__Mag .slick-track,
.homeSlider__Mag--Featured .slick-track,
.homeSlider__Mag--Sidebar .slick-track,
.homeSlider__Mag--Social .slick-track {
	height: 100%;
	margin: 0;
}

.homeSlider__Mag .slick-dots,
.homeSlider__Mag--Featured .slick-dots,
.homeSlider__Mag--Sidebar .slick-dots,
.homeSlider__Mag--Social .slick-dots {
	padding: 0 20px;
	bottom: 0;
}

.homeSlider__Mag img,
.homeSlider__Mag--Featured img,
.homeSlider__Mag--Sidebar img,
.homeSlider__Mag--Social img {
	display: none;
}

.homeSlider__Mag--Featured {
	background: #333333;
	color: #FFF;
	padding: 30px 20px;
}

.homeSlider__Mag--Sidebar {
	position: relative;
	right: auto;
	margin: 10px 0;
	margin-left: -20px;
	max-width: none;
	width: auto;
}

.homeSlider__Mag--Social {
	background: #333333;
	color: #FFF;
	width: 220px;
	overflow: visible;
	z-index: 1;
}

.homeSlider__Mag--Social:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -1000%;
	bottom: 0;
	left: 0;
	background: inherit;
	z-index: -1;
}

.homeSlider__MagSlide,
.homeSlider__MagSlide--Sidebar {
	position: absolute;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #191919;
	color: #D92727;
	text-decoration: none;
}

.homeSlider__MagSlide:first-child,
.homeSlider__MagSlide--Sidebar:first-child,
.homeSlider__MagSlide.slick-slide,
.slick-slide.homeSlider__MagSlide--Sidebar {
	position: relative;
}

.homeSlider__MagSlide--Sidebar {
	position: relative;
	display: block;
	margin-top: 10px;
	padding-bottom: 40%;
	min-height: 427px;
}

.homeSlider__IssueInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -20px;
	height: auto;
}

.homeSlider__IssueInfo.with-Image {
	display: none;
}

.homeSlider__IssueNum {
	margin: 10px auto;
	width: 70px;
	text-align: center;
	line-height: 50px;
	font-size: 3em;
	font-family: "dapifer", Georgia, serif;
	border: 1px solid #D92727;
	height: 70px;
	vertical-align: middle;
}

.homeSlider__IssueNum span {
	display: none;
}

.homeSlider__IssueTitle {
	margin: 0;
	text-align: center;
	font-size: 3em;
	font-family: "dapifer", Georgia, serif;
}

.homeSlider__MagContent {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 20px;
	margin-right: 0;
	padding-right: 10px;
}

.homeSlider__MagContent::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.homeSlider__MagContent::-webkit-scrollbar-thumb {
	background: #4c4c4c;
	border-radius: 10px;
}

.homeSlider__MagContent::-webkit-scrollbar-track {
	background: #262626;
	border-radius: 10px;
}

.homeSlider__MagTitle {
	margin: 0;
	font-size: 1.125em;
}

.homeSlider__MagTitle a {
	padding: 12px 25px;
	background: #D92727;
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

.homeSlider__MagTitle a:hover {
	background: #000;
}

.homeSlider__MagTitle span {
	margin-left: 15px;
}

.homeSlider__Nav,
.homeSlider__Nav--Vertical {
	position: absolute;
	bottom: 30px;
	left: 20%;
	font-family: "dapifer", Georgia, serif;
	max-width: 450px;
	left: 50%;
	margin-left: -350px;
	width: 100%;
	height: 50px;
}

.homeSlider__Nav ul,
.homeSlider__Nav--Vertical ul {
	margin: 0;
	padding: 0;
}

.homeSlider__Nav li,
.homeSlider__Nav--Vertical li {
	display: inline-block;
	vertical-align: top;
}

.homeSlider__Nav ul,
.homeSlider__Nav--Vertical ul {
	counter-reset: home-nav;
}

.homeSlider__Nav li,
.homeSlider__Nav--Vertical li {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 30px;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 10px;
	counter-increment: home-nav;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms, position 0ms 300ms, visibility 300ms;
	transition: transform 300ms, opacity 300ms, position 0ms 300ms, visibility 300ms;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.homeSlider__Nav li:first-child,
.homeSlider__Nav--Vertical li:first-child {
	left: 0;
}

.homeSlider__Nav li:first-child + .is-Active,
.homeSlider__Nav--Vertical li:first-child + .is-Active {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.homeSlider__Nav li:first-child + li,
.homeSlider__Nav--Vertical li:first-child + li {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.homeSlider__Nav li:last-child,
.homeSlider__Nav--Vertical li:last-child {
	right: 0;
	left: auto;
}

.homeSlider__Nav li:before,
.homeSlider__Nav--Vertical li:before {
	color: #D92727;
	text-indent: -1em;
	display: inline-block;
	vertical-align: top;
	line-height: 0.7;
	content: counter(home-nav);
}

.homeSlider__Nav a,
.homeSlider__Nav--Vertical a {
	color: #FFF;
	text-decoration: none;
}

.homeSlider__Nav a:hover,
.homeSlider__Nav--Vertical a:hover {
	color: #D92727;
}

.homeSlider__Nav .is-Active,
.homeSlider__Nav--Vertical .is-Active {
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.homeSlider__Nav .is-Active:first-child + li,
.homeSlider__Nav--Vertical .is-Active:first-child + li {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.homeSlider__Nav--Vertical {
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: auto;
	margin-right: -630px;
	height: 100%;
	padding: 60px 160px 60px 0;
	z-index: 0;
}

.homeSlider__Nav--Vertical > ul {
	height: 100%;
	overflow: visible;
}

.homeSlider__Nav--Vertical > ul > li {
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	padding: 10px;
	-webkit-transition: 300ms;
	transition: 300ms;
	height: 33.33333%;
}

.homeSlider__Nav--Vertical > ul > li:before {
	position: absolute;
	top: -13px;
	left: -20px;
	font-size: 1.5em;
	text-indent: 0;
}

.homeSlider__Nav--Vertical > ul > li.is-Active {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.homeSlider__Nav--Vertical > ul > li > a {
	margin-bottom: 10px;
	display: inline-block;
}

.homeSlider__Nav--Vertical li {
	position: relative !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	width: auto;
}

.homeSlider__Nav--Vertical li li {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.homeSlider__Nav--Vertical li li:before {
	display: none;
}

.homeSlider__Nav--Vertical li li a {
	margin-bottom: 0;
}

.homeSlider__NextSlide,
.homeSlider__PrevSlide {
	position: absolute;
	margin: 0;
	right: 50%;
	top: 50%;
	margin-right: -680px;
	margin-top: -40px;
	z-index: 10;
	display: block;
	color: transparent;
	font-size: 0;
	cursor: pointer;
}

.homeSlider__NextSlide:after,
.homeSlider__PrevSlide:after {
	content: "\25B6";
	color: #D92727;
	width: 80px;
	height: 80px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.homeSlider__NextSlide:hover:after,
.homeSlider__PrevSlide:hover:after {
	color: #FFF;
	background: #D92727;
	border-color: #D92727;
}

.homeSlider__PrevSlide {
	margin-right: 0;
	right: auto;
	left: 50%;
	margin-left: -680px;
}

.homeSlider__PrevSlide:after {
	content: "\25C0";
}

.homeSlider--Video .slick-dots {
	display: none !important;
}

.videoThumbs {
	position: absolute;
	bottom: 0;
	z-index: 20;
	width: 100%;
}

.videoThumbs ul {
	margin: 0;
	padding: 0;
}

.videoThumbs .slick-list {
	padding-top: 8px;
}

.videoThumbs__Thumb {
	display: block;
	float: left;
	background: #831717;
	position: relative;
	cursor: pointer;
	background-blend-mode: overlay;
	-webkit-transition: 200ms;
	transition: 200ms;
	overflow: hidden;
}

.videoThumbs__Thumb:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 8px;
	background: transparent;
	-webkit-transition: 200ms;
	transition: 200ms;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.videoThumbs__Thumb img {
	visibility: hidden;
}

.videoThumbs__Thumb:hover {
	background: #991b1b;
}

.videoThumbs__Thumb.slick-current {
	background-blend-mode: normal;
	position: relative;
	z-index: 1;
}

.videoThumbs__Thumb.slick-current:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.videoThumbs__Thumb.slick-current:before {
	background: #FFF;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.videoThumbs .is-Disabled:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

.articleMeta,
.articleMeta--HomeSlider,
.articleMeta--Post,
.articleMeta--Slider,
.articleMeta--White,
.articleMeta--Black,
.articleMeta--Gray,
.articleMeta--Video,
.articleMeta--TwinsArticle {
	font-family: "dapifer", Georgia, serif;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-size: 16px;
}

.articleMeta::after,
.articleMeta--HomeSlider::after,
.articleMeta--Post::after,
.articleMeta--Slider::after,
.articleMeta--White::after,
.articleMeta--Black::after,
.articleMeta--Gray::after,
.articleMeta--Video::after,
.articleMeta--TwinsArticle::after {
	clear: both;
	content: "";
	display: table;
}

.articleMeta li,
.articleMeta--HomeSlider li,
.articleMeta--Post li,
.articleMeta--Slider li,
.articleMeta--White li,
.articleMeta--Black li,
.articleMeta--Gray li,
.articleMeta--Video li,
.articleMeta--TwinsArticle li {
	display: block;
	float: left;
	color: #D92727;
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #D92727;
	line-height: 1;
	font-weight: 600;
	line-height: 18px;
}

.articleMeta li:first-child,
.articleMeta--HomeSlider li:first-child,
.articleMeta--Post li:first-child,
.articleMeta--Slider li:first-child,
.articleMeta--White li:first-child,
.articleMeta--Black li:first-child,
.articleMeta--Gray li:first-child,
.articleMeta--Video li:first-child,
.articleMeta--TwinsArticle li:first-child,
.articleMeta li.is-Broken,
.articleMeta--HomeSlider li.is-Broken,
.articleMeta--Post li.is-Broken,
.articleMeta--Slider li.is-Broken,
.articleMeta--White li.is-Broken,
.articleMeta--Black li.is-Broken,
.articleMeta--Gray li.is-Broken,
.articleMeta--Video li.is-Broken,
.articleMeta--TwinsArticle li.is-Broken {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

.articleMeta li.is-Broken,
.articleMeta--HomeSlider li.is-Broken,
.articleMeta--Post li.is-Broken,
.articleMeta--Slider li.is-Broken,
.articleMeta--White li.is-Broken,
.articleMeta--Black li.is-Broken,
.articleMeta--Gray li.is-Broken,
.articleMeta--Video li.is-Broken,
.articleMeta--TwinsArticle li.is-Broken {
	display: block;
	float: none;
}

.articleMeta a,
.articleMeta--HomeSlider a,
.articleMeta--Post a,
.articleMeta--Slider a,
.articleMeta--White a,
.articleMeta--Black a,
.articleMeta--Gray a,
.articleMeta--Video a,
.articleMeta--TwinsArticle a {
	color: inherit;
	text-decoration: none;
}

.articleMeta a:hover,
.articleMeta--HomeSlider a:hover,
.articleMeta--Post a:hover,
.articleMeta--Slider a:hover,
.articleMeta--White a:hover,
.articleMeta--Black a:hover,
.articleMeta--Gray a:hover,
.articleMeta--Video a:hover,
.articleMeta--TwinsArticle a:hover {
	text-decoration: underline;
}

.articleMeta--Post {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 25px 20px 25px;
	z-index: 2;
}

.articleMeta--Post li {
	-webkit-transition: none;
	transition: none;
}

.articleMeta--Slider {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 20px 25px 20px 25px;
	z-index: 2;
}

.articleMeta--Slider li {
	-webkit-transition: none;
	transition: none;
}

.articleMeta--White li {
	color: #FFF;
	border-color: #FFF;
}

.articleMeta--Black li {
	color: #000;
	border-color: #000;
}

.articleMeta--Gray li {
	color: #999999;
	border-color: #666666;
}

.articleMeta--Video {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 0.9375em;
	font-weight: 700;
	overflow: hidden;
}

.articleMeta--Video:after {
	display: none;
}

.articleMeta--TwinsArticle {
	margin-top: 5px;
}

.articleMeta--TwinsArticle li {
	font-size: 0.875em;
}

.section {
	overflow: hidden;
	font-family: "dapifer", Georgia, serif;
	overflow: hidden;
}

.section__Article {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 65.95745%;
}

.section__Article:last-child {
	margin-right: 0;
}

.section__Sidebar,
.section__Sidebar--BookSlider {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
	position: relative;
	z-index: 1;
	padding-left: 20px;
	padding-bottom: 20px;
}

.section__Sidebar:last-child,
.section__Sidebar--BookSlider:last-child {
	margin-right: 0;
}

.section__Sidebar .fb-page,
.section__Sidebar--BookSlider .fb-page {
	margin: 10px 0 0 -20px;
}

.section__Sidebar:before,
.section__Sidebar--BookSlider:before {
	position: absolute;
	top: 0;
	bottom: -1000%;
	background: #e6e6e6;
	right: -1000%;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
}

.section__SidebarSection {
	border-bottom: 1px solid #cccccc;
}

.sectionHeader,
.sectionHeader--Sidebar,
.sectionHeader--Featured,
.sectionHeader--Equal {
	padding: 30px 0 10px 0;
	font-family: "proxima-nova", Arial, sans-serif;
}

.sectionHeader::after,
.sectionHeader--Sidebar::after,
.sectionHeader--Featured::after,
.sectionHeader--Equal::after {
	clear: both;
	content: "";
	display: table;
}

.sectionHeader__Title,
.sectionHeader__Title--Collection,
.sectionHeader__Title--Left {
	font-family: "proxima-nova", Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 1.25em;
	line-height: 35px;
	float: left;
}

.sectionHeader__Title--Collection {
	border-bottom: 1px solid #ae1f1f;
	float: none;
	margin-bottom: 10px;
	padding-bottom: 15px;
	line-height: 1;
}

.sectionHeader__Title--Left {
	float: left;
}

.sectionHeader__Subtitle,
.sectionHeader__Subtitle--Right {
	margin: 0;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	float: left;
	clear: left;
	color: #999999;
}

.sectionHeader__Subtitle strong,
.sectionHeader__Subtitle--Right strong {
	color: #000;
}

.sectionHeader__Subtitle--Right {
	float: right;
	clear: none;
	margin-top: 8px;
}

.sectionHeader__More {
	margin: 0;
	margin-left: 20px;
	float: right;
	font-size: 0.8125em;
}

.sectionHeader__More a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-width: 2px;
	padding: 7px 20px 6px 20px;
}

.sectionHeader__More a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.sectionHeader__More a:hover i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.sectionHeader__More i {
	font-size: 0.6875em;
	margin-left: 5px;
	margin-right: -5px;
	-webkit-transition: -webkit-transform 200ms;
	transition: transform 200ms;
	font-weight: bold;
}

.sectionHeader--Sidebar {
	padding-top: 15px;
	padding-right: 1px;
}

.sectionHeader--Featured {
	padding-top: 0;
}

.sectionHeader--Equal {
	padding-bottom: 25px;
}

.postGrid,
.postGrid--without-Padding {
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
}

.postGrid::after,
.postGrid--without-Padding::after {
	clear: both;
	content: "";
	display: table;
}

.postGrid--without-Padding {
	padding: 0;
}

.postGrid__Navigation {
	margin: 0;
	margin-top: 0px;
	position: relative;
}

.postGrid__Navigation.is-Visible span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.postGrid__Navigation.is-Visible span:before {
	-webkit-animation: 500ms spinner linear forwards infinite;
	animation: 500ms spinner linear forwards infinite;
}

.postGrid__Navigation.is-Visible a {
	opacity: 0;
	visibility: hidden;
}

.postGrid__Navigation span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 0;
	-webkit-transition: 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.postGrid__Navigation span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border: 3px solid #D92727;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	border-radius: 50%;
}

.postGrid__Navigation a {
	display: block;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	background: #e6e6e6;
	border-top: 1px solid #d9d9d9;
	padding: 20px;
	text-align: center;
	-webkit-transition: 200ms;
	transition: 200ms;
	color: #D92727;
	letter-spacing: 2px;
	word-spacing: 60px;
}

.postGrid__Navigation a:before {
	content: "+";
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #FFF;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: -1px;
}

.postGrid__Navigation a:hover {
	background: #d9d9d9;
	color: #D92727;
	border-top: 1px solid #cccccc;
}

.postItem,
.postItem--Homepage,
.postItem--Featured,
.postItem--Slide,
.postItem--BlogSlide,
.postItem--Collection,
.postItem--NoImage {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
	position: relative;
	color: #FFF;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 25%;
	padding-top: 145px;
	background: #191919 no-repeat center/cover;
}

.postItem:last-child,
.postItem--Homepage:last-child,
.postItem--Featured:last-child,
.postItem--Slide:last-child,
.postItem--BlogSlide:last-child,
.postItem--Collection:last-child,
.postItem--NoImage:last-child {
	margin-right: 0;
}

.postItem:nth-child(3n),
.postItem--Homepage:nth-child(3n),
.postItem--Featured:nth-child(3n),
.postItem--Slide:nth-child(3n),
.postItem--BlogSlide:nth-child(3n),
.postItem--Collection:nth-child(3n),
.postItem--NoImage:nth-child(3n) {
	margin-right: 0;
}

.postItem:nth-child(3n+1),
.postItem--Homepage:nth-child(3n+1),
.postItem--Featured:nth-child(3n+1),
.postItem--Slide:nth-child(3n+1),
.postItem--BlogSlide:nth-child(3n+1),
.postItem--Collection:nth-child(3n+1),
.postItem--NoImage:nth-child(3n+1) {
	clear: left;
}

.postItem img,
.postItem--Homepage img,
.postItem--Featured img,
.postItem--Slide img,
.postItem--BlogSlide img,
.postItem--Collection img,
.postItem--NoImage img {
	display: block;
	position: absolute;
	top: 0;
}

.postItem__Content,
.postItem__Content--Slider,
.postItem__Content--Collection {
	font-family: "dapifer", Georgia, serif;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.postItem__Content--Collection {
	margin: 20px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: transparent;
}

.postItem__Content--Collection::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.postItem__Content--Collection::-webkit-scrollbar-thumb {
	background: #901919;
	border-radius: 10px;
}

.postItem__Content--Collection::-webkit-scrollbar-track {
	background: #b72020;
	border-radius: 10px;
}

.postItem__Caption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 25px;
	text-transform: uppercase;
	color: #D92727;
	font-size: 1.375em;
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	z-index: 20;
	line-height: 35px;
}

.postItem__Header {
	-webkit-transition: 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
}

.postItem__Title,
.postItem__Title--Static,
.postItem__Title--Slider,
.postItem__Title--Black,
.postItem__Title--Quote {
	font-family: "dapifer", Georgia, serif;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	padding: 5px 25px;
	margin: 0;
	overflow: hidden;
	font-weight: 500;
	font-size: 2em;
	line-height: 1.1;
}

.postItem__Title--Static {
	position: static;
	padding: 0;
	max-height: none;
	overflow: visible;
	-webkit-transition: none;
	transition: none;
}

.postItem__Title--Slider {
	position: relative;
	padding: 0;
	max-height: none;
	overflow: visible;
	-webkit-transition: none;
	transition: none;
	font-size: 2.25em;
}

.postItem__Title--Slider:before {
	position: absolute;
	left: -35px;
	color: #D92727;
	font-size: 0.61111em;
	font-weight: 600;
	content: counter(home-nav);
}

.postItem__Title a,
.postItem__Title--Static a,
.postItem__Title--Slider a,
.postItem__Title--Black a,
.postItem__Title--Quote a {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.postItem__Title a:hover,
.postItem__Title--Static a:hover,
.postItem__Title--Slider a:hover,
.postItem__Title--Black a:hover,
.postItem__Title--Quote a:hover {
	padding-bottom: 0;
	border-color: inherit;
}

.postItem__Title--Black a:hover {
	border-color: #000;
}

.postItem__Title--Quote {
	font-family: "dapifer", Georgia, serif;
	font-style: italic;
	position: static;
	padding: 0;
	max-height: none;
	overflow: visible;
	-webkit-transition: none;
	transition: none;
	font-weight: 400;
}

.postItem__Excerpt {
	margin: 0;
	-webkit-transition: 300ms 0ms;
	transition: 300ms 0ms;
	opacity: 0;
	overflow: hidden;
}

.postItem__Excerpt p {
	margin: 0;
}

.postItem__Hover,
.postItem__Hover--Black,
.postItem__Hover--Slider,
.postItem__Hover--NextArticle {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	padding: 0 25px 20px 25px;
	color: #FFF;
	text-decoration: none;
	z-index: 1;
	max-width: 500px;
	display: block;
}

.postItem__Hover:before,
.postItem__Hover--Black:before,
.postItem__Hover--Slider:before,
.postItem__Hover--NextArticle:before {
	content: "";
	display: block;
	background: #D92727;
	position: absolute;
	top: -500px;
	left: -500px;
	right: -500px;
	bottom: -500px;
	z-index: -1;
	-webkit-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	visibility: hidden;
}

.postItem__Hover--Black {
	bottom: 60px;
}

.postItem__Hover--Black:hover:before {
	opacity: 0.3;
}

.postItem__Hover--Black:before {
	background: #000;
}

.postItem__Hover--Slider {
	bottom: 90px;
}

.postItem__Hover--NextArticle {
	position: static;
	padding: 0;
	margin: 0;
}

.postItem--Homepage {
	float: left;
	display: block;
	margin-right: 3.22581%;
	width: 48.3871%;
	padding-bottom: 55%;
	padding-top: 40px;
}

.postItem--Homepage:last-child {
	margin-right: 0;
}

.postItem--Homepage:nth-child(3n) {
	margin-right: 2.12766%;
}

.postItem--Homepage:nth-child(3n+1) {
	clear: none;
}

.postItem--Homepage:nth-child(2n) {
	margin-right: 0;
}

.postItem--Homepage:nth-child(2n+1) {
	clear: left;
}

.postItem--Featured {
	width: 100%;
	padding-bottom: 55%;
	padding-top: 40px;
}

.postItem--Slide {
	width: 100%;
	margin-right: 20px !important;
	margin-bottom: 0;
	padding-bottom: 40%;
	padding-top: 0;
	min-height: 500px;
}

.postItem--Slide:nth-child(3n) {
	margin-right: 2.12766%;
}

.postItem--Slide:nth-child(3n+1) {
	clear: none;
}

.postItem--BlogSlide {
	width: 100%;
	margin-bottom: 0;
	margin-right: 0 !important;
	padding-bottom: 30%;
	padding-top: 50px;
	min-height: 500px;
}

.postItem--BlogSlide:nth-child(3n) {
	margin-right: 2.12766%;
}

.postItem--BlogSlide:nth-child(3n+1) {
	clear: none;
}

.postItem--Collection {
	background: #D92727;
}

.postItem--NoImage {
	background-size: 50%;
}

.socialCount {
	margin: 0;
	text-align: center;
	padding: 20px 0 40px 0;
}

.socialCount ul {
	margin: 0;
	padding: 0;
}

.socialCount li {
	display: inline-block;
	vertical-align: top;
}

.socialCount li {
	margin: 0 10px 0 0;
}

.socialCount a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #D92727;
	color: #D92727;
	border-radius: 50%;
	text-align: center;
	font-size: 1.375em;
}

.socialCount a:hover {
	color: #FFF;
	background: #D92727;
}

.bookSlider,
.bookSlider--Blog {
	margin: 20px -20px 0 -20px;
}

.bookSlider::after,
.bookSlider--Blog::after {
	clear: both;
	content: "";
	display: table;
}

.bookSlider .slick-dots,
.bookSlider--Blog .slick-dots {
	bottom: 30px;
	margin: 0;
	text-align: left;
	padding: 0 20px;
}

.bookSlider--Blog {
	margin: 0;
}

.twinsBlock,
.twinsBlock--Brand,
.twinsBlock--Gray {
	position: relative; /*
      &__Content {
        img { margin-bottom: 20px; }
        p { color: $black; font-weight: $mediumbold; }
      }
      */
}

.twinsBlock::after,
.twinsBlock--Brand::after,
.twinsBlock--Gray::after {
	clear: both;
	content: "";
	display: table;
}

.twinsBlock .slick-slider,
.twinsBlock--Brand .slick-slider,
.twinsBlock--Gray .slick-slider {
	margin-bottom: 0;
}

.twinsBlock .slick-dots,
.twinsBlock--Brand .slick-dots,
.twinsBlock--Gray .slick-dots {
	padding-left: 5px;
	bottom: 0;
	left: auto;
	right: 50%;
	max-width: 480px;
	margin: 0 0 40px;
}

.twinsBlock__Title,
.twinsBlock__Title--White {
	color: #191919;
	line-height: 30px;
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
	letter-spacing: 2px;
}

.twinsBlock__Title i,
.twinsBlock__Title--White i {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1.875em;
}

.twinsBlock__Title--White {
	color: #FFF;
}

.twinsBlock__Title--White i {
	color: #D92727;
}

.twinsBlock__Table {
	display: table;
	width: 100%;
	height: 100%;
}

.twinsBlock__Cell,
.twinsBlock__Cell--Overlay,
.twinsBlock__Cell--Video,
.twinsBlock__Cell--Gray,
.twinsBlock__Cell--Middle {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.twinsBlock__Cell--Overlay {
	position: relative;
	z-index: 1;
	vertical-align: top;
	overflow: hidden;
}

.twinsBlock__Cell--Overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.twinsBlock__Cell--Fixed {
	background-size: auto;
	background-attachment: fixed;
	background-size: cover;
}

.twinsBlock__Cell--RedMultiply {
	background-color: #c42222;
	background-blend-mode: overlay;
}

.twinsBlock__Cell--RedMultiply:before {
	display: none;
}

.twinsBlock__Cell--Video {
	position: relative;
	position: relative;
	z-index: 1;
}

.twinsBlock__Cell--Video:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.twinsBlock__Cell--Gray {
	background: #191919;
}

.twinsBlock__Cell--Middle {
	vertical-align: middle;
}

.twinsBlock__Content,
.twinsBlock__Content--Slider,
.twinsBlock__Content--Article,
.twinsBlock__Content--Left {
	max-width: 480px;
	float: right;
	font-family: "dapifer", Georgia, serif;
	padding: 40px 40px 40px 10px;
	width: 100%;
}

.twinsBlock__Content img,
.twinsBlock__Content--Slider img,
.twinsBlock__Content--Article img,
.twinsBlock__Content--Left img {
	margin-bottom: 10px;
}

.twinsBlock__Content--Slider {
	padding-bottom: 90px;
}

.twinsBlock__Content--Article {
	padding-top: 80px;
	padding-bottom: 100px;
}

.twinsBlock__Content--Left {
	float: left;
	padding-left: 40px;
	padding-right: 10px;
}

.twinsBlock__Content--Single {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.twinsBlock__Lead,
.twinsBlock__Lead--Gray,
.twinsBlock__Lead--without-Margin {
	font-family: "dapifer", Georgia, serif;
	margin-top: 30px;
	color: #000;
	font-weight: 500;
	line-height: 1.3;
}

.twinsBlock__Lead p,
.twinsBlock__Lead--Gray p,
.twinsBlock__Lead--without-Margin p {
	margin: 10px 0;
}

.twinsBlock__Lead--Gray {
	color: gray;
}

.twinsBlock__Lead--without-Margin {
	margin-top: 0;
}

.twinsBlock__ArticleWrapper {
	margin-top: -20px;
}

.twinsBlock__ArticleWrapper::after {
	clear: both;
	content: "";
	display: table;
}

.twinsBlock__Article,
.twinsBlock__Article--Featured,
.twinsBlock__Article--GrayBorder,
.twinsBlock__Article--Collection {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 47.82609%;
	padding: 30px 0;
	padding-right: 20px;
}

.twinsBlock__Article:last-child,
.twinsBlock__Article--Featured:last-child,
.twinsBlock__Article--GrayBorder:last-child,
.twinsBlock__Article--Collection:last-child {
	margin-right: 0;
}

.twinsBlock__Article:nth-child(2n),
.twinsBlock__Article--Featured:nth-child(2n),
.twinsBlock__Article--GrayBorder:nth-child(2n),
.twinsBlock__Article--Collection:nth-child(2n) {
	margin-right: 0;
}

.twinsBlock__Article:nth-child(2n+1),
.twinsBlock__Article--Featured:nth-child(2n+1),
.twinsBlock__Article--GrayBorder:nth-child(2n+1),
.twinsBlock__Article--Collection:nth-child(2n+1) {
	clear: left;
}

.twinsBlock__Article--Featured {
	width: 100%;
	margin: 5px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #666666;
	float: none;
}

.twinsBlock__Article--Featured:last-child {
	border: 0;
}

.twinsBlock__Article--GrayBorder {
	border-color: #b3b3b3;
}

.twinsBlock__Article--Collection {
	width: 100%;
	margin: 5px 0;
	padding: 5px 0;
	margin: 0;
	margin-bottom: 10px;
}

.twinsBlock__ArticleCategory,
.twinsBlock__ArticleCategory--Black,
.twinsBlock__ArticleCategory--Social {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}

.twinsBlock__ArticleCategory ul,
.twinsBlock__ArticleCategory--Black ul,
.twinsBlock__ArticleCategory--Social ul {
	margin: 0;
	padding: 0;
}

.twinsBlock__ArticleCategory ul ul,
.twinsBlock__ArticleCategory--Black ul ul,
.twinsBlock__ArticleCategory--Social ul ul {
	margin: 0;
	padding: 0;
}

.twinsBlock__ArticleCategory ul li,
.twinsBlock__ArticleCategory--Black ul li,
.twinsBlock__ArticleCategory--Social ul li {
	display: inline-block;
	vertical-align: top;
}

.twinsBlock__ArticleCategory a,
.twinsBlock__ArticleCategory--Black a,
.twinsBlock__ArticleCategory--Social a {
	color: #D92727;
	text-decoration: none;
}

.twinsBlock__ArticleCategory a:hover,
.twinsBlock__ArticleCategory--Black a:hover,
.twinsBlock__ArticleCategory--Social a:hover {
	text-decoration: underline;
}

.twinsBlock__ArticleCategory--Black a {
	color: #000;
}

.twinsBlock__ArticleCategory--Social {
	color: #8c8c8c;
	font-size: 0.8125em;
}

.twinsBlock__ArticleTitle,
.twinsBlock__ArticleTitle--Social,
.twinsBlock__ArticleTitle--SocialSidebar {
	font-family: "dapifer", Georgia, serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	line-height: 1.3;
}

.twinsBlock__ArticleTitle a,
.twinsBlock__ArticleTitle--Social a,
.twinsBlock__ArticleTitle--SocialSidebar a {
	color: #FFF;
	text-decoration: none;
}

.twinsBlock__ArticleTitle a:hover,
.twinsBlock__ArticleTitle--Social a:hover,
.twinsBlock__ArticleTitle--SocialSidebar a:hover {
	text-decoration: underline;
}

.twinsBlock__ArticleTitle--Social {
	font-size: 0.875em;
	margin-bottom: 10px;
}

.twinsBlock__ArticleTitle--Social a {
	color: #D92727;
	font-weight: 600;
}

.twinsBlock__ArticleTitle--SocialSidebar {
	margin-bottom: 10px;
	font-weight: 500;
}

.twinsBlock__ArticleTitle--SocialSidebar a {
	color: inherit;
}

.twinsBlock--Brand {
	background: #D92727;
	color: #FFF;
}

.twinsBlock--Gray {
	background: #191919;
	color: #FFF;
}

.playButton,
.playButton--Small,
.playButton--Large,
.playButton--Slider,
.playButton--Article,
.playButton--NextVideo,
.playButton--NextPopupVideo {
	font-size: 0;
	margin: 0;
}

.playButton a,
.playButton--Small a,
.playButton--Large a,
.playButton--Slider a,
.playButton--Article a,
.playButton--NextVideo a,
.playButton--NextPopupVideo a {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 96px;
	border-radius: 50%;
	color: #FFF;
	text-decoration: none;
	border: 2px solid #FFF;
	text-align: center;
	-webkit-transition: 300ms;
	transition: 300ms;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

.playButton a:hover,
.playButton--Small a:hover,
.playButton--Large a:hover,
.playButton--Slider a:hover,
.playButton--Article a:hover,
.playButton--NextVideo a:hover,
.playButton--NextPopupVideo a:hover {
	background: #FFF;
	color: #D92727;
}

.playButton a:after,
.playButton--Small a:after,
.playButton--Large a:after,
.playButton--Slider a:after,
.playButton--Article a:after,
.playButton--NextVideo a:after,
.playButton--NextPopupVideo a:after {
	content: "\25B6";
	font-size: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 38px;
	margin-top: 1px;
	margin-left: 1px;
}

.playButton--Small a {
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	line-height: 76px;
}

.playButton--Small a:after {
	font-size: 28px;
}

.playButton--Large a {
	margin-left: -60px;
	margin-top: -60px;
	width: 120px;
	height: 120px;
	line-height: 116px;
}

.playButton--Large a:after {
	font-size: 50px;
	margin-top: 2px;
}

.playButton--Slider a {
	left: auto;
	right: 50%;
	margin-right: -380px;
	margin-top: -100px;
}

.playButton--Article a {
	left: auto;
	right: 7%;
}

.playButton--NextVideo {
	position: absolute;
	max-width: 480px;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.playButton--NextPopupVideo {
	position: absolute;
	max-width: 180px;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.voicesList {
	margin: 0;
	padding: 0;
	font-family: "dapifer", Georgia, serif;
}

.voicesList li {
	display: table;
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}

.voicesList__Image,
.voicesList__Content {
	display: table-cell;
	vertical-align: middle;
}

.voicesList__Image {
	padding-right: 20px;
	width: 42.85714%;
}

.voicesList img {
	border-radius: 50%;
}

.voicesList__Title {
	font-size: 1.125em;
	line-height: 1.2;
	margin: 0;
	color: #000;
}

.voicesList__Author {
	font-size: 1em;
	margin: 0;
	margin-top: 5px;
	color: #D92727;
	font-weight: 500;
}

.voicesList a {
	color: inherit;
	text-decoration: none;
}

.voicesList a:hover {
	text-decoration: underline;
}

.socialFeedList {
	margin: 0;
	padding: 0;
}

.socialFeedList__Item {
	display: block;
	color: #7f7f7f;
	border-top: 1px solid #b2b2b2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.socialFeedList__Item:first-child {
	padding-top: 10px;
	border: 0;
}

.socialFeedList__Name {
	text-transform: uppercase;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 0.8125em;
	font-weight: 700;
	margin: 0;
}

.socialFeedList__Content {
	font-size: 1em;
	font-weight: 500;
	color: #000;
	margin: 0;
}

.socialFeedList__Content a {
	color: #D92727;
	text-decoration: none;
}

.socialFeedList__Content a:hover {
	color: #000;
}

.socialFeedList__Meta {
	margin: 0;
}

.socialFeedList__Meta a {
	color: inherit;
	text-decoration: none;
}

.socialFeedList__Meta a:hover {
	color: #000;
}

.contributeBlock {
	padding: 40px 0 80px 0;
	background: url(../images/4.jpg);
	background-size: cover;
	color: #999999;
	position: relative;
	z-index: 1;
}

.contributeBlock:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(25, 25, 25, 0.8);
	z-index: -1;
}

.contributeBlock__Item {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
	font-family: "dapifer", Georgia, serif;
	line-height: 1.3;
}

.contributeBlock__Item:last-child {
	margin-right: 0;
}

.contributeBlock__Title {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #D92727;
	font-family: "proxima-nova", Arial, sans-serif;
}

.contributeBlock__Lead {
	color: #FFF;
	font-size: 1.25em;
}

.contributeBlock__Content {
	color: #999999;
	font-size: 1em;
}

.contributeBlock__Form {
	position: relative;
	margin-top: 26px;
	margin-right: 20px;
}

.contributeBlock input[type="text"],
.contributeBlock input[type="email"] {
	background: transparent;
	padding: 8px 10px 9px;
	border: 1px solid #D92727;
	width: 100%;
	-webkit-transition: 200ms;
	transition: 200ms;
	outline: none;
	color: #FFF;
	line-height: 20px;
}

.contributeBlock input[type="text"]:focus,
.contributeBlock input[type="email"]:focus {
	border-color: #FFF;
}

.contributeBlock button,
.contributeBlock input[type="submit"] {
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: transparent;
	height: 45px;
	width: 45px;
	border: 0;
	text-align: center;
}

.contributeBlock__More {
	margin: 10px 10px 0 0;
	display: inline-block;
}

.contributeBlock__More a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 0.8125em;
	padding: 12px 20px;
	text-align: left;
}

.contributeBlock__More a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.contributeBlock__More a:hover i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.contributeBlock__More i {
	font-size: 0.625em;
	-webkit-transition: -webkit-transform 200ms;
	transition: transform 200ms;
}

.latestIssue,
.latestIssue--with-Image,
.latestIssue--Teaser,
.latestIssue--Cover {
	padding: 40px 0;
	background: #D92727 center/cover;
	background-blend-mode: overlay;
	position: relative;
	z-index: 1;
}

.latestIssue:before,
.latestIssue--with-Image:before,
.latestIssue--Teaser:before,
.latestIssue--Cover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(217, 39, 39, 0.6);
	z-index: -1;
}

.latestIssue .center,
.latestIssue--with-Image .center,
.latestIssue--Teaser .center,
.latestIssue--Cover .center {
	position: relative;
}

.latestIssue .slick-dots,
.latestIssue--with-Image .slick-dots,
.latestIssue--Teaser .slick-dots,
.latestIssue--Cover .slick-dots {
	top: -52px;
	right: 20px;
	bottom: auto;
	left: auto;
	width: auto;
}

.latestIssue .slick-slider,
.latestIssue--with-Image .slick-slider,
.latestIssue--Teaser .slick-slider,
.latestIssue--Cover .slick-slider {
	margin-bottom: 0;
}

.latestIssue__Cover {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
	font-size: 0.8125em;
}

.latestIssue__Cover:last-child {
	margin-right: 0;
}

.latestIssue__CoverImage,
.latestIssue__CoverImage--with-Offset {
	margin-bottom: 20px;
	display: block;
}

.latestIssue__CoverImage img,
.latestIssue__CoverImage--with-Offset img {
	vertical-align: top;
}

.latestIssue__CoverImage--with-Offset {
	margin-left: -20px;
}

.latestIssue__Buy,
.latestIssue__Buy--Issue {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
}

.latestIssue__Buy::after,
.latestIssue__Buy--Issue::after {
	clear: both;
	content: "";
	display: table;
}

.latestIssue__Buy li,
.latestIssue__Buy--Issue li {
	font-size: 16px;
	display: inline-block;
	padding-right: 0;
	padding-left: 5px;
	width: 50%;
	text-align: center;
	vertical-align: top;
}

.latestIssue__Buy li:first-child,
.latestIssue__Buy--Issue li:first-child {
	padding-right: 5px;
	padding-left: 0;
}

.latestIssue__Buy em,
.latestIssue__Buy--Issue em {
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 0.875em;
	font-family: "proxima-nova", Arial, sans-serif;
}

.latestIssue__Buy ins,
.latestIssue__Buy--Issue ins {
	text-decoration: none;
	font-weight: 700;
}

.latestIssue__Buy span,
.latestIssue__Buy--Issue span {
	font-weight: 700;
}

.latestIssue__Buy--Issue {
	margin-top: 30px;
}

.latestIssue__Buy--Issue li {
	width: auto;
	margin: 0 20px;
}

.latestIssue__Buy--Issue li em {
	opacity: 0.5;
}

.latestIssue__Content {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 65.95745%;
}

.latestIssue__Content:last-child {
	margin-right: 0;
}

.latestIssue__Header {
	color: #FFF;
	padding-bottom: 10px;
	font-size: 0;
}

.latestIssue__Header::after {
	clear: both;
	content: "";
	display: table;
}

.latestIssue__Header a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.latestIssue__Header a:hover i {
	opacity: 1;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.latestIssue__Number,
.latestIssue__Number--Inline,
.latestIssue__Number--Magazine {
	font-family: "dapifer", Georgia, serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 65px;
	color: #FFF;
	height: 90px;
	width: 90px;
	border: 1px solid #FFF;
	float: left;
	text-align: center;
	margin: 0;
	margin-right: 20px;
}

.latestIssue__Number--Inline {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.latestIssue__Number--Magazine {
	float: none;
	display: inline-block;
	margin-right: 0;
}

.latestIssue__Title,
.latestIssue__Title--Inline {
	font-family: "dapifer", Georgia, serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	padding-top: 5px;
	line-height: 1;
}

.latestIssue__Title i,
.latestIssue__Title--Inline i {
	font-size: 0.58333em;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-transition: 200ms;
	transition: 200ms;
	opacity: 0;
	margin-top: -2px;
}

.latestIssue__Title--Inline {
	display: inline-block;
	vertical-align: middle;
	padding-top: 0;
	margin-top: -5px;
}

.latestIssue__CTA {
	position: absolute;
	top: 0;
	right: 10px;
}

.latestIssue__More {
	font-family: "dapifer", Georgia, serif;
	font-size: 36px;
	margin: 0;
	color: #FFF;
}

.latestIssue__More a {
	color: inherit;
	text-decoration: none;
}

.latestIssue__More a:hover {
	color: #000;
}

.latestIssue__More i {
	font-size: 0.625em;
	vertical-align: middle;
}

.latestIssue__Meta,
.latestIssue__Meta--White {
	font-family: "dapifer", Georgia, serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.latestIssue__Meta--White {
	color: #FFF;
}

.latestIssue__Info {
	text-transform: uppercase;
	font-size: 0.875em;
	opacity: 0.7;
}

.latestIssue__ArticleWrapper {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
}

.latestIssue__Article,
.latestIssue__Article--with-Icon {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
	padding-bottom: 10px;
	line-height: 1.4;
}

.latestIssue__Article:last-child,
.latestIssue__Article--with-Icon:last-child {
	margin-right: 0;
}

.latestIssue__Article:nth-child(2n),
.latestIssue__Article--with-Icon:nth-child(2n) {
	margin-right: 0;
}

.latestIssue__Article:nth-child(2n+1),
.latestIssue__Article--with-Icon:nth-child(2n+1) {
	clear: left;
}

.latestIssue__Article--with-Icon {
	padding-left: 25px;
	position: relative;
}

.latestIssue__ArticleLock,
.latestIssue__ArticleLock--Black {
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 0.9375em;
}

.latestIssue__ArticleLock--Black {
	color: #000;
}

.latestIssue__ArticleTitle {
	font-size: 1em;
	margin: 0;
	color: #FFF;
	font-weight: inherit;
}

.latestIssue__ArticleTitle a {
	color: #FFF;
	text-decoration: none;
}

.latestIssue__ArticleTitle a:hover {
	text-decoration: underline;
}

.latestIssue__ArticleAuthor,
.latestIssue__ArticleAuthor--Brand {
	margin: 0;
	font-size: 0.875em;
	margin-top: 5px;
}

.latestIssue__ArticleAuthor a,
.latestIssue__ArticleAuthor--Brand a {
	color: #000;
	text-decoration: none;
}

.latestIssue__ArticleAuthor a:hover,
.latestIssue__ArticleAuthor--Brand a:hover {
	text-decoration: underline;
}

.latestIssue__ArticleAuthor--Brand a {
	color: #D92727;
}

.latestIssue + .latestIssue,
.latestIssue--with-Image + .latestIssue,
.latestIssue--Teaser + .latestIssue,
.latestIssue--Cover + .latestIssue,
.latestIssue + .latestIssue--with-Image,
.latestIssue--with-Image + .latestIssue--with-Image,
.latestIssue--Teaser + .latestIssue--with-Image,
.latestIssue--Cover + .latestIssue--with-Image,
.latestIssue + .latestIssue--Teaser,
.latestIssue--with-Image + .latestIssue--Teaser,
.latestIssue--Teaser + .latestIssue--Teaser,
.latestIssue--Cover + .latestIssue--Teaser,
.latestIssue + .latestIssue--Cover,
.latestIssue--with-Image + .latestIssue--Cover,
.latestIssue--Teaser + .latestIssue--Cover,
.latestIssue--Cover + .latestIssue--Cover {
	margin: 5px 0;
}

.latestIssue--with-Image {
	background: #e6e6e6 center/cover fixed no-repeat;
	background-blend-mode: normal;
	color: #FFF;
	position: relative;
	position: relative;
	z-index: 1;
}

.latestIssue--with-Image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

.latestIssue--Teaser {
	background: #D92727 center/cover fixed no-repeat;
	padding: 25px 0 15px 0;
}

.latestIssue--Cover {
	background: transparent;
	padding: 0;
}

.latestIssue--Cover:before {
	display: none;
}

.heroImage {
	padding: 60px 20px;
	background: center/cover fixed no-repeat;
	color: #FFF;
	position: relative;
	z-index: 1;
}

.heroImage:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.heroImage__Inner {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.heroImage__Title {
	font-family: "dapifer", Georgia, serif;
	font-size: 3em;
	font-weight: 500;
	margin: 20px 0;
	line-height: 1.2;
}

.heroImage__Lead {
	opacity: 0.6;
	font-family: "dapifer", Georgia, serif;
}

.issueTOC {
	background: #1D1D1D;
	color: #FFF;
	overflow: hidden;
}

.issueTOC__Header {
	background: #D92727;
	position: relative;
	z-index: 2;
}

.issueTOC__Title,
.issueTOC__Title--Gray,
.issueTOC__Title--TOC,
.issueTOC__Title--Column,
.issueTOC__Title--is-Centered {
	text-transform: uppercase;
	color: #FFF;
	margin: 9px 0;
	line-height: 1;
	font-size: 0.8125em;
	display: inline-block;
	font-weight: 700;
	border-left: 1px solid #191919;
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
	letter-spacing: 1px;
}

.issueTOC__Title:first-child,
.issueTOC__Title--Gray:first-child,
.issueTOC__Title--TOC:first-child,
.issueTOC__Title--Column:first-child,
.issueTOC__Title--is-Centered:first-child {
	margin-left: 0;
	padding-left: 0;
	border: 0;
}

.issueTOC__Title--Gray {
	color: #191919;
}

.issueTOC__Title--TOC {
	border: 0;
	padding: 0;
	margin-left: 0;
}

.issueTOC__Title--TOC:after {
	height: 0;
	width: 0;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 12.5px solid #D92727;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -12px;
}

.issueTOC__Title--Column {
	min-width: 300px;
}

.issueTOC__Title--is-Centered {
	border: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

.issueTOC__Title--is-Centered:before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	right: -80px;
	left: -70px;
	bottom: -9px;
	background: -webkit-linear-gradient(0deg, transparent, #D92727, #D92727, #D92727, #D92727, transparent);
	background: linear-gradient(90deg, transparent, #D92727, #D92727, #D92727, #D92727, transparent);
	z-index: -1;
}

.issueTOC__Info {
	background: #2E2E2E;
	position: relative;
	z-index: 1;
	color: #FFF;
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
	padding-top: 40px;
	padding-right: 10px;
}

.issueTOC__Info:last-child {
	margin-right: 0;
}

.issueTOC__Info:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1000%;
	left: -1000%;
	background: #2E2E2E;
	content: "";
	z-index: -1;
}

.issueTOC__InfoNumber,
.issueTOC__InfoNumber--Black {
	margin: 0;
	font-family: "dapifer", Georgia, serif;
	color: #b3b3b3;
	font-size: 1.125em;
	font-weight: 500;
}

.issueTOC__InfoNumber--Black {
	color: #000;
}

.issueTOC__InfoTitle,
.issueTOC__InfoTitle--Brand {
	margin: 10px 0 20px 0;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	font-size: 1.875em;
	line-height: 1.2;
}

.issueTOC__InfoTitle--Brand {
	color: #D92727;
}

.issueTOC .issueTOC__Frontpage p,
.issueTOC__Frontpage .issueTOC p,
.issueTOC .issueTOC__AuthorsRole dt,
.issueTOC__AuthorsRole .issueTOC dt,
.issueTOC .issueTOC__AuthorsRole--Wide dt,
.issueTOC__AuthorsRole--Wide .issueTOC dt {
	color: gray;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 1px;
}

.issueTOC__Frontpage {
	cursor: help;
	position: relative;
	z-index: 1;
}

.issueTOC__Frontpage img {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 300ms;
	transition: 300ms;
	margin-top: -1px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	width: 100%;
}

.issueTOC__Frontpage p {
	margin: 0;
	line-height: 12px;
	padding: 9px 0;
	border: 1px solid gray;
	border-left: 0;
	border-right: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.issueTOC__Frontpage p:after {
	content: "+";
	float: right;
	font-weight: 900;
	font-size: 1.5em;
	float: right;
	margin-right: 5px;
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
}

.issueTOC__Frontpage:hover p {
	color: #D92727;
	border-color: #D92727;
}

.issueTOC__Frontpage:hover p:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.issueTOC__Frontpage:hover img {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.issueTOC__Frontpage:hover + div {
	opacity: 0;
	visibility: hidden;
}

.issueTOC__Authors {
	-webkit-transition: 300ms;
	transition: 300ms;
	font-size: 0;
	min-height: 430px;
	padding-top: 10px;
}

.issueTOC__AuthorsRole,
.issueTOC__AuthorsRole--Wide {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 16px;
}

.issueTOC__AuthorsRole dt,
.issueTOC__AuthorsRole--Wide dt,
.issueTOC__AuthorsRole dd,
.issueTOC__AuthorsRole--Wide dd {
	margin: 0;
	padding: 0;
}

.issueTOC__AuthorsRole dd,
.issueTOC__AuthorsRole--Wide dd {
	font-family: "dapifer", Georgia, serif;
	font-size: 0.875em;
}

.issueTOC__AuthorsRole a,
.issueTOC__AuthorsRole--Wide a {
	color: #D92727;
	text-decoration: none;
}

.issueTOC__AuthorsRole a:hover,
.issueTOC__AuthorsRole--Wide a:hover {
	text-decoration: underline;
}

.issueTOC__AuthorsRole--Wide {
	width: auto;
	display: block;
}

.issueTOC__AuthorsRole--Wide::after {
	clear: both;
	content: "";
	display: table;
}

.issueTOC__AuthorsRole--Wide dd {
	width: 50%;
	float: left;
}

.issueTOC__AuthorsDescription {
	font-size: 14px;
	color: gray;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 30px 0;
}

.issueTOC__Table {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 65.95745%;
	padding-top: 25px;
}

.issueTOC__Table:last-child {
	margin-right: 0;
}

.issueTOC__Section {
	clear: both;
	margin-top: 20px;
}

.issueTOC__Section::after {
	clear: both;
	content: "";
	display: table;
}

.issueTOC__SectionTitle {
	text-transform: uppercase;
	color: #999999;
	font-size: 1.125em;
	letter-spacing: 1px;
	margin: 25px 0;
	line-height: 1;
}

.issueTOC__Article {
	float: left;
	display: block;
	margin-right: 3.22581%;
	width: 48.3871%;
	margin-bottom: 30px;
}

.issueTOC__Article:last-child {
	margin-right: 0;
}

.issueTOC__Article:nth-child(2n) {
	margin-right: 0;
}

.issueTOC__Article:nth-child(2n+1) {
	clear: left;
}

.issueTOC__ArticlePage {
	font-family: "dapifer", Georgia, serif;
	color: gray;
	line-height: 0.2;
	margin: 0;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.issueTOC__ArticleImage,
.issueTOC__ArticleImage--is-Locked {
	float: left;
	width: 46%;
	max-width: 50%;
	padding-right: 28px;
	position: relative;
	max-width: 138px;
}

.issueTOC__ArticleImage img,
.issueTOC__ArticleImage--is-Locked img {
	display: block;
	float: left;
}

.issueTOC__ArticleImage a,
.issueTOC__ArticleImage--is-Locked a {
	display: block;
	overflow: hidden;
}

.issueTOC__ArticleImage:hover + .issueTOC__ArticleContent .issueTOC__ArticleTitle,
.issueTOC__ArticleImage--is-Locked:hover + .issueTOC__ArticleContent .issueTOC__ArticleTitle,
.issueTOC__ArticleImage:hover + .issueTOC__ArticleContent--is-Locked .issueTOC__ArticleTitle,
.issueTOC__ArticleImage--is-Locked:hover + .issueTOC__ArticleContent--is-Locked .issueTOC__ArticleTitle {
	text-decoration: underline;
}

.issueTOC__ArticleImage--is-Locked img {
	opacity: 0.3;
}

.issueTOC__ArticleContent,
.issueTOC__ArticleContent--is-Locked {
	overflow: hidden;
	width: auto;
}

.issueTOC__ArticleContent--is-Locked {
	opacity: 0.4;
}

.issueTOC__ArticleLock {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -14px;
	color: #FFF;
	font-size: 2em;
}

.issueTOC__ArticleTitle {
	font-family: "dapifer", Georgia, serif;
	font-size: 0.9375em;
	font-weight: 500;
	margin: 0;
	line-height: 1.34;
	margin-top: -5px;
}

.issueTOC__ArticleTitle a {
	color: inherit;
	text-decoration: none;
}

.issueTOC__ArticleTitle a:hover {
	text-decoration: underline;
}

.issueTOC__ArticleAuthor {
	font-family: "dapifer", Georgia, serif;
	font-size: 0.875em;
	margin: 5px 0;
	font-weight: 500;
}

.issueTOC__ArticleAuthor a {
	color: #D92727;
	text-decoration: none;
}

.issueTOC__ArticleAuthor a:hover {
	text-decoration: underline;
}

.subscribeWindow {
	max-width: 800px;
	background: #F5F5F5;
	margin: 5% auto;
	position: relative;
	text-align: center;
}

.subscribeWindow button.mfp-close {
	right: 15px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: transparent;
	color: #D92727;
}

.subscribeWindow button.mfp-close:hover {
	color: #FFF;
}

.subscribeWindow__Header {
	background: url(../images/subscribe.jpg) no-repeat center/cover;
	padding: 10% 0 15% 0;
}

.subscribeWindow__Title {
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	font-size: 3em;
	margin: 0;
	color: #FFF;
}

.subscribeWindow__Subtitle {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	color: #D92727;
	font-size: 1.125em;
}

.subscribeWindow__Models {
	margin: 0;
	padding: 0 0 20px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	margin-top: -60px;
}

.subscribeWindow__Models::after {
	clear: both;
	content: "";
	display: table;
}

.subscribeWindow__Model {
	width: 44%;
	margin: 0 2% 4% 2%;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	background: #FFF;
	vertical-align: top;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	min-height: 370px;
	padding-bottom: 100px;
	position: relative;
}

.subscribeWindow__ModelHeader {
	background: #D92727;
	color: #FFF;
	padding: 30px 30px;
	position: relative;
}

.subscribeWindow__ModelTitle,
.subscribeWindow__ModelTitle--with-Image {
	font-size: 1.25em;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding-right: 180px;
}

.subscribeWindow__ModelTitle img,
.subscribeWindow__ModelTitle--with-Image img {
	max-height: 65px;
	max-width: 70px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.subscribeWindow__ModelTitle--with-Image {
	padding-left: 70px;
	padding-right: 80px;
}

.subscribeWindow__ModelPrice {
	font-family: "dapifer", Georgia, serif;
	background: #000;
	position: absolute;
	line-height: 1;
	padding-top: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100px;
	text-align: center;
	font-size: 2em;
}

.subscribeWindow__ModelPrice em {
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 0.3125em;
	display: block;
	color: #D92727;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 8px;
}

.subscribeWindow__ModelContent {
	padding: 20px 30px;
	font-family: "dapifer", Georgia, serif;
}

.subscribeWindow__ModelContent ul {
	padding: 0;
}

.subscribeWindow__ModelContent li {
	display: block;
	position: relative;
	padding: 5px 0;
}

.subscribeWindow__ModelContent input[type="image"] {
	max-width: 160px;
	margin-top: 20px;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.subscribeWindow__Subscribe {
	position: absolute;
	bottom: 30px;
	margin: 0;
	left: 30px;
	right: 30px;
}

.subscribeWindow__Subscribe a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
}

.subscribeWindow__Subscribe a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.subscribeWindow__Security {
	background: #000;
	color: #FFF;
	font-family: "dapifer", Georgia, serif;
	text-align: left;
	padding: 0 30px;
	overflow: hidden;
}

.subscribeWindow__Security img {
	margin-bottom: 20px;
}

.subscribeWindow__Security .alignright {
	float: right;
	margin-left: 40px;
}

.subscribeWindow__Security .alignleft {
	float: left;
	margin-left: 40px;
}

.subscribeWindow__FAQ {
	font-family: "dapifer", Georgia, serif;
	padding: 30px 30px 10px;
}

.subscribeWindow__FAQ h2 {
	font-weight: 500;
	margin: 0;
	font-size: 3em;
}

.subscribeWindow__FAQ ol {
	margin: 0;
	padding: 0;
	text-align: left;
}

.subscribeWindow__FAQ li {
	display: block;
	font-size: 1em;
	margin-bottom: 30px;
}

.subscribeWindow__FAQ h3 {
	font-weight: 600;
	color: #D92727;
	margin-bottom: 10px;
}

.subscribeWindow__FAQ p {
	margin-top: 10px;
}

.foreword__Column,
.foreword__Column--with-Padding {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
	font-family: "dapifer", Georgia, serif;
	padding: 40px 0;
	line-height: 1.4;
	color: gray;
}

.foreword__Column:last-child,
.foreword__Column--with-Padding:last-child {
	margin-right: 0;
}

.foreword__Column--with-Padding {
	padding-left: 40px;
}

.foreword__Title {
	font-size: 3.125em;
	font-weight: 500;
	line-height: 1;
	font-family: "dapifer", Georgia, serif;
	margin: 10px 0;
	color: #D92727;
}

.foreword__Subtitle,
.foreword__Subtitle--Narrow {
	font-family: "dapifer", Georgia, serif;
	margin: 0;
	font-size: 1.5em;
	font-weight: 500;
	color: #000;
}

.foreword__Subtitle--Narrow {
	max-width: 280px;
}

.foreword__Lead {
	color: #b3b3b3;
	font-family: "dapifer", Georgia, serif;
}

.foreword__Lead a {
	color: #D92727;
}

.foreword__Lead a:hover {
	text-decoration: none;
}

.foreword__CTA,
.foreword__CTA--Menu {
	margin: 30px 0 0;
	padding: 0;
}

.foreword__CTA::after,
.foreword__CTA--Menu::after {
	clear: both;
	content: "";
	display: table;
}

.foreword__CTA--Menu {
	margin: 40px 0 50px 0 !important;
}

.foreword__CTAitem {
	display: block;
	float: left;
	margin-right: 20px;
}

.errorPage,
.errorPage--404,
.errorPage--Blank {
	font-family: "dapifer", Georgia, serif;
	font-size: 1.25em;
	padding: 10% 0 15% 0;
	background: url(../images/wip.svg) no-repeat right center/60% auto;
}

.errorPage .center,
.errorPage--404 .center,
.errorPage--Blank .center {
	display: table;
}

.errorPage__Column {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding-left: 20px;
}

.errorPage__Column:first-child {
	padding-right: 20px;
	padding-left: 0;
}

.errorPage h1,
.errorPage--404 h1,
.errorPage--Blank h1 {
	font-family: "dapifer", Georgia, serif;
	font-size: 2.25em;
	font-weight: 500;
	color: #D92727;
	line-height: 1;
}

.errorPage h1:first-child,
.errorPage--404 h1:first-child,
.errorPage--Blank h1:first-child {
	margin-top: 0;
}

.errorPage h1 strong,
.errorPage--404 h1 strong,
.errorPage--Blank h1 strong {
	font-weight: 500;
	display: block;
	color: #000;
}

.errorPage h2,
.errorPage--404 h2,
.errorPage--Blank h2 {
	color: #D92727;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1;
}

.errorPage ul,
.errorPage--404 ul,
.errorPage--Blank ul {
	margin: 0;
	padding: 0;
}

.errorPage p + ul,
.errorPage--404 p + ul,
.errorPage--Blank p + ul {
	margin-top: -20px;
}

.errorPage li,
.errorPage--404 li,
.errorPage--Blank li {
	display: block;
}

.errorPage a,
.errorPage--404 a,
.errorPage--Blank a {
	color: #D92727;
}

.errorPage a:hover,
.errorPage--404 a:hover,
.errorPage--Blank a:hover {
	text-decoration: none;
}

.errorPage--404 {
	background: #000;
	color: #FFF;
	padding: 5% 0;
}

.errorPage--404 h1 {
	color: #FFF;
}

.errorPage--404 h1 strong {
	color: inherit;
	display: inline;
	text-decoration: underline;
}

.errorPage--Blank {
	background: transparent;
}

.mainArticleHeader,
.mainArticleHeader--without-Image,
.mainArticleHeader--Excerpt,
.mainArticleHeader--Page,
.mainArticleHeader--Popup {
	padding: 0 10px;
}

.mainArticleHeader__Inner,
.mainArticleHeader__Inner--with-Border,
.mainArticleHeader__Inner--Popup,
.mainArticleHeader__Inner--with-Padding {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
}

.mainArticleHeader__Inner::after,
.mainArticleHeader__Inner--with-Border::after,
.mainArticleHeader__Inner--Popup::after,
.mainArticleHeader__Inner--with-Padding::after {
	clear: both;
	content: "";
	display: table;
}

.mainArticleHeader__Inner--with-Border {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 40px;
}

.mainArticleHeader__Inner--with-Border:before {
	content: "";
	display: block;
	height: 8px;
	width: 150px;
	background: #D92727;
	position: absolute;
	bottom: -8px;
	left: 0;
}

.mainArticleHeader__Inner--Popup {
	margin: 0 0 0 0;
}

.mainArticleHeader__Inner--with-Padding {
	padding: 0 10px;
}

.mainArticleHeader__Meta,
.mainArticleHeader__Meta--Magazine,
.mainArticleHeader__Meta--Popup {
	max-width: 710px;
	padding: 0 80px;
	position: relative;
	max-width: 630px;
	padding-left: 0;
	padding-right: 80px;
}

.mainArticleHeader__Meta--Magazine {
	max-width: 700px;
}

.mainArticleHeader__Meta--Popup {
	max-width: none;
	padding-right: 0;
}

.mainArticleHeader__Category,
.mainArticleHeader__Category--with-Padding {
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0;
	font-family: "proxima-nova", Arial, sans-serif;
	text-decoration: none;
	color: #D92727;
	font-size: 0.8125em;
}

.mainArticleHeader__Category a,
.mainArticleHeader__Category--with-Padding a {
	color: inherit;
	text-decoration: none;
}

.mainArticleHeader__Category a:hover,
.mainArticleHeader__Category--with-Padding a:hover {
	color: #000;
}

.mainArticleHeader__Category a__Hover,
.mainArticleHeader__Category--with-Padding a__Hover {
	color: #000;
}

.mainArticleHeader__Category--with-Padding {
	padding-left: 60px;
}

.mainArticleHeader__Lead,
.mainArticleHeader__Lead--XL {
	margin: 0;
	font-family: "dapifer", Georgia, serif;
	font-size: 1.26316em;
	max-width: 460px;
	padding-left: 60px;
}

.mainArticleHeader__Lead--XL {
	min-height: 70px;
	max-width: 500px;
	font-weight: 600;
	padding-left: 0;
}

.mainArticleHeader__Controls,
.mainArticleHeader__Controls--Popup {
	position: absolute;
	top: 0;
	right: -5px;
	font-size: 1.25em;
	margin: 2px 0 0;
	padding: 10px 0 0;
}

.mainArticleHeader__Controls li,
.mainArticleHeader__Controls--Popup li {
	display: inline-block;
	position: relative;
}

.mainArticleHeader__Controls a,
.mainArticleHeader__Controls--Popup a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 0 5px 15px 5px;
}

.mainArticleHeader__Controls a:hover,
.mainArticleHeader__Controls--Popup a:hover {
	color: #D92727;
}

.mainArticleHeader__Controls i,
.mainArticleHeader__Controls--Popup i {
	vertical-align: middle;
}

.mainArticleHeader__Controls--Popup {
	right: 0;
	top: 78px;
	z-index: 1000;
	margin-right: -15px;
	padding-top: 0;
}

.mainArticleHeader__Controls--Popup li {
	display: block;
	margin-top: 1px;
}

.mainArticleHeader__Controls--Popup a {
	background: #F5F5F5;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.125em;
}

.mainArticleHeader__Share {
	text-align: center;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.mainArticleHeader__Share:hover > a {
	color: #D92727;
}

.mainArticleHeader__Share:hover ul {
	opacity: 1;
	visibility: visible;
}

.mainArticleHeader__Share ul {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	width: 100px;
	padding: 15px;
	background: #D92727;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	visibility: hidden;
	z-index: 900;
}

.mainArticleHeader__Share ul:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	height: 0;
	width: 0;
	border-bottom: 8px solid #D92727;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}

.mainArticleHeader__Share ul a {
	color: #FFF;
	padding: 0 5px;
}

.mainArticleHeader__Share ul a:hover {
	color: #000;
}

.mainArticleHeader__Title,
.mainArticleHeader__Title--White {
	font-family: "dapifer", Georgia, serif;
	font-size: 3em;
	line-height: 1.2;
	font-weight: 600;
	max-width: 680px;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 20px;
}

.mainArticleHeader__Title--White {
	color: #FFF;
}

.mainArticleHeader__Info,
.mainArticleHeader__Info--Blog,
.mainArticleHeader__Info--Popup {
	margin: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-left: 60px;
}

.mainArticleHeader__Info::after,
.mainArticleHeader__Info--Blog::after,
.mainArticleHeader__Info--Popup::after {
	clear: both;
	content: "";
	display: table;
}

.mainArticleHeader__Info--Blog {
	position: absolute;
	bottom: 45px;
	right: 0;
	max-width: 200px;
	width: 100%;
}

.mainArticleHeader__Info--Blog ul {
	margin: 0;
	padding: 0;
}

.mainArticleHeader__Info--Blog li {
	display: block;
	margin-bottom: 5px;
}

.mainArticleHeader__Info--Popup {
	padding-left: 0;
	margin-left: 60px;
}

.mainArticleHeader__Date,
.mainArticleHeader__Date--Gray,
.mainArticleHeader__Author {
	font-family: "dapifer", Georgia, serif;
	font-size: 1.5em;
	color: #D92727;
	font-weight: 600;
	display: block;
	float: left;
	line-height: 1;
}

.mainArticleHeader__Date--Gray {
	color: #b3b3b3;
}

.mainArticleHeader__Author {
	float: right;
	max-width: 200px;
	width: 100%;
}

.mainArticleHeader__Author span {
	text-transform: uppercase;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 0.625em;
	display: block;
	color: #000;
	line-height: 20px;
	margin-top: -20px;
}

.mainArticleHeader__Author ul {
	padding: 0;
}

.mainArticleHeader__Author li {
	display: block;
}

.mainArticleHeader__Author a {
	color: inherit;
	text-decoration: none;
}

.mainArticleHeader__Author a:hover {
	color: #000;
}

.mainArticleHeader--without-Image {
	background-color: #EDEDED;
	padding: 0 10px 30px 10px;
}

.mainArticleHeader--Excerpt {
	padding: 0 0 20px;
	background: transparent;
}

.mainArticleHeader--Page {
	background: #ededed;
	padding: 0;
}

.mainArticleHeader--Popup {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 20%;
	padding: 50px 80px 80px 60px;
	position: relative;
	z-index: 1;
}

.mainArticleHeader--Popup:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.mainArticle {
	overflow: hidden;
}

.mainArticle__Wrapper,
.mainArticle__Wrapper--without-Padding {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.mainArticle__Wrapper .alignbreak,
.mainArticle__Wrapper--without-Padding .alignbreak {
	position: relative;
	z-index: 1;
	margin: -60px 0 -70px 0;
}

.mainArticle__Wrapper .alignbreak:before,
.mainArticle__Wrapper--without-Padding .alignbreak:before,
.mainArticle__Wrapper .alignbreak:after,
.mainArticle__Wrapper--without-Padding .alignbreak:after {
	height: 60px;
	display: block;
	content: "";
	background: -webkit-linear-gradient(rgba(245, 245, 245, 0), #F5F5F5);
	background: linear-gradient(rgba(245, 245, 245, 0), #F5F5F5);
}

.mainArticle__Wrapper .alignbreak:after,
.mainArticle__Wrapper--without-Padding .alignbreak:after {
	background: -webkit-linear-gradient(#F5F5F5, rgba(245, 245, 245, 0));
	background: linear-gradient(#F5F5F5, rgba(245, 245, 245, 0));
}

.mainArticle__Wrapper .alignbreak p,
.mainArticle__Wrapper--without-Padding .alignbreak p {
	margin: 0;
}

.mainArticle__Wrapper .alignbreak img,
.mainArticle__Wrapper--without-Padding .alignbreak img {
	vertical-align: middle;
}

.mainArticle__Wrapper--without-Padding {
	padding: 0;
}

.mainArticle__Share,
.mainArticle__Share--Popup {
	-webkit-transition: 300ms;
	transition: 300ms;
	position: absolute;
	top: 0;
	left: -60px;
	opacity: 0;
	visibility: hidden;
}

.mainArticle__Share.is-Visible,
.is-Visible.mainArticle__Share--Popup {
	opacity: 1;
	visibility: visible;
}

.mainArticle__Share.is-Hidden,
.is-Hidden.mainArticle__Share--Popup {
	opacity: 0;
	visibility: hidden;
}

.mainArticle__Share ul,
.mainArticle__Share--Popup ul {
	margin: 0;
	padding: 0;
	width: 40px;
}

.mainArticle__Share ul.is-Fixed,
.mainArticle__Share--Popup ul.is-Fixed {
	position: fixed;
	top: 100px;
}

.mainArticle__Share li,
.mainArticle__Share--Popup li {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.mainArticle__Share i,
.mainArticle__Share--Popup i,
.mainArticle__Share span,
.mainArticle__Share--Popup span {
	display: block;
}

.mainArticle__Share i,
.mainArticle__Share--Popup i {
	font-size: 1.5em;
}

.mainArticle__Share span,
.mainArticle__Share--Popup span {
	border: 1px solid #cccccc;
	padding: 5px 0 10px 0;
	margin-top: 15px;
	color: #b3b3b3;
	font-family: "dapifer", Georgia, serif;
	position: relative;
	line-height: 20px;
	font-weight: 500;
	font-size: 0.75em;
}

.mainArticle__Share span:before,
.mainArticle__Share--Popup span:before,
.mainArticle__Share span:after,
.mainArticle__Share--Popup span:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border-bottom: 8.5px solid #cccccc;
	border-left: 8.5px solid transparent;
	border-right: 8.5px solid transparent;
	top: 0;
	margin-top: -8px;
}

.mainArticle__Share span:after,
.mainArticle__Share--Popup span:after {
	height: 0;
	width: 0;
	border-bottom: 8.5px solid #F5F5F5;
	border-left: 8.5px solid transparent;
	border-right: 8.5px solid transparent;
	margin-top: -6px;
}

.mainArticle__Share a,
.mainArticle__Share--Popup a {
	display: block;
	color: gray;
	text-decoration: none;
	text-align: center;
}

.mainArticle__Share a:hover i,
.mainArticle__Share--Popup a:hover i {
	color: #666666;
}

.mainArticle__Share--Popup {
	background: #e6e6e6;
	z-index: 2000;
	padding: 10px;
	top: 0;
	bottom: 0;
	margin: 0;
	left: 10px;
	opacity: 1;
	visibility: visible;
	width: 60px;
}

.mainArticle__Share--Popup ul {
	position: fixed;
	top: 130px;
}

.mainArticle__Share--Popup li span:after {
	height: 0;
	width: 0;
	border-bottom: 8.5px solid #e6e6e6;
	border-left: 8.5px solid transparent;
	border-right: 8.5px solid transparent;
}

.mainArticle__Image,
.mainArticle__Image--without-Overlay {
	background-size: cover;
	background-position: center 20%;
	background-repeat: no-repeat;
	padding: 80px 0 190px 0;
	margin-bottom: -100px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 300px;
	z-index: 0;
}

.mainArticle__Image:before,
.mainArticle__Image--without-Overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.mainArticle__Image--without-Overlay {
	height: 50vw;
	margin-top: 20px;
	max-height: 475px;
}

.mainArticle__Image--without-Overlay:before {
	display: none;
}

.mainArticle__ImageCopy,
.mainArticle__ImageCopy--Blog {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	margin-bottom: 110px;
	text-align: right;
	font-size: 0.875em;
	color: #FFF;
	color: rgba(255, 255, 255, 0.5);
	font-family: "dapifer", Georgia, serif;
}

.mainArticle__ImageCopy p,
.mainArticle__ImageCopy--Blog p {
	margin: 0;
	width: 220px;
	display: inline-block;
	text-align: left;
}

.mainArticle__ImageCopy a,
.mainArticle__ImageCopy--Blog a {
	color: #D92727;
}

.mainArticle__ImageCopy a:hover,
.mainArticle__ImageCopy--Blog a:hover {
	color: #FFF;
}

.mainArticle__ImageCopy--Blog {
	bottom: 10px;
	margin-bottom: 0;
}

.mainArticle__Background,
.mainArticle__Background--with-ShareButtons,
.mainArticle__Background--without-Image,
.mainArticle__Background--Page,
.mainArticle__Background--Popup {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: inherit;
	padding: 30px 10px 20px 80px;
	background: #F5F5F5;
	position: relative;
	z-index: 0;
}

.mainArticle__Background::after,
.mainArticle__Background--with-ShareButtons::after,
.mainArticle__Background--without-Image::after,
.mainArticle__Background--Page::after,
.mainArticle__Background--Popup::after {
	clear: both;
	content: "";
	display: table;
}

.mainArticle__Background:before,
.mainArticle__Background--with-ShareButtons:before,
.mainArticle__Background--without-Image:before,
.mainArticle__Background--Page:before,
.mainArticle__Background--Popup:before,
.mainArticle__Background:after,
.mainArticle__Background--with-ShareButtons:after,
.mainArticle__Background--without-Image:after,
.mainArticle__Background--Page:after,
.mainArticle__Background--Popup:after {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: -100%;
	background: inherit;
	z-index: -1;
}

.mainArticle__Background:after,
.mainArticle__Background--with-ShareButtons:after,
.mainArticle__Background--without-Image:after,
.mainArticle__Background--Page:after,
.mainArticle__Background--Popup:after {
	top: 0;
	left: 50%;
	right: -100%;
}

.mainArticle__Background--with-ShareButtons {
	z-index: 1;
}

.mainArticle__Background--without-Image:before {
	top: 0;
}

.mainArticle__Background--Page {
	padding: 20px 10px 60px 10px;
	margin-top: 0;
}

.mainArticle__Background--Page:first-child {
	padding-top: 60px;
}

.mainArticle__Background--Page:before,
.mainArticle__Background--Page:after {
	top: 0;
}

.mainArticle__Background--Popup {
	margin-top: 0;
	padding: 30px 5.68182%;
}

.mainArticle__Background--Popup:before,
.mainArticle__Background--Popup:after {
	top: 0;
}

.mainArticle__ContentWrapper,
.mainArticle__ContentWrapper--without-Padding {
	padding: 0 60px 0 170px;
	position: relative;
}

.mainArticle__ContentWrapper::after,
.mainArticle__ContentWrapper--without-Padding::after {
	clear: both;
	content: "";
	display: table;
}

.mainArticle__ContentWrapper--without-Padding {
	padding-left: 0;
	padding-right: 0;
}

.mainArticle__Content,
.mainArticle__Content--without-Gap,
.mainArticle__Content--without-Dropcap,
.mainArticle__Content--Popup,
.mainArticle__Content--Films,
.mainArticle__Content--Page,
.mainArticle__Content--Shop {
	font-family: "dapifer", Georgia, serif;
	font-size: 1.1875em;
	line-height: 1.52632em;
	position: relative;
}

.mainArticle__Content .wp-caption,
.mainArticle__Content--without-Gap .wp-caption,
.mainArticle__Content--without-Dropcap .wp-caption,
.mainArticle__Content--Popup .wp-caption,
.mainArticle__Content--Films .wp-caption,
.mainArticle__Content--Page .wp-caption,
.mainArticle__Content--Shop .wp-caption {
	margin: 10px 0;
}

.mainArticle__Content .wp-caption a,
.mainArticle__Content--without-Gap .wp-caption a,
.mainArticle__Content--without-Dropcap .wp-caption a,
.mainArticle__Content--Popup .wp-caption a,
.mainArticle__Content--Films .wp-caption a,
.mainArticle__Content--Page .wp-caption a,
.mainArticle__Content--Shop .wp-caption a {
	display: block;
}

.mainArticle__Content .wp-caption-text,
.mainArticle__Content--without-Gap .wp-caption-text,
.mainArticle__Content--without-Dropcap .wp-caption-text,
.mainArticle__Content--Popup .wp-caption-text,
.mainArticle__Content--Films .wp-caption-text,
.mainArticle__Content--Page .wp-caption-text,
.mainArticle__Content--Shop .wp-caption-text {
	font-size: 0.75em;
	font-style: italic;
	color: #999999;
	margin: 0;
	line-height: 1.5;
}

.mainArticle__Content .wp-caption-text a,
.mainArticle__Content--without-Gap .wp-caption-text a,
.mainArticle__Content--without-Dropcap .wp-caption-text a,
.mainArticle__Content--Popup .wp-caption-text a,
.mainArticle__Content--Films .wp-caption-text a,
.mainArticle__Content--Page .wp-caption-text a,
.mainArticle__Content--Shop .wp-caption-text a {
	display: inline;
}

.mainArticle__Content .alignleft,
.mainArticle__Content--without-Gap .alignleft,
.mainArticle__Content--without-Dropcap .alignleft,
.mainArticle__Content--Popup .alignleft,
.mainArticle__Content--Films .alignleft,
.mainArticle__Content--Page .alignleft,
.mainArticle__Content--Shop .alignleft {
	float: left;
	margin-right: 20px;
	margin-left: -170px;
	position: relative;
}

.mainArticle__Content .alignleft .wp-caption-text,
.mainArticle__Content--without-Gap .alignleft .wp-caption-text,
.mainArticle__Content--without-Dropcap .alignleft .wp-caption-text,
.mainArticle__Content--Popup .alignleft .wp-caption-text,
.mainArticle__Content--Films .alignleft .wp-caption-text,
.mainArticle__Content--Page .alignleft .wp-caption-text,
.mainArticle__Content--Shop .alignleft .wp-caption-text {
	position: absolute;
	top: 100%;
	width: 140px;
	margin-top: 10px;
}

.mainArticle__Content .alignright,
.mainArticle__Content--without-Gap .alignright,
.mainArticle__Content--without-Dropcap .alignright,
.mainArticle__Content--Popup .alignright,
.mainArticle__Content--Films .alignright,
.mainArticle__Content--Page .alignright,
.mainArticle__Content--Shop .alignright {
	float: right;
	margin-left: 20px;
	margin-right: -60px;
	text-align: right;
}

.mainArticle__Content .aligncenter,
.mainArticle__Content--without-Gap .aligncenter,
.mainArticle__Content--without-Dropcap .aligncenter,
.mainArticle__Content--Popup .aligncenter,
.mainArticle__Content--Films .aligncenter,
.mainArticle__Content--Page .aligncenter,
.mainArticle__Content--Shop .aligncenter {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.mainArticle__Content .aligncenter .wp-caption-text,
.mainArticle__Content--without-Gap .aligncenter .wp-caption-text,
.mainArticle__Content--without-Dropcap .aligncenter .wp-caption-text,
.mainArticle__Content--Popup .aligncenter .wp-caption-text,
.mainArticle__Content--Films .aligncenter .wp-caption-text,
.mainArticle__Content--Page .aligncenter .wp-caption-text,
.mainArticle__Content--Shop .aligncenter .wp-caption-text {
	max-width: none;
	position: static;
}

.mainArticle__Content img,
.mainArticle__Content--without-Gap img,
.mainArticle__Content--without-Dropcap img,
.mainArticle__Content--Popup img,
.mainArticle__Content--Films img,
.mainArticle__Content--Page img,
.mainArticle__Content--Shop img {
	vertical-align: middle;
}

.mainArticle__Content > p strong,
.mainArticle__Content--without-Gap > p strong,
.mainArticle__Content--without-Dropcap > p strong,
.mainArticle__Content--Popup > p strong,
.mainArticle__Content--Films > p strong,
.mainArticle__Content--Page > p strong,
.mainArticle__Content--Shop > p strong {
	font-weight: 500;
}

.mainArticle__Content > p:first-of-type:first-letter,
.mainArticle__Content--without-Gap > p:first-of-type:first-letter,
.mainArticle__Content--without-Dropcap > p:first-of-type:first-letter,
.mainArticle__Content--Popup > p:first-of-type:first-letter,
.mainArticle__Content--Films > p:first-of-type:first-letter,
.mainArticle__Content--Page > p:first-of-type:first-letter,
.mainArticle__Content--Shop > p:first-of-type:first-letter {
	font-family: "dapifer", Georgia, serif;
	font-size: 6em;
	font-weight: 700;
	float: left;
	line-height: 0.8;
	margin-top: -3px;
	margin-right: 10px;
}

.mainArticle__Content > h1,
.mainArticle__Content--without-Gap > h1,
.mainArticle__Content--without-Dropcap > h1,
.mainArticle__Content--Popup > h1,
.mainArticle__Content--Films > h1,
.mainArticle__Content--Page > h1,
.mainArticle__Content--Shop > h1,
.mainArticle__Content > h2,
.mainArticle__Content--without-Gap > h2,
.mainArticle__Content--without-Dropcap > h2,
.mainArticle__Content--Popup > h2,
.mainArticle__Content--Films > h2,
.mainArticle__Content--Page > h2,
.mainArticle__Content--Shop > h2,
.mainArticle__Content > h3,
.mainArticle__Content--without-Gap > h3,
.mainArticle__Content--without-Dropcap > h3,
.mainArticle__Content--Popup > h3,
.mainArticle__Content--Films > h3,
.mainArticle__Content--Page > h3,
.mainArticle__Content--Shop > h3,
.mainArticle__Content > h4,
.mainArticle__Content--without-Gap > h4,
.mainArticle__Content--without-Dropcap > h4,
.mainArticle__Content--Popup > h4,
.mainArticle__Content--Films > h4,
.mainArticle__Content--Page > h4,
.mainArticle__Content--Shop > h4,
.mainArticle__Content > h5,
.mainArticle__Content--without-Gap > h5,
.mainArticle__Content--without-Dropcap > h5,
.mainArticle__Content--Popup > h5,
.mainArticle__Content--Films > h5,
.mainArticle__Content--Page > h5,
.mainArticle__Content--Shop > h5 {
	color: #D92727;
	margin: -60px 0 20px -12%;
	padding-top: 80px;
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mainArticle__Content > h1,
.mainArticle__Content--without-Gap > h1,
.mainArticle__Content--without-Dropcap > h1,
.mainArticle__Content--Popup > h1,
.mainArticle__Content--Films > h1,
.mainArticle__Content--Page > h1,
.mainArticle__Content--Shop > h1,
.mainArticle__Content > h2,
.mainArticle__Content--without-Gap > h2,
.mainArticle__Content--without-Dropcap > h2,
.mainArticle__Content--Popup > h2,
.mainArticle__Content--Films > h2,
.mainArticle__Content--Page > h2,
.mainArticle__Content--Shop > h2 {
	font-size: 1.05263em;
}

.mainArticle__Content > h1:after,
.mainArticle__Content--without-Gap > h1:after,
.mainArticle__Content--without-Dropcap > h1:after,
.mainArticle__Content--Popup > h1:after,
.mainArticle__Content--Films > h1:after,
.mainArticle__Content--Page > h1:after,
.mainArticle__Content--Shop > h1:after,
.mainArticle__Content > h2:after,
.mainArticle__Content--without-Gap > h2:after,
.mainArticle__Content--without-Dropcap > h2:after,
.mainArticle__Content--Popup > h2:after,
.mainArticle__Content--Films > h2:after,
.mainArticle__Content--Page > h2:after,
.mainArticle__Content--Shop > h2:after {
	content: "";
	display: block;
	height: 2px;
	width: 115px;
	background: #D92727;
	margin-top: 5px;
}

.mainArticle__Content > h3,
.mainArticle__Content--without-Gap > h3,
.mainArticle__Content--without-Dropcap > h3,
.mainArticle__Content--Popup > h3,
.mainArticle__Content--Films > h3,
.mainArticle__Content--Page > h3,
.mainArticle__Content--Shop > h3 {
	font-family: "dapifer", Georgia, serif;
	color: #D92727;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 600;
}

.mainArticle__Content > h4,
.mainArticle__Content--without-Gap > h4,
.mainArticle__Content--without-Dropcap > h4,
.mainArticle__Content--Popup > h4,
.mainArticle__Content--Films > h4,
.mainArticle__Content--Page > h4,
.mainArticle__Content--Shop > h4 {
	text-transform: none;
	font-family: "dapifer", Georgia, serif;
	color: #D92727;
	font-style: italic;
	font-size: 1em;
	letter-spacing: 0;
	margin-left: -3%;
	line-height: 1.5em;
	font-weight: 500;
}

.mainArticle__Content > h5,
.mainArticle__Content--without-Gap > h5,
.mainArticle__Content--without-Dropcap > h5,
.mainArticle__Content--Popup > h5,
.mainArticle__Content--Films > h5,
.mainArticle__Content--Page > h5,
.mainArticle__Content--Shop > h5 {
	font-size: 1em;
	line-height: 1.75em;
	position: relative;
	padding-left: 40px;
}

.mainArticle__Content > h5:before,
.mainArticle__Content--without-Gap > h5:before,
.mainArticle__Content--without-Dropcap > h5:before,
.mainArticle__Content--Popup > h5:before,
.mainArticle__Content--Films > h5:before,
.mainArticle__Content--Page > h5:before,
.mainArticle__Content--Shop > h5:before {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	margin-top: 14px;
}

.mainArticle__Content blockquote,
.mainArticle__Content--without-Gap blockquote,
.mainArticle__Content--without-Dropcap blockquote,
.mainArticle__Content--Popup blockquote,
.mainArticle__Content--Films blockquote,
.mainArticle__Content--Page blockquote,
.mainArticle__Content--Shop blockquote {
	color: #737373;
	font-style: italic;
	padding-left: 40px;
	position: relative;
	margin: 30px 0;
}

.mainArticle__Content blockquote:before,
.mainArticle__Content--without-Gap blockquote:before,
.mainArticle__Content--without-Dropcap blockquote:before,
.mainArticle__Content--Popup blockquote:before,
.mainArticle__Content--Films blockquote:before,
.mainArticle__Content--Page blockquote:before,
.mainArticle__Content--Shop blockquote:before {
	content: "\201C";
	color: #D92727;
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 3em;
	font-style: normal;
}

.mainArticle__Content .quote-bomb,
.mainArticle__Content--without-Gap .quote-bomb,
.mainArticle__Content--without-Dropcap .quote-bomb,
.mainArticle__Content--Popup .quote-bomb,
.mainArticle__Content--Films .quote-bomb,
.mainArticle__Content--Page .quote-bomb,
.mainArticle__Content--Shop .quote-bomb {
	font-style: italic;
	font-family: "dapifer", Georgia, serif;
	padding: 0;
	margin: 0;
	margin-left: -12%;
	font-size: 1.15789em;
	line-height: 1.33333em;
	color: #D92727;
	font-weight: 500;
	padding-right: 15%;
	position: relative;
}

.mainArticle__Content .quote-bomb:before,
.mainArticle__Content--without-Gap .quote-bomb:before,
.mainArticle__Content--without-Dropcap .quote-bomb:before,
.mainArticle__Content--Popup .quote-bomb:before,
.mainArticle__Content--Films .quote-bomb:before,
.mainArticle__Content--Page .quote-bomb:before,
.mainArticle__Content--Shop .quote-bomb:before {
	display: none;
}

.mainArticle__Content .quote-bomb:after,
.mainArticle__Content--without-Gap .quote-bomb:after,
.mainArticle__Content--without-Dropcap .quote-bomb:after,
.mainArticle__Content--Popup .quote-bomb:after,
.mainArticle__Content--Films .quote-bomb:after,
.mainArticle__Content--Page .quote-bomb:after,
.mainArticle__Content--Shop .quote-bomb:after {
	content: "\201D";
	font-size: 6.57895em;
	color: #000;
	font-style: normal;
	top: 40px;
	right: 20px;
	position: absolute;
}

.mainArticle__Content .quote-bomb p,
.mainArticle__Content--without-Gap .quote-bomb p,
.mainArticle__Content--without-Dropcap .quote-bomb p,
.mainArticle__Content--Popup .quote-bomb p,
.mainArticle__Content--Films .quote-bomb p,
.mainArticle__Content--Page .quote-bomb p,
.mainArticle__Content--Shop .quote-bomb p {
	margin-bottom: 0;
}

.mainArticle__Content .quote-left,
.mainArticle__Content--without-Gap .quote-left,
.mainArticle__Content--without-Dropcap .quote-left,
.mainArticle__Content--Popup .quote-left,
.mainArticle__Content--Films .quote-left,
.mainArticle__Content--Page .quote-left,
.mainArticle__Content--Shop .quote-left,
.mainArticle__Content .quote-right,
.mainArticle__Content--without-Gap .quote-right,
.mainArticle__Content--without-Dropcap .quote-right,
.mainArticle__Content--Popup .quote-right,
.mainArticle__Content--Films .quote-right,
.mainArticle__Content--Page .quote-right,
.mainArticle__Content--Shop .quote-right {
	margin: 0 20px 0 -180px;
	font-size: 1.47368em;
	line-height: 1.28571em;
	max-width: 320px;
	padding-left: 0;
	float: left;
	font-weight: 700;
	text-align: right;
	clear: both;
	font-style: normal;
	color: #000;
	border: 0;
	text-decoration: underline;
	padding-right: 0;
}

.mainArticle__Content .quote-left:before,
.mainArticle__Content--without-Gap .quote-left:before,
.mainArticle__Content--without-Dropcap .quote-left:before,
.mainArticle__Content--Popup .quote-left:before,
.mainArticle__Content--Films .quote-left:before,
.mainArticle__Content--Page .quote-left:before,
.mainArticle__Content--Shop .quote-left:before,
.mainArticle__Content .quote-right:before,
.mainArticle__Content--without-Gap .quote-right:before,
.mainArticle__Content--without-Dropcap .quote-right:before,
.mainArticle__Content--Popup .quote-right:before,
.mainArticle__Content--Films .quote-right:before,
.mainArticle__Content--Page .quote-right:before,
.mainArticle__Content--Shop .quote-right:before {
	display: none;
}

.mainArticle__Content .quote-left:after,
.mainArticle__Content--without-Gap .quote-left:after,
.mainArticle__Content--without-Dropcap .quote-left:after,
.mainArticle__Content--Popup .quote-left:after,
.mainArticle__Content--Films .quote-left:after,
.mainArticle__Content--Page .quote-left:after,
.mainArticle__Content--Shop .quote-left:after,
.mainArticle__Content .quote-right:after,
.mainArticle__Content--without-Gap .quote-right:after,
.mainArticle__Content--without-Dropcap .quote-right:after,
.mainArticle__Content--Popup .quote-right:after,
.mainArticle__Content--Films .quote-right:after,
.mainArticle__Content--Page .quote-right:after,
.mainArticle__Content--Shop .quote-right:after {
	display: none;
}

.mainArticle__Content .quote-left p,
.mainArticle__Content--without-Gap .quote-left p,
.mainArticle__Content--without-Dropcap .quote-left p,
.mainArticle__Content--Popup .quote-left p,
.mainArticle__Content--Films .quote-left p,
.mainArticle__Content--Page .quote-left p,
.mainArticle__Content--Shop .quote-left p,
.mainArticle__Content .quote-right p,
.mainArticle__Content--without-Gap .quote-right p,
.mainArticle__Content--without-Dropcap .quote-right p,
.mainArticle__Content--Popup .quote-right p,
.mainArticle__Content--Films .quote-right p,
.mainArticle__Content--Page .quote-right p,
.mainArticle__Content--Shop .quote-right p {
	margin-top: 0;
}

.mainArticle__Content .quote-left p:last-child,
.mainArticle__Content--without-Gap .quote-left p:last-child,
.mainArticle__Content--without-Dropcap .quote-left p:last-child,
.mainArticle__Content--Popup .quote-left p:last-child,
.mainArticle__Content--Films .quote-left p:last-child,
.mainArticle__Content--Page .quote-left p:last-child,
.mainArticle__Content--Shop .quote-left p:last-child,
.mainArticle__Content .quote-right p:last-child,
.mainArticle__Content--without-Gap .quote-right p:last-child,
.mainArticle__Content--without-Dropcap .quote-right p:last-child,
.mainArticle__Content--Popup .quote-right p:last-child,
.mainArticle__Content--Films .quote-right p:last-child,
.mainArticle__Content--Page .quote-right p:last-child,
.mainArticle__Content--Shop .quote-right p:last-child {
	margin-bottom: 0;
}

.mainArticle__Content .quote-left p:before,
.mainArticle__Content--without-Gap .quote-left p:before,
.mainArticle__Content--without-Dropcap .quote-left p:before,
.mainArticle__Content--Popup .quote-left p:before,
.mainArticle__Content--Films .quote-left p:before,
.mainArticle__Content--Page .quote-left p:before,
.mainArticle__Content--Shop .quote-left p:before,
.mainArticle__Content .quote-right p:before,
.mainArticle__Content--without-Gap .quote-right p:before,
.mainArticle__Content--without-Dropcap .quote-right p:before,
.mainArticle__Content--Popup .quote-right p:before,
.mainArticle__Content--Films .quote-right p:before,
.mainArticle__Content--Page .quote-right p:before,
.mainArticle__Content--Shop .quote-right p:before {
	display: none;
}

.mainArticle__Content .quote-right,
.mainArticle__Content--without-Gap .quote-right,
.mainArticle__Content--without-Dropcap .quote-right,
.mainArticle__Content--Popup .quote-right,
.mainArticle__Content--Films .quote-right,
.mainArticle__Content--Page .quote-right,
.mainArticle__Content--Shop .quote-right {
	float: right;
	text-align: left;
	margin-left: 20px;
	margin-right: -40px;
}

.mainArticle__Content img,
.mainArticle__Content--without-Gap img,
.mainArticle__Content--without-Dropcap img,
.mainArticle__Content--Popup img,
.mainArticle__Content--Films img,
.mainArticle__Content--Page img,
.mainArticle__Content--Shop img {
	clear: left;
}

.mainArticle__Content a,
.mainArticle__Content--without-Gap a,
.mainArticle__Content--without-Dropcap a,
.mainArticle__Content--Popup a,
.mainArticle__Content--Films a,
.mainArticle__Content--Page a,
.mainArticle__Content--Shop a {
	color: #D92727;
	text-decoration: none;
}

.mainArticle__Content a:hover,
.mainArticle__Content--without-Gap a:hover,
.mainArticle__Content--without-Dropcap a:hover,
.mainArticle__Content--Popup a:hover,
.mainArticle__Content--Films a:hover,
.mainArticle__Content--Page a:hover,
.mainArticle__Content--Shop a:hover {
	color: #000;
}

.mainArticle__Content hr,
.mainArticle__Content--without-Gap hr,
.mainArticle__Content--without-Dropcap hr,
.mainArticle__Content--Popup hr,
.mainArticle__Content--Films hr,
.mainArticle__Content--Page hr,
.mainArticle__Content--Shop hr {
	display: block;
	border: 0;
	border-top: 1px solid #b3b3b3;
	clear: both;
	margin: 50px auto 40px auto;
	max-width: 200px;
}

.mainArticle__Content > ol,
.mainArticle__Content--without-Gap > ol,
.mainArticle__Content--without-Dropcap > ol,
.mainArticle__Content--Popup > ol,
.mainArticle__Content--Films > ol,
.mainArticle__Content--Page > ol,
.mainArticle__Content--Shop > ol {
	counter-reset: ol-counter;
	padding: 0;
}

.mainArticle__Content > ol li,
.mainArticle__Content--without-Gap > ol li,
.mainArticle__Content--without-Dropcap > ol li,
.mainArticle__Content--Popup > ol li,
.mainArticle__Content--Films > ol li,
.mainArticle__Content--Page > ol li,
.mainArticle__Content--Shop > ol li {
	display: block;
	position: relative;
	margin: 20px 0;
}

.mainArticle__Content > ol li:before,
.mainArticle__Content--without-Gap > ol li:before,
.mainArticle__Content--without-Dropcap > ol li:before,
.mainArticle__Content--Popup > ol li:before,
.mainArticle__Content--Films > ol li:before,
.mainArticle__Content--Page > ol li:before,
.mainArticle__Content--Shop > ol li:before {
	counter-increment: ol-counter;
	content: counter(ol-counter);
	font-size: 1.5em;
	color: #D92727;
	position: absolute;
	right: 100%;
	margin-right: 25px;
	top: 0;
	line-height: 0.8;
}

.mainArticle__Content > ul,
.mainArticle__Content--without-Gap > ul,
.mainArticle__Content--without-Dropcap > ul,
.mainArticle__Content--Popup > ul,
.mainArticle__Content--Films > ul,
.mainArticle__Content--Page > ul,
.mainArticle__Content--Shop > ul {
	margin: 0;
	padding: 0;
}

.mainArticle__Content > ul li,
.mainArticle__Content--without-Gap > ul li,
.mainArticle__Content--without-Dropcap > ul li,
.mainArticle__Content--Popup > ul li,
.mainArticle__Content--Films > ul li,
.mainArticle__Content--Page > ul li,
.mainArticle__Content--Shop > ul li {
	display: block;
	position: relative;
	margin: 30px 0;
}

.mainArticle__Content > ul li:before,
.mainArticle__Content--without-Gap > ul li:before,
.mainArticle__Content--without-Dropcap > ul li:before,
.mainArticle__Content--Popup > ul li:before,
.mainArticle__Content--Films > ul li:before,
.mainArticle__Content--Page > ul li:before,
.mainArticle__Content--Shop > ul li:before {
	content: "\2605";
	color: #D92727;
	font-size: 2em;
	vertical-align: -10px;
	position: absolute;
	left: -50px;
}

.mainArticle__Content form,
.mainArticle__Content--without-Gap form,
.mainArticle__Content--without-Dropcap form,
.mainArticle__Content--Popup form,
.mainArticle__Content--Films form,
.mainArticle__Content--Page form,
.mainArticle__Content--Shop form {
	max-width: 600px;
	font-size: 16px;
}

.mainArticle__Content form td,
.mainArticle__Content--without-Gap form td,
.mainArticle__Content--without-Dropcap form td,
.mainArticle__Content--Popup form td,
.mainArticle__Content--Films form td,
.mainArticle__Content--Page form td,
.mainArticle__Content--Shop form td {
	padding: 10px 0;
}

.mainArticle__Content label,
.mainArticle__Content--without-Gap label,
.mainArticle__Content--without-Dropcap label,
.mainArticle__Content--Popup label,
.mainArticle__Content--Films label,
.mainArticle__Content--Page label,
.mainArticle__Content--Shop label {
	font-family: "proxima-nova", Arial, sans-serif;
}

.mainArticle__Content input,
.mainArticle__Content--without-Gap input,
.mainArticle__Content--without-Dropcap input,
.mainArticle__Content--Popup input,
.mainArticle__Content--Films input,
.mainArticle__Content--Page input,
.mainArticle__Content--Shop input {
	border: 1px solid #cccccc;
	padding: 12px 15px;
	width: 100%;
}

.mainArticle__Content input[type="submit"],
.mainArticle__Content--without-Gap input[type="submit"],
.mainArticle__Content--without-Dropcap input[type="submit"],
.mainArticle__Content--Popup input[type="submit"],
.mainArticle__Content--Films input[type="submit"],
.mainArticle__Content--Page input[type="submit"],
.mainArticle__Content--Shop input[type="submit"] {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-width: 2px;
	padding: 15px;
}

.mainArticle__Content input[type="submit"]:hover,
.mainArticle__Content--without-Gap input[type="submit"]:hover,
.mainArticle__Content--without-Dropcap input[type="submit"]:hover,
.mainArticle__Content--Popup input[type="submit"]:hover,
.mainArticle__Content--Films input[type="submit"]:hover,
.mainArticle__Content--Page input[type="submit"]:hover,
.mainArticle__Content--Shop input[type="submit"]:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.mainArticle__Content--without-Gap h1,
.mainArticle__Content--without-Gap h2,
.mainArticle__Content--without-Gap h3,
.mainArticle__Content--without-Gap h4,
.mainArticle__Content--without-Gap h5 {
	margin-left: 0;
}

.mainArticle__Content--without-Dropcap > p:first-of-type:first-letter {
	float: none;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.mainArticle__Content--Popup {
	padding-right: 18.18182%;
}

.mainArticle__Content--Popup h1,
.mainArticle__Content--Popup h2,
.mainArticle__Content--Popup h3,
.mainArticle__Content--Popup h4,
.mainArticle__Content--Popup h5 {
	margin-left: 0;
}

.mainArticle__Content--Popup .alignleft {
	margin-left: -10%;
}

.mainArticle__Content--Popup .quote-bomb {
	margin-left: -10%;
}

.mainArticle__Content--Popup > p:first-of-type:first-letter {
	float: none;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.mainArticle__Content--Popup ul {
	padding-left: 50px;
}

.mainArticle__Content--Popup ol {
	padding-left: 40px;
}

.mainArticle__Content--Films {
	width: 72.41379%;
	float: left;
	margin-right: 2.29885%;
}

.mainArticle__Content--Films ul {
	padding-left: 50px;
}

.mainArticle__Content--Films ol {
	padding-left: 40px;
}

.mainArticle__Content--Films h1,
.mainArticle__Content--Films h2,
.mainArticle__Content--Films h3,
.mainArticle__Content--Films h4,
.mainArticle__Content--Films h5,
.mainArticle__Content--Films .alignleft,
.mainArticle__Content--Films .quote-bomb {
	margin-left: 0;
}

.mainArticle__Content--Page {
	font-size: 1.25em;
}

.mainArticle__Content--Page h1,
.mainArticle__Content--Page h2,
.mainArticle__Content--Page h3,
.mainArticle__Content--Page h4,
.mainArticle__Content--Page h5 {
	margin-left: 0;
}

.mainArticle__Content--Shop {
	font-size: 1.25em;
}

.mainArticle__Content--Shop > p:first-of-type:first-letter {
	float: none;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.mainArticle__Content--Shop h1,
.mainArticle__Content--Shop h2,
.mainArticle__Content--Shop h3,
.mainArticle__Content--Shop h4,
.mainArticle__Content--Shop h5 {
	margin-left: 0;
	margin-bottom: 10px;
}

.mainArticle__Sidebar,
.mainArticle__Sidebar--Note {
	width: 25.28736%;
	float: left;
	font-family: "dapifer", Georgia, serif;
	font-size: 0.875em;
	line-height: 1.3;
	color: #666666;
}

.mainArticle__Sidebar ol,
.mainArticle__Sidebar--Note ol {
	margin: 0;
	padding: 0;
	counter-reset: ol-counter;
}

.mainArticle__Sidebar ol li,
.mainArticle__Sidebar--Note ol li {
	display: block;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 8px;
	counter-increment: ol-counter;
}

.mainArticle__Sidebar ol li:before,
.mainArticle__Sidebar--Note ol li:before {
	position: static;
	margin-right: 5px;
	font-size: 0.85714em;
	color: #000;
	content: counter(ol-counter) ".";
}

.mainArticle__Sidebar a,
.mainArticle__Sidebar--Note a {
	color: #000;
	text-decoration: underline;
}

.mainArticle__Sidebar a:hover,
.mainArticle__Sidebar--Note a:hover {
	color: #D92727;
}

.mainArticle__Sidebar--Note {
	width: 100%;
	max-width: 180px;
	position: absolute;
	right: 100%;
	padding: 5px 20px 0 10px;
	text-align: right;
	margin-top: 0;
	font-size: 0.73684em;
	font-weight: 500;
	line-height: 1.5;
}

.mainArticle__Sidebar--Note ol {
	padding: 0;
}

.mainArticle__Sidebar--Note p {
	margin-top: 0;
}

.mainArticle__Sidebar--Note + h1,
.mainArticle__Sidebar--Note + h2,
.mainArticle__Sidebar--Note + h3,
.mainArticle__Sidebar--Note + h4,
.mainArticle__Sidebar--Note + h5 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.mainArticle__Popup,
.mainArticle__Popup--with-Padding {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 10px;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.mainArticle__Popup::after,
.mainArticle__Popup--with-Padding::after {
	clear: both;
	content: "";
	display: table;
}

.mainArticle__Popup--with-Padding {
	padding-left: 70px;
}

.mainArticle__Popup.is-Hidden,
.is-Hidden.mainArticle__Popup--with-Padding {
	opacity: 0;
}

.mainArticle__PopupInner {
	background: #f2f2f2;
}

.mainArticle__PopupInner::after {
	clear: both;
	content: "";
	display: table;
}

.mainArticle__PopupVideo {
	float: left;
	padding: 20px 0 30px 30px;
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 57.44681%;
}

.mainArticle__PopupVideo:last-child {
	margin-right: 0;
}

.mainArticle__PopupVideo p {
	margin: 10px 0;
}

.mainArticle__PopupVideo iframe {
	vertical-align: top;
}

.mainArticle__PopupContent,
.mainArticle__PopupContent--Full {
	padding: 10px 50px 30px 0;
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 40.42553%;
	margin-right: 0;
}

.mainArticle__PopupContent:last-child,
.mainArticle__PopupContent--Full:last-child {
	margin-right: 0;
}

.mainArticle__PopupContent--Full {
	padding: 0;
	width: 100%;
}

.mainArticle__PopupTitle {
	font-family: "dapifer", Georgia, serif;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
}

.mainArticle__PopupLead {
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	color: gray;
}

.mainArticle__PopupRelated {
	clear: both;
	display: table;
	width: 100%;
}

.mainArticle__PopupRelatedArticle,
.mainArticle__PopupRelatedArticle--without-Video {
	display: table-cell;
	width: 50%;
	padding: 40px 50px 40px 180px;
	background: #D92727;
	position: relative;
	z-index: 1;
	background-size: cover;
}

.mainArticle__PopupRelatedArticle:after,
.mainArticle__PopupRelatedArticle--without-Video:after,
.mainArticle__PopupRelatedArticle:before,
.mainArticle__PopupRelatedArticle--without-Video:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: inherit;
	background-blend-mode: overlay;
	opacity: 0.6;
}

.mainArticle__PopupRelatedArticle:after,
.mainArticle__PopupRelatedArticle--without-Video:after {
	z-index: -2;
	background-image: none;
	opacity: 1;
}

.mainArticle__PopupRelatedArticle + .mainArticle__PopupRelatedArticle,
.mainArticle__PopupRelatedArticle--without-Video + .mainArticle__PopupRelatedArticle,
.mainArticle__PopupRelatedArticle + .mainArticle__PopupRelatedArticle--without-Video,
.mainArticle__PopupRelatedArticle--without-Video + .mainArticle__PopupRelatedArticle--without-Video {
	border-left: 1px solid #e15252;
}

.mainArticle__PopupRelatedArticle--without-Video {
	padding-left: 50px;
}

.mainArticleAuthor,
.mainArticleAuthor--Beige {
	clear: both;
	padding-top: 40px;
	font-family: "dapifer", Georgia, serif;
	min-height: 340px;
	position: relative;
	z-index: 10;
}

.mainArticleAuthor__Inner {
	position: relative;
	padding: 0 60px 80px 170px;
	margin-left: 100px;
}

.mainArticleAuthor__Name {
	margin: 0;
	margin-bottom: 30px;
	color: #D92727;
	margin-left: -80px;
	font-weight: 600;
}

.mainArticleAuthor__Image,
.mainArticleAuthor img,
.mainArticleAuthor--Beige img {
	position: absolute;
	left: 0;
	border-radius: 50%;
}

.mainArticleAuthor__Bio {
	font-family: "dapifer", Georgia, serif;
	font-size: 1.0625em;
	margin: 15px 0;
	font-weight: 500;
}

.mainArticleAuthor__Bio a {
	color: #D92727;
}

.mainArticleAuthor__Bio a:hover {
	color: #000;
}

.mainArticleAuthor__Meta {
	margin: 0;
	padding: 0;
	float: left;
}

.mainArticleAuthor__Meta li {
	display: inline-block;
}

.mainArticleAuthor__Meta a {
	color: #D92727;
}

.mainArticleAuthor__Meta a:hover {
	color: #000;
}

.mainArticleAuthor__More {
	float: right;
	margin: 0;
}

.mainArticleAuthor__More a {
	color: #D92727;
	text-transform: uppercase;
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 700;
	font-size: 0.875em;
	text-decoration: none;
}

.mainArticleAuthor__More a:hover {
	color: #000;
}

.mainArticleAuthor + .nextRead,
.mainArticleAuthor--Beige + .nextRead {
	margin-top: -34px;
}

.mainArticleAuthor--Beige {
	background: #F3EFEC;
	border-top: 1px solid #e9e2dc;
}

.newsletterBox {
	margin: 40px 0 40px -180px;
	font-size: 16px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	clear: both;
}

.newsletterBox::after {
	clear: both;
	content: "";
	display: table;
}

.newsletterBox__Column,
.newsletterBox__Column--Newsletter {
	width: 45%;
	float: left;
	background: #191919;
	padding: 20px;
	color: #D92727;
}

.newsletterBox__Column:before,
.newsletterBox__Column--Newsletter:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #191919;
	z-index: -1;
	width: 45%;
	right: 0;
}

.newsletterBox__Column--Newsletter {
	width: 55%;
	background: #D92727 url(../images/newsletter-fist.png) no-repeat 35px 16px;
	color: #000;
	padding-left: 160px;
}

.newsletterBox__Column--Newsletter:before {
	background: #D92727;
	left: 0;
	right: auto;
	width: 55%;
}

.newsletterBox__Description {
	margin: 15px 0 0;
	font-weight: 700;
	font-size: 14.22222px;
}

.newsletterBox h2 {
	font-family: "proxima-nova", Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #FFF;
	margin-bottom: 15px;
	font-size: 13.33333px;
}

.nextRead {
	position: relative;
	z-index: 20;
}

.nextRead__Title {
	padding: 8px 35px;
	background: #D92727;
	color: #FFF;
	font-size: 0.75em;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 10;
}

.nextRead__Title:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 12.5px solid #D92727;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
}

.authorHeader {
	background: #f0f0f0;
	padding: 40px 0 50px 0;
}

.authorHeader__Inner {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.authorHeader__Inner::after {
	clear: both;
	content: "";
	display: table;
}

.authorHeader__Profile {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 40.42553%;
}

.authorHeader__Profile:last-child {
	margin-right: 0;
}

.authorHeader__Profile img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	border-radius: 50%;
}

.authorHeader__Bio {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 57.44681%;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
}

.authorHeader__Bio:last-child {
	margin-right: 0;
}

.authorHeader__Bio a {
	color: #D92727;
	text-decoration: none;
}

.authorHeader__Bio a:hover {
	color: #000;
}

.authorHeader__Name {
	font-size: 1.5em;
	color: #D92727;
	font-family: "dapifer", Georgia, serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 15px 0;
}

.authorHeader__Position {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8125em;
}

.authorHeader__More {
	position: relative;
	padding-bottom: 30px;
}

.authorHeader__More label {
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 600;
	color: #D92727;
	cursor: pointer;
	width: 100px;
	display: block;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.authorHeader__More label:hover {
	color: #000;
}

.authorHeader__More label i {
	font-style: normal;
}

.authorHeader__More label i:before {
	content: "More";
	margin-right: 5px;
}

.authorHeader__More #authorMore {
	display: none;
}

.authorHeader__More #authorMore:checked ~ label i:before {
	content: "Less";
}

.authorHeader__More #authorMore:checked ~ .authorHeader__FullBio {
	max-height: 400px;
}

.authorHeader__More #authorMore:checked ~ .authorHeader__FullBio .authorHeader__FullBioContent {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.authorHeader__FullBio {
	margin-top: -15px;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 800ms;
	transition: 800ms;
}

.authorHeader__FullBioContent {
	-webkit-transition: 500ms;
	transition: 500ms;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.subscribeCTA {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1040;
	overflow: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
	padding-top: 30px;
}

.subscribeCTA.is-Active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.subscribeCTA__Logo {
	background: #D92727;
	margin: 0;
	font-family: "dapifer", Georgia, serif;
	font-weight: 400;
	color: #FFF;
	font-size: 1.25em;
	padding: 0;
	line-height: 55px;
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
	float: left;
	width: 220px;
	margin-right: 30px;
}

.subscribeCTA__Logo:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #d92727;
	z-index: -1;
}

.subscribeCTA__Logo i {
	color: #000;
	font-size: 1.75em;
	margin-right: 10px;
	vertical-align: middle;
}

.subscribeCTA__Logo:before {
	left: -1000%;
}

.subscribeCTA__Logo:after {
	height: 0;
	width: 0;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #D92727;
	border-top: 30px solid transparent;
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
}

.subscribeCTA__Center {
	position: relative;
	background: #191919;
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-transition: 300ms;
	transition: 300ms;
}

.subscribeCTA__Center.without-Shadow {
	box-shadow: 0 0 20px transparent;
	border-top: 1px solid #c42222;
}

.subscribeCTA__Buttons {
	margin: 0;
	padding: 0;
	line-height: 60px;
	font-size: 0;
	padding-right: 100px;
	position: relative;
}

.subscribeCTA__Button,
.subscribeCTA__Button--White,
.subscribeCTA__Button--Close {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.subscribeCTA__Button a,
.subscribeCTA__Button--White a,
.subscribeCTA__Button--Close a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: normal;
	padding: 10px 20px;
	vertical-align: middle;
}

.subscribeCTA__Button a:hover,
.subscribeCTA__Button--White a:hover,
.subscribeCTA__Button--Close a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.subscribeCTA__Button--White a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	padding: 10px 20px;
	font-size: 13px;
}

.subscribeCTA__Button--White a:hover {
	background: #FFF;
	color: #D92727;
	border-color: #FFF;
}

.subscribeCTA__Button--Close {
	position: absolute;
	right: 0;
	top: 0;
}

.subscribeCTA__Button--Close a {
	display: inline-block;
	padding: 8px 25px;
	background: #262626;
	color: #4c4c4c;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #4c4c4c;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-color: transparent;
}

.subscribeCTA__Button--Close a:hover {
	background: #4c4c4c;
	color: #FFF;
	border-color: #4c4c4c;
}

.subscribeCTA__Login {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #b3b3b3;
	font-family: "dapifer", Georgia, serif;
	padding: 0 20px;
	line-height: normal;
}

.subscribeCTA__Login a {
	color: #D92727;
}

.subscribeCTA__Login a:hover {
	color: #FFF;
}

.blogHeader {
	overflow: hidden;
	background: #e6e6e6;
}

.blogHeader__Inner {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

.blogHeader__Inner::after {
	clear: both;
	content: "";
	display: table;
}

.blogHeader__Inner:before {
	content: "";
	display: block;
	background: #f2f2f2;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 10px;
	z-index: -1;
}

.blogHeader__Featured {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
	margin-right: 0;
}

.blogHeader__Featured:last-child {
	margin-right: 0;
}

.blogHeader__Latest {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
	padding: 20px 60px 0 20px;
}

.blogHeader__Latest:last-child {
	margin-right: 0;
}

.blogHeader__LatestPost {
	border-top: 0;
}

.blogHeader__LatestPost + .blogHeader__LatestPost {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 10px;
}

.blogGrid {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: 0;
	position: relative;
	padding-left: 6px;
}

.blogGrid::after {
	clear: both;
	content: "";
	display: table;
}

.blogGrid + .blogGrid {
	margin-top: -30px;
}

.blogItem,
.blogItem--has-Image,
.blogItem--White,
.blogItem--Quote,
.blogItem--Twitter,
.blogItem--Facebook {
	font-size: 16px;
	background-color: #bfbfbf;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
	margin: 0 0.41667%;
	margin-bottom: 8px;
	width: 48.54167%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	min-height: 229px;
	position: relative;
	z-index: 1;
	-webkit-transition: 600ms;
	transition: 600ms;
}

.js .blogItem,
.js .blogItem--has-Image,
.js .blogItem--White,
.js .blogItem--Quote,
.js .blogItem--Twitter,
.js .blogItem--Facebook {
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	opacity: 0;
}

.blogItem.is-Complete,
.is-Complete.blogItem--has-Image,
.is-Complete.blogItem--White,
.is-Complete.blogItem--Quote,
.is-Complete.blogItem--Twitter,
.is-Complete.blogItem--Facebook {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.blogItem.size11,
.size11.blogItem--has-Image,
.size11.blogItem--White,
.size11.blogItem--Quote,
.size11.blogItem--Twitter,
.size11.blogItem--Facebook {
	width: 23.85417%;
	min-height: 229px;
}

.blogItem.size12,
.size12.blogItem--has-Image,
.size12.blogItem--White,
.size12.blogItem--Quote,
.size12.blogItem--Twitter,
.size12.blogItem--Facebook {
	width: 23.85417%;
	min-height: 466px;
}

.blogItem.size22,
.size22.blogItem--has-Image,
.size22.blogItem--White,
.size22.blogItem--Quote,
.size22.blogItem--Twitter,
.size22.blogItem--Facebook {
	min-height: 466px;
}

.blogItem__Content,
.blogItem__Content--Social {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 25px 23px;
}

.blogItem__Content--Social {
	padding: 20px 15px;
	font-weight: 500;
	max-height: 80%;
}

.blogItem__Icon,
.blogItem__Icon--White,
.blogItem__Icon--Quote {
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 2em;
	color: #000;
	margin: 0;
}

.blogItem__Icon--White {
	color: #FFF;
}

.blogItem__Icon--Quote {
	color: #D92727;
	font-family: Georgia;
	font-size: 4.5em;
	line-height: 1;
	left: 20px;
}

.blogItem--has-Image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.blogItem--White {
	background: transparent;
	color: #000;
	z-index: 1;
}

.blogItem--White:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #e0e0e0;
	z-index: -1;
}

.blogItem--White:after {
	display: none;
	content: none;
}

.blogItem--Quote {
	background-color: #191919;
}

.blogItem--Twitter {
	background-color: #E33B3B;
	font-size: 15px;
	line-height: 1.4;
}

.blogItem--Facebook {
	background-color: #3B5998;
	font-size: 15px;
	line-height: 1.4;
}

.siteHead,
.siteHead--in-Front {
	line-height: 1;
	min-height: 110px;
	background: #191919;
}

.siteHead__Wrapper,
.siteHead__Wrapper--is-Admin {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
}

.siteHead__Wrapper.is-Fixed,
.is-Fixed.siteHead__Wrapper--is-Admin {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.siteHead__Wrapper--is-Admin {
	margin-top: 32px;
}

.siteHead__Center {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	background: #191919 url(../images/textures/texture_header.jpg) no-repeat center top;
}

.siteHead__Content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0 0;
	position: relative;
}

.siteHead__Content::after {
	clear: both;
	content: "";
	display: table;
}

.siteHead__Nav {
	float: right;
}

.siteHead__Nav::after {
	clear: both;
	content: "";
	display: table;
}

.siteHead--in-Front {
	z-index: 2000;
	position: relative;
}

.siteLogo {
	font-size: 6.25em;
	font-weight: 900;
	margin: 12px 0 0 10px;
	float: left;
	line-height: 0.8em;
	width: 25%;
	position: relative;
}

.siteLogo a {
	display: block;
	color: #D92727;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.siteLogo__Image1 {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: 300ms;
	transition: 300ms;
	display: block;
}

.is-Fixed .siteLogo__Image1 {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.siteLogo__Image1:hover {
	-webkit-transform: scale(1.1) rotate(-2deg);
	-ms-transform: scale(1.1) rotate(-2deg);
	transform: scale(1.1) rotate(-2deg);
}

.siteLogo__Image2 {
	position: absolute;
	bottom: 1px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	-webkit-transition: 300ms;
	transition: 300ms;
	max-width: 115px !important;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.is-Fixed .siteLogo__Image2 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 300ms 100ms;
	transition: 300ms 100ms;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

.is-Fixed .siteLogo__Image2:hover {
	-webkit-transform: scale(1.1) rotate(-2deg) translateY(6px);
	-ms-transform: scale(1.1) rotate(-2deg) translateY(6px);
	transform: scale(1.1) rotate(-2deg) translateY(6px);
}

.loginForm {
	background: #FFF;
	max-width: 360px;
	margin: 0 auto;
}

.loginForm__Header {
	border-bottom: 1px solid #e6e6e6;
	padding: 20px;
	position: relative;
}

.loginForm__Title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.375em;
	margin: 0;
	line-height: 30px;
}

.loginForm__Close {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
}

.loginForm__Close a {
	display: block;
	padding: 27px;
}

.loginForm__Close a:hover {
	color: #D92727;
}

.loginForm__Close i {
	display: block;
}

.loginForm__Form {
	padding: 20px;
}

.loginForm__Form label {
	display: block;
}

.loginForm__Form input[type="color"],
.loginForm__Form input[type="date"],
.loginForm__Form input[type="datetime"],
.loginForm__Form input[type="datetime-local"],
.loginForm__Form input[type="email"],
.loginForm__Form input[type="month"],
.loginForm__Form input[type="number"],
.loginForm__Form input[type="password"],
.loginForm__Form input[type="search"],
.loginForm__Form input[type="tel"],
.loginForm__Form input[type="text"],
.loginForm__Form input[type="time"],
.loginForm__Form input[type="url"],
.loginForm__Form input[type="week"],
.loginForm__Form textarea {
	border: 1px solid #bfbfbf;
	padding: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.loginForm__Form a {
	color: #D92727;
	text-decoration: underline;
}

.loginForm__Form a:hover {
	color: #000;
}

.loginForm__Form p {
	margin: 0;
}

.loginForm__Form .login-remember,
.loginForm__Form .login-reset {
	float: left;
	font-family: "dapifer", Georgia, serif;
}

.loginForm__Form .login-reset {
	float: right;
}

.loginForm__Form .login-submit {
	clear: both;
	padding-top: 20px;
}

.loginForm__Form .login-submit input {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #3E84DA;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #3E84DA;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	border-width: 2px;
	display: block;
	width: 100%;
	padding: 12px;
}

.loginForm__Form .login-submit input:hover {
	background: #3E84DA;
	color: #FFF;
	border-color: #3E84DA;
}

.loginForm__Info,
.loginForm__Info--Error {
	margin-top: 0;
	padding: 20px;
}

.loginForm__Info--Error {
	background: #f8d4d4;
	font-size: 0.875em;
	color: #c42222;
}

.floatingCart,
.floatingCart--Single {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 1040;
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
}

.floatingCart a,
.floatingCart--Single a {
	background: #282828;
	display: block;
	color: #FFF;
	width: 60px;
	height: 60px;
	line-height: 52px;
	border-radius: 50%;
	text-align: center;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.5);
}

.floatingCart a:hover,
.floatingCart--Single a:hover {
	background: #424242;
}

.floatingCart a:hover strong,
.floatingCart--Single a:hover strong {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

.floatingCart i,
.floatingCart--Single i {
	font-size: 1.5em;
	vertical-align: middle;
}

.floatingCart span,
.floatingCart--Single span {
	position: absolute;
	top: 17px;
	right: 0;
	width: 20px;
	height: 20px;
	background: #D92727;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 0.625em;
	color: #FFF;
}

.floatingCart strong,
.floatingCart--Single strong {
	position: absolute;
	background: #D92727;
	padding: 10px;
	line-height: normal;
	font-weight: normal;
	right: 100%;
	margin-right: 20px;
	top: 50%;
	margin-top: -20px;
	color: #FFF;
	width: 180px;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.floatingCart strong:after,
.floatingCart--Single strong:after {
	height: 0;
	width: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #D92727;
	border-top: 10px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -10px;
}

.supportCTA,
.supportCTA--Footer {
	margin: 0;
	padding: 0;
}

.supportCTA::after,
.supportCTA--Footer::after {
	clear: both;
	content: "";
	display: table;
}

.supportCTA li,
.supportCTA--Footer li {
	display: block;
	width: 50%;
	float: left;
	padding-left: 5px;
}

.supportCTA li:first-child,
.supportCTA--Footer li:first-child {
	padding-left: 0;
	padding-right: 5px;
}

.supportCTA li a,
.supportCTA--Footer li a {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #D92727;
	text-decoration: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #D92727;
	letter-spacing: 1px;
	font-family: "proxima-nova", Arial, sans-serif;
	text-align: center;
	width: 100%;
	padding: 10px;
	font-size: 0.8125em;
	line-height: 20px;
}

.supportCTA li a:hover,
.supportCTA--Footer li a:hover {
	background: #D92727;
	color: #FFF;
	border-color: #D92727;
}

.supportCTA li a:hover,
.supportCTA--Footer li a:hover {
	text-decoration: none;
}

.newsletterForm,
.newsletterForm--Footer {
	position: relative;
}

.newsletterForm input,
.newsletterForm--Footer input {
	padding: 9px 9px 8px;
	background: #191919;
	color: #D92727;
	border: 0;
	line-height: 20px;
	width: 100%;
	outline: none;
	-webkit-transition: 200ms;
	transition: 200ms;
	border: 1px solid transparent;
	margin-bottom: 0;
}

.newsletterForm input:focus,
.newsletterForm--Footer input:focus {
	background: transparent;
	color: #000;
	border-color: #000;
}

.newsletterForm input:focus::-webkit-input-placeholder,
.newsletterForm--Footer input:focus::-webkit-input-placeholder {
	color: #000;
}

.newsletterForm input:focus::-moz-placeholder,
.newsletterForm--Footer input:focus::-moz-placeholder {
	color: #000;
}

.newsletterForm input:focus:-moz-placeholder,
.newsletterForm--Footer input:focus:-moz-placeholder {
	color: #000;
}

.newsletterForm input:focus:-ms-input-placeholder,
.newsletterForm--Footer input:focus:-ms-input-placeholder {
	color: #000;
}

.newsletterForm input::-webkit-input-placeholder,
.newsletterForm--Footer input::-webkit-input-placeholder {
	color: #D92727;
}

.newsletterForm input::-moz-placeholder,
.newsletterForm--Footer input::-moz-placeholder {
	color: #D92727;
}

.newsletterForm input:-moz-placeholder,
.newsletterForm--Footer input:-moz-placeholder {
	color: #D92727;
}

.newsletterForm input:-ms-input-placeholder,
.newsletterForm--Footer input:-ms-input-placeholder {
	color: #D92727;
}

.newsletterForm button,
.newsletterForm--Footer button {
	position: absolute;
	border: 0;
	display: block;
	background: transparent;
	color: #FFF;
	top: 0;
	right: 0;
	padding-top: 5px;
	height: 42px;
	width: 42px;
	text-align: center;
}

.newsletterForm button:hover,
.newsletterForm--Footer button:hover {
	opacity: 0.7;
}

.newsletterForm p,
.newsletterForm--Footer p {
	color: gray;
	margin-top: 5px;
}

.newsletterForm--Footer {
	padding-bottom: 30px;
}

.newsletterForm--Footer input {
	background: #D92727;
	color: #000;
}

.newsletterForm--Footer input:focus {
	background: transparent;
	color: #D92727;
	border-color: #D92727;
}

.newsletterForm--Footer input:focus::-webkit-input-placeholder {
	color: #D92727;
}

.newsletterForm--Footer input:focus::-moz-placeholder {
	color: #D92727;
}

.newsletterForm--Footer input:focus:-moz-placeholder {
	color: #D92727;
}

.newsletterForm--Footer input:focus:-ms-input-placeholder {
	color: #D92727;
}

.newsletterForm--Footer input::-webkit-input-placeholder {
	color: #000;
}

.newsletterForm--Footer input::-moz-placeholder {
	color: #000;
}

.newsletterForm--Footer input:-moz-placeholder {
	color: #000;
}

.newsletterForm--Footer input:-ms-input-placeholder {
	color: #000;
}

.siteFooter {
	background: #191919 url(../images/textures/texture_footer.jpg) repeat left top;
	padding: 40px 0 0;
	font-family: "dapifer", Georgia, serif;
	-webkit-transition: 200ms;
	transition: 200ms;
	position: relative;
	z-index: 20;
}

.siteFooter.is-Pushed {
	padding-bottom: 60px;
}

.siteFooter__Column,
.siteFooter__Column--First,
.siteFooter__Column--Last {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 23.40426%;
	color: #FFF;
}

.siteFooter__Column:last-child,
.siteFooter__Column--First:last-child,
.siteFooter__Column--Last:last-child {
	margin-right: 0;
}

.siteFooter__Column--First {
	padding-right: 30px;
}

.siteFooter__Column h2,
.siteFooter__Column--First h2,
.siteFooter__Column--Last h2 {
	color: #D92727;
	text-transform: uppercase;
	font-size: 0.8125em;
	font-family: "proxima-nova", Arial, sans-serif;
	margin: 0;
}

.siteFooter__Column ul,
.siteFooter__Column--First ul,
.siteFooter__Column--Last ul {
	margin: 0;
	padding: 0;
}

.siteFooter__Column ul + h2,
.siteFooter__Column--First ul + h2,
.siteFooter__Column--Last ul + h2 {
	margin-top: 21px;
}

.siteFooter__Column li,
.siteFooter__Column--First li,
.siteFooter__Column--Last li {
	display: block;
}

.siteFooter__Column a,
.siteFooter__Column--First a,
.siteFooter__Column--Last a {
	color: #FFF;
	text-decoration: none;
}

.siteFooter__Column a:hover,
.siteFooter__Column--First a:hover,
.siteFooter__Column--Last a:hover {
	text-decoration: underline;
}

.siteFooter__Column--Last h2 {
	color: #FFF;
	margin-bottom: 10px;
}

.siteFooter__Logo {
	color: #D92727;
	font-size: 3em;
	margin: 0;
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 900;
}

.siteFooter__Logo img {
	max-width: 90%;
}

.siteFooter__Description {
	color: gray;
	margin: 0;
}

.siteFooter__EmailLink {
	margin: 30px 0 38px 0;
	display: block;
}

.siteFooter__EmailLink a {
	color: #D92727;
	text-decoration: underline;
}

.siteFooter__EmailLink a:hover {
	text-decoration: none;
}

.siteFooter__Socials {
	margin: 20px 0 30px 0;
	padding: 0;
}

.siteFooter__Socials::after {
	clear: both;
	content: "";
	display: table;
}

.siteFooter__Socials li {
	display: block;
	float: left;
	margin-right: 15px;
}

.siteFooter__Socials span {
	display: none;
}

.siteFooter__Socials a {
	color: #FFF;
	width: 40px;
	height: 40px;
	background: #D92727;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 1.5em;
	font-family: "proxima-nova", Arial, sans-serif;
	text-decoration: none;
}

.siteFooter__Socials a:hover {
	background: #FFF;
	color: #D92727;
	font-weight: #000;
	text-decoration: none;
}

.siteFooter__Socials i {
	vertical-align: -1px;
	margin-right: -1px;
	font-size: 0.75em;
}

.siteFooter__Socials i.icon-rss {
	margin-right: -3px;
}

.siteFooter__Legal {
	background: #2d2d2d;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #333333;
	padding: 40px 0;
	margin-top: 40px;
	font-family: "dapifer", Georgia, serif;
	border-left: 0;
	border-right: 0;
}

.siteFooter__Policy {
	color: #FFF;
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
	position: relative;
	padding-left: 130px;
}

.siteFooter__Policy:last-child {
	margin-right: 0;
}

.siteFooter__Policy i {
	font-size: 5.625em;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
}

.siteFooter__PolicyTitle {
	font-size: 2em;
	margin: 0;
	font-weight: normal;
	line-height: 1;
}

.siteFooter__PolicyLink {
	font-size: 1.125em;
	color: #D92727;
	margin: 0;
	margin-top: 5px;
}

.siteFooter__PolicyLink a {
	color: #D92727;
}

.siteFooter__PolicyLink a:hover {
	text-decoration: none;
}

.siteFooter__LegalDescription {
	color: gray;
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
	margin: 0;
}

.siteFooter__LegalDescription:last-child {
	margin-right: 0;
}

.siteFooter__LegalDescription p {
	margin: 0;
}

.siteFooter__Author {
	margin: 30px 0;
	text-align: center;
}

.siteFooter__Meta {
	background: #D92727;
	text-align: center;
}

.siteFooter__Meta ul {
	margin-top: 0;
	margin-bottom: 0;
}

.siteFooter__Meta li {
	display: inline-block;
	color: #FFF;
	line-height: 34px;
}

.siteFooter__Meta a {
	display: inline-block;
	color: inherit;
}

.siteFooter__Meta a:hover {
	text-decoration: none;
}

.siteFooter__MetaDesign {
	float: left;
}

.siteFooter__MetaDevelopment {
	float: right;
}

.slick-dots li,
.metaNav__Issues li ul li {
	padding: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	width: 24px;
	height: 24px;
	margin: 0;
}

.slick-dots li:before,
.metaNav__Issues li ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #FFF;
	font-size: 0;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 7px;
}

.slick-dots li.slick-active:before,
.metaNav__Issues li ul li.slick-active:before,
.slick-dots li.is-Active:before,
.metaNav__Issues li ul li.is-Active:before {
	background: #FFF;
}

.slick-dots li a,
.metaNav__Issues li ul li a,
.slick-dots li button,
.metaNav__Issues li ul li button {
	font-size: 0;
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	line-height: normal;
	position: relative;
	z-index: 2;
	padding: 0;
}

.slick-dots li a:before,
.metaNav__Issues li ul li a:before,
.slick-dots li button:before,
.metaNav__Issues li ul li button:before {
	display: none;
}

.mainNav {
	float: left;
	padding-right: 250px;
}

.mainNav ul {
	margin: 0;
	padding: 0;
}

.mainNav li {
	display: inline-block;
	vertical-align: top;
}

.mainNav i {
	vertical-align: top;
}

.mainNav__Top {
	display: block;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	border-bottom: 1px solid #666666;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.mainNav__Top li {
	position: relative;
	line-height: 16px;
}

.mainNav__Top li:before {
	height: 14px;
	width: 1px;
	background: #999999;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
}

.mainNav__Top li:first-child a {
	padding-left: 0;
}

.mainNav__Top a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 15px;
}

.mainNav__Top a:hover {
	color: #D92727;
}

.mainNav__Top ul {
	display: block;
	float: left;
}

.mainNav__Social a {
	padding: 15px 5px;
}

.mainNav__Social li:first-child {
	margin-left: 10px;
}

.mainNav__Social li:first-child a {
	padding-left: 5px;
}

.mainNav__Social li:before {
	display: none;
}

.mainNav__Large {
	display: block;
	z-index: 10;
	-webkit-transition: 300ms;
	transition: 300ms; /*
    .is-Fixed & { transform: translateY(5px); 
      a:after { transform: translateY(-5px);  }
    }
    */
}

.mainNav__Large > ul > li { /* &.current-menu-item {
        a:after { display: block; }
      } */
}

.mainNav__Large > ul > li:first-child a:before {
	display: none;
}

.mainNav__Large > ul > li.essays a {
	padding-left: 0;
}

.mainNav__Large > ul > li.essays a:after {
	left: 0;
	right: 20px;
}

.mainNav__Large > ul > li.search i {
	position: relative;
	z-index: 1;
}

.mainNav__Large > ul > li.search i:after {
	content: "";
	display: block;
	position: absolute;
	top: -21px;
	right: -21px;
	bottom: -20px;
	left: -25px;
	background: #e6e6e6;
	z-index: -1;
	border-top: 1px solid #666666;
	-webkit-transition: 300ms;
	transition: 300ms;
	opacity: 0;
}

.mainNav__Large > ul > li.search a {
	padding-right: 0;
	padding-left: 25px;
}

.mainNav__Large > ul > li.search a.is-Active i {
	color: #000;
}

.mainNav__Large > ul > li.search a.is-Active i:after {
	opacity: 1;
}

.mainNav__Large > ul > li > a,
.mainNav__Large > ul > li > label {
	text-transform: uppercase;
	font-size: 1.25em;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
	padding: 20px 22px;
	display: block;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}

.mainNav__Large > ul > li > a:before,
.mainNav__Large > ul > li > label:before {
	height: 14px;
	width: 1px;
	background: #999999;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.mainNav__Large > ul > li > a:hover,
.mainNav__Large > ul > li > label:hover {
	color: #D92727;
}

.mainNav__Large > ul > li > a:after,
.mainNav__Large > ul > li > label:after {
	content: "";
	display: none;
	background: #D92727;
	position: absolute;
	height: 7px;
	left: 10px;
	right: 10px;
	bottom: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.mainNav__Large i {
	display: none;
}

.mainNav__Large i.icon-search {
	display: block;
}

.mainNav .mobileToggle {
	position: absolute;
	bottom: -1px;
	right: 0;
	display: none;
}

.mainNav .mobileToggle:before {
	display: none;
}

.mainNav .mobileToggle a {
	display: block;
	color: #FFF !important;
	border: 0;
	padding: 17px;
	z-index: 1040;
	-webkit-transition: 200ms;
	transition: 200ms;
	font-size: 0;
}

.mainNav .mobileToggle a:before {
	display: none;
}

.mainNav .mobileToggle a.is-Active {
	background: #FFF;
	color: #000 !important;
}

.mainNav .mobileToggle a i {
	display: block;
	font-size: 32px;
}

.mainNav__MobileMenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	z-index: -1;
	-webkit-transition: 300ms;
	transition: 300ms;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #FFF;
	padding-top: 150px;
	margin-top: -40px;
}

.mainNav__MobileMenu.is-Active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.mainNav__MobileMenu ul li {
	display: block;
	text-align: left;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	font-size: 1.125em;
}

.mainNav__MobileMenu ul li:first-child h2 {
	margin-top: 0;
}

.mainNav__MobileMenu ul h2 {
	font-weight: 500;
	padding: 20px 20px 10px;
	margin: 30px 0 0;
	font-size: 0.875em;
	color: #b3b3b3;
}

.mainNav__MobileMenu ul a {
	display: block;
	color: #191919;
	text-decoration: none;
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.mainNav .magazine {
	display: none;
}

.mainNav__SearchForm {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	visibility: hidden;
	top: 110px;
	left: 0;
	right: 0;
	z-index: -1;
}

.mainNav__SearchForm.is-Active {
	opacity: 1;
	visibility: visible;
}

.mainNav__SearchForm input[type="text"],
.mainNav__SearchForm input[type="search"] {
	display: block;
	border: 0;
	padding: 12px 0 20px;
	font-size: 28px;
	background: #e6e6e6 !important;
	font-family: "dapifer", Georgia, serif;
	font-weight: 500;
	width: 100%;
	outline: none;
}

.mainNav__SearchForm input[type="submit"] {
	display: none;
}

.mainNav__SearchForm .tt-dropdown-menu {
	background: transparent;
	border: 0;
	display: block !important;
}

.mainNav__SearchForm .tt-dropdown-menu a {
	color: #D92727 !important;
	font-family: "dapifer", Georgia, serif;
	font-size: 28px;
	font-weight: 500;
}

.mainNav__SearchForm .tt-dropdown-menu a:hover {
	color: #FFF;
	background: transparent;
}

.mainNav__SearchForm .tt-dropdown-menu .tt-suggestion {
	padding-left: 0;
	padding-right: 0;
}

.mainNav__SearchForm .tt-dropdown-menu .tt-spinner {
	width: 30px;
	height: 30px;
	color: #FFF;
	display: block;
	font-size: 0;
	border: 3px solid #FFF;
	-webkit-animation: 500ms spinner linear forwards infinite;
	animation: 500ms spinner linear forwards infinite;
	border-radius: 50%;
	border-left: 3px solid transparent;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: 200ms;
	transition: 200ms;
	position: absolute;
}

.mainNav__SearchForm .tt-dropdown-menu .tt-spinner.is-Active {
	opacity: 1;
}

.mainNav__SearchForm .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
	background: transparent;
}

.mainNav__SearchFormCenter {
	max-width: 1680px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.mainNav__SearchFormCenter .center {
	position: relative;
}

.mainNav__SearchFormCenter:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: #e6e6e6;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.mainNav__SearchFormCenter:after {
	max-width: 1680px;
	position: fixed;
	top: 0;
	bottom: -100px;
	left: 50%;
	margin-left: -840px;
	width: 100%;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.9);
	z-index: -2;
}

.searchSpinner {
	width: 30px;
	height: 30px;
	color: #FFF;
	display: block;
	font-size: 0;
	border: 3px solid #b3b3b3;
	-webkit-animation: 500ms spinner linear forwards infinite;
	animation: 500ms spinner linear forwards infinite;
	border-radius: 50%;
	border-left: 3px solid transparent;
	opacity: 0;
	-webkit-transition: 200ms;
	transition: 200ms;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 20px;
	display: block;
}

.searchSpinner.is-Active {
	opacity: 1;
}

.metaNav {
	background: #D92727;
	padding: 10px 20px 0px 20px;
	width: 220px;
	position: absolute;
	top: 0;
	right: 10px;
	min-height: 100%;
}

.metaNav li {
	display: inline-block;
	vertical-align: top;
}

.metaNav__User {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ae1f1f;
	padding-bottom: 1px !important;
	text-transform: uppercase;
}

.metaNav__User li {
	position: relative;
	display: table-cell;
	text-align: right;
}

.metaNav__User li:before {
	height: 18px;
	width: 1px;
	background: #ae1f1f;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}

.metaNav__User li:first-child:before {
	display: none;
}

.metaNav__User li:first-child {
	text-align: left;
	width: 55%;
}

.metaNav__User a {
	color: #000;
	font-size: 0.75em;
	font-weight: 700;
	padding: 13px 0;
	text-decoration: none;
	display: block;
	word-break: break-all;
}

.metaNav__User a:hover {
	color: #FFF;
}

.metaNav__CurrentMag {
	font-family: "dapifer", Georgia, serif;
	color: #000;
	text-transform: none;
	font-size: 0.75em;
}

.metaNav__Mag {
	-webkit-transition: 300ms;
	transition: 300ms;
	margin: 0;
	padding: 0;
}

.metaNav__Mag > li {
	display: block;
	position: relative;
	cursor: pointer;
	letter-spacing: 1px; /*
      ul { position: absolute; font-size: em(10px,20px); color: $white; background: $black; left: -20px; right: -20px; margin-top: 15px; padding: 10px 0; opacity: 0; transform: translateY(-10px); transition: 300ms; visibility: hidden; z-index: 20;
        li { padding: 0 20px; }
        a { padding: 10px 0; display: block; color: $white; 
          &:hover { color: $brand; }
        }
      } */
}

.metaNav__Mag > li > a {
	text-transform: uppercase;
	font-size: 1.25em;
	padding: 20px 0 20px 0;
	display: block;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}

.metaNav__Mag > li > a:hover {
	color: #000;
}

.metaNav__Mag > li.has-Sub::after {
	clear: both;
	content: "";
	display: table;
}

.metaNav__Mag > li.has-Sub:hover:after {
	color: #FFF;
}

.metaNav__Mag > li:hover .metaNav__MagSubmenu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.metaNav__Mag > li:hover .metaNav__MagSubmenuWrapper:before {
	width: 100%;
	margin: 0;
	left: 0;
	opacity: 1;
}

.metaNav__MagSubmenu {
	position: fixed;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	-webkit-transition: 300ms;
	transition: 300ms;
	cursor: default;
	z-index: 20;
}

.is-Fixed .metaNav__MagSubmenu {
	margin-top: -5px;
}

.metaNav__MagSubmenuWrapper {
	background: #FFF;
	padding: 30px 0 20px 0;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
}

.metaNav__MagSubmenuWrapper:before {
	content: "";
	display: block;
	width: 10px;
	height: 3px;
	background: #D92727;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	opacity: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.metaNav__MagSubmenuContent {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.metaNav__MagSubmenuContent::after {
	clear: both;
	content: "";
	display: table;
}

.metaNav__MagSubmenuCTA {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 31.91489%;
}

.metaNav__MagSubmenuCTA:last-child {
	margin-right: 0;
}

.metaNav__MagSubmenuSlider {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	right: 0;
	max-width: 960px;
	height: calc(100% - 60px);
}

.metaNav__MagSubmenuIssue {
	font-family: "dapifer", Georgia, serif;
	float: left;
	margin-right: 20px;
}

.metaNav__MagSubmenuIssueCover {
	float: left;
	width: 44%;
}

.metaNav__MagSubmenuIssueContent {
	float: right;
	width: 52%;
}

.metaNav__MagSubmenuIssueContent ul {
	margin: 0;
	padding: 0;
}

.metaNav__MagSubmenuIssueContent li {
	display: block;
	border-top: 1px solid #cccccc;
	line-height: 1.3;
}

.metaNav__MagSubmenuIssueContent li:first-child {
	border: 0;
}

.metaNav__MagSubmenuIssueContent a {
	color: gray;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	font-weight: 500;
	font-size: 0.875em;
}

.metaNav__MagSubmenuIssueContent a:hover {
	color: #D92727;
}

.metaNav__Issues {
	color: #FFF;
	margin: 0;
	padding: 0;
}

.metaNav__Issues:before {
	position: absolute;
	bottom: -7px;
	left: 40px;
	content: "";
	height: 0;
	width: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-top: 7.5px solid #D92727;
}

.metaNav__Issues li {
	text-transform: uppercase;
	font-size: 0.8125em;
	line-height: 1.84615em;
	display: block;
	font-weight: 700;
	padding: 13px 0;
}

.metaNav__Issues li ul {
	float: right;
	margin-right: -10px;
}

.is-Fixed .metaNav__Issues {
	display: none;
}

.post-type-archive-essays .essays a:after,
.single-essays .essays a:after,
.essays .essays a:after {
	display: block;
}

.post-type-archive-films .films a:after,
.single-films .films a:after,
.films .films a:after {
	display: block;
}

.post-type-archive-blog .blog a:after,
.single-blog .blog a:after,
.blog .blog a:after {
	display: block;
}

.single-post .blog a:after {
	display: block;
}

@media screen and (min-width: 960px) {

.postItem__Hover:hover:before,
.postItem__Hover--Black:hover:before,
.postItem__Hover--Slider:hover:before,
.postItem__Hover--NextArticle:hover:before {
	opacity: 0.8;
	visibility: visible;
}

.postItem__Hover:hover .postItem__Header,
.postItem__Hover--Black:hover .postItem__Header,
.postItem__Hover--Slider:hover .postItem__Header,
.postItem__Hover--NextArticle:hover .postItem__Header {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.postItem__Hover:hover .postItem__Excerpt,
.postItem__Hover--Black:hover .postItem__Excerpt,
.postItem__Hover--Slider:hover .postItem__Excerpt,
.postItem__Hover--NextArticle:hover .postItem__Excerpt {
	opacity: 1;
	-webkit-transition: 300ms 100ms;
	transition: 300ms 100ms;
}

.postItem__Hover:hover .homeSlider__Cat a,
.postItem__Hover--Black:hover .homeSlider__Cat a,
.postItem__Hover--Slider:hover .homeSlider__Cat a,
.postItem__Hover--NextArticle:hover .homeSlider__Cat a,
.postItem__Hover:hover .homeSlider__Cat--Post a,
.postItem__Hover--Black:hover .homeSlider__Cat--Post a,
.postItem__Hover--Slider:hover .homeSlider__Cat--Post a,
.postItem__Hover--NextArticle:hover .homeSlider__Cat--Post a,
.postItem__Hover:hover .homeSlider__Cat--Article a,
.postItem__Hover--Black:hover .homeSlider__Cat--Article a,
.postItem__Hover--Slider:hover .homeSlider__Cat--Article a,
.postItem__Hover--NextArticle:hover .homeSlider__Cat--Article a,
.postItem__Hover:hover .homeSlider__Cat--NextArticle a,
.postItem__Hover--Black:hover .homeSlider__Cat--NextArticle a,
.postItem__Hover--Slider:hover .homeSlider__Cat--NextArticle a,
.postItem__Hover--NextArticle:hover .homeSlider__Cat--NextArticle a,
.postItem__Hover:hover .homeSlider__Cat--White a,
.postItem__Hover--Black:hover .homeSlider__Cat--White a,
.postItem__Hover--Slider:hover .homeSlider__Cat--White a,
.postItem__Hover--NextArticle:hover .homeSlider__Cat--White a {
	color: #FFF;
	border-color: #FFF;
}

.postItem__Hover:hover + .homeSlider__Cat,
.postItem__Hover--Black:hover + .homeSlider__Cat,
.postItem__Hover--Slider:hover + .homeSlider__Cat,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat,
.postItem__Hover:hover + .homeSlider__Cat--Post,
.postItem__Hover--Black:hover + .homeSlider__Cat--Post,
.postItem__Hover--Slider:hover + .homeSlider__Cat--Post,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--Post,
.postItem__Hover:hover + .homeSlider__Cat--Article,
.postItem__Hover--Black:hover + .homeSlider__Cat--Article,
.postItem__Hover--Slider:hover + .homeSlider__Cat--Article,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--Article,
.postItem__Hover:hover + .homeSlider__Cat--NextArticle,
.postItem__Hover--Black:hover + .homeSlider__Cat--NextArticle,
.postItem__Hover--Slider:hover + .homeSlider__Cat--NextArticle,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--NextArticle,
.postItem__Hover:hover + .homeSlider__Cat--White,
.postItem__Hover--Black:hover + .homeSlider__Cat--White,
.postItem__Hover--Slider:hover + .homeSlider__Cat--White,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--White {
	opacity: 0;
}

.postItem__Hover:hover + .homeSlider__Cat + ul a,
.postItem__Hover--Black:hover + .homeSlider__Cat + ul a,
.postItem__Hover--Slider:hover + .homeSlider__Cat + ul a,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat + ul a,
.postItem__Hover:hover + .homeSlider__Cat--Post + ul a,
.postItem__Hover--Black:hover + .homeSlider__Cat--Post + ul a,
.postItem__Hover--Slider:hover + .homeSlider__Cat--Post + ul a,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--Post + ul a,
.postItem__Hover:hover + .homeSlider__Cat--Article + ul a,
.postItem__Hover--Black:hover + .homeSlider__Cat--Article + ul a,
.postItem__Hover--Slider:hover + .homeSlider__Cat--Article + ul a,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--Article + ul a,
.postItem__Hover:hover + .homeSlider__Cat--NextArticle + ul a,
.postItem__Hover--Black:hover + .homeSlider__Cat--NextArticle + ul a,
.postItem__Hover--Slider:hover + .homeSlider__Cat--NextArticle + ul a,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--NextArticle + ul a,
.postItem__Hover:hover + .homeSlider__Cat--White + ul a,
.postItem__Hover--Black:hover + .homeSlider__Cat--White + ul a,
.postItem__Hover--Slider:hover + .homeSlider__Cat--White + ul a,
.postItem__Hover--NextArticle:hover + .homeSlider__Cat--White + ul a {
	color: #000;
}

.postItem__Hover:hover ~ .articleMeta li,
.postItem__Hover--Black:hover ~ .articleMeta li,
.postItem__Hover--Slider:hover ~ .articleMeta li,
.postItem__Hover--NextArticle:hover ~ .articleMeta li,
.postItem__Hover:hover ~ .articleMeta--HomeSlider li,
.postItem__Hover--Black:hover ~ .articleMeta--HomeSlider li,
.postItem__Hover--Slider:hover ~ .articleMeta--HomeSlider li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--HomeSlider li,
.postItem__Hover:hover ~ .articleMeta--Post li,
.postItem__Hover--Black:hover ~ .articleMeta--Post li,
.postItem__Hover--Slider:hover ~ .articleMeta--Post li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--Post li,
.postItem__Hover:hover ~ .articleMeta--Slider li,
.postItem__Hover--Black:hover ~ .articleMeta--Slider li,
.postItem__Hover--Slider:hover ~ .articleMeta--Slider li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--Slider li,
.postItem__Hover:hover ~ .articleMeta--White li,
.postItem__Hover--Black:hover ~ .articleMeta--White li,
.postItem__Hover--Slider:hover ~ .articleMeta--White li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--White li,
.postItem__Hover:hover ~ .articleMeta--Black li,
.postItem__Hover--Black:hover ~ .articleMeta--Black li,
.postItem__Hover--Slider:hover ~ .articleMeta--Black li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--Black li,
.postItem__Hover:hover ~ .articleMeta--Gray li,
.postItem__Hover--Black:hover ~ .articleMeta--Gray li,
.postItem__Hover--Slider:hover ~ .articleMeta--Gray li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--Gray li,
.postItem__Hover:hover ~ .articleMeta--Video li,
.postItem__Hover--Black:hover ~ .articleMeta--Video li,
.postItem__Hover--Slider:hover ~ .articleMeta--Video li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--Video li,
.postItem__Hover:hover ~ .articleMeta--TwinsArticle li,
.postItem__Hover--Black:hover ~ .articleMeta--TwinsArticle li,
.postItem__Hover--Slider:hover ~ .articleMeta--TwinsArticle li,
.postItem__Hover--NextArticle:hover ~ .articleMeta--TwinsArticle li {
	color: #000;
	border-color: #000;
}

}

@media screen and (max-width: 1680px) {

.mainNav__SearchForm:before {
	margin: 0;
	left: 0;
	right: 0;
}

.mainNav__SearchFormCenter:after {
	margin: 0;
	left: 0;
	right: 0;
}

}

@media screen and (max-width: 1440px) {

.homeSlider__NextSlide,
.homeSlider__PrevSlide {
	margin-right: 0;
	left: auto;
	right: 20px;
}

.homeSlider__PrevSlide {
	margin-left: 0;
	left: 20px;
	right: auto;
}

}

@media screen and (max-width: 1200px) {

#wpadminbar {
	display: none;
}

.homeSlider__NextSlide,
.homeSlider__PrevSlide {
	display: none !important;
}

}

@media screen and (max-width: 960px) {

.mfp-content button.mfp-close {
	margin: 0;
	top: 10px;
	right: 10px;
}

.homeSlider .slick-dots,
.homeSlider--Video .slick-dots {
	padding: 0 15px;
	text-align: center;
}

.homeSlider .slick-dots li,
.homeSlider--Video .slick-dots li {
	display: inline-block;
	float: none;
}

.homeSlider__Center {
	padding: 0 20px;
	text-align: center;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.homeSlider__Slide,
.homeSlider__Slide--Black,
.homeSlider__Slide--Video,
.homeSlider__Slide--Archive {
	padding: 40px 0 100px 0;
}

.homeSlider__Content,
.homeSlider__Content--without-Padding {
	width: 100%;
	max-width: 540px;
	margin: 0 auto !important;
	float: none;
}

.homeSlider__Nav,
.homeSlider__Nav--Vertical {
	display: none;
}

.articleMeta--HomeSlider {
	text-align: center;
}

.articleMeta--HomeSlider li {
	display: inline-block;
	float: none;
}

.section__Article {
	width: 100%;
}

.section__Sidebar,
.section__Sidebar--BookSlider {
	width: 100%;
	overflow: hidden;
	padding: 0 30px;
	margin-bottom: 30px;
}

.section__Sidebar--BookSlider {
	display: none;
}

.section .center {
	padding: 0 30px;
}

.section__SidebarSection {
	text-align: center;
	border: 0;
}

.section__SidebarSection p {
	text-align: center;
}

.section__SidebarSection .sectionHeader__Title,
.section__SidebarSection .sectionHeader__Title--Collection,
.section__SidebarSection .sectionHeader__Title--Left {
	float: none;
}

.section__SidebarMag {
	display: none;
}

.postGrid,
.postGrid--without-Padding {
	padding: 30px 0 10px 0;
}

.postGrid--without-Padding {
	padding: 15px 0;
}

.postItem,
.postItem--Homepage,
.postItem--Featured,
.postItem--Slide,
.postItem--BlogSlide,
.postItem--Collection,
.postItem--NoImage {
	padding-bottom: 40%;
}

.postItem__Title--Slider:before {
	display: none;
}

.postItem,
.postItem--Homepage,
.postItem--Featured,
.postItem--Slide,
.postItem--BlogSlide,
.postItem--Collection,
.postItem--NoImage {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
}

.postItem:last-child,
.postItem--Homepage:last-child,
.postItem--Featured:last-child,
.postItem--Slide:last-child,
.postItem--BlogSlide:last-child,
.postItem--Collection:last-child,
.postItem--NoImage:last-child {
	margin-right: 0;
}

.postItem:nth-child(3n),
.postItem--Homepage:nth-child(3n),
.postItem--Featured:nth-child(3n),
.postItem--Slide:nth-child(3n),
.postItem--BlogSlide:nth-child(3n),
.postItem--Collection:nth-child(3n),
.postItem--NoImage:nth-child(3n) {
	margin-right: 2.12766%;
}

.postItem:nth-child(3n+1),
.postItem--Homepage:nth-child(3n+1),
.postItem--Featured:nth-child(3n+1),
.postItem--Slide:nth-child(3n+1),
.postItem--BlogSlide:nth-child(3n+1),
.postItem--Collection:nth-child(3n+1),
.postItem--NoImage:nth-child(3n+1) {
	clear: none;
}

.postItem:nth-child(2n),
.postItem--Homepage:nth-child(2n),
.postItem--Featured:nth-child(2n),
.postItem--Slide:nth-child(2n),
.postItem--BlogSlide:nth-child(2n),
.postItem--Collection:nth-child(2n),
.postItem--NoImage:nth-child(2n) {
	margin-right: 0;
}

.postItem:nth-child(2n+1),
.postItem--Homepage:nth-child(2n+1),
.postItem--Featured:nth-child(2n+1),
.postItem--Slide:nth-child(2n+1),
.postItem--BlogSlide:nth-child(2n+1),
.postItem--Collection:nth-child(2n+1),
.postItem--NoImage:nth-child(2n+1) {
	clear: left;
}

.postItem--Homepage {
	float: left;
	display: block;
	margin-right: 2.12766%;
	width: 48.93617%;
}

.postItem--Homepage:last-child {
	margin-right: 0;
}

.postItem--Homepage:nth-child(3n) {
	margin-right: 2.12766%;
}

.postItem--Homepage:nth-child(3n+1) {
	clear: none;
}

.postItem--Featured {
	width: 100%;
}

.twinsBlock__Table {
	display: block;
}

.twinsBlock__Cell,
.twinsBlock__Cell--Overlay,
.twinsBlock__Cell--Video,
.twinsBlock__Cell--Gray,
.twinsBlock__Cell--Middle {
	display: block;
	width: auto;
}

.twinsBlock__Content,
.twinsBlock__Content--Slider,
.twinsBlock__Content--Article,
.twinsBlock__Content--Left {
	display: block;
	float: none;
	max-width: none;
	padding: 30px;
}

.playButton,
.playButton--Small,
.playButton--Large,
.playButton--Slider,
.playButton--Article,
.playButton--NextVideo,
.playButton--NextPopupVideo {
	display: none;
}

.playButton--Large {
	display: block;
}

.playButton--Large a {
	margin: 5px 0 0;
	width: auto;
	height: auto;
	top: 20px;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	font-size: 13px;
	border: 0;
	line-height: normal;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	background: transparent !important;
	display: inline-block;
	padding: 10px 0;
}

.playButton--Large a:after {
	font-size: 12px;
	margin-left: 1px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	border: 2px solid #FFF;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	color: #D92727;
	margin-top: -2px;
}

.voicesList li {
	table-layout: fixed;
}

.voicesList__Image {
	width: 120px;
}

.contributeBlock {
	display: none;
}

.contributeBlock + .section {
	margin-top: -20px;
}

.latestIssue__Buy li,
.latestIssue__Buy--Issue li {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	width: auto;
}

.latestIssue__Buy li:first-child,
.latestIssue__Buy--Issue li:first-child {
	padding: 0;
}

.latestIssue__Buy em,
.latestIssue__Buy--Issue em {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 0.75em;
}

.latestIssue__Buy--Issue li {
	width: auto;
	display: inline-block;
	margin: 0 20px;
}

.latestIssue__Cover {
	position: relative;
}

.errorPage,
.errorPage--404,
.errorPage--Blank {
	background: transparent;
}

.errorPage__Column {
	display: block;
	width: auto;
}

.mainArticleHeader__Controls--Popup {
	margin-right: 0;
	top: 58px;
	right: 10px;
}

.mainArticleHeader__Info--Blog {
	position: static;
	margin-left: 0;
	margin-top: 50px;
}

.mainArticleHeader--Popup {
	padding: 20px 60px 50px 20px;
}

.subscribeCTA__Logo {
	display: none;
}

.subscribeCTA__Button,
.subscribeCTA__Button--White,
.subscribeCTA__Button--Close {
	margin-left: 0;
	margin-right: 20px;
}

.blogHeader {
	display: none;
}

.siteHead__Nav {
	float: none;
	clear: both;
}

.siteHead,
.siteHead--in-Front {
	min-height: 110px;
}

.siteHead__Content {
	padding-top: 13px;
}

.siteLogo {
	text-align: center;
	float: none;
	width: auto;
	line-height: 0;
	margin: 0;
}

.siteLogo a {
	display: inline-block;
	max-width: 115px;
	vertical-align: top;
}

.siteLogo__Image2 {
	display: none;
}

.supportCTA--Footer li {
	display: block;
	width: auto;
	float: none;
	padding: 0;
	padding-bottom: 5px;
}

.supportCTA--Footer li:first-child {
	padding: 0;
	padding-bottom: 5px;
}

.siteFooter__Socials li {
	margin-right: 5px;
}

.mainNav {
	padding-right: 0;
	width: 100%;
	text-align: center;
}

.mainNav__Top,
.mainNav .search {
	display: none;
}

.mainNav .magazine {
	display: inline-block;
}

.mainNav .mobileToggle {
	display: block;
}

.mainNav__MobileMenu {
	display: block;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.mainNav__Large a {
	padding-top: 19px;
	padding-bottom: 20px;
}

.metaNav {
	display: none;
}

}

@media screen and (max-width: 768px) {

div.woocommerce .wc-memberships-restriction-message {
	margin-left: 0 !important;
}

.subscribeWindow__Model {
	padding-bottom: 80px;
}

.subscribeWindow__ModelTitle,
.subscribeWindow__ModelTitle--with-Image {
	font-size: 1.125em;
	padding-right: 200px;
}

.subscribeWindow__ModelTitle img,
.subscribeWindow__ModelTitle--with-Image img {
	max-width: 40px;
	max-height: 40px;
}

.subscribeWindow__ModelTitle--with-Image {
	padding-left: 40px;
}

.mainArticleHeader__Lead,
.mainArticleHeader__Lead--XL {
	font-size: 1em;
	padding-bottom: 30px;
}

.mainArticleHeader__Controls,
.mainArticleHeader__Controls--Popup {
	position: static;
	display: none;
}

.mainArticleHeader__Controls a,
.mainArticleHeader__Controls--Popup a {
	padding-bottom: 0;
}

.mainArticleHeader__Share ul {
	top: 40px;
}

.mainArticleHeader__Title,
.mainArticleHeader__Title--White {
	font-size: 2em;
}

.mainArticleHeader__Info,
.mainArticleHeader__Info--Blog,
.mainArticleHeader__Info--Popup {
	position: static;
	margin: 0;
	margin-top: 30px;
}

.mainArticleHeader__Info--Blog {
	position: static;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainArticleHeader--without-Image {
	padding-left: 10%;
	padding-right: 10%;
}

.mainArticleHeader--Popup {
	padding: 20px 10% 50px 10%;
}

.mainArticle__Wrapper .alignbreak,
.mainArticle__Wrapper--without-Padding .alignbreak {
	margin: 0;
}

.mainArticle__Wrapper .alignbreak:before,
.mainArticle__Wrapper--without-Padding .alignbreak:before,
.mainArticle__Wrapper .alignbreak:after,
.mainArticle__Wrapper--without-Padding .alignbreak:after {
	display: none;
}

.mainArticle__Share,
.mainArticle__Share--Popup {
	margin-top: -10px;
}

.mainArticle__Share ul,
.mainArticle__Share--Popup ul {
	position: static !important;
}

.mainArticle__Share--Popup {
	margin-top: 0;
}

.mainArticle__Image,
.mainArticle__Image--without-Overlay {
	padding: 20px 30px 150px 30px;
	font-size: 0.75em;
}

.mainArticle__Background,
.mainArticle__Background--with-ShareButtons,
.mainArticle__Background--without-Image,
.mainArticle__Background--Page,
.mainArticle__Background--Popup {
	padding: 10px 10%;
}

.mainArticle__ContentWrapper,
.mainArticle__ContentWrapper--without-Padding {
	padding-left: 0;
	padding-right: 0;
}

.mainArticle__Content,
.mainArticle__Content--without-Gap,
.mainArticle__Content--without-Dropcap,
.mainArticle__Content--Popup,
.mainArticle__Content--Films,
.mainArticle__Content--Page,
.mainArticle__Content--Shop {
	font-size: 1em;
	line-height: 1.5;
	width: 100%;
}

.mainArticle__Content h1,
.mainArticle__Content--without-Gap h1,
.mainArticle__Content--without-Dropcap h1,
.mainArticle__Content--Popup h1,
.mainArticle__Content--Films h1,
.mainArticle__Content--Page h1,
.mainArticle__Content--Shop h1,
.mainArticle__Content h2,
.mainArticle__Content--without-Gap h2,
.mainArticle__Content--without-Dropcap h2,
.mainArticle__Content--Popup h2,
.mainArticle__Content--Films h2,
.mainArticle__Content--Page h2,
.mainArticle__Content--Shop h2,
.mainArticle__Content h3,
.mainArticle__Content--without-Gap h3,
.mainArticle__Content--without-Dropcap h3,
.mainArticle__Content--Popup h3,
.mainArticle__Content--Films h3,
.mainArticle__Content--Page h3,
.mainArticle__Content--Shop h3,
.mainArticle__Content h4,
.mainArticle__Content--without-Gap h4,
.mainArticle__Content--without-Dropcap h4,
.mainArticle__Content--Popup h4,
.mainArticle__Content--Films h4,
.mainArticle__Content--Page h4,
.mainArticle__Content--Shop h4,
.mainArticle__Content h5,
.mainArticle__Content--without-Gap h5,
.mainArticle__Content--without-Dropcap h5,
.mainArticle__Content--Popup h5,
.mainArticle__Content--Films h5,
.mainArticle__Content--Page h5,
.mainArticle__Content--Shop h5,
.mainArticle__Content .quote-bomb,
.mainArticle__Content--without-Gap .quote-bomb,
.mainArticle__Content--without-Dropcap .quote-bomb,
.mainArticle__Content--Popup .quote-bomb,
.mainArticle__Content--Films .quote-bomb,
.mainArticle__Content--Page .quote-bomb,
.mainArticle__Content--Shop .quote-bomb,
.mainArticle__Content .alignleft,
.mainArticle__Content--without-Gap .alignleft,
.mainArticle__Content--without-Dropcap .alignleft,
.mainArticle__Content--Popup .alignleft,
.mainArticle__Content--Films .alignleft,
.mainArticle__Content--Page .alignleft,
.mainArticle__Content--Shop .alignleft,
.mainArticle__Content .alignright,
.mainArticle__Content--without-Gap .alignright,
.mainArticle__Content--without-Dropcap .alignright,
.mainArticle__Content--Popup .alignright,
.mainArticle__Content--Films .alignright,
.mainArticle__Content--Page .alignright,
.mainArticle__Content--Shop .alignright,
.mainArticle__Content .newsletterBox,
.mainArticle__Content--without-Gap .newsletterBox,
.mainArticle__Content--without-Dropcap .newsletterBox,
.mainArticle__Content--Popup .newsletterBox,
.mainArticle__Content--Films .newsletterBox,
.mainArticle__Content--Page .newsletterBox,
.mainArticle__Content--Shop .newsletterBox {
	margin-left: 0;
	margin-right: 0;
}

.mainArticle__Content .alignleft,
.mainArticle__Content--without-Gap .alignleft,
.mainArticle__Content--without-Dropcap .alignleft,
.mainArticle__Content--Popup .alignleft,
.mainArticle__Content--Films .alignleft,
.mainArticle__Content--Page .alignleft,
.mainArticle__Content--Shop .alignleft,
.mainArticle__Content .alignright,
.mainArticle__Content--without-Gap .alignright,
.mainArticle__Content--without-Dropcap .alignright,
.mainArticle__Content--Popup .alignright,
.mainArticle__Content--Films .alignright,
.mainArticle__Content--Page .alignright,
.mainArticle__Content--Shop .alignright {
	max-width: 40%;
}

.mainArticle__Content .alignleft,
.mainArticle__Content--without-Gap .alignleft,
.mainArticle__Content--without-Dropcap .alignleft,
.mainArticle__Content--Popup .alignleft,
.mainArticle__Content--Films .alignleft,
.mainArticle__Content--Page .alignleft,
.mainArticle__Content--Shop .alignleft {
	margin-right: 20px;
}

.mainArticle__Content .alignright,
.mainArticle__Content--without-Gap .alignright,
.mainArticle__Content--without-Dropcap .alignright,
.mainArticle__Content--Popup .alignright,
.mainArticle__Content--Films .alignright,
.mainArticle__Content--Page .alignright,
.mainArticle__Content--Shop .alignright {
	margin-left: 20px;
}

.mainArticle__Content blockquote:before,
.mainArticle__Content--without-Gap blockquote:before,
.mainArticle__Content--without-Dropcap blockquote:before,
.mainArticle__Content--Popup blockquote:before,
.mainArticle__Content--Films blockquote:before,
.mainArticle__Content--Page blockquote:before,
.mainArticle__Content--Shop blockquote:before {
	top: -12px;
}

.mainArticle__Content .quote-left,
.mainArticle__Content--without-Gap .quote-left,
.mainArticle__Content--without-Dropcap .quote-left,
.mainArticle__Content--Popup .quote-left,
.mainArticle__Content--Films .quote-left,
.mainArticle__Content--Page .quote-left,
.mainArticle__Content--Shop .quote-left,
.mainArticle__Content .quote-right,
.mainArticle__Content--without-Gap .quote-right,
.mainArticle__Content--without-Dropcap .quote-right,
.mainArticle__Content--Popup .quote-right,
.mainArticle__Content--Films .quote-right,
.mainArticle__Content--Page .quote-right,
.mainArticle__Content--Shop .quote-right,
.mainArticle__Content .wp-caption,
.mainArticle__Content--without-Gap .wp-caption,
.mainArticle__Content--without-Dropcap .wp-caption,
.mainArticle__Content--Popup .wp-caption,
.mainArticle__Content--Films .wp-caption,
.mainArticle__Content--Page .wp-caption,
.mainArticle__Content--Shop .wp-caption {
	font-size: 1em;
	float: none;
	margin: 0 auto;
	padding: 20px 0;
	max-width: none;
	text-align: left;
}

.mainArticle__Content .quote-left .wp-caption-text,
.mainArticle__Content--without-Gap .quote-left .wp-caption-text,
.mainArticle__Content--without-Dropcap .quote-left .wp-caption-text,
.mainArticle__Content--Popup .quote-left .wp-caption-text,
.mainArticle__Content--Films .quote-left .wp-caption-text,
.mainArticle__Content--Page .quote-left .wp-caption-text,
.mainArticle__Content--Shop .quote-left .wp-caption-text,
.mainArticle__Content .quote-right .wp-caption-text,
.mainArticle__Content--without-Gap .quote-right .wp-caption-text,
.mainArticle__Content--without-Dropcap .quote-right .wp-caption-text,
.mainArticle__Content--Popup .quote-right .wp-caption-text,
.mainArticle__Content--Films .quote-right .wp-caption-text,
.mainArticle__Content--Page .quote-right .wp-caption-text,
.mainArticle__Content--Shop .quote-right .wp-caption-text,
.mainArticle__Content .wp-caption .wp-caption-text,
.mainArticle__Content--without-Gap .wp-caption .wp-caption-text,
.mainArticle__Content--without-Dropcap .wp-caption .wp-caption-text,
.mainArticle__Content--Popup .wp-caption .wp-caption-text,
.mainArticle__Content--Films .wp-caption .wp-caption-text,
.mainArticle__Content--Page .wp-caption .wp-caption-text,
.mainArticle__Content--Shop .wp-caption .wp-caption-text {
	position: static;
	font-size: 0.875em;
	max-width: none;
}

.mainArticle__Content .quote-left p,
.mainArticle__Content--without-Gap .quote-left p,
.mainArticle__Content--without-Dropcap .quote-left p,
.mainArticle__Content--Popup .quote-left p,
.mainArticle__Content--Films .quote-left p,
.mainArticle__Content--Page .quote-left p,
.mainArticle__Content--Shop .quote-left p,
.mainArticle__Content .quote-right p,
.mainArticle__Content--without-Gap .quote-right p,
.mainArticle__Content--without-Dropcap .quote-right p,
.mainArticle__Content--Popup .quote-right p,
.mainArticle__Content--Films .quote-right p,
.mainArticle__Content--Page .quote-right p,
.mainArticle__Content--Shop .quote-right p,
.mainArticle__Content .wp-caption p,
.mainArticle__Content--without-Gap .wp-caption p,
.mainArticle__Content--without-Dropcap .wp-caption p,
.mainArticle__Content--Popup .wp-caption p,
.mainArticle__Content--Films .wp-caption p,
.mainArticle__Content--Page .wp-caption p,
.mainArticle__Content--Shop .wp-caption p {
	margin: 0;
}

.mainArticle__Sidebar,
.mainArticle__Sidebar--Note {
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}

.mainArticle__Sidebar--Note {
	font-size: 0.875em;
	position: static;
	float: none;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	max-width: none;
}

.mainArticle__Sidebar--Note ol {
	max-width: 300px;
}

.mainArticle__PopupVideo {
	width: 100%;
	padding: 0;
}

.mainArticle__PopupVideo p {
	margin: 0;
}

.mainArticle__PopupContent,
.mainArticle__PopupContent--Full {
	width: 100%;
	padding: 0 20px 30px 20px;
}

.mainArticle__PopupContent--Full {
	padding: 0 0 30px 0;
}

.mainArticle__PopupRelatedArticle,
.mainArticle__PopupRelatedArticle--without-Video {
	width: auto;
	display: block;
	padding-left: 50px;
}

.mainArticleAuthor__Inner {
	margin-left: 20px;
}

.newsletterBox {
	margin: 20px 0 20px 0;
}

.newsletterBox__Column,
.newsletterBox__Column--Newsletter {
	width: 50%;
}

.newsletterBox__Column--Newsletter {
	padding-left: 20px;
	background: #D92727;
	width: 50%;
}

.subscribeCTA__Login {
	display: none;
}

.blogItem.size11,
.size11.blogItem--has-Image,
.size11.blogItem--White,
.size11.blogItem--Quote,
.size11.blogItem--Twitter,
.size11.blogItem--Facebook,
.blogItem.size12,
.size12.blogItem--has-Image,
.size12.blogItem--White,
.size12.blogItem--Quote,
.size12.blogItem--Twitter,
.size12.blogItem--Facebook,
.blogItem.size21,
.size21.blogItem--has-Image,
.size21.blogItem--White,
.size21.blogItem--Quote,
.size21.blogItem--Twitter,
.size21.blogItem--Facebook,
.blogItem.size22,
.size22.blogItem--has-Image,
.size22.blogItem--White,
.size22.blogItem--Quote,
.size22.blogItem--Twitter,
.size22.blogItem--Facebook {
	width: 48.54167%;
}

.blogItem.size11,
.size11.blogItem--has-Image,
.size11.blogItem--White,
.size11.blogItem--Quote,
.size11.blogItem--Twitter,
.size11.blogItem--Facebook,
.blogItem.size12,
.size12.blogItem--has-Image,
.size12.blogItem--White,
.size12.blogItem--Quote,
.size12.blogItem--Twitter,
.size12.blogItem--Facebook,
.blogItem.size21,
.size21.blogItem--has-Image,
.size21.blogItem--White,
.size21.blogItem--Quote,
.size21.blogItem--Twitter,
.size21.blogItem--Facebook,
.blogItem.size22,
.size22.blogItem--has-Image,
.size22.blogItem--White,
.size22.blogItem--Quote,
.size22.blogItem--Twitter,
.size22.blogItem--Facebook {
	width: 50%;
	margin: 0;
	min-height: 225px;
}

}

@media screen and (max-width: 670px) {

.mfp-dock .mfp-content {
	margin-top: 110px;
}

.homeSlider__Cat,
.homeSlider__Cat--Post,
.homeSlider__Cat--Article,
.homeSlider__Cat--NextArticle,
.homeSlider__Cat--White {
	display: none;
}

.articleMeta,
.articleMeta--HomeSlider,
.articleMeta--Post,
.articleMeta--Slider,
.articleMeta--White,
.articleMeta--Black,
.articleMeta--Gray,
.articleMeta--Video,
.articleMeta--TwinsArticle {
	font-size: 0.875em;
}

.articleMeta li,
.articleMeta--HomeSlider li,
.articleMeta--Post li,
.articleMeta--Slider li,
.articleMeta--White li,
.articleMeta--Black li,
.articleMeta--Gray li,
.articleMeta--Video li,
.articleMeta--TwinsArticle li {
	line-height: 16px;
}

.section__Sidebar,
.section__Sidebar--BookSlider {
	padding: 0 30px;
}

.section .center {
	padding: 0 15px;
}

.postItem__Title,
.postItem__Title--Static,
.postItem__Title--Slider,
.postItem__Title--Black,
.postItem__Title--Quote {
	font-size: 1.5em;
}

.latestIssue__Buy li,
.latestIssue__Buy--Issue li {
	width: 50%;
	float: left;
	padding-left: 5px;
}

.latestIssue__Buy li:first-child,
.latestIssue__Buy--Issue li:first-child {
	padding-left: 0;
	padding-right: 5px;
}

.latestIssue__Buy--Issue {
	padding: 0;
}

.latestIssue__Buy--Issue li {
	margin: 0;
	float: none;
	width: auto;
}

.latestIssue__CTA {
	top: -10px;
	right: 30px;
}

.latestIssue__More {
	font-size: 1.5em;
}

.latestIssue__Meta,
.latestIssue__Meta--White {
	font-size: 1em;
}

.latestIssue--Teaser .center {
	padding: 0 30px;
}

.latestIssue--Teaser header h2,
.latestIssue--Teaser header p {
	font-size: 28px;
}

.latestIssue--Teaser header p {
	width: 50px;
	height: 50px;
	line-height: 32px;
}

.latestIssue,
.latestIssue--with-Image,
.latestIssue--Teaser,
.latestIssue--Cover {
	position: relative;
}

.latestIssue__Content {
	padding-bottom: 120px;
	width: auto;
	float: none;
}

.latestIssue__Cover {
	width: auto;
	float: none;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
}

.latestIssue__CoverImage,
.latestIssue__CoverImage--with-Offset {
	display: none;
}

.issueTOC__Header .center {
	padding: 0 5%;
}

.issueTOC__Title--TOC {
	display: none;
}

.issueTOC__Info {
	width: 100%;
	overflow: hidden;
	padding: 30px 30px 10px;
}

.issueTOC__Authors {
	min-height: 0;
}

.issueTOC__Table {
	width: 100%;
	padding: 30px 30px 10px;
}

.issueTOC__Section {
	margin-top: 0;
}

.issueTOC__Article {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

.subscribeWindow__Header {
	padding-bottom: 18%;
}

.subscribeWindow__Title {
	font-size: 1.5em;
}

.subscribeWindow__Subtitle {
	font-size: 0.75em;
}

.subscribeWindow__Models {
	padding-bottom: 0;
}

.subscribeWindow__Model {
	float: none;
	margin: 10px 0;
	width: 70%;
}

.subscribeWindow__ModelTitle,
.subscribeWindow__ModelTitle--with-Image {
	font-size: 1.25em;
}

.subscribeWindow__ModelTitle img,
.subscribeWindow__ModelTitle--with-Image img {
	max-width: 65px;
	max-height: 75px;
}

.subscribeWindow__ModelTitle--with-Image {
	padding-left: 70px;
}

.subscribeWindow__Security .alignleft,
.subscribeWindow__Security .alignright {
	float: none;
	margin: 0 auto;
	display: block;
}

.subscribeWindow__FAQ h2 {
	font-size: 1.5em;
}

.mainArticleHeader,
.mainArticleHeader--without-Image,
.mainArticleHeader--Excerpt,
.mainArticleHeader--Page,
.mainArticleHeader--Popup {
	padding: 0;
}

.mainArticleHeader__Inner--Popup {
	margin: 0;
	padding: 0;
}

.mainArticleHeader__Meta,
.mainArticleHeader__Meta--Magazine,
.mainArticleHeader__Meta--Popup {
	padding-right: 0;
}

.mainArticleHeader--without-Image {
	padding-left: 8%;
	padding-right: 8%;
}

.mainArticleHeader--Popup {
	padding: 20px 8% 50px 8%;
}

.mainArticle__Share,
.mainArticle__Share--Popup {
	display: none;
}

.mainArticle__Image,
.mainArticle__Image--without-Overlay {
	padding: 20px 8% 150px 8%;
}

.mainArticle__Background,
.mainArticle__Background--with-ShareButtons,
.mainArticle__Background--without-Image,
.mainArticle__Background--Page,
.mainArticle__Background--Popup {
	padding: 15px 8%;
}

.mainArticle__ContentWrapper,
.mainArticle__ContentWrapper--without-Padding {
	padding: 0;
}

.mainArticle__Content .quote-bomb,
.mainArticle__Content--without-Gap .quote-bomb,
.mainArticle__Content--without-Dropcap .quote-bomb,
.mainArticle__Content--Popup .quote-bomb,
.mainArticle__Content--Films .quote-bomb,
.mainArticle__Content--Page .quote-bomb,
.mainArticle__Content--Shop .quote-bomb {
	padding-right: 0;
	font-size: 1em;
}

.mainArticle__Content .quote-bomb:after,
.mainArticle__Content--without-Gap .quote-bomb:after,
.mainArticle__Content--without-Dropcap .quote-bomb:after,
.mainArticle__Content--Popup .quote-bomb:after,
.mainArticle__Content--Films .quote-bomb:after,
.mainArticle__Content--Page .quote-bomb:after,
.mainArticle__Content--Shop .quote-bomb:after {
	display: none;
}

.mainArticle__Content > ul,
.mainArticle__Content--without-Gap > ul,
.mainArticle__Content--without-Dropcap > ul,
.mainArticle__Content--Popup > ul,
.mainArticle__Content--Films > ul,
.mainArticle__Content--Page > ul,
.mainArticle__Content--Shop > ul {
	padding-left: 50px;
}

.mainArticle__Content > ol,
.mainArticle__Content--without-Gap > ol,
.mainArticle__Content--without-Dropcap > ol,
.mainArticle__Content--Popup > ol,
.mainArticle__Content--Films > ol,
.mainArticle__Content--Page > ol,
.mainArticle__Content--Shop > ol {
	padding-left: 40px;
}

.mainArticle__Content .quote-left,
.mainArticle__Content--without-Gap .quote-left,
.mainArticle__Content--without-Dropcap .quote-left,
.mainArticle__Content--Popup .quote-left,
.mainArticle__Content--Films .quote-left,
.mainArticle__Content--Page .quote-left,
.mainArticle__Content--Shop .quote-left,
.mainArticle__Content .quote-right,
.mainArticle__Content--without-Gap .quote-right,
.mainArticle__Content--without-Dropcap .quote-right,
.mainArticle__Content--Popup .quote-right,
.mainArticle__Content--Films .quote-right,
.mainArticle__Content--Page .quote-right,
.mainArticle__Content--Shop .quote-right,
.mainArticle__Content .quote-right,
.mainArticle__Content--without-Gap .quote-right,
.mainArticle__Content--without-Dropcap .quote-right,
.mainArticle__Content--Popup .quote-right,
.mainArticle__Content--Films .quote-right,
.mainArticle__Content--Page .quote-right,
.mainArticle__Content--Shop .quote-right {
	display: none;
}

.mainArticle__Popup--with-Padding {
	padding-left: 10px;
}

.mainArticleAuthor,
.mainArticleAuthor--Beige {
	padding-top: 20px;
	padding-bottom: 60px;
	min-height: 0;
}

.mainArticleAuthor__Inner {
	padding: 0 50px;
	margin: 0;
	text-align: center;
}

.mainArticleAuthor__Name {
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

.mainArticleAuthor__Image,
.mainArticleAuthor img,
.mainArticleAuthor--Beige img {
	position: static;
	max-width: 100px;
}

.mainArticleAuthor__Bio {
	margin-top: 0;
	font-size: 1em;
}

.newsletterBox {
	margin: 30px 0 30px -40px;
}

.newsletterBox__Column,
.newsletterBox__Column--Newsletter {
	width: 100%;
}

.siteHead,
.siteHead--in-Front {
	min-height: 95px;
}

.siteHead__Wrapper,
.siteHead__Wrapper--is-Admin {
	-webkit-transition: 300ms 300ms;
	transition: 300ms 300ms;
}

.siteHead__Wrapper.not-Pinned,
.not-Pinned.siteHead__Wrapper--is-Admin {
	margin-top: -50px;
}

.siteHead__Content {
	padding-top: 8px;
}

.is-Fixed .siteLogo__Image1 {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.siteLogo {
	margin-bottom: 6px;
}

.siteLogo a {
	max-width: 100px;
}

.siteLogo__Image2 {
	display: none;
}

.siteLogo__Image1 {
	display: block;
	width: 115px;
}

.siteFooter__Column,
.siteFooter__Column--First,
.siteFooter__Column--Last {
	padding: 0 30px;
	float: none;
	margin: 0 auto;
	text-align: center;
	display: none;
	width: auto;
}

.siteFooter__Column--First {
	display: block;
}

.siteFooter__Logo {
	max-width: 100px;
	margin: 0 auto;
}

.siteFooter__EmailLink {
	margin: 10px 0;
}

.siteFooter__Meta li {
	display: block;
	text-align: center;
	float: none;
}

.mainNav .mobileToggle {
	top: 53px;
}

.mainNav .mobileToggle a {
	font-size: 10px;
}

.mainNav .mobileToggle a i {
	font-size: 18px;
}

.mainNav__Large {
	margin-top: 4px;
	left: 0;
	right: 0;
}

.mainNav__Large > ul {
	display: table;
	width: 100%;
}

.mainNav__Large > ul > li {
	display: table-cell;
	text-align: center;
	width: 20%;
	vertical-align: middle;
}

.mainNav__Large > ul > li.magazint e,
.mainNav__Large > ul > li.mobileToggle {
	display: table-cell;
	position: static;
}

.mainNav__Large > ul > li.mobileToggle a {
	color: #FFF !important;
}

.mainNav__Large > ul > li.mobileToggle a.is-Active {
	color: #D92727 !important;
}

.mainNav__Large > ul > li:before {
	display: none;
}

.mainNav__Large > ul > li > a {
	font-size: 10px;
	font-weight: normal;
	padding: 11px !important;
	color: #FFF;
	padding: 10px 10px 7px !important;
}

.mainNav__Large > ul > li > a:before {
	display: none;
}

.mainNav__Large > ul > li i {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.mainNav__MobileMenu {
	-webkit-transition: padding 300ms 300ms, -webkit-transform 300ms;
	transition: padding 300ms 300ms, transform 300ms;
	padding-top: 135px;
}

.not-Pinned .mainNav__MobileMenu {
	padding-top: 95px;
}

.post-type-archive-essays .essays a,
.single-essays .essays a,
.essays .essays a {
	color: #D92727;
}

.post-type-archive-essays .essays a:after,
.single-essays .essays a:after,
.essays .essays a:after {
	display: none;
}

.post-type-archive-films .films a,
.single-films .films a,
.films .films a {
	color: #D92727;
}

.post-type-archive-films .films a:after,
.single-films .films a:after,
.films .films a:after {
	display: none;
}

.post-type-archive-blog .blog a,
.single-blog .blog a,
.blog .blog a {
	color: #D92727;
}

.post-type-archive-blog .blog a:after,
.single-blog .blog a:after,
.blog .blog a:after {
	display: none;
}

.single-post .blog a {
	color: #D92727;
}

.single-post .blog a:after {
	display: none;
}

.mobileWide-Hide {
	display: none;
}

}

@media screen and (max-width: 480px) {

.mfp-dock .mfp-content {
	margin-top: 95px;
	margin-bottom: 0;
}

.mfp-container {
	padding: 0;
}

.homeSlider .slick-dots,
.homeSlider--Video .slick-dots {
	bottom: 10px;
}

.homeSlider__Center {
	padding: 0;
}

.homeSlider__Slide,
.homeSlider__Slide--Black,
.homeSlider__Slide--Video,
.homeSlider__Slide--Archive {
	padding: 30px 0 70px 0;
}

.homeSlider__Content,
.homeSlider__Content--without-Padding {
	padding: 5% 15px;
	width: auto;
	max-width: none;
}

.articleMeta,
.articleMeta--HomeSlider,
.articleMeta--Post,
.articleMeta--Slider,
.articleMeta--White,
.articleMeta--Black,
.articleMeta--Gray,
.articleMeta--Video,
.articleMeta--TwinsArticle {
	position: static;
	margin-top: 0;
	padding: 0;
	padding-top: 15px;
}

.articleMeta--TwinsArticle {
	padding-top: 0;
}

.section__Sidebar,
.section__Sidebar--BookSlider {
	padding: 0 15px;
}

.section__SidebarSection {
	font-size: 0.875em;
}

.sectionHeader,
.sectionHeader--Sidebar,
.sectionHeader--Featured,
.sectionHeader--Equal {
	padding: 20px 0 0;
}

.sectionHeader__Title--Collection {
	font-size: 1em;
}

.sectionHeader__More {
	display: none;
}

.postGrid,
.postGrid--without-Padding {
	padding: 15px 0 0;
}

.postGrid__Navigation a {
	font-size: 0.875em;
}

.postItem__Content,
.postItem__Content--Slider,
.postItem__Content--Collection {
	position: static;
	padding: 40% 15px 20px;
}

.postItem__Content--Collection {
	position: static;
	padding: 0;
	margin: 15px;
}

.postItem__Header {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.postItem__Title,
.postItem__Title--Static,
.postItem__Title--Slider,
.postItem__Title--Black,
.postItem__Title--Quote {
	padding: 0;
	position: static;
}

.postItem__Title--Slider {
	padding: 0;
}

.postItem__Excerpt {
	display: none;
}

.postItem__Hover,
.postItem__Hover--Black,
.postItem__Hover--Slider,
.postItem__Hover--NextArticle {
	position: static;
	margin-bottom: 0;
	padding: 0;
}

.postItem,
.postItem--Homepage,
.postItem--Featured,
.postItem--Slide,
.postItem--BlogSlide,
.postItem--Collection,
.postItem--NoImage {
	width: 100%;
	padding: 0;
}

.postItem--Collection {
	padding: 0;
}

.twinsBlock__Content,
.twinsBlock__Content--Slider,
.twinsBlock__Content--Article,
.twinsBlock__Content--Left {
	padding: 15px 15px 30px;
}

.twinsBlock__ArticleWrapper {
	margin-top: 20px;
}

.twinsBlock__Article,
.twinsBlock__Article--Featured,
.twinsBlock__Article--GrayBorder,
.twinsBlock__Article--Collection {
	width: 100%;
	padding: 10px 0;
}

.voicesList__Image {
	width: 80px;
}

.latestIssue__Buy--Issue {
	max-width: 200px;
	margin: 30px auto 0 auto;
}

.latestIssue__Buy--Issue li {
	width: 100%;
	padding: 0 !important;
}

.latestIssue__CTA {
	position: static;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}

.latestIssue__More {
	margin-bottom: 0;
}

.latestIssue--Teaser {
	text-align: center;
}

.latestIssue--Teaser header {
	padding-top: 5px;
}

.latestIssue--Teaser header h2,
.latestIssue--Teaser header p {
	display: block;
	margin: 0 auto;
}

.latestIssue--Teaser header p {
	margin-bottom: 10px;
}

.latestIssue__Cover {
	max-width: 300px;
	margin: 30px auto 0 auto;
	float: none;
	position: relative;
	left: auto;
	right: auto;
}

.latestIssue__CoverImage,
.latestIssue__CoverImage--with-Offset {
	display: block;
}

.latestIssue__Content {
	display: none;
}

.latestIssue__Article,
.latestIssue__Article--with-Icon {
	width: 100%;
}

.subscribeWindow__Header {
	padding-top: 20%;
	padding-bottom: 25%;
}

.subscribeWindow__Model {
	float: none;
	width: auto;
	margin: 20px 20px;
	display: block;
}

.subscribeWindow__Subscribe {
	font-size: 0.75em;
}

.mainArticleHeader__Inner,
.mainArticleHeader__Inner--with-Border,
.mainArticleHeader__Inner--Popup,
.mainArticleHeader__Inner--with-Padding {
	padding: 0 5%;
	padding-bottom: 30px;
}

.mainArticleHeader__Inner--with-Padding {
	padding-bottom: 0;
}

.mainArticleHeader__Meta--Popup {
	padding-right: 0;
}

.mainArticleHeader__Category,
.mainArticleHeader__Category--with-Padding {
	margin: 10px 0;
}

.mainArticleHeader__Lead,
.mainArticleHeader__Lead--XL {
	padding: 0;
}

.mainArticleHeader__Date,
.mainArticleHeader__Date--Gray,
.mainArticleHeader__Author {
	float: none;
}

.mainArticleHeader__Author {
	float: none;
}

.mainArticleHeader__Author span {
	margin-top: 20px;
}

.mainArticleHeader--without-Image {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 0;
}

.mainArticleHeader--Popup {
	padding: 10px 5% 20px 5%;
}

.mainArticle__Image,
.mainArticle__Image--without-Overlay {
	padding: 20px 5% 120px 5%;
}

.mainArticle__ImageCopy,
.mainArticle__ImageCopy--Blog {
	text-align: left;
	padding: 0 10px;
}

.mainArticle__ImageCopy p,
.mainArticle__ImageCopy--Blog p {
	width: auto;
}

.mainArticle__Background,
.mainArticle__Background--with-ShareButtons,
.mainArticle__Background--without-Image,
.mainArticle__Background--Page,
.mainArticle__Background--Popup {
	padding: 15px 5%;
}

.mainArticle__Background--Popup {
	padding: 0 20px;
}

.mainArticle__Content--Popup {
	padding-right: 0;
}

.mainArticle__Popup,
.mainArticle__Popup--with-Padding {
	padding: 0;
}

.mainArticle__PopupRelatedArticle,
.mainArticle__PopupRelatedArticle--without-Video {
	padding: 8%;
}

.mainArticleAuthor__Inner {
	padding: 0 30px;
}

.subscribeCTA {
	display: none;
}

.blogGrid {
	margin-bottom: 0;
	padding: 0;
}

.blogItem.size11,
.size11.blogItem--has-Image,
.size11.blogItem--White,
.size11.blogItem--Quote,
.size11.blogItem--Twitter,
.size11.blogItem--Facebook,
.blogItem.size12,
.size12.blogItem--has-Image,
.size12.blogItem--White,
.size12.blogItem--Quote,
.size12.blogItem--Twitter,
.size12.blogItem--Facebook,
.blogItem.size21,
.size21.blogItem--has-Image,
.size21.blogItem--White,
.size21.blogItem--Quote,
.size21.blogItem--Twitter,
.size21.blogItem--Facebook,
.blogItem.size22,
.size22.blogItem--has-Image,
.size22.blogItem--White,
.size22.blogItem--Quote,
.size22.blogItem--Twitter,
.size22.blogItem--Facebook {
	width: 100%;
}

.supportCTA li,
.supportCTA--Footer li {
	width: 100%;
	float: none;
	display: block;
	margin: 10px 0;
	padding: 0 !important;
}

.siteFooter__Legal {
	display: none;
}

.siteFooter__Meta {
	margin-top: 40px;
}

.siteFooter {
	padding-top: 15px;
}

}

@media screen and (max-width: 370px) {

.subscribeWindow__Model {
	text-align: center;
	min-height: 0;
	padding-bottom: 0;
}

.subscribeWindow__ModelHeader {
	padding: 8% 8% 10%;
}

.subscribeWindow__ModelTitle,
.subscribeWindow__ModelTitle--with-Image {
	padding: 0;
	font-size: 1.125em;
}

.subscribeWindow__ModelTitle img,
.subscribeWindow__ModelTitle--with-Image img {
	display: none;
}

.subscribeWindow__ModelPrice {
	position: static;
	background: transparent;
	width: auto;
	font-size: 1.125em;
	height: auto;
	margin: 0;
	text-align: left;
	padding: 5px 0 0;
	text-align: center;
}

.subscribeWindow__ModelPrice em {
	font-size: inherit;
	text-transform: lowercase;
	color: #FFF;
	display: inline;
	font-weight: normal;
	font-family: inherit;
	letter-spacing: 0;
}

.subscribeWindow__ModelContent {
	padding: 10px;
}

.subscribeWindow__Subscribe {
	position: static;
	margin: 20px 10px 10px;
}

.subscribeWindow__Subscribe a {
	padding: 10px;
	display: block;
}

.blogItem__Content--Social {
	position: static;
}

.blogItem__Icon,
.blogItem__Icon--White,
.blogItem__Icon--Quote {
	position: static;
	padding: 15px;
}

.blogItem--White {
	border-bottom: 1px solid #e0e0e0;
}

.blogItem--White:before {
	display: none;
}

}

@-webkit-keyframes spinner {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes spinner {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

