img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Styles for Jetpack related posts
 */

/* Container */

div#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div#jp-relatedposts div.jp-relatedposts-items {
	clear: left;
}

div#jp-relatedposts div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs {
	position:relative;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

@media only screen and (max-width: 640px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	div#jp-relatedposts div.jp-relatedposts-items-visual {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 320px) {

	div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}p.comment-likes {
	height: 16px;
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin-left: -2px;
}

p.comment-not-liked {
	cursor: pointer;
}

p.comment-likes a.view-likers {
	text-decoration: underline;
	border: none;
}

div.comment-likes-overlay {
	color: rgb(85, 85, 85);
	position: absolute;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	/* Some O2 instances have elements with manually specified `z-index`, so
	 * we just set this to an arbitrary high value to make sure that the
	 * overlay is not covered up.
	 */
	z-index: 20000;
}

div.comment-likes-overlay div.inner {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin: 0;
	max-width: 310px;
	max-height: 250px;
	overflow: hidden;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

div.comment-likes-overlay div.inner a img {
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin: 2px 10px 2px 2px;
	vertical-align: middle;
}

div.comment-likes-overlay div.inner ul {
	margin: 0;
	padding: 0;
}

div.comment-likes-overlay div.inner ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
	/** Truncate people's names if they are too long. **/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.comment-likes-overlay div.inner ul.single li {
	width: 100%; /* one column */
}

div.comment-likes-overlay div.inner ul.double li {
	width: 50%; /* two columns */
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

div.comment-likes-overlay div.inner ul li a span.user-name {
	color: rgb(85, 85, 85);
}

p.comment-likes span.comment-like-feedback {
	font-size: 12px;
	line-height: 1.8em;
	opacity: .8;
	float: left;
	padding: 1px 0 0 5px;
	display: block !important;
}

a.comment-like-link:hover {
	background: transparent;
}

a.comment-like-link span {
	display: none;
}

a.comment-like-link {
	outline: none;
	border: 0 !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	line-height: 70%;
	background: transparent;
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
	-webkit-font-smoothing: antialiased;
	font-family: "Noticons";
	font-size: 20px;
	line-height: .9;
}

div.comment-likes-overlay span.icon {
	color: white;
	height: 100%;
	margin: 0;
	padding: 3px 0 1px 0;
}

a.comment-like-link:before {
	color: #2EA2CC;
	content: '\f408';
	width: 16px;
	display: inline-block;
}

a.comment-like-link.loading {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;

	opacity: 0;
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
	color: #f1831e;
	background: transparent;
}

/**
 * Styles for navigation.
 * Mostly copied from trunk/wp-content/mu-plugins/atlas/css/reader.css.
 */

div.comment-likes-overlay div .slider-nav {
	position: relative;
	clear: both;
	width: 310px;
	height: 40px;
	margin: 15px 0 -15px -12px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav em {
	font-style: normal;
}

div.comment-likes-overlay div .slider-nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .noticon {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

div.comment-likes-overlay div .slider-nav .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .position {
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	right: 40px;
	text-align:center;
}

div.comment-likes-overlay div .slider-nav .position div {
	display: inline;
}

div.comment-likes-overlay div .slider-nav .position em {
	display: inline-block;
	padding: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #bbb;
	cursor: pointer;
}

div.comment-likes-overlay div .slider-nav .position .on {
	color: #1e8cbe;
}

/**
 * Styles for Swipe.
 * Copied from the Swipe README.
 **/

div.comment-likes-overlay .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

div.comment-likes-overlay .swipe-wrap {
	overflow: hidden;
	position: relative;
}

/* @noflip */
div.comment-likes-overlay .swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(fa3f8d5db6418ef2a8fb2e113cfd06d2b51c8163.eot)  format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url(8115971b44095dc900251242fef2760e6994b920.)  format("woff"), url(e6d3496c1b0099fb74f527e11159cd2e595a2957.ttf)  format("truetype"), url(47fd60cf6c735e6b2aa41903af6460ede6bac1dc.svg)  format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(47fd60cf6c735e6b2aa41903af6460ede6bac1dc.svg)  format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
}

a:link,
a:hover,
a:visited {
  color: #eb1414;
  text-decoration: none;
}
a:link:hover,
a:hover:hover,
a:visited:hover {
  text-decoration: underline;
}

header a:link,
header a:hover,
header a:visited,
footer a:link,
footer a:hover,
footer a:visited {
  color: #fff;
  text-decoration: none;
}
header a:link:hover,
header a:hover:hover,
header a:visited:hover,
footer a:link:hover,
footer a:hover:hover,
footer a:visited:hover {
  text-decoration: underline;
}

html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Solido", "Tahoma", sans-serif;
}
body.single #desktop-left p {
  font-family: Tiempos, Georgia, serif;
}

img#st-track-px,
img#wpstats {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1080px) {
  body.logged-in #site-wrapper {
    margin-top: 32px;
  }
  body.logged-in #site-wrapper > header {
    top: 32px;
  }
  body.logged-in #site-wrapper > header.scrolled .fixed {
    top: 32px;
  }
}
@media screen and (max-width: 769px) {
  body.logged-in #site-wrapper {
    margin-top: 46px;
  }
  body.logged-in #site-wrapper.scrolled {
    margin-top: 46px;
  }
  body.logged-in #site-wrapper > header {
    top: 46px;
  }
  body.logged-in #site-wrapper > header.scrolled,
  body.logged-in #site-wrapper > header.scrolled .fixed {
    top: 0px;
  }
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: .83rem;
}

h6 {
  font-size: .75rem;
}

p {
  margin: 0 0 25px;
}

.fp-red {
  color: #eb1414;
}

.bold {
  font-weight: 800;
}

.load-more {
  float: left;
}

a.no-underline:hover {
  text-decoration: none;
  cursor: default;
}

.infinite-scroll-trigger {
  float: left;
  padding: 10px;
  background: #000;
  color: #fff;
}

span.description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.dynamic-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#desktop-left {
  background: #fff;
}
#desktop-left ol,
#desktop-left ul {
  list-style-type: disc;
  width: 100%;
  list-style-position: outside;
  display: inline-block;
  padding: 0 20px;
  margin: 0 10px;
  font-size: 15px;
  line-height: 28px;
}
#desktop-left ol li,
#desktop-left ul li {
  margin: 15px 0 0;
}
#desktop-left ol {
  list-style-type: decimal;
}

div.share-contain {
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 900px) {
  #desktop-left ol,
  #desktop-left ul {
    width: 70%;
    margin: 0 auto 25px;
    font-size: 16px;
    display: inherit;
  }
}
@media screen and (max-width: 1180px) {
  blockquote.pullquote-left, blockquote.pullquote-right {
    display: none;
  }
}
/* Fonts */
/*@font-face { font-family: 'entypo'; font-style: normal; font-weight: 400; src: url(d72f3fafd192123ef519703c035bf4841b8db5d2.eot) ; src: url(1ca041d913e5697b3925847599d782b08c384cad.eot)  format('ie9-skip-eot'), url(d42e970ba8b67217703b5399b6a7a16c3290cf61.woff)  format('woff'), url(0027c4f2ec8c8935c8219c12d37ab3109d978303.ttf)   format('truetype');
}*/
/* Solido */
@font-face {
  font-family: 'Solido';
  font-style: normal;
  font-weight: 400;
  src: url(5798221bea09f82f814b6d398205493d08f42956.eot)  format("eot"), url(fe77eaf433744a47062a4f7b79f72e2194807933.woff)  format("woff"), url(91dba563600599689dedab8b350492b686c4b8c6.ttf)  format("truetype");
}
@font-face {
  font-family: 'Solido';
  font-style: normal;
  font-weight: 800;
  src: url(b229316c15267a87584efeddb3918c0d5e27057b.eot)  format("eot"), url(c67d010410ae50bc63fa0b89c57b07309bfe6750.woff)  format("woff"), url(d8bbf4286cac7362778c312c67e4d3d15bc9de01.ttf)  format("truetype");
}
/* Solido Condensed */
@font-face {
  font-family: 'Solido Condensed';
  font-style: normal;
  font-weight: 600;
  src: url(b55a5ecedfbb9322f684d6be4c90690bf3c9897a.eot)  format("eot"), url(410390ff3f8d9ed5754c927c35fc0bd456a78aac.woff)  format("woff"), url(ebb5205ad8b83baa7efffbfd9554d864c4eb4e8e.ttf)  format("truetype");
}
@font-face {
  font-family: 'Solido Medium Italic';
  font-style: italic;
  font-weight: 500;
  src: url(b17e4eedfe7b7735fda12fe132f594d6402c969f.eot)  format("eot"), url(39464416acc0e1d13ff6914a2c9efeaadbbacfe5.svg)  format("svg"), url(a907f36db5f68f66d672c3e9cab9a60e51286f79.ttf)  format("ttf"), url(1d678197ab756671f2d83a1007ca57b3f6797c3e.woff)  format("woff");
}
/* Tiempos */
@font-face {
  font-family: 'Tiempos';
  font-style: normal;
  font-weight: 400;
  src: url(3f5499375b71bcd8922a073f9e671210c1ad95ff.woff)  format("woff");
}
@font-face {
  font-family: 'Tiempos';
  font-style: normal;
  font-weight: 600;
  src: url(c015b9de525a75818a3689615f554cc8da8693e2.woff)  format("woff");
}
#super-header {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.brightred {
  color: #eb1414;
}
.brightred a {
  color: #eb1414;
}

.hidden {
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
}

p {
  font-family: "Tiempos", Georgia, serif;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.8rem;
  margin: 1.5rem 0 0 0;
}
p img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}

.loading {
  height: 25px;
  width: 25px;
  background-image: url(41175dd02f62062e7e42e8f8a42107ed0b3992eb.gif) ;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
}

#site-wrapper {
  float: left;
  background: #fff;
  z-index: 9;
  position: relative;
  width: 100%;
}

#content-wrapper {
  min-width: 20rem;
  max-width: 80rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.025rem 0;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  background: #fff;
}
#content-wrapper #post-category {
  display: none;
}
#content-wrapper h1 {
  font-family: "Tiempos", georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 1.875rem;
  text-align: center;
  padding: 3.5rem 2rem .5rem;
}
#content-wrapper .article-meta {
  padding-bottom: 4rem;
}
#content-wrapper .article-meta p.dek {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-align: center;
  line-height: 1.375rem;
  text-transform: none;
  margin: 0;
  padding: .5rem 2rem 1rem;
}
#content-wrapper .article-meta ul {
  border: none;
}
#content-wrapper .article-meta ul li {
  border: none;
}
#content-wrapper .article-meta ul li.author {
  font-size: .99em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Solido", Tahoma, sans-serif;
  letter-spacing: 1px;
  width: 100%;
  padding: 0;
  float: none;
  text-align: center;
}
#content-wrapper .article-meta ul li.date, #content-wrapper .article-meta ul li.contact {
  display: none;
}
#content-wrapper #breaking-nav, #content-wrapper #voices-sidebar-nav {
  float: right;
  font-size: 1.125rem;
  font-weight: 600;
}
#content-wrapper #breaking-nav button.up, #content-wrapper #breaking-nav button.down, #content-wrapper #voices-sidebar-nav button.up, #content-wrapper #voices-sidebar-nav button.down {
  height: 20px;
  width: 20px;
  border: none;
  margin: 0 0 0 .2rem;
  background: url(bb7874a07eefd57b259cc28b93d85377f18aeb7e.png)  0% 0% no-repeat;
}
#content-wrapper #breaking-nav button.down, #content-wrapper #voices-sidebar-nav button.down {
  background: url(1c8a541447de2d4c9db9bac8106f0289889cef39.png)  0% 0% no-repeat;
  margin: 0 0 0 .7rem;
}
#content-wrapper #breaking-nav {
  margin: 10px 0 -10px;
}
#content-wrapper .mobile-ad-300-250 {
  width: 300px;
  height: 250px;
  background: #bada55;
}
#content-wrapper #post-category a {
  color: #1a1718;
}
#content-wrapper .post-content img.post-thumb {
  width: 100%;
  height: auto;
  margin: .625rem 0 0;
}
#content-wrapper #desktop-left {
  width: 100%;
}
#content-wrapper #desktop-right {
  width: 100%;
  float: right;
}
#content-wrapper #desktop-right .slate-header {
  font-size: 22px;
  line-height: 66px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #96989b;
  border-width: 1px 0;
  margin: 20px 0;
  text-transform: uppercase;
  font-family: "Solido", Tahoma, sans-serif;
}
#content-wrapper #desktop-right img.slate {
  margin-bottom: -5px;
}
#content-wrapper #desktop-right ul.slate {
  border-bottom: 1px solid #96989b;
  margin: 0 0 20px;
}
#content-wrapper #desktop-right ul.slate li {
  width: 100%;
  margin: 10px 0 22px;
  height: 1%;
  overflow: hidden;
}
#content-wrapper #desktop-right ul.slate li img {
  float: left;
}
#content-wrapper #desktop-right ul.slate li a {
  font-family: Solido, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #1a1718;
}
#content-wrapper #desktop-right ul.slate li a span {
  padding: 0 0 0 105px;
  display: block;
  line-height: 26px;
}
#content-wrapper.author header {
  margin-bottom: 1.250rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid #a7a9ab;
  font-weight: 600;
}
#content-wrapper.author header h1.author-title {
  display: block;
  color: #262526;
  margin: 2rem 0;
  padding: 0;
  line-height: 1;
  font-size: 2rem;
  text-transform: uppercase;
}
#content-wrapper.author h2.post-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #231f20;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  line-height: 1;
}
#content-wrapper.author p.excerpt {
  color: #231f20;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 15px;
}
#content-wrapper .article-meta {
  text-transform: uppercase;
  font-size: .875rem;
}
#content-wrapper .article-meta ul {
  width: 100%;
  color: #262526;
  height: 1%;
  overflow: hidden;
  list-style-type: none;
}
#content-wrapper .article-meta ul li {
  float: left;
  padding: .75rem .75rem .5rem;
  border-left: 1px solid #a7a9ab;
  font-family: Solido, Tahoma, sans-serif;
}
#content-wrapper .article-meta ul li.print {
  cursor: pointer;
  height: 35px;
  width: 22px;
  background: url(778a26435cadf1be7b4f5458f950a9fb293e1465.png)  center center no-repeat;
  padding: 1.35rem 1.75rem .75rem;
}
#content-wrapper .article-meta ul li:first-of-type {
  border-left: none;
  padding: .75rem .75rem .5rem 0;
}
#content-wrapper .article-meta ul li a {
  font-family: Solido, Tahoma, sans-serif;
}
#content-wrapper .article-meta a {
  color: #262526;
}

footer {
  width: 100%;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  text-align: center;
  height: 700px;
  padding: 3.1rem 0 0;
  float: left;
}
footer #footer-logo {
  background: url(8935177e46c844952b9fce765776606ba357884e.png)  no-repeat 0% 0%;
  height: 6.875rem;
  width: 8.313rem;
  margin: 0 auto 1.9rem;
}
footer ul > li {
  padding: .625rem 0 0;
}
footer ul > li a {
  font-size: .875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  #site-wrapper header {
    top: 0;
  }

  #content-wrapper .mobile-ad-300-250 {
    margin: 25px 0 20px 49%;
  }
  #content-wrapper #desktop-right #tabs-container {
    display: block;
  }

  footer {
    clear: both;
    text-align: left;
    padding: 0 0 2rem;
    height: auto;
    float: left;
  }
  footer > div {
    margin: 2.5rem 0 0 1.5rem;
    float: left;
    width: 16%;
  }
  footer > div#footer-logo {
    margin: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #site-wrapper .channel-thumb.active-thumb {
    display: none;
  }
  #site-wrapper #channel-slide-contain #channel-slide-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 3%;
  }
  #site-wrapper #channel-slide-contain #channel-slide-wrapper .channel-slide {
    width: 100%;
    max-width: 100%;
  }
  #site-wrapper #channel-slide-contain #channel-slide-wrapper .channel-slide img {
    width: 100%;
  }
  #site-wrapper #desktop-left {
    float: none;
  }
}
.body-ad {
  width: 100%;
  display: block;
}
.body-ad ._300,
.body-ad ._728,
.body-ad ._970 {
  margin: 20px auto;
}
.body-ad ._300 {
  width: 300px;
}
.body-ad ._728 {
  width: 728px;
  display: none;
}
.body-ad ._970 {
  width: 970px;
  display: none;
}

#div-gpt-ad-1452807828370-0 iframe {
  margin: 0 auto;
  display: block;
}

#desktop-right .body-ad {
  clear: both;
}

@media screen and (min-width: 748px) {
  .body-ad.mid-page ._300 {
    display: none;
  }
  .body-ad.mid-page ._728 {
    display: block;
  }

  #desktop-left .body-ad.mid-page ._300 {
    display: block;
  }
  #desktop-left .body-ad.mid-page ._728 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #destop-left .body-ad.mid-page ._300 {
    display: none;
  }
  #destop-left .body-ad.mid-page ._728 {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .body-ad.header-ad ._970 {
    display: block;
  }
  .body-ad._75 {
    width: 75%;
    float: right;
  }

  body.single #site-wrapper > .body-ad ._300 {
    display: none;
  }
  body.single #site-wrapper > .body-ad ._728 {
    display: block;
  }
}
@media screen and (min-width: 1180px) {
  #content-wrapper > .body-ad._75 {
    float: left;
    display: block;
  }
  #content-wrapper .body-ad.mid-page {
    display: block;
  }
  #content-wrapper .body-ad.mid-page._728 {
    display: inline-block;
  }
  #content-wrapper .body-ad.mid-page ._300 {
    display: none;
  }
  #content-wrapper .body-ad.mid-page ._728 {
    display: block;
  }

  body.single #site-wrapper > .body-ad ._728 {
    display: none;
  }
  body.single #site-wrapper > .body-ad ._970 {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  #content-wrapper > .body-ad.mid-page._75 {
    display: block;
  }
  #content-wrapper > .body-ad.mid-page._75 ._970 {
    margin-left: auto;
  }
  #content-wrapper .body-ad.mid-page._970 {
    display: inline-block;
  }
  #content-wrapper .body-ad.mid-page.square {
    display: block;
  }
  #content-wrapper .body-ad.mid-page ._728 {
    display: none;
  }
  #content-wrapper .body-ad.mid-page ._970 {
    display: block;
    margin-left: -60px;
  }

  body.single #content-wrapper .body-ad.mid-page ._970 {
    margin-left: -95px;
  }
}
#site-wrapper #content-wrapper {
  padding: 80px 10px 2.35rem;
}

.single #desktop-left #post-category a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font: "Solido", "Tahoma", sans-serif !important;
}

.single #desktop-left #cat-image-contain,
.page-template-template-recent-voices-php #desktop-left #cat-image-contain,
.search #desktop-left #cat-image-contain {
  text-align: left;
  margin: 55px 0 0;
}
.single #desktop-left #cat-image-contain .cat-header-image,
.page-template-template-recent-voices-php #desktop-left #cat-image-contain .cat-header-image,
.search #desktop-left #cat-image-contain .cat-header-image {
  max-width: 100%;
  height: auto;
}
.single #desktop-left #cat-image-contain .cat-header-image a,
.page-template-template-recent-voices-php #desktop-left #cat-image-contain .cat-header-image a,
.search #desktop-left #cat-image-contain .cat-header-image a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Solido", Tahoma, sans-serif;
}
.single #desktop-left .inline-gallery-link,
.page-template-template-recent-voices-php #desktop-left .inline-gallery-link,
.search #desktop-left .inline-gallery-link {
  width: 95%;
  margin: 2em auto;
  background: #eee;
  padding: 1em;
  clear: both;
}
.single #desktop-left .inline-gallery-link a,
.page-template-template-recent-voices-php #desktop-left .inline-gallery-link a,
.search #desktop-left .inline-gallery-link a {
  text-decoration: none;
}
.single #desktop-left .inline-gallery-link a:hover h4 span,
.page-template-template-recent-voices-php #desktop-left .inline-gallery-link a:hover h4 span,
.search #desktop-left .inline-gallery-link a:hover h4 span {
  color: #eb1414;
}
.single #desktop-left .inline-gallery-link img,
.page-template-template-recent-voices-php #desktop-left .inline-gallery-link img,
.search #desktop-left .inline-gallery-link img {
  width: 100%;
}
.single #desktop-left .inline-gallery-link h4,
.page-template-template-recent-voices-php #desktop-left .inline-gallery-link h4,
.search #desktop-left .inline-gallery-link h4 {
  font-family: 'Solido Condensed', helvetica, arial;
  text-transform: uppercase;
  font-size: 1.4em;
  padding-top: .25em;
}
.single #desktop-left .inline-gallery-link h4 span,
.page-template-template-recent-voices-php #desktop-left .inline-gallery-link h4 span,
.search #desktop-left .inline-gallery-link h4 span {
  color: #111;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single #desktop-left h1.single-title,
.page-template-template-recent-voices-php #desktop-left h1.single-title,
.search #desktop-left h1.single-title {
  color: #232323;
  font-size: 39px;
  line-height: 1;
  border-bottom: 1px solid #a7a9ab;
  margin-bottom: -10px;
  text-align: left;
  font-family: "Solido", Tahoma, sans-serif;
  padding: 3.5rem 0rem .5rem;
  font-weight: 500;
}
.single #desktop-left #post-category img,
.page-template-template-recent-voices-php #desktop-left #post-category img,
.search #desktop-left #post-category img {
  max-width: 100%;
  height: auto;
}
.single #desktop-left #post-category a,
.page-template-template-recent-voices-php #desktop-left #post-category a,
.search #desktop-left #post-category a {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font: "Solido", "Tahoma", sans-serif;
}
.single #desktop-left .js-container > article,
.page-template-template-recent-voices-php #desktop-left .js-container > article,
.search #desktop-left .js-container > article {
  padding: 80px 0 0;
}
.single #desktop-left .js-container > article:first-of-type,
.page-template-template-recent-voices-php #desktop-left .js-container > article:first-of-type,
.search #desktop-left .js-container > article:first-of-type {
  padding: 0;
}
.single #desktop-left .js-container_w-loader,
.page-template-template-recent-voices-php #desktop-left .js-container_w-loader,
.search #desktop-left .js-container_w-loader {
  padding-bottom: 120px;
  position: relative;
}
.single #desktop-left .js-container--loader,
.page-template-template-recent-voices-php #desktop-left .js-container--loader,
.search #desktop-left .js-container--loader {
  bottom: 0;
  left: 0;
  padding: 20px 0 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.single #desktop-left .js-container--loader img,
.page-template-template-recent-voices-php #desktop-left .js-container--loader img,
.search #desktop-left .js-container--loader img {
  max-width: 64px;
}
.single #desktop-left article,
.page-template-template-recent-voices-php #desktop-left article,
.search #desktop-left article {
  line-height: 2.1rem;
  font-size: 1.063rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.single #desktop-left article .post-inner,
.page-template-template-recent-voices-php #desktop-left article .post-inner,
.search #desktop-left article .post-inner {
  position: relative;
  margin: 15px 0 0;
}
.single #desktop-left article .post-inner .shares-position,
.page-template-template-recent-voices-php #desktop-left article .post-inner .shares-position,
.search #desktop-left article .post-inner .shares-position {
  position: relative;
}
.single #desktop-left article img,
.page-template-template-recent-voices-php #desktop-left article img,
.search #desktop-left article img {
  max-width: 100%;
  height: auto;
}
.single #desktop-left article .shares-position p,
.page-template-template-recent-voices-php #desktop-left article .shares-position p,
.search #desktop-left article .shares-position p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0 auto 25px;
  font-size: 17px;
  line-height: 2.05rem;
}
.single #desktop-left article .shares-position p:first-of-type,
.page-template-template-recent-voices-php #desktop-left article .shares-position p:first-of-type,
.search #desktop-left article .shares-position p:first-of-type {
  margin: 30px auto 25px;
}
.single #desktop-left article .shares-position p:first-of-type::first-letter,
.page-template-template-recent-voices-php #desktop-left article .shares-position p:first-of-type::first-letter,
.search #desktop-left article .shares-position p:first-of-type::first-letter {
  float: left;
  color: #000;
  font-size: 4.75rem;
  line-height: 3.5rem;
  padding: .375rem .5rem 0 0;
}
.single #desktop-left article .shares-position blockquote,
.page-template-template-recent-voices-php #desktop-left article .shares-position blockquote,
.search #desktop-left article .shares-position blockquote {
  padding: 0 3em;
}
.single #desktop-left article .shares-position blockquote p,
.page-template-template-recent-voices-php #desktop-left article .shares-position blockquote p,
.search #desktop-left article .shares-position blockquote p {
  font-style: italic;
}
.single #desktop-left article .shares-position blockquote p:first-of-type,
.page-template-template-recent-voices-php #desktop-left article .shares-position blockquote p:first-of-type,
.search #desktop-left article .shares-position blockquote p:first-of-type {
  margin: 0 auto 25px;
}
.single #desktop-left article .shares-position blockquote p:first-of-type::first-letter,
.page-template-template-recent-voices-php #desktop-left article .shares-position blockquote p:first-of-type::first-letter,
.search #desktop-left article .shares-position blockquote p:first-of-type::first-letter {
  padding: 0;
  float: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.single #desktop-left article .shares-position .additional_content,
.page-template-template-recent-voices-php #desktop-left article .shares-position .additional_content,
.search #desktop-left article .shares-position .additional_content {
  width: 45%;
  float: left;
  padding: 0 4em 0 0;
  margin: 15px 0;
}
.single #desktop-left article .shares-position .additional_content h4,
.page-template-template-recent-voices-php #desktop-left article .shares-position .additional_content h4,
.search #desktop-left article .shares-position .additional_content h4 {
  font-family: "Solido", "Tahoma", sans-serif;
  font-size: 1.4em;
  border-bottom: 1px solid #6d6f72;
  text-transform: uppercase;
  padding-bottom: .75em;
  margin-bottom: .85em;
  line-height: 1.2em;
  font-weight: bold;
}
.single #desktop-left article .shares-position .additional_content ul,
.page-template-template-recent-voices-php #desktop-left article .shares-position .additional_content ul,
.search #desktop-left article .shares-position .additional_content ul {
  padding: 0;
  margin: 0 0 0 1.2em;
  width: 100%;
}
.single #desktop-left article > div.wp-caption,
.page-template-template-recent-voices-php #desktop-left article > div.wp-caption,
.search #desktop-left article > div.wp-caption {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.single #desktop-left article .embed-twitter,
.page-template-template-recent-voices-php #desktop-left article .embed-twitter,
.search #desktop-left article .embed-twitter {
  max-width: 600px;
  margin: 1em auto;
}
.single #desktop-left article .instagram-media,
.page-template-template-recent-voices-php #desktop-left article .instagram-media,
.search #desktop-left article .instagram-media {
  margin: 0 auto 25px !important;
}
.single #desktop-left article blockquote.pullquote-left,
.page-template-template-recent-voices-php #desktop-left article blockquote.pullquote-left,
.search #desktop-left article blockquote.pullquote-left {
  float: left;
  position: relative;
  top: 10px;
  left: -80px;
  margin: 0 -35px 1em 0;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 36px;
  width: 200px;
  padding: 0;
}
.single #desktop-left article blockquote.pullquote-left:before,
.page-template-template-recent-voices-php #desktop-left article blockquote.pullquote-left:before,
.search #desktop-left article blockquote.pullquote-left:before {
  content: none;
}
.single #desktop-left article blockquote.pullquote-right,
.page-template-template-recent-voices-php #desktop-left article blockquote.pullquote-right,
.search #desktop-left article blockquote.pullquote-right {
  float: right;
  position: relative;
  top: 10px;
  right: -80px;
  margin: 0 0px 10px -35px;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 36px;
  width: 200px;
  padding: 0;
}
.single #desktop-left article blockquote.pullquote-right:before,
.page-template-template-recent-voices-php #desktop-left article blockquote.pullquote-right:before,
.search #desktop-left article blockquote.pullquote-right:before {
  content: none;
}
.single #desktop-left.simple-blog-layout article,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article,
.search #desktop-left.simple-blog-layout article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: auto;
  margin: 10px 0 7px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
.single #desktop-left.simple-blog-layout article img,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article img,
.search #desktop-left.simple-blog-layout article img {
  height: auto;
  max-height: 270px;
  min-height: inherit;
  width: auto;
  float: left;
  margin: 0 1rem 0 0;
}
.single #desktop-left.simple-blog-layout article h2.post-title,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title,
.search #desktop-left.simple-blog-layout article h2.post-title {
  font-size: 2.625rem;
  float: left;
  clear: none;
  width: 60%;
  margin: 0 0 1rem;
  padding: 1.250rem 0 0;
  font-family: Tiempos, Georgia, serif;
  font-weight: 600;
  text-transform: capitalize;
}
.single #desktop-left.simple-blog-layout article p.excerpt,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article p.excerpt,
.search #desktop-left.simple-blog-layout article p.excerpt {
  font-weight: 600;
  float: left;
  width: 60%;
  line-height: 1.5rem;
  margin: 0 0 1.7rem;
}
.single #desktop-left.simple-blog-layout article section.article-meta,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta,
.search #desktop-left.simple-blog-layout article section.article-meta {
  width: 60%;
  float: left;
}
.single #desktop-left.simple-blog-layout article,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article,
.search #desktop-left.simple-blog-layout article {
  width: 100%;
}
.single #desktop-left.simple-blog-layout article a.department,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article a.department,
.search #desktop-left.simple-blog-layout article a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: 8px;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  z-index: 99;
  margin-left: -16px;
}
.single #desktop-left.simple-blog-layout article a.department:before,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article a.department:before,
.search #desktop-left.simple-blog-layout article a.department:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
.single #desktop-left.simple-blog-layout article div.img-mask,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article div.img-mask,
.search #desktop-left.simple-blog-layout article div.img-mask {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.single #desktop-left.simple-blog-layout article div.img-mask img,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article div.img-mask img,
.search #desktop-left.simple-blog-layout article div.img-mask img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
.single #desktop-left.simple-blog-layout article .text-wrapper,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article .text-wrapper,
.search #desktop-left.simple-blog-layout article .text-wrapper {
  width: 100%;
  padding: 20px;
}
.single #desktop-left.simple-blog-layout article h2.post-title,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title,
.search #desktop-left.simple-blog-layout article h2.post-title {
  width: 100%;
  padding: 10px 16px 0;
  line-height: 45px;
}
.single #desktop-left.simple-blog-layout article h2.post-title a:link,
.single #desktop-left.simple-blog-layout article h2.post-title a:hover,
.single #desktop-left.simple-blog-layout article h2.post-title a:visited,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title a:link,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title a:hover,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title a:visited,
.search #desktop-left.simple-blog-layout article h2.post-title a:link,
.search #desktop-left.simple-blog-layout article h2.post-title a:hover,
.search #desktop-left.simple-blog-layout article h2.post-title a:visited {
  color: #000;
  font-size: 42px;
}
.single #desktop-left.simple-blog-layout article p.excerpt,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article p.excerpt,
.search #desktop-left.simple-blog-layout article p.excerpt {
  padding: 0 0 0 1rem;
  width: 100%;
}
.single #desktop-left.simple-blog-layout article p.excerpt::first-letter,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article p.excerpt::first-letter,
.search #desktop-left.simple-blog-layout article p.excerpt::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.single #desktop-left.simple-blog-layout article section.article-meta,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta,
.search #desktop-left.simple-blog-layout article section.article-meta {
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
}
.single #desktop-left.simple-blog-layout article section.article-meta ul,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul,
.search #desktop-left.simple-blog-layout article section.article-meta ul {
  border: none;
  padding: 0 0 0 6px;
}
.single #desktop-left.simple-blog-layout article section.article-meta ul li,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li,
.search #desktop-left.simple-blog-layout article section.article-meta ul li {
  padding: 0;
}
.single #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type,
.search #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type {
  padding: 0 10px 0 0;
}
.single #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a,
.search #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-transform: none;
}
.single #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares,
.page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares,
.search #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 23px;
  padding: 0 0 0 10px;
  margin: 0;
}
.single #desktop-left.channel-layout img.full-width,
.page-template-template-recent-voices-php #desktop-left.channel-layout img.full-width,
.search #desktop-left.channel-layout img.full-width {
  max-width: 100%;
  height: auto;
  margin: 20px 0 0;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12),
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12),
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) {
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  height: 1%;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  overflow: visible;
  padding: 0;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) > div,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) > div,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) > div {
  width: 100%;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul {
  bottom: auto;
  top: -9px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) img,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) img,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) img {
  min-height: inherit;
  max-height: initial;
  margin: 0;
  width: 100%;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .center,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .center,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .center {
  margin: -20px 0 0;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author {
  width: 100%;
  background: #fff;
  position: relative;
  bottom: auto;
  left: auto;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 6%;
  width: 88%;
  height: 32px;
  background: #fff;
  border: 3px solid #EB1414;
  border-bottom: 0;
  box-sizing: border-box;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 {
  width: 88%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 1rem 0 0;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited {
  color: #000;
  font-size: 3.438rem;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  line-height: 3.438rem;
  position: relative;
  top: -27px;
  background: none;
  -webkit-box-shadow: 10px 0 0 white;
  -moz-box-shadow: 10px 0 0 white;
  box-shadow: 10px 0 0 white;
  text-transform: capitalize;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link span,
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover span,
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited span,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link span,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover span,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited span,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link span,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover span,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited span {
  color: #000;
  -webkit-box-shadow: -10px 0 0 white;
  -moz-box-shadow: -10px 0 0 white;
  box-shadow: -10px 0 0 white;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3 {
  display: inline-block;
  margin: 0;
  float: none;
  padding: 5px 10px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author a,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author a,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author a {
  font-size: 1rem;
  text-transform: capitalize;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.dek,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.dek,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.dek {
  display: block;
  font-family: "Tiempos", Georgia, serif;
  text-align: center;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.5rem;
  padding: 0 6%;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author {
  border-right: 1px solid #000;
  padding: 0 10px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) a.department,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) a.department,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: -9px;
  font-family: "Solido Condensed", Tahoma, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  width: initial;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) a.department:before,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) a.department:before,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) a.department:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) div.img-mask,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) div.img-mask,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) div.img-mask {
  width: 100%;
  margin: 0;
  max-height: 350px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author {
  margin: 0;
  padding: 0 20px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before {
  left: 0;
  width: 100%;
  top: -32px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 {
  width: 100%;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited {
  font-size: 32px;
  line-height: 32px;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author:after,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author:after,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author:after {
  display: none;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author a.author,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author a.author,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author a.author {
  float: none;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.shares,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.shares,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.shares {
  display: none;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.center,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.center,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.center {
  width: 100%;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain {
  float: none;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain.table,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain.table,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain.table {
  display: inline-table;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain li,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain li,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain li {
  display: inline-block;
}
.single #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain li a,
.page-template-template-recent-voices-php #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain li a,
.search #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author div.share-contain li a {
  display: inline-block;
  height: 22px;
  width: 22px;
}

.standard-article #content-wrapper #post-category {
  display: block;
  font-size: 2rem;
}
.standard-article #content-wrapper h1.post-title {
  text-align: left;
  border-bottom: none;
  border-top: 1px solid #a7a9ab;
  font-size: 2rem;
  padding: 1.5rem 0 1rem;
  margin: .65rem 0 0;
  line-height: 1;
}
.standard-article #content-wrapper p.dek {
  padding-bottom: .938rem;
  padding-left: 0;
  text-align: left;
  font-size: 30px;
  line-height: 2.625rem;
  font-weight: normal;
  width: 100%;
}
.standard-article #content-wrapper p.dek::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.standard-article #content-wrapper p.dek:first-of-type {
  margin: 0 auto;
}
.standard-article #content-wrapper .article-meta {
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.standard-article #content-wrapper .article-meta ul {
  border-top: 1px solid #a7a9ab;
  overflow: visible;
}
.standard-article #content-wrapper .article-meta ul li {
  text-align: left;
  line-height: 1.5rem;
  float: left;
  display: block;
  padding: .3rem .75rem;
  margin: 0;
  height: 35px;
}
.standard-article #content-wrapper .article-meta ul li:first-of-type {
  padding: .3rem .75rem .5rem 0;
}
.standard-article #content-wrapper .article-meta ul li.author-email {
  padding: .3rem .75rem .5rem 1.7rem;
}
.standard-article #content-wrapper .article-meta ul li.author {
  width: auto;
  position: relative;
}
.standard-article #content-wrapper .article-meta ul li.author a {
  font-size: .875rem;
  color: #eb1414;
  position: relative;
}
.standard-article #content-wrapper .article-meta ul li.author span.description {
  position: absolute;
  top: 23px;
  left: 23px;
  width: 265px;
  background: #fff;
  padding: 10px 10px 10px 70px;
  margin: 20px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 1, 0.45);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 1, 0.45);
  box-shadow: 0 0 5px rgba(0, 0, 1, 0.45);
  color: #000;
  font-size: 12px;
  line-height: 16px;
  z-index: 99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  text-transform: none;
  visibility: hidden;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.standard-article #content-wrapper .article-meta ul li.author span.description:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url(0c340d7b45f2aca2f26bc72f2b40460ab271acec.png)  top left no-repeat;
  position: absolute;
  top: -24px;
  left: -2px;
}
.standard-article #content-wrapper .article-meta ul li.author span.description p {
  line-height: 16px;
  font-size: 12px;
  text-transform: none;
  width: 100%;
}
.standard-article #content-wrapper .article-meta ul li.author span.description span.info-icon {
  height: 90%;
  width: 20%;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(b68504bea04ddbe7210f596ba1ab1088ae551785.png)  50% 50% no-repeat;
  border-right: 1px solid #d8d8d8;
}
.standard-article #content-wrapper .article-meta ul li.author span.author:hover span.description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.standard-article #content-wrapper .article-meta ul li.author-email {
  background: url(de8a06739e6f4ee6f5f509bf6429960bad1a20c8.jpg)  10px 45% no-repeat;
}

@media screen and (min-width: 769px) {
  #site-wrapper #content-wrapper {
    padding-top: 0;
  }

  .search #desktop-left.simple-blog-layout article p.excerpt {
    margin: 0 0 0 17px;
  }

  .single #desktop-left #cat-image-contain,
  .page-template-template-recent-voices-php #desktop-left #cat-image-contain,
  .search #desktop-left #cat-image-contain {
    text-align: left;
    margin: 5px 0 0;
  }
  .single #desktop-left h1.single-title,
  .page-template-template-recent-voices-php #desktop-left h1.single-title,
  .search #desktop-left h1.single-title {
    padding: 0.5rem 0rem .5rem;
    font-size: 45px;
  }
  .single #desktop-left article p,
  .page-template-template-recent-voices-php #desktop-left article p,
  .search #desktop-left article p {
    width: 95%;
  }
  .single #desktop-left article p .image-credit,
  .page-template-template-recent-voices-php #desktop-left article p .image-credit,
  .search #desktop-left article p .image-credit {
    color: #666666;
    font-family: "Solido", helvetica, sans-serif;
    font-size: 0.9em;
  }
  .single #desktop-left article .wp-caption,
  .page-template-template-recent-voices-php #desktop-left article .wp-caption,
  .search #desktop-left article .wp-caption {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
  }
  .single #desktop-left article .wp-caption p.wp-caption-text,
  .page-template-template-recent-voices-php #desktop-left article .wp-caption p.wp-caption-text,
  .search #desktop-left article .wp-caption p.wp-caption-text {
    color: #666666;
    font-size: 0.9em;
    margin: 0 auto 25px;
    text-align: center;
  }
  .single #desktop-left article .wp-caption p.wp-caption-text::first-letter,
  .page-template-template-recent-voices-php #desktop-left article .wp-caption p.wp-caption-text::first-letter,
  .search #desktop-left article .wp-caption p.wp-caption-text::first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    color: #666;
  }
  .single #desktop-left.simple-blog-layout article,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article,
  .search #desktop-left.simple-blog-layout article {
    height: auto;
    float: left;
    position: relative;
    font-family: Tiempos, Georgia, serif;
    width: auto;
    margin: 10px 0 7px;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  }
  .single #desktop-left.simple-blog-layout article img,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article img,
  .search #desktop-left.simple-blog-layout article img {
    height: auto;
    max-height: 270px;
    min-height: inherit;
    width: auto;
    float: left;
    margin: 0 1rem 0 0;
  }
  .single #desktop-left.simple-blog-layout article h2.post-title,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title,
  .search #desktop-left.simple-blog-layout article h2.post-title {
    font-size: 2.625rem;
    float: left;
    clear: none;
    width: 60%;
    margin: 0 0 1rem;
    padding: 1.250rem 0 0;
    font-family: Tiempos, Georgia, serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  .single #desktop-left.simple-blog-layout article p.excerpt,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article p.excerpt,
  .search #desktop-left.simple-blog-layout article p.excerpt {
    font-weight: 600;
    float: left;
    width: 60%;
    line-height: 1.5rem;
    margin: 0 0 1.7rem;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta,
  .search #desktop-left.simple-blog-layout article section.article-meta {
    width: 60%;
    float: left;
  }
  .single #desktop-left.simple-blog-layout article,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article,
  .search #desktop-left.simple-blog-layout article {
    width: 100%;
  }
  .single #desktop-left.simple-blog-layout article div.img-mask,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article div.img-mask,
  .search #desktop-left.simple-blog-layout article div.img-mask {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
  }
  .single #desktop-left.simple-blog-layout article div.img-mask img,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article div.img-mask img,
  .search #desktop-left.simple-blog-layout article div.img-mask img {
    width: auto;
    height: 100%;
    max-width: initial;
  }
  .single #desktop-left.simple-blog-layout article .text-wrapper,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article .text-wrapper,
  .search #desktop-left.simple-blog-layout article .text-wrapper {
    width: 67%;
    margin-left: 33%;
    padding: 20px;
    margin-top: 0;
  }
  .single #desktop-left.simple-blog-layout article h2.post-title,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title,
  .search #desktop-left.simple-blog-layout article h2.post-title {
    width: 100%;
    padding: 1.25rem 1rem 0;
    line-height: 45px;
  }
  .single #desktop-left.simple-blog-layout article h2.post-title a:link,
  .single #desktop-left.simple-blog-layout article h2.post-title a:hover,
  .single #desktop-left.simple-blog-layout article h2.post-title a:visited,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title a:link,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title a:hover,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article h2.post-title a:visited,
  .search #desktop-left.simple-blog-layout article h2.post-title a:link,
  .search #desktop-left.simple-blog-layout article h2.post-title a:hover,
  .search #desktop-left.simple-blog-layout article h2.post-title a:visited {
    color: #000;
    font-size: 42px;
  }
  .single #desktop-left.simple-blog-layout article p.excerpt,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article p.excerpt,
  .search #desktop-left.simple-blog-layout article p.excerpt {
    padding: 0 0 0 1rem;
    width: 100%;
    display: inline-block;
  }
  .single #desktop-left.simple-blog-layout article p.excerpt::first-letter,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article p.excerpt::first-letter,
  .search #desktop-left.simple-blog-layout article p.excerpt::first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta,
  .search #desktop-left.simple-blog-layout article section.article-meta {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta ul,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul,
  .search #desktop-left.simple-blog-layout article section.article-meta ul {
    border: none;
    padding: 0 0 0 1rem;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta ul li,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li,
  .search #desktop-left.simple-blog-layout article section.article-meta ul li {
    padding: 0;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type,
  .search #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type {
    padding: 0 10px 0 0;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a,
  .search #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
  }
  .single #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares,
  .search #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 23px;
    padding: 0 0 0 10px;
    margin: 0;
  }
  .single #desktop-left.simple-blog-layout article .shares-position blockquote,
  .page-template-template-recent-voices-php #desktop-left.simple-blog-layout article .shares-position blockquote,
  .search #desktop-left.simple-blog-layout article .shares-position blockquote {
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 1180px) {
  body.single #desktop-left article .pull-quote-left:before {
    left: -7%;
    width: 30%;
  }
  body.single #desktop-left article .pull-quote-right:before {
    right: -7%;
    width: 30%;
    margin: 0 0 20px;
  }
  body.single #desktop-left article .inline-gallery-link {
    width: 70%;
  }
  body.single #desktop-left article p {
    width: 70%;
  }
  body.single #desktop-left .article-full-hide {
    display: none;
  }
  body.single.single-channel #desktop-left.channel-layout img.full-width {
    max-width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) {
    height: auto;
    width: 100%;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div {
    width: 100%;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .center {
    margin: -20px 0 0;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link,
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover,
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:link span,
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:hover span,
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div {
    width: 100%;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul li.authors,
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul li.date,
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul li.print {
    display: none;
  }
  body.single.single-channel #desktop-left.channel-layout article:nth-of-type(6n + 12) > div h3.shares ul li.sharing a.email {
    display: none;
  }
}
div.author-side-contain {
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  margin-bottom: 12px;
  padding: .5rem;
  display: inline-block;
  width: 100%;
}
div.author-side-contain h2 {
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 7px 6px 20px;
}
div.author-side-contain img {
  display: block;
  width: 100%;
  height: auto;
  margin: -10px 0 20px;
}
div.author-side-contain p {
  font-size: 18px;
  font-family: "Tiempos", Georgia, serif;
  line-height: 33px;
}
div.author-side-contain .twitter-handle {
  text-transform: uppercase;
}
div.author-side-contain .author-meta {
  margin-top: 24px;
  border-top: 1px solid #a7a9ab;
  padding: 15px 3px 7px;
  line-height: 22px;
}
div.author-side-contain .author-meta a {
  color: #1a1718;
}

#desktop-left .mejs-container,
#desktop-left .mejs-embed,
#desktop-left .mejs-embed body,
#desktop-left .mejs-container .mejs-controls {
  background: #969696;
}
#desktop-left .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #eb1414;
}
#desktop-left .single-content .mejs-container {
  margin: 10px 0 0;
  max-width: 85%;
}
@media only screen and (max-width: 1080px) {
  #desktop-left .single-content .mejs-container {
    max-width: 97.5%;
  }
}
@media only screen and (max-width: 769px) {
  #desktop-left .single-content .mejs-container {
    max-width: none;
  }
}
#desktop-left .excerpt .mejs-container {
  margin: 10px 0 8px;
}

body.single h1.post-title a {
  color: #1a1718;
}
body.single.standard-article #content-wrapper .article-meta ul {
  font-size: 14px;
  padding-left: 0px;
}
body.single.standard-article #content-wrapper .article-meta ul li.print {
  cursor: pointer;
  height: 35px;
  width: 22px;
  background: url(778a26435cadf1be7b4f5458f950a9fb293e1465.png)  center center no-repeat;
  padding: 1.35rem 1.75rem .75rem;
}
body.single.standard-article #content-wrapper .article-meta ul li.print {
  display: none;
}
body.single.standard-article #content-wrapper .article-meta ul li.sharing {
  padding: .2rem .4rem;
}
body.single.standard-article #content-wrapper .article-meta ul li.sharing a {
  float: left;
  height: 27px;
  width: 28px;
  cursor: pointer;
  margin: 0 .2rem;
  position: relative;
}
body.single.standard-article #content-wrapper .article-meta ul li.sharing a:hover {
  opacity: 0.7;
}
body.single.standard-article #content-wrapper .article-meta ul li.sharing a img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  body.single.standard-article #content-wrapper .article-meta ul li.print {
    display: inline-block;
  }
}
@media screen and (min-width: 1180px) {
  body.single #site-wrapper #content-wrapper {
    padding: 1rem 2.325rem 2.325rem;
  }
  body.single #site-wrapper #content-wrapper h1.post-title {
    text-align: left;
    border-bottom: none;
    border-top: 1px solid #a7a9ab;
    font-size: 3.875rem;
    line-height: 3.875rem;
    padding: 1rem 0 .5rem;
  }
  body.single #desktop-left #post-category a {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  body.single.featured-article .article-meta {
    border-top: 1px solid #a7a9ab;
  }
  body.single.standard-article #content-wrapper #post-category {
    display: block;
    font-size: 2rem;
    padding: 0 0 .5rem;
  }
  body.single.standard-article #content-wrapper p.dek {
    padding-bottom: .938rem;
    padding-left: 0;
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: normal;
  }
}
body.archive .post-title {
  font-size: 2.65em;
  line-height: 1 !important;
}
body.archive #site-wrapper #content-wrapper #desktop-left article p.excerpt {
  padding-top: 2px;
}
body.archive #site-wrapper #content-wrapper #desktop-left article h2.post-title {
  margin-bottom: 0px;
}
body.archive #content-wrapper {
  padding: 2rem 1.025rem 0;
}
body.archive #content-wrapper h1.archive-title {
  color: #1a1718;
  font-family: "Solido", Tahoma, sans-serif;
  text-align: left;
  border-bottom: 1px solid #1a1718;
  font-size: 45px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 66px;
  line-height: 45px;
  padding: 0;
  width: 99.5%;
  float: right;
}
body.archive #desktop-left {
  padding: .5rem 1.5rem .5rem .5rem;
}
body.archive #desktop-left h2.post-title a:link,
body.archive #desktop-left h2.post-title a:hover,
body.archive #desktop-left h2.post-title a:visited {
  color: #1a1718;
}
body.archive #desktop-left a:hover {
  text-decoration: underline;
}
body.archive #desktop-left > section:first-of-type > article {
  border-top: 1px solid #a7a9ab;
}
body.archive #desktop-left article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: auto;
  margin: 10px 0 7px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
body.archive #desktop-left article img {
  height: auto;
  max-height: 270px;
  min-height: inherit;
  width: auto;
  float: left;
  margin: 0 1rem 0 0;
}
body.archive #desktop-left article h2.post-title {
  font-size: 2.625rem;
  float: left;
  clear: none;
  width: 60%;
  margin: 0 0 1rem;
  padding: 1.250rem 0 0;
  font-family: Tiempos, Georgia, serif;
  font-weight: 600;
  text-transform: capitalize;
}
body.archive #desktop-left article p.excerpt {
  font-weight: 600;
  float: left;
  width: 60%;
  line-height: 1.5rem;
  margin: 0 0 1.7rem;
}
body.archive #desktop-left article section.article-meta {
  width: 60%;
  float: left;
}
body.archive #desktop-left article {
  height: auto;
  margin: .5rem 0;
}
body.archive #desktop-left article div.img-mask {
  overflow: hidden;
  float: left;
  height: 100%;
  width: 100%;
}
body.archive #desktop-left article img {
  width: 100%;
  height: auto;
  min-height: 1px;
}
body.archive #desktop-left article h2.post-title, body.archive #desktop-left article p.excerpt {
  width: 90%;
  padding: 1rem 1rem 0;
}
body.archive #desktop-left article h2.post-title {
  font-size: 2.5rem;
}
body.archive #desktop-left article section.article-meta {
  display: none;
  text-transform: uppercase;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: .938rem;
}
body.archive #desktop-left article section.article-meta a {
  color: #eb1414;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: .938rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: uppercase;
}
body.archive #desktop-left article section.article-meta .date {
  display: block;
}
body.archive #desktop-left article section.article-meta ul li.sharing {
  padding: .2rem;
}
body.archive #desktop-left article section.article-meta ul li.sharing a {
  float: left;
  height: 27px;
  width: 28px;
  cursor: pointer;
  margin: 0 .2rem;
  position: relative;
}
body.archive #desktop-left article section.article-meta ul li.sharing a img {
  height: 100%;
  width: 100%;
}
body.archive #desktop-left.featured-styles #cat-image-contain {
  text-align: left;
  margin: 55px 0 0;
}
body.archive #desktop-left.featured-styles #cat-image-contain .cat-header-image {
  max-width: 100%;
  height: auto;
}
body.archive #desktop-left.featured-styles article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: 100%;
  margin: 1.7rem 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.archive #desktop-left.featured-styles article img {
  height: auto;
  width: auto;
  float: none;
  margin: 0 auto;
}
body.archive #desktop-left.featured-styles article div.img-mask img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
body.archive #desktop-left.featured-styles article h2.post-title {
  color: #231f20;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  font-size: 3.875em;
  line-height: 1;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a7a9ab;
  width: 100%;
  box-sizing: border-box;
}
body.archive #desktop-left.featured-styles article div.img-mask {
  clear: both;
  width: 60%;
  margin: 0 auto;
  float: none;
}
body.archive #desktop-left.featured-styles article div.img-mask img {
  width: 100%;
  height: auto;
  min-height: 0;
}
body.archive #desktop-left.featured-styles article p.excerpt {
  float: left;
  width: 100%;
  line-height: 2rem;
  margin: 0 0 1.7rem;
  font-family: "Tiempos", Georgia, serif;
  font-size: 17px;
  font-weight: 500;
  padding: 0 120px;
  clear: both;
}
body.archive #desktop-left.featured-styles article p.read-more {
  color: #231f20;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  float: right;
  display: block;
  margin-bottom: 40px;
  text-align: right;
  background: url(bb56f05527052403af5f0f38f5c0bf28f92cef64.png)  100% 0% no-repeat;
  padding: 0 25px 0 0;
  cursor: pointer;
}
body.archive #desktop-left.featured-styles article section.article-meta {
  width: 100%;
  float: left;
  display: inline-block;
  padding-bottom: 1rem;
  letter-spacing: 1px;
}
body.archive #desktop-left.featured-styles article div.img-mask {
  width: 100%;
}
body.archive #desktop-left.featured-styles article p,
body.archive #desktop-left.featured-styles article p .excerpt {
  padding: 0;
  font-size: 17px;
  line-height: 29px;
}
body.archive #desktop-left.featured-styles article p::first-letter,
body.archive #desktop-left.featured-styles article p .excerpt::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
body.archive #desktop-left.featured-styles article p p, body.archive #desktop-left.featured-styles article p ul,
body.archive #desktop-left.featured-styles article p .excerpt p,
body.archive #desktop-left.featured-styles article p .excerpt ul {
  width: 100%;
}
body.archive #desktop-left.featured-styles article h2.post-title {
  font-size: 2.5rem;
}
body.archive #desktop-left.featured-styles article .article-meta ul {
  padding: 0;
}
body.archive #desktop-left.featured-styles article .article-meta ul li {
  margin: 0;
  padding: 5px .75rem;
}
body.archive #desktop-left.featured-styles article .article-meta ul li,
body.archive #desktop-left.featured-styles article .article-meta ul li a {
  font-size: 14px;
}
body.archive #desktop-left.featured-styles article .article-meta ul li.print {
  width: 22px;
  padding: 0 1.75rem .75rem;
  display: block;
  display: none;
}
body.archive #desktop-left.featured-styles article .article-meta ul li.sharing {
  padding: .2rem;
}
body.archive #desktop-left.featured-styles article .article-meta ul li.sharing img {
  height: 100%;
  width: 100%;
  margin: 0;
}
body.archive #desktop-left.simple-author article:first-child {
  margin-top: 40px;
}
body.archive #desktop-left.simple-author article a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: 8px;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  z-index: 99;
  margin-left: -16px;
}
body.archive #desktop-left.simple-author article .img-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
body.archive #desktop-left.simple-author article .text-wrapper {
  width: 100%;
  margin-top: 60%;
  padding: 20px 0;
}
body.archive #desktop-left.simple-author article .text-wrapper h2.post-title {
  margin: 0;
}
body.archive #desktop-left.simple-author article .text-wrapper p.excerpt {
  padding: 10px 16px 0;
}
body.archive #desktop-right.featured-styles {
  margin: 0;
}
body.archive #desktop-right .blog-about {
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  padding: 12px;
  margin: 20px 0 15px;
}
body.archive #desktop-right .blog-about h2 {
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 7px 6px 20px 0px;
}
body.archive #desktop-right .blog-about p {
  font-size: 18px;
  line-height: 33px;
  margin: 10px 0 25px;
}
body.archive #desktop-right .blog-about ul li {
  margin: 10px 0;
}
body.archive #desktop-right .blog-about ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Solido", Tahoma, sans-serif;
}
body.archive #desktop-right .blog-about ul li a.email {
  color: #eb1414;
}
body.archive #desktop-right .blog-about ul li a.twitter {
  color: #000;
}
body.archive.author #site-wrapper #content-wrapper {
  padding: 4rem 1.025rem 0;
}
body.archive.author #site-wrapper #content-wrapper section.author-header h1 {
  color: #eb1414;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  padding: 0 0 .5rem;
  line-height: 4rem;
  text-align: left;
  height: 62px;
  text-transform: none;
  border-bottom: 1px solid #96989b;
}
body.archive.author #site-wrapper #content-wrapper section.author-header h1:before {
  content: " ";
  display: block;
  float: left;
  border-right: 1px solid #96989b;
  height: 62px;
  width: 70px;
  padding: 0;
  margin: 0 1rem 0 0;
  background: url(398097bcfdaa64833405f5c545a73e405c1c8167.jpg)  50% 50% no-repeat;
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio {
  padding: .5rem;
  float: left;
  margin: 40px 0 20px;
  min-height: 300px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio img {
  float: left;
  max-width: 40%;
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio p {
  width: 50%;
  float: right;
  clear: right;
  padding: 0 2rem;
  font-size: 1.063rem;
  line-height: 2rem;
  font-family: "Tiempos", Georgia, serif;
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio p:first-of-type::first-letter {
  float: left;
  color: #eb1414;
  font-size: 4.75rem;
  line-height: 3.5rem;
  padding: .375rem .5rem 0 0;
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio ul.author-info {
  display: inline-block;
  list-style-type: none;
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio ul.author-info li {
  display: inline-block;
  margin: 0 20px 0 0;
}
body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio.bio-no-photo p {
  width: 100%;
}
body.archive.author #site-wrapper #content-wrapper.voices-author section.author-header h1 {
  color: #262526;
  line-height: 32px;
  height: auto;
  border-bottom: none;
}
body.archive.author #site-wrapper #content-wrapper.voices-author section.author-header h1:before {
  display: none;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain {
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  margin-bottom: 12px;
  padding: .5rem;
  display: inline-block;
  width: 100%;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain h2 {
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 7px 6px 20px;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain img {
  display: block;
  width: 100%;
  height: auto;
  margin: -10px 0 20px;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain p {
  font-size: 18px;
  font-family: "Tiempos", Georgia, serif;
  line-height: 33px;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain .twitter-handle {
  text-transform: uppercase;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain .author-meta {
  margin-top: 24px;
  border-top: 1px solid #a7a9ab;
  padding: 15px 3px 7px;
  line-height: 22px;
}
body.archive.author #site-wrapper #content-wrapper div.author-side-contain .author-meta a {
  color: #1a1718;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article {
  clear: both;
  display: inline-block;
  margin: 10px 0 0;
  border-top: 1px solid #ccc;
  position: relative;
  padding: 10px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article .img-mask {
  width: 120px;
  height: 110px;
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article .img-mask img {
  width: 100%;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article > div {
  margin: 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article > div h2.white a {
  font-size: 27px;
  line-height: 35px;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article > div .title-author {
  margin: 0 0 0 16px;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article > div .title-author .center {
  text-align: left;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article > div .title-author .center h3.shares ul {
  display: none;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) {
  padding: 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: 8px;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  z-index: 99;
  margin-left: -16px;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) a.department:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .img-mask {
  width: 100%;
  height: 80px;
  margin: 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .img-mask img {
  margin: 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author {
  width: 100%;
  text-align: center;
  border-top: 3px solid #eb1414;
  margin: 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author h2.white {
  padding: 15px 0 0;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author .center {
  width: 100%;
  text-align: center;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author .center .dek {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author .center .share-contain {
  width: 100%;
}

@media screen and (min-width: 320px) {
  body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article {
    width: 100%;
  }
  body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article .img-mask {
    width: 100%;
    height: auto;
  }
  body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article .img-mask img {
    width: 100%;
    height: auto;
  }
  body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .img-mask {
    height: auto;
  }
  body.archive.tax-zoninator_zones #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author:before {
    top: -30px;
  }
}
@media screen and (min-width: 769px) {
  body.archive #desktop-left article {
    height: auto;
    float: left;
    position: relative;
    font-family: Tiempos, Georgia, serif;
    width: auto;
    margin: 10px 0 7px;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  }
  body.archive #desktop-left article img {
    height: auto;
    max-height: 270px;
    min-height: inherit;
    width: auto;
    float: left;
    margin: 0 1rem 0 0;
  }
  body.archive #desktop-left article h2.post-title {
    font-size: 2.625rem;
    float: left;
    clear: none;
    width: 60%;
    margin: 0 0 1rem;
    padding: 1.250rem 0 0;
    font-family: Tiempos, Georgia, serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  body.archive #desktop-left article p.excerpt {
    font-weight: 600;
    float: left;
    width: 60%;
    line-height: 1.5rem;
    margin: 0 0 1.7rem;
  }
  body.archive #desktop-left article section.article-meta {
    width: 60%;
    float: left;
  }
  body.archive #desktop-left article {
    float: none;
    width: 100%;
  }
  body.archive #desktop-left article div.img-mask {
    overflow: hidden;
    float: left;
    height: 100%;
    width: 35%;
    margin: 0px 20px -10px 0px;
  }
  body.archive #desktop-left article img {
    height: auto;
    width: auto;
  }
  body.archive #desktop-left article h2.post-title {
    padding: 1.250rem 1rem 0;
    font-size: 1.875rem;
  }
  body.archive #desktop-left article h2.post-title, body.archive #desktop-left article p.excerpt {
    width: 55%;
  }
  body.archive #desktop-left.featured-styles #cat-image-contain {
    margin: 20px 0 0;
  }
  body.archive #desktop-left.featured-styles article p,
  body.archive #desktop-left.featured-styles article p .excerpt {
    font-size: 17px;
  }
  body.archive #desktop-left.featured-styles article .article-meta ul li.print {
    display: inline-block;
  }
  body.archive #desktop-left.simple-author article {
    height: auto;
    float: left;
    position: relative;
    font-family: Tiempos, Georgia, serif;
    width: auto;
    margin: 10px 0 7px;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  }
  body.archive #desktop-left.simple-author article img {
    height: auto;
    max-height: 270px;
    min-height: inherit;
    width: auto;
    float: left;
    margin: 0 1rem 0 0;
  }
  body.archive #desktop-left.simple-author article h2.post-title {
    font-size: 2.625rem;
    float: left;
    clear: none;
    width: 60%;
    margin: 0 0 1rem;
    padding: 1.250rem 0 0;
    font-family: Tiempos, Georgia, serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  body.archive #desktop-left.simple-author article p.excerpt {
    font-weight: 600;
    float: left;
    width: 60%;
    line-height: 1.5rem;
    margin: 0 0 1.7rem;
  }
  body.archive #desktop-left.simple-author article section.article-meta {
    width: 60%;
    float: left;
  }
  body.archive #desktop-left.simple-author article {
    width: 100%;
    padding: 20px 0 0;
  }
  body.archive #desktop-left.simple-author article a.department {
    color: #fff;
    background-color: #eb1414;
    line-height: 20px;
    position: absolute;
    padding: 6px 15px;
    top: -7px;
    left: 8px;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0;
    z-index: 99;
    margin-left: -16px;
  }
  body.archive #desktop-left.simple-author article a.department:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -8px 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #8d0c0c;
    border-top-color: #8d0c0c;
  }
  body.archive #desktop-left.simple-author article div.img-mask {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
  }
  body.archive #desktop-left.simple-author article div.img-mask img {
    width: auto;
    height: auto;
    max-width: initial;
    max-height: inherit;
    min-width: 100%;
    min-height: 100%;
  }
  body.archive #desktop-left.simple-author article .text-wrapper {
    width: 67%;
    margin-left: 33%;
    padding: 0 20px;
    margin-top: 0;
  }
  body.archive #desktop-left.simple-author article h2.post-title {
    width: 100%;
    padding: 0 1rem 0;
    line-height: 45px;
  }
  body.archive #desktop-left.simple-author article h2.post-title a:link,
  body.archive #desktop-left.simple-author article h2.post-title a:hover,
  body.archive #desktop-left.simple-author article h2.post-title a:visited {
    color: #000;
    font-size: 42px;
  }
  body.archive #desktop-left.simple-author article p.excerpt {
    padding: 0 0 0 1rem;
    width: 100%;
  }
  body.archive #desktop-left.simple-author article p.excerpt::first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
  body.archive #desktop-left.simple-author article section.article-meta {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  body.archive #desktop-left.simple-author article section.article-meta ul {
    border: none;
    padding: 0 0 0 1rem;
  }
  body.archive #desktop-left.simple-author article section.article-meta ul li {
    padding: 0;
    border: none;
  }
  body.archive #desktop-left.simple-author article section.article-meta ul li:first-of-type {
    padding: 0 10px 0 0;
  }
  body.archive #desktop-left.simple-author article section.article-meta ul li.simple-author {
    display: none;
  }
  body.archive #desktop-left.simple-author article section.article-meta ul li.simple-author a {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    text-transform: none;
    display: none;
  }
  body.archive #desktop-left.simple-author article section.article-meta ul li h3.shares {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 23px;
    padding: 0;
    margin: 0;
  }
  body.archive.author #site-wrapper #content-wrapper section.author-header {
    width: 99.5%;
    float: right;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left {
    width: 58%;
    padding: .5rem 0rem .5rem .5rem;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio p {
    width: 58%;
    float: right;
    clear: right;
    padding: 0 1rem;
    font-size: 1.063rem;
    line-height: 2rem;
    font-family: "Tiempos", Georgia, serif;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio p:first-of-type {
    padding: 3rem 1rem 0;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left #author-bio.bio-no-photo p {
    width: 100%;
  }
  body.archive #desktop-right {
    width: 300px;
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 630px) {
  body.archive.author #site-wrapper #content-wrapper #desktop-left section#author-bio {
    text-align: center;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left section#author-bio img {
    max-height: 330px;
    width: auto;
    float: none;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left section#author-bio p {
    width: 90%;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  body.archive.author #site-wrapper #content-wrapper #desktop-left {
    width: 64%;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article {
    border-top: none;
    width: 31.3%;
    display: inline-block;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 2) {
    margin: 1rem 2.5% 0;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 4), body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 5) {
    width: 47.9%;
    margin: 1rem 0;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 4) {
    margin: 20px 2% 0 0;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    margin: 16px 0;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .img-mask {
    height: auto;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author {
    border-top: none;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author:before {
    top: -32px;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author h2.white a:link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.archive.tax-zoninator_zones #site-wrapper #content-wrapper #desktop-left section.home-section.three-two-one article:nth-of-type(6n + 6) .title-author h2.white a:link span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 1180px) {
  body.archive #site-wrapper #content-wrapper #desktop-left.featured-styles article div.img-mask {
    width: 65%;
  }
  body.archive #site-wrapper #content-wrapper #desktop-left.featured-styles article h2.post-title {
    font-size: 2.65em;
    line-height: 1;
  }
  body.archive #site-wrapper #content-wrapper #desktop-left.featured-styles article p.excerpt {
    padding: 0 17.5%;
  }
  body.archive #site-wrapper #content-wrapper #desktop-left.featured-styles article p.read-more {
    margin: 10px 17.5% 0px 17.5%;
  }
  body.archive #site-wrapper #content-wrapper #desktop-left article h2.post-title {
    font-size: 2.65em;
    line-height: 1;
  }
  body.archive #site-wrapper #content-wrapper #desktop-left article p.excerpt {
    margin: 0 0 0;
  }
  body.archive.author #site-wrapper #content-wrapper {
    padding: 0rem 1.025rem 0;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left {
    width: 73%;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles #cat-image-contain {
    text-align: left;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles #cat-image-contain .cat-header-image {
    max-width: 100%;
    height: auto;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article {
    height: auto;
    float: left;
    position: relative;
    font-family: Tiempos, Georgia, serif;
    width: 100%;
    margin: 1.7rem 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article img {
    height: auto;
    width: auto;
    float: none;
    margin: 0 auto;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article div.img-mask img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article h2.post-title {
    color: #231f20;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    font-size: 3.875em;
    line-height: 1;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #a7a9ab;
    width: 100%;
    box-sizing: border-box;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article div.img-mask {
    clear: both;
    width: 60%;
    margin: 0 auto;
    float: none;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article div.img-mask img {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article p.excerpt {
    float: left;
    width: 100%;
    line-height: 2rem;
    margin: 0 0 1.7rem;
    font-family: "Tiempos", Georgia, serif;
    font-size: 17px;
    font-weight: 500;
    padding: 0 120px;
    clear: both;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article p.read-more {
    color: #231f20;
    font-family: "Oswald";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    float: right;
    display: block;
    margin-bottom: 40px;
    text-align: right;
    background: url(bb56f05527052403af5f0f38f5c0bf28f92cef64.png)  100% 0% no-repeat;
    padding: 0 25px 0 0;
    cursor: pointer;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article section.article-meta {
    width: 100%;
    float: left;
    display: inline-block;
    padding-bottom: 1rem;
    letter-spacing: 1px;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article:first-of-type {
    margin: 0 0 1.7rem;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article div.img-mask {
    width: 65%;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article p.excerpt {
    padding: 0 17.5%;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article p.read-more {
    margin: 10px 17.5% 0px 17.5%;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article h2.post-title {
    font-size: 3.875rem;
  }
  body.archive.author #site-wrapper #content-wrapper #desktop-left.featured-styles article .article-meta ul li a img {
    height: 100%;
    width: 100%;
  }
}
.archive #desktop-left.simple-blog-layout article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: auto;
  margin: 10px 0 7px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
.archive #desktop-left.simple-blog-layout article img {
  height: auto;
  max-height: 270px;
  min-height: inherit;
  width: auto;
  float: left;
  margin: 0 1rem 0 0;
}
.archive #desktop-left.simple-blog-layout article h2.post-title {
  font-size: 2.625rem;
  float: left;
  clear: none;
  width: 60%;
  margin: 0 0 1rem;
  padding: 1.250rem 0 0;
  font-family: Tiempos, Georgia, serif;
  font-weight: 600;
  text-transform: capitalize;
}
.archive #desktop-left.simple-blog-layout article p.excerpt {
  font-weight: 600;
  float: left;
  width: 60%;
  line-height: 1.5rem;
  margin: 0 0 1.7rem;
}
.archive #desktop-left.simple-blog-layout article section.article-meta {
  width: 60%;
  float: left;
}
.archive #desktop-left.simple-blog-layout article {
  width: 100%;
}
.archive #desktop-left.simple-blog-layout article a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: 8px;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  z-index: 99;
  margin-left: -16px;
}
.archive #desktop-left.simple-blog-layout article a.department:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
.archive #desktop-left.simple-blog-layout article div.img-mask {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.archive #desktop-left.simple-blog-layout article div.img-mask img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
.archive #desktop-left.simple-blog-layout article .text-wrapper {
  width: 100%;
  padding: 20px;
}
.archive #desktop-left.simple-blog-layout article h2.post-title {
  width: 100%;
  padding: 10px 16px 0;
  line-height: 45px;
}
.archive #desktop-left.simple-blog-layout article h2.post-title a:link,
.archive #desktop-left.simple-blog-layout article h2.post-title a:hover,
.archive #desktop-left.simple-blog-layout article h2.post-title a:visited {
  color: #000;
  font-size: 42px;
}
.archive #desktop-left.simple-blog-layout article p.excerpt {
  padding: 0 0 0 1rem;
  width: 100%;
}
.archive #desktop-left.simple-blog-layout article p.excerpt::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
.archive #desktop-left.simple-blog-layout article section.article-meta {
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
  display: inline-block;
}
.archive #desktop-left.simple-blog-layout article section.article-meta ul {
  border: none;
  padding: 0 0 0 6px;
}
.archive #desktop-left.simple-blog-layout article section.article-meta ul li {
  padding: 0;
  line-height: 23px;
}
.archive #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type {
  padding: 0 10px 0 0;
}
.archive #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-transform: none;
  color: #000;
}
.archive #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares {
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  line-height: 23px;
  padding: 0 0 0 10px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .archive #desktop-left.simple-blog-layout article {
    height: auto;
    float: left;
    position: relative;
    font-family: Tiempos, Georgia, serif;
    width: auto;
    margin: 10px 0 7px;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  }
  .archive #desktop-left.simple-blog-layout article img {
    height: auto;
    max-height: 270px;
    min-height: inherit;
    width: auto;
    float: left;
    margin: 0 1rem 0 0;
  }
  .archive #desktop-left.simple-blog-layout article h2.post-title {
    font-size: 2.625rem;
    float: left;
    clear: none;
    width: 60%;
    margin: 0 0 1rem;
    padding: 1.250rem 0 0;
    font-family: Tiempos, Georgia, serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  .archive #desktop-left.simple-blog-layout article p.excerpt {
    font-weight: 600;
    float: left;
    width: 60%;
    line-height: 1.5rem;
    margin: 0 0 1.7rem;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta {
    width: 60%;
    float: left;
  }
  .archive #desktop-left.simple-blog-layout article {
    width: 100%;
  }
  .archive #desktop-left.simple-blog-layout article div.img-mask {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
  }
  .archive #desktop-left.simple-blog-layout article div.img-mask img {
    width: auto;
    height: 100%;
    max-width: initial;
  }
  .archive #desktop-left.simple-blog-layout article .text-wrapper {
    width: 67%;
    margin-left: 33%;
    padding: 20px;
    margin-top: 0;
  }
  .archive #desktop-left.simple-blog-layout article h2.post-title {
    width: 100%;
    padding: 1.25rem 1rem 0;
    line-height: 45px;
  }
  .archive #desktop-left.simple-blog-layout article h2.post-title a:link,
  .archive #desktop-left.simple-blog-layout article h2.post-title a:hover,
  .archive #desktop-left.simple-blog-layout article h2.post-title a:visited {
    color: #000;
    font-size: 42px;
  }
  .archive #desktop-left.simple-blog-layout article p.excerpt {
    padding: 0 0 0 1rem;
    width: 100%;
    display: inline-block;
  }
  .archive #desktop-left.simple-blog-layout article p.excerpt::first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta ul {
    border: none;
    padding: 0 0 0 1rem;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta ul li {
    padding: 0;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta ul li:first-of-type {
    padding: 0 10px 0 0;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta ul li.simple-author a {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
  }
  .archive #desktop-left.simple-blog-layout article section.article-meta ul li h3.shares {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 23px;
    padding: 0 0 0 10px;
    margin: 0;
  }
}
* {
  box-sizing: border-box;
}

a:link,
a:hover,
a:visited {
  color: #eb1414;
  text-decoration: none;
}
a:link:hover,
a:hover:hover,
a:visited:hover {
  text-decoration: underline;
}

header a:link,
header a:hover,
header a:visited,
footer a:link,
footer a:hover,
footer a:visited {
  color: #fff;
  text-decoration: none;
}
header a:link:hover,
header a:hover:hover,
header a:visited:hover,
footer a:link:hover,
footer a:hover:hover,
footer a:visited:hover {
  text-decoration: underline;
}

html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Solido", "Tahoma", sans-serif;
}
body.single #desktop-left p {
  font-family: Tiempos, Georgia, serif;
}

img#st-track-px,
img#wpstats {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1080px) {
  body.logged-in #site-wrapper {
    margin-top: 32px;
  }
  body.logged-in #site-wrapper > header {
    top: 32px;
  }
  body.logged-in #site-wrapper > header.scrolled .fixed {
    top: 32px;
  }
}
@media screen and (max-width: 769px) {
  body.logged-in #site-wrapper {
    margin-top: 46px;
  }
  body.logged-in #site-wrapper.scrolled {
    margin-top: 46px;
  }
  body.logged-in #site-wrapper > header {
    top: 46px;
  }
  body.logged-in #site-wrapper > header.scrolled,
  body.logged-in #site-wrapper > header.scrolled .fixed {
    top: 0px;
  }
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: .83rem;
}

h6 {
  font-size: .75rem;
}

p {
  margin: 0 0 25px;
}

.fp-red {
  color: #eb1414;
}

.bold {
  font-weight: 800;
}

.load-more {
  float: left;
}

a.no-underline:hover {
  text-decoration: none;
  cursor: default;
}

.infinite-scroll-trigger {
  float: left;
  padding: 10px;
  background: #000;
  color: #fff;
}

span.description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.dynamic-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#desktop-left {
  background: #fff;
}
#desktop-left ol,
#desktop-left ul {
  list-style-type: disc;
  width: 100%;
  list-style-position: outside;
  display: inline-block;
  padding: 0 20px;
  margin: 0 10px;
  font-size: 15px;
  line-height: 28px;
}
#desktop-left ol li,
#desktop-left ul li {
  margin: 15px 0 0;
}
#desktop-left ol {
  list-style-type: decimal;
}

div.share-contain {
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 900px) {
  #desktop-left ol,
  #desktop-left ul {
    width: 70%;
    margin: 0 auto 25px;
    font-size: 16px;
    display: inherit;
  }
}
@media screen and (max-width: 1180px) {
  blockquote.pullquote-left, blockquote.pullquote-right {
    display: none;
  }
}
body.single-channel #desktop-left.blog-layout #cat-image-contain {
  border: none;
}
body.single-channel #desktop-left.blog-layout #cat-image-contain img {
  padding-bottom: 0;
}
body.single-channel #desktop-left.blog-layout.featured-styles article h2.post-title {
  border-bottom: none;
}
body.single-channel #desktop-left.blog-layout span.author {
  position: relative;
}
body.single-channel #desktop-left.blog-layout span.author .description {
  top: 20px;
}
body #content-wrapper.blog-layout .post-title {
  font-size: 2.65em;
  line-height: 1 !important;
}
body #content-wrapper.blog-layout #desktop-left article p.excerpt {
  padding-top: 2px;
}
body #content-wrapper.blog-layout #desktop-left article h2.post-title {
  margin-bottom: 0px;
}
body #content-wrapper.blog-layout {
  padding: 2rem 1.025rem 0;
}
body #content-wrapper.blog-layout h1.archive-title {
  color: #1a1718;
  font-family: "Solido", Tahoma, sans-serif;
  text-align: left;
  border-bottom: 1px solid #1a1718;
  font-size: 45px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 66px;
  line-height: 45px;
  padding: 0;
  width: 99.5%;
  float: right;
}
body #desktop-left.blog-layout {
  padding: .5rem 1.5rem .5rem .5rem;
}
body #desktop-left.blog-layout h2.post-title a:link,
body #desktop-left.blog-layout h2.post-title a:hover,
body #desktop-left.blog-layout h2.post-title a:visited {
  color: #1a1718;
}
body #desktop-left.blog-layout a:hover {
  text-decoration: underline;
}
body #desktop-left.blog-layout > section:first-of-type > article {
  border-top: 1px solid #a7a9ab;
}
body #desktop-left.blog-layout article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: auto;
  margin: 10px 0 7px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
body #desktop-left.blog-layout article img {
  height: auto;
  max-height: 270px;
  min-height: inherit;
  width: auto;
  float: left;
  margin: 0 1rem 0 0;
}
body #desktop-left.blog-layout article h2.post-title {
  font-size: 2.625rem;
  float: left;
  clear: none;
  width: 60%;
  margin: 0 0 1rem;
  padding: 1.250rem 0 0;
  font-family: Tiempos, Georgia, serif;
  font-weight: 600;
  text-transform: capitalize;
}
body #desktop-left.blog-layout article p.excerpt {
  font-weight: 600;
  float: left;
  width: 60%;
  line-height: 1.5rem;
  margin: 0 0 1.7rem;
}
body #desktop-left.blog-layout article section.article-meta {
  width: 60%;
  float: left;
}
body #desktop-left.blog-layout article {
  height: auto;
  margin: .5rem 0;
}
body #desktop-left.blog-layout article div.img-mask {
  overflow: hidden;
  float: left;
  height: 100%;
  width: 100%;
}
body #desktop-left.blog-layout article img {
  width: 100%;
  height: auto;
  min-height: 1px;
}
body #desktop-left.blog-layout article h2.post-title, body #desktop-left.blog-layout article p.excerpt {
  width: 90%;
  padding: 1rem 1rem 0;
}
body #desktop-left.blog-layout article h2.post-title {
  font-size: 2.5rem;
}
body #desktop-left.blog-layout article section.article-meta {
  display: none;
  text-transform: uppercase;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: .938rem;
}
body #desktop-left.blog-layout article section.article-meta a {
  color: #eb1414;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: .938rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: uppercase;
}
body #desktop-left.blog-layout article section.article-meta .date {
  display: block;
}
body #desktop-left.blog-layout article section.article-meta ul li.sharing {
  padding: .2rem;
}
body #desktop-left.blog-layout article section.article-meta ul li.sharing a {
  float: left;
  height: 27px;
  width: 28px;
  cursor: pointer;
  margin: 0 .2rem;
  position: relative;
}
body #desktop-left.blog-layout article section.article-meta ul li.sharing a img {
  height: 100%;
  width: 100%;
}
body #desktop-left.blog-layout.featured-styles #cat-image-contain {
  text-align: left;
  margin: 55px 0 0;
}
body #desktop-left.blog-layout.featured-styles #cat-image-contain .cat-header-image {
  max-width: 100%;
  height: auto;
}
body #desktop-left.blog-layout.featured-styles article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: 100%;
  margin: 1.7rem 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #desktop-left.blog-layout.featured-styles article img {
  height: auto;
  width: auto;
  float: none;
  margin: 0 auto;
}
body #desktop-left.blog-layout.featured-styles article div.img-mask img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
body #desktop-left.blog-layout.featured-styles article h2.post-title {
  color: #231f20;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  font-size: 3.875em;
  line-height: 1;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a7a9ab;
  width: 100%;
  box-sizing: border-box;
}
body #desktop-left.blog-layout.featured-styles article div.img-mask {
  clear: both;
  width: 60%;
  margin: 0 auto;
  float: none;
}
body #desktop-left.blog-layout.featured-styles article div.img-mask img {
  width: 100%;
  height: auto;
  min-height: 0;
}
body #desktop-left.blog-layout.featured-styles article p.excerpt {
  float: left;
  width: 100%;
  line-height: 2rem;
  margin: 0 0 1.7rem;
  font-family: "Tiempos", Georgia, serif;
  font-size: 17px;
  font-weight: 500;
  padding: 0 120px;
  clear: both;
}
body #desktop-left.blog-layout.featured-styles article p.read-more {
  color: #231f20;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  float: right;
  display: block;
  margin-bottom: 40px;
  text-align: right;
  background: url(bb56f05527052403af5f0f38f5c0bf28f92cef64.png)  100% 0% no-repeat;
  padding: 0 25px 0 0;
  cursor: pointer;
}
body #desktop-left.blog-layout.featured-styles article section.article-meta {
  width: 100%;
  float: left;
  display: inline-block;
  padding-bottom: 1rem;
  letter-spacing: 1px;
}
body #desktop-left.blog-layout.featured-styles article div.img-mask {
  width: 100%;
}
body #desktop-left.blog-layout.featured-styles article p, body #desktop-left.blog-layout.featured-styles article p.excerpt {
  padding: 0;
  font-size: 17px;
  line-height: 29px;
}
body #desktop-left.blog-layout.featured-styles article p::first-letter, body #desktop-left.blog-layout.featured-styles article p.excerpt::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
body #desktop-left.blog-layout.featured-styles article p p, body #desktop-left.blog-layout.featured-styles article p ul, body #desktop-left.blog-layout.featured-styles article p.excerpt p, body #desktop-left.blog-layout.featured-styles article p.excerpt ul {
  width: 100%;
}
body #desktop-left.blog-layout.featured-styles article h2.post-title {
  font-size: 2.5rem;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul {
  padding: 0;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul li {
  margin: 0;
  padding: 5px .75rem;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul li,
body #desktop-left.blog-layout.featured-styles article .article-meta ul li a {
  font-size: 14px;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul li.print {
  width: 22px;
  display: block;
  display: none;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul li.sharing {
  padding: .2rem;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul li.sharing img {
  height: 100%;
  width: 100%;
  margin: 0;
}
body #desktop-left.blog-layout.featured-styles article .article-meta ul li.author-email {
  padding: 5px 10px 5px 30px;
}
body #desktop-right.featured-styles {
  margin: 0;
}
body #desktop-right .blog-about {
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  padding: 12px;
  margin: 20px 0 15px;
}
body #desktop-right .blog-about h2 {
  color: #000;
  font-weight: 800;
  font-size: 25px;
  padding: 7px 6px 20px 0px;
}
body #desktop-right .blog-about p {
  font-size: 18px;
  line-height: 33px;
  margin: 10px 0 25px;
}
body #desktop-right .blog-about ul li {
  margin: 10px 0;
}
body #desktop-right .blog-about ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Solido", Tahoma, sans-serif;
}
body #desktop-right .blog-about ul li a.email {
  color: #eb1414;
}
body #desktop-right .blog-about ul li a.twitter {
  color: #000;
}

@media screen and (min-width: 769px) {
  body #desktop-left.blog-layout article {
    height: auto;
    float: left;
    position: relative;
    font-family: Tiempos, Georgia, serif;
    width: auto;
    margin: 10px 0 7px;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  }
  body #desktop-left.blog-layout article img {
    height: auto;
    max-height: 270px;
    min-height: inherit;
    width: auto;
    float: left;
    margin: 0 1rem 0 0;
  }
  body #desktop-left.blog-layout article h2.post-title {
    font-size: 2.625rem;
    float: left;
    clear: none;
    width: 60%;
    margin: 0 0 1rem;
    padding: 1.250rem 0 0;
    font-family: Tiempos, Georgia, serif;
    font-weight: 600;
    text-transform: capitalize;
  }
  body #desktop-left.blog-layout article p.excerpt {
    font-weight: 600;
    float: left;
    width: 60%;
    line-height: 1.5rem;
    margin: 0 0 1.7rem;
  }
  body #desktop-left.blog-layout article section.article-meta {
    width: 60%;
    float: left;
  }
  body #desktop-left.blog-layout article {
    float: none;
    width: 100%;
  }
  body #desktop-left.blog-layout article div.img-mask {
    overflow: hidden;
    float: left;
    height: 100%;
    width: 35%;
    margin: 0px 20px -10px 0px;
  }
  body #desktop-left.blog-layout article img {
    height: auto;
    width: auto;
  }
  body #desktop-left.blog-layout article h2.post-title {
    padding: 1.250rem 1rem 0;
    font-size: 1.875rem;
  }
  body #desktop-left.blog-layout article h2.post-title, body #desktop-left.blog-layout article p.excerpt {
    width: 55%;
  }
  body #desktop-left.blog-layout.featured-styles #cat-image-contain {
    margin: 0;
  }
  body #desktop-left.blog-layout.featured-styles article p,
  body #desktop-left.blog-layout.featured-styles article p .excerpt {
    font-size: 17px;
  }
  body #desktop-left.blog-layout.featured-styles article .article-meta ul li.print {
    display: inline-block;
  }
  body #desktop-right {
    width: 300px;
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 630px) {
  body #desktop-left.blog-layout section#author-bio {
    text-align: center;
  }
  body #desktop-left.blog-layout section#author-bio img {
    max-height: 330px;
    width: auto;
    float: none;
  }
  body #desktop-left.blog-layout section#author-bio p {
    width: 90%;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  body #desktop-left.blog-layout {
    width: 64%;
  }
}
@media screen and (min-width: 1180px) {
  body #desktop-left.blog-layout.featured-styles article div.img-mask {
    width: 65%;
  }
  body #desktop-left.blog-layout.featured-styles article h2.post-title {
    font-size: 2.65em;
    line-height: 1;
  }
  body #desktop-left.blog-layout.featured-styles article p.excerpt {
    padding: 0 17.5%;
  }
  body #desktop-left.blog-layout.featured-styles article p.read-more {
    margin: 10px 17.5% 0px 17.5%;
  }
  body #desktop-left.blog-layout article h2.post-title {
    font-size: 2.65em;
    line-height: 1;
  }
  body #desktop-left.blog-layout article p.excerpt {
    margin: 0 0 0;
  }
}
#desktop-left #related-posts h2 {
  color: #070b13;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 1.125em;
  font-weight: 800;
  line-height: 1.375em;
  padding-bottom: 10px;
  border-bottom: 1px solid #a7a9ab;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#desktop-left #related-posts h2 em {
  font-style: normal;
}
#desktop-left #related-posts article {
  width: 100%;
  clear: both;
  height: 1%;
  overflow: hidden;
  margin: 0 0 20px;
}
#desktop-left #related-posts article a.image-link {
  display: block;
  zoom: 1;
}
#desktop-left #related-posts article a.image-link:after {
  content: '.';
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#desktop-left #related-posts article > img {
  float: left;
  margin: 0 15px 0 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#desktop-left #related-posts article p.excerpt {
  font-size: 14px;
  width: 100%;
  line-height: 23px;
  padding: 0 0 20px;
  margin: 0;
  border-bottom: 1px solid #000;
}
#desktop-left #related-posts article p.excerpt::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
#desktop-left #related-posts article .related-meta {
  float: left;
  max-width: 100%;
}
#desktop-left #related-posts article .related-meta a {
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#desktop-left #related-posts article .related-meta h4 {
  line-height: 24px;
}
#desktop-left #related-posts article .related-meta h4 a {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  height: 24px;
  line-height: 24px;
  color: #000;
  text-transform: none;
}
#desktop-left #related-posts article .related-meta h4.modified {
  font-family: Solido, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  clear: none;
}
#desktop-left #related-posts article .related-meta .author .description {
  display: none;
}
#desktop-left #related-posts article .related-meta h3.brightred.shares {
  float: none;
  display: inline-block;
  font-size: 14px;
}

@media screen and (min-width: 500px) {
  #desktop-left #related-posts article > img {
    max-width: 35%;
  }
  #desktop-left #related-posts article .related-meta {
    max-width: 60%;
  }
  #desktop-left #related-posts article .related-meta h4 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  #desktop-left section#related-posts article.related-post {
    width: 32%;
    clear: none;
    height: auto;
    overflow: visible;
    margin: 0;
    float: left;
    margin: 0 0 0 2%;
  }
  #desktop-left section#related-posts article.related-post > img {
    max-width: 100%;
  }
  #desktop-left section#related-posts article.related-post:first-of-type {
    margin: 0;
  }
  #desktop-left section#related-posts article.related-post img {
    width: 100%;
  }
  #desktop-left section#related-posts article.related-post p.excerpt {
    height: 145px;
  }
  #desktop-left section#related-posts article.related-post .related-meta {
    max-width: 100%;
  }
  #desktop-left section#related-posts article.related-post .related-meta h4 {
    margin: 10px 0 0;
  }
}
#gaia-slide-contain {
  padding-top: 60px;
}
#gaia-slide-contain #gaia-prev, #gaia-slide-contain #gaia-next {
  display: none;
}
#gaia-slide-contain .gaia-slide {
  max-width: 95%;
  width: 95%;
  margin: 0 auto 12px !important;
  border: 1px solid #ccc;
}
#gaia-slide-contain .gaia-slide.hidden {
  display: block;
}
#gaia-slide-contain .gaia-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#gaia-slide-contain .gaia-slide .slide-info {
  padding: 0 25px 25px;
  border-top: 4px solid #eb1414;
  margin-top: -3px;
}
#gaia-slide-contain .gaia-slide .slide-info h2.title {
  margin: 22px 0 10px;
}
#gaia-slide-contain .gaia-slide .slide-info h2.title a {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  height: 56px;
  letter-spacing: 1px;
}
#gaia-slide-contain .gaia-slide .slide-info h2.title a span.description {
  display: none;
}
#gaia-slide-contain .gaia-slide .slide-info h4.category {
  margin: 10px 0 0;
  display: none;
}
#gaia-slide-contain .gaia-slide .slide-info h4.category.mobile {
  display: block;
}
#gaia-slide-contain .gaia-slide .slide-info h4.category a {
  font-family: Solido, Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#gaia-slide-contain .gaia-slide .slide-info h4.dek {
  font-family: "Tiempos", Georgia, serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 24px;
  margin: 0 0 10px;
}
#gaia-slide-contain .gaia-slide .slide-info div.by-line h3.author {
  margin: 0;
}
#gaia-slide-contain .gaia-slide .slide-info div.by-line h3.author a,
#gaia-slide-contain .gaia-slide .slide-info div.by-line h3.author span.byline-override {
  font-family: Solido, Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
#gaia-slide-contain .gaia-slide .slide-info div.by-line h4.category.department a {
  color: #eb1414;
}

/*indicators styling*/
#gaia-indicators {
  width: 33%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 3%;
  right: 0;
  z-index: 999;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gaia-indicators .gaia-thumb {
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 5px 0 15px;
  margin: 4px 0;
  border-left: 3px solid transparent;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gaia-indicators .gaia-thumb.active-thumb {
  border-left: 3px solid #eb1414;
  background: rgba(26, 23, 24, 0.95);
}
#gaia-indicators .gaia-thumb.active-thumb > div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#gaia-indicators .gaia-thumb a:hover {
  text-decoration: underline;
}
#gaia-indicators .gaia-thumb h2, #gaia-indicators .gaia-thumb h3, #gaia-indicators .gaia-thumb h4 {
  padding: .5rem 0 0 1rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
#gaia-indicators .gaia-thumb h4.excerpt {
  display: none;
}
#gaia-indicators .gaia-thumb .title a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
#gaia-indicators .gaia-thumb .category a {
  color: #eb1414;
  font-family: 'Solido Condensed', Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#gaia-indicators .gaia-thumb .author a {
  color: #939598;
  font-size: 1rem;
}
#gaia-indicators .gaia-thumb .byline-override {
  color: #939598;
  font-size: 1rem;
}
#gaia-indicators .gaia-thumb ul {
  width: 100%;
}
#gaia-indicators .gaia-thumb ul li {
  float: left;
  padding: 0 .5rem 0 0;
}
#gaia-indicators img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/*prev and next styling*/
#gaia-prev,
#gaia-next {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  margin-top: 0;
  background: rgba(26, 23, 24, 0.35) url(de2ae0d900a729a2fea5c5835bc2345c91ce89c5.png)  50% 50% no-repeat;
  z-index: 9999;
}

#gaia-next {
  left: auto;
  right: 0;
  background: rgba(26, 23, 24, 0.35) url(90134f7673129fd40872ed3e188de3c30a385f5e.png)  50% 50% no-repeat;
}

@media screen and (min-width: 630px) {
  #gaia-prev,
  #gaia-next {
    display: none;
  }

  #gaia-slide-wrapper {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #gaia-slide-contain {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #gaia-slide-contain #gaia-slide-wrapper {
    max-width: 100%;
    margin: 0 auto;
    height: 420px;
    position: relative;
    overflow: hidden;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide {
    position: absolute;
    width: 100%;
    min-width: 100%;
    min-height: 600px;
    z-index: 99;
    border: none;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide img {
    width: 100%;
    height: auto;
    min-height: 550px;
    min-width: 1400px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide.hidden {
    display: none;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info {
    border: none;
    position: absolute;
    width: 55%;
    top: 2%;
    left: 8%;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info a {
    color: #000;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h2.title {
    line-height: 56px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h2.title a {
    color: #fff;
    padding: 0;
    font-size: 2.688rem;
    line-height: 2.688rem;
    font-weight: 800;
    background: rgba(26, 23, 24, 0.9);
    -webkit-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    -moz-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h3.author {
    font-weight: 600;
    float: left;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.category {
    display: none;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.category.department {
    display: inline-block;
    clear: none;
    margin: 0;
    float: right;
    margin: 0 0 0 .6rem;
    padding: 0 0 0 .6rem;
    border-left: 2px solid #191615;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.category.department a:link, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.category.department a:hover, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.category.department a:visited {
    color: #eb1414;
    font-size: 1.188rem;
    font-family: "Solido", Tahoma, sans-serif;
    font-weight: bold;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.dek {
    margin: 0 0 .5rem;
    float: left;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info h4.dek > span {
    color: #000;
    padding: 2px 0 0 0;
    font-size: 24px;
    text-transform: none;
    font-family: 'Solido', Tahoma, sans-serif;
    padding: 2px 0;
    font-family: Tiempos, Georgia, serif;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 35px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line {
    float: left;
    clear: left;
    color: #000;
    padding: 2px 0 0 0;
    font-size: 1.188rem;
    text-transform: uppercase;
    font-family: 'Solido', Tahoma, sans-serif;
    padding: 2px 0;
    font-family: Tiempos, Georgia, serif;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.7rem;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line h3.author {
    clear: none;
    float: left;
    display: inline-block;
    text-transform: uppercase;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line h3.author a,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line h3.author span.byline-override {
    font-size: 19px;
    margin: 4px 0 0;
    display: inline-block;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line div.author {
    float: left;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line div.department {
    float: left;
    clear: none;
    margin: 3px 0 0;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info .by-line ul li {
    float: left;
    margin: 0;
    padding: 0 10px;
  }

  #gaia-indicators {
    display: block;
  }
  #gaia-indicators .dek, #gaia-indicators .category.mobile {
    display: none;
  }
  #gaia-indicators .by-line .department {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #gaia-slide-contain {
    padding-top: 50px;
  }
  #gaia-slide-contain #gaia-slide-wrapper {
    height: auto;
    background: #000;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide {
    position: relative;
    height: 600px;
    min-height: inherit;
    overflow: hidden;
    margin: 0 0 10px !important;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide.hidden {
    display: inline-block;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 {
    width: 49.5%;
    min-width: inherit;
    float: left;
    height: 350px;
    margin: 0 !important;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info {
    width: 75%;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info h2.title, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info h2.title {
    line-height: 36px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info h2.title a, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info h2.title a {
    font-size: 28px;
    line-height: 28px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info h4.dek, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info h4.dek {
    line-height: 20px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info h4.dek span, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info h4.dek span {
    font-size: 15px;
    line-height: 22px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info div.by-line h3.author a,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info div.by-line h3.author span.byline-override, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info div.by-line h3.author a,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info div.by-line h3.author span.byline-override {
    font-size: 14px;
    line-height: 24px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info div.by-line div.department h4.category.department a:link,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info div.by-line div.department h4.category.department a:hover,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-1 .slide-info div.by-line div.department h4.category.department a:visited, #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info div.by-line div.department h4.category.department a:link,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info div.by-line div.department h4.category.department a:hover,
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 .slide-info div.by-line div.department h4.category.department a:visited {
    font-size: 14px;
  }
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide#slide-2 {
    float: right;
  }

  #gaia-indicators {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  #gaia-slide-contain #gaia-slide-wrapper .gaia-slide .slide-info {
    top: 8%;
  }
}
@media screen and (min-width: 1500px) {
  #gaia-slide-wrapper .gaia-slide img {
    width: auto;
    height: auto;
    min-width: 100%;
  }
}
#divider {
  float: left;
}

.title-author .shares {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  padding: 4px 8px 0 5px;
}

body.home li.sharing .email {
  display: none;
}

#desktop-left section.home-section .home-topics-2.featured-block .title-author h3.dek,
#desktop-left section.home-section .home-topics-3.featured-block .title-author h3.dek,
#desktop-left section.home-section .home-topics-4.featured-block .title-author h3.dek,
#desktop-left section.home-section .home-topics-5.featured-block .title-author h3.dek,
#desktop-left section.home-section .fall-back-target.featured-block .title-author h3.dek {
  font-size: 1em;
  line-height: 1.5em;
}
#desktop-left section.home-section .home-topics-2.featured-block .title-author .share-contain,
#desktop-left section.home-section .home-topics-3.featured-block .title-author .share-contain,
#desktop-left section.home-section .home-topics-4.featured-block .title-author .share-contain,
#desktop-left section.home-section .home-topics-5.featured-block .title-author .share-contain,
#desktop-left section.home-section .fall-back-target.featured-block .title-author .share-contain {
  padding-bottom: 20px;
}
#desktop-left section.home-section .home-topics-2.featured-block .title-author .share-contain .author a,
#desktop-left section.home-section .home-topics-3.featured-block .title-author .share-contain .author a,
#desktop-left section.home-section .home-topics-4.featured-block .title-author .share-contain .author a,
#desktop-left section.home-section .home-topics-5.featured-block .title-author .share-contain .author a,
#desktop-left section.home-section .fall-back-target.featured-block .title-author .share-contain .author a {
  font-size: 16px;
  line-height: 19px;
}
#desktop-left section.home-section .home-topics-2.featured-block .title-author .share-contain .brightred,
#desktop-left section.home-section .home-topics-3.featured-block .title-author .share-contain .brightred,
#desktop-left section.home-section .home-topics-4.featured-block .title-author .share-contain .brightred,
#desktop-left section.home-section .home-topics-5.featured-block .title-author .share-contain .brightred,
#desktop-left section.home-section .fall-back-target.featured-block .title-author .share-contain .brightred {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
#desktop-left section.home-section .home-topics-2.featured-block div.img-mask,
#desktop-left section.home-section .home-topics-2.featured-block span.dynamic-image,
#desktop-left section.home-section .home-topics-3.featured-block div.img-mask,
#desktop-left section.home-section .home-topics-3.featured-block span.dynamic-image,
#desktop-left section.home-section .home-topics-4.featured-block div.img-mask,
#desktop-left section.home-section .home-topics-4.featured-block span.dynamic-image,
#desktop-left section.home-section .home-topics-5.featured-block div.img-mask,
#desktop-left section.home-section .home-topics-5.featured-block span.dynamic-image,
#desktop-left section.home-section .fall-back-target.featured-block div.img-mask,
#desktop-left section.home-section .fall-back-target.featured-block span.dynamic-image {
  width: 100%;
  margin: 0;
  max-height: 350px;
}

section#home-topics {
  width: 100%;
}

section.home-section {
  float: left;
}
section.home-section article {
  clear: both;
  display: inline-block;
  margin: 20px 0 0;
  border-top: 1px solid #ccc;
  position: relative;
  padding: 15px 0 0;
}
section.home-section article div.img-mask {
  width: 120px;
  height: 110px;
  overflow: hidden;
  float: left;
}
section.home-section article div.img-mask img {
  height: auto;
  width: 100%;
  min-height: inherit;
}
section.home-section article > div {
  float: left;
  width: 100%;
  display: inline-block;
  margin: 0 0 0 1rem;
}
section.home-section article > div h2.white {
  line-height: 17px;
}
section.home-section article > div h2.white a {
  color: #000;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  height: auto;
  line-height: 17px;
}
section.home-section article > div h3.dek {
  display: none;
}
section.home-section article > div .title-author {
  float: left;
  width: 55%;
  margin: 8px 0 0 1rem;
}
section.home-section article > div .title-author .center {
  float: left;
}
section.home-section article > div .title-author .center h3.author a {
  color: #000;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
}
section.home-section article > div .title-author .description {
  display: none;
}
section.home-section article > div .title-author a.author {
  float: none;
}
section.home-section.three-two-one article:nth-of-type(6), section.home-section.two-three-one article:nth-of-type(6) {
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  height: 1%;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  overflow: visible;
  padding: 0;
}
section.home-section.three-two-one article:nth-of-type(6) > div, section.home-section.two-three-one article:nth-of-type(6) > div {
  width: 100%;
}
section.home-section.three-two-one article:nth-of-type(6) > div h3.shares ul, section.home-section.two-three-one article:nth-of-type(6) > div h3.shares ul {
  bottom: auto;
  top: -9px;
}
section.home-section.three-two-one article:nth-of-type(6) img, section.home-section.two-three-one article:nth-of-type(6) img {
  min-height: inherit;
  max-height: initial;
  margin: 0;
  width: 100%;
}
section.home-section.three-two-one article:nth-of-type(6) .center, section.home-section.two-three-one article:nth-of-type(6) .center {
  margin: -20px 0 0;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author, section.home-section.two-three-one article:nth-of-type(6) .title-author {
  width: 100%;
  background: #fff;
  position: relative;
  bottom: auto;
  left: auto;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author:before, section.home-section.two-three-one article:nth-of-type(6) .title-author:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 6%;
  width: 88%;
  height: 32px;
  background: #fff;
  border: 3px solid #EB1414;
  border-bottom: 0;
  box-sizing: border-box;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h2, section.home-section.two-three-one article:nth-of-type(6) .title-author h2 {
  width: 88%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 1rem 0 0;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:link,
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:hover,
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:visited, section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link,
section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover,
section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited {
  color: #000;
  font-size: 3.438rem;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  line-height: 3.438rem;
  position: relative;
  top: -27px;
  background: none;
  -webkit-box-shadow: 10px 0 0 white;
  -moz-box-shadow: 10px 0 0 white;
  box-shadow: 10px 0 0 white;
  text-transform: capitalize;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:link span,
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:hover span,
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:visited span, section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link span,
section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover span,
section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited span {
  color: #000;
  -webkit-box-shadow: -10px 0 0 white;
  -moz-box-shadow: -10px 0 0 white;
  box-shadow: -10px 0 0 white;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h3, section.home-section.two-three-one article:nth-of-type(6) .title-author h3 {
  display: inline-block;
  margin: 0;
  float: none;
  padding: 5px 10px;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h3.author a, section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author a {
  font-size: 1rem;
  text-transform: capitalize;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h3.dek, section.home-section.two-three-one article:nth-of-type(6) .title-author h3.dek {
  display: block;
  font-family: "Tiempos", Georgia, serif;
  text-align: center;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.5rem;
  padding: 0 6%;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h3.author, section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author {
  border-right: 1px solid #000;
  padding: 0 10px;
}
section.home-section.three-two-one article:nth-of-type(6) a.department, section.home-section.two-three-one article:nth-of-type(6) a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: -9px;
  font-family: "Solido Condensed", Tahoma, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  width: initial;
}
section.home-section.three-two-one article:nth-of-type(6) a.department:before, section.home-section.two-three-one article:nth-of-type(6) a.department:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
section.home-section.three-two-one article:nth-of-type(6) div.img-mask, section.home-section.two-three-one article:nth-of-type(6) div.img-mask {
  width: 100%;
  margin: 0;
  max-height: 350px;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author, section.home-section.two-three-one article:nth-of-type(6) .title-author {
  margin: 0;
  padding: 0 20px;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author:before, section.home-section.two-three-one article:nth-of-type(6) .title-author:before {
  left: 0;
  width: 100%;
  top: -32px;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h2, section.home-section.two-three-one article:nth-of-type(6) .title-author h2 {
  width: 100%;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:link,
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:hover,
section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:visited, section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link,
section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover,
section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited {
  font-size: 32px;
  line-height: 32px;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h3.author:after, section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author:after {
  display: none;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author a.author, section.home-section.two-three-one article:nth-of-type(6) .title-author a.author {
  float: none;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author h3.shares, section.home-section.two-three-one article:nth-of-type(6) .title-author h3.shares {
  display: none;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author div.center, section.home-section.two-three-one article:nth-of-type(6) .title-author div.center {
  width: 100%;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author div.share-contain, section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain {
  float: none;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author div.share-contain.table, section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain.table {
  display: inline-table;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author div.share-contain li, section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain li {
  display: inline-block;
}
section.home-section.three-two-one article:nth-of-type(6) .title-author div.share-contain li a, section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain li a {
  display: inline-block;
  height: 22px;
  width: 22px;
}
section.home-section.one-two-three article:nth-of-type(1) {
  height: auto;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  height: 1%;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  overflow: visible;
  padding: 0;
}
section.home-section.one-two-three article:nth-of-type(1) > div {
  width: 100%;
}
section.home-section.one-two-three article:nth-of-type(1) > div h3.shares ul {
  bottom: auto;
  top: -9px;
}
section.home-section.one-two-three article:nth-of-type(1) img {
  min-height: inherit;
  max-height: initial;
  margin: 0;
  width: 100%;
}
section.home-section.one-two-three article:nth-of-type(1) .center {
  margin: -20px 0 0;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author {
  width: 100%;
  background: #fff;
  position: relative;
  bottom: auto;
  left: auto;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 6%;
  width: 88%;
  height: 32px;
  background: #fff;
  border: 3px solid #EB1414;
  border-bottom: 0;
  box-sizing: border-box;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 {
  width: 88%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 1rem 0 0;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link,
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover,
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited {
  color: #000;
  font-size: 3.438rem;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  line-height: 3.438rem;
  position: relative;
  top: -27px;
  background: none;
  -webkit-box-shadow: 10px 0 0 white;
  -moz-box-shadow: 10px 0 0 white;
  box-shadow: 10px 0 0 white;
  text-transform: capitalize;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link span,
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover span,
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited span {
  color: #000;
  -webkit-box-shadow: -10px 0 0 white;
  -moz-box-shadow: -10px 0 0 white;
  box-shadow: -10px 0 0 white;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h3 {
  display: inline-block;
  margin: 0;
  float: none;
  padding: 5px 10px;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author a {
  font-size: 1rem;
  text-transform: capitalize;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h3.dek {
  display: block;
  font-family: "Tiempos", Georgia, serif;
  text-align: center;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.5rem;
  padding: 0 6%;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author {
  border-right: 1px solid #000;
  padding: 0 10px;
}
section.home-section.one-two-three article:nth-of-type(1) a.department {
  color: #fff;
  background-color: #eb1414;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  top: -7px;
  left: -9px;
  font-family: "Solido Condensed", Tahoma, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0;
  width: initial;
}
section.home-section.one-two-three article:nth-of-type(1) a.department:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
section.home-section.one-two-three article:nth-of-type(1) div.img-mask {
  width: 100%;
  margin: 0;
  max-height: 350px;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author {
  margin: 0;
  padding: 0 20px;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author:before {
  left: 0;
  width: 100%;
  top: -32px;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 {
  width: 100%;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link,
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover,
section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited {
  font-size: 32px;
  line-height: 32px;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author:after {
  display: none;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author a.author {
  float: none;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author h3.shares {
  display: none;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author div.center {
  width: 100%;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain {
  float: none;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain.table {
  display: inline-table;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain li {
  display: inline-block;
}
section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain li a {
  display: inline-block;
  height: 22px;
  width: 22px;
}

div#divider {
  width: 100%;
}

@media screen and (min-width: 320px) {
  section.home-section {
    width: 100%;
  }
  section.home-section.three-two-one article:nth-of-type(4), section.home-section.three-two-one article:nth-of-type(5) {
    width: 100%;
    margin: 20px 0 0;
  }
  section.home-section.three-two-one article:nth-of-type(4) {
    margin: 20px 0 0;
  }
  section.home-section.three-two-one article:nth-of-type(5) {
    float: right;
  }
  section.home-section.two-three-one article:nth-of-type(1), section.home-section.two-three-one article:nth-of-type(2) {
    width: 100%;
  }
  section.home-section.two-three-one article:nth-of-type(6) {
    height: auto;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    height: 1%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    overflow: visible;
  }
  section.home-section.two-three-one article:nth-of-type(6) > div {
    width: 100%;
  }
  section.home-section.two-three-one article:nth-of-type(6) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  section.home-section.two-three-one article:nth-of-type(6) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  section.home-section.two-three-one article:nth-of-type(6) .center {
    margin: -20px 0 0;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link,
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover,
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link span,
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover span,
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author {
    margin: 0;
    padding: 0 20px;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author:before {
    left: 0;
    width: 100%;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 {
    width: 100%;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link,
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover,
  section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited {
    font-size: 32px;
    line-height: 32px;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author:after {
    display: none;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3.shares {
    display: none;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author h3.dek {
    font-size: 1em !important;
    line-height: 1.5em !important;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain {
    float: none;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain.table {
    display: inline-table;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain li {
    display: inline-block;
  }
  section.home-section.two-three-one article:nth-of-type(6) .title-author div.share-contain li a {
    display: inline-block;
    height: 22px;
    width: 22px;
  }
  section.home-section.one-two-three article:nth-of-type(1) {
    height: auto;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    height: 1%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    overflow: visible;
  }
  section.home-section.one-two-three article:nth-of-type(1) > div {
    width: 100%;
  }
  section.home-section.one-two-three article:nth-of-type(1) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  section.home-section.one-two-three article:nth-of-type(1) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  section.home-section.one-two-three article:nth-of-type(1) .center {
    margin: -20px 0 0;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link,
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover,
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link span,
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover span,
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author {
    margin: 0;
    padding: 0 20px;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author:before {
    left: 0;
    width: 100%;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 {
    width: 100%;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link,
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover,
  section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited {
    font-size: 32px;
    line-height: 32px;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author:after {
    display: none;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author h3.shares {
    display: none;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain {
    float: none;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain.table {
    display: inline-table;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain li {
    display: inline-block;
  }
  section.home-section.one-two-three article:nth-of-type(1) .title-author div.share-contain li a {
    display: inline-block;
    height: 22px;
    width: 22px;
  }
  section.home-section.one-two-three article:nth-of-type(2), section.home-section.one-two-three article:nth-of-type(3) {
    width: 100%;
    margin: 1rem 0.88% 0;
  }
  section.home-section#home-topics-2 {
    margin-top: 2rem;
  }
  section.home-section article {
    width: 100%;
    padding: 0;
  }
  section.home-section article div.img-mask,
  section.home-section article span.dynamic-image {
    width: 25%;
    height: 25%;
    float: left;
    max-height: 100px;
    margin: 15px 0 0;
  }
  section.home-section article a.department {
    width: 70%;
    float: right;
    margin: 20px 0 0;
    line-height: 20px;
    font-size: 13px;
  }
  section.home-section article > div {
    margin: 0;
    height: 100%;
  }
  section.home-section article > div .title-author {
    float: left;
    width: 55%;
    margin: 0 0 0 1rem;
  }
  section.home-section article > div .title-author .center {
    float: left;
    margin: 0 0 0 -5px;
  }
  section.home-section article > div .title-author .center h3.author {
    color: #000;
    padding: 5px;
    margin: 1px 0 0 0;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1rem;
  }
  section.home-section article img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-left: 0;
  }
  section.home-section article div.title-author {
    float: right;
    width: 69%;
  }
  section.home-section article div.title-author h2.white a:link,
  section.home-section article div.title-author h2.white a:hover,
  section.home-section article div.title-author h2.white a:visited {
    color: #000;
    font-size: 17px;
    display: inline;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
  }
  section.home-section article a.department {
    left: -8px;
  }
}
@media screen and (min-width: 500px) {
  body.single-channel article h2.white a:link,
  body.single-channel article h2.white a:hover,
  body.single-channel article h2.white a:visited {
    font-size: 27px;
  }

  section.home-section article {
    width: 100%;
    padding: 0;
    height: 300px;
  }
  section.home-section article div.title-author {
    width: 63%;
    margin: 0 0 0 10px;
    float: left;
    padding-top: 5px;
    position: absolute;
    bottom: 4%;
    left: 2%;
  }
  section.home-section article div.title-author h2.white {
    margin-left: 5px;
    margin-bottom: 15px;
  }
  section.home-section article div.title-author h2.white a:link,
  section.home-section article div.title-author h2.white a:hover,
  section.home-section article div.title-author h2.white a:visited {
    color: #fff;
    font-size: 24px;
    display: inline;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
    background: rgba(26, 23, 24, 0.9);
    -webkit-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    -moz-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    text-transform: uppercase;
    color: #fff;
  }
  section.home-section article div.img-mask,
  section.home-section article span.dynamic-image {
    width: 100%;
    height: 100%;
    float: left;
    max-height: 100%;
    margin: 0;
    overflow: hidden;
  }
  section.home-section article div.sponsor-name {
    display: inline-block;
    margin-bottom: .5em;
    padding: .25em;
    color: #fff;
  }
  section.home-section article div.sponsor-name.light-blue {
    background: #50adc6;
  }
  section.home-section article div.sponsor-name.dark-blue {
    background: #002290;
  }
  section.home-section article div.sponsor-name.green {
    background: green;
  }
  section.home-section article div.sponsor-name.white {
    background: #fff;
    color: #000;
  }
  section.home-section article div.sponsor-name.black {
    background: #333;
  }
  section.home-section article div.russia-direct-logo {
    background: rgba(26, 23, 24, 0.55);
    -webkit-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.55), 10px 0 0 rgba(26, 23, 24, 0.55);
    -moz-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.55), 10px 0 0 rgba(26, 23, 24, 0.55);
    box-shadow: -10px 0 0 rgba(26, 23, 24, 0.55), 10px 0 0 rgba(26, 23, 24, 0.55);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    background: black url(58c6f13f3f3390fd0462dd5daeaec42ec271051b.png)  no-repeat 0 50%;
    background: rgba(26, 23, 24, 0.55) url(58c6f13f3f3390fd0462dd5daeaec42ec271051b.png)  no-repeat 0 50%;
    color: #fff;
    display: inline-block;
    padding: .25em;
    text-indent: -9999em;
    width: 134px;
    height: 15px;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: .25em;
    margin-left: 5px;
    padding: 0 4px 12px 0;
  }
  section.home-section article div.russia-direct-logo + h2.white a:link {
    background: #000;
    background: rgba(26, 23, 24, 0.55);
    background: rgba(26, 23, 24, 0.55);
    -webkit-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.55), 10px 0 0 rgba(26, 23, 24, 0.55);
    -moz-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.55), 10px 0 0 rgba(26, 23, 24, 0.55);
    box-shadow: -10px 0 0 rgba(26, 23, 24, 0.55), 10px 0 0 rgba(26, 23, 24, 0.55);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9em;
    line-height: 1.21em;
  }
  section.home-section article div.russia-direct-logo + .white + .center h3.author {
    background: #fff;
    background: rgba(255, 255, 255, 0.55);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.65em;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
  }
  section.home-section article div.russia-direct-logo + .white + .center h3.author:after {
    display: none;
  }
  section.home-section article a.department {
    color: #fff;
    background-color: #eb1414;
    line-height: 20px;
    position: absolute;
    padding: 6px 15px;
    top: -7px;
    left: 8px;
    font-family: "Solido Condensed", Tahoma, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0;
    width: initial;
    left: -8px;
  }
  section.home-section article a.department.green {
    background-color: green;
  }
  section.home-section article a.department.green:before {
    border-right-color: #005422;
    border-top-color: #005422;
  }
  section.home-section article a.department.light-blue {
    background-color: #50adc6;
  }
  section.home-section article a.department.light-blue:before {
    border-top-color: #357181;
    border-right-color: #357181;
  }
  section.home-section article a.department.dark-blue {
    background-color: #002290;
  }
  section.home-section article a.department.dark-blue:before {
    border-right-color: #021450;
    border-top-color: #021450;
  }
  section.home-section article a.department:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -8px 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #8d0c0c;
    border-top-color: #8d0c0c;
  }
  section.home-section.three-two-one article:nth-of-type(4), section.home-section.three-two-one article:nth-of-type(5), section.home-section.one-two-three article:nth-of-type(4), section.home-section.one-two-three article:nth-of-type(5) {
    width: 48.4%;
    float: left;
    clear: none;
    height: 375px;
  }
  section.home-section.three-two-one article:nth-of-type(4) div.img-mask img, section.home-section.three-two-one article:nth-of-type(5) div.img-mask img, section.home-section.one-two-three article:nth-of-type(4) div.img-mask img, section.home-section.one-two-three article:nth-of-type(5) div.img-mask img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  section.home-section.three-two-one article:nth-of-type(5), section.home-section.one-two-three article:nth-of-type(5) {
    float: right;
  }
  section.home-section.two-three-one article:nth-of-type(1), section.home-section.two-three-one article:nth-of-type(2) {
    width: 48.4%;
    float: left;
    clear: none;
    height: 375px;
  }
  section.home-section.two-three-one article:nth-of-type(1) div.img-mask img, section.home-section.two-three-one article:nth-of-type(2) div.img-mask img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  section.home-section.two-three-one article:nth-of-type(2) {
    float: right;
  }
  section.home-section.one-two-three article:nth-of-type(4), section.home-section.one-two-three article:nth-of-type(5) {
    width: 48.4%;
    float: left;
    clear: none;
    height: 375px;
  }
  section.home-section.one-two-three article:nth-of-type(4) div.img-mask img, section.home-section.one-two-three article:nth-of-type(5) div.img-mask img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 769px) {
  section.home-section {
    width: 100%;
  }
  section.home-section a.department {
    left: 8px;
  }
  section.home-section article div.title-author {
    width: 85%;
  }
  section.home-section article div.title-author div.center {
    width: 100%;
  }
  section.home-section article div.title-author div.center h3.author {
    float: left;
    clear: none;
    display: inline-block;
    position: relative;
    z-index: 98;
  }
  section.home-section article div.title-author div.center h3.author:after {
    content: " | ";
    display: inline-block;
    padding: 0 0 0 0.5rem;
  }

  section#home-topics.home-section article {
    border-top: none;
    width: 31.3%;
    display: inline-block;
    height: 376px;
  }
  section#home-topics.home-section article img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: inherit;
  }
  section#home-topics.home-section article:nth-of-type(2) {
    margin: 1rem 2.5% 0;
  }
  section#home-topics.home-section article:nth-of-type(4) {
    margin: 20px 2% 0 0;
  }
  section#home-topics.home-section article:nth-of-type(4), section#home-topics.home-section article:nth-of-type(5) {
    width: 48.5%;
  }
  section#home-topics.home-section article:nth-of-type(6) {
    height: auto;
    width: 100%;
  }
  section#home-topics.home-section article:nth-of-type(6) > div {
    width: 100%;
  }
  section#home-topics.home-section article:nth-of-type(6) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  section#home-topics.home-section article:nth-of-type(6) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  section#home-topics.home-section article:nth-of-type(6) .center {
    margin: -20px 0 0;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 a:link,
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 a:hover,
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 a:link span,
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 a:hover span,
  section#home-topics.home-section article:nth-of-type(6) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  section#home-topics.home-section article:nth-of-type(6) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1180px) {
  #desktop-left section.home-section.three-two-one article {
    border-top: none;
    width: 31.3%;
    display: inline-block;
    height: 376px;
  }
  #desktop-left section.home-section.three-two-one article img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: inherit;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(2) {
    margin: 1rem 2.5% 0;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(4) {
    margin: 20px 2% 0 0;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(4), #desktop-left section.home-section.three-two-one article:nth-of-type(5) {
    width: 48.5%;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) {
    height: auto;
    width: 100%;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) > div {
    width: 100%;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .center {
    margin: -20px 0 0;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:link,
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:hover,
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:link span,
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:hover span,
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  #desktop-left section.home-section.three-two-one article:nth-of-type(6) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  #desktop-left section.home-section.two-three-one article {
    width: 48.5%;
    display: inline-block;
    height: 376px;
    border-top: none;
    margin: 0;
  }
  #desktop-left section.home-section.two-three-one article img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: initial;
    max-width: initial;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(1) {
    margin: 0 2% 0 0;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(3), #desktop-left section.home-section.two-three-one article:nth-of-type(4), #desktop-left section.home-section.two-three-one article:nth-of-type(5) {
    width: 31.7%;
    margin: 20px 0;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(4) {
    margin: 20px 2%;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) {
    height: auto;
    width: 100%;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) > div {
    width: 100%;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .center {
    margin: -20px 0 0;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link,
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover,
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:link span,
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:hover span,
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  #desktop-left section.home-section.two-three-one article:nth-of-type(6) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  #desktop-left section.home-section.one-two-three article {
    width: 100%;
    display: inline-block;
    height: 376px;
    border-top: none;
  }
  #desktop-left section.home-section.one-two-three article img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: initial;
    max-height: initial;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) {
    height: auto;
    width: 100%;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) > div {
    width: 100%;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) > div h3.shares ul {
    bottom: auto;
    top: -9px;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) img {
    min-height: inherit;
    max-height: initial;
    margin: 0;
    width: 100%;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .center {
    margin: -20px 0 0;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author {
    width: 100%;
    background: #fff;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author:before {
    content: "";
    position: absolute;
    top: -32px;
    left: 6%;
    width: 88%;
    height: 32px;
    background: #fff;
    border: 3px solid #EB1414;
    border-bottom: 0;
    box-sizing: border-box;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link,
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover,
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited {
    color: #000;
    font-size: 3.438rem;
    font-family: "Tiempos", Georgia, serif;
    font-weight: 800;
    line-height: 3.438rem;
    position: relative;
    top: -27px;
    background: none;
    -webkit-box-shadow: 10px 0 0 white;
    -moz-box-shadow: 10px 0 0 white;
    box-shadow: 10px 0 0 white;
    text-transform: capitalize;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:link span,
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:hover span,
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h2 a:visited span {
    color: #000;
    -webkit-box-shadow: -10px 0 0 white;
    -moz-box-shadow: -10px 0 0 white;
    box-shadow: -10px 0 0 white;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h3 {
    display: inline-block;
    margin: 0;
    float: none;
    padding: 5px 10px;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h3.dek {
    display: block;
    font-family: "Tiempos", Georgia, serif;
    text-align: center;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.5rem;
    padding: 0 6%;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(1) .title-author h3.author {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(2), #desktop-left section.home-section.one-two-three article:nth-of-type(3) {
    width: 48.5%;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(2) {
    margin: 0 2% 0 0;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(3) {
    float: right;
    margin: 0;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(4), #desktop-left section.home-section.one-two-three article:nth-of-type(5), #desktop-left section.home-section.one-two-three article:nth-of-type(6) {
    width: 31.4%;
    margin: 20px 0 0;
  }
  #desktop-left section.home-section.one-two-three article:nth-of-type(5) {
    margin: 20px 2%;
  }
}
.developing-stories {
  display: none;
}

@media screen and (min-width: 769px) {
  #desktop-left div.developing-stories {
    display: inline-block;
    width: 100%;
  }
  #desktop-left div.developing-stories h2.developing-stories {
    float: left;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 2px;
    padding: 0 30px 0 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  }
  #desktop-left div.developing-stories h2.developing-stories:before {
    content: "";
    display: inline-block;
    background: url(fe30907a2439f7de4131a8338e6e34c7dd939244.png)  50% 50% no-repeat black;
    height: 28px;
    width: 28px;
    border-right: 1px solid #fff;
    padding: 0 30px 0 0;
    margin: 10px 13px 0 0;
    float: left;
  }
  #desktop-left div.developing-stories > ul {
    width: 100%;
    float: left;
    margin: 25px 0 0;
    padding: 50px 5.5% 0;
    position: relative;
    min-height: 300px;
    border-bottom: 1px solid #96989b;
  }
  #desktop-left div.developing-stories > ul:first-of-type {
    clear: left;
    margin: 25px 0 0 9px;
  }
  #desktop-left div.developing-stories > ul > a {
    color: #fff;
    background-color: #eb1414;
    font-family: "Solido Condensed", Tahoma, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    padding: 6px 15px;
    top: -7px;
    left: -9px;
    text-transform: uppercase;
  }
  #desktop-left div.developing-stories > ul > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 -8px 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #8d0c0c;
    border-top-color: #8d0c0c;
  }
  #desktop-left div.developing-stories > ul li {
    display: none;
    width: 100%;
  }
  #desktop-left div.developing-stories > ul li:first-of-type {
    display: inline-block;
  }
  #desktop-left div.developing-stories > ul li article {
    height: 255px;
  }
  #desktop-left div.developing-stories > ul li article img.developing-image {
    width: 100%;
    min-height: 155px;
  }
  #desktop-left div.developing-stories > ul li article .title-author {
    display: inline-block;
  }
  #desktop-left div.developing-stories > ul li article .title-author .share-contain {
    clear: left;
    min-width: 165px;
  }
  #desktop-left div.developing-stories > ul li article h2.title a {
    font-family: "Solido", Tahoma, sans-serif;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 0;
    color: #000;
    float: left;
    clear: none;
  }
  #desktop-left div.developing-stories > ul li article h3.author {
    font-size: 14px;
    float: left;
    clear: left;
  }
  #desktop-left div.developing-stories > ul li article h3.author a {
    font-family: Solido, Tahoma, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    color: #000;
    line-height: 22px;
  }
  #desktop-left div.developing-stories > ul li article h3.author a span.description {
    display: none;
  }
  #desktop-left div.developing-stories > ul li article h3.shares {
    font-family: Solido, Tahoma, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    text-transform: uppercase;
    clear: none;
    float: left;
    padding: 1px 5px;
    height: 24px;
  }
  #desktop-left div.developing-stories > ul li article h3.shares span.black {
    color: #000;
  }
  #desktop-left div.developing-stories > ul li article h3.shares ul {
    padding: 0 6px;
  }
  #desktop-left div.developing-stories > ul li article h3.modified-time {
    clear: none;
    float: left;
    margin: 4px 0 0 3px;
    font-family: "Solido Medium Italic", Tahoma, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
    font-weight: normal;
  }
}
@media screen and (min-width: 990px) {
  #desktop-left div.developing-stories > ul li {
    display: inline-block;
  }
  #desktop-left div.developing-stories > ul li article {
    height: auto;
  }
  #desktop-left div.developing-stories > ul li article img.developing-image {
    width: 33%;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
  }
  #desktop-left div.developing-stories > ul li article .title-author {
    width: 50%;
    float: left;
  }
  #desktop-left div.developing-stories > ul li article .title-author .shares {
    line-height: inherit;
  }
}
@media screen and (min-width: 1080px) {
  #desktop-left div.developing-stories {
    background: url(adfbb85aff3d534e95b75d333955fb111f1f9d8c.png)  50% 15px no-repeat;
    padding: 17px 0 0;
    background-size: 100%;
  }
  #desktop-left div.developing-stories > ul {
    width: 32%;
    border: none;
  }
  #desktop-left div.developing-stories > ul:nth-of-type(2) {
    border-left: 1px solid #96989b;
    border-right: 1px solid #96989b;
  }
  #desktop-left div.developing-stories > ul li article {
    height: 255px;
    line-height: 1;
  }
  #desktop-left div.developing-stories > ul li article img.developing-image {
    width: 100%;
    margin: 0 0 10px 0;
    min-height: inherit;
  }
  #desktop-left div.developing-stories > ul li article .title-author {
    width: 100%;
    clear: both;
  }
  #desktop-left div.developing-stories > ul li article .title-author h3.author {
    margin: 0 2px 0 0;
  }
  #desktop-left div.developing-stories > ul li article .title-author h3.author span.black {
    font-family: "Solido ExtraBold Regular", Tahoma, sans-serif;
  }
  #desktop-left div.developing-stories > ul li article .title-author .shares {
    margin: 0;
    line-height: 20px;
    padding: 1px 0;
  }
}
#channel-page-image-contain {
  width: 100%;
  padding: 4rem 1.025rem 0rem;
}
#channel-page-image-contain img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 500px) {
  #content-wrapper.channels section.home-section.section-1 article {
    width: 48.4%;
    float: left;
    clear: none;
    height: 375px;
  }
  #content-wrapper.channels section.home-section.section-1 article:nth-of-type(2), #content-wrapper.channels section.home-section.section-1 article:nth-of-type(4) {
    float: right;
  }
  #content-wrapper.channels section.home-section.section-1 article div.img-mask,
  #content-wrapper.channels section.home-section.section-1 article span.dynamic-image {
    overflow: hidden;
  }
  #content-wrapper.channels section.home-section.section-1 article div.img-mask img,
  #content-wrapper.channels section.home-section.section-1 article span.dynamic-image img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media screen and (min-width: 990px) {
  #content-wrapper.channels section.home-section.section-1 article {
    width: 22.7%;
    height: 375px;
    margin: 20px 3% 20px 0;
    float: left;
  }
  #content-wrapper.channels section.home-section.section-1 article:nth-of-type(2), #content-wrapper.channels section.home-section.section-1 article:nth-of-type(4) {
    float: left;
  }
  #content-wrapper.channels section.home-section.section-1 article:nth-of-type(4) {
    margin: 20px 0;
  }
  #content-wrapper.channels section.home-section.section-2 article:nth-of-type(6n + 10), #content-wrapper.channels section.home-section.section-2 article:nth-of-type(6n + 11) {
    width: 48.5%;
  }
  #content-wrapper.channels section.home-section.section-2 article:nth-of-type(6n + 10) {
    margin: 20px 2% 0 0;
  }
  #content-wrapper.channels section.home-section.section-2 article:nth-of-type(6n + 8) {
    margin: 1rem 2.5% 0;
  }
}
@media screen and (min-width: 769px) {
  #channel-page-image-contain {
    padding: 2rem 1.025rem 2rem;
  }

  #content-wrapper.channels #desktop-left img.full-width {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
body.single-channel .channel-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #eb1414;
  font-size: 4.6875em;
  line-height: 1;
  font-family: "Solido", Tahoma, sans-serif;
  font-weight: 500;
  margin: 26px auto 20px;
  padding: 0;
  max-width: 1205px;
}
body.single-channel .channel-title span {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #a7a9ab;
  padding: 0 0 8px;
  display: block;
}
body.single-channel #cat-image-contain {
  margin: 26px auto 20px;
  padding: 0;
  max-width: 1205px;
  border-bottom: 1px solid #a7a9ab;
  width: 94%;
}
body.single-channel #cat-image-contain img {
  max-width: 100%;
  height: auto;
  padding: 0 40px 22px 0px;
}
body.single-channel .channel-slide img {
  width: 100%;
}
body.single-channel .channel-slide .slide-info h2.title {
  margin-bottom: 10px;
  line-height: 56px !important;
  font-weight: 800;
  letter-spacing: 2px;
  padding-left: 10px;
  font-family: "Solido", "Tahoma", sans-serif;
}
body.single-channel .channel-slide .slide-info h2.title a {
  font-size: 43px;
  display: inline;
  line-height: 43px !important;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (max-width: 769px) {
  body.single-channel #cat-image-contain {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.single-channel #site-wrapper .channel-title {
    font-size: 66px !important;
    padding: 35px 3% 0 !important;
  }
  body.single-channel #site-wrapper .channel-title span {
    background-size: 135px !important;
  }
  body.single-channel #site-wrapper #channel-slide-contain {
    padding-top: 0px !important;
  }
  body.single-channel #site-wrapper #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .title {
    padding-left: 0px !important;
    line-height: 30px !important;
    margin: 20px 0 16px -10px;
  }
  body.single-channel #site-wrapper #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .title a {
    line-height: 30px !important;
    padding-top: 5px !important;
    box-shadow: none;
    font-size: 18px;
  }
  body.single-channel #site-wrapper #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line {
    margin: 0 0 0 -10px;
  }
  body.single-channel #site-wrapper #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line h3.author a {
    font-size: 13px;
    font-weight: 600;
  }
}
#channel-slide-contain {
  padding-top: 65px;
  margin: 0;
}
#channel-slide-contain #channel-prev, #channel-slide-contain #channel-next {
  display: none;
}
#channel-slide-contain .channel-slide {
  max-width: 95%;
  width: 95%;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
}
#channel-slide-contain .channel-slide.hidden {
  display: block;
}
#channel-slide-contain .channel-slide img {
  width: 100%;
  height: auto;
}
#channel-slide-contain .channel-slide .slide-info {
  padding: 0 25px 25px;
  border-top: 4px solid #eb1414;
  margin-top: -3px;
}
#channel-slide-contain .channel-slide .slide-info h2.title {
  margin: 0 0 16px -10px;
}
#channel-slide-contain .channel-slide .slide-info h2.title a {
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  height: 56px;
  letter-spacing: 1px;
}
#channel-slide-contain .channel-slide .slide-info h4.dek {
  font-family: "Tiempos", Georgia, serif;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 24px;
}
#channel-slide-contain .channel-slide .slide-info div.by-line h3.author {
  margin: 0 0;
}
#channel-slide-contain .channel-slide .slide-info div.by-line h3.author a,
#channel-slide-contain .channel-slide .slide-info div.by-line h3.author span.bylineoverride {
  color: #000;
  font-family: "Solido", Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
}
#channel-slide-contain .channel-slide .slide-info div.by-line h3.author a span.description,
#channel-slide-contain .channel-slide .slide-info div.by-line h3.author span.bylineoverride span.description {
  display: none;
}
#channel-slide-contain .channel-slide .slide-info div.by-line h3.shares {
  font-size: 20px;
  border-left: 2px solid #000;
  margin: 5px 0 0 7px;
  line-height: 15px;
  padding: 2px 0 0 8px;
}
#channel-slide-contain .channel-slide .slide-info div.by-line h4.category {
  display: none;
}

/*indicators styling*/
#channel-indicators {
  max-width: 29.7rem;
  width: 36%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#channel-indicators .channel-thumb {
  width: 100%;
  display: table;
  padding: 0;
  margin: 11px 0;
  border-left: 3px solid transparent;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#channel-indicators .channel-thumb > div {
  display: table-cell;
  vertical-align: middle;
  height: 95px;
  padding: 16px 0;
}
#channel-indicators .channel-thumb:first-of-type {
  margin: 0 0 4px;
}
#channel-indicators .channel-thumb.active-thumb {
  border-left: 3px solid #eb1414;
  background: rgba(26, 23, 24, 0.95);
}
#channel-indicators .channel-thumb a:hover {
  text-decoration: underline;
}
#channel-indicators .channel-thumb h2 {
  padding: 0 0 0 16px;
}
#channel-indicators .channel-thumb h3, #channel-indicators .channel-thumb h4 {
  padding: 1rem 0 0 1rem;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
#channel-indicators .channel-thumb h4.excerpt {
  display: none;
}
#channel-indicators .channel-thumb h2.title a {
  color: #fff;
  font-size: 1.250rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#channel-indicators .channel-thumb h4.category {
  float: left;
  clear: none;
}
#channel-indicators .channel-thumb h4.category,
#channel-indicators .channel-thumb h4.category a {
  color: #eb1414;
  font-family: 'Solido Condensed', Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 0 0 8px;
}
#channel-indicators .channel-thumb h3.author {
  float: left;
  border-right: 1px solid #fff;
  padding: 0 15px 0 8px;
  margin: 5px 0 0 0;
  line-height: 15px;
  color: #fff;
}
#channel-indicators .channel-thumb h3.author a,
#channel-indicators .channel-thumb h3.author span.bylineoverride {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0 0 8px;
}
#channel-indicators .channel-thumb h3.author a span.description,
#channel-indicators .channel-thumb h3.author span.bylineoverride span.description {
  display: none;
}
#channel-indicators .channel-thumb h3.shares {
  display: none;
}
#channel-indicators .channel-thumb ul {
  width: 100%;
}
#channel-indicators .channel-thumb ul li {
  float: left;
  padding: 0 .5rem 0 0;
}
#channel-indicators img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/*prev and next styling*/
#channel-prev,
#channel-next {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  margin-top: 0;
  background: rgba(26, 23, 24, 0.35) url(de2ae0d900a729a2fea5c5835bc2345c91ce89c5.png)  50% 50% no-repeat;
  z-index: 9999;
}

#channel-next {
  left: auto;
  right: 0;
  background: rgba(26, 23, 24, 0.35) url(90134f7673129fd40872ed3e188de3c30a385f5e.png)  50% 50% no-repeat;
}

@media screen and (min-width: 630px) {
  #channel-prev,
  #channel-next {
    display: none;
  }

  #channel-slide-wrapper {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #channel-slide-contain {
    padding: 0;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide {
    display: none;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.channel-active {
    display: block;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.channel-active div.slide-info {
    position: absolute;
    top: 30px;
    width: 90%;
    border: none;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.channel-active div.slide-info h2.title a {
    color: #fff;
    font-size: 43px;
    background: rgba(26, 23, 24, 0.90196);
    padding: 0 5px;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.channel-active div.slide-info div.by-line h3.author span {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px 2px;
    height: 33px;
    line-height: 12px;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.channel-active div.slide-info div.by-line h3.author span a {
    font-weight: 600;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.channel-active div.slide-info div.by-line h3.shares {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  #channel-slide-contain {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1205px;
    margin: 0 auto 45px;
  }
  #channel-slide-contain #channel-slide-wrapper {
    width: 100%;
    padding: 0;
    height: 314px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide {
    position: absolute;
    width: 63%;
    z-index: 99;
    height: 332px;
    overflow: hidden;
    left: 0;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide img {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide.hidden {
    display: none;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info {
    border: none;
    position: absolute;
    width: 85%;
    bottom: 2%;
    left: 8%;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info a {
    color: #000;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h2.title {
    line-height: 4.54rem;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h2.title a {
    color: #fff;
    padding: 0;
    font-size: 2.688rem;
    line-height: 2.688rem;
    font-weight: 800;
    background: rgba(26, 23, 24, 0.9);
    -webkit-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    -moz-box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    box-shadow: -10px 0 0 rgba(26, 23, 24, 0.9), 10px 0 0 rgba(26, 23, 24, 0.9);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h3.author {
    font-weight: 600;
    float: left;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h4.category.department {
    display: inline-block;
    clear: none;
    margin: 0;
    float: right;
    margin: 0 0 0 .6rem;
    padding: 0 0 0 .6rem;
    border-left: 2px solid #191615;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h4.category.department a:link, #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h4.category.department a:hover, #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h4.category.department a:visited {
    color: #eb1414;
    font-size: 1.188rem;
    font-family: "Solido", Tahoma, sans-serif;
    font-weight: bold;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h4.dek {
    margin: 0 0 1rem;
    float: left;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info h4.dek > span {
    color: #000;
    font-size: 1.188rem;
    padding: 2px 0;
    font-family: Tiempos, Georgia, serif;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.7rem;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line {
    float: left;
    clear: left;
    color: #000;
    padding: 2px 0 0 0;
    font-size: 1.188rem;
    text-transform: uppercase;
    font-family: 'Solido', Tahoma, sans-serif;
    padding: 2px 0;
    font-family: Tiempos, Georgia, serif;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: -10px 0 0 rgba(255, 255, 255, 0.7), 10px 0 0 rgba(255, 255, 255, 0.7);
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.7rem;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line h3.author {
    clear: none;
    float: left;
    display: inline-block;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line div.author {
    float: left;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line div.author h3.shares {
    display: none;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line div.department {
    float: left;
    clear: none;
    margin: 0;
  }
  #channel-slide-contain #channel-slide-wrapper .channel-slide .slide-info .by-line ul li {
    float: left;
    margin: 0;
    padding: 0 10px;
  }

  #channel-indicators {
    display: block;
  }
  #channel-indicators .dek, #channel-indicators .category.mobile {
    display: none;
  }
  #channel-indicators .by-line .department {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  #channel-slide-wrapper .channel-slide img {
    width: auto;
    height: auto;
    min-width: 100%;
  }
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper {
  padding: 0 1.025rem;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper h1.archive-title.photos-title {
  display: block;
  margin-left: 95px;
  color: #262526;
  line-height: 66px;
  font-size: 2rem;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: 800;
  margin: 50px 0 1rem;
  border-bottom: 1px solid #a7a9ab;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper h1.archive-title.photos-title:before {
  content: "";
  display: inline-block;
  float: left;
  height: 66px;
  width: 65px;
  background: url(100e7a435bab10d51ebc56b7e2269ea51bae52de.png)  50% 50% no-repeat;
  border-right: 1px solid #a7a9ab;
  padding: 0 25px 0 0;
  margin: 0 25px 0 0;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article {
  width: 100%;
  border: none;
  box-shadow: none;
  height: inherit;
  margin: 0;
  position: relative;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article .click-to-view {
  display: none;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article a {
  width: 100%;
  height: auto;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article a img {
  width: 100%;
  height: auto;
  max-height: inherit;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article h2.post-title {
  text-align: center;
  width: 100%;
  padding: 0 0 .5rem;
  margin: 0;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article h2.post-title a {
  font-family: "Tiempos", Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-align: center;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article p.excerpt {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 23px;
  margin: 0;
  padding: 0 0 .5rem;
  border-bottom: 1px solid #232323;
  margin: 0 0 .75rem;
  width: 100%;
  padding: 0 0 .2rem;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article section.article-meta {
  display: block;
  font-family: "Solido", Tahoma, sans-serif;
  padding: 0 0 1rem;
  width: 100%;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article section.article-meta a {
  font-family: "Solido", Tahoma, sans-serif;
  color: #eb1414;
  font-size: 14px;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article section.article-meta ul {
  border: none;
  margin: 0;
  padding: 0;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article section.article-meta ul li {
  border: none;
  margin: 0;
  padding: 0 .5rem .1rem;
  float: left;
  font-size: 14px;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article section.article-meta ul li:first-of-type {
  padding: 0 .5rem .1rem 0;
  border-right: 1px solid #a7a9ab;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article section.article-meta ul li.sharing {
  display: none;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) {
  width: 100%;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) .click-to-view {
  display: block;
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 25px;
  color: #fff;
  font-family: patua_oneregular, arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) .click-to-view:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(d55e66c12019da3adc80c38c0760109f973388ee.png)  50% 50% no-repeat;
  float: left;
  border-right: 1px solid #fff;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) div.inner {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 90%;
  padding: 20px 35px;
  margin: -30px 4.5% 0;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) div.inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 27px;
  border: 3px solid #EB1414;
  border-bottom: 0;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) div.inner h2.post-title a {
  color: #231f20;
  font-family: "Tiempos", Georgia, serif;
  font-weight: 800;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) p.excerpt {
  font-family: Tiempos, Georgia, serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  text-align: center;
  margin: 0 5%;
  width: 90%;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) section.article-meta {
  width: 90%;
  margin: 0 5%;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) section.article-meta ul li {
  text-align: left;
  float: left;
  display: block;
  padding: .75rem .75rem;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) section.article-meta ul li.sharing {
  display: inline-block;
  padding: .3rem .75rem;
  border-left: 1px solid #a7a9ab;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) section.article-meta ul li.sharing a {
  float: left;
  height: 28px;
  width: 28px;
  margin: 0 .2rem;
}
body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(4n + 4) section.article-meta ul li.sharing a img {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 900px) {
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper {
    padding: 1.5rem 1.025rem 0;
  }
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper h1.archive-title.photos-title {
    margin: 0;
  }
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article {
    width: 48%;
    border: none;
    box-shadow: none;
    float: left;
    margin: 0 0 0 2%;
  }
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(2n+1) {
    margin: 0;
  }
}
@media screen and (min-width: 1180px) {
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article {
    width: 32%;
    border: none;
    box-shadow: none;
    float: left;
    margin: 0 0 0 2%;
  }
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(2n+1) {
    margin: 0 0 0 2%;
  }
  body.archive.tax-slideshow_category #site-wrapper #content-wrapper #desktop-left article:nth-of-type(3n+1) {
    margin: 0;
  }
}
#gallery-container {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background: #050505;
  margin: 20px 0 0;
  position: relative;
  color: #fff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden;
  padding: 0 0 48px;
}
#gallery-container .gallery-flag {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 2em;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  font-size: 13px;
  padding: 13px;
}
#gallery-container img {
  width: 100%;
}
#gallery-container section.slide {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
#gallery-container section.slide.hidden {
  display: none;
}
#gallery-container section.slide h3 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Solido", Tahoma, sans-serif;
  letter-spacing: 0.01em;
  padding: 2rem 2rem 0;
}
#gallery-container section.slide h3 a {
  color: #fff;
  padding: 0 0 0 0px;
  float: left;
  width: 100%;
}
#gallery-container section.slide h3 a:before {
  content: "";
  height: 28px;
  display: block;
  width: 28px;
  background: url(c04ee6222d537e94d87c49406d0a873b8af080e5.png)  top left no-repeat;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  border-right: 1px solid #fff;
}
#gallery-container section.slide .slide-meta p {
  padding: 0 2rem;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Solido", Tahoma, sans-serif;
  margin: 0;
}
#gallery-container section.slide .slide-meta .gallery-author {
  padding: 0 2rem;
}
#gallery-container section.slide .slide-meta a {
  font-size: 14px;
  line-height: 24px;
  font-family: "Solido", Tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

#indicators-container {
  width: 100%;
  background: url(cfda7e5700508f1cf2081c88a12fb7b66f665ab7.png)  0% 0% repeat;
  position: absolute;
  float: left;
  margin-left: -9999px;
  bottom: 0;
}
#indicators-container #gallery-indicators {
  float: none;
  color: #6d6f72;
  margin: 0 auto;
  font-size: 3rem;
  font-family: arial;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
}
#indicators-container #gallery-indicators .gallery-thumb {
  cursor: pointer;
  display: inline-block;
}
#indicators-container #gallery-indicators .gallery-thumb.active-thumb {
  color: #fff;
}

@media screen and (min-width: 630px) {
  #gallery-container {
    margin: 20px 0 0;
  }
  #gallery-container .gallery-flag {
    font-size: 24px;
    padding: 0 16px;
  }

  #indicators-container {
    margin-left: 0px;
  }
}
@media screen and (min-width: 769px) {
  #gallery-container .gallery-flag {
    padding: 3px 8px 7px 0;
    line-height: 1.75rem;
  }
  #gallery-container .gallery-flag:before {
    content: '';
    display: inline-block;
    height: 28px;
    width: 37px;
    background: url(83de5c43672d442e43b515d44f71713b440c8f6f.png)  50% 50% no-repeat;
    top: 5px;
    position: relative;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #fff;
  }

  #indicators-container {
    margin-left: 0px;
  }
}
/** fp lightbox format */
.fp-lightbox--overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999;
}

.fp-lightbox--close {
  color: #fff;
  cursor: pointer;
  font-family: san-serif;
  font-size: 2.5em;
  position: absolute;
  right: 15px;
  top: 10px;
}

.fp-lightbox--table {
  display: table;
  height: 100%;
  margin: auto;
  table-layout: fixed;
  width: 100%;
}

.fp-lightbox--cell {
  display: table-cell;
  vertical-align: middle;
}

.fp-lightbox--container {
  margin: auto;
  max-width: 1100px;
  padding: 75px 10px;
}
.fp-lightbox--container img {
  max-width: 100%;
}

body.admin-bar .fp-lightbox--overlay,
.fp-lightbox--overlay_wpadmin {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .fp-lightbox--overlay,
  .fp-lightbox--overlay_wpadmin {
    top: 46px;
  }
}
/** js takeover */
.js-takeover {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 0;
  overflow: scroll;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

.js-takeover-content {
  color: #fff;
  margin: 100px auto;
  max-width: 900px;
  padding-top: 50px;
  position: relative;
}
.js-takeover-content h1 {
  border-bottom: 7px solid #fff;
  color: #fff;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 2.8em;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 8px;
}
.js-takeover-content h1 cite {
  font-style: italic;
}
.js-takeover-content h2 {
  font-size: 1.7em;
  line-height: 1.4;
}
.js-takeover-content p,
.js-takeover-content ul {
  font-family: "Tiempos", Georgia, serif;
  font-size: 1.1em;
  line-height: 1.5;
}
.js-takeover-content ul {
  list-style-type: disc;
  margin-bottom: 25px;
  padding-left: 35px;
}
.js-takeover-content ul li {
  margin-bottom: 5px;
}
.js-takeover-content cite,
.js-takeover-content em,
.js-takeover-content i {
  font-style: italic;
}
.js-takeover-content strong,
.js-takeover-content b {
  font-weight: bold;
}
.js-takeover-content a .overlay-nobrk > .FP-cite + b {
  color: #fff;
}
.js-takeover-content img {
  height: auto;
  max-width: 100%;
}
.js-takeover-content .wp-caption > a {
  display: block;
  text-align: center;
}
.js-takeover-content .wp-caption > a img {
  display: inline;
}

.FP_sc_marketing__premium > b {
  font-family: "Tiempos", Georgia, serif;
  text-transform: none;
}

a.js-takeover-action,
.js-takeover-action {
  background: #ea1419;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  margin: 25px auto;
  max-width: 500px;
  overflow: visible;
  padding: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
a.js-takeover-action:before,
.js-takeover-action:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  border-top: 7px solid rgba(234, 20, 20, 0.4);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
a.js-takeover-action .FP_sc_marketing > cite,
.js-takeover-action .FP_sc_marketing > cite {
  color: #fff;
}

.js-takeover-close {
  background: #000;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.75em;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.js-takeover-close--x {
  color: #ea1419;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 0.2;
}

#js-target {
  cursor: pointer;
}

ul.gallery-share-contain {
  position: absolute;
  left: -9999px;
  margin: 25px 0 0 20px;
  float: left;
}
ul.gallery-share-contain li.sharing img {
  height: 22px;
  width: auto;
  margin: 0 5px 0 0;
}

#desktop-left {
  padding-top: 0px;
}
#desktop-left h1.gallery-title {
  display: block;
  margin-left: 95px;
  color: #262526;
  line-height: 3.5rem;
  font-size: 2em;
  padding: 0 0 0 25px;
  margin: 39px 0 15px;
  font-family: "Solido", Tahoma, sans-serif;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #a7a9ab;
  text-align: left;
  float: left;
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
}
#desktop-left h1.gallery-title:before {
  content: "";
  height: 60px;
  width: 48px;
  background: url(c6080a757a6dceb357027cb367e94a0ba5f01792.png)  50% 50% no-repeat;
  float: left;
  margin: 0 22px 0 0;
  padding: 0 48px 0 0;
  border-right: 1px solid #a7a9ab;
}
#desktop-left #single-gallery-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
#desktop-left #single-gallery-container h3.gallery-click-text {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 26px;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  font-family: "Solido", Tahoma, sans-serif;
  text-transform: uppercase;
}
#desktop-left #single-gallery-container h3.gallery-click-text:before {
  content: "";
  float: left;
  height: 25px;
  width: 25px;
  background: url(defe5fef50bb68c72b2b972319faad17049a0c0f.png)  50% 50% no-repeat;
  border-right: 1px solid #fff;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
#desktop-left #single-gallery-container img {
  width: 100%;
}
#desktop-left #single-gallery-container .article-meta h2.single-gallery-title {
  text-align: center;
  font-size: 25px;
  text-transform: none;
  padding: 0;
  margin: -33px 0 0;
}
#desktop-left #single-gallery-container .article-meta h2.single-gallery-title:before {
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  border-top: 3px solid #eb1414;
}
#desktop-left #single-gallery-container .article-meta p.dek {
  font-size: 14px;
  margin: 0;
  padding: 0 5%;
  line-height: 27px;
  width: 100%;
}
#desktop-left #single-gallery-container .article-meta p.dek::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}
#desktop-left #single-gallery-container .article-meta > ul {
  width: 90%;
  margin: 0 auto;
}
#desktop-left #single-gallery-container .article-meta > ul li.author a span.description {
  display: none;
}

#single-gallery-inner {
  display: none;
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1% 0 0;
  position: relative;
}
#single-gallery-inner .js-elem {
  border-bottom: 1px solid #fff;
}
#single-gallery-inner div.logo {
  width: 60px;
  height: 50px;
  background: url(e69f70c57f1daf49eed303db3ff4538ec37a90ed.png)  top left no-repeat;
  background-size: 100%;
  margin: 0 0 0 -25px;
  float: left;
}
#single-gallery-inner button.close {
  width: 51px;
  height: 51px;
  background: url(67a67b8e211927680a3c6a2665f9aa09447d235e.png)  top left no-repeat;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  /* IE 5-7 */
  filter: alpha(opacity=75);
  /* Netscape */
  -moz-opacity: 0.75;
  /* Safari 1.x */
  -khtml-opacity: 0.75;
  /* Good browsers */
  opacity: 0.75;
  border: none;
  float: right;
  margin: 0 -25px 2% 0;
}
#single-gallery-inner button.close:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
  cursor: pointer;
}
#single-gallery-inner button.next, #single-gallery-inner button.prev {
  width: 27px;
  height: 73px;
  background: url(6c8f1d47fdcbbb5679583641288a58db33eddc7d.png)  top left no-repeat;
  background-size: 100%;
  border: none;
  position: absolute;
  top: 400px;
  right: -50px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
  display: none;
}
#single-gallery-inner button.prev {
  background: url(4ef4d2db5e96e3c2949ee91dd4c541db69770ac5.png)  top left no-repeat;
  background-size: 100%;
  left: -50px;
}
#single-gallery-inner .single-slide {
  display: none;
  padding: 2% 0 0;
}
#single-gallery-inner .single-slide.show {
  display: block;
  width: 125%;
  margin: 0 0 0 -12%;
}
#single-gallery-inner .single-slide.show h4.mobile-read-more {
  font-family: "patua_oneregular", arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 0;
  cursor: pointer;
}
#single-gallery-inner .single-slide.show h4.mobile-read-more span.plus-icon {
  margin: 0 7px 0 0;
  vertical-align: text-bottom;
  height: 20px;
  width: 20px;
  background: url(2a2a9fba0eeb4fabd5bb571099eff161a6965833.png)  0% 0% no-repeat;
  display: inline-block;
}
#single-gallery-inner .single-slide.show p {
  display: none;
}
#single-gallery-inner .single-slide img {
  width: 100%;
}
#single-gallery-inner .single-slide p {
  color: #a7a9ab;
  font-size: 18px;
  line-height: 34px;
  font-family: "Tiempos", Georgia, serif;
}
#single-gallery-inner .single-slide p a {
  color: #eb1414;
}
#single-gallery-inner .single-slide p a:hover {
  text-decoration: underline;
}
#single-gallery-inner .single-slide ul.credit li {
  float: left;
  border-left: 1px solid #fff;
  line-height: 25px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 0 0 10px;
}
#single-gallery-inner .single-slide ul.credit li:first-of-type {
  border-left: none;
  padding: 0 10px 0 0;
}
#single-gallery-inner .single-slide ul.credit li a {
  color: #eb1414;
}
#single-gallery-inner .single-slide ul.credit li a:hover {
  text-decoration: underline;
}
#single-gallery-inner ul.credit {
  margin: 0 0 -45px;
  display: inline-block;
}
#single-gallery-inner .thumbs-contain {
  position: relative;
  float: right;
  padding: 0 30px;
  max-width: 100%;
  display: none;
}
#single-gallery-inner .thumbs-contain button.thumb-prev, #single-gallery-inner .thumbs-contain button.thumb-next {
  position: absolute;
  top: 20px;
  left: 0;
  height: 40px;
  width: 15px;
  border: none;
  background: url(4b1fa66b4daa83da624e8dd9efcbff63019f0dbc.png)  0 0 no-repeat;
  cursor: pointer;
}
#single-gallery-inner .thumbs-contain button.thumb-next {
  right: 0;
  left: auto;
  background: url(97be27446d287f060d23f7a67ad8e0c5c69af97c.png)  0 0 no-repeat;
}
#single-gallery-inner .thumbs-contain .thumbs {
  width: 475px;
  margin: 0 auto 40px;
  display: block;
  text-align: right;
  padding: 20px 0 0;
  float: right;
  overflow: hidden;
  position: relative;
}
#single-gallery-inner .thumbs-contain .thumbs img {
  width: 70px;
  height: 40px;
  cursor: pointer;
  margin: 0 5px;
}
#single-gallery-inner .thumbs-contain .thumbs img.active {
  border: 3px solid #eb1414;
}
#single-gallery-inner .thumbs-contain .thumbs .thumbs-inner {
  width: auto;
}

@media screen and (min-width: 320px) {
  #desktop-left #single-gallery-container .article-meta {
    width: 80%;
    margin: -60px auto 0;
  }
  #desktop-left #single-gallery-container .article-meta h2.single-gallery-title:before {
    border-top: 3px solid #eb1414;
    border-right: 3px solid #eb1414;
    border-left: 3px solid #eb1414;
    background: #fff;
    height: 30px;
    margin: 0 auto -26px;
  }

  #single-gallery-inner .thumbs-contain {
    margin: 50px 0 0;
    max-width: 100%;
  }
  #single-gallery-inner .thumbs-contain .thumbs {
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  #desktop-left #single-gallery-container .article-meta h2.single-gallery-title {
    font-size: 48px;
  }
  #desktop-left #single-gallery-container .article-meta h2.single-gallery-title:before {
    margin: 0 auto -18px;
    padding: 0 0 10px;
  }
  #desktop-left #single-gallery-container .article-meta p.dek {
    margin: 20px 0 0;
  }

  #single-gallery-inner .single-slide.show {
    width: auto;
    margin: 0;
  }
  #single-gallery-inner .single-slide.show h4.mobile-read-more {
    display: none;
  }
  #single-gallery-inner .single-slide.show p {
    display: inline-block;
  }
  #single-gallery-inner .single-slide.show p.credit {
    display: block;
    margin: 0;
  }
  #single-gallery-inner button.next, #single-gallery-inner button.prev {
    display: inline-block;
  }
  #single-gallery-inner .thumbs-contain {
    margin: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 1180px) {
  #desktop-left h1.gallery-title {
    margin: 0 0 15px;
  }
}
#mobile-menu {
  width: 250px;
  height: 100%;
  background: #d8d8d8;
  position: fixed;
  display: none;
}
#mobile-menu.mobile-open {
  display: block;
}
#mobile-menu .menu-popular-link-container > ul > li {
  font-size: 14px;
  font-weight: 800;
}
#mobile-menu .menu-popular-link-container .sub-nav li {
  margin: 8px 0;
}
#mobile-menu .menu-popular-link-container .sub-nav li.child {
  padding: 0 0 0 65px;
}
#mobile-menu #social-search {
  background: url(f588145ecc51606dcb909f9ae2f58fd41dd5fb40.png)  0% 0% repeat-x;
  float: left;
  width: 100%;
  height: 88px;
}
#mobile-menu #search-menu {
  width: 54px;
  height: 88px;
  margin: 0 2px;
  cursor: pointer;
  display: block;
  float: left;
}
#mobile-menu #search-menu #search-icon {
  height: 100%;
  width: 100%;
  background: url(8f2fb24aebcaac56245dac48325632c2c3e35b43.png)  50% 50% no-repeat;
}
#mobile-menu #social {
  height: 88px;
  width: 164px;
  float: left;
}
#mobile-menu #social a.podcast-menu-link {
  background: url(48c8a0eae90a9654e581dfa001fbbb4f849f56c1.png)  no-repeat 50% 50%;
  background-size: 29px auto;
  float: right;
  height: 80px;
  width: 57px;
}
#mobile-menu #social a.facebook {
  background: url(de642b03c68c7072a52bfd8b6e351754033ed4a9.png)  50% 50% no-repeat;
  height: 80px;
  width: 40px;
  float: right;
}
#mobile-menu #social a.twitter {
  background: url(8b5053a18375578a612e7082b35272c787618f3a.png)  50% 50% no-repeat;
  height: 80px;
  width: 62px;
  float: right;
}

#site-wrapper {
  left: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#site-wrapper header {
  left: 0;
}
#site-wrapper header #logo {
  background: url(8935177e46c844952b9fce765776606ba357884e.png)  0 -2px no-repeat;
  background-size: 100%;
  width: 56px;
  height: 46px;
  position: absolute;
  right: 5px;
  z-index: 999;
}
#site-wrapper header #magazine-menu, #site-wrapper header #mag-nav {
  display: none;
}
#site-wrapper.mobile-open {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -ms-transform: translateX(250px);
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

footer div.menu {
  display: none;
}

@media screen and (max-width: 1080px) {
  #mobile-menu {
    width: 250px;
    height: 100%;
    background: #d8d8d8;
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #mobile-menu .menu-main-navigation-container {
    letter-spacing: 1px;
    font-size: .9rem;
    float: left;
    width: 100%;
  }
  #mobile-menu .menu-main-navigation-container div {
    padding: 10px 0;
  }
  #mobile-menu .menu-main-navigation-container > ul > li {
    width: auto;
    background: #000;
    padding: 13px 20px 13px 38px;
    color: #fff;
  }
  #mobile-menu .menu-main-navigation-container ul {
    background: #d8d8d8;
    text-transform: uppercase;
  }
  #mobile-menu .menu-main-navigation-container ul a {
    color: #6d6f72;
    font-size: 16px;
    font-family: 'Solido Condensed', Tahoma, sans-serif;
  }
  #mobile-menu .menu-main-navigation-container ul ul > li {
    padding: 0 0 0 38px;
    line-height: 2rem;
  }
  #mobile-menu .menu-main-navigation-container ul ul.menu-login-submenu > li {
    padding-left: 15px;
  }
  #mobile-menu .menu-main-navigation-container ul ul.menu-login-submenu > li.fp-login--indt {
    padding-left: 30px;
  }
  #mobile-menu .menu-main-navigation-container ul > li.popular-link {
    background-color: #eb1414;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container {
    background-color: #eb1414;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container > ul {
    background-color: #eb1414;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container > ul a {
    color: #fff;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container ul.menu-login-submenu {
    top: 100%;
    right: 0;
    width: 200px;
    display: inline-block !important;
    background: transparent;
  }

  #site-wrapper {
    width: 100%;
    height: 100%;
  }
  #site-wrapper > header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
    padding: 0 0 0 0;
  }
  #site-wrapper > header #menu {
    height: 50px;
    width: 100%;
    background: #191615;
  }
  #site-wrapper > header ul li ul {
    display: none;
  }
  #site-wrapper > header #menu #menu-topics li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  #site-wrapper > header #logo {
    background: url(8935177e46c844952b9fce765776606ba357884e.png) ;
    background-size: 100%;
    width: 56px;
    height: 46px;
    position: absolute;
    right: 5px;
    top: 1px;
  }
  #site-wrapper > header #mobile-nav-trigger {
    float: left;
    z-index: 999;
    position: relative;
    background: none;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: none;
    border-right: none;
    position: relative;
    width: 35px;
    height: 25px;
    padding: 0;
    margin: 10px 0 0 10px;
  }
  #site-wrapper > header #mobile-nav-trigger:before {
    content: " ";
    display: block;
    border-top: 3px solid #fff;
    top: 50%;
    width: 100%;
  }
  #site-wrapper > header #mobile-nav-trigger:hover {
    cursor: pointer;
  }
  #site-wrapper > header #main-nav-target, #site-wrapper > header #sub-nav-content {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #site-wrapper {
    padding: 35px 0 0;
  }
}
@media screen and (min-width: 1080px) {
  #site-wrapper header {
    position: relative;
    z-index: 99999;
  }
  #site-wrapper header #mobile-nav-trigger {
    display: none;
  }
  #site-wrapper header #menu {
    height: 38px;
    background-color: #232323;
    width: 100%;
  }
  #site-wrapper header #logo {
    float: left;
    width: 134px;
    height: 109px;
    margin: 0 5px 0 20px;
    position: relative;
    right: auto;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
  }
  #site-wrapper header #logo.fixed-logo {
    position: fixed;
    z-index: 999;
    width: 56px;
    height: 50px;
    top: 1px;
  }
  #site-wrapper header #super-header {
    float: right;
    display: block;
  }
  #site-wrapper header .menu-topics-container {
    float: left;
    display: none;
  }
  #site-wrapper header .menu-topics-container ul#menu-topics {
    width: auto;
  }
  #site-wrapper header .menu-topics-container ul#menu-topics li {
    float: left;
    line-height: 38px;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  #site-wrapper header .menu-topics-container ul#menu-topics li a {
    letter-spacing: 1px;
    font-size: 0.825rem;
    padding: 0 10px;
    border-left: 1px solid #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
  }
  #site-wrapper header .menu-topics-container ul#menu-topics li:first-child a {
    border-left: none;
  }
  #site-wrapper header .menu-popular-link-container {
    float: right;
  }
  #site-wrapper header .menu-popular-link-container > ul.menu {
    width: auto;
  }
  #site-wrapper header .menu-popular-link-container > ul.menu li {
    float: left;
    font-size: 0.875rem;
    line-height: 38px;
    color: #fff;
    background: #eb1414;
  }
  #site-wrapper header .menu-popular-link-container > ul.menu li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.750rem;
    padding: 0 20px;
    border-left: 1px solid #fff;
    font-weight: 600;
  }
  #site-wrapper header .menu-popular-link-container > ul.menu li:first-child a {
    border-left: none;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu {
    position: absolute;
    top: 33px;
    right: 0;
    width: 225px;
    display: none;
    z-index: 2;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li {
    float: none;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li.fp-login--indt {
    padding-left: 10px;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li.fp-login--indt a {
    border-left: 0;
  }
  #site-wrapper header .menu-main-navigation-container {
    color: #fff;
  }
  #site-wrapper header .menu-main-navigation-container > ul {
    width: 100%;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li {
    float: left;
    position: relative;
    z-index: 1001;
    display: block;
    font-size: 0.875rem;
    line-height: 5.5rem;
    padding: 0 10px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:first-of-type {
    padding: 0 10px 0 30px;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:after {
    background: url(dca69d4a2440ebd94fc53ce75f669f0e5934fd79.png)  0 1px no-repeat;
    display: inline-block;
    height: 9px;
    width: 15px;
    content: "";
    margin: 0px 0px -1px 7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  #site-wrapper header #main-nav-target {
    background: url(c85da8e1b5e90b2b86e0a8d30dcb079329633d30.png)  0% 0% repeat-x;
    height: 89px;
    width: 100%;
    display: block;
    -webkit-transition: height 200ms;
    -moz-transition: height 200ms;
    -o-transition: height 200ms;
    transition: height 200ms;
    position: relative;
  }
  #site-wrapper header #main-nav-target.fixed-nav {
    height: 50px;
    padding: 0 0 0 100px;
    position: fixed;
  }
  #site-wrapper header #main-nav-target.fixed-nav li {
    line-height: 3.5rem;
  }
  #site-wrapper header #sub-nav-content {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 9999;
    overflow: visible;
    display: block;
    margin: -1px 0 0;
  }
  #site-wrapper header #sub-nav-content.scrolled {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
  }
  #site-wrapper header #sub-nav-content > div {
    display: none;
    min-height: 302px;
    float: left;
    background-color: #d8d8d8;
    min-width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 2px 5px rgba(5, 5, 5, 0.25);
  }
  #site-wrapper header #sub-nav-content > div a {
    display: block;
    color: #6d6f72;
    font-family: "Solido Condensed", Tahoma, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    padding: 10px 15px 10px 10px;
    text-align: left;
    text-shadow: none;
  }
  #site-wrapper header #sub-nav-content > div > ul.sub-nav {
    float: left;
    min-height: 302px;
    width: 20%;
    background: #d8d8d8;
    padding: 19px 0 0;
  }
  #site-wrapper header #sub-nav-content > div > ul.sub-nav li {
    padding: 10px 10px 7px 32px;
    color: #6d6f72;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Solido Condensed', Tahoma, sans-serif;
    float: left;
    width: 100%;
  }
  #site-wrapper header #sub-nav-content > div > ul.sub-nav li.over, #site-wrapper header #sub-nav-content > div > ul.sub-nav li:hover {
    background: #fdfcfc;
  }
  #site-wrapper header #sub-nav-content > div > ul.sub-nav li.child {
    padding-left: 4rem;
  }
  #site-wrapper header #sub-nav-content > div > ul.sub-nav li a {
    float: left;
    font-size: 12px;
  }
  #site-wrapper header #sub-nav-content > div > ul.sub-nav li img {
    height: 28px;
    width: 28px;
    float: left;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain {
    float: right;
    width: 80%;
    min-height: 100%;
    background: #fff;
    padding: .75rem 0 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content {
    float: left;
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content:first-child {
    display: block;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds {
    width: 31%;
    height: 100%;
    float: left;
    margin: 0 5px 0 10px;
    padding: 0 5px;
    border-left: 1px solid #000;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds:first-of-type {
    border-left: none;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section {
    margin: 0 10px 10px 10px;
    border-top: 1px solid #333;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 0 5px;
    display: table;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section div.text-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 76px;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section:nth-of-type(1) {
    border-top: none;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section a {
    float: left;
    padding: 0;
    color: #1a1818;
    font-size: 18px;
    line-height: 18px;
    font-family: "Solido", Tahoma, sans-serif;
    font-weight: 800;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section img.content-menu-image {
    width: 60px;
    height: 40px;
    float: left;
    margin: 20px 0 0;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section h2 {
    font-weight: bold;
    width: 95%;
    clear: none;
    font-size: 10px;
    float: right;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section section.author-meta {
    font-size: 10px;
    height: auto;
    text-transform: uppercase;
    font-family: "Solido", Tahoma, sans-serif;
    width: 95%;
    float: right;
    margin: 4px 0 0 0;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section section.author-meta a {
    padding: 0 .25rem 0 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Solido", Tahoma, sans-serif;
    letter-spacing: 0px;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.thirds > section section.author-meta .time {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    font-style: italic;
    line-height: 18px;
    padding: 0 0 0 3px;
    text-transform: none;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.full {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 5px;
    padding: 0 5px;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.full section {
    float: left;
    width: 12%;
    margin: 0 0 .5rem;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.full a {
    padding: .2rem 0 .2rem 0;
    text-align: center;
    font-weight: 500;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.full a img {
    height: 50px;
    width: 50px;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.full h3 {
    font-family: Solido, Tahoma, sans-serif;
    font-size: 1rem;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: 500;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    line-height: 1rem;
  }
  #site-wrapper header #sub-nav-content .sub-content-contain .sub-content div.full h3 a {
    color: #000;
    font-family: Solido, Tahoma, sans-serif;
    letter-spacing: 0px;
  }
  #site-wrapper header #additional-links {
    position: absolute;
    right: 0;
    background: url(f588145ecc51606dcb909f9ae2f58fd41dd5fb40.png)  0% 0% repeat-x;
    transition-property: height;
  }
  #site-wrapper header #additional-links div {
    transition-property: height;
  }
  #site-wrapper header #additional-links div.sticky-nav {
    height: 50px;
  }
  #site-wrapper header #search-menu {
    width: 54px;
    height: 88px;
    margin: 0 2px;
    float: right;
    cursor: pointer;
    display: block;
  }
  #site-wrapper header #search-menu #search-icon {
    height: 100%;
    width: 100%;
    background: url(8f2fb24aebcaac56245dac48325632c2c3e35b43.png)  50% 50% no-repeat;
    border-right: 1px solid #000000;
  }
  #site-wrapper header #magazine-menu {
    display: block;
    position: relative;
    float: right;
    margin: 0 1rem 0 0;
    width: 190px;
    height: 88px;
    background: url(f588145ecc51606dcb909f9ae2f58fd41dd5fb40.png)  0% 0% repeat-x;
    transition-property: height;
  }
  #site-wrapper header #magazine-menu.sticky-nav > a {
    padding: 0 28px 0 0;
  }
  #site-wrapper header #magazine-menu.sticky-nav > a div {
    margin-top: 3px;
  }
  #site-wrapper header #magazine-menu.sticky-nav > a img {
    height: 50px;
    margin-left: 5px;
  }
  #site-wrapper header #magazine-menu > a {
    float: right;
    padding: 15px 28px 0 0;
  }
  #site-wrapper header #magazine-menu > a div {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: right;
    padding-right: 0;
    margin: 16px 5px 0 0;
    letter-spacing: 2px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    width: 78px;
  }
  #site-wrapper header #magazine-menu > a img {
    height: 67px;
    width: auto;
  }
  #site-wrapper header #magazine-menu:hover {
    background-image: none;
    background-color: #fff;
  }
  #site-wrapper header #magazine-menu:hover > a {
    color: #000;
  }
  #site-wrapper header #magazine-menu:hover > a div {
    color: #000;
  }
  #site-wrapper header #magazine-menu:hover nav#mag-nav {
    display: block;
  }
  #site-wrapper header #magazine-menu nav#mag-nav {
    background-color: #d8d8d8;
    margin-top: 3px;
    float: right;
    width: 127%;
  }
  #site-wrapper header #magazine-menu nav#mag-nav.sticky-fix {
    margin-top: -4px;
  }
  #site-wrapper header #magazine-menu nav#mag-nav a {
    padding: 0 10px;
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    text-align: center;
    margin: 14px 0;
  }
  #site-wrapper header #magazine-menu nav#mag-nav a:hover {
    background-color: #fff;
  }
  #site-wrapper header #magazine-menu nav#mag-nav a:nth-of-type(2) {
    border-left: 1px solid #a7a9ab;
  }
  #site-wrapper header #magazine-menu nav#mag-nav a img {
    height: 120px;
    width: auto;
  }
  #site-wrapper header #magazine-menu nav#mag-nav a div.mag-title h4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: #1a1718;
    background: rgba(26, 23, 24, 0.9);
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
    text-align: right;
    padding: 5px;
    font-weight: bold;
    z-index: 10;
    bottom: 0;
    left: 15px;
    width: 90px;
  }
  #site-wrapper header #magazine-menu nav#mag-nav a:first-of-type div.mag-title h4 {
    left: 15px;
  }
  #site-wrapper header #social {
    height: 88px;
    width: 164px;
    float: right;
    border-right: 1px solid #000;
  }
  #site-wrapper header #social a {
    margin: 2px 0 0;
  }
  #site-wrapper header #social a.podcast-menu-link {
    background: url(48c8a0eae90a9654e581dfa001fbbb4f849f56c1.png)  no-repeat 50% 50%;
    background-size: 29px auto;
    float: right;
    height: 80px;
    width: 57px;
  }
  #site-wrapper header #social a.facebook {
    background: url(de642b03c68c7072a52bfd8b6e351754033ed4a9.png)  50% 50% no-repeat;
    background-size: auto 29px;
    height: 80px;
    width: 40px;
    float: right;
  }
  #site-wrapper header #social a.twitter {
    background: url(8b5053a18375578a612e7082b35272c787618f3a.png)  50% 50% no-repeat;
    height: 80px;
    width: 62px;
    float: right;
  }
  #site-wrapper header #social.sticky-nav a.podcast-menu-link, #site-wrapper header #social.sticky-nav a.facebook, #site-wrapper header #social.sticky-nav a.twitter {
    height: 50px;
  }

  footer div.menu {
    display: inline-block;
  }
}
@media screen and (max-width: 1180px) {
  #site-wrapper {
    padding: 0;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:after {
    display: none;
  }
}
/** Menu for when users are logged in to WP */
@media screen and (min-width: 1080px) {
  body.admin-bar #site-wrapper > header.scrolled .fixed {
    top: 32px;
  }
  body.admin-bar #site-wrapper header #logo.fixed-logo {
    top: 32px;
  }
  body.admin-bar #site-wrapper header #sub-nav-content.scrolled {
    top: 82px;
  }
}
@media screen and (min-width: 1180px) {
  #site-wrapper header #sub-nav-content > div > ul.sub-nav li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1367px) {
  #site-wrapper header .menu-topics-container {
    display: block;
  }

  #site-wrapper header #sub-nav-content > div > ul.sub-nav li a {
    font-size: 16px;
  }
}
#site-wrapper header #sub-nav-content #voices-subnav .sub-content-contain .sub-content.voices section {
  width: 16%;
  margin: 1em 2%;
}
#site-wrapper header #sub-nav-content #voices-subnav .sub-content-contain .sub-content.voices h3 a {
  text-align: left;
}

@media screen and (min-width: 1500px) {
  #site-wrapper header #sub-nav-content #voices-subnav .sub-content-contain .sub-content.voices section {
    width: 180px;
    margin: 1em 2em;
  }
}
@media screen and (min-width: 769px) {
  .hide {
    display: none !important;
  }

  h1 {
    font-size: 3.875rem;
    font-family: "Tiempos", Georgia, serif;
    line-height: 3.875rem;
    color: #1a1718;
    margin: .938rem 0 0;
    padding: .938rem 0;
    font-weight: 800;
  }
  h1.post-title {
    border-top: 1px solid #1a1718;
    border-bottom: 1px solid #1a1718;
  }
  h1.post-title a {
    color: #1a1718;
  }

  #content-wrapper #divider {
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 .3rem;
  }
  #content-wrapper.home {
    padding: 0 1.025rem;
  }
  #content-wrapper.home #divider {
    margin: 0;
  }
  #content-wrapper.home #divider:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    background: url(adfbb85aff3d534e95b75d333955fb111f1f9d8c.png)  50% 0% no-repeat;
    background-size: 100%;
    height: 80px;
    position: absolute;
  }
  #content-wrapper #desktop-left {
    width: 65.5%;
    float: left;
  }
  #content-wrapper #desktop-right {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  #content-wrapper #desktop-left {
    width: 57%;
    padding-right: 0;
  }
}
@media screen and (max-width: 769px) {
  #content-wrapper #desktop-left {
    width: 100%;
  }
  #content-wrapper.voices-author #desktop-left.featured-styles {
    width: 100%;
  }
  #content-wrapper .archive-header .archive-title {
    height: auto;
    margin-top: 20px;
  }

  body.single #site-wrapper #content-wrapper {
    padding: 80px 10px 10px;
  }
  body.single #desktop-left article p {
    color: #231f20;
    font-size: 15px;
    float: left;
    line-height: 28px;
  }
}
@media screen and (min-width: 1080px) {
  #site-wrapper #content-wrapper #home-topics {
    width: 75%;
    float: right;
  }
  #site-wrapper #content-wrapper #desktop-left {
    width: 64%;
    padding-right: 0;
  }
  #site-wrapper #content-wrapper #desktop-right {
    width: 300px;
    float: right;
  }
}
@media screen and (min-width: 1180px) {
  #site-wrapper {
    padding: 0;
  }
  #site-wrapper #content-wrapper #desktop-left {
    width: 73%;
  }
}
#tabs-content section #sailthru-scout li {
  list-style-type: none;
  margin-bottom: 15px;
  width: 100%;
}
#tabs-content section #sailthru-scout li:first-child {
  float: left;
  margin-top: 15px;
}
#tabs-content section #sailthru-scout li a img {
  width: 100%;
}
#tabs-content section #sailthru-scout li h3 a {
  color: #000;
  font-weight: 800;
  font-size: 19px;
  line-height: 1.375em;
}
#tabs-content section #sailthru-scout li .meta {
  position: relative;
  font-size: 14px;
  line-height: 1.2em;
  min-height: 22px;
}
#tabs-content section #sailthru-scout li .meta a {
  font-weight: 600;
  line-height: 18px;
}
#tabs-content section #sailthru-scout li .meta .shares_wrapper {
  display: inline-block;
}

#stories-contain {
  display: none;
}

@media screen and (min-width: 1180px) {
  #stories-contain {
    position: relative;
    display: block;
  }
  #stories-contain button.prev, #stories-contain button.next {
    position: absolute;
    top: 60%;
    left: 0;
    width: 19px;
    height: 30px;
    background: url(0250d94307e0bbe154c2f279f80200f40ed37763.png)  0% 0% no-repeat;
    border: none;
    cursor: pointer;
  }
  #stories-contain h2 {
    font-size: 16px;
    clear: both;
    background: #000;
    color: #fff;
    line-height: 2rem;
    float: left;
    padding: 3px 30px 0 8px;
    margin: 0 0 .5rem;
    font-weight: 800;
    letter-spacing: 2px;
  }
  #stories-contain h2:before {
    content: " ";
    background: url(48c8a0eae90a9654e581dfa001fbbb4f849f56c1.png)  30% 16% no-repeat;
    background-size: 60%;
    height: 20px;
    width: 28px;
    border-right: 1px solid #fff;
    padding: 0 6px 0 0;
    float: left;
    margin: 4px 7px 0 0;
  }
  #stories-contain h2.podcast-bar--title {
    font-size: 24px;
    margin-top: 1px;
    min-width: 198.391px;
    padding: 8px 8px 3px 7px;
  }
  #stories-contain button.next {
    left: auto;
    right: 0;
    background: url(5c2486053c072a125c805842ac4ad986ff8bbc90.png)  0% 0% no-repeat;
  }
  #stories-contain button.prev:disabled {
    background: url(742cf5c47d20df3817a6f25588fa40b0edc0be82.png)  0% 0% no-repeat;
    cursor: not-allowed;
  }
  #stories-contain button.next:disabled {
    background: url(ba0e7e130ad7b98b06076c425c302e56f43c8104.png)  0% 0% no-repeat;
    cursor: not-allowed;
  }
  #stories-contain > ul#stories-were-watching {
    width: 80%;
    max-width: 750px;
    overflow: hidden;
    min-height: 130px;
    margin: 0 auto;
    position: relative;
    left: -10px;
    list-style-type: none;
    clear: left;
  }
  #stories-contain > ul#stories-were-watching:before {
    bottom: 0;
    background: transparent url(4d539865e015916a17c69bcb9b3de6c13c1df2c0.png)  repeat-y 0 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--img_wrap {
    display: block;
    float: left;
    position: relative;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--img {
    display: block;
    max-width: 100px;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--img_play {
    display: block;
    left: 50%;
    margin: -25px 0 0 -25px;
    max-width: 50px;
    position: absolute;
    top: 50%;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--tag {
    color: #eb1414;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 0.95;
    margin-top: 0;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--tag a {
    color: #eb1414;
    font-size: inherit;
  }
  #stories-contain > ul#stories-were-watching > li {
    float: left;
    clear: both;
    width: 100%;
  }
  #stories-contain > ul#stories-were-watching > li ul {
    width: 600%;
    list-style-type: none;
    margin-left: -40px;
  }
  #stories-contain > ul#stories-were-watching > li ul li {
    float: left;
    border-left: 1px solid #96989b;
    width: 550px;
    box-sizing: border-box;
    height: auto;
    font-size: .938rem;
    line-height: 1.188rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 6px;
    padding: 0 1rem;
    max-height: 100px;
    overflow: hidden;
  }
  #stories-contain > ul#stories-were-watching > li ul li div,
  #stories-contain > ul#stories-were-watching > li ul li h3,
  #stories-contain > ul#stories-were-watching > li ul li h4 {
    clear: none;
    margin-left: 112px;
  }
  #stories-contain > ul#stories-were-watching > li ul li h3 {
    font-size: 1.1rem;
    line-height: 0.99;
    text-transform: uppercase;
  }
  #stories-contain > ul#stories-were-watching > li ul li a {
    color: #1a1718;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
  }
  #stories-contain > ul#stories-were-watching > li ul li .meta-info,
  #stories-contain > ul#stories-were-watching > li ul li .meta-info a {
    font-family: Solido, Tahoma, sans-serif;
    font-size: 0.95em;
    font-stretch: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.29;
    text-transform: none;
  }
  #stories-contain > ul#stories-were-watching > li ul li .meta-info .podcast-bar--date {
    color: #656565;
    display: block;
    font-style: italic;
  }
}
@media screen and (max-width: 768px) {
  #breaking-left #breaking-news-contain h2 {
    margin-left: -30px;
  }

  #content-wrapper {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  #content-wrapper #tabs-content {
    padding: 0px !important;
  }
  #content-wrapper #latest {
    margin-bottom: 0px !important;
  }

  section.home-section article > div {
    margin: 0px;
  }
  section.home-section article > div .title-author .author {
    text-align: left;
    float: left;
    padding-top: 0px;
  }
  section.home-section article > div .title-author .author a {
    line-height: 15px;
    padding-right: 3px;
  }
  section.home-section article > div .title-author h2.white {
    padding-bottom: 5px;
  }
}
#breaking-left {
  margin: 0 0 55px;
}
#breaking-left #breaking-news-contain {
  height: 900px;
  overflow: hidden;
  width: auto;
  position: relative;
  border-bottom: 1px solid #acadb0;
  margin: 0 0 5px;
}
#breaking-left #breaking-news-contain h2 {
  color: #1a1718;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: 1px;
  border-bottom: none;
  box-sizing: border-box;
  padding: 6px 0px 0px 72px;
  background: #fff;
  position: relative;
}
#breaking-left #breaking-news-contain h2:before {
  content: " ";
  background: url(6c05216b7c91477a87e6c00fb6bc2a0bc2baee81.png)  9% 40% no-repeat;
  float: left;
  height: 30px;
  width: 40px;
  position: absolute;
  left: 20px;
  top: 10px;
  border-right: 1px solid #acadb0;
}
#breaking-left #breaking-news-contain #breaking-news-inner {
  display: inline-block;
  width: 100%;
}
#breaking-left #breaking-news-contain #breaking-news-inner article {
  height: 100%;
  margin: 0 0 15px;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #acadb0;
  float: left;
  width: 100%;
}
#breaking-left #breaking-news-contain #breaking-news-inner article img.empty-image {
  height: 75px;
  width: 75px;
  float: left;
}
#breaking-left #breaking-news-contain #breaking-news-inner article > a {
  float: left;
  display: inline-block;
  min-width: 85px;
  min-height: 78px;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .thumb img, #breaking-left #breaking-news-contain #breaking-news-inner article .small img {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 10px;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content {
  width: auto;
  max-width: 60%;
  float: left;
  margin: 0;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content h3 {
  width: 100%;
  float: left;
  font-weight: 800;
  font-size: .938rem;
  line-height: 1.1rem;
  margin: 0 0 4px;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content h3 a:link, #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content h3 a:hover, #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content h3 a:visited {
  color: #000;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content a:link, #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content a:hover, #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content a:visited {
  color: #eb1414;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content a:hover {
  text-decoration: underline;
}
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content .modified,
#breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content .modified .time {
  color: #1a1718;
  margin: 7px 0 0;
  font-family: "Solido Medium Italic", Tahoma, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-stretch: normal;
  font-variant: normal;
  font-weight: normal;
}

@media screen and (min-width: 320px) {
  #breaking-left #breaking-news-contain {
    height: 558px;
  }
  #breaking-left #breaking-news-contain h2 {
    margin: 0;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article {
    width: 100%;
    float: left;
    height: 115px;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content {
    max-width: 60%;
  }
}
@media screen and (min-width: 630px) {
  #breaking-left #breaking-news-contain {
    height: 268px;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner {
    margin: 20px 0 0;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article {
    width: 49%;
    display: inline-block;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content {
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #breaking-left #breaking-news-contain #breaking-news-inner {
    margin: 0;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article {
    height: 120px;
    width: 33%;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content {
    width: auto;
    float: left;
    clear: none;
    max-width: 60%;
  }
}
@media screen and (min-width: 1080px) {
  #breaking-left {
    width: 23%;
    float: left;
  }
  #breaking-left #breaking-news-contain {
    margin: -51px 0 0;
    height: 905px;
  }
  #breaking-left #breaking-news-contain h2 {
    font-size: 15px;
    border: 3px solid #eb1414;
    border-bottom: none;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner {
    padding: 0 15px;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article {
    width: 100%;
    float: left;
    clear: both;
    height: 1%;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content {
    max-width: 50%;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content h3 a:link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1180px) {
  #breaking-left #breaking-news-contain h2 {
    font-size: 23px;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article {
    width: 100%;
  }
  #breaking-left #breaking-news-contain #breaking-news-inner article .breaking-content {
    max-width: 64%;
  }
}
div.guest-authors-contain, div#voices-sidebar-nav {
  display: none;
}

@media screen and (min-width: 769px) {
  div#voices-sidebar-nav {
    display: block;
    margin: 0 0 15px;
  }

  div.guest-authors-contain {
    height: 670px;
    margin: 0 0 7px;
    overflow: hidden;
    clear: both;
    display: block;
    border-bottom: 1px solid #96989b;
  }
  div.guest-authors-contain h3.voices {
    color: #111;
    font-family: Solido, Tahoma, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 68px;
    border-top: 1px solid #96989b;
    border-bottom: 1px solid #96989b;
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 999;
  }
  div.guest-authors-contain h3.voices:before {
    content: "  ";
    display: block;
    float: left;
    border-right: 1px solid #96989b;
    height: 68px;
    padding: 0 2.5rem;
    margin: 0 1rem 0 0;
    background: url(dfc07425a8a88b4219b150a678ec8510f84e9944.png)  50% 50% no-repeat;
  }
  div.guest-authors-contain aside#guest-authors {
    float: left;
  }
  div.guest-authors-contain aside#guest-authors article {
    width: 100%;
    float: left;
    clear: both;
    margin: .75rem 0 0;
  }
  div.guest-authors-contain aside#guest-authors article img {
    float: left;
    margin: 0 0.5rem 0 0;
    height: 124px;
    width: 124px;
  }
  div.guest-authors-contain aside#guest-authors article h4 {
    float: left;
    width: auto;
    max-width: 50%;
    clear: none;
  }
  div.guest-authors-contain aside#guest-authors article h4 a {
    color: #000;
    font-family: "Tiempos", Georgia, serif;
    font-size: 1.1875em;
    font-weight: 800;
    line-height: 1.375em;
    margin-bottom: 10px;
  }
  div.guest-authors-contain aside#guest-authors article h3 {
    float: right;
    width: auto;
    max-width: 50%;
    min-width: 56%;
    clear: none;
    margin: 10px 0 0;
  }
  div.guest-authors-contain aside#guest-authors article h3 a {
    color: #eb1414;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 500;
    font-family: "Solido", Tahoma, sans-serif;
    text-transform: uppercase;
  }
}
#content-wrapper #desktop-right #tabs-container {
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: .5rem 0 1rem;
  padding: 0 0 1rem;
  float: left;
  width: 100%;
  background-color: #ffffff;
}
#content-wrapper #desktop-right #tabs-container #tabs {
  width: 100%;
  cursor: pointer;
}
#content-wrapper #desktop-right #tabs-container #tabs > div {
  font-size: 1.8em;
  font-weight: bold;
  font-family: "Solido", helvetica, arial;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: .5em;
  text-transform: uppercase;
  color: #000;
}
#content-wrapper #desktop-right #tabs-container #tabs > div.active {
  color: #000000;
  font-weight: bold;
  border-bottom: none;
}
#content-wrapper #desktop-right #tabs-container #tabs > div:hover {
  color: #000000;
}
#content-wrapper #desktop-right #tabs-container #tabs #trending:before, #content-wrapper #desktop-right #tabs-container #tabs #latest:before, #content-wrapper #desktop-right #tabs-container #tabs #my-fp:before {
  content: "";
  display: inline-block;
  margin: 0 5px -5px 0px;
}
#content-wrapper #desktop-right #tabs-container #tabs #trending {
  display: none;
}
#content-wrapper #desktop-right #tabs-container #tabs #trending:before {
  background-image: url(d681e389873737b919b7706d809ee6356e2f2b13.png) ;
  width: 12px;
  height: 17px;
}
#content-wrapper #desktop-right #tabs-container #tabs #my-fp {
  display: none;
}
#content-wrapper #desktop-right #tabs-container #tabs #my-fp:before {
  background-image: url(a9cba94ca762bcae4388566550574e3226841199.png) ;
  width: 14px;
  height: 17px;
}
#content-wrapper #desktop-right #tabs-container #tabs-content {
  padding: 0 1rem;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp {
  display: none;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article {
  margin: 0 0 15px;
  float: left;
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  width: 100%;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article:first-of-type,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article:first-of-type,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article:first-of-type {
  margin: 15px 0 15px;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article img,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article img,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article img {
  max-width: none;
  height: 100px;
  width: auto;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article div.authors,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article div.authors,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article div.authors {
  float: left;
  clear: none;
  margin: 0 .5rem 0 0;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares {
  display: none;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3 {
  clear: none;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.title,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.title,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.title {
  width: 100%;
  float: right;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3 a,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3 a,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3 a {
  font-family: "Solido", Tahoma, sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 1.375em;
  margin-bottom: 0;
  text-transform: none;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article div.sidebar-meta,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article div.sidebar-meta,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article div.sidebar-meta {
  width: 100%;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article a,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article a,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article a {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  height: auto;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article a.img-wrapper,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article a.img-wrapper,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article a.img-wrapper {
  display: none;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest article .shares,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending article .shares,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article .shares {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0 0 8px;
  border-left: 1px solid #000;
}
#content-wrapper #desktop-right #tabs-container #tabs-content #latest .meta.dark.small a,
#content-wrapper #desktop-right #tabs-container #tabs-content #trending .meta.dark.small a,
#content-wrapper #desktop-right #tabs-container #tabs-content #my-fp .meta.dark.small a {
  color: #000;
  text-transform: uppercase;
}
#content-wrapper #desktop-right #tabs-container > section article {
  width: 100%;
  margin: 0 0 0 0;
}
#content-wrapper #desktop-right #tabs-container > section > div {
  width: 100%;
}

@media screen and (min-width: 320px) {
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.title {
    width: 65%;
    float: right;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article div.sidebar-meta {
    width: 65%;
    float: right;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article a.img-wrapper {
    display: inline-block;
    height: auto;
    width: 30%;
    float: left;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  #content-wrapper #desktop-right #tabs-container {
    -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  }
  #content-wrapper #desktop-right #tabs-container #tabs > div {
    float: left;
    width: 33.3%;
    text-decoration: none;
    font-family: "Solido", Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 2.5rem;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #c8c9cb;
    border-left: 2px solid #c8c9cb;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  #content-wrapper #desktop-right #tabs-container #tabs > div.active, #content-wrapper #desktop-right #tabs-container #tabs > div:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #content-wrapper #desktop-right #tabs-container #tabs #trending {
    border-left: none !important;
  }
  #content-wrapper #desktop-right #tabs-container #tabs #trending,
  #content-wrapper #desktop-right #tabs-container #tabs #my-fp {
    display: block;
  }
  #content-wrapper #desktop-right #tabs-container #tabs #latest:before {
    background-image: url(79ffd0f51a5788140d49f1cd5bd29cc62d7bb168.png) ;
    width: 17px;
    height: 17px;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article {
    border-bottom: none;
    padding: 0;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article a.img-wrapper,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article a.img-wrapper,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article a.img-wrapper {
    display: inline-block;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article a.img-wrapper > img,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article a.img-wrapper > img,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article a.img-wrapper > img {
    height: auto;
    min-height: 125px;
    width: 100%;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.title,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.title,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.title {
    width: 100%;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares {
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    font-variant: normal;
    font-weight: 600;
    padding: 3px 8px 0 3px;
    clear: none;
    float: left;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares:hover > ul,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares:hover > ul,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul {
    height: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    padding: 7px 6px;
    opacity: 0;
    margin: 0;
    background-color: #fff;
    width: inherit;
    list-style-type: none;
    visibility: hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li {
    height: 12px;
    width: 100%;
    margin: 0 0 1px;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li.authors, #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li.date, #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li.print,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li.authors,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li.date,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li.print,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li.authors,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li.date,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li.print {
    display: none;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li.sharing img,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li.sharing img,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li.sharing img {
    height: 20px !important;
    width: 20px !important;
    display: inherit;
    margin-top: -4px;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li a,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li a,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li a {
    float: left;
    margin: 0 14px 0 0;
    height: inherit;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares ul li a.email,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares ul li a.email,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares ul li a.email {
    display: none;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares {
    display: inline-block;
    padding: 3px 8px;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article h3.shares > ul,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article h3.shares > ul,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares > ul {
    top: 0;
  }
  #content-wrapper #desktop-right #tabs-container #tabs-content #trending article div.sidebar-meta,
  #content-wrapper #desktop-right #tabs-container #tabs-content #my-fp article div.sidebar-meta,
  #content-wrapper #desktop-right #tabs-container #tabs-content #latest article div.sidebar-meta {
    width: 100%;
  }
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper {
  padding: 1rem 1.025rem 0;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper header.archive-header {
  border-bottom: 1px solid #a7a9ab;
  overflow: hidden;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper header.archive-header h1.archive-title {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 63px;
  line-height: 26px;
  border-right: 1px solid #a7a9ab;
  padding: 20px 15px 0 0;
  float: left;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper header.archive-header ul.year-nav {
  float: left;
  padding: 38px 0 0 15px;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper header.archive-header ul.year-nav li {
  float: left;
  font-size: 14px;
  padding: 0 5px;
  border-left: 1px solid #a7a9ab;
  color: #eb1414;
  font-weight: 600;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper header.archive-header ul.year-nav li:first-of-type {
  border-left: none;
  color: #000;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper header.archive-header ul.year-nav li:hover {
  cursor: pointer;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year {
  width: 100%;
  clear: both;
  position: relative;
  padding: 60px 0 55px 8px;
  margin: 0 0 55px;
  overflow: hidden;
  border-bottom: 1px solid #a7a9ab;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year:last-of-type {
  border-bottom: none;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year div.year-tab {
  color: #fff;
  background-color: #eb1414;
  font-family: "Solido Condensed", Tahoma, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  padding: 6px 15px;
  margin: 0 0 0 -8px;
  top: 7px;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year div.year-tab:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -8px 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #8d0c0c;
  border-top-color: #8d0c0c;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article {
  width: 30%;
  float: left;
  margin: 0 1.5% 0 0;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article h2 {
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  margin: 0 0 10px;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article img {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 1, 0.41);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 1, 0.41);
  box-shadow: 0 4px 4px rgba(0, 0, 1, 0.41);
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article:nth-of-type(3n + 1) {
  margin: 0 1.5% 0 0;
  clear: left;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:link,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:hover,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:visited {
  color: #eb1414;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:link:hover,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:hover:hover,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:visited:hover {
  text-decoration: underline;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:link.no-link,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:hover.no-link,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:visited.no-link {
  width: 100%;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:link.no-link img,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:hover.no-link img,
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article a:visited.no-link img {
  width: 100%;
  height: auto;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article ul {
  border-left: 1px solid #a7a9ab;
  padding: 0 0 0 15px;
  margin: 20px 0 0;
  list-style-type: none;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article ul li {
  margin: 10px 0;
  line-height: 20px;
}
body.page-template-taxonomy-magazine-landing-php #content-wrapper #desktop-left section#magazine section.year article ul li:first-of-type {
  margin: 0 0 10px;
}

#desktop-right .the-mag-contain {
  text-align: center;
}
#desktop-right .the-mag-contain h2 {
  color: #111;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 68px;
  border-top: 1px solid #96989b;
  border-bottom: 1px solid #96989b;
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 999;
  text-align: left;
  text-transform: uppercase;
}
#desktop-right .the-mag-contain h2:before {
  content: " ";
  display: block;
  float: left;
  border-right: 1px solid #96989b;
  height: 68px;
  padding: 0 2.5rem;
  margin: 0 1rem 0 0;
  background: url(52627478eb3da6807043d49e0470a7b8564ab3cf.png)  50% 50% no-repeat;
}
#desktop-right .the-mag-contain > img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
#desktop-right .the-mag-contain article {
  margin: 15px 15px 0;
  padding: 15px;
}
#desktop-right .the-mag-contain article:nth-of-type(2) {
  background: #e0e1e3;
}
#desktop-right .the-mag-contain article a {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 5px 0;
}
#desktop-right .the-mag-contain article h3.title {
  margin: 0 0 5px;
}
#desktop-right .the-mag-contain article h3.title a {
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 800;
  text-transform: none;
}
#desktop-right .the-mag-contain article div.share-contain {
  float: none;
  background: none;
}
#desktop-right .the-mag-contain article div.share-contain h3.shares {
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  clear: none;
  display: none;
}
#desktop-right .the-mag-contain a.mag-read-more {
  display: inline-block;
  padding-top: 8px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  float: right;
  width: 100%;
  font-weight: bold;
  padding-right: 10px;
  font-family: "Solido", Tahoma, sans-serif;
  color: #000;
  background: url(b6d04c933fb480bd76bec12e394a1f78a526bbdb.png)  100% 75% no-repeat;
  padding: 13px 27px 0 0;
  border-top: 1px solid #000;
  margin: 0px 0px 10px 0px;
  text-align: right;
}

@media screen and (min-width: 769px) {
  #desktop-right .the-mag-contain {
    text-align: left;
  }
  #desktop-right .the-mag-contain article {
    text-align: left;
  }
  #desktop-right .the-mag-contain article h3.title a {
    font-size: 22px;
    line-height: 31px;
  }
}
@media screen and (min-width: 900px) {
  #desktop-right .the-mag-contain article div.share-contain > a {
    z-index: 98;
    position: relative;
  }
  #desktop-right .the-mag-contain article div.share-contain h3.shares {
    display: inline-block;
    margin: 0 5px 0;
    border-left: 1px solid #000;
    padding: 0 5px 0;
    float: none;
  }
  #desktop-right .the-mag-contain article div.share-contain h3.shares > ul {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: inherit;
    padding: 5px;
    background: #fff;
  }
  #desktop-right .the-mag-contain article div.share-contain h3.shares > ul img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  #desktop-right .the-mag-contain article div.share-contain h3.shares:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
  }
}
/*------- ebooks -------*/
.ebook-wrapper-hide, .ebook-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.standard-article #content-wrapper .ebooks-template-wrapper .post-title {
  border-bottom: 1px solid #a7a9ab;
  border-top: 0;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 2.8125em;
  margin: 20px 0 40px;
  padding-bottom: 20px;
}
.standard-article #content-wrapper .ebooks-template-wrapper .post-title .ebook-title-brk {
  word-break: break-all;
}

p.ebooks-verfication-message,
.ebooks-verfication-message {
  display: none;
  margin-bottom: 12px;
}

.ebooks-wrapper {
  margin: 0 -10px;
  padding-bottom: 50px;
}
.ebooks-wrapper:before, .ebooks-wrapper:after {
  content: ' ';
  display: table;
}
.ebooks-wrapper:after {
  clear: both;
}

.ebook-wrapper {
  float: left;
  width: 33.333%;
}

.ebook-wrapper-clear {
  clear: left;
}

.ebook-link {
  display: block;
  margin: 10px;
  position: relative;
}
.ebook-link br {
  display: none;
}
.ebook-link img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.ebook-link span {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: block;
  left: 50%;
  line-height: 1.2em;
  margin-left: -25%;
  opacity: 0;
  padding: 3%;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 50%;
}
.ebook-link:hover span {
  opacity: 1;
}

/*------- responsive -------*/
@media only screen and (max-width: 576px) {
  .ebook-wrapper-clear {
    clear: none;
  }

  .ebook-wrapper {
    width: 50%;
  }
  .ebook-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 480px) {
  .ebook-title-brk {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .ebook-wrapper {
    float: none;
    width: 100%;
  }
}
.mag-modal {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999999999;
  display: none;
  color: #fff;
}
.mag-modal #close-contain {
  width: 100%;
  margin: 2% auto 100px;
  position: relative;
  display: inline-block;
}
.mag-modal #close-contain .logo {
  height: 110px;
  width: 133px;
  background: url(8935177e46c844952b9fce765776606ba357884e.png)  no-repeat 0% 0%;
  float: left;
}
.mag-modal #close-contain h1 {
  text-align: left;
  color: #cb3323;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 19px;
  line-height: 68px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 125px;
  width: 100%;
  padding: 0 10% 0 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
}
.mag-modal #close-contain button.close {
  float: right;
  background: url(636ce32c65b4ddf3971da2c31b65d4c21ded0bf3.png)  no-repeat 0% 0%;
  width: 66px;
  height: 66px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}
.mag-modal .mag-modal-content {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.mag-modal .mag-modal-content #mag-terms {
  float: left;
  border-right: 1px solid #fff;
  width: 50%;
  padding: 0 0 0 22px;
}
.mag-modal .mag-modal-content #mag-terms li {
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0px;
  padding: 3rem 0 3rem;
  max-width: 100%;
  border-bottom: 1px solid #fff;
}
.mag-modal .mag-modal-content #mag-terms li:last-child {
  border-bottom: none;
}
.mag-modal .mag-modal-content #mag-terms li.active {
  border-right: 7px solid #eb1414;
}
.mag-modal .mag-modal-content #mag-terms li.item:hover {
  cursor: pointer;
}
.mag-modal .mag-modal-content .mag-cat-posts {
  display: none;
  float: right;
  padding: 0;
  width: 40%;
  margin: 40px 0 0;
}
.mag-modal .mag-modal-content .mag-cat-posts.first {
  display: inline-block;
}
.mag-modal .mag-modal-content .mag-cat-posts li {
  padding: 0 0 3rem;
}
.mag-modal .mag-modal-content .mag-cat-posts li > a {
  color: #fff;
  font-family: "Patua One";
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mag-modal .mag-modal-content .mag-cat-posts li > a:hover {
  text-decoration: underline;
}
.mag-modal .mag-modal-content .mag-cat-posts li .dek,
.mag-modal .mag-modal-content .mag-cat-posts li .dek p {
  font-family: "Solido", Tahoma, sans-serif;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}
.mag-modal .mag-modal-content .mag-cat-posts li .author {
  color: #cb3323;
  margin: 10px 0 0;
}
.mag-modal .mag-modal-content .mag-cat-posts li .author a {
  color: #cb3323;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.mag-modal .mag-modal-content .mag-cat-posts li .author a:hover {
  text-decoration: underline;
}
.mag-modal div.search.js-elem {
  position: relative;
  height: 66px;
}
.mag-modal div.search.js-elem form#searchform {
  position: relative;
  margin: 20% 0 0 0;
  color: #fff;
}
.mag-modal div.search.js-elem form#searchform input#s {
  width: 100%;
  font-size: 4rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  float: left;
}
.mag-modal div.search.js-elem form#searchform input#s:focus {
  outline: none;
}
.mag-modal div.search.js-elem form#searchform small {
  font-size: .8rem;
  float: left;
  clear: left;
  color: #6d6f72;
}
.mag-modal div.search.js-elem button.close {
  width: 51px;
  height: 51px;
  background: url(67a67b8e211927680a3c6a2665f9aa09447d235e.png)  top left no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  border: none;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mag-modal div.search.js-elem button.close:hover {
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.mag-modal div.search.js-elem button.close:focus {
  border: none;
  outline: none;
}

@media screen and (min-width: 769px) {
  .mag-modal #close-contain {
    margin: 2% auto 55px;
  }
  .mag-modal #close-contain h1 {
    text-align: right;
    color: #cb3323;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 19px;
    line-height: 68px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 75%;
    padding: 0 10% 0 0;
    border-bottom: 1px solid #fff;
  }
  .mag-modal .mag-modal-content {
    width: 70%;
  }
  .mag-modal .mag-modal-content #mag-terms {
    width: 27%;
  }
  .mag-modal .mag-modal-content .mag-cat-posts {
    width: 60%;
  }
  .mag-modal .mag-modal-content .mag-cat-posts li > a {
    font-size: 36px;
  }
}
.search-results #desktop-left article {
  height: auto;
  float: left;
  position: relative;
  font-family: Tiempos, Georgia, serif;
  width: auto;
  margin: 10px 0 7px;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
}
.search-results #desktop-left article img {
  height: auto;
  max-height: 270px;
  min-height: inherit;
  width: auto;
  float: left;
  margin: 0 1rem 0 0;
}
.search-results #desktop-left article h2.post-title {
  font-size: 2.625rem;
  float: left;
  clear: none;
  width: 60%;
  margin: 0 0 1rem;
  padding: 1.250rem 0 0;
  font-family: Tiempos, Georgia, serif;
  font-weight: 600;
  text-transform: capitalize;
}
.search-results #desktop-left article p.excerpt {
  font-weight: 600;
  float: left;
  width: 60%;
  line-height: 1.5rem;
  margin: 0 0 1.7rem;
}
.search-results #desktop-left article section.article-meta {
  width: 60%;
  float: left;
}
.search-results #desktop-left article {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
}
.search-results #desktop-left article div.img-mask {
  overflow: hidden;
  float: left;
  height: 100%;
  width: 33%;
  margin: 0px 20px -10px 0px;
}
.search-results #desktop-left article div.img-mask img {
  max-height: inherit;
}
.search-results #desktop-left article p.excerpt {
  float: left;
  margin: 0 2% 0 0;
  width: 100%;
}
.search-results #desktop-left article h2.post-title {
  font-size: 2.65rem;
  line-height: 1;
  font-weight: 800;
  width: 100%;
}
.search-results #desktop-left article section.article-meta {
  padding-bottom: 0;
  float: left;
  margin: 0 2% 0 0;
  width: 100%;
}
.search-results #desktop-left article section.article-meta ul {
  margin-left: 0px;
  padding-left: 0px;
}
.search-results #desktop-left article section.article-meta ul li:first-of-type {
  padding: .5rem 2rem .5rem 0;
}
.search-results #desktop-left article section.article-meta ul .simple-author {
  padding-top: 0px !important;
  margin-top: 11px;
  padding-right: 10px !important;
}
.search-results #desktop-left a:link,
.search-results #desktop-left a:hover,
.search-results #desktop-left a:visited {
  color: #000;
}
@media screen and (max-width: 769px) {
  .search-results #desktop-left article {
    border: 1px solid #aaa;
    height: auto;
    width: 100%;
  }
  .search-results #desktop-left article div.img-mask {
    width: 100%;
    height: auto;
  }
  .search-results #desktop-left article div.img-mask img {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .search-results #desktop-left article h2.post-title {
    width: 100%;
    padding: 1.250rem 1rem;
    margin: 0 0 0;
  }
  .search-results #desktop-left article p.excerpt {
    display: none;
  }
  .search-results #desktop-left article section.article-meta {
    width: 100%;
    padding: 0 1rem 1rem;
    margin: 0;
  }
  .search-results #desktop-left article section.article-meta ul li {
    padding: 0;
  }
  .search-results #desktop-left article section.article-meta ul li.shares {
    display: none;
  }
}

/**
 * Inline alerts styles
 */
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message {
  float: right;
  font-size: 0.4em;
  font-weight: normal;
  margin-top: 25px;
  position: relative;
  z-index: 100;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message a {
  color: #232323;
  margin-left: 10px;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--add:before {
  background: url(6957fdc01c92e41f9f112dd938ec3483f646e141.png)  no-repeat -45px -31px;
  background-size: 114px auto;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
  vertical-align: bottom;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--add span {
  color: #eb1414;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--add_success:before {
  background-position: -70px -31px;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--small {
  font-size: 0.75em;
  position: relative;
  text-decoration: underline;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--tooltip {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  display: none;
  line-height: 1.2;
  padding: 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 38px;
  width: 310px;
  z-index: 100;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--tooltip:before {
  background: transparent url(c7b01bf645c80b835a2f202625ce22e9bb4e042a.png)  no-repeat 0 0;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: -3px;
  top: -23px;
  width: 25px;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--tooltip em {
  color: #EB1414;
  font-style: normal;
  font-weight: bold;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--add_loading:after {
  content: '\2026';
}

@media only screen and (max-width: 1079px) {
  #my-fp-alerts--inline-message-container .my-fp-alerts--search-term {
    clear: both;
    display: block;
  }
  #my-fp-alerts--inline-message-container .my-fp-alerts--inline-message {
    float: left;
    margin-bottom: 8px;
    position: relative;
  }
  #my-fp-alerts--inline-message-container .my-fp-alerts--inline-message a {
    margin-left: 0;
    margin-right: 10px;
  }
  #my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--small {
    position: static;
  }
  #my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--tooltip {
    left: 0;
    right: auto;
    top: 40px;
  }
  #my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--tooltip:before {
    background-image: url(0c340d7b45f2aca2f26bc72f2b40460ab271acec.png) ;
    left: -2px;
    right: auto;
  }
}
@media only screen and (max-width: 1079px) and (min-width: 769px) {
  #my-fp-alerts--inline-message-container {
    margin-top: 57px;
  }
}
.share-links {
  display: none;
}

.side-panel-wrapper {
  width: 90px;
}

.side-panel-fixed {
  position: fixed;
  top: 70px;
}

h3.shares {
  display: none;
}

#content-wrapper #desktop-right #tabs-container #tabs-content #latest article h3.shares > ul {
  width: 150px !important;
}

@media screen and (min-width: 1180px) {
  h3.shares {
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    font-variant: normal;
    font-weight: 600;
    padding: 3px 8px 0 3px;
    clear: none;
    float: left;
  }
  h3.shares:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  h3.shares ul {
    height: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    padding: 7px 6px;
    opacity: 0;
    margin: 0;
    background-color: #fff;
    width: inherit;
    list-style-type: none;
    visibility: hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  h3.shares ul li {
    height: 12px;
    width: 100%;
    margin: 0 0 1px;
  }
  h3.shares ul li.authors, h3.shares ul li.date, h3.shares ul li.print {
    display: none;
  }
  h3.shares ul li.sharing img {
    height: 20px !important;
    width: 20px !important;
    display: inherit;
    margin-top: -4px;
  }
  h3.shares ul li a {
    float: left;
    margin: 0 14px 0 0;
    height: inherit;
  }
  h3.shares ul li a.email {
    display: none;
  }

  h3.shares {
    display: block;
  }

  #desktop-left article div.center {
    position: relative;
  }
  #desktop-left article > div h3.shares {
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    font-variant: normal;
    font-weight: 600;
    padding: 3px 8px 0 3px;
    clear: none;
    float: left;
  }
  #desktop-left article > div h3.shares:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  #desktop-left article > div h3.shares ul {
    height: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    padding: 7px 6px;
    opacity: 0;
    margin: 0;
    background-color: #fff;
    width: inherit;
    list-style-type: none;
    visibility: hidden;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  #desktop-left article > div h3.shares ul li {
    height: 12px;
    width: 100%;
    margin: 0 0 1px;
  }
  #desktop-left article > div h3.shares ul li.authors, #desktop-left article > div h3.shares ul li.date, #desktop-left article > div h3.shares ul li.print {
    display: none;
  }
  #desktop-left article > div h3.shares ul li.sharing img {
    height: 20px !important;
    width: 20px !important;
    display: inherit;
    margin-top: -4px;
  }
  #desktop-left article > div h3.shares ul li a {
    float: left;
    margin: 0 14px 0 0;
    height: inherit;
  }
  #desktop-left article > div h3.shares ul li a.email {
    display: none;
  }
  #desktop-left .share-links {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 1, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 1, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 1, 0.25);
    display: block;
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #fff;
  }
  #desktop-left .share-links .slide-toggle-trigger {
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    padding: 0 25px;
    font-family: "Solido", Tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 15px;
    padding: 0 3px;
    display: block;
    text-align: center;
  }
  #desktop-left .share-links .content-toggle {
    height: 0px;
    overflow: hidden;
    padding: 0 5px;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 1, 0.25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 1, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 1, 0.25);
  }
  #desktop-left .share-links .content-toggle.open {
    height: 143px;
    padding-top: 3px;
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  #desktop-left .share-links section {
    color: #7c7c7c;
    line-height: 27px;
    border-top: 1px solid #a7a9ab;
    padding: 4px 0 2px 25px;
    text-transform: uppercase;
    font-size: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  #desktop-left .share-links section:first-of-type {
    border-top: none;
  }
  #desktop-left .share-links section:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background: #bada55;
  }
  #desktop-left .share-links section span {
    margin-right: 3px;
    margin-top: -2px;
  }
  #desktop-left .share-links section.share-twitter-side {
    background: url(7b37e9269dd89a97025b7c5681aa43a487913440.png)  0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links section.share-facebook-side {
    background: url(ba68d9ef9b6402964591ec2bb4652cc80caff22f.png)  0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links section.share-google-plus-side {
    background: url(62a46071bdc37bd7d374d4d530c31fbf32e455ec.png)  0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links section.share-reddit-side {
    background: url(4b9120edae114fb7072eb0e01ab0c47d110b1913.png)  0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links .aggregate-shares {
    text-transform: uppercase;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 12px;
    border-top: 1px solid #fff;
    line-height: 34px;
    text-align: center;
    background: #000;
    color: #eb1414;
  }
  #desktop-left .share-links .tags {
    background: #000;
    color: #fff;
    line-height: 35px;
    padding: 10px 0px;
    font-family: "Solido", Tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align: center;
    border-top: 20px solid #fff;
  }
  #desktop-left .share-links .tags a {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    color: #fff;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 10px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
  }
}
body.overlay-no-scroll,
html.fp-android-chrome.overlay-no-scroll {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#TB_overlay, #TB_load {
  display: none !important;
}

#TB_window {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background: none !important;
}

#TB_iframeContent {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
}

.mobile-regwall {
  padding-top: 20px !important;
}

.mobile-regwall h1.medium_header {
  padding-right: 20px;
  font-size: 2.1em;
}

.mobile-regwall h2 {
  font-size: 1.6em;
  margin-bottom: 5px;
}

.mobile-regwall p {
  line-height: 1.4em;
}

.mobile-regwall .FP-cite {
  margin-left: 4px;
}

.mobile-regwall .FP-all-access {
  margin-right: 4px;
}

.mobile-regwall .overlay-button-large {
  padding: 12px 30px;
  font-size: 1.3em;
  margin: 12px 0 20px;
}

.mobile-regwall .paywall_close {
  top: -15px;
  right: -14px;
}

#paywall_bg, .overlay-container-dark {
  position: fixed;
  background: url(a7fb27152fd00adb27bfdc276b45a3dcc2ee70ce.png) ;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  overflow: scroll;
  padding-bottom: 50px;
}

a.overlay-button-large,
a.overlay-button-rounded,
.overlay-button-large,
.overlay-button-rounded {
  padding: 12px 30px;
  font-size: 1.3em;
  margin: 12px 0 20px;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0px;
  overflow: visible;
  background: #ea1414;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}
a.overlay-button-large:before,
a.overlay-button-rounded:before,
.overlay-button-large:before,
.overlay-button-rounded:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  border-top: 7px solid rgba(234, 20, 20, 0.4);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
a.overlay-button-large:hover,
a.overlay-button-rounded:hover,
.overlay-button-large:hover,
.overlay-button-rounded:hover {
  text-decoration: none;
}

#paywallWrapper {
  margin: 5%;
  color: #fff;
  position: relative;
}

.mobile-regwall {
  padding-top: 20px !important;
}
.mobile-regwall h1 {
  padding-right: 20px;
  font-size: 1.6em;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a9ab;
  font-weight: bold;
}
.mobile-regwall h2 {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 10px;
}
.mobile-regwall p {
  line-height: 1.4em;
  margin-top: 0px;
}
.mobile-regwall .FP-cite {
  color: #ea1419;
  font-weight: bold;
  font: "Solido", "Tahoma", sans-serif;
}
.mobile-regwall .FP-all-access {
  font-size: 0.6em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font: "Solido", "Tahoma", sans-serif;
}
.mobile-regwall .paywall_close {
  top: -15px;
  right: -14px;
  position: absolute;
  cursor: pointer;
}

.paywall_counter {
  margin: 2em 0;
  border: 1px solid #eb1414;
  padding: 1em .7em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.paywall_counter p {
  font-family: Solido, Tahoma, sans-serif;
  width: 100% !important;
  margin: 0;
}

span.fp_red {
  color: #eb1414;
}

.inline-button-rounded, .inline-button-rounded-dark {
  display: inline-block;
  padding: 5px 6px;
  text-transform: uppercase;
  text-decoration: none;
  background: #ea1414;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.inline-cap-emph {
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

.special-offer-popup {
  background: #050706;
  display: none;
  position: fixed;
  width: 480px;
  bottom: 20px;
  left: -480px;
  z-index: 1000;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -moz-box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  box-shadow: 0 0 5px rgba(5, 5, 5, 0.25);
  -webkit-transform: translateX(-480px);
  -moz-transform: translateX(-480px);
  -ms-transform: translateX(-480px);
  -o-transform: translateX(-480px);
  transform: translateX(-480px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-family: "Solido", Tahoma, sans-serif;
}
.special-offer-popup p {
  margin: 0;
  padding: 0;
}
.special-offer-popup header {
  position: relative;
  background: #EB1414;
  color: #fff;
  text-align: center;
}
.special-offer-popup header p {
  font-family: "Solido", Tahoma, sans-serif;
}
.special-offer-popup header span#paywall-counter {
  font-weight: 600;
}
.special-offer-popup header button {
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 0px 3px;
  font-size: 13px;
  line-height: 17px;
  background: none;
  color: #fff;
  border: none;
}
.special-offer-popup div {
  padding: 13px 8px 14px 13px;
  background: #050706;
  color: #fff;
  display: inline-block;
}
.special-offer-popup div ul {
  float: left;
  width: 330px;
  margin: 0 0 0 -4px;
}
.special-offer-popup div ul li {
  position: relative;
  padding-left: 11px;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 0.9em;
}
.special-offer-popup div ul li:before {
  content: "\2022";
  position: absolute;
  top: 1px;
  left: 1px;
  color: #EB1414;
  font-size: 25px;
  vertical-align: middle;
}
.special-offer-popup div img {
  float: right;
  width: 100px;
  height: auto;
}
.special-offer-popup div button,
.special-offer-popup div a.button {
  color: #fff;
  text-decoration: none;
  float: left;
  clear: left;
  padding: 5px 7px 5px;
  margin-top: 7px;
  background: #EB1414;
  font-size: 15px;
}
.special-offer-popup div .subscribe,
.special-offer-popup div a.subscribe {
  font-weight: 600;
}
.special-offer-popup div .subscribe cite,
.special-offer-popup div a.subscribe cite {
  font-size: 22px;
  font-family: "Tiempos", Georgia, serif;
}
.special-offer-popup div .subscribe span,
.special-offer-popup div a.subscribe span {
  font-style: italic;
}

.special-offer-popup-show {
  left: 0;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.mobile-regwall .medium_header {
  padding-right: 20px;
  font-size: 2.1em;
  margin-bottom: .5em;
}
.mobile-regwall .overlay-button-large {
  padding: 12px 30px;
  font-size: 1.3em;
  margin: 12px 0 20px;
}

.overlay-nobrk {
  white-space: nowrap;
}

.FP-cite {
  font-family: "Tiempos", Georgia, serif;
  color: #ea1419;
  font-weight: bold;
}

.FP-all-access {
  font-size: 0.6em;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Solido", Tahoma, sans-serif;
  font-weight: bold;
}
.FP-all-access span {
  color: #ea1419;
}

#paywall_bg #paywallWrapper {
  margin: 5% 20%;
  color: #fff;
  position: relative;
  font-family: "Solido", "Tahoma", sans-serif;
}
#paywall_bg .medium_header {
  font-size: 2.8125em;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a9ab;
  margin-bottom: 25px;
  font-family: "Solido", "Tahoma", sans-serif;
}
#paywall_bg .paywall_text {
  font-family: "Solido", "Tahoma", sans-serif;
  font-size: 1.8em;
  line-height: 1.55em;
  margin: 0 0 2em;
}
#paywall_bg .paywall_text cite {
  font-style: italic;
}
#paywall_bg .table_row {
  border-bottom: 1px solid #555;
  zoom: 1;
  margin-bottom: 0;
  margin-top: 0px;
  font-family: "Solido", "Tahoma", sans-serif;
  line-height: 1.3;
}
#paywall_bg .table_row cite {
  font-style: italic;
}
#paywall_bg .table_row:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
#paywall_bg .table_middot {
  font-family: serif;
  font-size: 6em;
  line-height: 0.3;
}
#paywall_bg .table_left {
  width: 38.5%;
  padding: 8px 15px;
  text-align: right;
}
#paywall_bg .table_left span {
  color: #AFAFAF;
  display: block;
  font-size: 0.9em;
}
#paywall_bg .table_left, #paywall_bg .table_center {
  float: left;
}
#paywall_bg .table_center {
  width: 30%;
  padding-bottom: 8px;
  padding-left: 2.5%;
  padding-top: 8px;
  background: #000;
  position: relative;
  text-align: center;
}
#paywall_bg .table_right {
  float: right;
  width: 30%;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}
#paywall_bg strong {
  font-weight: bold;
}
#paywall_bg .pricing_stamp {
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  display: table;
  background: #c8252f;
  font-size: 13px;
  font-weight: bold;
  height: 92px;
  position: absolute;
  right: -15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  top: -55px;
  width: 92px;
  font-family: "Solido", "Tahoma", sans-serif;
}
#paywall_bg .pricing_stamp span {
  display: table-cell;
  vertical-align: middle;
}
#paywall_bg .paywall--x {
  position: relative;
  text-decoration: line-through;
}
#paywall_bg .sub_btn {
  display: block;
  clear: both;
  border-radius: 3px;
  background-color: #c8252f;
  width: 50%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  top: 1em;
  padding: 2%;
  font-family: "Solido", "Tahoma", sans-serif;
}
#paywall_bg .already_sub_link {
  color: white;
  display: block;
  clear: both;
  margin-top: 45px;
  text-align: center;
  font-family: "Solido", "Tahoma", sans-serif;
}
#paywall_bg .paywall_close {
  position: absolute;
  top: -20px;
  right: -25px;
  cursor: pointer;
}
#paywall_bg p {
  margin-top: 0px;
}

@media screen and (max-width: 500px) {
  #paywall_bg .medium_header {
    margin-bottom: .5em;
  }
  #paywall_bg .paywall_text {
    margin-bottom: 1em;
  }
  #paywall_bg .table_left, #paywall_bg .table_center, #paywall_bg .table_center {
    font-size: 13px;
  }
  #paywall_bg .table_left {
    width: 34%;
    margin-right: 2%;
  }
  #paywall_bg .table_center, #paywall_bg .table_right {
    width: 32%;
    background: none;
  }
  #paywall_bg .pricing_stamp {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 700px) {
  #paywall_bg .table_left {
    width: 42%;
    margin-right: 2%;
  }
  #paywall_bg .table_center {
    width: 24%;
    padding-left: 2%;
  }
  #paywall_bg .table_right {
    width: 28%;
  }
  #paywall_bg #paywallWrapper {
    margin: 5%;
  }
}
/** expiration.scss - paywall expiration notices */
.discount_promo_overlay {
  position: fixed;
  background: url(a7fb27152fd00adb27bfdc276b45a3dcc2ee70ce.png) ;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  overflow: scroll;
  padding-bottom: 50px;
}
.discount_promo_overlay p {
  font-size: 2em;
  line-height: 1.5em;
}
.discount_promo_overlay .discount_promo_body a {
  color: #eb1414;
}
.discount_promo_overlay .discount_promo_expiration p {
  font-size: 1.2em;
}
.discount_promo_overlay .discount_promo_price {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6em;
  display: block;
  text-align: center;
  margin-top: .5em;
}
.discount_promo_overlay #discount_promo {
  width: 600px;
  margin: 0 auto;
  margin-top: 2em;
  position: relative;
  padding-top: 5em;
}
.discount_promo_overlay #pricingTable {
  margin-top: 15px;
  position: relative;
}
.discount_promo_overlay .pricing-stamp {
  border-radius: 35px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background: #EB1414;
  font-size: 15px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: -65px;
  text-align: center;
  text-transform: uppercase;
  top: -30px;
  width: 70px;
}
.discount_promo_overlay .discount_promo_header {
  font-size: 2.45em;
  font-weight: bold;
  line-height: 1.4em;
}
.discount_promo_overlay .discount_promo_header span {
  display: block;
  margin: 1em 0;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #eb1414;
  border-bottom: 1px solid #eb1414;
  padding: 0;
  font-size: .6em;
  text-align: center;
  color: #fff;
}
.discount_promo_overlay .discount_promo_close {
  position: absolute;
  right: 0;
  top: 0;
  color: #eb1414;
  text-decoration: none;
  text-align: right;
  line-height: 1.2em;
  width: 200px;
  padding-right: 45px;
}
.discount_promo_overlay .discount_promo_close .icons-modal_close_red {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.discount_promo_overlay .discount_promo_button {
  background: #eb1414;
  color: #fff;
  padding: .75em 1em;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
  display: block;
  margin: 1.25em auto 0;
  width: 200px;
  text-align: center;
}
.discount_promo_overlay .discount_promo_button:hover {
  text-decoration: underline;
}
.discount_promo_overlay .discount_expiration_button {
  font-size: 1.4em;
  width: 300px;
}
.discount_promo_overlay.declined #pricingTable,
.discount_promo_overlay.declined .discount_promo_button,
.discount_promo_overlay.declined .discount_promo_header span {
  display: none;
}
.discount_promo_overlay.declined .discount_promo_header {
  margin-bottom: 15px;
}
.discount_promo_overlay.suppress-chart #pricingTable {
  display: none;
}
@media all and (max-width: 1024px) {
  .discount_promo_overlay #discount_promo {
    width: 80%;
  }
}

@media all and (max-width: 700px) {
  #discount_promo_overlay {
    position: absolute;
  }
}
/*------- takeovers -------*/
.overlay-close,
.overlay-button-large,
.overlay-button-rounded {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}

.overlay-close {
  position: relative;
  float: right;
  padding: 15px 60px 15px 15px;
  background: #474747;
  font-size: 0.6em;
}
.overlay-close span {
  display: table;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 18px;
  font-size: 1.4em;
  line-height: 42px;
  background: #ea1414;
}
.overlay-close span:before {
  content: 'X';
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-close-link,
a.overlay-close-link {
  color: #ea1419;
}

.overlay-content {
  margin: 90px auto;
  max-width: 1040px;
  padding: 20px;
  position: relative;
}

.overlay-title {
  color: #fff;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: bold;
  padding-bottom: 8px;
  font-family: Solido, Tahoma, sans-serif;
  border-bottom: 7px solid #fff;
}
.overlay-title img[alt="Facebook"] {
  margin: 2px 4px -5px;
}

.overlay-long-title {
  line-height: 1em;
  font-size: 3.7em;
}

.overlay-tagline {
  line-height: 1.2em;
  margin-bottom: 30px;
}

.overlay-body {
  margin-top: 60px;
  padding-bottom: 12px;
  font-size: 1.1em;
}
.overlay-body p {
  margin-bottom: 20px;
  font-size: 1em;
}
.overlay-body .overlay-tagline {
  font-size: 1.9em;
}
.overlay-body cite {
  font-style: italic;
}
.overlay-body cite.FP-cite {
  font-style: normal;
}

a.overlay-price-box,
.overlay-price-box {
  display: inline-block;
  background: #fff;
  color: #000;
  font-family: 'Solido', Tahoma, sans-serif;
  position: relative;
  padding: 5px 10px 2px 20px;
  font-size: 1.1em;
  margin-left: 15px;
  text-decoration: none;
}

a.overlay-emphbig,
.overlay-emphbig {
  color: #ea1419;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

/*------- referrers -------*/
.overlay-the-week .overlay-title {
  max-width: 905px;
}
.overlay-the-week .overlay-tagline {
  font-weight: bold;
}
.overlay-the-week .overlay-button-large {
  font-size: 1.7em;
  max-width: 800px;
  padding: 30px;
}

/*------- offer -------*/
.offer-takeover .overlay-close {
  font-size: 38px;
  padding: 20px 25px 0;
  background: none;
  color: #a4a4a4;
}
.offer-takeover .overlay-banner-img {
  float: right;
  margin-left: 40px;
  max-width: 275px;
}
.offer-takeover .overlay-tagline {
  font-weight: bold;
  font-size: 1.6em;
}
.offer-takeover p {
  line-height: 1.5em;
  margin-bottom: 12px;
}
.offer-takeover ul {
  font-family: 'Tiempos', Georgia, serif;
  font-size: 0.95em;
  line-height: 1.5em;
  list-style-type: disc;
  margin-left: 20px;
}
.offer-takeover .overlay-body {
  margin-top: 25px;
}
.offer-takeover .overlay-body p {
  max-width: 510px;
}
.offer-takeover .overlay-body .overlay-tagline {
  max-width: none;
}
.offer-takeover .FP-cite {
  margin-left: 5px;
  font-size: 1.2em;
}
.offer-takeover .overlay-button-rounded {
  border-radius: 5px;
  padding: 12px 57px;
  max-width: 500px;
  font-size: 1.5em;
  display: inline-block;
  margin-top: 66px;
}

.offer-messaging .overlay-banner-img {
  float: right;
  margin-left: 40px;
  max-width: 275px;
}
.offer-messaging .overlay-title {
  max-width: none;
}
.offer-messaging .overlay-tagline {
  font-weight: bold;
  font-size: 1.6em;
}
.offer-messaging p {
  line-height: 1.5em;
  margin-bottom: 12px;
}
.offer-messaging ul {
  font-family: 'Tiempos', Georgia, serif;
  font-size: 0.95em;
  line-height: 1.5em;
  list-style-type: disc;
  margin-left: 20px;
}
.offer-messaging .overlay-body {
  margin-top: 25px;
}
.offer-messaging .overlay-body p {
  max-width: 510px;
}
.offer-messaging .overlay-body .overlay-tagline {
  max-width: none;
}
.offer-messaging .FP-cite {
  margin-left: 5px;
  font-size: 1.2em;
}
.offer-messaging .overlay-button-rounded {
  border-radius: 5px;
  padding: 12px 57px;
  max-width: 500px;
  font-size: 1.5em;
  display: inline-block;
  margin-top: 66px;
}

.overlay-lday-list .overlay-button-rounded {
  margin-top: 36px;
}

/*------- responsive -------*/
@media only screen and (max-width: 1000px) {
  .offer-takeover .overlay-button-rounded {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .offer-takeover .overlay-banner-img {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .overlay-the-week .overlay-price-box {
    margin-top: 10px;
  }
}
body.single #desktop-left .fyre-widget {
  background: #fff;
}
body.single #desktop-left .fyre-widget .fyre-mention-menu.fyre-mention-connections {
  z-index: 999999;
}
body.single #desktop-left .fyre-widget article {
  width: 100%;
}
body.single #desktop-left .fyre-widget article footer {
  margin: 0px;
  padding: 0 10px;
}
body.single #desktop-left .fyre-widget article .fyre-comment-divider {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 5px 0;
}
body.single #desktop-left .fyre-widget p {
  width: inherit;
  font-size: 13px;
  line-height: 18px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body.single #desktop-left .fyre-widget ul.fyre, body.single #desktop-left .fyre-widget ul.fyre-box-list {
  display: none;
  padding: 0;
  width: 100%;
}
body.single #desktop-left .fyre-widget ul.fyre li, body.single #desktop-left .fyre-widget ul.fyre-box-list li {
  margin-top: 0;
}
body.single #desktop-left .fyre-widget div.fyre-editor-editable p {
  width: inherit;
  font-size: 13px;
}
body.single #desktop-left .fyre-widget div.fyre-editor-editable p:first-of-type {
  margin: 0;
}
body.single #desktop-left .fyre-widget div.fyre-comment-actions {
  width: 43%;
  margin: 0;
}
body.single #desktop-left .fyre-widget .fyre-box-wrapper.fyre-box-mobile-touch ul.fyre, body.single #desktop-left .fyre-widget .fyre-box-wrapper.fyre-box-mobile-touch ul.fyre-box-list, body.single #desktop-left .fyre-widget .fyre-box-wrapper:hover ul.fyre, body.single #desktop-left .fyre-widget .fyre-box-wrapper:hover ul.fyre-box-list {
  display: block;
}

/*------- show more -------*/
.post-content .fyre .fyre-stream-content {
  max-height: 150px;
  overflow: hidden;
}
.post-content .fyre .fyre-stream-content footer.fyre-comment-footer {
  float: none;
  height: auto;
}
.post-content .fyre .fyre-stream-content footer.fyre-comment-footer .fyre-editor {
  float: none;
  margin: 10px 0 15px;
  width: 100%;
}
.post-content .fyre .fyre-comment-action-button {
  height: auto;
}
.post-content .fyre .fyre-comment-flag-mobile-btn {
  height: 29px;
  margin-top: -3px;
}
.post-content .fyre .fyre-flag-menu-item {
  height: auto;
  line-height: 27px;
  padding-bottom: 0;
  padding-top: 0;
}
.post-content .fyre .fyre-stream-content-more {
  max-height: none;
  overflow: visible;
}
.post-content .fyre .fyre-stream-more {
  background: none;
  border-top: 1px solid #97999c;
  cursor: pointer;
  display: block !important;
  text-align: right;
}
.post-content .fyre .fyre-stream-more .fyre-stream-more-container {
  background: none;
  border: 0;
  filter: none;
  font-family: "Solido", Tahoma, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.7em;
  text-transform: uppercase;
}
.post-content .fyre .fyre-stream-more .fyre-stream-more-container:after {
  content: '';
  display: inline-block;
  background-color: #000;
  background-image: url(1c8a541447de2d4c9db9bac8106f0289889cef39.png) ;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 32px;
  width: 42px;
}
.post-content .fyre .fyre-stream-more .fyre-stream-more-container .fyre-text {
  cursor: pointer;
  line-height: 40px;
  vertical-align: top;
}
.post-content .fyre .fyre-stream-more .fyre-stream-more-container .fyre-spinner {
  display: none !important;
}
.post-content .fyre .fyre-stream-more-hide {
  display: none !important;
}

.china-inset {
  float: left;
  width: 30%;
  font-family: "Solido";
  border-top: 7px double #333;
  margin-right: 50px;
  padding-top: 2em;
  margin-top: 2em;
  position: relative;
  border-bottom: 9px solid blue;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.china-inset .logo {
  position: absolute;
  top: -27px;
  left: 50%;
  display: block;
  margin: 0 auto;
  margin-left: -25px;
}
.china-inset h4 {
  margin-top: 1em;
  border-top: 2px solid #333;
  padding-top: .5em;
  text-transform: uppercase;
}
.china-inset ul {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 !important;
  width: 100% !important;
  border-bottom: 8px solid #eb1414;
}
.china-inset ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  zoom: 1;
}
.china-inset ul li:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.china-inset ul li img {
  float: left;
  height: 70px;
  width: 70px;
}
.china-inset ul li a {
  color: #333;
}
.china-inset ul li span {
  padding-left: 80px;
  display: block;
  font-family: "Tiempos";
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3em;
}

@media screen and (max-width: 1080px) {
  .china-inset {
    float: none;
    width: 80%;
    margin: 2em auto;
  }
}
body.page-template-default img.aligncenter {
  display: block;
  margin: 1.5rem auto;
  max-width: 600px;
  width: 100%;
}

@media print {
  @page {
    margin: 1.5cm 1.5cm 2cm;
}

  .single #desktop-left .js-container > article {
    padding-top: 0;
  }

  .single #desktop-left article,
  .page-template-template-recent-voices-php #desktop-left article,
  .search #desktop-left article {
    display: block !important;
  }

  .single #desktop-left article.js-no-print,
  .page-template-template-recent-voices-php #desktop-left article.js-no-print,
  .search #desktop-left article.js-no-print {
    display: none !important;
  }

  body.single #site-wrapper #content-wrapper {
    padding-top: 0;
  }

  .single #desktop-left article .shares-position p {
    font-size: 13px;
    margin-bottom: 15px;
    page-break-inside: avoid;
  }

  body.single #site-wrapper #content-wrapper h1.post-title {
    padding-bottom: 4px;
  }

  body.single.standard-article #content-wrapper p.dek {
    font-size: 15px;
    line-height: 1.5em;
  }

  .standard-article #content-wrapper .article-meta {
    padding-bottom: 0;
  }

  .single #desktop-left article .post-inner,
  .single #desktop-left article .post-inner .shares-position p:first-of-type {
    margin-top: 0;
  }

  header,
  img,
  .print,
  .pullquote-left,
  .pullquote-right,
  .comments,
  #post-category,
  .dynamic-image,
  .js-no-print,
  iframe,
  .sharedaddy,
  #related-posts,
  #desktop-right,
  footer {
    display: none !important;
  }

  span.pull-quote-left:before,
  span.pull-quote-right:before {
    display: none !important;
  }

  .single #desktop-left article .shares-position p:first-of-type::first-letter,
  .page-template-template-recent-voices-php #desktop-left article .shares-position p:first-of-type::first-letter,
  .search #desktop-left article .shares-position p:first-of-type::first-letter {
    float: none !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
  }
}
.newsmax--container_post {
  display: none;
}

.newsmax--sidebar_home,
.newsmax--sidebar_post {
  clear: both;
  margin-bottom: 15px;
}

@media only screen and (max-width: 769px) {
  .newsmax--container_post {
    display: block;
  }
}
/*arbitrary for staging*/
.taboola--sidebar-attribution {
  background: #eaeaea;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0.5em 0.5em 0;
}

.taboola--article-attribution {
  clear: both;
  font-size: 12px;
  text-transform: uppercase;
}

.trc_rbox_header {
  border-top: 1px solid #666666 !important;
  border-bottom: 1px solid #666666 !important;
  padding: 1em 0 !important;
  margin-bottom: 1em !important;
  text-align: center !important;
  background: white !important;
  text-transform: uppercase !important;
  font-size: 1.2em !important;
  font-family: "Solido" !important;
}
.trc_rbox_header .trc_header_ext {
  position: absolute !important;
  right: 0.5em !important;
  top: 50% !important;
  height: 20px !important;
  margin-top: -15px !important;
}

#taboola-right-rail-thumbnails .trc_rbox_container {
  background: #eaeaea !important;
  padding: 0.5em !important;
  margin-bottom: 1em !important;
}

#taboola-below-article-thumbnails .trc_rbox_container,
#taboola-below-article-text-links .trc_rbox_container {
  background: #eaeaea !important;
  padding: 0.5em !important;
}
#taboola-below-article-thumbnails .trc_rbox_header,
#taboola-below-article-text-links .trc_rbox_header {
  text-align: left !important;
  padding-left: 0.5em !important;
  font-family: "Solido" !important;
}
#taboola-below-article-thumbnails .trc_rbox_header .trc_header_right_column,
#taboola-below-article-text-links .trc_rbox_header .trc_header_right_column {
  top: 30%;
}

#taboola-right-rail-thumbnails .trc_rbox_header {
  background: #eaeaea !important;
  text-align: left !important;
}

.post-inner .trc_rbox_header {
  border-bottom: 1px solid #DDDDDD !important;
  border-top: 1px solid #DDDDDD !important;
  margin-bottom: 0.1em !important;
  padding: 0 !important;
}
.post-inner .trc_rbox_header .trc_rbox_header_span {
  display: block;
  width: 100%;
}
.post-inner .trc_rbox_header .trc_rbox_header_span .trc_inner_header {
  display: block;
  float: left;
  font-size: 0.9em;
  padding: 0.3em 0 0.2em !important;
  position: static;
  text-align: left;
  width: 50%;
}
.post-inner .trc_rbox_header .trc_rbox_header_span .trc_inner_header + .trc_inner_header {
  border-left: 1px solid #ddd;
  padding-left: 0.3em !important;
}
.post-inner .trc_tl_responsive .trc_rbox_div div.videoCube,
.post-inner .trc_tl_responsive .trc_rbox_div div.videoCube:nth-of-type(-n+5) {
  padding: 0.3em 0.15em;
  line-height: 1;
  width: 50%;
}
.post-inner .hybrid-text-links-a .trc_rbox_div .videoCube.thumbnail_none a {
  display: inline;
  margin-left: 0;
}
.post-inner .hybrid-text-links-a .syndicatedItem .video-title {
  font-family: 'Solido', sans-serif;
  text-transform: uppercase;
}
.post-inner .hybrid-text-links-a .syndicatedItem .video-title .branding {
  font-family: 'Solido', sans-serif;
}
.post-inner .hybrid-text-links-a .videoCube .video-label-box {
  background: #eaeaea;
  min-height: 45px;
  padding: 0.1em 0.5em;
}
.post-inner .trc-widget-footer {
  line-height: 2.2;
}
.post-inner .videoCube_5_child ~ div .video-label-box {
  background: #f8f8f8 !important;
}
.post-inner .videoCube_5_child ~ div .video-label-box .video-title {
  font-family: 'Solido', sans-serif !important;
  text-transform: uppercase;
}
.post-inner .trc_related_container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}
.post-inner .trc_header_ext .logoDiv a {
  font-family: "Solido", sans-serif;
}
.post-inner .trc_header_ext .logoDiv a span {
  color: #eb1414;
}
.post-inner .trc_header_ext .logoDiv.attribution-disclosure-link-sponsored a span {
  color: #000;
}

.post-inner [id^="taboola-below-article-thumbs-"] {
  border-bottom: 0;
}
.post-inner [id^="taboola-below-article-thumbs-"] .trc_header_ext {
  margin-top: -13px !important;
}
.post-inner [id^="taboola-below-article-thumbs-"] .trc_header_ext .logoDiv a span {
  font-size: 0.7em;
}
.post-inner [id^="taboola-below-article-thumbs"] .trc_rbox_header {
  margin-bottom: 15px !important;
}
.post-inner [id^="taboola-below-article-thumbs"] .trc_rbox_header .trc_header_ext {
  margin-top: -14px !important;
  right: 0 !important;
}
.post-inner [id^="taboola-below-article-thumbs"] .trc_rbox_header .trc_rbox_header_span {
  padding: 0.3em 0 0.2em;
  text-align: left;
}
.post-inner [id^="taboola-below-article-thumbs"] .videoCube .video-label-box .video-title,
.post-inner [id^="taboola-below-article-thumbs"] .videoCube .video-label-box .branding {
  font-family: "Solido", sans-serif;
  text-transform: uppercase;
}
.post-inner [id^="taboola-below-article-thumbs"] .videoCube .video-label-box .video-title {
  font-size: 1.35em;
  line-height: 1.2;
}
.post-inner [id^="taboola-below-article-thumbs"] .videoCube .video-label-box .branding {
  line-height: 1.6;
}

@media only screen and (max-width: 1080px) {
  .post-inner .trc_rbox_header .trc_rbox_header_span .trc_inner_header {
    width: 100%;
  }
  .post-inner .trc_rbox_header .trc_rbox_header_span .trc_inner_header + .trc_inner_header {
    display: none;
  }
  .post-inner .trc_tl_responsive .trc_rbox_div div.videoCube,
  .post-inner .trc_tl_responsive .trc_rbox_div div.videoCube:nth-of-type(-n+5) {
    clear: both;
    float: none;
    width: 100%;
  }
  .post-inner .hybrid-text-links-a .videoCube .video-label-box {
    min-height: 30px;
  }
}
object.BrightcoveExperience {
  display: block;
  margin: 0 auto 20px;
}

.smcx-widget {
  z-index: 101 !important;
}

.FP-mobile-ad {
  background: #FBFBFB;
  opacity: 0;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  visibility: hidden;
}

.FP-mobile-ad_enabled {
  opacity: 1;
  visibility: visible;
}

.FP-mobile-ad__close {
  color: #333;
  font-family: sans-serif;
  font-weight: lighter;
  text-align: center;
}

.FP-mobile-ad_fixedbottom {
  border-top: 1px solid #F1F1F1;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.FP-mobile-ad_fixedbottom .FP-mobile-ad__ad {
  background: #fff;
  display: block !important;
  height: 50px;
  margin: 0 auto;
  width: 320px;
}
.FP-mobile-ad_fixedbottom .FP-mobile-ad__ad > div {
  display: block;
  width: 100%;
}
.FP-mobile-ad_fixedbottom .FP-mobile-ad__ad > div > iframe {
  display: block;
  margin: 0 auto;
}
.FP-mobile-ad_fixedbottom .FP-mobile-ad__close {
  background: #F3F3F3;
  bottom: 0;
  color: #EB1414;
  cursor: pointer;
  font-size: 1.3em;
  height: 49px;
  left: 50%;
  line-height: 47px;
  margin-left: 161px;
  position: absolute;
  width: 25px;
}

@media only screen and (max-width: 372px) {
  .FP-mobile-ad_fixedbottom .FP-mobile-ad__close {
    bottom: 100%;
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa; //darken( $gray, 10% )
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px 
		rgba( 46, 68, 83, .1 ) inset, 0 1px 1px 
		rgba( 46, 68, 83, .05 ); //gray-dark
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
