.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html {
  overflow-x: hidden;
}
/* Header */
.masthead {
  padding-top: 8px;
  padding-bottom: 7px;
}
.masthead .logo {
  display: block;
  margin-top: 6px;
}
.masthead hgroup h2 {
  bottom: -2px;
  font-size: 10px;
  left: 47px;
}
/* Main */
.nav-item.active > a:before {
  background-image: none;
  width: 0;
  height: 0;
  border-top: 17px solid rgba(140, 160, 166, 0);
  border-bottom: 17px solid rgba(140, 160, 166, 0);
  border-left: 6px solid #8ca0a6;
}
.site-footer .attribution {
  float: right;
}
.site-footer .attribution strong {
  float: left;
}
.site-footer .attribution .ckan-footer-logo {
  float: left;
  margin-left: 10px;
}
.site-footer .lang-select {
  clear: left;
  padding-top: 10px;
}
.layout-1 {
  margin-left: -20px;
  margin-right: -20px;
}
.main.homepage {
  border-top: 1px solid #cccccc;
}
/* Banner */
.hero,
.homepage [role="main"] {
  padding: 0;
}
.hero:before {
  content: ' ';
  position: absolute;
  height: 7px;
  width: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */

}
.hero-primary,
.hero-secondary {
  float: none;
  margin: 0;
  width: auto;
  position: static;
}
.hero-primary .page-heading,
.hero-primary h3 {
  font-size: 24px;
  margin: 0;
}
.home-primary-text,
.home-search {
  padding-top: 200px;
  background-repeat: no-repeat;
  text-align: center;
}
.home-primary-text {
  background-image: url(/assets/images/visualise.jpg);
}
.home-search {
  background-image: url(/assets/images/search.jpg);
}
.home-primary-text p,
.home-search p {
  padding: 0 60px;
}
.hero .search-giant {
  position: relative;
  display: inline-block;
}
.hero .search-giant input {
  padding: 11px 44px 11px 10px;
  width: 186px;
}
.hero .search-giant button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: none;
  line-height: 1;
}
.hero .search-giant button i {
  font-size: 18px;
}
.hero .search-giant button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hero-secondary {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  padding: 0 10px;
}
.main.homepage {
  padding: 0 0 20px 0;
}
/* Tags */
.main.homepage .tags.box {
  margin: -1px 0 20px 0;
  padding: 13px 20px;
  height: 24px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.main.homepage .tags h3 {
  float: left;
  font-size: 15px;
  line-height: 24px;
  margin: 0 10px 0 0;
}
.main.homepage .tags ul,
.tags ul.tag-list {
  list-style: none;
}
.main.homepage .tags ul {
  margin: 0;
  padding: 0;
}
.tags ul.tag-list {
  padding: 15px;
}
.main.homepage .tags ul li,
.main.homepage .tags ul a.tag,
.tags ul.tag-list li,
.tags ul.tag-list a.tag {
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 12px;
}
.main.homepage .tags ul li,
.main.homepage .tags ul a.tag {
  float: left;
}
.main.homepage .tags ul a.tag,
.tags ul.tag-list a.tag {
  margin-left: 10px;
  padding: 0 10px 0 12px;
  background: #005D7A;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main.homepage .tags ul a.tag {
  margin-left: 22px;
}
.main.homepage .tags ul li:first-of-type a.tag,
.tags ul.tag-list li:first-of-type a.tag {
  margin-left: 0;
}
.main.homepage .tags ul a.tag:before,
.tags ul.tag-list a.tag:before {
  content: "";
  float: right;
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-color: #005d7a;
  /* Fallback for IE8 */

  border-color: rgba(0, 93, 122, 0);
  border-left-color: #005d7a;
  border-style: solid;
  border-width: 12px 0 12px 12px;
}
.main.homepage .tags ul a.tag:after,
.tags ul.tag-list a.tag:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -1px;
  float: right;
  width: 3px;
  height: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.main.homepage .tags ul a.tag:hover,
.tags ul.tag-list a.tag:hover {
  background: #003647;
}
.main.homepage .tags ul a.tag:hover:before,
.tags ul.tag-list a.tag:hover:before {
  border-color: #003647;
  /* Fallback for IE8 */

  border-color: rgba(0, 54, 71, 0);
  border-left-color: #003647;
}
.main.homepage .tags ul li:before,
.tags ul.tag-list li:before {
  content: "";
  float: right;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #005d7a;
  /* Fallback for IE8 */

  border-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  /* shadow colour */

  border-style: solid;
  border-width: 12px 0 12px 12px;
  right: -13px;
  top: 0px;
}
.main.homepage .module:first-child .module-heading {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.main.homepage .grouplist .box {
  position: relative;
}
.ribbon {
  position: absolute;
  top: -2px;
  right: -2px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.ribbon > * {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #3d3d3d;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
}
.ribbon > em {
  font-style: normal;
  display: block;
  -webkit-transform: rotate(45deg);
  /* Safari */

  -moz-transform: rotate(45deg);
  /* Firefox */

  -ms-transform: rotate(45deg);
  /* IE */

  -o-transform: rotate(45deg);
  /* Opera */

  position: absolute;
  top: 20px;
  left: 10px;
  width: 100px;
  padding: 0 10px;
  text-align: center;
}
.ribbon.featured > * {
  background-color: #fe9131;
}
.ribbon.new > * {
  background-color: #8cc68a;
}
a,
.btn-link {
  color: #fb7601;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  color: #fe9131;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #0a0a0a;
  background-image: -moz-linear-gradient(top, #242424, #0a0a0a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#242424), to(#0a0a0a));
  background-image: -webkit-linear-gradient(top, #242424, #0a0a0a);
  background-image: -o-linear-gradient(top, #242424, #0a0a0a);
  background-image: linear-gradient(to bottom, #242424, #0a0a0a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff187794', endColorstr='#ff14657e', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0a0a0a;
  background-image: -moz-linear-gradient(top, #242424, #0a0a0a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#242424), to(#0a0a0a));
  background-image: -webkit-linear-gradient(top, #242424, #0a0a0a);
  background-image: -o-linear-gradient(top, #242424, #0a0a0a);
  background-image: linear-gradient(to bottom, #242424, #0a0a0a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff187794', endColorstr='#ff14657e', GradientType=0);
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #242424;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #242424;
}
.nav .dropdown-toggle .caret {
  border-top-color: #242424;
  border-bottom-color: #242424;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #242424;
  -webkit-box-shadow: 0 1px 4px rgba(61, 61, 61, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(61, 61, 61, 0.25);
  box-shadow: 0 1px 4px rgba(61, 61, 61, 0.25);
}
.editor .editor-info-block a {
  color: #242424;
}
.popover-followee .nav li a i {
  background-color: #242424;
  -webkit-box-shadow: inset 0 1px 2 x rgba(61, 61, 61, 0.2);
  -moz-box-shadow: inset 0 1px 2 x rgba(61, 61, 61, 0.2);
  box-shadow: inset 0 1px 2 x rgba(61, 61, 61, 0.2);
}
.popover-followee .nav li.active a i {
  color: #242424;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #3d3d3d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 61, 61, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 61, 61, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 61, 61, 0.4);
}
/* Buttons */
.btn-primary {
  background-color: #3d3d3d;
  background-image: -moz-linear-gradient(top, #3d3d3d, #0f0f0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3d3d), to(#0f0f0f));
  background-image: -webkit-linear-gradient(top, #3d3d3d, #0f0f0f);
  background-image: -o-linear-gradient(top, #3d3d3d, #0f0f0f);
  background-image: linear-gradient(to bottom, #3d3d3d, #0f0f0f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary', endColorstr='softlight(@primary, #000)', GradientType=0);
  border-color: #0f0f0f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0f0f0f;
}
.btn-info {
  background-color: #282828;
  background-image: -moz-linear-gradient(top, #282828, #060606);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#282828), to(#060606));
  background-image: -webkit-linear-gradient(top, #282828, #060606);
  background-image: -o-linear-gradient(top, #282828, #060606);
  background-image: linear-gradient(to bottom, #282828, #060606);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@secondary', endColorstr='softlight(@secondary, #000)', GradientType=0);
  border-color: #060606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #060606;
}
.btn-success {
  background-color: #8cc68a;
  background-image: -moz-linear-gradient(top, #8cc68a, #4d9a4b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8cc68a), to(#4d9a4b));
  background-image: -webkit-linear-gradient(top, #8cc68a, #4d9a4b);
  background-image: -o-linear-gradient(top, #8cc68a, #4d9a4b);
  background-image: linear-gradient(to bottom, #8cc68a, #4d9a4b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@success', endColorstr='softlight(@success, #000)', GradientType=0);
  border-color: #4d9a4b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #4d9a4b;
}
.btn-warning {
  background-color: #fe9131;
  background-image: -moz-linear-gradient(top, #fe9131, #fd5209);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from #fe9131, to #fd5209);
  background-image: -webkit-linear-gradient(top, #fe9131, #fd5209);
  background-image: -o-linear-gradient(top, #fe9131, #fd5209);
  background-image: linear-gradient(to bottom, #fe9131, #fd5209);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@warning', endColorstr='softlight(@warning, #000)', GradientType=0);
  border-color: #fd5209;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #fd5209;
}
.btn-danger {
  background-color: #fe4c30;
  background-image: -moz-linear-gradient(top, #fe4c30, #fd1709);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe4c30), to(#fd1709));
  background-image: -webkit-linear-gradient(top, #fe4c30, #fd1709);
  background-image: -o-linear-gradient(top, #fe4c30, #fd1709);
  background-image: linear-gradient(to bottom, #fe4c30, #fd1709);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@danger', endColorstr='softlight(@danger, #000)', GradientType=0);
  border-color: #fd1709;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #fd1709;
}
/* Header */
.account-masthead {
  background-color: #282828;
  background-image: none;
}
.account-masthead .account ul li {
  border-left-color: #000000;
}
.account-masthead .account .notifications a span {
  background-color: #000000;
}
.account-masthead .account ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.account-masthead .account ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #000000;
}
.masthead {
  background-color: #3d3d3d;
  background-image: none;
}
.masthead .navigation .nav-pills li a:hover {
  background-color: #303030;
  color: #ffffff;
}
.masthead .navigation .nav-pills li.active a {
  background-color: #4a4a4a;
}
.masthead input[type="text"] {
  border-color: #242424;
}
.masthead input[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
}
.masthead .site-search input {
  padding: 5px 10px;
}
/* Main */
[role=main],
.main {
  background-image: none;
  background-color: #f0f0f0;
}
.box {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.pill {
  background-color: #282828;
}
.pill a:hover {
  color: #FFF;
}
.nav-item.active > a,
.nav-item.active > a:hover {
  background-color: #282828;
}
.nav-item.active > a:before {
  border-left-color: #282828;
}
/* Footer */
.site-footer,
body {
  background-color: #282828;
  background-image: none;
}
.site-footer .navigation .nav-pills li a:hover,
.site-footer .navigation .nav-pills li.active a {
  background-color: #282828;
}
.site-footer input[type="text"] {
  border-color: #0e0e0e;
}
.site-footer,
.site-footer label,
.site-footer small {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.6);
}
.attribution small {
  color: rgba(255, 255, 255, 0.6);
}
/* Banner */
.hero {
  background-color: #FFFFFF;
}
.hero-secondary {
  background-color: #3d3d3d;
  color: #ffffff;
}
.hero .search-giant input {
  border-color: #fe9131;
}
.hero .search-giant input:focus {
  border-color: #fd5209;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff5ed;
}
.hero .search-giant button i {
  color: #fe9131;
}
/* Tags */
.main.homepage .tags {
  background-color: #ffffff;
}
.main.homepage .tags ul a.tag,
.tags ul.tag-list a.tag {
  background: #FFF;
  color: #3d3d3d;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.main.homepage .tags ul a.tag {
  background-color: #EEEEEE;
}
.main.homepage .tags ul a.tag:before,
.tags ul.tag-list a.tag:before {
  border-color: #ffffff;
  /* Fallback for IE8 */

  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
}
.main.homepage .tags ul a.tag:before {
  border-left-color: #EEEEEE;
}
.main.homepage .tags ul a.tag:after {
  background-color: #ffffff;
}
.tags ul.tag-list a.tag:after {
  background-color: #F5F5F5;
  /* well colour */

}
.main.homepage .tags ul a.tag:hover,
.tags ul.tag-list a.tag:hover {
  background: #3d3d3d;
  color: #ffffff;
}
.main.homepage .tags ul a.tag:hover:before,
.tags ul.tag-list a.tag:hover:before {
  border-color: #3d3d3d;
  /* Fallback for IE8 */

  border-color: rgba(61, 61, 61, 0);
  border-left-color: #3d3d3d;
}
.main.homepage .tags ul li:before,
.tags ul.tag-list li:before {
  border-color: #ffffff;
  /* Fallback for IE8 */

  border-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.1);
  /* shadow colour */

}
