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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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


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

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

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

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

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

#js-target {
  cursor: pointer;
}

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

#desktop-left {
  padding-top: 0px;
}
#desktop-left h1.gallery-title {
  display: block;
  margin-left: 95px;
  color: #262526;
  line-height: 3.5rem;
  font-size: 2em;
  padding: 0 0 0 25px;
  margin: 39px 0 15px;
  font-family: "Solido", Tahoma, sans-serif;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #a7a9ab;
  text-align: left;
  float: left;
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
}
#desktop-left h1.gallery-title:before {
  content: "";
  height: 60px;
  width: 48px;
  background: url(/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: 164px;
  float: left;
}
#mobile-menu #social a.podcast-menu-link {
  background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/podcast-icon.png) no-repeat 50% 50%;
  background-size: 29px auto;
  float: right;
  height: 80px;
  width: 57px;
}
#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 ul.menu-login-submenu > li {
    padding-left: 15px;
  }
  #mobile-menu .menu-main-navigation-container ul ul.menu-login-submenu > li.fp-login--indt {
    padding-left: 30px;
  }
  #mobile-menu .menu-main-navigation-container ul > li.popular-link {
    background-color: #eb1414;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container {
    background-color: #eb1414;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container > ul {
    background-color: #eb1414;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container > ul a {
    color: #fff;
  }
  #mobile-menu .menu-main-navigation-container div.menu-popular-link-container ul.menu-login-submenu {
    top: 100%;
    right: 0;
    width: 200px;
    display: inline-block !important;
    background: transparent;
  }

  #site-wrapper {
    width: 100%;
    height: 100%;
  }
  #site-wrapper > header {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
    padding: 0 0 0 0;
  }
  #site-wrapper > header #menu {
    height: 50px;
    width: 100%;
    background: #191615;
  }
  #site-wrapper > header ul li ul {
    display: none;
  }
  #site-wrapper > header #menu #menu-topics li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
  }
  #site-wrapper > header #logo {
    background: url(/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: 225px;
    display: none;
    z-index: 2;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li {
    float: none;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li.fp-login--indt {
    padding-left: 10px;
  }
  #site-wrapper header .menu-popular-link-container ul.menu-login-submenu li.fp-login--indt a {
    border-left: 0;
  }
  #site-wrapper header .menu-main-navigation-container {
    color: #fff;
  }
  #site-wrapper header .menu-main-navigation-container > ul {
    width: 100%;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li {
    float: left;
    position: relative;
    z-index: 1001;
    display: block;
    font-size: 0.875rem;
    line-height: 5.5rem;
    padding: 0 10px;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:first-of-type {
    padding: 0 10px 0 30px;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
  }
  #site-wrapper header .menu-main-navigation-container > ul > li:after {
    background: url(/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: 164px;
    float: right;
    border-right: 1px solid #000;
  }
  #site-wrapper header #social a {
    margin: 2px 0 0;
  }
  #site-wrapper header #social a.podcast-menu-link {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/podcast-icon.png) no-repeat 50% 50%;
    background-size: 29px auto;
    float: right;
    height: 80px;
    width: 57px;
  }
  #site-wrapper header #social a.facebook {
    background: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/facebook.png) 50% 50% 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.podcast-menu-link, #site-wrapper header #social.sticky-nav a.facebook, #site-wrapper header #social.sticky-nav a.twitter {
    height: 50px;
  }

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

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

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

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

  #content-wrapper #divider {
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 .3rem;
  }
  #content-wrapper.home {
    padding: 0 1.025rem;
  }
  #content-wrapper.home #divider {
    margin: 0;
  }
  #content-wrapper.home #divider:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    background: url(/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: 60%;
    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/podcast-icon.png) 30% 16% no-repeat;
    background-size: 60%;
    height: 20px;
    width: 28px;
    border-right: 1px solid #fff;
    padding: 0 6px 0 0;
    float: left;
    margin: 4px 7px 0 0;
  }
  #stories-contain h2.podcast-bar--title {
    font-size: 24px;
    margin-top: 1px;
    min-width: 198.391px;
    padding: 8px 8px 3px 7px;
  }
  #stories-contain button.next {
    left: auto;
    right: 0;
    background: url(/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: 750px;
    overflow: hidden;
    min-height: 130px;
    margin: 0 auto;
    position: relative;
    left: -10px;
    list-style-type: none;
    clear: left;
  }
  #stories-contain > ul#stories-were-watching:before {
    bottom: 0;
    background: transparent url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/background--fade_to_white_v2.png) repeat-y 0 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--img_wrap {
    display: block;
    float: left;
    position: relative;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--img {
    display: block;
    max-width: 100px;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--img_play {
    display: block;
    left: 50%;
    margin: -25px 0 0 -25px;
    max-width: 50px;
    position: absolute;
    top: 50%;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--tag {
    color: #eb1414;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 0.95;
    margin-top: 0;
  }
  #stories-contain > ul#stories-were-watching .podcast-bar--tag a {
    color: #eb1414;
    font-size: inherit;
  }
  #stories-contain > ul#stories-were-watching > li {
    float: left;
    clear: both;
    width: 100%;
  }
  #stories-contain > ul#stories-were-watching > li ul {
    width: 600%;
    list-style-type: none;
    margin-left: -40px;
  }
  #stories-contain > ul#stories-were-watching > li ul li {
    float: left;
    border-left: 1px solid #96989b;
    width: 550px;
    box-sizing: border-box;
    height: auto;
    font-size: .938rem;
    line-height: 1.188rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 6px;
    padding: 0 1rem;
    max-height: 100px;
    overflow: hidden;
  }
  #stories-contain > ul#stories-were-watching > li ul li div,
  #stories-contain > ul#stories-were-watching > li ul li h3,
  #stories-contain > ul#stories-were-watching > li ul li h4 {
    clear: none;
    margin-left: 112px;
  }
  #stories-contain > ul#stories-were-watching > li ul li h3 {
    font-size: 1.1rem;
    line-height: 0.99;
    text-transform: uppercase;
  }
  #stories-contain > ul#stories-were-watching > li ul li a {
    color: #1a1718;
    font-family: "Solido", Tahoma, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
  }
  #stories-contain > ul#stories-were-watching > li ul li .meta-info,
  #stories-contain > ul#stories-were-watching > li ul li .meta-info a {
    font-family: Solido, Tahoma, sans-serif;
    font-size: 0.95em;
    font-stretch: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.29;
    text-transform: none;
  }
  #stories-contain > ul#stories-were-watching > li ul li .meta-info .podcast-bar--date {
    color: #656565;
    display: block;
    font-style: italic;
  }
}
@media screen and (max-width: 768px) {
  #breaking-left #breaking-news-contain h2 {
    margin-left: -30px;
  }

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

  section.home-section article > div {
    margin: 0px;
  }
  section.home-section article > div .title-author .author {
    text-align: left;
    float: left;
    padding-top: 0px;
  }
  section.home-section article > div .title-author .author a {
    line-height: 15px;
    padding-right: 3px;
  }
  section.home-section article > div .title-author h2.white {
    padding-bottom: 5px;
  }
}
#breaking-left {
  margin: 0 0 55px;
}
#breaking-left #breaking-news-contain {
  height: 900px;
  overflow: hidden;
  width: auto;
  position: relative;
  border-bottom: 1px solid #acadb0;
  margin: 0 0 5px;
}
#breaking-left #breaking-news-contain h2 {
  color: #1a1718;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: 1px;
  border-bottom: none;
  box-sizing: border-box;
  padding: 6px 0px 0px 72px;
  background: #fff;
  position: relative;
}
#breaking-left #breaking-news-contain h2:before {
  content: " ";
  background: url(/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: 25px;
  position: relative;
  z-index: 100;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message a {
  color: #232323;
  margin-left: 10px;
}
#my-fp-alerts--inline-message-container .my-fp-alerts--inline-message--add:before {
  background: url(/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 div .subscribe span.FP_sc_marketing__premium,
.special-offer-popup div a.subscribe span.FP_sc_marketing__premium {
  font-family: Tiempos, Georgia, serif;
  font-style: normal;
  text-transform: none;
}
.special-offer-popup div .subscribe span.FP_sc_marketing__premium cite,
.special-offer-popup div a.subscribe span.FP_sc_marketing__premium cite {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.FP-post_podcast .wpcom-protected-iframe,
.FP-post_podcast .FP_sc__podcast {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}

.twitter-tweet {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.FP-embed--vimeo--container {
  margin: 20px auto;
  max-width: 500px;
}

.FP-embed--vimeo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.FP-embed--vimeo embed,
.FP-embed--vimeo iframe,
.FP-embed--vimeo object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.FP_sc__podcast_listview {
  float: left;
  padding: 12px 0 6px 1rem;
  width: 100%;
}

@media screen and (max-width: 1179px) {
  .FP-post_podcast .wpcom-protected-iframe,
  .FP-post_podcast .FP_sc__podcast {
    max-width: 95%;
  }
}
@media screen and (max-width: 769px) {
  .FP-post_podcast .wpcom-protected-iframe,
  .FP-post_podcast .FP_sc__podcast {
    max-width: none;
  }
}
.smcx-widget {
  z-index: 101 !important;
}

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

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

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

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

@media only screen and (max-width: 372px) {
  .FP-mobile-ad_fixedbottom .FP-mobile-ad__close {
    bottom: 100%;
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
