@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap");
/* Define the mixin */
body {
  font-family: "Catamaran", sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, small, a {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

h1 {
  color: #355778;
}

h2 {
  font-size: 26px;
  color: #355778;
  font-weight: 500;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: #355778;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #355778;
  font-weight: 500;
}

a, .dataset-heading a, .module-heading .action {
  color: #608E7F;
  text-decoration: none;
}
a:hover, a:focus, a:active, .dataset-heading a:hover, .dataset-heading a:focus, .dataset-heading a:active, .module-heading .action:hover, .module-heading .action:focus, .module-heading .action:active {
  text-decoration: underline;
  color: #608E7F;
}

small {
  font-size: 12px;
  color: #355778;
  font-weight: 400;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

/*------------------
Tablet
-------------------*/
@media (max-width: 767px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .primary-header .overlap {
    text-align: center;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 49px;
    z-index: 999;
    background-color: #355778;
    border: 0;
  }
  .primary-header .navbar-collapse {
    width: 100%;
    text-align: center;
  }
  .primary-header .navbar-toggle {
    margin: 0;
  }
  .primary-header .navigation {
    height: auto;
    overflow: auto;
    width: 100%;
  }
  .primary-header .navigation li {
    float: none !important;
  }

  .secondary-header .logo {
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }
  .secondary-header .navbar {
    width: 100%;
  }

  .module-content {
    padding: 15px 0;
  }
}
html, body {
  height: 100%;
}

body > .homepage, body > [role=main] {
  height: auto;
  min-height: calc(100vh - 325px);
}

body {
  background-color: white;
  background-image: none;
}

[role=main] {
  background-color: inherit;
  background-image: none;
  padding-bottom: 0;
}

aside.secondary {
  padding-bottom: 15px !important;
}

.primary-header {
  background-color: #355778;
  background-image: none;
  color: white;
}
.primary-header .navbar-toggle span {
  font-size: 24px;
  margin: 0;
}
.primary-header .section.navigation .logo {
  margin: 15px 0;
}
.primary-header .section.navigation .logo img {
  height: 44px;
}
.primary-header .account ul li {
  border: 0;
}
.primary-header .account ul li a {
  color: inherit;
  font-weight: lighter;
  text-transform: uppercase;
  padding: 9px 10px;
}
.primary-header .account ul li a:hover, .primary-header .account ul li a:focus, .primary-header .account ul li a:active {
  color: inherit;
  background-color: inherit;
  text-decoration: underline;
}
.primary-header li.active > a {
  background-color: inherit;
  text-decoration: underline;
}
.primary-header ul.list-unstyled li a {
  text-transform: capitalize;
}
.primary-header ul.list-unstyled li a img {
  border-radius: 0 !important;
}
.primary-header ul.list-unstyled li a.image {
  padding: 9px 10px !important;
}

.secondary-header {
  padding: 25px 0;
  background: #fff;
  border-bottom: 7px solid #D9D9D9;
}
.secondary-header .logo img {
  height: 44px;
}
.secondary-header .navbar {
  width: 65%;
  min-height: 44px;
  margin: 0;
  border: 0;
}
.secondary-header .navbar .site-search {
  display: block !important;
  margin: 0;
  width: 100%;
}
.secondary-header .navbar .site-search .form-control {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 0;
  border-color: #E0E0E0;
  box-shadow: none;
  color: #333333;
  padding: 11px 10px 11px 42px;
}
.secondary-header .navbar .site-search .btn-search {
  color: #355778;
  left: 12px;
}
.secondary-header .navbar .site-search .btn-search i {
  font-size: 20px;
}

.collaborator_item {
  margin: 50px 0;
}
.collaborator_item .box__img {
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 200px;
  max-width: 255px;
}
.collaborator_item .box__img img {
  min-width: 100%;
  min-height: 100%;
}
.collaborator_item .collaborator-media-heading {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  color: #355778 !important;
}
.collaborator_item .collaborator-description {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 21px;
}
.collaborator_item .collaborator-url-label {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #355778;
}

.home_photo_container {
  padding: 0 !important;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
.home_photo_container .home_photo_overlay {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_photo_container .home_photo_overlay .container_square {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  .home_photo_container .home_photo_overlay .container_square {
    flex-direction: column !important;
    margin: 25px 0;
  }
}
.home_photo_container .home_photo_overlay .container_square a:hover {
  text-decoration: none;
}
.home_photo_container .home_photo_overlay .container_square .num-square {
  color: white;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: capitalize;
  text-align: center;
}
.home_photo_container .home_photo_overlay .container_square .num-square strong span {
  display: block;
  font-weight: 500;
  width: 120px;
  height: 120px;
  background-color: white;
  color: #355778;
  padding: 25% 15%;
  font-size: 43px;
  line-height: 1em;
  margin: 20px;
  outline: 3px solid white;
  outline-offset: 3px;
}
.home_photo_container .home_photo_overlay .container_square .num-square strong span:hover {
  background-color: transparent;
  color: white;
}
.home_photo_container .home_photo_overlay .home_photo_autor {
  display: block;
  position: absolute;
  bottom: 0;
  font-weight: 100;
  color: #9F9F9F;
}

.popular_datasets {
  padding: 25px 0 50px 0 !important;
  border-top: 7px solid #D9D9D9;
  background: white;
}
.popular_datasets header {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
  margin-top: 50px;
}
.popular_datasets header::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.popular_datasets header h2, .popular_datasets header h4 {
  display: inline-block;
  vertical-align: baseline;
}
.popular_datasets header h2 {
  margin-right: 40px;
}
.popular_datasets section .dataset-content {
  margin-bottom: 30px;
}
.popular_datasets section .dataset-content::before {
  font-family: FontAwesome;
  content: "";
  color: #D9D9D9;
  width: 40px;
  float: left;
  font-size: 30px;
}
.popular_datasets section .dataset-content .text-wrapper {
  padding-left: 40px;
}
.popular_datasets section .dataset-content .text-wrapper h3 {
  margin-bottom: 10px;
}
.popular_datasets section .dataset-content .text-wrapper .package-item-extra {
  float: left;
  margin-right: 15px;
}
.popular_datasets section .dataset-content .text-wrapper .package-item-extra i, .popular_datasets section .dataset-content .text-wrapper .package-item-extra small {
  color: #6786B2;
  font-weight: 400;
}

.random_stations {
  padding: 25px 0 50px 0 !important;
  background: #F5F5F5;
}
.random_stations header {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
  margin-top: 50px;
}
.random_stations header::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.random_stations header h2, .random_stations header h4 {
  display: inline-block;
  vertical-align: baseline;
}
.random_stations header h2 {
  margin-right: 40px;
}
.random_stations section .dataset-content {
  margin-bottom: 30px;
}
.random_stations section .dataset-content .thumb-wrapper {
  position: relative;
  height: 260px;
  margin-bottom: 7px;
  overflow: hidden;
}
.random_stations section .dataset-content .thumb-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}
.random_stations section .dataset-content .thumb-wrapper a .box__img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.random_stations section .dataset-content .thumb-wrapper a .box__overlay {
  background-color: #608E7F;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  width: auto;
  margin: 0;
  opacity: 1;
  transition: 0.5s ease;
}
.random_stations section .dataset-content .thumb-wrapper a .box__overlay .text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}
.random_stations section .dataset-content .thumb-wrapper a:hover .box__overlay {
  opacity: 0.8;
  height: 100%;
}
.random_stations section .dataset-content .thumb-wrapper a:hover .box__overlay .text {
  display: block;
}
.random_stations section .dataset-content .text-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.random_stations section .dataset-content .text-wrapper h3 {
  margin-bottom: 10px;
}
.random_stations section .dataset-content .text-wrapper .station-item-extra {
  float: left;
  margin-right: 15px;
}
.random_stations section .dataset-content .text-wrapper .station-item-extra i, .random_stations section .dataset-content .text-wrapper .station-item-extra small {
  color: #6786B2;
  font-weight: 400;
}

.site-footer {
  background: #6786b2;
  background-image: none;
  color: white;
  padding: 25px 0;
}
.site-footer .logo {
  margin-bottom: 12px;
}
.site-footer a {
  color: white;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 10px;
}
@media (min-width: 300px) and (max-width: 1499px) {
  .site-footer a {
    /* Adds a fallback for unsupported browsers */
    font-size: 11px;
    /* The fluid typography magic 🌟  */
    font-size: calc(10px + (12 - 10) * (100vw - 300px) / (1500 - 300));
  }
}
@media (min-width: 1500px) {
  .site-footer a {
    font-size: 12px;
  }
}
.site-footer a:hover {
  text-decoration: underline;
  color: white;
}
.site-footer .attribution {
  font-style: normal;
  font-weight: 400;
}

.secondary .context-info .image {
  height: 160px;
}
.secondary .context-info .box__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
}

#content {
  height: 100%;
}
#content .wrapper {
  height: 100%;
  background-color: inherit;
  border: 0;
  box-shadow: none;
}
#content .wrapper::before {
  background-color: transparent !important;
  border: 0;
}
#content .wrapper .secondary .filters .accordion-header {
  cursor: pointer;
}
#content .wrapper .secondary .filters .accordion-item h2.collapsed::after {
  content: "";
}
#content .wrapper .secondary .filters h2 {
  font-size: 16px;
  padding: 10px 15px;
}
#content .wrapper .secondary .filters h2::after {
  font-family: FontAwesome;
  content: "";
  float: right;
}
#content .wrapper .secondary .filters nav ul li a {
  font-size: 14px;
  color: #6786B2;
}
#content .wrapper .secondary .filters nav ul li a:hover {
  background-color: #6786B2;
  color: white;
}
#content .wrapper .secondary .filters nav ul li a:hover::after {
  font-family: FontAwesome;
  content: "";
  background-image: none;
}
#content .wrapper .secondary .filters .nav-item.active a {
  background-color: #D9D9D9;
  color: #333333;
}
#content .wrapper .secondary .filters .nav-item.active a span {
  white-space: normal;
}
#content .wrapper .secondary .filters .nav-item.active a::before {
  content: none;
}
#content .wrapper .secondary .filters .nav-item.active a::after {
  font-family: FontAwesome;
  content: "";
  background-image: none;
  position: relative;
  width: auto;
  height: auto;
  float: right;
  margin: auto;
  top: auto;
  right: auto;
}
@media (max-width: 767px) {
  #content .wrapper .secondary .filters > div {
    border-radius: 0;
    padding-top: 40px;
    background-color: #F5F5F5;
  }
  #content .wrapper .secondary .hide-filters {
    top: 20px;
    right: 25px;
    opacity: 1;
  }
  #content .wrapper .secondary .hide-filters i::before {
    content: "";
  }
}
#content .wrapper .primary .search-form {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#content .wrapper .primary .search-form .search {
  background-color: #F5F5F5;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  padding: 11px 10px 11px 42px;
  border: 1px solid #D9D9D9;
  outline: 0;
}
#content .wrapper .primary .search-form .btn-search {
  left: 12px;
  margin-top: -10px;
}
#content .wrapper .primary .search-form .btn-search i {
  color: #355778;
  font-size: 20px;
}
#content .wrapper .primary .search-form .control-order-by {
  float: right;
}
#content .wrapper .primary .search-form .control-order-by label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #355778;
}
#content .wrapper .primary .search-form .control-order-by select {
  background-color: #6786B2;
  color: white;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
#content .wrapper .primary .search-form .control-order-by select option {
  box-shadow: none;
  border-color: #6786b2;
  background: #f5f5f5;
  color: #6786b2;
}
#content .wrapper .primary .search-form .filter-list {
  margin: 0;
}
#content .wrapper .primary .search-form .filter-list .facet {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #355778;
  line-height: 1.5em;
  margin: 15px 0 3px;
}
#content .wrapper .primary .search-form .show-filters {
  border: 0;
  background-color: #608E7F;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
}
@media (max-width: 425px) {
  #content .wrapper .primary .search-form {
    text-align: center;
  }
  #content .wrapper .primary .search-form .control-order-by {
    float: none;
    margin: 20px 0;
  }
  #content .wrapper .primary .search-form h2, #content .wrapper .primary .search-form .show-filters {
    margin: 15px 0;
  }
}
#content .wrapper .primary .dataset-list .dataset-item {
  border: 0;
  margin-bottom: 35px;
}
#content .wrapper .primary .dataset-list .dataset-item::before {
  font-family: FontAwesome;
  content: "";
  color: #D9D9D9;
  width: 40px;
  float: left;
  font-size: 30px;
}
#content .wrapper .primary .dataset-list .dataset-item .dataset-content {
  padding-left: 40px;
}
#content .wrapper .primary .dataset-list .dataset-item .dataset-content h3 {
  margin-bottom: 10px;
}
#content .wrapper .primary .dataset-list .dataset-item .dataset-content .package-item-note {
  margin-bottom: 10px;
}
#content .wrapper .primary .dataset-list .dataset-item .dataset-content .package-item-extra {
  display: inline-block;
  margin-right: 15px;
}
#content .wrapper .primary .dataset-list .dataset-item .dataset-content .package-item-extra i, #content .wrapper .primary .dataset-list .dataset-item .dataset-content .package-item-extra small {
  color: #6786B2;
  font-weight: 400;
}
#content .pagination-wrapper {
  border-top: 0;
}

#content .secondary .context-info .icon__custom {
  color: #355778;
  margin: 0 0px 10px 0;
}
#content .secondary .context-info h1.heading {
  font-size: 14px;
}
#content .secondary .context-info .nums {
  border: 0;
}
#content .secondary .context-info .nums dl, #content .secondary .context-info .nums dd {
  color: #355778;
}
#content .secondary .context-info p {
  overflow: inherit;
}
#content .secondary .social .nav-item > a {
  color: #6786B2;
}
#content .secondary .social .nav-item > a:hover {
  background-color: #6786B2;
  color: white;
}
#content .primary .module .page-header {
  background-color: inherit;
}
#content .primary .module .additional-info {
  background-color: inherit;
}
#content .primary .module .additional-info table {
  border: 0;
  background-color: inherit;
}
#content .primary .module .additional-info table tr {
  border: 0;
  background-color: inherit;
}
#content .primary .module .additional-info table tr th, #content .primary .module .additional-info table tr td {
  width: 100%;
  float: left;
  background-color: inherit;
  border: 0;
  padding: 5px 0 0 0;
}
#content .primary .module .additional-info table tr th {
  font-size: 18px;
  font-weight: 600;
  color: #355778;
  margin-top: 25px;
}
#content .primary .module .additional-info table tr td ul {
  margin: 0;
  padding: 0 0 0 18px;
}
#content .primary .module .well {
  border-radius: 0;
  border: 0;
  background-color: inherit;
}
#content .primary .module #dataset-resources {
  margin-top: 25px;
}
#content .primary .module #dataset-resources .resource-list {
  margin: 0px 0px 10px;
}
#content .primary .module #dataset-resources .resource-list .resource-item:hover {
  background-color: inherit;
}
#content .primary .module #dataset-resources .resource-list .resource-item .heading {
  width: 65%;
  color: #608e7f;
}
#content .primary .module #dataset-resources .resource-list .resource-item .btn-group .btn-primary {
  border: 0;
  border-radius: 0;
  background-color: #6f907f;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 6px;
}
#content .primary .module #dataset-resources .resource-list .resource-item .btn-group .btn-primary:hover {
  text-decoration: underline;
}
#content .primary .module #dataset-resources .resource-list .resource-item .btn-group .btn-primary + .btn-primary {
  margin-left: 3px;
}
#content .primary .title h1 {
  font-size: 26px;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 30px;
}
#content .primary .title::before {
  font-family: FontAwesome;
  content: "";
  color: #D9D9D9;
  width: 40px;
  float: left;
  font-size: 30px;
}

#content .primary .list__heading {
  float: left;
}
#content .primary .control-order-by {
  float: right;
}
#content .primary .control-order-by label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #355778;
}
#content .primary .control-order-by select {
  background-color: #6786B2;
  color: white;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
#content .primary .control-order-by select option {
  box-shadow: none;
  border-color: #6786b2;
  background: #f5f5f5;
  color: #6786b2;
}
#content .primary hr {
  margin-bottom: 25px;
  margin-top: 5px;
  width: 100%;
}
#content .primary .media-grid {
  background-color: transparent;
  background-image: none;
  border: 0;
}
#content .primary .media-grid .media-item {
  width: 360px;
  margin-left: 0;
}
@media (max-width: 767px) {
  #content .primary .media-grid .media-item {
    width: 320px;
  }
}
@media (max-width: 425px) {
  #content .primary .media-grid .media-item {
    width: 100%;
    margin: 0;
  }
}
#content .primary .media-grid .media-item .thumb-wrapper {
  position: relative;
  height: 260px;
  margin-bottom: 7px;
}
#content .primary .media-grid .media-item .thumb-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}
#content .primary .media-grid .media-item .thumb-wrapper a .box__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#content .primary .media-grid .media-item .thumb-wrapper a .box__overlay {
  background-color: #608E7F;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  width: auto;
  margin: 0;
  opacity: 1;
  transition: 0.5s ease;
}
#content .primary .media-grid .media-item .thumb-wrapper a .box__overlay .text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}
#content .primary .media-grid .media-item .thumb-wrapper a:hover .box__overlay {
  opacity: 0.8;
  height: 100%;
}
#content .primary .media-grid .media-item .thumb-wrapper a:hover .box__overlay .text {
  display: block;
}
#content .primary .media-grid .media-item .text-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#content .primary .media-grid .media-item .text-wrapper h3 {
  margin-bottom: 0px;
  min-height: 3em;
}
#content .primary .media-grid .media-item .text-wrapper .count {
  color: #6786B2;
  font-weight: 400;
}
#content #list__station .secondary {
  display: none;
}
#content #list__station.wrapper:before {
  display: none;
}
#content #list__station .primary {
  width: 100%;
}

ul.pagination li a {
  border: 0;
  border-radius: 0;
  color: #6786b2;
  font-size: 18px;
}
ul.pagination li a:hover {
  background-color: transparent;
  color: #333333;
}
ul.pagination li.active a {
  background-color: transparent;
  color: #333333;
}
ul.pagination li.active a:hover {
  background-color: transparent;
  color: #333333;
}

.toolbar .breadcrumb {
  font-size: 16px;
}
.toolbar .breadcrumb a {
  color: #355778;
}

.primary .form-control {
  border-radius: 0;
}
.primary .btn-primary {
  border: 0;
  border-radius: 0;
  background-color: #6f907f;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 8px;
  color: white;
}
.primary .btn-primary:hover {
  text-decoration: underline;
}

.secondary .action .btn-default {
  border: 0;
  border-radius: 0;
  background-color: #6f907f;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 6px;
  color: white;
}
.secondary .action .btn-default:hover {
  text-decoration: underline;
}

.pill, .tag {
  background-color: #D9D9D9;
  color: #333333;
  border-radius: 0;
  padding: 4px 6px;
  border: 0;
  box-shadow: none;
  margin-bottom: 4px;
}
.pill a, .tag a {
  color: #333333;
}

hr {
  border-color: #D9D9D9;
}

a.tag:hover {
  background-color: #608e7f;
  color: white;
  border: 0;
  box-shadow: none;
}

.icon-globe {
  width: inherit;
}

.icon-globe::before {
  font-family: FontAwesome;
  content: "";
  color: #355778;
  float: left;
  font-size: 20px;
  font-style: initial;
  line-height: 1rem;
}

.preformatted {
  white-space: pre-wrap;
}

#content .wrapper .secondary .filters nav ul li a span {
  word-wrap: break-word;
}

.tally-btn {
  z-index: 1;
  position: fixed;
  left: auto;
  right: 20px;
  bottom: 20px;
  height: 40px;
  /* width: 60px; */
  border-radius: 7px;
  background-color: #355778;
  border-width: 0;
  color: white;
  padding: 8px;
}

body > .main {
  background-image: none !important;
  background-color: white !important;
}

.content {
  background-image: none !important;
  background-color: white !important;
}

/*# sourceMappingURL=idp-main.css.map */
