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;
  }
}
#content-wrapper.olive .olive--proxy {
  padding: 40px 0 220px;
  text-align: center;
}
#content-wrapper.olive .olive--proxy h1,
#content-wrapper.olive .olive--proxy p {
  font-family: "Solido Condensed", Tahoma, sans-serif;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
#content-wrapper.olive .olive--proxy h1 {
  text-transform: none;
  font-size: 3em;
}
#content-wrapper.olive .olive--proxy img {
  max-width: 64px;
  padding: 30px 0;
}
#content-wrapper.olive .olive--proxy p {
  font-size: 1.3em;
}

.error_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: $fontFamily;

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: .83rem;
}

h6 {
  font-size: .75rem;
}

p {
  margin: 0 0 25px;
}

.fp-red {
  color: #eb1414;
}

.bold {
  font-weight: 800;
}

.load-more {
  float: left;
}

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

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

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

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

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

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

@media screen and (min-width: 900px) {
  #desktop-left ol,
  #desktop-left ul {
    width: 70%;
    margin: 0 auto 25px;
    font-size: 16px;
    display: inherit;
  }
}
@media screen and (max-width: 1180px) {
  blockquote.pullquote-left, blockquote.pullquote-right {
    display: none;
  }
}
/* Fonts */
/*@font-face { font-family: 'entypo'; font-style: normal; font-weight: 400; src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.eot); src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.eot?#iefix) format('ie9-skip-eot'), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.woff) format('woff'), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/icons/entypo.ttf)  format('truetype');
}*/
/* Solido */
@font-face {
  font-family: 'Solido';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-medium-webfont.eot?) format("eot"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-medium-webfont.woff) format("woff"), url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../fonts/solido-medium-webfont.ttf) format("truetype");
}

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

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

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

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

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

#super-header {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

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

.hidden {
  display: none;
}

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

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

.loading {
  height: 25px;
  width: 25px;
  background-image: url(/wp-content/themes/vip/foreign-policy/static/stylesheets/../images/loading-alt.gif);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px) {
  body.single.standard-article #content-wrapper .article-meta ul li.print {
    display: inline-block;
  }
}
@media screen and (min-width: 1180px) {
  body.single #site-wrapper #content-wrapper {
    padding: 1rem 2.325rem 2.325rem;
  }
  body.single #site-wrapper #content-wrapper h1.post-title {
    text-align: left;
    border-bottom: none;
    border-top: 1px solid #a7a9ab;
    font-size: 3.875rem;
    line-height: 3.875rem;
    padding: 1rem 0 .5rem;
  }
  body.single #desktop-left #post-category a {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  body.single.featured-article .article-meta {
    border-top: 1px solid #a7a9ab;
  }
  body.single.standard-article #content-wrapper #post-category {
    display: block;
    font-size: 2rem;
    padding: 0 0 .5rem;
  }
  body.single.standard-article #content-wrapper p.dek {
    padding-bottom: .938rem;
    padding-left: 0;
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: normal;
  }
}
.FP--author--wrapper {
  display: inline-block;
}
.FP--author--wrapper span.author {
  display: inline-block;
}

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

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

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

	Noticons

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

*/


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

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

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


/**
 * All noticons
 */

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


/**
 * Individual icons
 */

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


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

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

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

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

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

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

.reblog-source .more-words {
	color: #668eaa;
}

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

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

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

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

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

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


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
