
/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: auto;
  margin: 0 3%;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}
#triptych-wrapper {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
#triptych-first, #triptych-middle, #triptych-last {
  width: 250px;
}

/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment_forbidden {
  display: none;
}

#header,.related_content,.institute-footer-wrapper,.bottom-footer,.youtube{
  display:none;
}
.print{
  display:block !important;
}

/* FOR INSTITUTE */
.mobile_tab.on_this_page, .subscribe-cntr{
  display: none;
}
.pub_article_main_page .key_findings ul li{
  margin-bottom: 10px;
}
.pub_article_main_page .key_findings h2.sub-heading{
  border: none;
  border-bottom: none;
}
.publication_single_article_page{
  margin-top: 0 !important;
}
.pub_article_banner_inner{
  position: relative !important;
}
.publication_single_article_page .dashboard-banner .bgimage{
  height: inherit !important;
}
.pub_cat{
  margin-top: 10px !important
}
.pub_article_title{
  margin-bottom: 0 !important;
}
.publication_innerbg_content{
  margin-top: 10px !important;
}
.q-nav__side{
  display:none;
}



/* FOR INTERPRETER */

.interpreter-top, .interpreter_header, .archive-detail-page .rm-article-slider-wrap, .rm-top-bar, .archive-detail-page .field-blog-main-image .save, .rm-social.border-bottom h4, .rm-social.border-bottom ul, .rm-article-comment, .rm-article-wrap .col-sm-7 .rm-social, .footer-bg, .rm-related-box, .rm-related-box.mobile {
  display: none;
}
#main-wrapper{
  margin-left: 0 !important;
}
.rm-article-wrap .col-sm-3, .rm-article-wrap .col-sm-7{
  padding: 0 !important;
  width: 100% !important;
  float: left;
}
.archive-detail-page .rm-article-wrap, .archive-detail-page .field-blog-main-image .col-sm-9, .rm-twiter-acc a, .rm-related-box, .rm-related-box.mobile{
  padding: 0 !important;
  margin: 0 !important;
}
.node-detail-page .single-title-block h1, .archive-detail-page .field-blog-main-image ul.links{
  margin-left: 0 !important;
}
.rm-article-wrap .col-sm-3, .col-sm-3.left_single_dash_detail{
  height: auto !important;
  float: left !important;
  min-height: inherit !important; 
}
.node-detail-page .single-title-block, .debate_response_list_page  .single-title-block{
  position: relative !important;
  padding-bottom: 0 !important;
  margin-top: 10px;
}
.node-detail-page .field-blog-main-image{
  height: auto !important; 
}
.re-article-inner-box{
  margin-top: 0 !important;
}
.rm-article-writer-box.border-bottom{
  padding-bottom: 0 !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}