#html-body, h1, h2, h3, h4, h5 {
  /* default font */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#edit-page {
  /* the edit page link that appears when page is editable */
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}

#offcanvas-toggle {
  /* the hamburger icon that toggles the mobile navigation */
  position: absolute;
  top: 15px;
  right: 18px;
  color: #fff;
}

#offcanvas-nav .uk-search-input {
  /* the search box that appears in offcanvas nav */
  width: 100%;
}

img.uk-comment-avatar {
  /* avatar that appears in comments */
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 959px) {
  /* custom adjustments for mobile layouts under 960px */
  #masthead {
    /* primary nav is not visible, so it needs some padding here */
    padding-bottom: 20px;
  }
}
/****************************************************************
 * Bodycopy text and images
 *
 * These styles are good to have on any ProcessWire site
 *
 */
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}

figure {
  /* figure for image that has a caption */
  display: table;
  margin: 1em 0;
}

figure figcaption {
  /* display caption text below image contained to image width */
  display: table-caption;
  caption-side: bottom;
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 5px;
  color: #777;
}

@media only screen and (max-width: 767px) {
  /* common PW mobile layout adjustments for widths under 768px */
  .align_left, .align_right, .align_center {
    /* display images in center rather than aligned */
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }

  figure,
figure figcaption {
    /* let figcaption display as wide as needed below image */
    display: block;
    text-align: center;
  }
}
/********************************************/
em {
  color: inherit;
}

a,
.uk-card-default a > .uk-card-title {
  color: #4A8460;
}
a:hover,
.uk-card-default a > .uk-card-title:hover {
  color: #386348;
  text-decoration: none;
}

.uk-section-secondary,
.uk-background-secondary {
  background-color: #4A8460;
}

.uk-container {
  max-width: 1400px;
}

#masthead .uk-navbar-nav > li > a {
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(255, 255, 255, 0.7);
}
#masthead .uk-navbar-nav > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#masthead .uk-navbar-nav > li.uk-active > a {
  background: #fff;
  color: #333;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#masthead .uk-search {
  width: 250px;
  margin-top: 50px;
}
#masthead .uk-search-input {
  border-radius: 20px;
  padding-left: 20px;
}

#masthead-logo {
  line-height: 1.5;
}
#masthead-logo .logo-icon {
  float: left;
  margin-right: 20px;
}

#main h1, #main h2, #main h3, #main h4 {
  color: #4A4A4A;
}
#main h1 span.uk-icon, #main h2 span.uk-icon, #main h3 span.uk-icon, #main h4 span.uk-icon {
  color: #5da478;
  position: relative;
  top: -2px;
}
#main a h1, #main a h2, #main a h3, #main a h4 {
  color: #4A8460;
}
#main a h1:hover, #main a h2:hover, #main a h3:hover, #main a h4:hover {
  color: #386348;
}
#main h1.eli, #main h2.eli, #main h3.eli, #main h4.eli {
  color: #386348;
}
#main h3 + h4 {
  margin-top: 0;
}
#main h2:not(.eli) {
  color: #646464;
}
#main a:hover {
  text-decoration: underline;
}
#main .uk-card a:hover {
  text-decoration: none;
}
#main .uk-text-lead {
  color: #7d7d7d;
}
#main .uk-text-lead span.uk-icon {
  color: #7d7d7d;
}
#main .uk-nav .uk-active > a,
#main .uk-nav .uk-active .uk-parent > a {
  color: #333;
}
#main .uk-form-large {
  font-size: 1.5rem;
}

.uk-pagination {
  margin-bottom: 0;
  margin-top: 40px;
}
.uk-pagination li:not(:first-child) {
  padding-left: 5px;
}
.uk-pagination li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 3px 12px;
}
.uk-pagination li.uk-active a,
.uk-pagination li a:hover {
  background: #5da478;
  border-color: #5da478;
  color: #fff;
  text-decoration: none !important;
}

.InputfieldForm .uk-form-label {
  font-size: 1em;
}

.people h3 {
  margin: 0;
}
.people h3 + p {
  margin-top: 5px;
}
.people img {
  border: 5px solid #333;
}
@media screen and (max-width: 639px) {
  .people img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}

.research-teams img {
  border: 3px solid #333;
}

.uk-description-list a {
  text-transform: none;
}

table.bc-item {
  margin: 60px 0;
}
table.bc-item th {
  vertical-align: top;
  border-right: 1px solid #ddd;
  width: 35%;
}
@media screen and (min-width: 768px) {
  table.bc-item th {
    white-space: nowrap;
    text-align: right;
  }
}
table.bc-item tr > td {
  width: 65%;
}
table.bc-item tr.bc-title {
  border-bottom: 3px solid #777;
}
table.bc-item tr.bc-title td {
  vertical-align: bottom;
  width: 65%;
}
table.bc-item tr.bc-title td:first-child {
  align: right;
  text-align: right;
  vertical-align: middle;
  width: 35%;
  border-right: 1px solid #ddd;
}
table.bc-item tr.bc-title td:first-child img {
  max-width: 100px;
  max-height: 100px;
}
table.bc-item tr.bc-bc_categories th, table.bc-item tr.bc-bc_categories td {
  padding-top: 20px;
}

.text-hightlight {
  background: #ffffcc;
}

.uk-button-primary {
  background: #5da478;
}
.uk-button-primary:hover {
  background: #4A8460;
}

.uk-description-list-divider > dt:first-child {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.uk-description-list-divider > dd:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}

.uk-card:not(.uk-card-default) {
  background: #f0f0f0;
}

.uk-checkbox:checked {
  background-color: #4A8460;
}

.uk-checkbox:checked:focus {
  background-color: #386348;
}

.template-bibliography .links .link-title {
  font-weight: bold;
}
.template-bibliography .uk-search-input,
.template-bibliography .uk-search-input:focus {
  background: #fff;
}
.template-bibliography .link-body p {
  margin-bottom: 0;
}

mark {
  background-color: #ffff66;
}

#footer .logo {
  text-align: center;
}
#footer img {
  display: inline-block;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer .logos {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .logos {
    width: 100%;
  }
}
#footer small {
  display: block;
}
#footer .yale-logo img {
  margin-top: 30px;
  max-width: 300px;
  margin-bottom: 50px;
}
#footer .eli-logo {
  /*
  img {
  	position: relative;
  	top: -8px;
  }
  */
}
#footer .eli-logo img {
  width: 120px;
}
#footer .sloan-logo {
  /*
  display: inline-block;
  margin: 20px;
  width: 173px;
  small {
  	display: inline-block; 
  	margin: 0 0 8px 3px;
  }
  */
}
#footer .berkeley-logo {
  /*
  display: inline-block;
  margin: 20px;
  width: 140px;
  position: relative;
  top: -5px;
  */
}
#footer .yale-logo {
  /*
  display: inline-block;
  margin: 20px;
  width: 250px;
  position: relative;
  top: -5px;
  */
}

/*# sourceMappingURL=main.css.map */
