/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

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

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

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

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

@font-face {
	font-family: 'DidotLTStd';
	src: url("../fonts/30AFE2_0_0.eot");
	src: url("../fonts/30AFE2_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/30AFE2_0_0.woff2") format("woff2"), url("../fonts/30AFE2_0_0.woff") format("woff"), url("../fonts/30AFE2_0_0.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

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

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

@font-face {
	font-family: 'CircularStd';
	src: url("../fonts/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-BookItalic.otf") format("opentype"), url("../fonts/CircularStd-BookItalic.woff") format("woff"), url("../fonts/CircularStd-BookItalic.ttf") format("truetype"), url("../fonts/CircularStd-BookItalic.svg#CircularStd-BookItalic") format("svg");
	font-weight: 500;
	font-style: italic;
}

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

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

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

@font-face {
	font-family: 'GT Eesti Pro Disp Trial UBold';
	src: url("../fonts/GTEestiProDispTrialUBold-Italic.eot");
	src: url("../fonts/GTEestiProDispTrialUBold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GTEestiProDispTrialUBold-Italic.woff2") format("woff2"), url("../fonts/GTEestiProDispTrialUBold-Italic.woff") format("woff"), url("../fonts/GTEestiProDispTrialUBold-Italic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

.category-list ul,
.news-list-nav ul,
.article-filter ul,
.article-filter .btn-block ul,
.footer-network ul,
.footer-nav ul,
.footer-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.news-detail-block .text:after,
.articles-block:after,
.container-withsidebar:after,
.news-articles:after,
.articles-list .listing-item.three-up .img-wrap a:after,
.series-item:after,
#footer .container:after,
.footer-top:after,
.footer-network:after,
.footer-nav:after,
.footer-bottom:after,
.column-block .two-cols:after,
.column-block .three-cols:after,
.column-block .col:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.home-banner {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	position: relative;
	overflow: hidden;
}

.home-banner.home .home-logo {
	visibility: hidden;
	opacity: 0;
}

.home-banner.show-title h1 {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	visibility: visible;
	opacity: 1;
}

.home-banner .home-logo {
	max-width: 75%;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.8s ease,visibility 0.8s ease;
	        transition: opacity 0.8s ease,visibility 0.8s ease;
}

.home-banner .home-logo img {
	width: 100%;
	max-width: none;
}

.home-banner h1 {
	margin: 0;
	font-size: 36px;
	letter-spacing: 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
	        transition: opacity 0.8s ease, visibility 0.8s ease;
	text-transform: uppercase;
	color: #fff;
}

.home-banner a {
	white-space: nowrap;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-banner a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 1000px;
}

.home-banner a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.home-banner a:hover:before {
	background: rgba(0, 0, 0, 0.08);
}

.home-banner a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}

.home-banner a > .banner-video {
	max-width: 100%;
}

.home-banner a > .ext-video {
	max-width: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.home-banner .text {
	padding: 15px;
}

.banner-video {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	z-index: -1;
}

.banner-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.banner-video .jwplayer video {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: auto;
	height: auto;
	margin: auto;
	background: transparent;
}

.secondary-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.secondary-banner a {
	display: block;
	position: relative;
	color: #fff;
}

.secondary-banner a:hover:before {
	background: rgba(0, 0, 0, 0.1);
}

.secondary-banner a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}

.secondary-banner .container {
	white-space: nowrap;
	text-align: center;
}

.secondary-banner .container:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 760px;
}

.secondary-banner .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.secondary-banner .ext-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.secondary-banner .sec-banner-text {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 25px;
}

.secondary-banner h2 {
	margin: 0;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	color: #fff;
	position: relative;
	z-index: 2;
}

.banner {
	white-space: nowrap;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	position: relative;
	z-index: 1;
}

.banner:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 500px;
}

.banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}

.banner h1 {
	font-size: 75px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 0;
	line-height: 1;
	color: #fff;
}

.banner h1 a {
	color: #fff;
}

.banner h1 a:hover {
	color: #b3b2b2;
}

.banner .banner-text {
	padding: 20px;
}

.banner .video-wrap .jwplayer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
}

.banner .video-wrap .banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.inner-banner {
	white-space: nowrap;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.inner-banner:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 500px;
}

.inner-banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.inner-banner .banner-text {
	color: #fff;
	text-transform: uppercase;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
}

.inner-banner h1 {
	margin: 0;
	font-weight: 900;
	font-size: 38px;
	letter-spacing: 4px;
}

.inner-banner h2 {
	font-weight: 400;
	margin: 0;
}

.inner-banner .video-wrap .jwplayer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
}

a[class^="addthis_button_"] {
	display: inline-block;
	float: none;
	font-size: 48px;
	height: 60px !important;
	line-height: 60px !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	text-align: center;
	text-transform: none;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
	width: 60px !important;
	z-index: 5;
}

a[class^="addthis_button_"].hide-desktop {
	display: none !important;
}

a[class^="addthis_button_"].hide-mobile {
	display: block !important;
}

a[class^="addthis_button_"] span,
a[class^="addthis_button_"] svg {
	background: transparent !important;
}

a[class^="addthis_button_"]:hover {
	opacity: 0.9;
}

.addthis_button_facebook {
	background: #2f6099;
}

.addthis_button_twitter {
	background: #25c4f0;
}

.addthis_button_sms,
.addthis_button_email_alt {
	background: #ed6462;
}

.addthis_button_sms .icon,
.addthis_button_email_alt .icon {
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	display: block;
}

.addthis_button_email_alt {
	background: #ffd300;
}

.addthis_button_sinaweibo {
	background: #ff9933;
}

.addthis_button_stumbleupon {
	background: #fc802c;
}

.addthis_button_reddit {
	background: #f1625f;
}

.addthis_button_whatsapp {
	background: #40b549;
}

.addthis_button_google_plusone_share {
	background: #db4f3f;
}

.addthis_button_pinterest_share {
	background: #ca3729;
}

/**
 * Added
 */

a.addthis_button_flipboard {
	background: #f52828;
	line-height: 50px !important;
}

a.addthis_button_flipboard img {
	vertical-align: middle;
	display: inline-block;
}

.listing-item {
	overflow: hidden;
}

.listing-item .open-share .addthis_toolbox {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.listing-item .addthis_toolbox {
	width: 540px;
	position: absolute;
	bottom: 47px;
	right: -15px;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.5s ease;
	        transition: transform 0.5s ease;
}

.hide-desktop {
	display: none !important;
}

.hide-mobile {
	display: block !important;
}

.share-extend {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.share-extend:hover .inner-share {
	top: 100%;
	visibility: visible;
}

.share-extend:hover .share-opener i {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.share-extend .share-opener {
	background-color: #fff;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	float: none;
	font-size: 20px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: none;
	width: 60px;
	z-index: 6;
	cursor: pointer;
}

.share-extend .share-opener i {
	background: url("../images/plus.svg") no-repeat;
	background-size: contain;
	display: block;
	font-size: 20px;
	height: 23px;
	line-height: 90px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: none;
	top: 18px;
	width: 23px;
	z-index: 5;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	        transition: transform 0.3s ease-in-out;
}

.share-extend .inner-share {
	position: absolute;
	top: -100px;
	left: 0;
	visibility: hidden;
	-webkit-transition: top 0.3s ease, visibility 0.3s ease;
	        transition: top 0.3s ease, visibility 0.3s ease;
	z-index: 4;
}

.nav-up .articles-block .share-block {
	bottom: -55px;
}

.aside .sharemobile a[class^="addthis_button_"] i.icon {
	line-height: 44px;
}

.inner-detail .share-opened .share-extend .inner-share {
	margin: 0;
}

.inner-detail .share-opened .share-extend .share-opener i {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.inner-detail .share-opened .share-extend:hover .share-opener i {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.inner-detail .share-extend:hover .share-opener i {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
}

.inner-detail .share-extend .share-opener {
	position: absolute;
	right: 0;
	z-index: 9;
}

.inner-detail .share-extend .inner-share {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	width: 420px;
	margin-right: -300px;
	-webkit-transition: margin 0.4s ease, visibility 0.4s ease;
	        transition: margin 0.4s ease, visibility 0.4s ease;
	visibility: visible;
}

.not-found-page {
	background: url("../images/not-found.jpg") no-repeat center center;
	background-size: cover;
}

.not-found-inner {
	text-align: center;
	max-width: 100%;
}

.not-found-inner h1 {
	font: 800 54px/1.15 'CircularStd';
	margin: 0;
	text-transform: lowercase;
}

.not-found-inner p {
	margin: 10px 0;
}

.not-found-inner p a {
	font: 20px/1.15 'CircularStd';
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.not-found-inner p a:hover {
	border-bottom-color: #6aa4e6;
}

.not-found-inner p:after {
	display: none;
}

.not-found-text {
	padding: 100px 0;
}

.content-gallery.slider-expanded.gallery-end .slide-toggle.slide-close,
.content-gallery.slider-expanded.gallery-freeze .slide-toggle.slide-close {
	position: absolute;
}

.content-gallery .gallery-pagination {
	display: block;
}

.content-gallery .gallery-placeholder {
	display: none;
}

.content-gallery .gallery-placeholder .spinner {
	display: none;
}

.spinner {
	height: 24px;
	width: 5px;
	background-color: #2e2e2e;
	-webkit-animation: spin ease-in-out .7s;
	        animation: spin ease-in-out .7s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	text-indent: -99999px;
	display: inline-block;
}

.nav-down .content-gallery.slider-expanded .slide-toggle.slide-close {
	bottom: 65px;
}

.heading-block {
	background: #fff;
	padding-bottom: 1px;
	position: relative;
	z-index: 2;
}

.heading-block .container {
	max-width: 80%;
}

.category-list {
	padding: 40px 0 60px;
}

.category-list ul {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: -4px;
	position: relative;
}

.category-list ul:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: #6aa4e6;
	height: 1px;
	width: 140px;
}

.category-list ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
}

.category-list ul li + li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 12px;
	margin: -4px 10px 0;
	background: #444;
}

.category-list ul a {
	color: #444;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
}

.category-list ul a:hover {
	color: #000;
}

.author-block {
	margin-bottom: 35px;
}

.author-block .img-wrap {
	width: 66px;
	height: 66px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 10px;
}

.author-block .auth {
	display: block;
	text-align: center;
	font: 18px/1.25 "DidotLTStd", serif;
	color: #000;
}

.heading-title {
	text-align: center;
	line-height: 1.2;
	color: #000;
	margin-bottom: 50px;
}

.heading-title h1 {
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 15px;
	font-style: normal;
	font-family: 'CircularStd';
	text-transform: none;
	color: #000;
}

.heading-title h2 {
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
	font-family: 'CircularStd';
	max-width: 900px;
	margin: 0 auto 15px;
	font-weight: 500;
	color: #000;
}

.featured-gallery {
	margin-bottom: 25px;
}

.featured-slider .slick-arrow {
	position: absolute;
	top: -42px;
	right: 45px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 0;
	width: 35px;
	height: 35px;
	background: transparent;
	z-index: 1;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}

.featured-slider .slick-arrow:hover {
	background: #000;
}

.featured-slider .slick-arrow:hover:before {
	border-color: #fff #fff transparent transparent;
}

.featured-slider .slick-arrow:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 13px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	-webkit-transition: border-color 0.3s ease;
	        transition: border-color 0.3s ease;
}

.featured-slider .slick-arrow.slick-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.featured-slider .item img {
	width: 100%;
}

.featured-slider .image-caption {
	padding: 10px 0;
	font-size: 12px;
	color: #626262;
}

.featured-slider .image-caption h3 {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
}

.featured-slider h3 {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	margin-bottom: 0;
	color: #000;
}

.featured-slider h3 a {
	color: #444;
}

.featured-slider h3 a:hover {
	color: #000;
}

.news-detail-block {
	padding: 30px 15px;
}

.news-detail-block .main-content {
	font-family: 'CircularStd', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	margin-right: 5%;
	max-width: 800px;
	padding: 0;
}

.news-detail-block .main-content p {
	font-family: 'CircularStd', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.news-detail-block .main-content p.alignfull-width {
	width: 100% !important;
	float: none;
	display: block;
	clear: both;
}

.news-detail-block .main-content p.alignfull-width img.alignfull-width {
	width: 100%;
	height: auto;
}

.news-detail-block .main-content p span:not(.article-image-credit) {
	font-size: 18px;
	line-height: 1.6;
}

.news-detail-block .main-content p .btn {
	display: block;
}

.news-detail-block .main-content p span.price-style {
	font-size: 14px !important;
	line-height: 1.14 !important;
	text-transform: none;
	font-weight: 800;
}

.news-detail-block .main-content p span.price-style a {
	font-weight: 800;
	border-bottom: none !important;
}

.news-detail-block .main-content p span.call-to-action-style {
	line-height: 1 !important;
}

.news-detail-block .main-content p span.product-style {
	font-family: 'CircularStd';
	font-size: 14px !important;
	line-height: 1.14 !important;
	text-transform: none;
}

.news-detail-block .main-content p span.quotation-style {
	font-size: 30px !important;
	line-height: 1.4 !important;
}

.news-detail-block .main-content p .h4 {
	font-size: 16px;
}

.news-detail-block .main-content a:not(.btn) {
	color: #000;
	border-bottom: 1px solid #d1d3d4;
}

.news-detail-block .main-content a:not(.btn):hover {
	border-color: #6aa4e6;
}

.news-detail-block .main-content .article-tags p {
	line-height: 1;
}

.news-detail-block .wp-caption {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
}

.news-detail-block .wp-caption img {
	margin-bottom: 5px;
}

.news-detail-block .wp-caption p {
	margin-bottom: 0;
}

.news-detail-block .article-image-credit {
	font: 300 14px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	color: #626262;
}

.news-detail-block .article-image-credit span {
	font-size: 12px !important;
}

.news-detail-block .listing-container + .listing-container {
	margin-top: 45px;
}

.news-detail-block figure {
	display: block;
	margin: 0;
}

.news-detail-block figure img {
	max-width: none;
	width: 100%;
	margin-bottom: 5px;
}

.news-detail-block figcaption {
	display: block;
	font: 300 14px/1.1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	margin-bottom: 5px;
	color: #000;
}

.news-detail-block .wp-caption {
	max-width: 100% !important;
}

.news-detail-block .h4 {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

.news-detail-block .h3,
.news-detail-block h3 {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	color: #000;
	font-weight: 700;
	letter-spacing: 2px;
}

.main-content p a {
	border-bottom: 1px solid #d1d3d4;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.main-content p a:hover {
	border-color: #6aa4e6;
}

.news-list-wrap .container {
	max-width: 100%;
}

.aside {
	float: left;
	width: 60px;
	margin-right: 50px;
}

.page-info,
.gallery-pagination {
	display: block;
	font: italic 38px/0.75 "DidotLTStd", serif;
	padding-top: 4px;
	margin-bottom: 10px;
	font-style: italic;
	color: #000;
}

.main-detail-container {
	overflow: hidden;
}

.article-tags a {
	border: none !important;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.article-tags a:hover {
	font-weight: 500;
}

.article-tags p em {
	font: italic 14px/1 "DidotLTStd", serif;
	color: #444;
}

.img-credit {
	color: #626262;
	display: block;
	font: 300 12px/1 "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	margin-bottom: 35px;
}

.article-lists {
	margin: 0 -15px;
	letter-spacing: -5px;
}

.article-lists .article-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	letter-spacing: 0;
	width: 33.33%;
	margin-bottom: 25px;
}

.article-lists .img-wrap img {
	max-width: none;
	width: 100%;
}

.article-lists .img-wrap a:hover {
	opacity: 0.7;
}

.article-lists .title {
	display: block;
	text-align: center;
	padding: 5px 15px;
	font: 12px/14px "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.article-lists .title a {
	border: none;
}

.article-lists .title a:hover {
	color: #999;
}

.article-comments {
	margin-bottom: 25px;
}

.article-comments .btn {
	display: block;
	text-align: center;
}

.article-comments .fb-comments {
	display: none;
}

.gallery-pagination {
	padding: 22px 0 0 4px;
	margin-bottom: 7px;
	font-size: 20px;
}

.content-gallery .slick-arrow {
	position: absolute;
	top: -42px;
	right: 45px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 0;
	width: 35px;
	height: 35px;
	background: transparent;
	z-index: 1;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}

.content-gallery .slick-arrow:hover {
	background: #000;
}

.content-gallery .slick-arrow:hover:before {
	border-color: #fff #fff transparent transparent;
}

.content-gallery .slick-arrow:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 13px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
	-webkit-transition: border-color 0.3s ease;
	        transition: border-color 0.3s ease;
}

.content-gallery .slick-arrow.slick-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.content-gallery .item img {
	width: 100%;
}

.content-gallery .image-caption {
	padding: 10px 15px;
}

.content-gallery h3 {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	margin-bottom: 0;
}

blockquote,
.blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font: italic 30px/1.5 "DidotLTStd", serif;
	text-align: center;
	color: #000;
	display: block;
}

.fb_iframe_widget span,
.fb_iframe_widget iframe {
	width: 100% !important;
}

p iframe {
	margin: 0;
}

.gembed-container,
.embed-container {
	position: relative;
}

.gembed-container iframe,
.gembed-container object,
.gembed-container embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.manual_spacer .gembed-container iframe,
.manual_spacer .gembed-container object,
.manual_spacer .gembed-container embed,
.manual_spacer .embed-container iframe,
.manual_spacer .embed-container object,
.manual_spacer .embed-container embed {
	height: auto;
	width: auto;
}

img.image-full-width {
	width: 100%;
	max-width: none;
}

.fs-container {
	max-width: 1560px;
	margin: 0 auto;
}

.fs-images .item-wrap {
	padding-left: 35px;
	padding-right: 35px;
	opacity: 0;
}

.fs-images .item-wrap.active {
	opacity: 1;
	-webkit-transition: opacity 700ms;
	transition: opacity 700ms;
}

.fs-images .item-wrap .video-wrap {
	position: relative;
	padding-bottom: 56.69%;
	height: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.fs-images .item-wrap .video-wrap iframe,
.fs-images .item-wrap .video-wrap video,
.fs-images .item-wrap .video-wrap .jwplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fs-images .item-wrap.landscape-wrap.first {
	padding: 0;
}

.fs-images .item-wrap.landscape-wrap.first .item {
	padding-left: 0;
	padding-right: 0;
}

.fs-images .item-wrap.portrait-wrap .item {
	float: left;
	width: 50%;
}

.fs-images .item-wrap.portrait-wrap:after {
	clear: both;
	display: table;
	content: '';
}

.fs-images .item-wrap.portrait-wrap .video-wrap {
	padding-bottom: 140%;
}

.fs-images .item {
	padding: 0px 35px 40px;
}

.fs-images .item .text-wrap {
	text-align: center;
	padding: 15px 20px 0;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.fs-images .item .text-wrap .item-detail {
	font-size: 16px;
}

.fs-images .item .text-wrap p {
	color: #000;
	margin-bottom: 0;
}

.fs-images .item .text-wrap h1,
.fs-images .item .text-wrap h2,
.fs-images .item .text-wrap h3,
.fs-images .item .text-wrap h4,
.fs-images .item .text-wrap h5 {
	font-weight: 700;
}

.fs-images .item .text-wrap.gallery-desc {
	padding: 0;
	text-align: left;
}

.fs-images .item .text-wrap.gallery-desc p {
	margin-bottom: 15px;
}

.checkbox-wrap {
	padding-left: 20px;
}

.checkbox-wrap input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.checkbox-wrap input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.checkbox-wrap input[type="checkbox"] + label:before {
	content: '';
	margin: -4px 10px 0 -20px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url("../images/checkbox.png") no-repeat;
	background-size: cover;
	background-position: 0 0;
	-webkit-transition: background-position 0.3s ease, opacity 0.3s ease;
	        transition: background-position 0.3s ease, opacity 0.3s ease;
}

.checkbox-wrap input[type="checkbox"]:hover + label:before {
	opacity: 0.7;
}

.checkbox-wrap input[type="checkbox"]:checked + label:before {
	background-position: 0 -14px;
}

.news-list-nav {
	padding: 45px 0 0;
	display: none;
}

.news-list-nav ul {
	border-bottom: 1px solid #d1d3d4;
	text-align: center;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.news-list-nav ul::-webkit-scrollbar {
	display: none;
}

.news-list-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

.news-list-nav li a {
	display: block;
	position: relative;
	color: #444;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.4;
	font-family: 'CircularStd';
}

.news-list-nav li a:hover {
	color: #000;
}

.news-list-nav li a:hover:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}

.news-list-nav li a:before {
	border-bottom: 1px solid #6aa4e6;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	        transition: transform 0.3s ease;
}

.news-list-nav + .manual_spacer .main-ad {
	padding: 0 0 15px;
}

.news-list-nav + .manual_spacer .main-ad iframe {
	margin: 60px 0 0;
}

.articles-block {
	padding: 45px 0 0;
	position: relative;
	z-index: 1;
}

.articles-block.loading {
	padding-bottom: 40px;
	position: relative;
}

.articles-block.loading:before {
	content: "";
	position: absolute;
	left: 50%;
	background: url("../images/ajax-loader.gif") no-repeat;
	width: 32px;
	height: 32px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	bottom: 0;
}

.container-withsidebar {
	margin-right: 300px;
}

.news-articles .main-content {
	float: left;
	width: 100%;
	padding-right: 30px;
}

.news-articles .sidebar {
	float: right; /*width:24%;*/
	text-align: center;
	max-width: 300px;
	width: 300px;
	margin-right: -300px;
}

.news-articles .sidebar .news-ad {
	display: inline-block;
	vertical-align: top;
}

.news-articles .sidebar .news-ad:hover {
	opacity: 0.7;
}

.news-articles .sidebar .news-ad img {
	width: 100%;
	max-width: none;
}

.articles-list {
	margin-bottom: 60px;
}

.articles-list.full-content .img-wrap {
	width: 100%;
	margin: 0;
}

.articles-list.full-content .text {
	width: 100%;
	text-align: center;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

.articles-list.full-content .share-wrap {
	float: right;
	position: relative;
	bottom: auto;
	top: 20px;
}

.articles-list .listing-item {
	letter-spacing: -4px;
	position: relative;
}

.articles-list .listing-item:not(.three-up) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.articles-list .listing-item + .listing-item {
	margin-top: 45px;
}

.articles-list .listing-item.three-up .img-wrap {
	float: none;
	width: 100%;
}

.articles-list .listing-item.three-up .img-wrap a {
	margin: 0 -15px;
}

.articles-list .listing-item.three-up .img-wrap .image {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.articles-list .listing-item.three-up .share-wrap {
	float: right;
	position: relative;
	bottom: auto;
	top: 20px;
}

.articles-list .listing-item.three-up .text {
	width: 100%;
	text-align: center;
	display: block;
	white-space: normal;
	padding: 15px 40px 0;
}

.articles-list .listing-item.three-up h2,
.articles-list .listing-item.three-up p {
	display: block;
}

.articles-list .listing-item.three-images .img-wrap a {
	padding: 0;
}

.articles-list .img-wrap {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	letter-spacing: 0;
}

.articles-list .img-wrap a {
	position: relative;
	display: block;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
	padding-top: 56.25%; /* 16:9 */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.articles-list .img-wrap a .jwplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.articles-list .img-wrap a:hover {
	opacity: 0.92;
}

.articles-list .img-wrap.artilce_ext_video a {
	padding-top: 0;
}

.articles-list .img-wrap.artilce_ext_video a iframe {
	z-index: -1;
}

.articles-list .text {
	white-space: nowrap;
	text-align: center;
	letter-spacing: 0;
	width: 50%;
	padding: 25px 40px 0;
	font: italic 18px/1.2 "DidotLTStd", serif;
	text-align: left;
	color: #000;
}

.articles-list .text:after {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 100%;
}

.articles-list .text > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 99%;
}

.articles-list .text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	font-family: 'CircularStd';
	font-style: normal;
}

.articles-list .text.has-logo {
	padding-top: 50px;
	position: relative;
}

.articles-list .text.has-logo .logo-wrap {
	position: absolute;
	top: 0;
	left: 30px;
	max-width: 200px;
}

.articles-list h2 {
	font-family: 'CircularStd';
	font-weight: 600;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 23px;
	text-transform: none;
}

.articles-list h2 a {
	color: #000;
}

.articles-list h2 a:hover {
	color: #444;
}

.articles-list .share-wrap {
	position: absolute;
	right: 15px;
	bottom: 5px;
	line-height: 1;
	z-index: 9;
}

.articles-list .share-wrap .icon-open {
	font-size: 25px;
}

.articles-list .share-wrap .icon-open:hover {
	opacity: 0.7;
}

.no-facet .articles-list .listing-item.three-up .img-wrap .image img {
	width: 100%;
}

.main-ad {
	padding: 0 0 60px;
	text-align: center;
	clear: both;
}

.main-ad a {
	display: block;
	max-width: 728px;
	margin: 0 auto;
}

.main-ad a:hover {
	opacity: 0.7;
}

.main-ad p {
	margin-bottom: 0;
}

.main-ad.ads_above_secondary_tile {
	padding: 20px 0 30px;
}

.main-ad.ads_cats_and_header {
	padding: 45px 0 0;
}

.main-ad.ads_cats_and_content {
	padding: 40px 0 0;
	background: #fff;
	position: relative;
	z-index: 1;
}

.main-ad.ads_after_banner {
	padding-bottom: 30px;
}

.main-ad.ads_before_first_content {
	padding: 0 0 30px;
}

.main-ad.ads_before_promotional {
	padding-top: 0;
}

.main-ad iframe {
	margin-bottom: 0;
}

#ad-above-header-nav {
	padding: 0;
}

.header-ad-container .main-ad {
	padding: 0px;
}

.sidebar .main-ad {
	padding: 0 0 60px;
}

.sidebar .main-ad iframe {
	margin: 0;
}

.promo-first-load {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-top: 0;
}

.promo-full-width {
	text-align: center;
	padding-bottom: 60px;
	background: #fff;
}

.promo-full-width .h3 {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-style: normal;
}

.promo-full-width .img-wrap img {
	width: 100%;
	max-width: none;
}

.promo-full-width .img-wrap a {
	display: block;
	position: relative;
	z-index: 1;
}

.promo-full-width .video-wrap {
	position: relative;
	min-height: 700px;
	overflow: hidden;
}

.promo-full-width .video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
}

.promo-full-width .promo-desc {
	font-style: italic;
	font-weight: 100;
	font-size: 18px;
	padding: 60px 0 0;
}

.articles-three {
	padding: 40px 0;
}

.articles-three .news-articles {
	float: none;
}

.articles-three .main-content {
	width: 93%;
}

.articles-three .listing-container {
	float: right;
	width: 80%;
}

.articles-three .listing-container.no-facet {
	float: none;
	width: 100%;
}

.articles-three .listing-container.no-facet .container {
	padding: 0;
}

.articles-three .listing-container .container {
	max-width: 100%;
}

.articles-three .main-ad {
	margin-left: -25%;
}

.articles-three .promo-full-width {
	margin: 0 -15px 0 -26%;
}

.articles-three .promo-desc {
	padding: 20px 15px;
}

.article-filter {
	float: left;
	width: 15%;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
}

.article-filter input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.article-filter input[type="checkbox"] + label {
	font-size: 14px;
	line-height: 1;
}

.article-filter input[type="checkbox"] + label:before {
	width: 13px;
	height: 13px;
}

.article-filter input[type="checkbox"]:checked + label:before {
	background-position: 0 -13px;
}

.article-filter .drop {
	display: none;
	margin-bottom: 15px;
}

.article-filter ul {
	max-height: 120px;
	overflow: auto;
}

.article-filter ul li {
	position: relative;
	padding: 0 35px 0 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.article-filter h2 {
	border-bottom: 1px solid #cacaca;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 500;
}

.article-filter h2.open a:before {
	opacity: 0;
}

.article-filter h2 a {
	display: block;
	padding-right: 22px;
	position: relative;
}

.article-filter h2 a .close-shows {
	display: none;
}

.article-filter h2 a:hover {
	color: #444;
}

.article-filter h2 a:before,
.article-filter h2 a:after {
	content: "";
	background: #444;
	width: 1px;
	height: 11px;
	position: absolute;
	top: 7px;
	right: 11px;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}

.article-filter h2 a:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.article-filter .badge {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}

.article-filter .btn {
	display: block;
	padding: 12px 40px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.article-filter .btn:hover {
	border-color: #000;
}

.article-filter .btn.btn-close,
.article-filter .btn.btn-show {
	display: none;
	border-color: #000;
}

.article-filter .btn:hover i:before {
	color: #fff;
}

.article-filter .btn i:before {
	-webkit-transition: color 0.3s ease;
	        transition: color 0.3s ease;
	color: #000;
}

.article-filter .btn-block {
	padding-top: 20px;
}

.article-filter .btn-block ul li.show-mobile {
	display: none;
}

.article-filter .btn-block ul li a {
	display: block;
	margin: 0;
	padding: 12px;
	-webkit-transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
	        transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.article-filter .close-shows {
	font-size: 12px;
	color: #000;
	display: none;
	cursor: pointer;
	margin-bottom: 5px;
}

.filter-active {
	overflow: hidden;
}

.filter-active .filter-wrap {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.filter-wrap .btn-show {
	position: relative;
	border-color: #000;
}

.filter-wrap .close {
	display: block;
	position: absolute;
	top: 17px;
	right: 12px;
	width: 15px;
	height: 15px;
	z-index: 5;
}

.filter-wrap .close:before,
.filter-wrap .close:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #626262;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.filter-wrap .close:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.article-series-block {
	padding: 40px 0;
}

.manual_spacer + .article-series-block {
	padding-top: 0;
}

.series-block-wrap + .series-block-wrap {
	margin-top: 80px;
}

.series-block-wrap .manual_spacer {
	margin-bottom: -80px;
}

.series-block-wrap:last-child .manual_spacer {
	margin-bottom: 0;
}

.series-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.series-item + .series-item {
	margin-top: 80px;
}

.series-item.alt-series .img-wrap {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.series-item.alt-series .text .text-wrap {
	text-align: left;
}

.series-item .img-wrap {
	width: 60%;
}

.series-item .img-wrap img {
	width: 100%;
	max-width: none;
}

.series-item .img-wrap a:hover {
	opacity: 0.7;
}

.series-item .text {
	width: 40%;
	padding: 0 50px 50px;
	min-height: 100%;
	white-space: nowrap;
}

.series-item .text:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 100%;
}

.series-item .text .logo-wrap {
	max-width: 150px;
}

.series-item .text .logo-wrap a:hover {
	opacity: 0.7;
}

.series-item .text .text-wrap {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	letter-spacing: 5px;
	color: #000;
}

.series-item .text h2 {
	margin: 0 0 5px;
	line-height: 1.2;
	font-weight: 500;
}

.series-item .text p {
	margin-bottom: 45px;
}

.articles-landing .listing-item .img-wrap {
	width: 50%;
}

.articles-landing .logo-wrap {
	max-width: 100px;
}

.articles-landing .text {
	min-height: 100%;
	white-space: nowrap;
	width: 50%;
	padding: 0 35px 0 25px;
}

.articles-landing .text:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	min-height: 100%;
}

.articles-landing .text-wrap {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	margin: 0 0 33px;
}

.ext-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.ext-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -1;
}

.new-release-wrapper {
	max-height: 240px;
	overflow: hidden;
	position: relative;
}

.new-release-wrapper h2 {
	font-size: 60px;
	font-weight: 700;
	margin: 0 0 40px;
	text-align: center;
	text-transform: lowercase;
	font-family: "GT Eesti Pro Disp Trial UBold", "Arial", "Helvetica", sans-serif;
}

.new-release-wrapper ul {
	list-style: none;
	padding: 0;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.new-release-wrapper ul::after {
	background: #fff;
	bottom: 0;
	content: '';
	height: 13px;
	left: 0;
	position: absolute;
	width: 100%;
}

.new-release-wrapper ul .count {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 100px;
	margin-right: 20px;
	text-align: center;
	width: 30px;
}

.new-release-wrapper ul .list-content span {
	font-size: 12px;
	line-height: 1;
}

.new-release-wrapper ul .list-content > a {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.new-release-wrapper ul a:hover,
.new-release-wrapper ul a:focus {
	color: #6aa4e6;
}

.new-release-wrapper ul img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 40px;
}

#footer {
	padding: 0 0 50px;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	color: #fff;
	background: #000;
	margin: 50px 0 0;
}

#footer .container {
	max-width: 100%;
	padding: 0 40px;
	width: 100%;
}

#footer a {
	color: #fff;
}

#footer a:hover,
#footer a:focus {
	color: #6aa4e6;
}

.readmore-section {
	text-align: center;
	padding: 0 0 45px;
}

.readmore-section a {
	color: #000;
	font-size: 22px;
	font-style: italic;
	font-family: "Garamond", "EB Garamond", "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.footer-top {
	margin: 0 0 25px;
	background: #111414;
	padding: 10px 40px;
	width: 100%;
}

.footer-top ul {
	line-height: 45px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-block {
	float: left;
	width: 33%;
	padding: 0 15px;
}

.footer-logo {
	float: right;
	height: 43px;
	width: 140px;
}

.footer-top-nav {
	float: left;
}

.footer-top-nav li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
}

.footer-top-nav li + li {
	margin-left: 15px;
}

.footer-network {
	float: right;
}

.footer-network ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
}

.footer-network ul li + li {
	margin-left: 25px;
}

.footer-network ul li a {
	background: #333;
	border-radius: 50%;
	display: block;
	font-size: 20px;
	height: 45px;
	line-height: 50px;
	text-align: center;
	width: 45px;
}

.footer-network ul li a:hover,
.footer-network ul li a:focus {
	background: #333;
	color: #6aa4e6;
}

.footer-network a {
	color: #fff;
}

.footer-nav {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	float: left;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 -15px;
	text-transform: uppercase;
	width: auto;
}

.footer-nav .title {
	display: block;
	font-style: italic;
	margin-bottom: 30px;
}

.footer-nav ul li + li {
	margin-top: 15px;
}

.footer-nav ul a:hover {
	color: #6aa4e6;
}

.footer-nav-wrap {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	padding: 0 15px;
	width: 213px;
}

.footer-nav-wrap ul {
	font-size: 14px;
}

.footer-nav-wrap:last-child {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.footer-nav-wrap:last-child li + li {
	margin-top: 30px;
}

.footer-image {
	float: left;
	margin-left: 10%;
	padding: 0 15px;
	text-align: left;
	width: 25%;
}

.footer-image .img-wrap {
	max-width: 45%;
	float: left;
	position: relative;
	z-index: 1;
}

.footer-image .img-wrap img {
	max-width: none;
	width: 100%;
}

.footer-image .subscribe-text-1 {
	display: block;
	font-style: italic;
	font-weight: 700;
}

.footer-image .subscribe-text-2 {
	display: block;
	line-height: 1.2;
	margin-top: 70px;
}

.footer-image .btn-wrap {
	float: right;
	max-width: 45%;
	position: relative;
	text-transform: uppercase;
}

.footer-image .btn-wrap .subs-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.footer-image .btn-wrap .subs-btn ~ .btn.btn-primary {
	background: #000;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	        transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-image .btn-wrap .subs-btn:hover ~ .btn.btn-primary {
	background-color: transparent;
	color: #000;
}

.footer-image .btn-wrap .subs-btn:focus ~ .btn.btn-primary,
.footer-image .btn-wrap .subs-btn:active ~ .btn.btn-primary,
.footer-image .btn-wrap .subs-btn:visited ~ .btn.btn-primary {
	background-color: #000;
	color: #fff;
}

.footer-image .btn.btn-primary {
	position: relative;
	background: transparent;
}

.footer-form {
	color: #000;
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	font-size: 20px;
	padding: 30px 15px 0;
	width: 400px;
}

.footer-form .subscribe {
	display: block;
	font-family: 'GT Eesti Pro Disp Trial UBold', sans-serif;
	font-size: 24px;
	margin-bottom: 0;
	text-transform: lowercase;
}

.footer-form p {
	margin-bottom: 10px;
}

.footer-form .subscribe-form {
	padding-right: 149px;
	position: relative;
}

.footer-form .footer-mailchimp {
	display: none;
}

.footer-form .footer-mailchimp.loading {
	opacity: 0.5;
}

.footer-form .footer-mailchimp.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.footer-form .submit-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-form .submit-wrap .btn {
	width: 150px;
	padding: 13px 15px 12px;
}

.footer-form #mc_embed_signup form {
	padding-left: 0;
	padding-right: 3%;
}

.footer-form #mc_embed_signup .mc-field-group {
	width: 100%;
}

.footer-form #mc_embed_signup .mc-field-group label {
	display: none;
}

.footer-form #mc_embed_signup .mc-field-group input {
	border-radius: 0;
	padding: 5px 10px;
	height: 42px;
	text-indent: 0;
	border-color: transparent;
	font-weight: 400;
	font-size: 16px;
}

.footer-form #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.footer-form #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.footer-form #mc_embed_signup .mc-field-group input::placeholder {
	color: rgba(0, 0, 0, 0.4);
}

.footer-form #mc_embed_signup .clear {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

.footer-form #mc_embed_signup .button {
	font-family: 'BrandonGrotesque', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 18px;
	display: block;
	background: #000;
	border-color: #000;
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	border-radius: 0;
	width: 100%;
	height: auto;
	border: 1px solid #000;
	-webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
	        transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.footer-form #mc_embed_signup .button:hover {
	background: #fff;
	border-color: #d1d3d4;
	color: #000;
}

.footer-form #mc_embed_signup div#mce-responses {
	width: 100%;
	padding: 0;
	margin: 0;
	top: auto;
}

.footer-form #mc_embed_signup div.response {
	padding: 0;
	margin: 0;
	width: 100%;
	top: auto;
	font-size: 13px;
}

.footer-form #mc_embed_signup_scroll {
	position: relative;
	padding: 0 149px 0 0;
}

.footer-form #mc_embed_signup_scroll h2 {
	display: none;
}

.subscribe-form .mc-field-group label {
	display: none;
}

.footer-bottom {
	clear: right;
	float: right;
	font-size: 14px;
	margin-top: 20px;
	text-align: right;
	width: 32%;
}

.footer-bottom .footer-text p {
	margin-bottom: 15px;
}

.footer-icons {
	float: right;
	width: 24%;
}

.footer-icons ul {
	text-align: center;
}

.footer-icons ul li {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	max-width: 150px;
}

.footer-icons ul li + li {
	margin-left: 25px;
}

.footer-icons img {
	vertical-align: middle;
}

.form-complete {
	font-size: 12px;
	font-family: "DidotLTStd", serif;
	font-style: italic;
	color: #444;
}

.form-complete.mega-form-complete {
	max-width: 350px;
	margin: 35px auto 0;
	text-align: center;
}

.column-block {
	font-family: "BrandonGrotesque", "Arial", "Helvetica", sans-serif;
	color: #000;
	margin: 0 0 80px;
	padding: 0 10px;
}

.page-template-template-icon-homepage .column-block {
	padding-bottom: 0;
}

.column-block .container {
	max-width: 100%;
	padding: 0 30px;
}

.column-block .img-wrap a {
	display: block;
	position: relative;
	padding-top: 70%;
	height: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.column-block .img-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: -1;
}

.column-block .video-wrap {
	overflow: hidden;
}

.column-block .video-wrap a {
	display: block;
	position: relative;
	padding-top: 70%;
}

.column-block .video-wrap video,
.column-block .video-wrap .jwplayer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	min-width: 100%;
}

.column-block .item {
	float: left;
}

.column-block .two-cols {
	margin: 0 -40px 50px;
}

.column-block .two-cols .item {
	padding: 0 50px;
	width: 50%;
}

.column-block .two-cols .item h1 {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	font-family: 'CircularStd';
	font-weight: 500;
}

.column-block .three-cols {
	margin: 0 -30px 40px;
}

.column-block .three-cols .item {
	padding: 0 30px;
	width: 33.33%;
}

.column-block .three-cols .item .video-wrap a,
.column-block .three-cols .item .img-wrap a {
	padding-top: 142.857142857%;
}

.column-block .three-cols .item h1 {
	padding: 10px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	font-family: 'CircularStd';
}

.column-block .col {
	max-width: 1600px;
	margin: 0 auto 40px;
	text-align: center;
}

.column-block .col .item {
	float: none;
}

.column-block .col .video-wrap,
.column-block .col .img-wrap {
	margin-bottom: 25px;
}

.column-block .col .video-wrap a,
.column-block .col .img-wrap a {
	padding-top: 56.25%;
}

.column-block .col .text {
	max-width: 550px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	color: #000;
}

.column-block .col .text p {
	font-family: 'CircularStd';
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}

.column-block .col h1 {
	font-family: 'Austin';
	font-size: 46px;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 20px;
}

#nav ul li a {
	font-family: 'CircularStd';
}

#nav ul li a:after {
	border-bottom-color: #6aa4e6;
}

@media (min-width: 768px) {

.column-count {
	-webkit-column-gap: 100px;
	        column-gap: 100px;
}

.column-count.column-2 {
	-webkit-column-count: 2;
	        column-count: 2;
}

.column-count.column-3 {
	-webkit-column-count: 3;
	        column-count: 3;
}

.column-count.column-4 {
	-webkit-column-count: 4;
	        column-count: 4;
}

}

@media (max-width: 1023px) and (min-width: 769px) {

.footer-nav-wrap:last-child img {
	max-width: 250px;
	width: 100%;
}

}

@media (max-width: 1024px) and (min-width: 768px) {

.footer-nav {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

}

@media (max-width: 1799px) {

.articles-three .promo-full-width {
	margin-left: -27%;
}

.series-item .text {
	padding: 0 40px 50px;
}

.series-item .text .text-wrap {
	letter-spacing: 3px;
}

}

@media (max-width: 1399px) {

.article-filter {
	width: 18%;
}

}

@media (max-width: 1279px) {

.news-detail-block .main-content {
	width: 93%;
	margin: 0;
}

}

@media (max-width: 1199px) {

.home-banner a {
	white-space: nowrap;
	text-align: center;
}

.home-banner a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 650px;
}

.home-banner a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.secondary-banner .container {
	white-space: nowrap;
	text-align: center;
}

.secondary-banner .container:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 650px;
}

.secondary-banner .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.aside {
	margin-right: 10px;
}

.promo-full-width .video-wrap {
	min-height: 576px;
}

.series-item .text .text-wrap {
	letter-spacing: 2px;
}

.footer-image .btn.btn-primary {
	padding: 15px 40px;
}

}

@media (max-width: 1099px) {

a[class^="addthis_button_"] {
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
}

.addthis_button_sms .icon,
.addthis_button_email_alt .icon {
	line-height: 44px;
}

a.addthis_button_flipboard {
	line-height: 38px !important;
}

.listing-item .addthis_toolbox {
	width: 400px;
}

.share-extend .share-opener {
	width: 44px;
	height: 44px;
}

.share-extend .share-opener i {
	top: 10px;
	line-height: 44px;
}

.inner-detail .share-extend .inner-share {
	margin-right: -176px;
	width: 308px;
}

#footer .container {
	padding: 0 20px;
}

.footer-form .subscribe-form {
	padding-right: 99px;
}

.footer-form .submit-wrap .btn {
	width: 100px;
}

}

@media (max-width: 1024px) {

.news-list-nav {
	height: 68px;
}

.news-list-nav .container {
	padding: 0;
}

.news-list-nav ul {
	height: 70px;
	white-space: nowrap;
	overflow: auto;
	border-bottom: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow: -moz-scrollbars-none;
}

.footer-image {
	text-align: center;
	margin-left: 0;
}

.footer-image .img-wrap {
	float: none;
	margin: 0 auto 10px;
	max-width: 100%;
}

.footer-image .subscribe-text-2 {
	margin-top: 10px;
}

.footer-image .btn-wrap {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}

.footer-bottom {
	width: 30%;
}

}

@media (max-width: 1023px) {

.home-banner a {
	white-space: nowrap;
	text-align: center;
}

.home-banner a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 600px;
}

.home-banner a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.secondary-banner .container {
	white-space: nowrap;
	text-align: center;
}

.secondary-banner .container:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 600px;
}

.secondary-banner .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner {
	white-space: nowrap;
	text-align: center;
}

.banner:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 300px;
}

.banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner h1 {
	font-size: 60px;
	letter-spacing: 6px;
}

.banner h1 {
	font-size: 35px;
	letter-spacing: 4px;
}

.inner-banner {
	min-height: 400px;
}

.inner-banner:after {
	min-height: 400px;
}

a[class^="addthis_button_"] {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
}

a[class^="addthis_button_"].hide-desktop {
	display: block !important;
}

a[class^="addthis_button_"].hide-mobile {
	display: none !important;
}

.addthis_button_sms .icon,
.addthis_button_email_alt .icon {
	line-height: 40px;
}

.listing-item .addthis_toolbox {
	width: 246px;
}

.share-extend {
	display: none;
}

.share-extend .share-opener {
	width: 40px;
	height: 40px;
}

.share-extend .share-opener i {
	width: 17px;
	height: 17px;
	top: 10px;
}

.toggle-share {
	width: 42px;
	height: 42px;
	position: absolute;
	top: -42px;
	left: -37px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
}

.toggle-share:before {
	content: "\e916";
	font-family: 'icomoon';
	font-size: 20px;
	position: absolute;
	top: 6px;
	left: 10px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.toggle-share i.x-close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	opacity: 0;
	visibility: hidden;
}

.toggle-share i.x-close:before,
.toggle-share i.x-close:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 11px;
	height: 18px;
	width: 2px;
	background: #fff;
}

.toggle-share i.x-close:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.toggle-share i.x-close:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.sharemobile {
	width: 200px;
	position: absolute;
	right: 37px;
	bottom: 0;
	text-align: right;
	z-index: -1;
	height: 42px;
	overflow: hidden;
}

.sharemobile .addthis_toolbox {
	position: absolute;
	top: 0;
	right: -100%;
	background: black;
	-webkit-transition: right 0.3s linear;
	        transition: right 0.3s linear;
	height: 42px;
}

.sharemobile svg {
	fill: #fff;
	max-width: 24px;
	height: 35px !important;
}

.sharemobile i.icon {
	padding: 0px 5px;
	color: #fff;
	font-size: 14px;
}

.open-sharemobile .toggle-share:before {
	display: none;
}

.open-sharemobile .toggle-share i.x-close {
	opacity: 1;
	visibility: visible;
}

.open-sharemobile .sharemobile .addthis_toolbox {
	right: 0;
}

.articles-block .share-block {
	position: fixed;
	bottom: 15px;
	right: 15px;
	-webkit-transition: bottom 0.3s linear;
	        transition: bottom 0.3s linear;
}

.aside .sharemobile a[class^="addthis_button_"] {
	background: none;
	color: #000000;
	max-width: 30px !important;
	float: left;
	display: inline-block !important;
	width: auto !important;
	line-height: 42px;
}

.aside .sharemobile a[class^="addthis_button_"].hide-mobile {
	display: none !important;
}

.inner-detail .share-extend .inner-share {
	margin-right: -200px;
	width: 240px;
}

.inner-detail .addthis_toolbox a {
	float: left;
	width: 20% !important;
}

.heading-title h1 {
	font-size: 30px;
}

.article-lists .article-item {
	width: 50%;
}

.fs-images .item-wrap {
	padding: 0 15px;
}

.fs-images .item {
	padding: 0 15px 40px;
}

.articles-list {
	margin-bottom: 40px;
}

.articles-list {
	margin-bottom: 20px;
}

.articles-list .listing-item.three-up .img-wrap a {
	margin: 0 -10px;
}

.articles-list .listing-item.three-up .img-wrap .image {
	padding: 0 10px;
}

.articles-list .img-wrap {
	width: 100%;
}

.articles-list .text {
	width: 100%;
	padding-left: 15px;
}

.articles-list .text.has-logo .logo-wrap {
	left: 15px;
}

.main-ad {
	padding: 0 0 40px;
}

.promo-full-width .video-wrap {
	min-height: 432px;
}

.articles-three .listing-container {
	width: 74%;
}

.articles-three .listing-container.no-facet {
	width: 100%;
}

.articles-three .main-ad {
	margin-left: -35%;
}

.articles-three .promo-full-width {
	margin-left: -38%;
}

.article-filter {
	width: 24%;
}

.article-filter ul li {
	margin-bottom: 30px;
}

.article-filter h2 {
	letter-spacing: 0;
	font-size: 12px;
}

.series-item .img-wrap {
	width: 55%;
}

.series-item .text {
	width: 45%;
	padding: 0 20px 30px;
}

.series-item .text .text-wrap {
	font-size: 14px;
	line-height: 1.25;
}

.series-item .text p {
	margin-bottom: 30px;
}

.readmore-section a {
	font-family: "DidotLTStd", serif;
}

.footer-block {
	width: 50%;
}

.footer-logo {
	clear: both;
	float: none;
	height: 55px;
	margin: 30px auto 0;
	width: 200px;
}

.footer-network ul {
	text-align: center;
}

.footer-nav {
	margin: 0 0 40px;
	width: 100%;
}

.footer-form {
	float: none;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-top: 50px;
}

.footer-bottom {
	width: 100%;
	text-align: center;
}

.footer-icons {
	float: none;
	width: 100%;
}

.form-complete p {
	padding-bottom: 5px;
}

.column-block .container {
	padding: 0 15px;
}

.column-block .two-cols {
	margin: 0 -15px 30px;
}

.column-block .two-cols .item {
	padding: 0 15px;
}

.column-block .three-cols {
	margin: 0 -15px 30px;
}

.column-block .three-cols .item {
	padding: 0 15px;
}

}

@media (max-width: 991px) {

.container-withsidebar {
	float: none;
	width: 100%;
}

.news-articles .main-content {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.news-articles .sidebar {
	display: none;
}

}

@media (max-width: 812px) {

.new-release-wrapper ul li {
	margin: 0 20px;
}

.new-release-wrapper ul img {
	margin-right: 20px;
}

.footer-image {
	float: none;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

}

@media (max-width: 767px) {

.home-banner h1 {
	font-size: 18px;
	letter-spacing: 1px;
}

.home-banner a {
	white-space: nowrap;
	text-align: center;
}

.home-banner a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 300px;
}

.home-banner a > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.secondary-banner .container {
	white-space: nowrap;
	text-align: center;
}

.secondary-banner .container:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 300px;
}

.secondary-banner .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner {
	white-space: nowrap;
	text-align: center;
}

.banner:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 200px;
}

.banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.inner-banner {
	min-height: 250px;
}

.inner-banner:after {
	min-height: 250px;
}

.inner-banner h1 {
	font-size: 26px;
	letter-spacing: 1px;
}

.inner-banner h2 {
	font-size: 18px;
}

.device-ios .listing-item .addthis_toolbox {
	bottom: 39px;
}

.device-android .listing-item .addthis_toolbox {
	bottom: 39px;
}

.listing-item .addthis_toolbox {
	bottom: 41px;
	position: static;
	margin: -40px -16px 0 0;
}

.hide-desktop {
	display: block !important;
}

.hide-mobile {
	display: none !important;
}

.not-found-page {
	height: auto;
}

.content-gallery {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	-webkit-transition: margin .4s ease;
	        transition: margin .4s ease;
}

.content-gallery.gallery-loaded .gallery-placeholder {
	opacity: 0;
}

.content-gallery.gallery-loaded .gallery-item {
	opacity: 1;
}

.content-gallery.slider-expanded {
	padding-bottom: 0;
	margin: 0 -15px;
}

.content-gallery.slider-expanded .gallery-placeholder {
	padding: 0;
}

.content-gallery.slider-expanded .gallery {
	position: relative;
}

.content-gallery.slider-expanded .gallery-item {
	-webkit-transform: translate(0, 0) scale(1) !important;
	    -ms-transform: translate(0, 0) scale(1) !important;
	        transform: translate(0, 0) scale(1) !important;
}

.content-gallery.slider-expanded .slide-count {
	display: none;
}

.content-gallery.slider-expanded .slide-toggle {
	opacity: 0;
}

.content-gallery.slider-expanded .slide-toggle.slide-close {
	position: fixed;
	opacity: 1;
	bottom: 15px;
	right: 15px;
}

.content-gallery.slider-expanded.slider-viewed .slide-toggle.slide-close {
	opacity: 0;
}

.content-gallery.slider-expanded.slider-viewed.slider-leaving .slide-toggle.slide-close {
	position: absolute;
	bottom: 15px;
	opacity: 1;
}

.content-gallery.slider-expanded.slider-leaving .slide-toggle.slide-close {
	opacity: 0;
}

.content-gallery .gallery-pagination {
	display: none;
}

.content-gallery .gallery-placeholder {
	display: block;
	padding-top: 142%;
	background: #ddd;
	position: relative;
}

.content-gallery .gallery-placeholder .spinner {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.content-gallery .gallery {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.content-gallery .gallery-item {
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	opacity: 0;
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	        transform-origin: bottom;
}

.content-gallery .gallery-item:nth-child(1) {
	z-index: 4;
}

.content-gallery .gallery-item:nth-child(2) {
	z-index: 3;
}

.content-gallery .gallery-item:nth-child(3) {
	z-index: 2;
}

.content-gallery .slide-count {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
	border-radius: 2px;
	font-style: normal;
}

.content-gallery .slide-toggle {
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: absolute;
	width: 28px;
	height: 28px;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 80;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	padding: 7px 9px;
}

.content-gallery .slide-toggle.slide-close {
	padding: 11px 9px;
	opacity: 0;
}

.content-gallery .slide-toggle.slide-close:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.content-gallery .slide-toggle:before {
	content: "";
	border-width: 2px 2px 0 0;
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	width: 10px;
	height: 10px;
	display: block;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.content-gallery .gallery-icon {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.content-gallery .gallery-icon img {
	margin-bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logged-in .content-gallery.slider-expanded .slide-toggle.slide-close {
	bottom: 58px;
}

.heading-block .container {
	max-width: 100%;
}

.category-list {
	padding: 20px 0 40px;
}

.category-list ul:before {
	bottom: -12px;
}

.author-block .auth {
	font-size: 16px;
}

.heading-title {
	margin-bottom: 20px;
}

.heading-title h1 {
	font-size: 24px;
}

.heading-title h2 {
	font-size: 16px;
	letter-spacing: 0;
}

.featured-gallery {
	margin: 0;
	padding-bottom: 25px;
	background: #fff;
}

.featured-slider {
	padding-top: 20px;
}

.featured-slider .slick-arrow {
	right: 60px;
	top: -20px;
}

.featured-slider .slick-arrow.slick-next {
	right: 15px;
}

.featured-slider .image-caption {
	padding: 10px 15px;
}

.featured-slider .image-caption p {
	margin-bottom: 10px;
}

.news-detail-block {
	padding: 0;
}

.news-detail-block .container {
	padding: 0;
}

.news-detail-block .main-content {
	font-size: 20px;
	line-height: 1.6;
	width: 100%;
}

.news-detail-block .main-content p {
	font-size: 20px;
}

.news-detail-block .main-content p span:not(.article-image-credit) {
	font-size: 14px;
}

.news-detail-block .main-content p span.quotation-style {
	font-size: 24px !important;
}

.news-detail-block .article-image-credit {
	font-size: 16px;
}

.news-detail-block .text {
	padding: 1px 15px;
	background: #fff;
}

.news-detail-block .text img {
	margin-left: -15px;
	margin-right: -15px;
	width: calc( 100% + 30px);
	max-width: none;
	display: block;
}

.news-list-wrap .container {
	padding: 0;
}

.aside {
	float: none;
	width: 100%;
	top: auto !important;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 5;
}

.page-info,
.gallery-pagination {
	padding: 4px 10px 0;
	margin-bottom: 8px;
	font-size: 12px;
}

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

.article-lists {
	margin: 0 -10px;
}

.article-lists .article-item {
	padding: 0 10px;
}

.content-gallery .slick-arrow {
	right: 60px;
}

.content-gallery .slick-arrow.slick-next {
	right: 15px;
}

.content-gallery .image-caption {
	padding: 10px 0;
}

blockquote,
.blockquote {
	font-size: 20px;
}

.fs-images .item-wrap {
	padding: 0;
}

.fs-images .item-wrap.portrait-wrap .item {
	width: 100%;
}

.fs-images .item {
	padding: 0 0 40px;
}

.fs-images .item .text-wrap .item-detail {
	padding: 15px 20px 0;
}

.fs-images .item .text-wrap.gallery-desc {
	text-align: center;
}

.news-list-nav {
	padding-top: 20px;
	height: 40px;
}

.news-list-nav ul {
	height: 50px;
}

.news-list-nav li {
	margin: 0 15px;
}

.news-list-nav li a {
	font-size: 14px;
}

.news-list-nav li a:hover:before {
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
}

.news-list-nav + .manual_spacer .main-ad iframe {
	margin-top: 30px;
}

.articles-block {
	padding-top: 20px;
	position: static;
}

.news-articles .main-content {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.news-articles .sidebar {
	display: none;
}

.articles-list.full-content .share-wrap {
	top: 14px;
	right: 5px;
}

.articles-list .listing-item:not(.three-up) {
	display: block;
}

.articles-list .listing-item + .listing-item {
	margin-top: 30px;
}

.articles-list .listing-item.three-up .share-wrap {
	top: 0;
	right: 10px;
}

.articles-list .listing-item.three-up .text {
	padding: 15px 30px 0;
}

.articles-list .img-wrap a {
	padding-top: 80%; /* 5:4 Aspect Ratio */
}

.articles-list .img-wrap.artilce_ext_video a {
	padding-top: 0;
}

.articles-list .text {
	font-size: 16px;
	padding: 15px 40px 0 15px;
}

.articles-list .text.has-logo {
	padding-top: 25px;
}

.articles-list .text.has-logo .logo-wrap {
	position: static;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}

.articles-list .share-wrap {
	position: relative;
	bottom: auto;
	top: 0;
	right: 10px;
	float: right;
}

.articles-list .share-wrap .icon-open {
	margin-right: 5px;
	position: absolute;
	top: 15px;
	right: 0;
}

.listing-container .container {
	padding: 0;
}

.main-ad {
	padding: 0 0 20px;
}

.main-ad.ads_cats_and_header {
	padding: 20px 0 0;
}

.main-ad.ads_cats_and_content {
	padding: 20px 0 0;
}

.sidebar .main-ad {
	margin-bottom: 30px;
}

.promo-full-width {
	padding-bottom: 20px;
}

.promo-full-width .video-wrap {
	min-height: 360px;
}

.promo-full-width .promo-desc {
	padding: 20px 0 0;
}

.articles-three .main-content {
	width: 100%;
}

.articles-three .listing-container {
	width: 100%;
	float: none;
}

.articles-three .main-ad {
	margin-left: -54%;
}

.articles-three .promo-full-width {
	margin-left: -58%;
}

.article-filter {
	width: 100%;
	float: none;
}

.article-filter .drop {
	border-bottom: 1px solid #cacaca;
}

.article-filter h2 {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.article-filter h2.open {
	margin: 0;
	border: none;
}

.article-filter h2.open a .close-shows {
	display: none;
	margin: 0;
}

.article-filter h2.open a .close-button {
	display: block;
}

.article-filter h2 a {
	padding-right: 100px;
}

.article-filter h2 a .close-shows {
	display: block;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;
	font-weight: 400;
}

.article-filter h2 a .close-button {
	display: none;
}

.article-filter h2 a:before,
.article-filter h2 a:after {
	top: 3px;
	display: none;
}

.article-filter .btn.btn-close,
.article-filter .btn.btn-show {
	display: block;
}

.article-filter .btn-block {
	position: absolute;
	bottom: 15px;
	left: 5px;
	right: 5px;
	padding: 0;
}

.article-filter .btn-block ul {
	letter-spacing: -4px;
}

.article-filter .btn-block ul li.show-mobile {
	display: inline-block;
	vertical-align: top;
}

.article-filter .btn-block ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px;
	letter-spacing: 0;
}

.article-filter .btn-block ul li a {
	border-color: #000;
}

.article-filter .btn-block ul li a:hover {
	font-weight: 600;
}

.article-filter .close-shows {
	display: block;
}

.sticky-filter.page-template-template-lookbook-finder #header,
.sticky-filter.page-template-template-runway-finder #header,
.sticky-filter.page-template-template-fashion-shoots-finder #header,
.sticky-filter.page-template-template-store-guide #header {
	display: none;
}

.sticky-filter .article-filter .btn.btn-show {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 22px 0;
	z-index: 999;
	display: block;
}

.filter-active.sticky-filter .article-filter .btn.btn-show {
	display: none;
}

.filter-wrap {
	padding: 20px 15px;
	display: none;
}

.filter-wrap .filter-list {
	overflow: auto;
	height: calc(100vh - 155px);
	margin-bottom: 85px;
}

.series-block-wrap + .series-block-wrap {
	margin-top: 40px;
}

.series-block-wrap .manual_spacer {
	margin-bottom: -40px;
}

.series-block-wrap:last-child .manual_spacer {
	margin-bottom: 0;
}

.series-item {
	display: block;
}

.series-item + .series-item {
	margin-top: 40px;
}

.series-item.alt-series .text .text-wrap {
	text-align: center;
}

.series-item .img-wrap {
	width: 100%;
	margin-bottom: 25px;
}

.series-item .text {
	width: 100%;
	padding: 0 15px;
}

.series-item .text .logo-wrap {
	margin-bottom: 35px;
}

.series-item .text .text-wrap {
	text-align: center;
}

.articles-landing .listing-item .img-wrap {
	width: 100%;
}

.articles-landing .logo-wrap {
	margin-bottom: 25px;
}

.articles-landing .text {
	width: 100%;
	padding: 25px 35px 0 0;
}

.articles-landing .text-wrap {
	margin: 0;
}

.new-release-wrapper h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.new-release-wrapper ul {
	padding: 0 10px;
	width: 100%;
	height: 180px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.new-release-wrapper ul li {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.new-release-wrapper ul li {
	margin: 0 10px;
}

.new-release-wrapper ul li {
	width: 100px;
}

.new-release-wrapper ul .count {
	display: none;
}

.new-release-wrapper ul .list-content > a {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.new-release-wrapper ul img {
	margin: 0 0 10px;
}

#footer {
	padding: 0 0 60px;
}

.readmore-section {
	padding: 15px 0 45px;
}

.footer-top {
	background: #000;
	margin-bottom: 40px;
	padding: 40px 20px 10px;
}

.footer-block {
	width: 100%;
	float: none;
	margin-bottom: 35px;
}

.footer-top-nav {
	float: none;
}

.footer-network {
	float: none;
}

.footer-nav {
	-ms-flex-flow: column wrap;
	    flex-flow: column wrap;
	float: none;
	margin: 0;
	padding: 10px 0 25px;
	text-align: center;
	width: 100%;
}

.footer-nav .title {
	display: none;
}

.footer-nav-wrap {
	width: 100%;
}

.footer-nav-wrap ul {
	font-size: 12px;
}

.footer-nav-wrap {
	float: none;
	margin: 30px auto 0;
	max-width: 50%;
}

.footer-nav-wrap:last-child li + li {
	margin-top: 20px;
}

.footer-nav-wrap:last-child {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.footer-image {
	margin-bottom: 0;
	width: 60%;
}

.footer-bottom .footer-text p {
	margin-bottom: 15px;
}

.column-block {
	padding: 0;
	margin: 0 0 40px;
}

.column-block .container {
	padding: 0;
}

.column-block .item {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.column-block .two-cols {
	margin: 0 -10px 0px;
}

.column-block .two-cols .item {
	width: 100%;
	padding: 0 10px;
}

.column-block .two-cols .item h1 {
	padding: 0 10px;
	margin-bottom: 0;
}

.column-block .three-cols {
	margin: 0 -10px 0px;
}

.column-block .three-cols .item {
	width: 100%;
	padding: 0 10px;
}

.column-block .three-cols .item .video-wrap a,
.column-block .three-cols .item .img-wrap a {
	padding-top: 90%;
}

.column-block .three-cols .item h1 {
	padding: 0 10px;
	margin-bottom: 0;
}

.column-block .col {
	margin-bottom: 30px;
}

.column-block .col .text {
	padding: 0 20px;
}

.column-block .col h1 {
	padding: 0 20px;
	font-size: 34px;
}

}

@media (max-width: 639px) {

.articles-three .main-ad {
	margin-left: 0;
}

.articles-three .promo-full-width {
	margin-left: -15px;
}

}

@media (max-width: 479px) {

.article-lists .article-item {
	width: 100%;
}

.news-list-nav li {
	margin: 0 10px;
}

.news-list-nav li a {
	font-size: 12px;
}

.articles-list .listing-item.three-up .img-wrap a {
	margin: 0 -3px;
}

.articles-list .listing-item.three-up .img-wrap .image {
	padding: 0 3px;
}

.articles-list h2 {
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 18px;
}

.promo-full-width .video-wrap {
	min-height: 200px;
}

.footer-form #mc_embed_signup form {
	padding: 0;
}

.footer-form #mc_embed_signup .clear {
	width: 110px;
}

.footer-form #mc_embed_signup .button {
	font-size: 14px;
}

.footer-form #mc_embed_signup_scroll {
	padding-right: 85px;
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotateZ(0) translateZ(0);
	        transform: rotateZ(0) translateZ(0);
}

100% {
	-webkit-transform: rotateZ(360deg) translateZ(0);
	        transform: rotateZ(360deg) translateZ(0);
}

}

@keyframes spin {

0% {
	-webkit-transform: rotateZ(0) translateZ(0);
	        transform: rotateZ(0) translateZ(0);
}

100% {
	-webkit-transform: rotateZ(360deg) translateZ(0);
	        transform: rotateZ(360deg) translateZ(0);
}

}

