html, body {
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
}

body {
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

.content {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -80px;
  /*background-color:  rgba(242,234,191,0.15);*/
  background-color:  #ffffff;

  --cv-brand-color: #0b3d71;
  --bs-link-color: #0b3d71;
  --bs-link-hover-color: #00a3ad;
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-font-size: 13px;
  --bs-nav-link-icon-size: 24px;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 0;

}

a {
  color: #0b3d71;
}

.navbar {
  min-height: 110px;
  flex-wrap: wrap;
}

.navbar > .container-fluid {
  flex-wrap: wrap;
}

/*nav.navbar + div.container-fluid { */
/*
.content {
  min-height: calc(100vh - 160px);
}
*/
/*
.navbar-expand-xl .navbar-brand {
  background: url("img/logo.png") no-repeat 5px 5px;
  color: transparent;
  float: left;
  height: 80px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
*/
.navbar-expand-xl {
  background-color: transparent;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 1rem 0 0;
  z-index: 100;
  max-width: 1300px;
  margin: 0 auto;
}

.navbar-nav {
  background-color: #fff;
  border-top: 0;
  gap: 0px 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.navbar-expand-xl .navbar-brand {
  width: 250px;
  flex-shrink: 0;
}

/* Mobile: Only show flex layout when navbar is toggled open */
@media (max-width: 1199.98px) {
  .navbar-collapse.show .navbar-nav,
  .navbar-collapse.collapsing .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/* Desktop: Always show horizontal navigation */
@media (min-width: 1200px) {
  /* Prevent #navbar-menu from wrapping below logo — keep brand and nav in one row */
  .navbar > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-nav {
    /*
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-basis: 100%;
    */
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.navbar-nav > .nav-item {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
}

@media (min-width: 1200px) {
  .navbar-nav > .nav-item {
    /*flex: 1 1 0;*/
    display: table-cell;
    vertical-align: middle;
  }
}

.navbar-nav>.nav-item:before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(154,155,159,.5);
}

.navbar-nav>li>a {
  line-height: 50px;
  font-size: 20px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 12px 20px;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 12px 6px;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2;
    height: 109px;
  }
}

.navbar-expand-xl .navbar-nav .nav-link-icon {
  font-size: 32px;
  padding-top: 10px;
}

.navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
  color: #232323;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  text-decoration-line: none;
  text-overflow: ellipsis;
  text-rendering: optimizelegibility;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  border-bottom: 4px solid #ffffff;
  border-left: none;
  border-right: none;
}

.navbar-expand-xl .navbar-nav>li:first-of-type:before {
  display: none;
}

.navbar-expand-xl .navbar-nav>li:last-of-type {
  width: 108px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
    background: #ffffff;
    text-align: center;
  }
}

/* Individual nav item colors - only on larger screens */
/*
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav>li:nth-child(1)>a {
    background: #dfecec !important;
    border-bottom: #0b3d71 10px solid !important;
  }

  .navbar-expand-xl .navbar-nav>li:nth-child(2)>a {
    background: #dff2f3 !important;
    border-bottom: #00a3ad 10px solid !important;
  }

  .navbar-expand-xl .navbar-nav>li:nth-child(3)>a {
    background: #e0f1fa !important;
    border-bottom: #71c5e8 10px solid !important;
  }

  .navbar-expand-xl .navbar-nav>li:nth-child(4)>a {
    background: #fde6e1 !important;
    border-bottom: #fc4c02 10px solid !important;
  }

  .navbar-expand-xl .navbar-nav>li:nth-child(5)>a {
    background: #fcece0 !important;
    border-bottom: #ea7600 10px solid !important;
  }

  .navbar-expand-xl .navbar-nav>li:nth-child(6)>a {
    background: #fdf1e3 !important;
    border-bottom: #ff9e1b 10px solid !important;
  }
}
*/

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 12px 6px;
  }

  .navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
    font-size: 17px;
    font-weight: 500;
  }

  .navbar-expand-xl .navbar-nav .nav-link-icon {
    font-size: 28px;
  }
}

@media (min-width: 1520px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 1.5rem .25rem 2.2rem 1rem
  }

  .navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
    font-size: 17px;
    font-weight: 500;
  }

  .navbar-expand-xl .navbar-nav .nav-link-icon {
    font-size: 32px;
  }
}

.navbar-expand-xl .navbar-brand:focus, .navbar-expand-xl .navbar-brand:hover {
  color: transparent;
}

.navbar-expand-xl .navbar-nav>.active>a {
  color: #2b2e34;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom: 4px solid #ff9f2b;
  border-left: none;
  border-right: none;
}

.navbar-expand-xl .navbar-nav>.active>a:focus, .navbar-expand-xl .navbar-nav>.active>a:hover ,
.navbar-expand-xl .navbar-nav>li>a:focus, .navbar-expand-xl .navbar-nav>li>a:hover /*,
/* nav>li.active>a i, .navbar-expand-xl .navbar-nav>.active>a:hover i, .navbar-expand-xl .navbar-nav>li>a:focus i */
{
  color: #2b2e34;
  font-weight: 700;
  background: #ffffff;
  border-bottom: 4px solid #ff9f2b;
}

.navbar-expand-xl .dropdown-menu {
  background-color: #ebebeb;
  padding: 25px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0;
  /*min-width: max-content;*/
  min-width: 300px;
  max-width: none;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.navbar-expand-xl .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #bfbfbf;
}

.navbar-expand-xl .dropdown-menu li:last-child {
  border-bottom: 0;
}
/*
.navbar-expand-xl .navbar-nav>.open>a, .navbar-expand-xl .navbar-nav>.open>a:focus, .navbar-expand-xl .navbar-nav>.open>a:hover {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 25px;
  height: 25px;
  font-weight: 500;
  color: #0b3d71;
  text-align: left;
  background-color: transparent;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
*/
.navbar-expand-xl .navbar-nav .dropdown-menu .nav-link {
  padding: 7px;
  line-height: 25px;
  height: auto;
}

.navbar-expand-xl .dropdown-menu>li>a:focus, .navbar-expand-xl .dropdown-menu>li>a:hover,
.navbar-expand-xl .dropdown-menu>.active>a, .navbar-expand-xl .dropdown-menu>.active>a:focus, .navbar-expand-xl .dropdown-menu>.active>a:hover {
  color: #333333;
  background: #d9d9d9;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-expand-xl .dropdown-menu>li>a:hover::before,
.navbar-expand-xl .dropdown-menu>li>a:focus::before,
.navbar-expand-xl .dropdown-menu>.active>a::before {
  opacity: 1;
}

.navbar-expand-xl .dropdown-menu>li>a {
  color: #333333;
  font-size: 17px;
  line-height: 25px;
  height: 25px;
  font-weight: 400;
  margin: 0;
  padding: 14px 20px;
  border-top: 0;
  display: block !important;
  position: relative;
  text-decoration: none;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  width: auto !important;
}

/* Override any centering from parent nav-link styles for dropdown items */
.navbar-expand-xl .dropdown-menu .nav-link {
  justify-content: flex-start !important;
  text-align: left !important;
}

.navbar-expand-xl .dropdown-menu>li>a::before {
  display: none;
}

.btn {
  font-size: 14px;
  /*font-weight: bold;*/
  /*line-height: 24px;*/
  margin-bottom: 0px;
  /*
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  */
  padding: 7px 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

/* Sidebar     ---------------------------- */
.content ul.nav.nav-pills.nav-stacked {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  background-color: #ebebeb;
  height: auto;
  margin-top: 85px;
}

.content ul.nav.nav-pills.nav-stacked li {
  border-bottom: 1px solid #bfbfbf;
}

.content ul.nav.nav-pills.nav-stacked li:last-child {
  border-bottom: 0;
}

.content ul.nav.nav-pills.nav-stacked li a {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  padding: 14px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #333333;
  text-decoration: none;
}

.content ul.nav.nav-pills.nav-stacked li a.active,
.content ul.nav.nav-pills.nav-stacked li a:hover {
  color: #333333;
  background: #d9d9d9;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

/* Buttons     ---------------------------- */
.btn {
  border: none;
  border-radius: 3px;
  font-weight: 400;
  font-size: 17px;
}

.btn-default {
  background-color: #161f60;
  color: #fff;
}

.modal-dialog .btn-default {
  color: #fff;
  background-color: #161f60;
}

.btn-primary {
  background-color: #161f60;
  color: #fff;
}

.btn-success {
  background-color: #161f60;
  color: #fff;
}

.btn-primary.btn-default {
  color: #fff;
  background-color: #161f60;
}

.btn-primary:hover, .btn-default:hover {
  color: #fff;
  background-color: #202c89;
}

/* Footer     ---------------------------- */
footer {
  background: #f0f0f0;
  color: #2b2e34;
}

footer h4, footer label {
  color: #2b2e34;
  font-size: 14px;
  font-weight: 700;
}

footer label {
  text-transform: none;
}

footer a, footer a:link, footer a:visited,
footer li a.website-links {
  color: #161f60;
}

.request-dataset {
  background: #f0f0f0;
}

footer .footer-links-container {
  border-top: solid 1px rgba(149,152,154,.33);
  background: #f0f0f0;
}

footer .btn-default {
  color: #ffffff !important;
  background-color: #161f60;
  border-radius: 3px;
  padding: 7px 40px;
  width: fit-content;
  font-weight: 400;
  font-size: 17px;
}

footer .btn-default:hover {
  color: #ffffff !important;
  background-color: #202c89;
  text-decoration: none;
}

footer .powered-by {
  /* background-color: #062a30; */
  background-color: #2b2e34;
}

.ticker-wrap {
  /* background: #0b3d71; */
  border-top: solid 1px rgba(255,255,255,.15);
  background-color: #2b2e34;
}

/* Embeddable widgets     ---------------- */
.content, .content-embed {
  --bs-link-color: #fc4c02;
  --bs-link-hover-color: #ea7600;

  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .5rem;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-font-size: 13px;
  --bs-nav-link-icon-size: 24px;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;

  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 0;

  --cv-brand-color: #0b3d71;
  --cv-brand-color-transparent: #0b3d7110;
  --cv-brand-color-primary: #0b3d71;
  --cv-brand-color-secondary: #fc4c02;
  --cv-brand-color-inverse: #ffffff;

  --cv-sidebar-bg-color: var(--cv-brand-color-primary);
  --cv-sidebar-color: var(--cv-brand-color-inverse);
  --cv-sidebar-active-bg-color: var(--cv-brand-color-inverse);
  --cv-sidebar-active-color: var(--cv-brand-color-primary);

}

.content-embed {
  background-color: #efeded;
}

.content-embed .nav-pills>li {
  border: none;
}

.content-embed .nav-pills:first-child  {
  border-top: none;
}

.content-embed .nav-pills>li.active {
  border-right: none;
}

.content .bslib-value-box .value-box-area,
.content-embed .bslib-value-box .value-box-area,
.content .bslib-value-box .value-box-area>:first-child,
.content-embed .bslib-value-box .value-box-area>:first-child,
.content .bslib-value-box .value-box-area>:nth-child(2),
.content-embed .bslib-value-box .value-box-area>:nth-child(2) {
  color: var(--cv-brand-color);
}

.content .bslib-value-box .value-box-area *,
.content-embed .bslib-value-box .value-box-area * {
  color: #000000;
}

.content .bslib-value-box .value-box-area>:nth-child(3), .content-embed .bslib-value-box .value-box-area>:nth-child(3),
.content .bslib-value-box .value-box-area>:nth-child(4), .content-embed .bslib-value-box .value-box-area>:nth-child(4) {
  font-weight: 400;
}

.content-embed .value-box-showcase {
  background-color: #71c5e8;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 10px;
}

.content .card-header,
.content-embed .card-header {
  color: #0b3d71;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

.content .card-body {
  background: var(--cv-brand-color-transparent);
}
