/*******************************************************************************
 * Variables used throughout the theme.
 * To adjust anything, simply edit the variables below and rebuild the theme.
 ******************************************************************************/
/* Set theme colors *************************/
/******************************************************************************
 * Content
 ******************************************************************************/
html, body {
  height: 100%;
}

body {
  padding-bottom: 70px;
  color: #111;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

body.fixed-top-nav {
  padding-top: 56px;
}

body.sticky-bottom-footer {
  padding-bottom: 0;
}

.container {
  max-width: 992px;
}

.profile img {
  width: 100%;
}

div.content {
  flex-grow: 1;
}

/******************************************************************************
 * Publications
 ******************************************************************************/
#publications-full ol {
  list-style: none;
}

.publications-short ol.bibliography {
  list-style: inherit;
  font-size: 0.9rem;
}
.publications-short b {
  font-weight: bold;
}

.popover-body {
  font-family: "Consolas";
}

/*****************************************************************************
* Projects
*****************************************************************************/
/*******************************************************************************
 * Styles for the base elements of the theme.
 ******************************************************************************/
body {
  font-family: Lato, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino", Georgia, serif;
  font-weight: 400;
}

a, table.table a {
  color: #00369f;
}
a:hover, table.table a:hover {
  color: #00369f;
  text-decoration: underline;
}
a:hover:after, table.table a:hover:after {
  width: 100%;
}

.equation {
  margin-bottom: 1rem;
  text-align: center;
}

.caption {
  font-size: 0.875rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.profile .contact {
  margin-top: 1rem;
}
.profile .contact-icon {
  font-size: 0.875rem;
}
.profile .contact-icon a {
  color: #424242;
}
.profile .contact-icon a:hover {
  color: #00369f;
  text-decoration: none;
}
.profile .contact-note {
  font-size: 0.75rem;
}

.navbar {
  box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
  opacity: 0.95;
}

.navbar.navbar-light a:hover {
  text-decoration: none;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #00369f;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: inherit;
  color: #00369f;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #00369f;
}
.navbar.navbar-light .contact-icon {
  float: left;
  font-size: 1.25rem;
}
.navbar.navbar-light .contact-icon a {
  color: #424242;
}
.navbar.navbar-light .contact-icon a:hover {
  color: #00369f;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #424242;
  border-radius: 1px;
  margin-bottom: 4px;
  transition: all 0.2s;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.news table td {
  font-size: 1rem;
}
.news table td ul {
  margin: 0;
}

footer.fixed-bottom {
  color: #c2c2c2;
  background-color: #424242;
  font-size: 0.75rem;
}
footer.fixed-bottom .container {
  padding-top: 9px;
  padding-bottom: 9px;
}
footer.fixed-bottom a {
  color: white;
}
footer.fixed-bottom a:hover {
  color: #206bff;
  text-decoration: none;
}

footer.sticky-bottom {
  border-top: 1px solid #e8e8e8;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 0.75rem;
}

.header-bar {
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.header-bar h1 {
  color: #00369f;
  font-size: 5rem;
}

.post-list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.post-list li {
  border-bottom: 1px solid #e8e8e8;
  list-style: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.post-list li .post-meta {
  color: #828282;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.post-list li a {
  color: black;
  text-decoration: none;
}
.post-list li a:hover {
  color: #00369f;
}

.pagination .page-item.active .page-link {
  background-color: #00369f;
}
.pagination .page-item.active .page-link:hover {
  background-color: #00369f;
}

.distill a:hover {
  border-bottom-color: #00369f;
  text-decoration: none;
}

/* Toggle Switch */
.toggle-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  width: 130px;
  display: inline-block;
}

.toggle-switch-checkbox {
  display: none;
}

.toggle-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  position: relative;
}

.toggle-switch-inner {
  display: flex;
  justify-content: space-between;
  width: 200%;
  transition: margin 0.3s ease-in-out;
  color: white;
  font-weight: bold;
}

.toggle-switch-inner::before {
  content: "Research";
  display: block;
  width: 50%;
  text-align: center;
  background-color: #00369f;
  color: white;
}

.toggle-switch-inner::after {
  content: "Development";
  display: block;
  width: 50%;
  text-align: center;
  background-color: #424242;
  color: white;
  padding-right: 15px; /* Nudge text slightly left */
}

.toggle-switch-switch {
  display: block;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: -100%;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  left: 108px;
}

.project .grid {
  display: grid;
  align-content: center;
}

.projects .grid-item {
  width: 100%;
  margin-bottom: 10px;
}
.projects .grid-item a {
  color: black;
  text-decoration: none;
}
.projects .grid-item a:hover {
  color: #00369f;
}
.projects .grid-item.development {
  display: none;
}
.projects .card {
  border-style: none;
}
.projects .card img {
  width: 100%;
}

.industry a {
  text-decoration: none;
}
.industry a:hover .card-title {
  color: var(--global-theme-color);
}
.industry .card {
  background-color: var(--global-card-bg-color);
}
.industry .card img {
  width: 100%;
}
.industry .card.hoverable {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.industry .card.hoverable:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}
.industry .card-body {
  color: var(--global-text-color);
  padding: 0.8rem;
}
.industry .card-body .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--global-text-color);
  margin-bottom: 1.5rem;
}
.industry .card-body .card-text {
  color: var(--global-text-secondary-color);
  font-size: 1rem;
  line-height: 1.5;
}
.industry .grid-sizer, .industry .grid-item {
  width: 100%;
  margin-bottom: 1rem;
}

.publications h2.year {
  color: #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  margin-top: 2rem;
  margin-bottom: -2rem;
  text-align: right;
}
.publications ol.bibliography {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.publications ol.bibliography li {
  margin-bottom: 1rem;
}
.publications ol.bibliography li .abbr {
  height: 2rem;
  margin-bottom: 0.5rem;
}
.publications ol.bibliography li .abbr abbr {
  display: inline-block;
  background-color: #00369f;
  padding-left: 1rem;
  padding-right: 1rem;
}
.publications ol.bibliography li span.links {
  display: block;
}
.publications ol.bibliography li .title {
  font-weight: bold;
}
.publications ol.bibliography li .author a {
  border-bottom: 1px dashed #00369f;
}
.publications ol.bibliography li .author a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}
.publications ol.bibliography li .author > em {
  border-bottom: 1px solid;
  font-style: normal;
}
.publications ol.bibliography li em.star {
  border-bottom: none;
  color: #00369f;
  font-style: normal;
}
.publications ol.bibliography li a.abstract, .publications ol.bibliography li a.bibtex {
  cursor: pointer;
}
.publications ol.bibliography li .hidden {
  font-size: 0.875rem;
  max-height: 0px;
  overflow: hidden;
  text-align: justify;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: all 0.15s ease;
}
.publications ol.bibliography li .hidden p {
  line-height: 1.4em;
  margin: 10px;
}
.publications ol.bibliography li .hidden pre {
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
}
.publications ol.bibliography li .hidden.open {
  max-height: 100em;
  -webkit-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  -ms-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  transition: all 0.15s ease;
}
.publications ol.bibliography li span.abstract.hidden {
  border: dashed 1px white;
}
.publications ol.bibliography li span.abstract.hidden.open {
  border-color: #828282;
}

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