/* BCC official palette

 - #757DED - BCC Blue
 - #251F47 - BCC Dark Blue
 - #55868C - BCC Light Blue/green
 - #DCE2C8 - BCC Light Green
 - #4A051C - BCC Dark Red

 Also requested later:
 # 060D6C - Dark Navy Blue
*/
.account-masthead {
    background-color: black !important;
}

.masthead {
    background-color: #060D6C !important;
    background-image: none !important;
}

.site-footer {
    background-color: #060D6C !important;
    background-image: none !important;
    color: white !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.site-footer .footer-bottom-bar {
    background-color: black !important;
    height: 60px !important;
    line-height: 60px;
}

.footer-middle-block {
    border-left: 1px solid white;
    padding-top: 10px;
    padding-left: 25px !important;
}

/* .site-footer a {
    color: #757DED !important;
} */

/* .site-footer .attribution p, .site-footer label {
    color: #251F47 !important;
} */


.site-footer .attribution .ckan-footer-logo {
    text-indent: 0 !important;
}

#footer-right-logos {
    float: right;
}

#footer-social-links {
    border-right: 1px solid white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding-right: 10px;
}

#footer-links a {
    display: inline-block;
    padding: 0px 15px;
}

#footer-social-links a:hover {
    opacity: 0.7;
}

.homepage .module-search .search-form {
    background-color: #55868C !important;
    border-radius: 0px !important;
}

.homepage .module-search .tags {
    /*background-color: #DCE2C8 !important;
    color: white !important;*/
}

.bcc-home-title {
    font-size: 3em !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 2px #979797;
}

.bcc-home-subtitle {
    font-size: 1.5em !important;
    font-weight: normal !important;
}

/* .homepage .module-search .tags h3 {
    color: rgb(255, 255, 255) !important;
} */

.homepage .module-search .tags h3 {
    color: rgb(255, 255, 255) !important;
}

.navbar-nav li.active a, .navbar-nav li:hover a {
    background-color: #060D6C !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    border-radius: 0 !important;
}

.card, .box {
    border-radius: 0px !important;
}

.wrapper {
    border-radius: 0px !important;
}

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

.hero {
    padding: 50px 0 !important;
}

.brightness {
    display: inline-block;
}
.brightness img:hover {
    opacity: .5;
}

/* Custom section styling for package/read.html */
.custom-section {
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-left: 5px solid #757DED; /* BCC Blue */
}

.custom-section h3 {
    margin-top: 0;
    color: #251F47; /* BCC Dark Blue */
    font-size: 1.3em;
}

.custom-section ul.author-list,


.custom-section ul.author-list li,

.custom-section ul.author-list li:last-child{
    margin-bottom: 0;
}

.custom-box-dataset-sidebar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.custom-box-dataset-sidebar h3 {
    font-size: 1.2em;
    color: #251F47; /* BCC Dark Blue */
    border-bottom: 2px solid #757DED; /* BCC Blue */
    padding-bottom: 5px;
}

.custom-box-dataset-sidebar .pill {
    margin-bottom: 2px;
}

.custom-box-dataset-sidebar .pill:hover{
    color: white !important;
}

.bcc-publications-list {
    /* list-style-type: none;
    padding-left: 0; */
}

.bcc-publications-list li {
    margin-bottom: 10px;
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}