
/* OKFN Brand font, not related to WDMMG. */

@font-face {
  font-family: 'OpenSansLight';
  src: url('../img/opensans-light-webfont.eot');
  src: url('../img/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../img/opensans-light-webfont.woff') format('woff'), url('../img/opensans-light-webfont.ttf') format('truetype'), url('opensans-light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "OpenSansSemibold";
    font-style: normal;
    font-weight: 600;
    src: url("../img/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../img/opensans-semibold-webfont.woff") format("woff"), url("../img/opensans-semibold-webfont.ttf") format("truetype"), url("../img/opensans-semibold-webfont.svg#OpenSansLight") format("svg");
}

html {
}

body {
  min-height: 80%;
}
.footer{
	font-size:12px;
	color:#888888;
	line-height:15px;
	font-family:arial;
}

body, p, blockquote p {
  font-family: Palatino, georgia, 'times new roman', serif;
  font-size: 16px;
  line-height: 25px;
}

blockquote p {
  font-style: italic;
  margin-bottom: 1em;
}

a {
  color: #830242;
}

.spaced {
  margin-top: 3em;
  margin-bottom: 0em;
}

#logo {
  padding-top: 1em;
  padding-bottom: 0em;
}

#logo #claim {
  margin-top: -10px;
  font-style: italic;
  /*letter-spacing: 1px;*/
  color: #999999;
  font-size: 1.1em;
}

#logo a:hover {
  text-decoration: none;
}

.main-header {
  text-align: center;
}

/* 
 * Nav and Footer styles based on OKFN brand design. 
 */

nav ul li, 
footer,
footer p {
  font-family: "OpenSansLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

nav ul.nav.nav-tabs li {
  float: right;
}

nav ul.nav.nav-tabs li a.active {
  color: #000;
  font-weight: bold;
  font-family: OpenSansSemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
  background: #222222 url('../img/okfn-watermark.png') top right no-repeat;
  margin-top: 50px;
  padding: 0;
}

footer > .inner {
  background: url('../img/footer-bevel.png') top repeat-x;
  padding: 10px 0 30px 0;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  min-height: 190px;
}

footer ul.footer-links {
}

footer a, footer a:hover {
  color: #AEEBDF;
}

/* 
 * Visualization-specific styles. 
 */

#db-frame {
  width: 100%;
  min-height: 20em;
  border: none;
}

#dailybread {
  min-height: 20em;
}

#dailbread #db-topbar div h2 {
  text-transform: none;
}

#dailybread .db-area-title h3 {
  font-family: "OpenSansSemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

#browser .filters-current {
  float: right;
}

#browser h2 {
  display: none;
}

#browser table {
  width: 100%;
}

#browser table th {
  text-align: left;
}

#browser table th,
#browser table tr {
}

#browser .department-facet,
#browser .clear-search {
  display: none;
}

#browser .num-entries {
  float: right;
  font-style: italic;
}

#browser input[type=text] {
  width: 40em;
  height: 2em;
}

#browser .pager {
  margin-top: 1em;
}

#browser .pager ul li {
  margin-left: 1em;
}

.row .bubbletree-wrapper {
  height: 600px;
  position: relative;
}

#bubbletree {
  margin: 0 auto;
  width: 940px;
  height: 550px;
}

#bubbletree .label {
  background-color: rgba(0,0,0,0);
}

#bubbletree .desc {
  font-family: "OpenSansLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

#bubbletree .amount {
  font-family: Palatino, georgia, 'times new roman', serif;
  font-size: 14px;
}

.newFooter {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.imageContainer{
    gap: 20px;
    display: flex;
    align-items: center;
}

.imageContainer img {
    height: 150px;
    object-fit: cover;
}

.customImage {
    width: 150px;
    height: auto !important;
}

.secondImageContainer {
    width: 150px;
    height: auto !important;
    justify-content: end;
}

.secondImageContainer img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .newFooter {
        flex-direction: column;
    }
    .imageContainer{
        width: 100% !important;
        justify-content: center;
    }
}