/*
 *  Additional css for Drupal markup
 */
.node {
  margin-bottom: 50px;
}

#block-ew_blocks-0 {
  float: left;
}

ul li.feature-ref {
  margin-left: 0;
}

@media (max-width: 1024px) {
  #block-ew_blocks-0 {
    float: none;
  }
}
.adsbygoogle {
  margin: 0 auto;
  text-align: center;
}
/*  sidebar ad */

.author ins iframe,
.adSidebar ins iframe {
  margin-left: -4000px;
}
.author ins.adsbygoogle iframe,
.adSidebar ins.adsbygoogle iframe {
  margin-left: 0px;
}
#sidebar #block-ew_blocks-27 {
  margin-bottom: 40px;
}
#block-ew_blocks-27 #aswift_0_expand iframe {
  margin-left: -2000px;
}
#block-ew_blocks-27 ins {
  margin-top: 20px;
}
.vertical-spacer {
  width: 100%;
  height: 40px;
  display: block;
  clear: both;
}

#sidebar #block-ew_blocks-27 h3,
#block-ew_blocks-0 > h3 {
    display: none;
}

#block-ew_blocks-0 ul {
  padding: 0;
}

#featureHighlights ul {
  margin-bottom: 0;
}

#block-ew_blocks-0 ul ul {
  margin-bottom: 15px;
}

#block-callforcontributors .btnRed a {
  color: #fff;
}

#block-ew_blocks-9 .links_title {
  color: #ccc;
}

/*  Search  */
#search .form-item {
  margin: auto;
  height: 40px;
}

#sidebar #block-econwatch-0 {
  border: 0;
  margin-bottom: 20px;
}
/* Search page  */
#google-cse-results-searchbox-form #edit-query {
  margin: 20px 0;
}
#main .gsc-adBlockVertical {
  display: none;
}
#main .gsc-thinWrapper {
  width: 100%;
}
.gsc-search-box input.gsc-input {
  font-size: 1.5em;
  border-color: #666;
}
input.gsc-search-button:hover {
  cursor: pointer;
}
.gsc-clear-button,
.gsc-search-button {
  font-size: 1.5em;
  width: 100px;
  height: 50px;
  
}

/*  In the News page  */

.view-list .readMoreLink {
  position: relative;
  top: -12px;  
}

/*  contributors page  */
.contributors-reference {
  margin-bottom: 6px;
}
.contributors-page .postThumb {
  width: 12%;
}
.contributors-page .postThumb ~ * {
  width: 86%;
}
@media (max-width: 1024px) {
  .contributors-page .postThumb {
    display: none;
  }
  .contributors-page .postThumb ~ * {
    width: 100%;
  }
}
/*  Slideshows  */
.view-Slideshows .views-row {
  float: left;
  width: 30%;
  padding: 0;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  
}
.view-Slideshows .views-row:nth-child(3n+1) {
  clear: left;
}
a.anchor-heading,
.view-Slideshows a {
  color: #000;
}
a.anchor-heading:hover,
.view-Slideshows a:hover {
  text-decoration: none;
  color: #c92c21;
}
@media (max-width: 1024px) {
  .view-Slideshows .views-row {
  float: none;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  
  }
  .view-Slideshows .imgResponsive {
    width: 100%;
  }
}
#block-ew_blocks-25 h3 {
  position: relative;
  top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 30px;
  font-size: 30px;
}
.fa.span {
  margin-right: 6px;
}
.google-ad.right {
  float: right;
  margin: 20px;
  margin-right: 0;
}
.google-ad.left {
  float: left;
  margin: 20px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .google-ad.right,
  .google-ad.left {
    float: none;
    text-align: center;
  
  }
  #in_the_news .adHorizontal,
  #article .adHorizontal,
  #story .adHorizontal {
    display: none;
  }
}

/*  Social links */
li.social-button {
  position: relative;
}
li.social-button .social-inner {
  font-size: 12px !important;
  line-height: 12px !important;
  
  border-radius: 0.2em;
  height: 29px;
  padding-top: 9px;
  text-align: center;
}

.rrssb-facebook .social-inner {
  background: #335ca2;
}

.rrssb-twitter .social-inner {
  background: #26c4f1;
}

.rrssb-googleplus .social-inner {
  background: #e93f2e;
}

.rrssb-linkedin .social-inner {
  background: #007bb6;
}

.count {
  color: #000;
  padding: 2px 6px;
  margin-left: 2px;
  background: #fff;
  -webkit-box-shadow:inset 0px 0px 0px 1px #ccc;
  -moz-box-shadow:inset 0px 0px 0px 1px #ccc;
  box-shadow:inset 0px 0px 0px 1px #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  visibility: hidden;
}
@media (min-width: 1120px) {
  .count {
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1120px) {
  .count {
    visibility: hidden;
  }
}

@media (min-width: 720px) and (max-width: 768px) {
  .count {
    visibility: visible;
  }
}
/*  Taxonomy term pages  */
.view-id-taxonomy_term.view-display-id-page_1 > .view-content > .views-row > article {
  border-bottom: 1px solid #e1e1e1;
}

.view-id-taxonomy_term.view-display-id-block_1 {
  margin-top: 40px;
}

.view-id-taxonomy_term.view-display-id-block_1 .postPreviews .node {
  padding-top: 0;
}

.view-id-taxonomy_term.view-display-id-block_1 .view-content {
  padding-top: 40px;
}

.view-taxonomy-term .item-list ul li.views-row {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
  display: table;
}

.view-taxonomy-term .item-list ul .postPreviews li.views-row {
  border: none;
}

.view-landing-page.view-taxonomy-term .item-list.landing-teasers ul li.views-row {
    border:0;
    margin-bottom: 1em;
    padding-bottom: 1em;
    position: relative;
    display: block;
}

.view-taxonomy-term .views-field-field-story-image-fid {
  float: left;
  margin-right: 10px;
  display: table-cell;
}
.view-taxonomy-term .view-teaser a h3 {
  color: #000;
}
.view-taxonomy-term .views-field-teaser {
  
}
.view-taxonomy-term .views-field-nid {
  display: table-cell;
  vertical-align: top;
}
.view-taxonomy-term h3,
.view-taxonomy-term .catLink {
  margin-bottom: 10px;
}

.view-taxonomy-term h3 a {
  color: #333;
}

.view-taxonomy-term .feed-icons {
  display: none;
}

@media (max-width: 768px) {
  .view-taxonomy-term .views-field-field-story-image-fid {
    float: none;
    margin-right: 0px;
  }
}

.view .continueReading a {
 margin-top: 12px;
}
/*  user Profile  */
.profile .field--name-user-picture {
  float: right;
  margin: 0 1em 1em 0;
}

.profile p {
  margin-bottom: 0;
}

.path-user .profile {
  margin-bottom: 40px;
}



