html, body {
  height: 100%;
  margin: 0;
  background-color: #f8f7f7;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", Arial, Helvetica, 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: #a3292e;
  --bs-link-color: #a3292e;
  --bs-link-hover-color: #8399a1;
  --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: #a3292e;
}

.navbar {
  min-height: 80px;
}

/*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: #a3292e;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  padding: 15px 0;
}

.navbar-nav {
  float: right;
  background-color: #fff;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0px 10px;
}

.navbar-nav .nav-item {
  position: relative;
}

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

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 10px 21px;
}

.navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
  color: #093e52;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

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

.navbar-expand-xl .navbar-nav>.active>a, .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: #093e52;
  background-color: #eceae8;
}

.navbar-expand-xl .navbar-nav>.active>a:before,
.navbar-expand-xl .navbar-nav>.active>a:focus:before,
.navbar-expand-xl .navbar-nav>.active>a:hover:before {
  background: #a2282e;
  content: "";
  padding: 0;
  height: calc(80% - 20px);
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 13px;
  position: absolute;
  width: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.navbar-expand-xl .navbar-nav>.active>a:hover:before,
.navbar-expand-xl .navbar-nav>li>a:focus:before,
.navbar-expand-xl .navbar-nav>li>a:hover:before {
  background: #005cb9;
  content: "";
  padding: 0;
  height: calc(80% - 20px);
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 13px;
  position: absolute;
  width: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.navbar-expand-xl .dropdown-menu {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: #CBD2D9 2px 2px 10px;
}

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

.navbar-expand-xl .dropdown-menu li {
  padding: 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: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #093e52;
  background-color: transparent;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.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: #093e52;
  background: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.navbar-expand-xl .dropdown-menu>li>a:focus:before,
.navbar-expand-xl .dropdown-menu>li>a:hover:before,
.navbar-expand-xl .dropdown-menu>.active>a:before,
.navbar-expand-xl .dropdown-menu>.active>a:focus:before,
.navbar-expand-xl .dropdown-menu>.active>a:hover:before {
  background: #005cb9;
  content: "";
  padding: 0;
  height: calc(100% - 20px);
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 13px;
  position: absolute;
  width: 3px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.navbar-expand-xl .dropdown-menu>li>a {
  color: #093e52;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 7px 20px;
}

.navbar-expand-xl .dropdown-menu>li>a>span.nav-link-text {
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.navbar-expand-xl .dropdown-menu>li>a:hover>span.nav-link-text {
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.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 15px;
  text-align: center;
  text-decoration: none;
  /*text-transform: uppercase;*/
  touch-action: manipulation;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease;
  border-radius: 0;
}

/* Sidebar     ---------------------------- */
.content ul.nav.nav-pills.nav-stacked {
  background-color: #fff;
  border-top: 0;
  border-bottom: 1px solid #dddad7;
  padding: 0 0 8px 18px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,.15);
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  height: auto;
  margin-top: 20px;
}

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

.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: 16px;
  font-weight: 600;
  padding: 12px 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2.5px;
  color: #03508f;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2.5px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.content ul.nav.nav-pills.nav-stacked li a.active,
.content ul.nav.nav-pills.nav-stacked li a:hover {
  background: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2.5px;
}

.content ul.nav.nav-pills.nav-stacked li a.active:before {
  content: "";
  height: calc(100% - 24px);
  border-radius: 30px;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 3px;
  background: #a2282e;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.content ul.nav.nav-pills.nav-stacked li a:hover:before,
.content ul.nav.nav-pills.nav-stacked li a.active:hover:before {
  content: "";
  height: calc(100% - 24px);
  border-radius: 30px;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 3px;
  background-color: #005cb9;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

/* Buttons     ---------------------------- */
.btn {
  border: none;
  border-radius: 2px;
}

.btn-default {
  background-color: #093e52;
  color: #fff;
}

.modal-dialog .btn-default {
  color: #093e52;
  background-color: #fff;
}

.btn-primary {
  background-color: #093e52;
  color: #fff;
}

.btn-success {
  background-color: #84b85c;
  color: #fff;
}

.btn-primary.btn-default {
  color: #fff;
  background-color: #093e52;
}

.btn-primary:hover, .btn-default:hover {
  color: #f7be07;
  background-color: #093e52;
}

/* Footer     ---------------------------- */
footer {
  background: #093e52;
}

footer .btn-default {
  color: #093e52;
  background-color: #fff;
}

footer .btn-default:hover {
  color: #093e52;
  background-color: #fff;
  text-decoration: underline;
}

footer .powered-by {
  background: #062b39;
}

.ticker-wrap {
  background: #041e27;
}

/* Embeddable widgets     ---------------- */
.content, .content-embed {
  --bs-link-color: #840c1d;
  --bs-link-hover-color: #8399a1;

  --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: #093e52;
  --cv-brand-color-transparent: #093e5210;
  --cv-brand-color-primary: #093e5280;
  --cv-brand-color-secondary: #840c1d;
  --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-embed .value-box-showcase {
  background-color: #ffb249;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 10px;
}

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

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