/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * 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(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) 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-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, 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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.eot); src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.eot?#iefix) format('ie9-skip-eot'), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.woff) format('woff'), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.ttf)  format('truetype');
}*/
/* Solido */
@font-face {
  font-family: 'Solido';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-medium-webfont.eot?) format("eot"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-medium-webfont.woff) format("woff"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-medium-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Solido';
  font-style: normal;
  font-weight: 800;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-extrabold-webfont.eot?) format("eot"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-extrabold-webfont.woff) format("woff"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-extrabold-webfont.ttf) format("truetype");
}

/* Solido Condensed */
@font-face {
  font-family: 'Solido Condensed';
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solidocondensed-bold-webfont.eot?) format("eot"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solidocondensed-bold-webfont.woff) format("woff"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solidocondensed-bold-webfont.ttf) format("truetype");
}

@font-face {
  font-family: 'Solido Medium Italic';
  font-style: italic;
  font-weight: 500;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-mediumitalic-webfont.eot) format("eot"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-mediumitalic-webfont.svg) format("svg"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-mediumitalic-webfont.ttf) format("ttf"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-mediumitalic-webfont.woff) format("woff");
}

/* Tiempos */
@font-face {
  font-family: 'Tiempos';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/TiemposTextWeb-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Tiempos';
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/TiemposHeadWeb-Semibold.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/loading.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/breaking-news-up.png) 0% 0% no-repeat;
}
#content-wrapper #breaking-nav button.down, #content-wrapper #voices-sidebar-nav button.down {
  background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/breaking-news-down.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/print.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/logo_header.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;
}

#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;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.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: black;
  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 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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/tool-tip-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/info-icon.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/author-email.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);
  padding: .5rem;
  display: inline-block;
}
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;
}

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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/print.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/down-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/author-icon.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);
  padding: .5rem;
  display: inline-block;
}
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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/down-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/down-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/arrow-prev.png) 50% 50% no-repeat;
  z-index: 9999;
}

#gaia-next {
  left: auto;
  right: 0;
  background: rgba(26, 23, 24, 0.35) url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/arrow-next.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/russia-direct-logo.png) no-repeat 0 50%;
    background: rgba(26, 23, 24, 0.55) url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/russia-direct-logo.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/developing-stories-white.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/grad_full_width.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/arrow-prev.png) 50% 50% no-repeat;
  z-index: 9999;
}

#channel-next {
  left: auto;
  right: 0;
  background: rgba(26, 23, 24, 0.35) url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/arrow-next.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/photos.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/click-to-view.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/gallery-icon.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/black_diagonals.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/galleries-white.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-title {
  border-bottom: 7px solid #fff;
  color: #fff;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 3.3em;
  margin-top: 0;
  padding-bottom: 8px;
}

.js-takeover-body {
  padding-top: 20px;
}
.js-takeover-body cite {
  font-style: italic;
}

.js-takeover-body--lg {
  font-size: 1.7em;
  line-height: 1.4;
}

.js-takeover-body--sm {
  color: #a1a1a1;
  font-size: 0.75em;
}

.js-takeover-body--herotxt {
  display: block;
  font-family: "Tiempos", Georgia, serif;
  font-size: 6em;
  margin-bottom: 25px;
  text-align: center;
}

a.js-takeover-action,
.js-takeover-action {
  background: #ea1419;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  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;
}

.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-takeover-emph {
  font-family: Solido, Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.js-takeover_fb-general .js-takeover-body:after, .js-takeover_fb-general .js-takeover-body:before {
  content: ' ';
  display: table;
}
.js-takeover_fb-general .js-takeover-body:after {
  clear: both;
}

.js-takeover_fb-general .js-takeover-body_copy {
  float: right;
  width: 65%;
}
.js-takeover_fb-general .js-takeover-body_copy h2,
.js-takeover_fb-general .js-takeover-body_copy h3 {
  color: #ea1419;
  font-family: "Tiempos", Georgia, serif;
  font-weight: bold;
  text-align: center;
}
.js-takeover_fb-general .js-takeover-body_copy h2 span,
.js-takeover_fb-general .js-takeover-body_copy h3 span {
  color: #fff;
}
.js-takeover_fb-general .js-takeover-body_copy h2 {
  font-size: 6em;
  margin: 0 10px;
  padding-bottom: 40px;
  position: relative;
}
.js-takeover_fb-general .js-takeover-body_copy h2:after, .js-takeover_fb-general .js-takeover-body_copy h2:before {
  background: #aa996d;
  bottom: 25px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.js-takeover_fb-general .js-takeover-body_copy h2:after {
  bottom: 20px;
}
.js-takeover_fb-general .js-takeover-body_copy h3 {
  font-size: 1.4em;
  line-height: 1.5;
  padding: 20px 15px;
}
.js-takeover_fb-general .js-takeover-body_copy p {
  color: #aa996d;
  font-family: Solido, Tahoma, sans-serif;
  font-size: 1.1em;
  padding: 15px;
  text-align: center;
}
.js-takeover_fb-general .js-takeover-body_copy p .FP-all-access {
  color: #fff;
}
.js-takeover_fb-general .js-takeover-body_btn {
  background: #ea1419;
  color: #fff;
  display: block;
  font-family: "Tiempos", Georgia, serif;
  font-size: 1.3em;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.js-takeover_fb-general .js-takeover-body_mag {
  float: left;
  width: 35%;
}
.js-takeover_fb-general .js-takeover-body_mag img {
  max-width: 100%;
}
@media only screen and (max-width: 920px) {
  .js-takeover_fb-general .js-takeover-body_copy h2 {
    font-size: 5em;
  }
  .js-takeover_fb-general .js-takeover-body_copy h3 {
    font-size: 1.3em;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .js-takeover_fb-general .js-takeover-body_copy p {
    font-size: 1em;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .js-takeover_fb-general .js-takeover-body_copy {
    float: none;
    width: 100%;
  }
  .js-takeover_fb-general .js-takeover-body_mag {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .js-takeover_fb-general .js-takeover-body_copy h2 {
    font-size: 3em;
  }
}

#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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/single-slideshow-title-icon.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/gallery-small-icon.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/FPlogo_tab_RGB2.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/gallery-modal-close.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/slideshow-right-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/slideshow-left-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/plus-icon.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/gallery-thumb-prev.png) 0 0 no-repeat;
  cursor: pointer;
}
#single-gallery-inner .thumbs-contain button.thumb-next {
  right: 0;
  left: auto;
  background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/gallery-thumb-next.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/bg_header_light.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/search-icon.png) 50% 50% no-repeat;
}
#mobile-menu #social {
  height: 88px;
  width: 110px;
  float: left;
}
#mobile-menu #social a.facebook {
  background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/facebook.png) 50% 50% no-repeat;
  height: 80px;
  width: 40px;
  float: right;
}
#mobile-menu #social a.twitter {
  background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/twitter.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/logo_header.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 > 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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/logo_header.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: 200px;
    display: none;
    z-index: 2;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li {
    float: none;
  }
  #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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/menu-down-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/bg_header.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/bg_header_light.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/search-icon.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/bg_header_light.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: 110px;
    float: right;
    border-right: 1px solid #000;
  }
  #site-wrapper header #social a {
    margin: 2px 0 0;
  }
  #site-wrapper header #social a.facebook {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/facebook.png) 50% 52% no-repeat;
    background-size: auto 29px;
    height: 80px;
    width: 40px;
    float: right;
  }
  #site-wrapper header #social a.twitter {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/twitter.png) 50% 50% no-repeat;
    height: 80px;
    width: 62px;
    float: right;
  }
  #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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/grad_full_width.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: 50%;
    left: 0;
    width: 19px;
    height: 30px;
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/prev-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/international-headlines-white.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 button.next {
    left: auto;
    right: 0;
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/next-arrow.png) 0% 0% no-repeat;
  }
  #stories-contain button.prev:disabled {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/prev-arrow-disabled.png) 0% 0% no-repeat;
    cursor: not-allowed;
  }
  #stories-contain button.next:disabled {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/next-arrow-disabled.png) 0% 0% no-repeat;
    cursor: not-allowed;
  }
  #stories-contain > ul#stories-were-watching {
    width: 80%;
    max-width: 700px;
    overflow: hidden;
    min-height: 130px;
    margin: 0 auto;
    position: relative;
    list-style-type: none;
    clear: left;
  }
  #stories-contain > ul#stories-were-watching > li {
    float: left;
    clear: both;
    width: 100%;
  }
  #stories-contain > ul#stories-were-watching > li ul {
    width: 300%;
    list-style-type: none;
    margin-left: -40px;
  }
  #stories-contain > ul#stories-were-watching > li ul li {
    float: left;
    border-left: 1px solid #96989b;
    width: 175px;
    box-sizing: border-box;
    height: auto;
    font-size: .938rem;
    line-height: 1.188rem;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 1rem;
  }
  #stories-contain > ul#stories-were-watching > li ul li:first-of-type {
    border-left: none;
  }
  #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 {
    width: 100%;
    clear: both;
  }
  #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 Medium Italic", Tahoma, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-stretch: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
  }
  #stories-contain > ul#stories-were-watching > li ul li .meta-info span {
    font-family: "Solido", Tahoma, sans-serif;
    font-style: normal;
  }
}
@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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/breaking-news.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/voices.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/icon-lightning.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/icon-fingerprint.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/icon-clock.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/the-mag.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/plus.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/logo_header.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/modal-close-img.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/gallery-modal-close.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: 21px;
}
#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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/myfp_sprite_retina.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/tool-tip-arrow-right.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/tool-tip-arrow.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/twitter-shares.png) 0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links section.share-facebook-side {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/facebook-shares.png) 0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links section.share-google-plus-side {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/google-plus-shares.png) 0% 50% no-repeat;
    background-size: 22px 22px;
  }
  #desktop-left .share-links section.share-reddit-side {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/reddit-shares.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/ie-000-85.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;
}
#paywall_bg .table_row:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
#paywall_bg .table_left {
  width: 45%;
}
#paywall_bg .table_left, #paywall_bg .table_center {
  float: left;
}
#paywall_bg .table_center {
  width: 25%;
  padding-left: 2.5%;
  background: #000;
  position: relative;
}
#paywall_bg .table_right {
  float: right;
  width: 25%;
  text-align: left;
}
#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: 15px;
  font-weight: bold;
  height: 110px;
  position: absolute;
  left: -105px;
  text-align: center;
  text-transform: uppercase;
  top: -55px;
  width: 110px;
  font-family: "Solido", "Tahoma", sans-serif;
}
#paywall_bg .pricing_stamp span {
  display: table-cell;
  vertical-align: middle;
}
#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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/ie-000-85.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(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/breaking-news-down.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;
  }
}
@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;
  }
}
/*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;
  }
}
.smcx-widget {
  z-index: 101 !important;
}
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 .5em 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 {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 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;
}
