/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/*@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic');*/

/* HTML element (SMACSS base) rules */
/*@import "normalize.css";*/

/* Layout rules */
/*@import "layouts/responsive.css";*/

/* Component (SMACSS module) rules */
/*@import "components/misc.css";*/
/* Optionally, add your own components here. */
/*@import "print.css";*/

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
body {
  font-size: 16px;
  letter-spacing: -0.01875em;
  line-height: 1.4em;
  color: #333;
}
a {
  text-decoration: none;
  transition: color 0.5s;
}
/* Link fixing */
#block-cck-blocks-field-terms-cochrane-library a, .block-facetapi a {
  color: #002D64;
}
#block-cck-blocks-field-terms-cochrane-library a:hover, .block-facetapi a:hover {
  color: #962d91;
  text-decoration: none;
}

/* Checkbox */
input[type="checkbox"], input[type="radio"] {
  visibility: hidden;
  display: none;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  background: url('../images/checkbox.png') no-repeat transparent;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background-position: 0 -28px;
}
input[type="checkbox"] + label:hover:before, input[type="radio"] + label:hover:before {
  background-position: 0 -14px;
}
.field .field-label {
  font-weight: 600;
}
.page-admin input[type="checkbox"] {
  visibility: visible;
  display: inline;
}
.page-admin input[type="checkbox"] + label:before {
  display: none;
}
.messages strong {
  font-weight: 600;
}
/* Page */
#page {
  min-width: 360px;
}
/* Top menu */
#top-nav-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}
#top-nav a {
  font-size: 12px;
  text-decoration: none;
  line-height: 28px;
}
#top-nav a.dd-option {
  line-height: 18px;
}
#secondary-menu {
  background-color: #002D64;
  border-right: 9999px solid #002D64;
  margin-right: -9999px;
}
#secondary-menu a:link, #secondary-menu a:hover, #secondary-menu a:visited, #secondary-menu a:focus {
  color: #fff;
}
#secondary-menu .inline li {
  padding: 0;
}
/* Language dropdown */
#language-switcher {
  float: right;
}
#language-switcher .active {
  position: static;
}
#language-switcher .active span, #language-switcher li a {
  color: #fff;
  display: block;
  padding: 3px 20px;
}
#language-switcher .active span {
  /*background: #194273 url("../images/globe.png") no-repeat 8px center;
  padding-left: 30px;*/
  background-color: #962D91;
}
#language-switcher ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#language-switcher li a {
  background-color: #002D64;
  border-top: 1px solid #fff;
  color: #fff;
}
#language-switcher li a:hover {
  background-color: #194273;
}
/* Header */
#site-name {
  float: left;
  letter-spacing: -2px;
  margin: 0;
}
#site-slogan {
  float: left;
  line-height: 1.2em;
  margin: 3px 0 0 30px;
  color: #002D64;
  font-size: 16px;
  display: none;
  font-weight: 600;
}
#site-slogan .slogan-line-3 {
  /*font-size: 17px;*/
  /*font-weight: 700;*/
  color: #962D91;
}
#site-name .header__site-link {
  color: #002D64;
}
#site-name .header__site-link:hover, #site-name .header__site-link:focus, #site-name .header__site-link:active {
  text-decoration: none;
}
/* Search */
#top-search {
  float: right;
}
#search-form, #search-form .form-item {
  margin: 0;
}
#search-form .form-wrapper {
  position: relative;
}
#search-form .as-submit {
  background: url("../images/search.png") 8px 8px no-repeat #fff;
  border: none;
  text-indent: -999px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
}
html.js #search-form input.form-autocomplete {
  background-position: 2px center;
  background-image: none;
}
html.js #search-form input.form-autocomplete.throbbing {
  background-image: url('../images/throbber-active.gif');
}
#search-form .as-keys {
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  padding: 0 50px 0 20px;
}
#search-form .form-item-retain-filters {
  display: none;
}
.page-search #content-inner #search-form {
  display: none;
}
.ac_results li {
  font-size: 14px;
  line-height: 2em;
}
.ac_results strong {
  font-weight: 600;
}
.ac_results .ac_over {
  background-color: #002D64;
}
.search-sort-block {
  margin-top: 1em;
}
.search-sort-block .hide-teaser {
  margin: 0 1em;
}
.search-sort-block .search-rss {
  padding-left: 25px;
  background: url('../images/rss-20.png') no-repeat transparent;
}
/* Navigation */
/* Phone JS navigation */
#small-nav {
  display: none;
}
#small-menu {
  cursor: pointer;
  float: right;
  height: 20px;
  padding: 22px 20px;
  width: 24px;
}
#small-search {
  background: url("../images/search-black.png") no-repeat scroll 20px 20px #fff;
  cursor: pointer;
  float: right;
  height: 64px;
  width: 60px;
}
.navicon-line {
  background-color: #000;
  border-radius: 1px;
  height: 4px;
  margin-bottom: 3px;
  width: 24px;
}
.menu-js #page {
  transition: transform 0.5s;
}
.menu-js #main-menu {
  position: fixed;
  right: -80%;
  top: 0;
  width: 80%;
  display: none;
}
.menu-js #top-search {
  position: absolute;
  padding-top: 0;
  top: 60px;
  width: 100%;
  display: none;
  z-index: 10;
}
.menu-js #top-search #search-form {
  background-color: #002D64;
  padding: 10px;
}
.menu-js #top-nav-wrapper {
  display: none;
  position: absolute;
}
#search-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #000;
  opacity: 0.6;
  top: 100px;
  display: none;
}
#menu-hide, #main-menu #top-nav {
  display: none;
}
.menu-js #menu-hide, .menu-js #small-nav, .menu-js #main-menu #top-nav {
  display: block;
}
body.menu-show {
  overflow-x: hidden;
}
.menu-show #page {
  -ms-transform: translate(-80%,0); /* IE 9 */
  -webkit-transform: translate(-80%,0); /* Chrome, Safari, Opera */
  transform: translate(-80%,0);
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.66);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.66);
  box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.66);
}
.menu-show #main-menu {
  display: block;
}
.menu-show #small-menu {
  background-color: #194273;
}
.menu-show .navicon-line {
  background-color: #fff;
}
.search-show #top-search {
  display: block;
}
.search-show #small-search {
  background: url("../images/search-white.png") no-repeat scroll 20px 20px #002D64;
}
.search-show #search-background {
  display: block;
}
#main-menu #secondary-menu a:link, #main-menu #secondary-menu a:hover, #main-menu #secondary-menu a:visited, #main-menu #secondary-menu a:focus {
  color: #002D64;
}
#main-menu #top-nav a {
  font-size: inherit;
}
#main-menu #secondary-menu {
  background-color: inherit;
  border-right: 0;
  margin-right: 0;
}
#main-menu .header__secondary-menu {
  float: none;
}
#main-menu #language-switcher {
  float: none;
  background-color: transparent;
}
#main-menu #language-switcher a {
  color: #fff;
}
#menu-hide {
  background-color: #002d64;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  height: 64px;
  line-height: 64px;
  padding-left: 1em;
}
#menu-hide-icon {
  background: url("../images/x.png") no-repeat scroll 22px 22px #194273;
  float: right;
  height: 64px;
  width: 64px;
}
/* Page title */
#page-title {
  color: #1E3262;
  padding: 0 10px 0.2em 10px;
  font-weight: 600;
  font-size: 24px;
}
/* Footer */
#footer {
  overflow-x: hidden;
}
#footer .block {
  margin-bottom: 0;
}
/* Partners */
#footer #partners {
  border-top: 1px solid #ccc;
  padding: 1em 0;
  text-align: center;
}
#footer #partners #partner-more a {
  color: #002D64;
  line-height: 45px;
  text-decoration: none;
}
#footer #partners .partner-who {
  font-family: Arial;
  font-size: 19px;
  letter-spacing: -1px;
  line-height: 1em;
  margin-top: 3px;
}
#footer #partners .partner-who a {
  color: #bbb;
}
/* Meta-Nav */
#footer #block-block-10 {
  background-color: #962D91;
}
#footer #meta-nav {
  color: #fff;
  position: relative;
  font-size: 18px;
  /*font-weight: bold;*/
}
#footer #meta-nav #meta-logo {
  background: url("../images/cochrane-57-white.png") no-repeat scroll 0 0 / 50px 50px transparent;
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-left: 65px;
  overflow: hidden;
}
#site-slogan-footer {
  bottom: 8px;
  left: 75px;
  position: absolute;
  display: none;
}
#site-slogan-footer .slogan-line {
  float: left;
  font-size: 14px;
  line-height: 1em;
  padding-right: 5px;
}
#site-slogan-footer .slogan-line-3 {
  clear: both;
  font-weight: 600;
}
#footer #meta-nav a {
  color: #fff;
  text-decoration: none;
}
#footer #meta-menu a {
  display: block;
  line-height: 1em;
  padding: 1.5em 1.5em 1.5em 1em;
}
#footer #meta-menu a:hover {
  background-color: #A3409E;
}
#footer #meta-menu ul {
  padding: 0;
  margin: 0;
}
#footer #meta-menu > ul > li > a {
  border-top: 2px solid #fff;
}
#footer #meta-menu ul ul {
  border-top: 2px solid #fff;
  transition: max-height 0.2s;
  overflow: hidden;
}
#footer #meta-menu ul ul ul {
  border: none;
}
#footer #meta-menu ul ul li:last-child > a{
  padding-bottom: 1em;
}
#footer #meta-menu ul ul li.has-children:last-child > a{
  padding-bottom: 0.45em;
}
#footer #meta-menu ul ul a {
  padding: 0.45em 1em;
}
#footer #meta-menu > ul > li > ul {
  max-height: 0;
  width: 0;
}
#footer .menu-open #meta-menu ul ul ul a {
  padding-left: 2em;
}
#footer .menu-open #meta-menu li.active > ul {
  max-height: 999px;
  width: auto;
}
#footer .menu-open  #meta-menu > ul > li.active a {
  background-color: #A3409E;
}
#footer #meta-social {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .menu-open #meta-social {
  display: block;
}
#footer #meta-social a {
  padding: 0 0.5em;
}
/* Copyright / Disclaimer */
#block-block-6 {
  font-size: 13px;
  padding: 0.3em 0.3em 1em 0.3em;
}
#block-block-6 a {
  color: #000;
  text-decoration: none;
}
#copyright {
  float: left;
}
#disclaimer {
  float: right;
  color: #ccc;
}
/* Front page */
/* Hide title */
body.front #page-title {
  display: none;
}
/* Feature */
#feature-forestplot {
  background-image: url("../images/forestplot-transparent.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
}
#feature-image {
  display: block;
  height: auto;
  width: 100%;
}
#feature-text {
  background-color:rgba(0,45,100,0.8);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  padding: 1em;
  position: absolute;
  width: 300px;
  max-width: 100%;
}
#feature-text a {
  color: #fff;
}
#feature-text h3 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* Latest and top Reviews */
#block-views-latest-reviews-block {
  color: #999;
  font-size: 15px;
  line-height: 1.2em;
}
#block-views-latest-reviews-block a {
  color: #002D64;
}
#block-views-latest-reviews-block .views-row:hover {
  background-color: #e9e9e9;
}
#block-views-latest-reviews-block .content {
  display: none;
}
#block-views-latest-reviews-block .latest-top:focus {
  outline:0;
}
#block-views-latest-reviews-block .active .content {
  display: block;
}
#block-views-latest-reviews-block .label h3 {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  color: #002D64;
  cursor: pointer;
  display: table-cell;
  font-size: 18px;
  font-weight: normal;
  height: 2.4em;
  line-height: 1.2em;
  margin: 0;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
#latest .label {
  display: table;
  width: 65%;
}
#top10 .label {
  display: table;
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
}
#block-views-latest-reviews-block .active .label h3 {
  border: 1px solid #194273;
  background-color: #194273;
  color: #fff;
  cursor: auto;
  position: relative;
}
#block-views-latest-reviews-block .active .label h3:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #194273;
  border-width: 11px;
  margin-left: -11px;
}
/* Latest Reviews */
#block-views-latest-reviews-block .views-field-field-version-published {
  font-size: 0.9em;
}
#block-views-latest-reviews-block a {
  color: #002D64;
  text-decoration: none;
}
#block-views-latest-reviews-block .views-field-title a {
  height: 2.4em;
  overflow: hidden;
  position: relative;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#block-views-latest-reviews-block a:hover {
  text-decoration: underline;
}
#block-views-latest-reviews-block .views-row {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}
#block-views-latest-reviews-block #top10 .views-row {
  padding: 10px;
}
#block-views-latest-reviews-block .more {
  padding: 15px 10px;
}
/* Latest news and events */
#block-views-news-and-events-front-block .block-title {
  font-weight: normal;
  padding-left: 10px;
}
#block-views-news-and-events-front-block a, #feature-slider .views-row-inner a {
  color: #002D64;
  display: block;
  height: 5.6em;
  line-height: 1.4em;
  overflow: hidden;
}
#block-views-news-and-events-front-block .views-row-inner, #feature-slider .views-row-inner {
  border: 1px solid #ccc;
  height: 110px;
  margin: 0 10px 10px 0;
  padding: 10px;
  position: relative;
}
#feature-slider .views-row-inner {
  margin: 0;
}
#block-views-news-and-events-front-block .views-field-field-news-image, #feature-slider .views-field-field-news-image {
  position: absolute;
  right: 0;
  top: 0;
}
#block-views-news-and-events-front-block .views-field-field-news-ribbon, #feature-slider .views-field-field-news-ribbon {
  background-color: #002d64;
  bottom: 10px;
  color: #fff;
  font-size: 0.875em;
  line-height: 1em;
  opacity: 0.8;
  padding: 5px 10px;
  position: absolute;
  right: 0;
}
#block-views-news-and-events-front-block .views-field-title, #feature-slider .views-field-title {
  font-size: 15px;
  margin-right: 130px;
}
#block-views-news-and-events-front-block .views-field-title span, #feature-slider .views-field-title span {
  color: #000;
}
#block-views-news-and-events-front-block .views-field-field-version-published, #feature-slider .views-field-field-version-published {
  font-size: 14px;
  position: absolute;
  bottom: 11px;
}
/* Second sidebar */
.region-sidebar-second .block:after {
  clear: both;
  content: " ";
  display: block;
}
.region-sidebar-second .block {
  border-top: 1px solid #ccc;
  /*margin: 0 0 20px;*/
  padding-top: 20px;
}
/* Reviews */
#content-inner {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  /*float: left;
  margin: 10px -100% 0 22%;
  width: 78%;*/
}
.region-sidebar-first .block {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  clear: left;
}
.region-sidebar-first #block-cck-blocks-field-authors, .region-sidebar-first #block-cck-blocks-field-entity {
  border-top: none;
  padding-top: 0;
}
.region-sidebar-first .field {
  margin-bottom: 2em;
}
#library-link-review {
  background-color: #002D64;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0.5em 40px 0.5em 0;
  position: relative;
  text-align: center;
}
#library-link-review a {
  color: #fff;
  text-decoration: none;
}
#library-link-review .library-arrow {
  background-color: #194273;
  height: 2em;
  line-height: 2em;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
#library-link-review .line2 {
  font-weight: bold;
}
.field-name-field-translation-notes p, .field-name-field-public-notes p {
  margin: 0;
}
.field-name-field-translation-notes .field-label, .field-name-field-public-notes, .field-label {
  margin-top: 1em;
}
/* Tools / Information */
#sidebar-actions {
  position: relative;
}
#sidebar-actions.sticky {
  left: 0;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.sidebar-button {
  text-align: center;
  width: 50%;
}
#tools-button {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar-button .inner {
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  cursor: pointer;
  color: #002D64;
  line-height: 2em;
}
#information-button .inner {
  border-right: none;
}
.sidebar-button .inner img {
  padding-right: 5px;
  vertical-align: middle;
}
.active .sidebar-button .inner {
  background-color: #ccc;
}
.sidebar-action .content {
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  padding: 10px;
}
.sidebar-action.active .content {
  display: block;
  background-color: #fff;
}
#sidebar-actions #article-actions {
  margin-right: 70px;
  border-top: none;
}
#sidebar-actions #article-actions ul li {
  width: 85%;
}
#sidebar-actions #article-actions ul .label {
  max-width: 100%;
}
/* Abstract */
.group-abstract {
  border: 1px solid #e6e6e6;
}
.group-abstract .field {
  display: none;
  padding: 15px;
}
.group-abstract:focus{
  outline:0;
}
.group-abstract:focus .field {
  display: block;
}
.group-abstract .field-name-field-abstract-conclusion {
  background-color: #e6e6e6;
  display: block;
  color: #002D64;
  padding-bottom: 35px;
  position: relative;
}
/* .field-name-field-abstract-conclusion:after */
#abstract-read-more {
  background-color: #002D64;
  bottom: 15px;
  color: #fff;
  left: -10px;
  padding: 5px;
  position: absolute;
  cursor: pointer;
}
.field-name-field-abstract-conclusion:before {
  background: url("../images/ribbon-transparent-10.png") no-repeat #000033;
  bottom: 5px;
  content: " ";
  display: block;
  height: 10px;
  left: -10px;
  position: absolute;
  width: 10px;
}
.group-abstract:focus #abstract-read-more, .group-abstract:focus .field-name-field-abstract-conclusion:before {
  display: none;
}
/* More like this */
#block-apachesolr-search-mlt-001, .field-name-field-terms-cochrane-library {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
#block-apachesolr-search-mlt-001 .block-title {
  font-size: 18px;
  font-weight: 600;
}
#block-apachesolr-search-mlt-001 a {
  text-decoration: none;
  color: #002D64;
}
#block-apachesolr-search-mlt-001 ul {
  margin: 0;
  padding: 0;
}
#block-apachesolr-search-mlt-001 li {
  list-style-type: none;
}
#block-apachesolr-search-mlt-001 li a {
  display: block;
  position: relative;
}
#block-apachesolr-search-mlt-001 li a:hover {
  color: #962D91;
}
/* Health topics on Review page */
#block-cck-blocks-field-terms-cochrane-library .field-label {
  margin-bottom: 0.5em;
}
#block-cck-blocks-field-terms-cochrane-library .field-item {
  font-size: 0.875em;
}
#block-cck-blocks-field-terms-cochrane-library .field-item strong {
  font-weight: 600;
}
/* Lexicon / Glossary */
a.lexicon-term, abbr[title], abbr[data-title] {
  color: #002D64;
  border-color: #002D64;
  position: relative;
}
abbr[title]:hover:after, abbr[title]:active:after {
  content: attr(title);
  padding: 1em;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  width: 200px;
  border: 1px solid #002D64;
  background-color: #fff;
}
abbr[data-title]:hover:after, abbr[data-title]:active:after {
  content: attr(data-title);
  padding: 1em;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  width: 200px;
  border: 1px solid #002D64;
  background-color: #fff;
}
/* Article actions */
#article-actions {
  border-top: 1px solid #ccc;
  margin: 0 0 20px;
  padding-top: 20px;
  clear: both;
}
#article-actions:after {
  content: " ";
  display: block;
  clear: both;
}
#article-actions ul {
  width: 100%;
}
#article-actions ul, #article-actions li {
  margin: 0;
  padding: 0;
  -webkit-transition: width 0.2s, background-color 0.2s, margin 0.2s;  /* For Safari 3.1 to 6.0 */
  transition: width 0.2s, background-color 0.2s, margin 0.2s;
}
#article-actions a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
#article-actions li {
  background-color: #002D64;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 1px;
  position: relative;
  text-align: center;
  /*width: 40px;*/
  width: 85%;
}
/*#article-actions ul:hover li {
}*/
#article-actions ul li:hover {
  background-color: #962D91;
  width: 100%;
}
#article-actions .label {
  display: block;
  height: 40px;
  /*max-width: 0;*/
  max-width: 100%;
  overflow: hidden;
  transition: width 0.2s, max-width 0.2s, background-color 0.2s, margin 0.2s;
}
#article-actions .label-inner {
  margin: 0 1em;
}
#article-actions .icon {
  display: block;
  height: 40px;
  width: 40px;
  text-align; center;
}
/*#article-actions ul:hover .label {
}*/
#article-actions .icon-share {
  background: url('../images/action/action-share.png') no-repeat transparent;
}
#article-actions .icon-print {
  background: url('../images/action/action-print.png') no-repeat transparent;
}
#article-actions .icon-pdf {
  background: url('../images/action/action-pdf.png') no-repeat transparent;
}
#article-actions .icon-feedback {
  background: url('../images/action/action-feedback.png') no-repeat transparent;
}
#article-actions .icon-cite {
  background: url('../images/action/action-cite.png') no-repeat transparent;
}
#article-actions #citation {
  background-color: #962d91;
  color: #fff;
  line-height: 1.2em;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: max-height 0.2s;
  width: 0;
  max-height: 0;
}
#article-actions #citation .inner {
  padding: 20px;
}
#article-actions li:hover #citation {/*, #article-actions li:focus #citation */
  width: 100%;
  max-height: 500px;
}
#article-actions #share-actions {
  background-color: #962d91;
  color: #fff;
  /*display: none;*/
  line-height: 1.2em;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: 0;
  width: 0;
  max-height: 0;
}
#article-actions #share-actions a {
  display: block;
  padding: 5px 10px;
}
#article-actions li:hover #share-actions {/*, #article-actions li:focus #share-actions*/
  width: auto;
  max-height: 500px;
}

/* Health evidence */
#page-banner {
  height: 200px;
  overflow-y: hidden;
  padding-left: 10px;
  position: relative;
}
#page-banner:before {
  background: url("../images/ribbon-transparent-10.png") no-repeat scroll 0 0 #000033;
  bottom: 10px;
  content: " ";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
#page-banner:after {
  background-color: #002d64;
  bottom: 20px;
  color: #fff;
  content: attr(title);
  font-size: 24px;
  left: 0;
  padding: 0.3em 1em;
  position: absolute;
}

.page-node-34870 #content-inner {
  border: medium none;
  padding-top: 0;
}
#block-block-9 {
  font-size: 0.95em;
  padding-bottom: 20px;
}
#block-block-9 .row {
  position: relative;
  margin-left: 35px;
}
#block-block-9 .top-number, #block-block-9 .top-reviews-title, #block-block-9 .review-status {
  /*float: left;*/
}
#block-block-9 a {
  text-decoration: none;
  color: #002D64;
}
#block-block-9 a:hover {
  text-decoration: none;
  color: #962D91;
}
#block-block-9 .top-number {
  height: 25px;
  width: 25px;
  background: url('../images/diamond.png') no-repeat transparent;
  color: #fff;
  text-align: center;
  margin-right: 1em;
  font-size: 0.9em;
  position: absolute;
  left: -35px;
  line-height: 25px;
}
#block-block-9 a:hover .top-number {
  background-position: 0 -25px;
}
#block-block-9 .top-reviews-title {
  display: inline;
}
#block-block-9 .review-status {
  border: 1px solid #ccc;
  color: #ED1C24;
  font-size: 0.9em;
  margin-left: 1em;
  padding: 0 5px;
  display: inline;
}
#block-block-9 .review-status.reviews-updated {
  color: #009245;
}
/* Search page */
/* Current search */
.clear {
  clear: both;
  height: 0;
}
#search-results-count {
  margin: 0 0 15px;
}
#search-active-items {
  padding: 6px;
  background-color: #e6e6e6;
}
#search-active-items ul {
  padding: 0;
  margin: 0;
}
#search-active-items ul li {
  display: block;
  float: left;
  margin: 0 10px;
}
#search-active-items ul li.first {
  padding: 3px 25px 3px 10px;
}
#search-active-items ul li.last {
  float: right;
}
#search-active-items ul li a {
  background: url("../images/remove.png") no-repeat scroll right 5px center transparent;
  border: 1px solid #999;
  color: #002D64;
  padding: 3px 25px 3px 10px;
  opacity: 0.7;
  display: block;
}
#search-active-items ul li a:hover {
  opacity: 1;
}
#search-active-items ul li.last a {
  border: none;
  float: right;
  background: none;
  font-weight: bold;
  opacity: 1;
}
.page-search .region-sidebar-first .block {
  border-top: none;
  padding-top: 0;
}
.region-sidebar-first #block-block-2 {
  border-top: 1px solid #ccc;
}
#block-cochrane-training-cse-site-filter .block-title, #block-cochrane-training-cse-manual-filter .block-title {
  font-size: 1em;
  font-weight: 600;
}
/* Health topics */
.block-facetapi a.facetapi-active {
  color: #962D91;
}
.sidebar-first .block-facetapi .block-title {
  font-size: 1em;
  font-weight: 600;
}
.facetapi-facetapi-links, .facetapi-facetapi-links ul {
  padding: 0 0 0 17px;
  margin: 0.5em 0;
  line-height: 1em;
}
#block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp ul ul {
  display: none;
}
.i18n-en #block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp ul ul {
  display: block;
}
.facetapi-facetapi-links {
  padding-left: 10px;
}
.facetapi-facetapi-links li {
  transition: max-height 0.5s;
  overflow: hidden;
}
#block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp .less-hide {
  max-height: 0;
}
#block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp .less-show {
  max-height: 5em;
}
#block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp .show-more, #block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp .show-less, .facetapi-limit-link {
  cursor: pointer;
  font-weight: 600;
}
#block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp .show-more:before, .facetapi-limit-link:before {
  color: #962D91;
  content: "+ ";
}
#block-facetapi-dfsyagnk1souzkzxvjccchqygvviabdp .show-less:before, .facetapi-limit-link.open:before {
  color: #962D91;
  content: "- ";
}
.facetapi-facetapi-links a {
  display: block;
  padding: 0.3em 0;
}
.facetapi-facetapi-links a.facetapi-active {
  background-image: url("../images/remove-purple.png");
  float: left;
  height: 14px;
  margin-right: 3px;
  overflow: hidden;
  padding: 0;
  text-indent: -99px;
  width: 14px;
}
.facetapi-facetapi-links a.facetapi-active:hover {
  background-position: 0 -14px;
}
.facetapi-count {
  color: #999;
}
a.facetapi-active {
  display: inline-block !important;
}
/* New and updated / Article type */
.sidebar-first .block-facetapi ul.facetapi-facetapi-checkbox-links {
  list-style-type: none;
  margin: 0.5em 0;
  padding-left: 10px;
}
.facetapi-facetapi-checkbox-links input[type="checkbox"] + a:before {
  background: url('../images/checkbox.png') no-repeat transparent;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.facetapi-facetapi-checkbox-links input[type="checkbox"]:checked + a:before {
  background-position: 0 -28px;
}
.facetapi-facetapi-checkbox-links input[type="checkbox"] + a:hover:before {
  background-position: 0 -14px;
}
/* Altmetric */
.altmetric-link {
  font-size: 14px;
}
/* Left sidebar */
/* Search results */
#block-block-2 h2 {
  line-height: 1.2em;
}
.search-status, .search-type, .search-published {
  color: #999;
  float: left;
  font-size: 0.75em;
  padding-right: 0.5em;
}
.search-status:after, .search-type:after {
  content: "•";
  padding-left: 0.5em;
}
.search-status .inner {
  border: 1px solid #999;
  padding: 0 0.5em;
}
.search-status-new .inner  {
  color: #ed1c24;
}
.search-status-updated  .inner {
  color: #009245;
}
.search-type {
  text-transform: uppercase;
}
.search-results {
  padding: 0;
}
.search-results li {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.search-result a {
  color: #000;
  display: block;
  margin: 0;
  padding: 1em;
}
.search-result a:hover {
  /*background-color: #e6e6e6;*/
  text-decoration: none;
}
.search-result .title {
  clear: left;
  color: #002D64;
  padding: 0.8em 0;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}
.search-result .search-snippet {
  font-size: 0.875em;
}
.more-results-english {
  border: 1px solid #ccc;
  font-size: 0.875em;
  margin: 20px 0;
  padding: 10px;
}
#block-cck-blocks-field-evidently-cochrane .block-title {
  font-weight: 1.2em;
}
/* Loading */
@-webkit-keyframes rot360 {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
@keyframes rot360 {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
#loading-cube {
  -webkit-animation: rot360 1s ease-in-out infinite;
  animation: rot360 1s ease-in-out infinite;
  width: 32px;
  height: 32px;
  background-image: url('../images/loading-cube.png');
  margin: auto;
}
/* Contacts */
/* Centres */
#link-map {
  float: right;
  font-weight: 600;
}
#centres-count {
  color: #002D64;
  font-size: 1.1em;
  padding: 10px 0 20px;
}
#country-search {
  background-color: #e9e9e9;
  color: #002D64;
  font-weight: bold;
  line-height: 1em;
  padding: 25px;
}
#country-search-box {
  box-sizing: border-box;
  margin-top: 1em;
  padding: 0.2em 1.5em;
  width: 100%;
}
#countries-navigation .referenced-countries {
  display: none;
}
#countries-navigation .hide, #contact-details .hide {
  display: none;
}
#countries-navigation .zones {
  padding: 0;
  width: 33%;
  float: left;
}
#countries-navigation .zone-wrapper {
  float: left;
  width: 33%;
}
#countries-navigation .zone-wrapper .zones {
  float: none;
  width: auto;
}
#countries-navigation .zones h3 a {
  color: #000;
}
#countries-navigation .zones h3 {
  font-weight: normal;
  margin: 0;
}
#countries-navigation .centres {
  padding: 0 10px 0 0;
  /*font-weight: bold;*/
}
#countries-navigation .centre {
  padding-top: 20px;
}
#countries-navigation .branches {
  padding: 0 10px 0 20px;
  font-weight: normal;
}
#countries-navigation li, #contact-details li {
  list-style-type: none;
}
#contact-details {
  clear: both;
}
#contact-details h2 {
  color: #002D64;
  font-size: 20px;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
#contact-details .zones {
  padding: 0;
}
#contact-details .zone {
  position: relative;
  padding-left: 180px;
}
#contact-details .zone h3 {
  position: absolute;
  width: 150px;
  margin: 0;
  left:  0;
  font-weight: normal;
  color: #002D64;
}
#contact-details .contact-details {
  color: #696969;
  font-size: 0.9em;
  width: 45%;
  margin-right: 5%;
  float: left;
}
#contact-details .contact-details a {
  color: #696969;
}
#contact-details .title {
  font-weight: bold;
  color: #000;
}
#contact-details .centres-branches li, #contact-details .contact-groups li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  clear: both;
}
/* Directory */
#contat-people:after {
  content: " ";
  clear: both;
}
#contat-people .person {
  float: left;
  margin-bottom: 35px;
  min-width: 150px;
  text-align: center;
  width: 33.3%;
}
#contat-people .person .image {
  background-image: url("../images/contact-mask.png");
  height: 140px;
  margin: auto;
  position: relative;
  width: 140px;
}
#contat-people .person img, #contat-people .person .blank {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -20;
}
#contat-people .person .blank {
  background-color: #002d64;
  height: 140px;
  width: 140px;
}
#contat-people .person .blank-2 {
  background-color: #962d91;
}
#contat-people .person .name {
  color: #002d64;
  font-size: 1.125em;
  line-height: 40px;
}
#contat-people .person .role {
  font-size: 0.875em;
  height: 3em;
  line-height: 1.5em;
}
/* Contact us */
#block-block-16 h2 {
  color: #002D64;
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 1em;
}
#webform-client-form-35099 {
  background-color: #e9e9e9;
  color: #696969;
  padding: 20px;
}
#webform-client-form-35099 .form-required {
  display: none;
}
#webform-client-form-35099 label {
  font-weight: normal;
}
#webform-client-form-35099 h3, #webform-client-form-35099 .webform-component--email-us {
  margin: 0;
}
#webform-client-form-35099 .webform-submit {
  background-color: #002d64;
  border: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#webform-client-form-35099 #edit-submitted-category {
  display: table;
  width: 100%;
}
#webform-client-form-35099 #edit-submitted-category .form-item {
  display: table-cell;
}
/* 2nd level menu */
.menu-block-wrapper ul {
  margin: 0;
  padding: 0;
}
.menu-block-wrapper ul ul {
  margin-left: 10px;
}
.block-menu-block li.menu__item {
  list-style-type: none;
  list-style-image: none;
}
.block-menu-block li a {
  display: block;
  line-height: 1.2em;
  padding: 4px 14px;
  position: relative;
}
.block-menu-block li a:before {
  background: url("../images/diamond-small.png") no-repeat scroll 0 0 transparent;
  content: " ";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}
.block-menu-block li a:hover:before {
  background-position: 0 -7px;
}
/* Front page slider */
#feature-slider {
  position: relative;
  overflow: auto;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
#feature-slider ul { padding: 0; margin: 0; }
#feature-slider li { list-style: none; }
#feature-slider ul li { float: left; }
#feature-slider .dots {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -88px;
  padding: 0;
  position: absolute;
}
#feature-slider .dots li {
  background: url("../images/diamond.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 0 4px;
  text-indent: -999em;
  width: 25px;
}
#feature-slider .dots li.active {
  background-position: 0 -25px;
}
#feature-slider .dot {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
/* News */
article .field-name-field-news-image img {
  display: block;
  margin-bottom: 1em;
  margin-left: 1em;
}
.field-name-field-news-image {
  float: right;
}
.node-type-news .field-name-field-version-published {
  font-size: 0.875em;
}
.view-id-news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.view-id-news li {
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 0;
  padding: 1em 0;
}
.view-id-news .views-field-field-news-image {
  float: left;
  padding-right: 10px;
}
.view-id-news .views-field-title {
  font-weight: 600;
}
.view-id-news .views-field-field-version-published {
  color: #666;
  font-size: 0.875em;
}
.view-id-news .views-field-field-version-published:after {
  clear: both;
  content: " ";
  display: block;
}
/* What is health evidence block */
.region-bottom {
  position: relative;
}
#block-block-8 {
  background: none repeat scroll 0 0 #002d64;
  bottom: -200px;
  color: #fff;
  margin-bottom: 0;
  position: fixed;
  transition: bottom 1s, visibility 1s;
  visibility: hidden;
  width: 100%;
}
#block-block-8 a, #block-block-8 a:hover {
  color: #fff;
}
#block-block-8.show {
  bottom: 0;
  visibility: visible;
}
#block-block-8 .inner {
  margin: auto;
  max-width: 960px;
  padding: 30px 0;
}
#block-block-8 .button-close, #block-block-8 .button-remove {
  background-color: #962d91;
  cursor: pointer;
  float: right;
  margin: -0.5em 1px 1px;
  padding: 0.5em 1em;
}
#block-block-8 h3 {
  font-weight: 600;
  margin: 0;
}
#block-block-8 p {
  margin: 0;
}
/* link to podcast from the review */
.node-type-review .podcast-link-review {
  background-color:#962D91;
  font-size:14px;
  line-height:1.4em;
  padding:7px 59px 7px 10px;
  position:relative;
  text-align:left;
  width: 123px;
  /*float:left;*/
}
.node-type-review .podcast-link-review a {
  color: white;
  text-decoration: none;
}
.node-type-review .podcast-link-review .library-arrow {
  background-color: #A3409E;
  height: 2em;
  line-height: 2em;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
/* More information like Evidently Cochrane */
#block-block-31 .field {
  margin-left: 30px;
}
/* Podcasts */
.field-name-field-image-author img {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}
.node-type-podcast #library-link-review {
  margin: 10px;
  padding:5px 10px;
  text-align:left;
  float:left;
}
.node-type-podcast #library-link-review .library-arrow {
  display: none;
}
.node-type-podcast .podcast-link-review {
  background-color:#962D91;
  font-size:14px;
  line-height:1.4em;
  margin: 10px 0;
  padding:5px 10px;
  position:relative;
  text-align:left;
  width: 123px;
  float:left;
}
.node-type-podcast .podcast-link-review a {
  color: white;
  text-decoration: none;
}
.node-type-podcast .podcast-link-podcasts {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding-left: 10px;
  width: 100%;
}
.field-name-field-file-podcast:after {
  clear: left;
  content: " ";
  display: block;
}
/* Podcasts index page */
#block-views-podcasts-block-2 .view-display-id-block_2 {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
#block-views-podcasts-block-2 h2.block__title.block-title{
  color: #1e3262;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 10px 0.2em;
}
#block-views-podcasts-block-2 .view-header {
  margin-top: -20px;
}
#block-views-podcasts-block-2 .views-row {
  padding: 0.4em 0 0;
}
#block-views-podcasts-block-2 .views-row a {
  color: #002d64;
  font-size: 0.95em;
}
#block-views-podcasts-block-2 table.views-table {
  width: 100%;
}
.view-display-id-page_podcasts_new_index .view-header {
  margin-top: -20px;
}
.view-display-id-page_podcasts_new_index .views-table caption {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.view-display-id-page_podcasts_new_index table.views-table {
  width: 100%;
}
.view-display-id-page_podcasts_new_index #edit-title {
}
.view-display-id-page_podcasts_new_index #edit-podcast-issue {
  height: 175px;
  border: 1px solid #ccc;
}
.view-display-id-page_podcasts_new_index .view-filters {
  border-bottom: 1px solid #CCCCCC;
}
.view-display-id-page_podcasts_new_index input[type="submit"]{
  background-color: #F0F0F0;
  border-color: #ccc;/*d1d6dc*/
  border-image: none;
  border-style: solid;
  height: 38px;
  width: 80px;
}
.view-display-id-page_podcasts_new_index input[type="text"]{
  border: 1px solid #ccc;
}
.view-display-id-page_podcasts_new_index .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.4em;
}
/* Menu blocks */
.menu-block-wrapper a {
  color: #002D64;
}
.menu-block-wrapper a:hover {
  color: #962d91;
  text-decoration: none;
}
.menu-block-wrapper a.active-trail {
  color: #962d91;
}
/* Buttons */
.button-blue, .button-purple, a.button-blue, a.button-purple {
  background-color: #002D64;
  color: #fff;
  font-weight: 600;
  padding: 0.5em 1em;
  margin: 10px;
  display: inline-block;
}
.button-blue {
  background-color: #002D64;
}
.button-purple {
  background-color: #962D91;
}
.button-blue:hover {
  background-color: #962D91;
  text-decoration: none;
}
.button-purple:hover {
  background-color: #002D64;
  text-decoration: none;
}
