html, body {
  height: 100%;
  margin: 0;
  font-family: Figtree, sans-serif;
}

.content {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -100px;

  --cv-brand-color: #163243;
  --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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #163243;
}

h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #94d6da;
}

.navbar {
  min-height: 126px;
  height: 126px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(0deg, rgb(242, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.collapse.navbar-collapse .navbar-nav {
  float: right;
}

.navbar-expand-xl {
/*  background: linear-gradient(0deg, rgba(246, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
  border-color: #CBD2D9;
}

.navbar-expand-xl>.container-fluid {
  max-width: 1350px;
  margin: 0 auto;
}

/*
.navbar-nav>ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav>li {
  --items-7: 14.2857143%;
  flex: 0 0 var(--items-7);
  -ms-flex: 0 0 var(--items-7);
  max-width: var(--items-7);
}
*/

.navbar-nav>li>a {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.2px;
  font-family: Figtree, sans-serif;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 8px 15px;
}

.navbar-expand-xl .navbar-nav>li>a, .nav>li>a i {
  color: rgba(22, 50, 67, 1);
  /*
  text-transform: uppercase;
  font-weight: bold;
  */
}

.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: rgba(85, 85, 85, 1);
  background-color: transparent;
}

.navbar-expand-xl .dropdown-menu {
  background: #ffffff;
  padding: 10px 0;
  min-width: 225px;
  top: 80px;
}

.navbar-expand-xl .dropdown-menu li {
  padding: 0;
  margin-left: 12px;
  margin-right: 18px;
}

.navbar-expand-xl .navbar-nav>.open>a, .navbar-expand-xl .navbar-nav>.open>a:focus, .navbar-expand-xl .navbar-nav>.open>a:hover {
  color: rgba(85, 85, 85, 1);
  background-color: transparent;
}

.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: rgba(85, 85, 85, 1);
  text-decoration: underline;
  background-color: transparent;
}

.navbar-expand-xl .dropdown-menu>li>a {
  color: rgba(85, 85, 85, 1);
  font-size: 16px;
  letter-spacing: normal;
  margin: 0;
  padding: 10px 50px 10px 20px;
}

.btn {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(148, 214, 218);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 2px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 4px 0px;
  box-sizing: border-box;
  color: rgb(33, 37, 41);
  cursor: pointer;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  hyphens: auto;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 5px;
  max-width: 100%;
  outline-color: rgb(33, 37, 41);
  outline-style: none;
  outline-width: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-line: none;
  text-overflow: ellipsis;
  text-transform: none;
  transition-behavior: normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal, normal;
  transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
  transition-property: opacity, color, background-color, text-decoration, top, right, bottom, left, width, max-width, height, max-height, padding-top, padding-right, padding-bottom, padding-left, box-shadow, border-color;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  vertical-align: middle;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
}

.btn:hover {
  background: #ffffff;
  border-color: rgba(148, 214, 218, 1);
  color: rgba(22, 50, 67, 1);
}

/* Footer     ---------------------------- */
.footer .footer-links-container {
  background-image: url('img/custom/mhed-homepage-footer-blue-gradient.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer .footer-links-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  line-height: 130%;
}

.footer .footer-links-wrapper h4 {
  font-size: 20px;
}

.footer .footer-links-wrapper a {
  color: rgb(75, 196, 204);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.footer .footer-links-wrapper li, .footer .footer-links-wrapper small {
  line-height: 130%;
}

.footer .footer-links-wrapper a:hover, .footer .footer-links-wrapper a:focus {
  color: rgb(255, 196, 24);
}

footer li a.website-links {
  font-size: 16px;
  font-weight: 400;
  color: rgba(238, 238, 238, 1);
}

.request-dataset {
  background: #e3f7f7;
  color: #163243;
}

.request-dataset h4 {
  color: #163243;
}

.request-dataset h4::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin: 15px auto;
  background: #94d6da;
}

/* Embeddable widgets     ---------------- */
.content, .content-embed {
  --bs-link-color: #2c8ae2;
  --bs-link-hover-color: #000;

  --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: #163243;
  --cv-brand-color-transparent: #16324310;
  --cv-brand-color-primary: #16324395;
  --cv-brand-color-secondary: #D75A20;
  --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: #163243;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

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

/* Specific tile sizes */
.widget-tiles-grid-container .tile h3 {
  font-size: 18px;
}

.widget-tiles-grid-container .tile p {
  margin-bottom: 5px;
}

.widget-tiles-grid-container .tile h3,
.widget-tiles-grid-container .tile {
  color: #002a4c;
}

.widget-tiles-grid-container .tile:hover {
  border: 1px solid #163243;
}

.widget-tiles-grid-container .tile-1,
.widget-tiles-grid-container .tile-6,
.widget-tiles-grid-container .tile-9 {
  background: #163243;
  color: #ffffff;
}

.widget-tiles-grid-container .tile-1 h3,
.widget-tiles-grid-container .tile-6 h3,
.widget-tiles-grid-container .tile-9 h3,
.widget-tiles-grid-container .tile-2 h3,
.widget-tiles-grid-container .tile-7 h3,
.widget-tiles-grid-container .tile-10 h3 {
  color: #ffffff;
}

.widget-tiles-grid-container .tile-2,
.widget-tiles-grid-container .tile-7,
.widget-tiles-grid-container .tile-10 {
  background: #16324395;
  color: #ffffff;
}

.widget-tiles-grid-container .tile-3,
.widget-tiles-grid-container .tile-4,
.widget-tiles-grid-container .tile-5,
.widget-tiles-grid-container .tile-8 {
  background: #16324360;
}
