/* squash Bootstrap's desire to print the URL of all links */
@media print {
    a:link:after,
    a:visited:after {
        content: "" !important;
    }
}


html {
  font-size: 14px;
}

body {
  font-size: 15px;
  font-family: Merriweather, Times, serif;
  color: #231f20;
  background-color: #ffffff;
}

h1 {
  font-size: 27px;
}

h2 {
  font-size: 25px;
}

h6 {
  font-family: 'Open Sans', Helvetica, sans-serif;
}

header h6 {
  text-transform: uppercase; 
}

a.plain {
  text-decoration: none !important;
  color: inherit !important;
}

a.plain:hover {
  text-decoration: underline !important;
}

a[role='tab']:focus {
  outline: none;
}

form {
  font-family: 'Open Sans', Helvetica, sans-serif;
}

form dl.searchResults {
  font-family: Merriweather, Times, serif;
}

.form-control:focus {
  border-color: rgb(158,197,196);
}

.btn {
  border-radius: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(95,155,155);
}

.btn-primary {
  background-color: #000;
}

.centered-text {
  text-align: center !important;
}


blockquote, blockquote.pullquote,
#content .pullquote {
  /*color: rgb(144,147,147);*/
  border-left: none;
  margin-left: 8.33333%;
  margin-bottom: 0;
  font-size: 95%;
  line-height: 2em;
}

blockquote.pullquote,
#content .pullquote {
  font-family: 'Open Sans', Helvetica, sans-serif;
  float: left;
  max-width: 50%;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  font-weight: 600;
  font-size: 140%;
  line-height: 1.4em;
  letter-spacing: 0.009em !important;
}

#content dd.image-caption {
  margin-left: 0;
  font-family: 'Open Sans', sans-serif;
}


/* these will be duplicate */
/*.template-article_view #content #content-title, 
.template-article_view #content #content-description,
.template-article_view #content .documentDescription {
  display: none;
}*/

.pull-left {
  padding-left: 0; 
}

.col-xs-10\.5 {
  width: 87.5%;
}

.col-xs-offset-0\.5{
  margin-left: 4.166666667%;
}

.col-xs-offset-1\.5 {
  margin-left: 12.5%;
}

.pull-gutter {
  margin-left: -10px;
}

.push-gutter {
  margin-right: -20px;
}

.no-gutter-pad {
  padding-left: 0;
  padding-right: 0;
}

.xs-no-gutter-pad {
  padding-left: 0;
  padding-right: 0;
}

.img-responsive {
  min-width: 100%;
}

.img-responsive.no-min {
  min-width: 1px;
}

nav, footer {
  font-family: "Open Sans", Helvetica, sans-serif;
}

footer[role=navigation] {
  font-size: 14px;
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

#topbanner *{
  text-align: center;
}

#phonebanner {
  padding: 1em 0;
/*  border-bottom: 2px solid #e4e4e5;
*/}

#phonebanner img {
  max-width: 100%;
}

#right-column h1, 
#right-column h2,
#right-column h3,
#right-column h4 {
  font-family: "Open Sans", Helvetica, sans-serif;
}

.navbar-nav {
  margin: 0;
}

.navbar-default {
  border-color: #e4e4e5;
}

.yes .navbar-default .navbar-nav a {
  color: #231f20;
}

.navbar-static-top {
  border-bottom: 2px solid #ccc;
}

.navbar-collapse {
  border-top: 2px solid #ccc;
}

.navbar-header {
  background: #fff;
}

.navbar-header .navbar-toggle,
.yes .navbar-default {
  background-color: #f3f3f3;
}

.yes .navbar-brand {
  padding-top: 4px;
}

#nav, #navmobilequick {
  text-transform: uppercase;
}

#navmobilequick {
  float: left;
}

#topbuttonsnav {
  display: none;
}

#buttonsnavmobilewrapper #topbuttonsnav {
  display: block;
}

#buttonsnavmobilewrapper li a,
#navmobilequick li a,
#navmobilequick + #nav li a {
  padding-top: 16px;
  padding-bottom: 16px;
}

#topbuttonsnav, #topbuttonsnavmobile {
    border-top: 2px solid #ccc;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

#navbar-bottom {
  clear: both;
}

#nav li a.voices {
  display: none;
}

.yes .navbar-static-top {
  margin-bottom: 0;
}

#main {
  margin-top: 0;
}

.icon {
  -webkit-appearance: icon;
  -moz-appearance: icon;
  appearance: icon;
  border-width: 0;
  background: transparent;
}

.navbar-form {
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-form .form-group.collapse {
  display: none;
}

.navbar-form .form-group.in {
  display: inline-block;
}

.navbar-form .form-group.collapsing {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

#searchinput.collapse.in  {
  display: inline-block;
}

#topsearchboxxs  {
  color: #777;
  clear: left;
}

#search-toggle {
  margin-top: 8px;
}

#searchinputmobxs div {
  height: 3.5em;
  padding-top: 0.5em;
}

.yes .navbar-toggle {
  padding: 14px;
}

.yes .navbar-search {
  padding: 3px 14px;
}

.fa-search {
  font-size: 1.7em;
  line-height: inherit;
  vertical-align: baseline;
  color: #231F20;
  opacity: 0.45;
}

#topsearchbox button.navbar-toggle {
  margin-top: -2px;
  margin-right: 0;
}

/* don't show additional search form on search page for phone sizes */
#searchform.searchPage fieldset {
  display: none;
}

.navbar-form .form-group-sm .form-control {
  padding: 2px 5px;
}

.article-description {
  font-style: italic;
  color: #939598;
  font-size: 115%;
}

.article-lead-image {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.article-lead-image img {
  width: 100%;
  height: auto;
  position: relative;
}

figcaption, .caption {
  padding: 1em 0;
}

#main figcaption .discreet {
  color: inherit;
}

#main figcaption a {
  text-decoration: none;
  color: inherit;
}

.article-lead-image .caption {
  font-size: 70%;
}

.share-bar {
  padding: 0;
  margin: 0.75em 0 1em 0;
}

.share-bar .like-block, .share-bar .like-block div {
    display: inline-block;
    text-transform: uppercase;
    color: #939598;
    font-size: 95%;
    font-family: 'Open Sans', Helvetica, sans-serif;
  }

.share-bar .like-block {
  text-align: center;
}

.share-bar .like-block:first-child {
  text-align: left;
}

.follow-bar {
  margin-bottom: 0;
}

.share-bar.follow-bar .counter {
  display: none;
}

.label {
  color: inherit;
}

.byline {
  margin-bottom: 1.5em;
}

.byline [rel="author"] {
  display: inline-block;
  margin-right: 20px;
}

.byline time,
.byline .pubdate {
  display: inline-block;
  color: #939598;
}

#main a,
article a,
#licensing a {
  text-decoration: underline;
  color: rgb(144,147,147);
}

#listings article .media-body a {
  text-decoration: none; 
}

#listings article .media-body a:hover {
  cursor: pointer;
}

#listings article header + p {
  display: none;
}

#main aside a {
  text-decoration: none !important; 
  color: inherit;
}

#main .media-body a:hover,

#main a:hover,
article a:hover,
aside a:hover,
#right-column-content a:hover {
  text-decoration: none;
  color: #c03d27; 
}

.leftcolborderedsection {
  padding-top: 12px;
  padding-bottom: 12px;
}

.byline .author {
  font-weight: bold;
}

#story-content {
  line-height: 1.7;
}

#story-content #issuenavimg {
  display: none;
}

article #content {
/*  margin-bottom: 2em; */
}

.issue-article-inset {
  border-top: 2px solid #e4e4e5;
  border-bottom: 2px solid #e4e4e5;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  margin-right: 6%;
  line-height: 1.3em;
  margin-top: 0.7em;
}

.issue-article-inset header {
  margin-bottom: 0.7em;
}

.issue-article-inset h4 {
  color: #c03d27;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, sans-serif; 
  font-size: 85%;
  font-weight: bold;
}

.issue-article-inset h6 {
  color: #909393;
  font-size: 100%;
  margin-top: 15px;
}

.issue-article-inset li {
  margin-bottom: 0.6em;
}


.visible-xs.issue-article-inset div.row div {
  padding-bottom: 1em;
}

article footer .vcard + .vcard {
  margin-top: 1em;
  padding-top: 1em;
}

article footer address,
article .author,
article time {
  font-family: Merriweather, Times, serif;
  font-style: italic;
}

#content footer img.photo {
  float: left;
}

.paging {
  text-transform: uppercase;
  font-size: 125%;
  border: none;
  text-align: right;
}

.paging #pagination  {
  margin-bottom: 0px;
}

.paging a,
#pagination a {
  text-decoration: none !important;  
  padding: 6px 6px;
}

 #pagination .page.active a {
    background: transparent;
    border: none;
  }

#pagination .first, 
#pagination .last {
  display: none;
}

#belowcontentportlets img {
  width: 100%;
}

.more-on-topic,
.disqus,
.visible-xs.issue-article-inset {
  margin-top: 1.5em;
  padding: 1.5em 0 0 0;
  border-top: 2px solid #e4e4e5;
}

.more-on-topic header h5,
.issue-article-inset header.row h5 {
  text-transform: uppercase;
}

#right-column-content a {
  text-decoration: none;
  color: #231f20;
}

#right-column-content > div {
  padding-left: 0;
}

.yestagline {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #c03d27;
  font-weight: bold;
  font-size: 84%;
  margin-bottom: 17px;
  text-align: center;
}

.yestagline + .rightcolplainsection {
  padding-bottom: 0px;
}

.media {
  font-size: 105%;
  line-height: 1.193877553;
}

#folder-listing-one div.listing-phone-only:first-child {
  margin-top: -5px;
}

#folder-listing-one div.listing-phone-only .media:first-child {
  margin-top: 15px;
}

#folder-listing-one div.listing-phone-only:first-child .media:first-child {
  margin-top: 0px;
}


.media h4, .media h5, .media h6 {
  font-family: Merriweather, Times, serif;
}

#right-column .media-body a  {
  font-size: 85%;
}


.media-heading {
  font-weight: bold;
}

#main .media-body header {
  font-weight: normal;
  margin-bottom: 0.5em;
}

#main .media-body header a {
  text-decoration: none;
  color: inherit;
}

#main .media-body span.author, 
#main .media-body time {
  color: #939598;
}

.nav-tabs li.active,
#topbuttonsnav li {
  background-image: none;
}

.disqus .toggler {
  cursor: hand;
  cursor: pointer;
  text-decoration: underline;
}

.disqus .toggler:hover {
  color: #c03d27;
}

#disqus_thread.collapse.in:before {
  content: '';
}

.carousel-indicators {
  top: 62%;
  height: 10px;
}

.carousel-indicators li {
  border: none;
  background-color: rgb(99,103,103);
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.carousel-indicators li.active {
  background-color: #c03d27;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.carousel figure img {
  min-height: 264px;
  max-height: 264px;
}

.carousel figcaption {
  height: 150px;
  margin-bottom: 1em;
}

.carousel figcaption {
  margin-top: 22px;
}

.carousel figcaption h5,
h5.from-current {
  text-transform: uppercase;
  color: #c03d27;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 75%;
  font-weight: 600;
}

h5.from-current {
  margin-top: 0;
}

/* default close button positioned on upper-right corner */
div.overlaybg div.close,
div.overlay div.close {
    background-image: url(../img/pb_close.png);
    position: absolute;
    left: auto;
    right: -14px;
    top: -14px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

#main .carousel .item a {
  text-decoration: none;
  color: inherit;
}

#main .carousel .item a:hover {
  color: #c03d27;
}

.issue-header h2,
.voices-header h2 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 600; 
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.issue-cover-peek {
  font-style: normal;
}

.voices-header h2 {
  margin-bottom: 0.5em;
}

.issue-header {
  padding-bottom: 1em;
}

.issue-header .issue-date {
  font-style: italic;
  font-size: 120%;
}

.voices-header {
  background-color: rgb(243,242,234); 
}

.voices-header p {
  font-size: 90%;
}

.voices-header  img {
  -moz-opacity: 0.8;
  -mx-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.topic-header {
  text-transform: uppercase; 
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 155%;
  height: 100px;
}

.topic-header {
  /* phone settings */
  height: 35px;
  margin-top: 0.5em;
}


.section-planet .topic-header {
  background-color: rgb(171,196,86);
}

.section-peace-justice .topic-header {
  background-color: rgb(0,80,112);
}

.section-happiness .topic-header {
  background-color: rgb(202,178,48);
}

.section-new-economy .topic-header {
  background-color: rgb(118,150,123);
}

.section-people-power .topic-header {
   background-color: rgb(51,142,162);
}

.topic-header div.cell {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  padding-bottom: 0.5em;
}

#address-info-wrapper {
  font-size: 100%;
  padding: 1em 0;
  text-align: center;;
}

#newsletterform .dog-eared,
#below-content-newsletter .dog-eared {
  padding-bottom: 1em;
}

h4.dog-eared {
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #e4e4e5;
  padding-top: 0.6em;

}

#right-column-content h4,
#content + footer h4 {
  font-weight: 600;
  font-size: 110%;
}


/* TOPIC COLORS */

span.planet {
  color: rgb(163,191,88) !important;
}

span.people-power {
  color: rgb(163,191,88) !important;
}

/* SPECIFIC PAGES */
.section-issues.template-atct_topic_view .listing a img {
  max-width: 90px;
}

/* first cover image on Issue page gets large photo, rest are smaller */
.section-issues.template-atct_topic_view .listing dt:first-child a img {
  max-width: 200px;
}


/* STYLING MACROS  */
.issueInsetMacro {
     float: left;
     border: 1px solid #ccc;
     padding: 0 5px;
     margin-right: 20px;
     height: 500px;
     width: 115px;
}

.issueInsetMacro:before {
   content: "This will be replaced with the 'From Issue...' image cover and section";
}

.more-from-issue .btn {
  width: 100%;
  max-width: 115px;
}

#more-from-articles {
  font-size: 12px;
  font-family: 'Merriweather', Times, serif;
}

#more-from-articles li {
  margin-bottom: 0.9em;
  line-height: 1.4em;
}

#more-from-articles a {
  text-decoration: none;
}

.portaltype-issue .more-from-issue .btn {
  max-width: 200px;
}

.more-from-issue {
  border-top: 1px solid #e4e4e5;
  border-bottom: 1px solid #e4e4e5;
  padding: 1.2em 0;
  margin-right: 1.2em;
}

.peek-issue-narrow {
  position: relative;
  z-index: 1;
  top: -61px;
  margin-bottom: -61px;
  width: 115px;
  height: 61px;
  background-image: url('++theme++yes.diazotheme/img/yes/peek115w.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.peek-issue-wide {
  position: relative;
  z-index: 1;
  top: -116px;
  margin-bottom: -116px;
  max-width: 200px;
  height: 116px;
  background-image: url('++theme++yes.diazotheme/img/yes/peek200w.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.more-from-issue header {
  margin-bottom: 0.8em;
  line-height: 1.1em;
}

.more-from-issue form {
  margin-top: 0.8em;
}

.more-from-issue button {
  border-radius: 0;
}


/* PORTLETS */

/* for popup forms */
div.overlay-ajax {
  z-index:5000;
}

#mostrecent .portletItemDetails {
  display: none;
} 

#mostpopular ol {
  padding-left: 0;
}

#mostpopular ol li {
  list-style-type: none;
  counter-increment: step-counter;
  padding-left: 27px;
  position: relative;
  min-height: 28px;
}

#mostpopular ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0; 
    top: 0;
    font-family: 'Open Sans', Helvetica, sans-serif;   
    margin-right: 5px;
    background-color: rgb(102,102,102);
    color: white;
    font-weight: bold;
    padding: 7px 5px;
}

.portletStoreItems .mediaBody {
  font-family: 'Open Sans', Helvetica, sans-serif;
  padding-top: 5px;
  font-size: 90%;
}

.portletStoreItems .upsell {
  color: #555;
  font-size: 90%;
}

.portletStoreItems dd.media {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

div.portletStoreItems .media.last {
  border-bottom: none;
}

dd.portletSubscribeForm {
  background-color: rgb(200,221,215);
  text-align: center;
}

h4.dog-eared + dd.portletItem {
  margin-top: -20px;
  padding-top: 0px;
}

h4.dog-eared.green {
  padding-top: 1em;
}

/* NO ADMIN */
#edit-bar-wrapper {
    display: none;
}

/* ADMIN OVERRIDES */
/* override collision between Plone's .label class and Bootstrap's */
div.formQuestion.label {
  display: inherit;
  padding: inherit;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  white-space: inherit;
}

input.label:empty {
  display: inline;
}

/* SPECIAL EMBED FORM  */
body.subsection-picturing-the-new-economy .embed-responsive-16by9 {
  padding-bottom: 1950px;
}

/* SPECIAL EMBED FORM  */
body.subsection-keystone-xl-timeline20170615 .embed-responsive-16by9 {
  padding-bottom: 19235px;
}

/* SPECIAL INFOGRAPHIC */
body.subsection-infographic-what-is-the-new-economy .embed-responsive-16by9 {
  /* this one needs 4by3 ratio */
  padding-bottom: 75%;
}

/* SPECIAL SoundCloud Size */
body.subsection-desmond-mpho-tutu-interview .embed-responsive-16by9 {
  /* this one needs 25% ratio */
  padding-bottom: 25%;
}

.like-block .fb-share-button {
  margin-top: 5px;
}

.like-block div.fb-like {
  margin: 2px 0 0 5px;
}

@media screen and (min-width: 667px) {
  /* 736px is landscape iPhone 6 Plus */
  /* 667 is landscape iPhone 6 */

  html {
    line-height: 1.42857143;
  }

  body {
    font-size: 14px;
    padding-top: 24px;
  }


  .col-sm-10\.5 {
    width: 87.5%;
  }

  .col-sm-offset-0\.5{
    margin-left: 4.166666667%;
  }

  .col-sm-offset-1\.5 {
    margin-left: 12.5%;
  }    

  .xs-no-gutter-pad {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* TOP NAV */

  .navbar-header {
    position: relative;
    z-index: 2;
  }

  .navbar-nav {
  /* restore bootstrap margins for tablet/desktop */
    margin: 7.5px 0 0 -10px;
  }  

  .navbar-static-top {
    border-bottom-width: 0;
  }

  #navmobilequick + #nav li a {
    padding-top: 8px;
    padding-bottom: 0;
  }


  .navbar-collapse {
    border: none
  }

  .navbar-stacked li {
    float: none;
  }

  .navbar-stacked li a {
    padding: 0;
  }

  #navbar-top {
    border-bottom: 11px solid #000;
    height: 186px;
    position: relative;
    width: 100%;
  }

  #navbar-top-border-inset {
    position: absolute; display: block; content: '';
    top: 175px; height: 11px;
    border-left: 17px solid rgb(193, 63, 28);;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #navbar-bottom {
    height: 82px;
    border-left: 1px solid #e4e4e5;
    border-right: 1px solid #e4e4e5;
  }

  #navbar-bottom a:hover,
  #navbar-bottom a:active
   {
    color: #c03d27;
  }

  #nav {
    font-weight: 700;
    
  }

  .yes #nav li a {
    padding-top: 8px;
    padding-bottom: 0;
    white-space: nowrap;
  }

  #nav li:first-child a {
    padding-left: 18px;
    padding-right: 22px;
  }

  #nav li + li a {
    padding: 15px 22px 15px 0;
  }


  #nav li:last-child a {
    padding-right: 0;
  }

  #nav li a.voices {
    display: block;
  }

  .navbar-static-top .nav-tabs li {
    background-color: rgb(193, 63, 28);
    margin-right: 4px;
  }

  #topbuttonsnav {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 213px;
    bottom: 0px;
    font-size: 110%;
    border: none;
  }


  .yes .navbar-static-top .nav-tabs a,
  .yes .navbar-static-top .nav-tabs a:hover,
  .yes .navbar-static-top .nav-tabs a:active {
    color: #fff;
    text-transform: uppercase;
    border-width: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;    
    padding-top: 5px;
    padding-bottom: 25px;
  }

  .yes .navbar-static-top .nav-tabs a:hover {
    text-decoration: underline;
  } 


  .navbar-form .form-group-sm .form-control {
    max-height: 22px;
  }

   #topsearchbox, #livesearch1 {
    border-bottom: 2px solid #e4e4e5; 
    height: 90px;
    padding: 2em;
  }

  #topsearchbox form {
    width: 500px;
  }

    #searchGadget {
    width: 400px;
  }

  #topsearchbox button.btn {
    padding-top: 0;
    padding-bottom: 0;
  }

  #LSResult {
    margin: 0;
    width: 375px;
    right: inherit;
    z-index:1001;
    background-color: #fff;
  }

  #LSResult * {
    background-color: #fff;
  }

  #LSResult a {
    padding-left: 0;
  }

  #LSShadow {
    background-color: transparent;
  }

  #LSResult legend {
    display: none;
  }

  #LSResult .LSRow img{
    display: none;
  }

  #topsearchbox,
  #livesearch1 {
    padding-right: 0;
    margin-right: 0;
  }

  #searchform.searchPage fieldset {
    display: block;
  }

  #tertiarynav {
    margin-right: 35px;
  }

  #tertiarynav li a {
    padding: 5px 2px 5px 2px;
    text-transform: uppercase;
    font-size: 85%;
  }

  #tertiarynav li:first-child a {
    padding-left: 10px;
  }

  #tertiarynav li + li a:before {
    content: "|\00a0\00a0\00a0\00a0";
  }

  #issuenav {
    margin-top: 29px;
    padding-right: 30px;
    background: url(++theme++yes.diazotheme/img/yes/issue_arrow.png) no-repeat 61px -7px;
    position: absolute;
    right: 115px;
  }

  #issuenav small {
    font-size: 80%;
  }

  #issuenavimg {
    margin-top: 27px;
    width:115px;
    position: absolute;
    right: 0;
  }

  #listings article header + p {
    display: block;
  }


  .media {
  font-size: 90%;
  line-height: 1.193877553;
}

  #main .media-body header {
    font-weight: bold;
  }


  /* CONTENT AREA */

  .content {
    padding-top: 23px;
  }

  #content-columns {
    border-color: #e4e4e5;
    border-width: 2px 1px 0 1px;
    border-style: solid;
  }

  #center-column {
    border-right: 1px solid #e4e4e5;
  }

  #center-column-content {
    border-bottom: 0;
  }

  .topic-header {
    height: 100px;
    margin-top: inherit;
  }

  .topic-header div.cell {
    height: 100px;
  }

  h2.issue-title {
    font-size: 30px;
  }


  .byline .author {
    font-weight: normal;
  }

  #main .byline .author .articleAuthor + .articleAuthor:before {
    content: ' & ';
  }

  #main .byline .author .articleAuthor {
    text-decoration: none;
  }

  #main .byline .author .articleAuthor {
    text-decoration: none;
  }

  #main .media-body {
    font-size: 90%;
  }

  #main .media-body header {
    font-size: 110%;
  }  

  .article-lead-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #main .issue-article-inset a {
    text-decoration: none;
  }

  .share-bar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
    margin: 2em 0;    
  }

  .share-bar .like-block {
    text-align: left;
  }

  .share-bar div .counter {
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.5em;
  }


  #below-content-sharebar {
      padding: 1em 0;
  }


  .follow-bar {
    margin-bottom: inherit;
  }

  .share-bar.follow-bar .counter {
    display: inline-block;
  }

  .follow-bar h4 {
    text-align: center;
  }

  .nav-tabs {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
  }

  .nav-tabs a {
    color: #555;
  }

  .nav-tabs li {
    background-color: rgb(227,225,209);
  }

  .nav-tabs li.active {
    background-color: #fff;
  }

  .leftcolborderedsection {
    margin-bottom: 24px; 
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e4e5;
    border-top: 1px solid #e4e4e5;
  }

  .issue-header + .leftcolborderedsection,
  .normal-header + .leftcolborderedsection {
    border-top-width: 0;
  }

  .leftcolborderedsection + .leftcolborderedsection {
    border-top: 0;
    padding-top: 0;
  }

  #main .leftcolborderedsection:first-child {
    border-top:0;
    padding-top: 36px;
  }

  /* RIGHT COLUMN */

  .dog-eared,
  .nav-tabs li {
    background: rgb(227,225,209) url(++theme++yes.diazotheme/img/yes/dogear.png) top right no-repeat;
  }

  .dog-eared.green {
    background-color: rgb(200,221,215);
  }

  #newsletterform h6 {
    font-weight: 600;
  }

  .rightcolplainsection {
    margin-bottom: 24px; 
    padding-bottom: 24px;
  }

  .rightcolborderedsection {
    margin-bottom: 24px; 
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e4e5;
  }

  .rightcolborderedsection > div > h4,
  .rightcolborderedsection > div > h5,
  .rightcolborderedsection > div > h6 {
    margin-top: 0;
  }


  .tab-pane {
    padding-top: 2em;
    font-size: 90%;
  }

  .tab-pane li {
    margin-bottom: 1em;
  }

  .media {
    font-size: 100%;
    line-height: 1.42857143;
  }

  .paging {
    font-size: 100%;
  }

  #pagination .prev a,
  #pagination .next a {
    border: none;
  }

 

  #pagination .page.active a span {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 0.25em;
    font-weight: bold;
  }

  #right-column-content {
    padding-top: 17px;
  }

  .collapse-mobile {
    display: block;
  }

  #licensing > div {
    padding: 1.5em 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #e4e4e5;
    font-family: 'Merriweather', Times, serif;
    font-size: 80%;
  }

  footer[role='navigation'] {
    border-top: 2px solid #e4e4e5;
  }

  footer figcaption  {
    font-family: 'Merriweather', Times, Serif;
    font-weight: 600;
  }  

  footer .flexcontainer aside:last-child {
    padding-bottom: 1em;
  }


  /* HOME PAGE SPECIFIC */

  #homepage-content {
    padding-top: 51px;
  }


  /* SECTION SPECIFIC */

  body.section-planet #nav li a.planet,
  body.section-happiness #nav li a.happiness,
  body.section-people-power #nav li a.people-power,
  body.section-new-economy #nav li a.new-economy,
  body.section-peace-justice #nav li a.peace-justice,
  body.section-voices #nav li a.voices {
    color: rgb(190,192,191);
  }

  /* SLIDESHOWFOLDERS  */

  .yes .slideshowfolder {
    margin: 0 -3em 100px;
  }

  .carousel-caption {
    position: static;
    bottom: inherit;
    color: #000;
    text-shadow: none;
  }

  #article-slideshow .carousel-inner .item img {
    margin: auto;
  }

  .carousel-control.left, .carousel-control.right {
    left: 50%;
    top: auto;
    background: transparent;
    opacity: 1;
    color: rgb(168,168,168) !important;
    text-shadow: none;
  }

 .carousel-control.left {
    margin-left: -35px;
 }

 .carousel figure img {
  min-height: 350px;
  max-height: 350px;
 }

  /* SPECIAL EMBED FORM  */
  body.subsection-picturing-the-new-economy .embed-responsive-16by9 {
    padding-bottom: 1950px;
  }

  /* SPECIAL EMBED FORM  */
  body.subsection-keystone-xl-timeline20170615 .embed-responsive-16by9 {
    padding-bottom: 18235px;
  }

  /* SPECIAL INFOGRAPHIC */
  body.subsection-infographic-what-is-the-new-economy .embed-responsive-16by9 {
    /* this one needs 4by3 ratio */
    padding-bottom: 75%;
  }

  /* SPECIAL SoundCloud Size */
  body.subsection-desmond-tutu-on-racial-reconciliation-in-the-united-states .embed-responsive-16by9 {
    /* this one needs 25% ratio */
    padding-bottom: 25%;
  }

  /* ADMIN INTERFACE */

  #edit-bar-wrapper {
    padding-top: 10px;
    max-height: 34px;
    display: block;
    font-family: 'Open Sans', Helvetica, sans-serif;
    /*overflow-y: hidden;*/
  }

  #edit-bar-wrapper,
  #edit-bar,
  #content-views,
  #contentActionMenus,
  #contentActionMenus dl.actionMenu a,
  #contentActionMenus dl.actionMenu.activated dd,
  #edit-bar-wrapper #portal-personaltools,
  #edit-bar-wrapper #portal-personaltools dd {
      background-color: #333;
      border-color: #333;
  }

  #edit-bar-wrapper {
      position: relative;
      z-index: 1001;
      top: -23px;
  }

  #edit-bar {
      font-size: 0.75em;
      margin-bottom: 0;
      border-radius: 0;
  }

  #edit-bar ul#content-views > li,
  #edit-bar ul#contentActionMenus > li {
    display: inline-block !important;
  }

  #edit-bar ul#contentActionMenus {
    height: 20px;
  }

  #portal-personaltools {
      margin-top: 0.25em;
      font-size: 80%;
  }

  #portal-personaltools a {
      color: white !important;
  }

  #portlet-prefs ul {
      list-style-image: none;
      list-style-type: none;
  }  

  #portal-personaltools-wrapper {
    max-height: 34px;
  }


}

@media screen and (max-width: 666px) {
    body.template-folder_article_listing article.featured .img-responsive.no-min, 
    .phone-top-feature .img-responsive.no-min {
      min-width: 100%;
  }

  blockquote.pullquote,
  #content .pullquote { display: none;}

}

@media screen and (min-width: 667px) {
  .yes .navbar-default {
    background-color: transparent;
    border-top-width: 0;
  }
}

/*@media screen and (min-width: 667px) and (max-width: 991px) {
  #nav > li:first-child a {
    padding-left: 10px;
  }

  #nav > li a {
    padding-right: 9px;
    padding-left: 9px;
  }
}*/

@media screen and (min-width: 992px) {

  #topbuttonsnav {
    right: 241px;
  }

  #nav {
    font-size: 1.1rem;
  }

  #nav li:first-child a {
    padding-left: 20px;
  }

  #nav li + li a {
    padding: 15px 43px;
  }

  #nav li a.narrow {
    padding-left: 0px;    
    -webkit-transition: padding-left 0.35s ease;
    -o-transition: padding-left 0.35s ease;
    transition: padding-left 0.35s ease;  
}


  #nav li:first-child a.narrow {
    padding-left: 15px;
  }

  #tertiarynav li + li a:before {
    content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  }

  #tertiarynav li a {
    padding: 5px 15px 5px 10px;
  }

  #tertiarynav {
    margin-right: 74px;
  }

  #search-toggle {
    margin-left: 15px;
  }

  .carousel-indicators {
    top: 68%;
  }

  .article-lead-image figcaption {
    display: none;
  }

  .article-lead-image:hover figcaption {
    display:block;
  }

  .article-lead-image .caption {
    font-size: 90%;
    color: #fff;
    bottom: 0;
    position: absolute;
    background-color: rgb(35, 31, 32);
    background-color: rgba(35, 31, 32, 0.6);
  }

  .share-bar img {
    opacity: 0.7;
  }

  .share-bar img:hover {
    opacity: 1;
  }

}

@media (max-width: 666px) {
  #nav a:active, #navmobilequick a:active,
  #topbuttonsnavmobile a:active,
  #topbuttonsnav a:active {
  color: #fff;
  background-color: #333; 
}
}

@media (max-width: 911px) {
   .carousel-indicators {
    display: none;
  }
}

@media (max-width: 749px) {


  .flexcontainer {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /* optional */
    /*-webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;*/
  }

  /* swap order of disqus and more on...  for mobile.  supported in:
  http://caniuse.com/#search=flex; */

  .flexcontainer .more-on-topic {
    -webkit-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 0;
    padding-bottom: 1em;
    border-top: 2px solid #e4e4e5;
  }

  .flexcontainer .issue-article-inset {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border-bottom-width: 0;
    margin-top: 0;
    padding-bottom: 1em;
  }

  .flexcontainer .below-content-newsletter-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 2px solid #e4e4e5;
  }

  .flexcontainer .disqus {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1em;
  }
}

@media (max-width: 991px) {

  #rightcolcolumns .nav-tabs > li > a {
    padding: 10px 2px;
    font-size: 88%;
  }

}

@media (min-width:1200px){
  .container{
    width:982px;
  }
}


