body {
  line-height: 1.5;
  color: #000;
  font-family: 'Titillium Web', sans-serif;
}

a {
  /*text-decoration: none !important;*/
  color: var(--text);
  font-weight: 600;
}
a:visited {
  color: var(--brandeis-blue);
}

a:hover {
  color: var(--erin);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #417784;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: 'Titillium Web', sans-serif;
}

#page_top_title, #slogan, #menu_items, #foot_note{
  color: white;
}

#funding-acknowledgement {
  position: relative;
  padding: 50px 0;
  background-color: #D1DFE3;
  border-bottom: 1px solid #eee;
}

#header {
  background-color: #1A4255;
}

#header.full-header #logo {
  border: none;
}

#header.full-header #primary-menu > ul {
  border: none;
}

#primary-menu ul li > a {
  color: white;
}

.dark-csuc {
  background-color: #1A4255;
  border-radius: 5px;
}

.light-csuc {
  background-color: #D1DFE3;
  border-radius: 5px;
}

.filter-box {
  border-style: dashed;
  border-color: #1A4255;
  border-width: 1px;
  border-radius: 5px;
}

.foot_image {
   background-color: #D1DFE3;
}

.widget-filter-links li a {
  font-family: 'Titillium Web', sans-serif;
}

.widget-filter-links li a:first-letter {
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}

.widget .widget-filter-links .clearfix h4 {
  font-weight: 600;
}

.widget-filter-links li div:first-letter {
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
}

.hit-counts {
  color:grey; 
  background-color:white; 
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.clear {
  background-color: white;
  height: 2rem;
}

.badge-info {
  font-family: 'Titillium Web', sans-serif;
  color: white;
  background-color: #417784;
  font-style: normal;
}

.badge-info:hover { 
  color: #417784;
  background-color: white; 
  border-style: solid;
  border-color: #417784;
  border-width: 1px;
}

span.ruct-name a {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
}

span.ruct-name a:hover {
  color: #9EBF43;
}
span.discipline-name a{
  font-family: 'Titillium Web', sans-serif;
  color: black;
  font-style: normal;
}
span.discipline-name a:hover {
  color: #E26F09;
}

.entry-c {
  background: linear-gradient(to right, #E8F1F3, white);
  border-radius: 5px;
  padding: 1rem;
}

.btn-csuc {
  background-color:#004457; 
  color: white;
}

.huge-hit-counter {
  font-size: 2.5em;
  margin-left: 30px; 
  margin-right: 10px;
}

.hits_text {
  font-size: 1.4em;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip-inner {
  padding-top: 1rem;
  max-width: 60%;
  padding: 0.25rem 0.5rem;
  color: #417784;
  background-color: white;
  border-radius: 0.25rem;
  border-style: solid;
  border-color: #1A4255;
  border-width: 1px;
}

.tooltip.show {
  opacity: 1;
}

.origen-highlight {
  margin-top: .5rem;
  padding-left: 10px; 
  color: white;
  font-weight: 700;
  background-color: #417784;
  border-radius: 3px;
}

.bold_keyword {
  color: #E26F09;
  font-weight: 700;
}

.data-box {
  font-size: 1.8rem;
  border-style: solid;
  border-color: #d1dfe3;
  border-width: 1px;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-box1 {
  color: white;
  background-color: #1A4255;
}

.data-box2 {
  color: white;
  background-color: #417784;
}

.responsive {
  width: 70%;
  height: auto;
}