section {
  zoom: 1;
}
section:after {
  content: '.';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}

img{
	max-width: 100%;
}

.wide_header {
  position: relative;
}
.wide_header .fade_in {
  position: absolute;
  top: 0;
  left: 0;
}
.wide_header .fade_out {
  position: relative;
  z-index: 2;
}

.wide_header_text {
  text-align: center;
  width: 63.58462%;
  left: 50%;
  margin-left: -31.754231%;
  background: #fff;
  position: relative;
  margin-top: -60px;
  padding: 2em;
}
.wide_header_text.stroke-top {
  border: 2px solid #000;
  border-bottom: 0;
}
.wide_header_text.stroke-top:before, .wide_header_text.stroke-top:after {
  content: ' ';
  height: 50%;
  position: absolute;
  background: #fff;
  bottom: -2px;
  left: -2px;
  width: 2px;
}
.wide_header_text.stroke-top:after {
  right: -2px;
  left: auto;
}
.wide_header_text.fade_out {
  top: 10%;
  border: 12px solid #000;
  padding: 4em;
  position: absolute;
  z-index: 3;
}
.wide_header_text.fade_out.no-box {
  border: none;
  background: none;
  top: 20%;
  font-size: 1.1em;
}
.wide_header_text.fade_out.no-box .wide_header_title {
  margin-bottom: 0;
}
.wide_header_text.fade_out:before, .wide_header_text.fade_out:after {
  content: none;
}
.wide_header_text.fade_out .wide_header_title {
  font-family: "Tiempos", georgia, serif;
  text-transform: none;
  margin-bottom: .6em;
}
.wide_header_text.fade_out .wide_header_author {
  margin-top: 1em;
}
.wide_header_text .wide_header_section {
  color: #eb1414;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "Solido Condensed", helvetica, arial, sans-serif;
  letter-spacing: 1px;
}
.wide_header_text .wide_header_title {
  font-size: 4em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25em;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Solido Condensed", helvetica, arial, sans-serif;
}
.wide_header_text .wide_header_title--smaller {
  font-size: 3.6em;
}
.wide_header_text .wide_header_subtitle {
  line-height: 1.4em;
  margin: 0 auto;
  font-size: 1.35em;
  font-weight: bold;
}
.wide_header_text .wide_header_author {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Solido Condensed", helvetica, arial, sans-serif;
  letter-spacing: 2px;
}

.wide_header_bg {
  vertical-align: bottom;
  width: 100%;
}

.wide_intro, .wide_copy, .wide_infographic, .wide_content_navigation {
  width: 63.58462%;
  float: none;
  margin: 0 auto;
  padding: 4em 2em;
}
.wide_intro.no-padding, .wide_copy.no-padding, .wide_infographic.no-padding, .wide_content_navigation.no-padding {
  padding: 0 2em 4em;
}

.wide_content_navigation {
  padding: 3em 0;
  text-align: center;
}

.wide_content_navigation ul {
  padding: 0;
  margin: 0 auto;
  zoom: 1;
}
.wide_content_navigation ul:after {
  content: '.';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.wide_content_navigation ul li {
  list-style: none;
  margin-top: 0 !important;
  background: #111;
  float: left;
  display: block;
  width: 13.66667%;
  margin-right: 3%;
  height: 42px;
  position: relative;
}
.wide_content_navigation ul li a {
  font-family: "Solido Condensed";
  text-transform: uppercase;
  font-weight: 100;
  color: #111;
  background: #fff;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .25em 0;
  display: block;
  font-size: 1em;
  color: #666;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  -ms-transition: color .5s;
  transition: color .5s;
}
.wide_content_navigation ul li a:hover {
  color: #111;
  text-decoration: none;
}

.wide_copy {
  position: relative;
}

.wide_infographic {
  padding: 4em 0;
}

.wide_intro {
  padding: 6em 2em 4em;
}

.wide_intro_lead, .wide_quote {
  font-size: 2em;
  font-family: "Solido Condensed", helvetica, arial;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.wide_intro_lead {
  font-size: 1.6em;
  margin-bottom: 1.5em;
}
.wide_intro_lead .largest {
  font-size: 3.5em;
  line-height: 1em;
}
.wide_intro_lead .large {
  font-size: 2em;
  line-height: 1em;
}

.wide_quote {
  padding: 3em 12% 1em;
  overflow: visible;
  position: relative;
  line-height: 1.2em;
}
.wide_quote.left, .wide_quote.right {
  width: 50%;
  padding-top: 1em;
}
.wide_quote.left + p, .wide_quote.right + p {
  margin-top: 25px;
}
.wide_quote.left {
  padding-left: 0;
}
.wide_quote.right {
  padding-right: 0;
}

.wide_quote_decoration {
  position: absolute;
  top: -40px;
  margin-left: -40px;
  left: 50%;
}

.wide_inset.quote blockquote{
	font-size: 2em;
	line-height: 1.25em;
}

.wide_quote_seperator {
  display: block;
  margin: 1.5em auto 0;
  width: 100%;
  height: 25px;
}

.wide_inset {
  text-align: center;
  padding: 2em 0;
}
.wide_inset.large {
  text-align: left;
}
.wide_inset.large img {
  width: 100%;
}
.wide_inset.right {
  float: right;
  margin-right: -30%;
  padding: 2em;
  width: 600px;
  text-align: left;
}
.wide_inset.left {
  float: left;
  margin-left: -30%;
  padding: 2em;
  width: 600px;
  text-align: left;
}
.wide_inset.full_bleed {
  width: 100%;
  padding: 0;
  position: relative;
}
.wide_inset.full_bleed img {
  width: 100%;
  vertical-align: bottom;
}
.wide_inset.full_bleed .wide_inset_section_header {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  top: 15%;
  z-index: 2;
  text-transform: uppercase;
  font-family: "Solido Condensed";
  letter-spacing: 1px;
  font-size: 1.5em;
  padding: 0 2em;
}
.wide_inset.full_bleed .wide_inset_section_header hr {
  width: 80px;
  height: 1px;
  margin: .5em auto 1em;
  background: #fff;
}
@media screen and (max-width: 700px) {
  .wide_inset.full_bleed .wide_inset_section_header hr {
    background: #111;
    color: #fff;
  }
}
.wide_inset.full_bleed .wide_inset_section_header .section_number {
  display: block;
}
.wide_inset.full_bleed .wide_inset_section_header .section_title {
  text-transform: uppercase;
}
.wide_inset.full_bleed.two_wide .wide_inset_caption {
  top: 32.25em;
}
.wide_inset.full_bleed .wide_inset_caption {
  position: absolute;
  right: 1.75%;
  width: 16%;
  text-align: left;
  top: 58.5em;
  border-top: 8px solid #000;
  padding-top: 1em;
  color: #111;
}
.wide_inset.full_bleed .wide_inset_caption:after {
  content: ' ';
  position: absolute;
  top: -8px;
  right: 0;
  width: 80%;
  height: 8px;
  background: #fff;
}
.wide_inset.two_wide {
  zoom: 1;
  position: relative;
}
.wide_inset.two_wide:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.wide_inset.two_wide img {
  width: 50%;
  float: left;
  margin: 0;
}

.wide_inset_caption {
  font-family: "Solido", helvetica, arial, sans-serif;
  font-size: .85em;
  color: #777;
  margin: 1em 0 0 !important;
  line-height: 1.4em;
}

.wide_inset_caption p{

  font-family: "Solido", helvetica, arial, sans-serif;
}

.wide_inset_caption_margin {
  right: -20%;
  width: 20%;
  top: 7.5em;
  position: absolute;
  text-align: left;
  border-top: 8px solid #000;
  padding-top: 1em;
  color: #111;
  font-family: "Solido",helvetica, arial, sans-serif;
  font-size: .8em;
  line-height: 1.4em;
}

.wide_inset_caption_margin p{
	font-family: "Solido",helvetica, arial, sans-serif;
}

.wide_inset_caption_margin:after {
  content: ' ';
  position: absolute;
  top: -8px;
  right: 0;
  width: 80%;
  height: 8px;
  background: #fff;
}

.wide_inset + p {
  margin-top: 1em;
}

hr {
  background: #000;
  height: 14px;
  border: none;
  width: 150px;
  margin: 3em auto;
}
hr.thin {
  height: 8px;
}

.infographic_description {
  position: absolute;
  width: 14%;
  background: #fff;
  padding: 1em;
  border: 1px solid #aaa;
  font-size: .9em;
  font-family: "Solido",Helvetica, arial;
  line-height: 1.4em;
  text-align: center;
}
.infographic_description.right {
  right: 2%;
}
.infographic_description.left {
  left: 2%;
}

.section_header {
  text-align: center;
  border: none;
}

.section_title {
  font-size: 2em;
  text-transform: none;
}

.section_byline {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Solido Condensed", helvetica, arial, sans-serif;
  letter-spacing: 2px;
}

.wide_mobile {
  display: none;
}

.wide_slider.opaque .wide_slider_control {
  background-color: rgba(255, 255, 255, 0.75);
}

.wide_slider {
  position: relative;
  overflow: visible;
  margin: 2em 0;
  zoom: 1;
}
.wide_slider:after {
  content: '.';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.wide_slider .wide_slider_wrapper {
  -moz-transition: margin .5s;
  -o-transition: margin .5s;
  -webkit-transition: margin .5s;
  -ms-transition: margin .5s;
  transition: margin .5s;
  zoom: 1;
}
.wide_slider .wide_slider_wrapper:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.wide_slider .wide_slider_control {
  position: absolute;
  height: 100%;
  width: 38%;
  background: url("/wp-content/themes/vip/foreign-policy/features/assets/images/global/feature-arrow-right.png") no-repeat 10% center rgba(255, 255, 255, 0.5);
  text-indent: -9999em;
  top: 0;
  cursor: pointer;
}
.wide_slider .wide_slider_control.next {
  right: -40%;
}
.wide_slider .wide_slider_control.prev {
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
  background-image: url("/wp-content/themes/vip/foreign-policy/features/assets/images/global/feature-arrow-left.png");
  background-position: 90% center;
  left: -40%;
  opacity: 1;
}
.wide_slider .wide_slider_control.inactive {
  opacity: 0;
  cursor: default;
}
.wide_slider.portrait .wide_slider_control {
  width: 55%;
}
.wide_slider.portrait .wide_slider_control.prev {
  left: -40%;
}
.wide_slider img {
  display: block;
  float: left;
}
.wide_slider img + img {
  margin-top: 0;
}

.wide_slider_caption {
  text-align: center;
  border-top: 8px solid #000;
  position: relative;
  margin: 2em 0 0;
  font-family: "Solido";
  font-size: .8em;
  color: #111;
  line-height: 1.4em;
  padding-top: 1em;
}
.wide_slider_caption:before, .wide_slider_caption:after {
  content: ' ';
  height: 8px;
  position: absolute;
  top: -8px;
  background: #fff;
  width: 46%;
}
.wide_slider_caption:before {
  left: 0;
}
.wide_slider_caption:after {
  right: 0;
}

.wide_photo_grid {
  width: 120%;
  margin: 2em 0 2em -10%;
  zoom: 1;
}
.wide_photo_grid:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.wide_photo_grid.four-wide img {
  float: left;
  width: 23%;
  margin: 1%;
}
.wide_photo_grid.four-wide.wide_slider {
  width: 100%;
  margin: 2em 0;
}
.wide_photo_grid.four-wide.wide_slider img {
  margin: 0;
}
.wide_photo_grid.four-wide.wide_slider img:hover {
  opacity: 1;
}
.wide_photo_grid img {
  cursor: pointer;
}
.wide_photo_grid .wide_photo_grid_container {
  zoom: 1;
  position: relative;
}
.wide_photo_grid .wide_photo_grid_container:after {
  content: '.';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.wide_photo_grid .wide_photo_grid_container img {
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}
.wide_photo_grid .wide_photo_grid_container img:hover {
  opacity: .8;
}
.wide_photo_grid .wide_photo_grid_container img.transparent {
  opacity: 0;
}
.wide_photo_grid .wide_photo_grid_container .wide_slider_close {
  position: absolute;
  top: 0;
  right: 5%;
  padding: .25em .75em;
  background: #666;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
  font-family: "Solido Condensed", helvetica, arial, sans-serif;
  text-transform: uppercase;
}
.wide_photo_grid .wide_grid_caption {
  text-align: center;
  border-top: 8px solid #000;
  position: relative;
  margin: 2em 0 0;
  font-family: "Solido", helvetica, arial, sans-serif;
  font-size: .8em;
  color: #111;
  line-height: 1.4em;
  padding-top: 1em;
}
.wide_photo_grid .wide_grid_caption:before, .wide_photo_grid .wide_grid_caption:after {
  content: ' ';
  height: 8px;
  background: #fff;
  position: absolute;
  top: -8px;
  width: 46%;
}
.wide_photo_grid .wide_grid_caption:before {
  left: 0;
}
.wide_photo_grid .wide_grid_caption:after {
  right: 0;
}
.wide_photo_grid .wide_grid_caption.slider-photo-caption {
  display: none;
}
.wide_photo_grid .wide_grid_caption.slider-photo-caption.visible {
  display: block;
}

.wide_content_social {
  text-align: center;
  margin: 2em 0 0;
}
.wide_content_social ul {
  padding: 0;
  list-style: none;
}
.wide_content_social ul li {
  display: inline-block;
  margin: 0 0.25em !important;
  cursor: pointer;
}

.wide_share {
  background: #000;
  position: absolute;
  left: -2.5em;
}
.wide_share .icon {
  vertical-align: baseline;
}
.wide_share ul {
  padding: 1em .5em;
  list-style: none;
  text-align: center;
}
.wide_share ul li + li {
  margin-top: 5px;
}
.wide_share ul li img {
  width: 16px;
}
.wide_share ul li:first-child img {
  width: 10px;
  padding-top: .35em;
}
.wide_share ul .reddit-share-button img {
  width: 14px;
}
.wide_share.circles {
  background: none;
}
.wide_share.circles ul {
  padding: 0 .5em;
}
.wide_share.circles ul li {
  background: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.wide_share.circles ul li img{
	vertical-align: top;
	padding-top: 7px;
}

.wide_author_bio {
  border-top: 1px solid #333;
  padding-top: 4.5em;
  margin-top: 4em;
}
.wide_author_bio img {
  float: left;
  width: 33%;
  margin-right: 2em;
}
.wide_author_bio p {
  font-family: "Solido", helvetica, arial, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  margin-top: 0;
  padding-left: 33%;
  margin-left: 2.2em;
}
.wide_author_bio .wide_inset_caption {
  margin: 2em 0 0 2.2em !important;
  padding-left: 33%;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}

.stroke .wide_intro, .stroke .wide_copy, .stroke .wide_header_text {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.stroke .wide_header_text {
  border-top: 1px solid #aaa;
}
.stroke.wide_content {
  border-bottom: 1px solid #aaa;
}

.end-slug {
  width: 10px;
  height: 12px;
  background: url("/wp-content/themes/vip/foreign-policy/features/assets/images/global/end-slug.png") no-repeat 0 0;
  display: inline-block;
  margin: 0 .15em;
}

.stroke-left .wide_intro, .stroke-left .wide_copy, .stroke-left .wide_header_text {
  border-right: none;
}

.stroke-right .wide_intro, .stroke-right .wide_copy, .stroke-right .wide_header_text {
  border-left: none;
}

.stroke-bottom {
  border-bottom: 1px solid #aaa;
}

.stroke-red {
  border-color: #eb1414;
}

.stroke-grey {
  border-color: #999;
}

.stroke-white {
  border-color: #fff;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #111;
}

.text-gray {
  color: #666;
}

.bg-grey {
  background: #ddd;
}
.bg-grey .wide_inset {
  background: #ddd;
}

.bg-white {
  background: #fff;
}
.bg-white .wide_inset {
  background: #fff;
}

.bg-black {
  background: #000;
}
.bg-black .wide_inset {
  background: #000;
}

.bg-red {
  background: #eb1414;
}
.bg-red .wide_inset {
  background: #eb1414;
}

.bg-cream {
  background: #f9f2e8;
}
.bg-cream .wide_inset {
  background: #f9f2e8;
}

.page_wide .post_seperator_ad {
  display: none;
}

#main.page_wide {
  padding: 0;
}

.map-icon {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  margin: 0 1em 1em 0;
  width: 120px;
  color: #111111 !important;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  -ms-transition: color .5s;
  transition: color .5s;
}
.map-icon:hover {
  color: #666666 !important;
  text-decoration: none !important;
}
.map-icon span {
  font-family: Solido;
  font-size: .8em;
  display: block;
  line-height: 1.2em;
}
.map-icon img {
  width: 40px;
  margin-top: 1em;
}

.map_modal {
  display: none;
  position: fixed;
  height: 100%;
  z-index: 999;
  width: 100%;
  background: #111;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  text-align: center;
}
.map_modal img {
  height: 100%;
}
.map_modal .map_modal_close {
  position: absolute;
  top: 15%;
  right: 5%;
  color: #fff;
  font-family: "Solido Condensed", helvetica, arial, sans-serif;
  text-transform: uppercase;
  display: block;
}
.map_modal .map_modal_close img {
  width: 30px;
  height: 30px;
}
.map_modal.active {
  display: block;
}


.author-bio{
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #111;
}

.author-bio p{
	font-style: italic;
	font-family: "Solido", helvetica, arial, sans-serif;
}

.author-bio p a, .author-bio p .fp_red{
	font-style: normal;
}

.fade_on_scroll{
	opacity: 0;
}

@media screen and (max-width: 1300px) {
  .wide_header_text.fade_out .wide_header_title {
    font-size: 3em;
  }
}
@media screen and (max-width: 1150px) {
  .wide_intro, .wide_copy, .wide_header_text, .wide_infographic, .wide_content_navigation {
    width: 80%;
  }

  .wide_header_text {
    margin-left: -40%;
  }

  .wide_inset.right {
    margin-right: -20%;
    width: 70%;
  }

  .wide_inset.left {
    margin-left: -20%;
    width: 70%;
  }

  .infographic_description {
    position: static;
    width: 100%;
  }

  .wide_inset.full_bleed .wide_inset_caption, .wide_inset.full_bleed.two_wide .wide_inset_caption {
    position: relative;
    left: 10.5%;
    width: 76%;
    bottom: -1.5em;
    margin: 0 0 0 2em !important;
    clear: both;
  }
  .wide_inset.full_bleed .wide_inset_caption:after, .wide_inset.full_bleed.two_wide .wide_inset_caption:after {
    width: 90%;
  }

  .wide_inset_caption_margin {
    position: relative;
    width: 80%;
    top: -3.5em;
    right: 0;
  }
  .wide_inset_caption_margin:after {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #main.page_wide {
    padding-top: 50px;
  }

  .wide_header_text.fade_out {
    font-size: .9em;
    top: 15%;
  }
  .wide_header_text.fade_out .wide_header_title {
    font-size: 2.5em;
  }

  .wide_quote_decoration {
    width: 60px;
    top: -30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 950px) {
  .wide_header_text.fade_out {
    width: 80%;
    margin-left: -40%;
  }

  .wide_share {
    position: static;
    margin-bottom: 2em;
  }
  .wide_share ul {
    padding: 0 0 .5em;
  }
  .wide_share li {
    display: inline-block;
    margin: 0 .25em;
  }
  .wide_share li img {
    vertical-align: middle;
    padding-top: .25em;
  }
  .wide_share.circles ul li {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .wide_mobile {
    display: block;
  }

  .wide_quote.right, .wide_quote.left {
    float: none;
    width: 100%;
    padding: 2em 0 1em;
    margin: 0;
  }

  .wide_intro_lead .largest {
    font-size: 2em;
  }
  .wide_intro_lead .large {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 800px) {
  .wide_content_navigation ul li {
    width: 32%;
    margin-right: 1%;
    height: 36px;
    margin-bottom: 1%;
  }

  .wide_inset.full_bleed .wide_inset_section_header {
    top: 10%;
  }
}
@media screen and (max-width: 700px) {
  .wide_intro, .wide_copy, .wide_header_text, .wide_infographic, .wide_content_navigation {
    width: 90%;
  }

  .wide_header_text {
    margin-left: -45%;
  }

  .wide_inset, .wide_inset.right, .wide_inset.left {
    float: none;
    width: 100%;
    margin: 2em 0;
    padding: 0;
  }

  .wide_inset.full_bleed .wide_inset_caption, .wide_inset.full_bleed.two_wide .wide_inset_caption {
    left: 5.5%;
  }

  .wide_quote {
    font-size: 1.5em;
  }

  .wide_quote_decoration {
    width: 40px;
    top: -20px;
    margin-left: -20px;
  }

  .wide_header_text.fade_out {
    position: static;
    margin: 0;
    width: 100%;
    border: none;
    color: #000;
  }
  .wide_header_text.fade_out .wide_header_title {
    padding-top: 1em;
    letter-spacing: 0;
  }
  .wide_header_text.fade_out .wide_header_subtitle {
    font-size: 1.5em;
  }
  .wide_header_text.fade_out .wide_header_author {
    padding-bottom: 1em;
  }
  .wide_header_text.fade_out.no-box .wide_header_title {
    margin-bottom: .6em;
  }

  .fade_out {
    opacity: 1 !important;
  }

  .wide_content_social {
    margin: 0;
  }

  .wide_content_navigation {
    padding: 3em 0;
  }

  .wide_inset.full_bleed .wide_inset_section_header {
    position: static;
    color: #111;
    margin-bottom: 2em;
    font-size: .8em;
  }

  .end-slug {
    height: 10px;
  }
}
@media screen and (max-width: 500px) {
  .wide_header_text .wide_header_title {
    font-size: 1.9em;
  }

  .wide_header_text .wide_header_subtitle {
    font-size: 1.25em;
  }

  .wide_header_text.fade_out .wide_header_title {
    font-size: 1.9em;
  }
  .wide_header_text.fade_out .wide_header_subtitle {
    font-size: 1.25em;
  }

  .wide_quote, .wide_intro_lead {
    font-size: 1.3em;
  }

  .wide_intro_lead .largest {
    font-size: 1.75em;
  }
  .wide_intro_lead .large {
    font-size: 1.35em;
  }

  .wide_author_bio {
    margin-top: 2em;
    padding-top: 2.5em;
  }
  .wide_author_bio p {
    padding: 0;
    margin: 0;
  }
  .wide_author_bio .wide_inset_caption {
    padding: 0;
    margin-left: 0 !important;
  }
  .wide_author_bio img {
    width: 100%;
    float: none;
    margin: 0;
  }
}
/* IMAGE-MAP STYLES */
.wide_header_hover {
  position: relative;
}
.wide_header_hover:hover a {
  opacity: 1;
}

.wide_header_hover_img {
  width: 100%;
}

.wide_header_hover a {
  position: absolute;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  transition: opacity .5s ease;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.wide_header_hover a .wide_header_hover_effect {
  position: relative;
}
.wide_header_hover a .wide_header_hover_icon {
  width: 20px;
  height: 20px;
  display: block;
  background: url("/wp-content/themes/vip/foreign-policy/features/assets/images/global/plus_sign.png") no-repeat 0 0;
}
.wide_header_hover a .wide_header_hover_description {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  border: 2px solid #111;
  color: #111;
  font-family: "Solido";
  background: #fff;
  padding: 1em;
  height: auto;
  z-index: 5;
  text-align: center;
}
.wide_header_hover a .wide_header_hover_description p{
	font-family: "Solido";
	margin: 0;
}
.wide_header_hover a .wide_header_hover_description .description_title {
  font-weight: bold;
  margin-bottom: .5em;
}

.wide_header_hover a:hover .wide_header_hover_icon {
  background-position: -20px 0;
}

.wide_header_hover_effect.active .wide_header_hover_icon {
  background-position: -20px 0;
}

.hover_helper_text {
  color: #fff;
  position: absolute;
  top: 1%;
  right: 1%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .wide_header_hover * {
    display: none;
  }

  .wide_header_hover_img {
    display: block;
  }
}

@media screen and (max-width: 769px){
  body.logged-in #site-wrapper {
    margin-top: 50px;
  }
}
.wide_header_text {
    margin-top: 0;
    padding: 2em 2em 1em;
}
.wide_photo {
    width: 120%;
    margin: 0.5em 0 2em -10%;
    zoom: 1;
}
.wide_photo:after {
    content: '.';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
.wide_copy {
    padding: 3em 2em;
}
.wide_copy .wide_intro_lead {
    line-height: 1.8rem;
    font-family: "Tiempos", Georgia, serif;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: inherit;
}
.wide_copy .wide_intro_lead:first-line {
    font-size: 1.5em;
    font-family: "Solido Condensed", helvetica, arial;
    text-transform: uppercase;
}
.wide_photo_grid.three-wide img {
    float: left;
    width: 31.3%;
    margin: 1% 1% 0;}
.wide_content_social {
    margin: 0;
}
.wide_content_social ul li {
    width: 30px;
}
.wide_grid_caption {
    text-align: center;
    border-top: 8px solid #000;
    position: relative;
    margin: .5em 0 0;
    font-family: "Solido", helvetica, arial, sans-serif;
    font-size: .8em;
    color: #111;
    line-height: 1.4em;
    padding-top: 1em;
    zoom: 1;
}
.wideImg {
    width: 97.5%;
    margin-left: 1.25%;
    margin-top: 2.5em;
    max-width: none;
    margin-bottom: 2em;
}
.wide_grid_caption:before {
    left: 0;
}
.wide_grid_caption:after {
    right: 0;
}
.wide_grid_caption:before, .wide_grid_caption:after {
    content: ' ';
    height: 8px;
    background: #fff;
    position: absolute;
    top: -8px;
    width: 46%}

/*FOR ROCK BOTTOM*/
.wide_photo_grid.two_wide img {
  width:48%;
  float: left;
  margin: 1%;
}

.rockhr {
  margin: 2.2em auto;
}

/*FOR PESHMERGA*/
.wide_photo_grid .peshGrid {
  margin: -2em 0 0 !important;
}

.wide_grid_caption.pesh {
  margin: -3em 0 3em !important;
}
