#psb-nav {
    background-color: white;
    border-bottom: 1px solid #edece6;
}


#psb-nav .brand {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #004d44;
}

#psb-nav .brand:hover {
    text-decoration: none;
}

.logo-img {
    border-right: 1px solid #004d44;
    height: 56px;
    padding: 5px;
    float: left;
    margin-right: 5px;
}

#psb-nav .nav.navbar-nav {
    background-color: white;
    padding-top: 4px;
    margin-top: 8px!important;
}

#psb-nav .nav.navbar-nav li > a {
    color: #004d44;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

#psb-nav .navbar-toggle {
    background-color: #004d44;
    color: white;
    margin-right: 16px;
    margin-top: 20px;
}

.toolbar {
    /*background-color: #004d44;*/
    margin-bottom: 0;
    padding-left: 10px;
}

.toolbar .breadcrumb > li > a {
    /*color: white !important;*/
    /*font-weight: normal !important;*/
    /*font-size: 14px;*/
}

@media (min-width: 768px) and (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.account-masthead {
    background-color: #edece6 !important;
}

.account {
    background-color: #004d44;
}

.account-masthead .account ul li {
    display: block;
    float: left;
    border-left: none !important;
}

.account-masthead .account ul li a {
    color:  white;
}

/*.logo-text-lg {*/
    /*font-size: 3em;*/
    /*float: left;*/
    /*font-family: lato-black, sans-serif;*/
    /*color: #004d44;*/
/*}*/

/*.logo-text-sm {*/
    /*margin-left: 16px;*/
    /*margin-top: 10px;*/
    /*width: 80px;*/
    /*float: left;*/
    /*color: #a3946c;*/
/*}*/

.login-text  a  {
    display: inline-block!important;
    padding-left:5px;
    padding-right:24px!important;
}

.login-text i {
    padding-left:24px;
}

.dataset-labels {
    font-size:12px;
}
@font-face {
    font-family: lato-black;
    src: url(../../fonts/Lato-Black.ttf);
}

@font-face {
    font-family: lato-reg;
    src: url(../../fonts/Lato-Regular.ttf);
}

body {
    background: white !important;
    font-family: lato-reg, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: lato-black, sans-serif !important;
    color: #004d44;
    font-weight: 400;
}

.footer .footer-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer .footer-list ul {
        justify-content: space-between;
        width: 100%;
    }

    .footer-list li {
        padding: 10px 0;
    }
}

.footer .footer-list li {
    margin-right: 40px;
    font-family: lato-black, sans-serif;
    font-weight: 400;
}

.footer {
    background-color: #F0EFE8;
    background: url('../../img/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
    /* height: 300px; */
    width: 100%;
}

.footer-feedback {
    border: 2px solid #004d44;
    padding: 5px 10px;
}

.panel {
    background-color: #f5f5f0 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.panel-foot {
    color: #2c55a2 !important;
}

.panel-footer {
    background-color: #f5f5f0 !important;
    border-top: none !important;
    position: absolute;
    bottom: 20px;
}

.panel-heading {
    color: #004d44;
}

.panel-body {
    padding-top: 0;
}

.cat-text {
    text-align: center;
    padding: 24px;
    font-size: 18px;
    color: black;
}

.cat-img {
    text-align: center;
    max-height: 100px;
    margin-bottom: 12px;
}

.cat-img img {
    max-height: 100px;
}

.cat-protected {
    background-color: #A09167;
    color: white;
}

.cat-others {
    background-color: gray;
    color: white;
}

.protected-dataset-successful {
    background-color: green;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.5%;
    margin-top: 1%;
}

.protected-dataset-captcha-fail {
    background-color: red;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.5%;
    margin-top: 1%;
}

.protected-input {
    border: 1px solid #A09167;
}

.hero-div {
    height: 600px;
    background: url('../../img/psb-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    color: white;
}

.protected-hero-div {
    min-height: 500px;
    background: url('../../img/protected-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    color: white;
}

.footer-div {
    background: url('../../img/footer.png')
}

.hero {
    background: none !important;
}

.ogcio-logo {
    float: right;
    height: 86px;
}

.foot-brand {
    float: left;
    color: #004d44;
    width: max-content;
}

.copy-div {
    text-align: center;
    color: #6c757d;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .hero-div {
        padding-top: 5px;
    }

    .ogcio-logo, .foot-brand {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .copy-div {
        margin-top: 1em;
    }
}

/*.front-container {*/
/*padding-left: 100px !important;*/
/*padding-right: 100px !important;*/
/*}*/

/*
 * Hero Panel
 */

.hero-panel {
    max-width: 400px;
    position: relative;
}

.hero-image {
    width: 100%;
}

.dataset-container {
    width: 100%;
    height: 100%;
    padding-right: 12%;
    padding-bottom: 8%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .hero-panel {
        display: none;
    }
}

.dataset-count {
    color: white;
    text-align: center;
    flex-grow: 1;
}

.hero-panel img {
    width: 100%;
}

.dataset-num {
    color: white;
    font-size: 3em;
}

.dataset-txt {
    font-size: 1.5em;
}

@media (max-width: 1199px) {
    .dataset-num {
        font-size: 2em;
    }

    .dataset-txt {
        font-size: 1em;
    }
}

/*
 * Search Form
 */

.search-form input {
    border: 2px solid #004d44;
    border-radius: 0;
}

.search-form button {
    border: 1px solid #004d44 !important;
    border-radius: 0;
    border-left: none;
    color: white;
    background-color: #004d44;
    border-bottom: none;
}

#front-search-button {
    border: none !important;
}

.main {
    background: none;
    background-color: #edece6;
    padding-top: 0 !important;
    /*padding-bottom: 200px;*/
    min-height: 100vh;
}

.search-form {
    border-bottom: none;
}

.org-item {
    background-color: white;
    min-height: 140px;
}

.org-item img {
    max-height: 180px;
}

.btn-primary {
    background-color: #004d44;
}

.btn:hover {
    opacity: 0.8;
}

.org-item {
    padding: 16px;
}

.org-links {
    padding: 4px;
    border-bottom: 1px solid #a39161;
}

.org-panel {
    color: black !important;
}

.org-panel:hover {
    text-transform: none !important;
}

.org-about .data-datasets-mobile {
    display: none;
}

@media (max-width: 768px) {
    .org-links-container {
        margin-top: 10px;
        display: flex;
        margin-left: -16px;
    }

    .org-links {
        flex-grow: 1;
        flex-basis: 100px;
        font-size: 1.2em;
        margin-left: 12px;
    }

    .org-about .org-links, .org-about .data-datasets {
        display: none;
    }

    .org-about .data-datasets-mobile {
        display: block;
    }

    .data-datasets-mobile a .data-text {
        color: #2c55a2;
    }

    .org-item img.media-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .org-about-header div + div {
        margin-top: 6px;
    }

    .org-about-description {
        margin-top: 15px;
    }

    .pagination-wrapper {
        font-size: 120%;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 16px;
    }
}

.pkg-org-title {
    color: #575757;
    margin-bottom: 0.6em;
}

a, .dataset-heading a {
    color: #00468F;
}

.dataset-heading {
    font-size: 20px;
}

.brand a {
    color: #004d44 !important;
}

.brand {
    line-height: 2;
}

.dataset-labels {
    float: right;
    margin-left: 8px;
}

.dataset-page .dataset-labels {
    float: none;
    margin-left: 0;
}

.dataset-item {
    background: white;
    padding: 1.5em 1.5em 0em 1.5em;
}

.dataset-label {
    padding: 6px 10px;
    margin-bottom: 2px;
    text-transform: capitalize;
    margin-right: 0.5rem;
}

@media (max-width: 767px) {
    .dataset-labels {
        float: none;
        display: flex;
        flex-wrap: wrap;
        margin: 6px -3px 0 -3px;
    }

    .dataset-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .dataset-label {
        width: 45%;
        flex-grow: 1;
        flex-basis: 100px;
        margin: 3px;
        max-width: 33%;
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .page-wrapper {
        /*background-color: white;*/
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 100px;
    }
}

.primary {
    background-color: white;
}

.secondary {
    background-color: #edece5;
}

.secondary .module-heading {
    background-color: #e8e5d6;
}

.nav-facet .nav-item > a:hover {
    background-color: #d8e7b9 !important;
}

.nav-item.active > a, .nav-aside li.active a {
    background-color: white;
    color: black;
}

span.item-label {
    line-height: 1.4;
    font-size: 1.1em;
    color: black;
    text-decoration: none;
}

.checkbox-button {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 4px;
  cursor: pointer;
    background: #004d44;
    color: white;
}

.checkbox-button::before {
  content: "\2713"; /* Checkmark Unicode character */
  font-size: 14px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.uncheckbox-button {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 4px;
  cursor: pointer;
}

.uncheckbox-button::before {
  font-size: 14px;
  color: transparent;
  position: absolute;
  transform: translate(-50%, -50%);
}

.facet-list-anchor {
    text-decoration: none !important;
}

li.nav-item.bg-white {
    padding: 15px 25px;
}

span.filtered.pill {
    border-radius: initial;
}

/*.cat-National {*/
/*    background-color: #2c55a2;*/
/*    color: white;*/
/*}*/

/*.cat-Money {*/
/*background-color: #edece5;*/
/*}*/

.cat-na {
    background-color: lightgray;
    color: gray;
}

/*.cat-Justice {*/
/*background-color: #2c55a2;*/
/*color: white;*/

/*}*/

/*.cat-Family {*/
/*background-color: #000000;*/
/*color: white;*/
/*}*/

/*.cat-Environment {*/
/*background-color: #e8e5d6;*/
/*}*/

/*.cat-Business {*/
/*background-color: #004d44;*/
/*color: white;*/
/*}*/

/*.cat-Social {*/
/*background-color: #004d44;*/
/*color: white;*/
/*}*/

.front-text-lg, .front-text-sm {
    color: white;
}

.front-text-sm {
    font-family: lato-reg, sans-serif !important;
}

.dataset-count {
    position: absolute;
    bottom: 160px;
    right: 140px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#psb-front-page #type-btns {
    margin: -10px -4px 0 -4px;
}

#type-btns .type-btn {
    border: 0 !important;
    padding: 8px 0px;
    margin: 0 6px 0 6px;
    flex-grow: 1;
    /* base width */
    width: 100px;
}


#psb-front-page #type-btns .type-btn {
    border: 1px solid white !important;
}

.dataset-num {
    color: white;
    font-size: 3em;
}

.dataset-txt {
    font-size: 1.5em;
}

#type-btns {
    padding-left:2px;
    display: flex;
    padding-left: 2px;
}

#type-btns-alt {
    padding-left:2px;
    display: flex;
    padding-left: 2px;
}

#type-btns-alt .type-btn {
    border: 0 !important;
    padding: 8px 0px;
    margin: 0 6px 0 6px;
}

#type-btns-alt .type-btn {
    border: 1px solid white !important;
    padding: 1rem 2rem;
    margin-right: 12px;
    margin-bottom: 10px;
}

#type-btns .type-btn {
    border: 1px solid white !important;
    padding: 1rem 2rem;
    margin-right: 12px;
    margin-bottom: 10px;
    flex-grow: 1;
}

#type-btns .type-btn i {
    padding-left: .25em;
}

/* drop to multiple rows when on small screens
   Tighter margins. */
@media (max-width: 768px) {
    #type-btns {
        flex-wrap: wrap;
        margin: -10px -3px 10px -3px;
    }

    #type-btns .type-btn {
        margin: 3px;
        /* base width */
        width: 33%;
    }

    #psb-front-page #type-btns .type-btn {
        margin: 3px;
    }
}

#type-btns a.type-btn {
    border-radius: 0;
}

/* fix the funky overlay when changing to a from button */
#type-btns a.type-btn:hover {
    opacity: 1;
    color: white;
}

.front-panel-headers {
    border-bottom: 1px solid #a39161;
    padding-bottom: 20px;
}

.org-about-head {
    padding-top: 20px;
    border-top: 1px solid #a39161;
}

.org-about-img {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .org-about-img {
        margin-top: 20px;
    }
}

.panel-img {
    height: auto;
}

.panel-img img {
    width: 100%
}

.panel-row {
    margin-bottom: 20px;
}

.org-block {
    background-color: white;
}

.datalabel {
    font-size: 12px;
}

.data-text {
    color: #bababa;
}

.data-text.url  {
    color: #4D4D4D;
}

.contact-box {
}

.contact-form {
    padding: 6px;
}

.contact-header {
    padding: 6px;
    color: #004d44;
    border-top: 2px solid #004d44;
    background-color: #e4efce;
}

.contact-body {
    padding: 6px;
    background-color: #f3f8e8;
}

.contact-text {
    font-weight: bolder;
}

.dataset-btn {
    background-color: #459948;
    color: white;
}

.extradata {
    border: 1px solid #004d44;
    padding: 6px;
    margin-right: 6px;
}

.dataset-psb {
    margin-right: 10px;
}

.fold.home-featured-tools {
    background: #fff;
}

.home-tools-list {
    list-style: none;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
}

.home-tools-list .tool-wrapper {
    margin-top: 40px;
}

.home-tools-list .tool-wrapper:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .home-tools-list .tool-wrapper {
        float: left;
        margin-top: 80px;
        margin-right: 4%;
        width: 48%;
    }

    .home-tools-list .tool-wrapper:nth-child(2) {
        margin-top: 0;
    }

    .home-tools-list .tool-wrapper:nth-child(2n) {
        margin-right: 0;
    }
}

.tool {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.tool *,
.tool *::before,
.tool *::after {
    box-sizing: inherit;
}

.tool-media,
.tool-copy {
    vertical-align: top;
}

.tool-media {
    margin-bottom: 20px;
}

.tool-media img {
    display: block;
    width: 100%;
    height: auto;
}

.tool-media-screenshot {
    position: relative;
    display: block;
    min-height: 160px;
    background: #f5f6f8;
    box-shadow: 0 4px 16px 2px rgba(0, 34, 68, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.tool-media-screenshot::before {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 40px;
    background: url(/images/layout/window-buttons.svg) 8px center no-repeat #f5f6f8;
    content: '';
    speak: none;
    color: rgba(0, 0, 0, 0.16);
    padding: 0 5px;
}

.tool-media-screenshot::after {
    -webkit-border-radius: 4px 4px 2px 2px;
    -moz-border-radius: 4px 4px 2px 2px;
    border-radius: 4px 4px 2px 2px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    content: '';
    border-radius: 4px;
}

a.tool-media-screenshot {
    transition: all 0.16s ease 0s;
}

a.tool-media-screenshot:hover {
    transform: translate(0, -5px);
}

.tool-header {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .tool-header {
        margin-bottom: 20px;
    }
}

.tool-title {
    margin: 0 0 4px 0;
    font-size: 16px;
    line-height: 24px;
}

.tool-title a:link,
.tool-title a:visited {
    color: inherit;
}

.tool-title a:hover {
    color: #009fda;
}

@media (min-width: 768px) {
    .tool-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.tool-subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #838b8f;
    text-transform: uppercase;
}

.tool-body {
    width: 100%;
    margin-bottom: 20px;
    color: #7a8c9e;
    font-size: 14px;
    line-height: 24px;
}

.tool-body > *:last-child {
    margin-bottom: 0;
}

.logo-header-text {
    margin-top: 10px;
}

.category-header {
    margin-top: -40px;
    padding-left: 30px;
}

@media (min-width: 1800px) {
    .category-header {
        margin-top: 0;
        padding-left: 30px;
    }
}

.slider-header {
    padding-left: 30px;
}

#ga-report .form-control {
    width: auto;
}

.nav-simple > li, .nav-aside > li {
    border-bottom: none;
    margin-top: 10px;
}

.primary .toolbar {
    padding-left: 30px;
    padding-top: 20px;
}

/* breadcrumb positioning on mobile */
@media (max-width: 767px) {
    .primary .toolbar {
        padding-left: 0;
        padding-top: 10px;
    }

    /* hanging indent for the breadcrumb */
    .toolbar .breadcrumb {
        margin-left: 1em;
    }

    .breadcrumb li {
        display: inline;
    }

    .breadcrumb li.home {
        margin-left: -1em;
    }
}

.primary .toolbar .breadcrumb a {
    color: #2c55a2 !important;
    font-size: 16px !important;
}

.submit-field {
    margin-top: 1em;
}

.protected-dataset-padding {
    padding: 2em;
    margin-bottom: 5%;
}

.select2-choices {
    margin-left: -3% !important;
    margin-right: -3% !important;
    margin-top: -2% !important;
    margin-bottom: 7% !important;
}

.primary .toolbar .breadcrumb a {
    color: #2c55a2 !important;
    font-size: 16px !important;
}

.panel-index {
    height: 280px;
}

.cookiemaindiv {
    width: 100%;
    line-height: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background: #004d44;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    color: white;
}

.cookiemaindiv a {
    color: white;
}

.cookiemaindiv button {
    color: black;
}

.type-personal {
    background-color: #36559d !important;
    color: white;
}

.type-sensitive, .type-sensitive_personal {
    background-color: #641712 !important;
    color: white;
}

.type-business {
    background-color: #1e4c44 !important;
    color: white;
}

.type-spatial {
    background-color: #555152 !important;
    color: white;
}

/* overrides the -15px of the row */
.page-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.psb-nav-width {
    position: relative;
}

@media (min-width: 1024px) {
    .psb-nav-width, .front-container, .account-masthead-width, .page-wrapper {
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1424px) {
    .psb-nav-width, .front-container, .account-masthead-width, .page-wrapper {
        width: inherit;
	max-width:1800px;
        padding-left: 200px;
        padding-right: 200px;
    }
    .hero-div {
	background-position-y: bottom;
	background-position-x: center;
    }
}

@media (max-width: 768px) {
    .hero-panel {
        display: none;
    }
}

/*.carousel-inner.onebyone-carosel { margin: auto; width: 100%; }*/
/*.onebyone-carosel .active.left { left: -33.33%; }*/
/*.onebyone-carosel .active.right { left: 33.33%; }*/
/*.onebyone-carosel .next { left: 33.33%; }*/
/*.onebyone-carosel .prev { left: -33.33%; }*/

/*.blog-item {*/
/*height: 400px;*/
/*}*/

.blog-item a {
    color: black;
    text-decoration: none;
}

.blog-footer {
    /*position:absolute;*/
    /*bottom:4px;*/
    padding: 6px;
}

.blog-footer a {
    color: #2c55a2;
}

.blog-header {
    color: white;
    padding: 8px;
    background-color: #004d44;
    width: 100%;
    height: 56px;
    padding-top: 2px;
}

.blog-text {
    padding: 6px;
}

.blog-title {
    color: white;
}

.blog-img-holder {
    height: 240px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-img-holder img {
    max-height: 300px;
}

/* fix the search icon on ~mobile~ all safari */
.search-form .search-input.search-giant button i {
    overflow: overlay;
}

/* general layout for phones */
@media (max-width: 767px) {
    .module-content {
        padding: 0;
    }
}

.sl-item {
    padding: 20px;
}

.slick-prev::before, .slick-next::before, .slick-prev::after, .slick-next::after {
    color: #004d44 !important;
    opacity: 0.9;
}

.slick-arrow {
    color: #004d44 !important;
}


.logo-img-f {
    height: 56px;
    float: left;
    margin-top:16px;
}

.logo-head-txt {
    font-size: 2em;
}

.dataset-listing {
    border-right: 1px solid black;
    grid-area: 1 / 1 / 2 / 2;
}

.search-cat-icon {
    height: 2.5em;
}

.dataset-theme-labels {
    display: flex;
    margin-top: 1.2em;
}

.grey-theme-highlight {
    color: white;
    background: #4D4D4D !important;
    padding: 0.4em 1em;
    margin-right: 1em;
    font-size: 0.9em;
}

.d-flex.justify-content-between {
    display: flex;
    justify-content: space-between;
}

.bg-white {
    background: white;
}

h1.pkg-h1 {
    margin-bottom: 1rem;
}

.pkg-cat-section {
    margin-top: 2rem;
}

a.btn.cat-protected.request-protected-button {
    font-size: 2.3rem;
}

.pkg-icon-text {
    margin-left: 0.8rem;
}

.bg-white-pkg {
    background: white;
    margin-top: 2rem;
    padding: 0.1rem 1rem 2rem 1rem;
}

.pkg-main-header {
    padding: 25px 15px;
}

.pkg-bg-protected {
    background: rgba(160,145,103, 0.2);
}

.pkg-bg-data {
    background: #E2E8E4;
}

.pkg-bg-api {
    background: #ECEAE0;
}

.api-bg-color {
    min-height: 600px;
    background: url('../../img/APIBackgroundBanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.standard-heading {
    background: #660A27;
    color: white;
    padding: 3rem;
}

.text-white {
    color: white;
}

.standards-section-title {
    padding-left: 1em;
}

h2.standards-section-subtitle {
    font-weight: 400;
    font-family: sans-serif !important;
}

.standard-content-sections {
    margin-top: 3em;
}

.standards-left-side {
    border-right: 1px solid #ddd;
    height: calc(100vh - 50px); /* Adjust this value as needed */
    position: sticky;
    top: 50px;
    overflow-y: auto;
}

.standards-right-side {
    padding: 0em 2em 3em;
}

a.standards-section-title {
    color: #660A27;
    text-decoration: none;
}

.margin-tb {
    margin: 1.5em 0em;
}

.margin-t {
    margin-top: 2em;
}

.margin-tb-2 {
    margin: 5em 0em;
}

.margin-l {
    margin-left: 1em;
}

a.btn.btn-api-landing {
    padding: 0.8em 2em;
    border: solid 1px white;
    color: white;
}

a.btn.btn-api-landing:hover {
    background: white;
    color: #660A27;
    font-weight: 500;
}

.api_color {
    color: #660A27;
}
section#dataset-resources {
    background: white;
    margin-top: 2em;
    padding: 0.1rem 2rem;
    margin-right: -15px;
    margin-left: -15px;
}

section#dataset-resources > h2 {
    font-size: 18px;
}

i.fa.fa-shield.fa-styling {
    font-size: 1.6rem;
    margin-left: 0.4rem;
}

a.btn.request-protected-button-alt {
    background: #004d44;
    color: white;
    font-size: 1.2rem;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    margin-top: 1rem;
}

.row-alt {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    grid-template-columns: 3fr 1fr;
}

.dataset-labels-2 {
    grid-area: 1 / 2 / 2 / 3;
    padding: 1rem;
}

.request-button-search {
    margin-top: 5rem;
}

.inline-block {
    display: flex;
    align-items: center
}

.popup-text {
    display: none;
    position: absolute;
    background-color: white;
    color: #000;
    width: 40rem;
    padding: 5px 15px;
    border-radius: 5px;
    z-index: 1;
    margin-top: 30rem;
    margin-left: -31rem;
    text-align: left;
}

/* Style for the icon */
.fa-question-circle {
    position: relative;
}

/* Show the popup text on hover */
.fa-question-circle:hover + .popup-text {
    display: block;
}

.popup-text-search {
    display: none;
    position: absolute;
    background-color: #004d44;
    color: white;
    width: 40rem;
    padding: 5px 15px;
    border-radius: 5px;
    z-index: 1;
    margin-top: 3rem;
    margin-left: -30rem;
    text-align: left;
}

/* Show the popup text on hover */
.fa-question-circle:hover + .popup-text-search {
    display: block;
}

.text-white {
    color: white;
}

.bg-secondary {
    background: #4D4D4D !important;
}

.bg-green {
    background: #004d44 !important;
    color: white !important;
}

.select2-container-multi.select2-container .select2-choices {
    margin-left: -2% !important;
    margin-top: -1% !important;
    margin-right: -2% !important;
    padding-bottom: 0% !important;
}

.margin-b {
    margin-bottom: 4rem;
}

.info-block {
    font-size: 13px !important;
}

.label-info {
    background-color: #095262 !important
}

.margin-b-4 {
    margin-bottom: 5em;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../styles/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../styles/fonts/slick.eot');
    src: url('../../styles/fonts/slick.eot#iefix') format('embedded-opentype'), url('../../styles/fonts/slick.woff') format('woff'), url('../../styles/fonts/slick.ttf') format('truetype'), url('../../styles/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
