@font-face {
  font-family: 'noto sans';
  src: url(NotoSans.ttf);
}

@font-face {
  font-family: 'roboto slab';
  src: url(RobotoSlab.ttf);
}

:root {
  /* Primary */
  --dark-blue: #081130;
  --blue: #232948;
  --yellow: #EDF06F;

  /* Secondary */
  --medium-blue: #2E60FF;
  --light-blue: #C2D2E1;
  --light-blue-low-opacity: #C2D2E155;
  --nougat: #CAC7C4;
  --beige: #F6F3EE;

  /* Helpers */
  --white: #fff;
}

.esb2Col__sidebar {
  box-shadow: none !important;
}

.esb2Col__sidebar div {
  box-shadow: none !important;
}

html {
  background: var(--beige);
  margin:0; 
  padding:0;
}

body {
  max-width: 1150px;
  margin: auto;
  font-family: 'noto sans';
  color: var(--dark-blue) !important; 
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'roboto slab';
}

.testSite {
	background-image: url(test.png) !important;
}

.puff {
  background: var(--light-blue);
  padding: 1em;
  border-radius: 1em;
  background: #C2D2E1;
  min-height: 10em;
  margin-bottom: 2em;
  box-shadow: 0 4px 1px 0px rgba(0, 0, 0, 0.25);
}

#logo {
  max-height: 50px;
  margin: 1rem 0 1rem 2rem;
  width: auto;
  float: left;
}

#product {
  display: inline-block;
  padding-left: 1em;
  margin-left: 1.25em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: 800;
  color: var(--dark-blue);
  border-left: 3px solid black;
} 

#white-logo {
  display: block;
  margin: auto;
  height: 50px;  
}

.esbResults div {
  font-size: 1.5rem;
  padding-left: 0.5rem;
}

.esbRow {
  /*box-shadow: inset 0 -4px 8px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important;*/
  background-color: var(--white) !important;
  border: 1px solid #ddd;
  box-shadow: 0 0 16px -8px rgba(0, 0, 0, 0.6) !important;
  border-radius: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.esbRow a {
  font-size: 0.5em !important;
}


.esbRowHead {
  padding-bottom: 0 !important;
  padding-top: 0 !important;  
}

.esbDescription {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.esbRow>.esbRowHead .esbDescription {
  white-space: wrap !important;
}

.term-title a {
  color: var(--blue) !important;
  font-size: 1.5rem;
  text-decoration: underline !important;
}

.term-description p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 !important;
}

.term-lang {
  display: none;
}

.esbExpandButton {
  font-size: 0.75em !important;
}

.splash {
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: 0.25em;
}

.splash h1 {
  font-size: 1.5em !important;
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
  color: var(--yellow);
}

.entryscape .splash img {
  display: inline;
  float: right;
  width: 215px;
  opacity: 50%;
  margin-top: 1em;
  margin-right: 1em;
}

.small {
  font-size: 0.75em;
}

.bg-white {
  background: #fff;
}

.bg-light-blue {
  background: var(--light-blue-low-opacity) !important;
}

.bg-dark-blue {
  background: var(--dark-blue);
}

.yellow-title {
  background: var(--dark-blue);
  color: var(--yellow);
  margin: 0 !important;
  min-height: 3em;
  padding: 1em 0 0 0.5em;
  font-weight: 600 !important;
}

.capitalize {
  text-transform: capitalize;
}

.search p {
  font-size: 1.2em;
}
.searchbg {
  background: var(--light-blue);
  padding-top: 1rem;
  box-shadow: 0px 4px 0px 0px var(--dark-blue);
}

.searchbox {
  color: black;
  padding-bottom: 1em !important;
}

.searchbox input {
  font-size: 1.25rem !important;
}

.searchcontainer {
  font-size: 1.5rem;
  margin: 0 !important;
  padding-top: 1em;
}

.searchresults {
  margin: 0 !important;
  min-height: 10em;
  padding-top: 1em;
}

.filter {
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.1);
  background-color: var(--beige);
  border-radius: 4px;
  padding: 0.5rem;
}


.entryscape .esbFacets__option {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.entryscape .esbFacets__option.esbFacets--selected,
.entryscape .esbFacets__option:hover {
  background: rgba(0,0,0,0.05) !important;
}

.esbtFactBox {
  background: var(--beige) !important;
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, 0.1);
}
.esbtBreadcrumbs {
  border-bottom: 0.25em solid var(--dark-blue);
  background: var(--light-blue);
  padding-left: 1em;
  padding-top: 1em;
  height: 3.5em;
  color: #000000 !important;
}

.esbRowMain {
  padding: 0 !important;
  min-height: none !important;
}

.esbRowHead {
  min-height: 0 !important;
}

.esbtBreadcrumbs a {
  color: black !important;
  text-decoration: underline !important;
}

.esb2Col__main {
  padding: 0 2rem;
  box-shadow: none !important;
  min-height: 20rem;
}

.esbtTerminologyContainer {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-container {
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
}

.term-container {
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 0.5em;
  padding: 1em;
  margin:1em;
}

.term-title {
  font-size: 2em !important;
  padding-left: 0.25em;
}

.ws-pre div {
  white-space: pre-wrap;
}

.page-helper {
  padding: 1em;
  background: #fefefe;
}

#footer {
  display: block;
  background: var(--dark-blue);
  color: var(--white);
  padding: 3rem 0 3rem 0;
  margin: auto;
}

#footer div {
  display: block;
  padding-bottom: 2rem;
  width: fit-content;
  margin: auto;
}

.entryscape {
  font-family: 'noto sans' !important;
  color: var(--dark-blue) !important; 
}

.entryscape h1 {
  font-size: 2em;
}

.esbFacets__facetHeader {
  border-bottom: none !important;
}

.esbtTerminologyContainer a {
  color: var(--medium-blue) !important
}

.terminology-description {
  padding: 1rem;
  font-size: 1.5rem;
  white-space: wrap;
}

.custom-button {
  background-color: var(--medium-blue) !important;
  color: #fff !important;
}