.bias-motivation-item__header {
  cursor: pointer;
  border: 0 !important;
  padding-top: 0 !important;
}
.bias-motivation-item__header::before {
  font-family: 'WAAT Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e879";
  color: #0F0F0F;
  font-size: 22px;
  margin: 0 18px 0 0px;
  top: 4px;
}
.bias-motivation-item.collapsed .bias-motivation-item__header::before {
  content: "\e878";
}
.bias-motivation-item__content table {
  border: 1px solid #ccc !important;
}
.bias-motivation-item__content table th {
  padding: 8px;
  font-size: 14px;
  line-height: normal !important;
}
.offset-selector label {
  margin-bottom: 5px;
  white-space: nowrap;
  line-height: 16px;
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.offset-selector select.form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 24px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 0 !important;
  border: 1px solid #0f0f0f;
  color: #0f0f0f;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.table-sort {
  font-size: 8px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-left: -8px;
}
.table-sort__up,
.table-sort__down {
  display: block;
  color: #ccc !important;
}
.table-sort__up:hover,
.table-sort__down:hover {
  color: #fff !important;
  text-shadow: 0 0 5px #fff;
}
.table-sort .table-sort__up.active {
  color: #fff !important;
}
.table-sort .table-sort__down.active {
  color: #fff !important;
}
caption {
  text-align: center;
  background-color: #eaeaea;
  color: #ccc;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
}
.table-fixed {
  table-layout: fixed;
}
.table-results {
  border-spacing: 0;
  text-align: center;
}
.table-results thead,
.table-results tbody {
  font-size: 12px;
}
.table-results thead th,
.table-results thead td,
.table-results tbody th,
.table-results tbody td {
  padding: 15px 10px !important;
  vertical-align: middle !important;
  text-align: center;
  line-height: normal !important;
}
.table-results thead th .icon,
.table-results thead td .icon,
.table-results tbody th .icon,
.table-results tbody td .icon {
  font-size: 18px;
  line-height: 12px;
}
.table-results thead th {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 8px !important;
  border: 1px solid #444 !important;
}
.table-results thead th a {
  color: #fff;
  text-decoration: none;
}
.table-results thead th a:hover {
  text-shadow: 0 0 5px #fff;
}
.table-results tbody tr {
  background-color: #efefef;
}
.table-results tbody tr:nth-child(even) {
  background-color: #eaeaea;
}
.table-results tbody tr th,
.table-results tbody tr td {
  border: 1px solid #ccc;
}
.table-results tbody tr th a,
.table-results tbody tr td a {
  color: #0F0F0F;
  text-decoration: none;
}
.table-results tbody tr th a:hover,
.table-results tbody tr td a:hover {
  text-shadow: 0 0 5px #ccc;
  text-decoration: underline;
}
.table-results tbody tr th .form-control,
.table-results tbody tr td .form-control {
  text-align: center;
}
.incidents-search-section {
  margin-top: 20px;
}
.incidents-search__sidebar-filters {
  background-color: #fff;
  border-top: 5px solid #0f0f0f;
  border-bottom: 5px solid #0f0f0f;
  padding: 13px 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 10px rgba(15, 15, 15, 0.15);
}
.incidents-search__sidebar-filters--chosen {
  color: #494746;
  background-color: #F0F9F6;
  margin: -13px 0 20px;
  padding: 20px 0 10px 0;
}
.incidents-search__sidebar-filters--chosen a {
  color: #6fc5ac;
}
.incidents-search__sidebar-filters--chosen input[type=checkbox] {
  top: -3px;
  position: relative;
}
.incidents-search__sidebar-filters .form-group {
  margin: 0 10px 16px;
}
.incidents-search__sidebar-filters .form-group label:not([class]) {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.incidents-search__sidebar-filters .form-group .control-label {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.incidents-search__content {
  background-color: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 10px rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 10px rgba(15, 15, 15, 0.15);
}
.incidents-search__content .btn {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
.incidents-search__content .btn:hover {
  background-color: #fff;
}
.bm-page__filter {
  background: #f2f2f2;
  padding: 20px;
}
.bm-page__filter .btn {
  background-color: #fff;
}
.bm-page__filter .btn.btn-inverse {
  color: #fff;
}
.bm-page__filter .btn.btn-inverse:hover,
.bm-page__filter .btn.btn-inverse:focus {
  background-position: 0 0;
}
.bm-page__filter .form-group {
  display: block;
  float: left;
  width: 20%;
  margin-right: 10px;
}
.bm-page__filter .form-group .control-label {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.bm-page__filter .actions {
  width: 34%;
  margin-right: 0;
}
.bm-page__filter .actions .control-label {
  height: 20px;
}
#bm-reports .bm-page .pagination a:hover {
  text-decoration: none;
}
#bm-reports .bm-page a {
  color: #0F0F0F;
}
#bm-reports .bm-page a.btn:hover {
  text-decoration: none;
}
.v-select .dropdown-menu li a {
  padding-left: 5px;
}
.v-select .dropdown-toggle {
  border-color: #0f0f0f !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}
.v-select .dropdown-toggle .selected-tag {
  max-width: 68%;
  overflow: hidden;
}
.v-select .dropdown-toggle .form-control {
  max-width: 20%;
}
.v-select .dropdown-toggle .open-indicator:before {
  border-color: #333;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
  .span12 {
    padding-right: 10px;
  }
  .row-fluid .flags .span2 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-fluid .flags li:nth-of-type(6n+1) {
    padding-left: 10px;
  }
  .span1 {
    width: 8.33333333%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span2 {
    width: 16.66666667%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span3 {
    width: 25%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span4 {
    width: 33.33333333%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span5 {
    width: 41.66666667%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span6 {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span7 {
    width: 58.33333333%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span8 {
    width: 66.66666667%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span9 {
    width: 75%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span10 {
    width: 83.33333333%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span11 {
    width: 91.66666667%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .quick-search-bar .controls div[class*="span"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  #block-views-front-page-slider-block .span5 {
    margin-bottom: 10px;
  }
  #block-views-front-page-slider-block .span5,
  #block-views-front-page-slider-block .span7 {
    float: none;
    width: 100%;
  }
  .front .row-fluid .span8,
  .front .row-fluid .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .quick-search-bar .row-fluid .span1,
  .quick-search-bar .row-fluid .span3,
  .quick-search-bar .row-fluid .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .quick-search-bar .row-fluid .controls div[class*="span"] {
    margin-bottom: 0;
  }
}
.list-unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
/* Navbars */
.navbar-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.form-search.headerarea {
  padding: 30px 0 25px;
  margin-bottom: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .form-search.headerarea {
    padding: 25px 0 0;
  }
  .form-search.headerarea .form-text {
    display: none;
  }
  .form-search.headerarea .btn {
    border: none;
    color: #494746 !important;
    font-size: 26px;
    margin-top: -1px;
    padding: 0;
  }
  .form-search.headerarea .btn:hover {
    color: #72706f !important;
  }
  .form-search.headerarea .btn:hover,
  .form-search.headerarea .btn:focus {
    background: none;
    outline: none;
  }
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .form-search.headerarea {
    padding-top: 47px;
  }
}
.navbar .btn-navbar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block !important;
  padding: 0;
  text-shadow: none;
  margin-left: 15px;
  margin-top: 27px;
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .navbar .btn-navbar {
    margin-top: 49px;
  }
}
@media (min-width: 1200px) {
  .navbar .btn-navbar {
    display: none !important;
  }
}
.navbar .btn-navbar:hover .icon-bar {
  background-color: #72706f;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
  background: none;
  outline: none;
}
.navbar .btn-navbar .icon-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #494746;
  height: 5px;
  width: 25px;
}
@media (max-width: 767px) {
  .navbar .container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar .brand {
  background: url(../img/logo.png) no-repeat 0 45px;
  background-size: 215px;
  font-size: 26px;
  /*20*/
  padding: 80px 0 25px 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .navbar .brand {
    background-size: 143px;
    background-position: 0 20px;
    font-size: 17px;
    margin-left: 0;
    padding: 42px 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .navbar .brand {
    background-position: 0 30px;
    padding: 65px 0 25px 0;
  }
}
.navbar .nav {
  clear: right;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav {
    float: none !important;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav > li {
    float: none;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav > li a {
    padding: 10px 0 !important;
  }
  .navbar .nav > li a:hover {
    background-color: #eee;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav > li + li {
    border: none;
    border-top: 1px #eee solid;
  }
}
@media (max-width: 767px) and (max-width: 767px), (min-width: 768px) and (max-width: 979px) and (max-width: 767px), (min-width: 980px) and (max-width: 1199px) and (max-width: 767px), (max-width: 767px) and (min-width: 768px) and (max-width: 979px), (min-width: 768px) and (max-width: 979px) and (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 979px), (max-width: 767px) and (min-width: 980px) and (max-width: 1199px), (min-width: 768px) and (max-width: 979px) and (min-width: 980px) and (max-width: 1199px), (min-width: 980px) and (max-width: 1199px) and (min-width: 980px) and (max-width: 1199px) {
  .navbar .nav > li + li a {
    padding: 10px 0 !important;
  }
  .navbar .nav > li + li a:hover {
    background-color: #eee;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse {
    clear: both;
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
}
/** Country pages */
@media (max-width: 767px) {
  .taxonomy-country .main-container {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .taxonomy-country .main-container .row {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .taxonomy-country .main-container .span3,
  .taxonomy-country .main-container .span9,
  .taxonomy-country .main-container .span12 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .taxonomy-country #country-page .sidebar {
    float: none;
  }
  .taxonomy-country #country-page .sidebar.stickit {
    position: static;
    top: auto;
    z-index: auto;
  }
  .taxonomy-country #country-page .sidebar > ul > li > a:after {
    display: none;
  }
  .taxonomy-country #country-page .main-content {
    float: none;
    width: auto;
  }
}
.taxonomy-country #country-page .year-selector .background-dark {
  background-color: #888;
}
.taxonomy-country #country-page .year-selector .btn.dropdown-toggle {
  background: #888 !important;
}
.taxonomy-country #country-page #summary .links {
  color: #6fc5ac;
  text-align: right;
  margin: 15px 0 5px;
}
.taxonomy-country #country-page #summary .links__left {
  float: left;
}
.taxonomy-country #country-page #summary .links__left .waat-icon {
  font-size: 100%;
  margin-left: -4px;
  top: 1px;
}
.taxonomy-country #country-page #summary .links__right {
  color: #fff;
  float: right;
}
.taxonomy-country #country-page #summary .links a {
  color: #6fc5ac;
  padding-left: 4px;
  padding-right: 4px;
}
.taxonomy-country #country-page #summary .links a:hover {
  text-decoration: none;
}
.taxonomy-country #country-page #summary .links span {
  color: #6fc5ac;
  margin-right: 5px;
  font-size: 80%;
}
.taxonomy-country #country-page .tabbable {
  margin-top: 10px !important;
}
.taxonomy-country #country-page .tabbable th {
  background-color: #464544;
  color: #fff;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .taxonomy-country #country-page .tabbable th.min {
    width: 1%;
    white-space: nowrap;
  }
}
.taxonomy-country #country-page .tabbable th,
.taxonomy-country #country-page .tabbable td {
  text-align: center;
}
.taxonomy-country #country-page .tabbable tr:nth-child(even) {
  background-color: #f2f2f2;
}
.taxonomy-country #country-page .tabbable tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.taxonomy-country #country-page .tabbable tr.success > td {
  border-top-color: #6fc5ac;
  background-color: #6fc5ac;
  color: #fff;
  font-weight: bold;
}
.taxonomy-country #country-page .tabbable tr.success > td .tooltip {
  font-weight: 300;
}
.taxonomy-country #country-page .tabbable tr.success > td .waat-icon {
  color: #fff;
  font-weight: bold;
}
.taxonomy-country #country-page .tabbable td {
  vertical-align: middle;
}
.taxonomy-country #country-page .tabbable td a[rel="tooltip"]:hover {
  text-decoration: none;
}
.taxonomy-country #country-page .tabbable td a[rel="tooltip"] .waat-icon {
  display: block;
  font-size: 18px;
}
.taxonomy-country #country-page .tabbable {
  margin-bottom: 20px;
  margin-top: -10px;
  padding: 0;
}
.taxonomy-country #country-page .tabbable .table {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.taxonomy-country #country-page .tabbable .table-bordered {
  border: none;
}
.taxonomy-country #country-page .tabbable .table-bordered thead:first-child tr:first-child th:first-child,
.taxonomy-country #country-page .tabbable .table-bordered tbody tr td:first-child {
  border-left: 0;
}
.taxonomy-country #country-page .nav.nav-tabs {
  margin-bottom: 0;
}
.taxonomy-country #country-page .nav-tabs {
  border-bottom: none;
}
.taxonomy-country #country-page .nav-tabs > li {
  float: right;
}
.taxonomy-country #country-page .nav-tabs > li > a {
  padding: 2px 8px;
  line-height: 20px;
  border: 1px solid transparent;
  color: #474645;
  margin-right: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.taxonomy-country #country-page .nav-tabs > .active > a,
.taxonomy-country #country-page .nav-tabs > .active > a:hover,
.taxonomy-country #country-page .nav-tabs > .active > a:focus {
  color: #000;
  cursor: default;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.taxonomy-country #country-page .tab-content {
  overflow: hidden;
  /*auto*/
  border: 1px solid #dddddd;
  background: #fff;
}
.taxonomy-country #country-page .report-data {
  margin-left: 0;
  list-style: none;
}
.taxonomy-country #country-page .report-data > li + li {
  border-top: 1px solid #eeeeee;
  padding-top: 8px;
}
.taxonomy-country #country-page .well .well__title {
  background-color: #6fc5ac;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 2px 20px 3px;
  margin-bottom: 18px;
  text-transform: uppercase;
  position: relative;
}
.taxonomy-country #country-page .well .well__title:after {
  content: "";
  display: block;
  background-color: #6fc5ac;
  height: 100%;
  width: 18px;
  position: absolute;
  top: 0;
  left: 100%;
}
.taxonomy-country #country-page .well .well__intro {
  margin-bottom: 20px;
}
.taxonomy-country #country-page .well.collapsible .well__title {
  cursor: pointer;
  margin-left: 30px;
  margin-bottom: 0;
}
.taxonomy-country #country-page .well.collapsible .well__title:before {
  font-family: 'WAAT Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e879";
  color: #6fc5ac;
  font-size: 22px;
  margin: 0 18px 0 -50px;
  top: 4px;
}
.taxonomy-country #country-page .well.collapsible .well__content {
  margin-top: 18px;
}
.taxonomy-country #country-page .well.collapsible.collapsed .well__title:before {
  font-family: 'WAAT Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e878";
}
.taxonomy-country #country-page .well.collapsible.collapsed .well__content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
}
.taxonomy-country #country-page h4 {
  border-top: 1px #dfdfdf solid;
  font-size: 20px;
  margin-bottom: 15px;
  padding-top: 30px;
}
.taxonomy-country #country-page h4 a {
  color: inherit;
}
.taxonomy-country #country-page #cp-igo-info h4,
.taxonomy-country #country-page #cp-ngo-info h4,
.taxonomy-country #country-page #ngo h4 {
  font-size: 16px;
}
.taxonomy-country #country-page #cp-igo-info h4 a,
.taxonomy-country #country-page #cp-ngo-info h4 a,
.taxonomy-country #country-page #ngo h4 a {
  color: #6fc5ac;
}
.taxonomy-country #country-page #cp-igo-info h4 a:hover,
.taxonomy-country #country-page #cp-ngo-info h4 a:hover,
.taxonomy-country #country-page #ngo h4 a:hover {
  text-decoration: none;
}
.taxonomy-country #country-page .chart-bottom__btn {
  margin: 15px 0;
}
.taxonomy-country #country-page .chart-bottom__btn .btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* Bias motivation pages */
.taxonomy-bias-motivation #bias-motivation-page .year-selector .background-dark {
  background-color: #888;
}
.taxonomy-bias-motivation #bias-motivation-page .year-selector .btn.dropdown-toggle {
  background: #888 !important;
}
.node-report .year-selector .background-dark {
  background-color: #888;
}
.node-report .year-selector .btn.dropdown-toggle,
.node-report .year-selector .btn.dropdown-toggle:hover,
.node-report .year-selector .btn.dropdown-toggle:focus {
  background: #888 !important;
}
/* Year-selector in new design */
/** Waat Icons **/
@font-face {
  font-family: 'WAAT Icons';
  src: url('../font/waat-icons.eot');
  src: url('../font/waat-icons.eot#iefix') format('embedded-opentype'), url('../font/waat-icons.ttf') format('truetype'), url('../font/waat-icons.woff') format('woff'), url('../font/waat-icons.svg#icomoon') format('svg');
}
.waat-icon {
  font-family: 'WAAT Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.waat-icon--arrow-right-top:before {
  content: "\e667";
}
.waat-icon--info:before {
  content: "\e63c";
}
.waat-icon--plus:before {
  content: "\e878";
}
.waat-icon--minus:before {
  content: "\e879";
}
.waat-icon--close:before {
  content: "\e617";
}
.waat-icon--prosecuted:before {
  content: "\e6b6";
}
.waat-icon--sentenced:before {
  content: "\e8a0";
}
.waat-icon--disabled {
  color: #ccc;
}
.chart-tabs {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .chart-tabs {
    display: none;
  }
}
.chart-tab {
  background-color: #ddd;
  border: 1px #ddd solid;
  border-bottom: 1px #f7f7f7 solid;
  display: inline-block;
  padding: 5px 10px;
}
.chart-tab.active,
.chart-tab:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.chart-crimes {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .chart-crimes__items-wrapper {
    position: relative;
    height: 550px;
  }
}
.chart-crimes__item-wrapper {
  box-sizing: border-box;
  border: 1px #ddd solid;
  margin-bottom: 20px;
  position: relative;
}
.chart-crimes__item-wrapper:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px), (min-width: 980px) and (max-width: 1199px), (min-width: 1200px) {
  .chart-crimes__item-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .chart-crimes__item-wrapper.active {
    display: block;
  }
}
.chart-crimes__item {
  width: 100%;
  overflow: hidden;
}
.chart-crimes__popup-wrapper {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.chart-crimes__popup-wrapper.visible {
  display: block;
}
.chart-crimes__popup-wrapper .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.chart-crimes__popup {
  width: 100%;
}
.chart-crimes__popup__stats {
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 15px 15px 15px;
  text-align: center;
}
.chart-crimes__popup__stats .waat-icon {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px;
  margin-right: 5px;
}
.chart-crimes__popup__stats .waat-icon:not(:first-child) {
  margin-left: 15px;
}
.chart-crimes__popup__text {
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  height: 173px;
  width: 100%;
  padding: 0 15px 15px 15px;
  overflow-y: auto;
}
.chart-crimes__popup__text.with-stats {
  height: 135px;
}
.btn-group .btn.dropdown-toggle,
.btn-group .btn.dropdown-toggle:hover,
.btn-group .btn.dropdown-toggle:focus {
  background: #fff !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
@media (max-width: 767px) {
  .custom-pager-area {
    display: none;
  }
}
/** MAGNIFIC POPUP **/
.mfp-bg {
  background-color: transparent;
}
.popup-block {
  box-shadow: 0 0 20px #000 !important;
  background: #5a5a5a !important;
  color: #fff !important;
  line-height: 1.7em;
  padding: 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.popup-block h3 {
  color: #fff !important;
  margin-top: 0;
  margin-bottom: 15px;
}
.popup-block a {
  color: #6fc5ac;
  text-decoration: none;
}
.popup-block .mfp-close {
  color: #fff !important;
}
/**
 Pagination
*/
.pagination__label {
  display: inline-block;
  position: relative;
  top: -9px;
  margin-right: 5px;
}
/**
 * Owl Carousel
 */
.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.owl-carousel {
  padding: 0 30px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .owl-carousel {
    padding: 0;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 48px;
  color: #b5b5b4;
}
.owl-nav .owl-prev i:hover,
.owl-nav .owl-next i:hover {
  color: #70c6ad;
}
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
  color: #70c6ad;
}
.owl-nav .owl-prev.disabled i,
.owl-nav .owl-next.disabled i {
  color: #f2f2f2;
}
.owl-nav .owl-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .owl-nav .owl-prev {
    left: -30px;
  }
}
.owl-nav .owl-next {
  right: 0;
}
@media (min-width: 1200px) {
  .owl-nav .owl-next {
    right: -30px;
  }
}
.abovefoot .owl-carousel .span3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.abovefoot .owl-carousel .span3 img {
  width: auto;
  height: auto;
}
