@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==================================
   Columbia Context: Top & Bottom
   ================================== */
body > header, body > footer {
  font-size: 0.75rem;
  line-height: 1rem;
}
body > header a, body > footer a {
  color: inherit;
  text-decoration: none;
}
body > header a:hover, body > footer a:hover {
  text-decoration: underline;
}
body > header p, body > footer p {
  margin: 0;
}
body > header ul, body > footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body > header ul li, body > footer ul li {
  display: inline;
}
body > header ul li + li:before, body > footer ul li + li:before {
  content: " • ";
}
body > header .logo-link, body > footer .logo-link {
  display: block;
}
body > header .logo-link img, body > footer .logo-link img {
  width: 14rem;
  height: auto;
}
body > header .content, body > footer .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 32em) {
  body > header .content, body > footer .content {
    display: block;
  }
  body > header ul, body > footer ul {
    display: none;
  }
}

body > header {
  padding: 0.75rem 0 0.25rem;
}
body > header .content {
  flex-direction: row-reverse;
}
body > header #links-columbia {
  padding-bottom: 0.75rem;
  margin-top: -0.125rem;
}
body > header #links-columbia > a {
  display: flex;
  align-items: flex-end;
  line-height: 1rem;
}
body > header #links-columbia img {
  flex: none;
  padding-right: 0.5rem;
  padding: 0 0.375rem 0 0.125rem;
  position: relative;
  top: -2px;
  height: auto;
  width: 1.125rem;
}
body > header #links-columbia ul {
  padding-left: 1.625rem;
}
body > header #links-columbia ul:before {
  content: " ";
}
body > header #link-engineering {
  padding-bottom: 0.75rem;
}

body > footer {
  font-size: 0.9rem;
  padding: 1rem 0;
  background-color: #fff;
}
body > footer .content {
  align-items: center;
}
body > footer .content .footer-info-wrapper {
  width: 100%;
  text-align: center;
}
@media (min-width: 801px) {
  body > footer .content .footer-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body > footer .logo-link {
  padding-bottom: 0.25rem;
}
body > footer .copyright {
  color: #666;
  line-height: 1.2rem;
}
@media (max-width: 800px) {
  body > footer .copyright {
    margin-top: 1rem;
  }
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav a {
  color: inherit;
  text-decoration: inherit;
}

#main-nav, .page-nav {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}
#main-nav ul, .page-nav ul {
  display: flex;
  flex-wrap: wrap;
}
#main-nav a, .page-nav a {
  display: block;
}

#main-nav {
  color: #555555;
}
#main-nav a {
  padding: 0.5rem 0;
}
#main-nav a:hover {
  color: #841C1C;
}
#main-nav li {
  padding-right: 1.5rem;
}
#main-nav li:last-child {
  padding-right: 0;
}
#main-nav .selected a, #main-nav .selected a:hover {
  background-color: #841C1C;
  color: rgba(255, 255, 255, 0.95);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.page-nav {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}
.page-nav p {
  margin: 0;
  color: #555555;
  font-size: 0.75rem;
  line-height: 1rem;
}
.page-nav ul {
  margin: 0 -0.25rem;
}
.page-nav li {
  padding: 0.25rem 0.25rem 0.125rem;
}
.page-nav a {
  background-color: rgba(85, 85, 85, 0.7);
  color: white;
  padding: 0.375rem 0.5rem;
}
.page-nav a:hover {
  color: white;
  background-color: rgba(85, 85, 85, 0.5);
}

/*
 * Styles for efpl.turbulence.columbia.edu
 * Based on HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/
 * Copyright for site-specific styles: Manuel F. Schmid
 */
/* ==================================
   Base styles
   ================================== */
#nothing main {
  height: 30rem;
  overflow: scroll;
}

#main-nav, .page-nav {
  font-family: "Inconsolata", sans-serif;
  font-weight: 800;
}

.page-nav p {
  font-family: "proxima-nova", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  background-color: #093552;
  color: #EFEFEF;
  scroll-behavior: smooth;
  font-size: 1em;
  line-height: 1.3;
  font-family: "proxima-nova", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 17.5em;
}
@media only screen and (min-width: 60em) {
  html {
    line-height: 1.4;
  }
}

main {
  background-color: white;
  color: #222;
  font-weight: 400;
}

a {
  color: #2c6bac;
}
a:hover {
  color: #75AADB;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Inconsolata", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 80em) {
  h1 {
    margin-top: 2rem;
  }
}

h2 {
  font-family: "Inconsolata", sans-serif;
  font-size: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.content {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  max-width: 60rem;
}
@media only screen and (min-width: 75em) {
  .content {
    width: 80%;
    max-width: 90rem;
  }
}

main {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
  border-top: 0.5rem solid #EFEFEF;
  border-bottom: 1px solid rgba(23, 69, 129, 0.2);
}

main p, main li {
  max-width: 38rem;
}

main > header .page-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main > header .page-title h1 {
  margin-top: 1rem;
}
main > header h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-bottom: -0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.5rem solid #EFEFEF;
  border-bottom: 0.75rem solid #EFEFEF;
  border-bottom: 0.875rem solid #EFEFEF;
}
main > header h1:after {
  display: none;
}
main > header h1 a, main > header h1 a:hover {
  color: inherit;
  text-decoration: inherit;
}
main > header h2 {
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  background-color: white;
  margin-top: -2px;
  padding: 0 0.5rem 0 1.375rem;
}
main > header h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  left: 0;
  top: 0.125rem;
  background-color: #bbb;
}
main > header h2 span {
  color: #841C1C;
  position: inline-block;
  margin: 0 -0.375rem;
}
@media only screen and (min-width: 55em) {
  main > header .content {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }
  main > header .content nav {
    flex: none;
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 80em) {
  main > header .content {
    padding-top: 2rem;
  }
}

main > header img {
  width: 100%;
  height: auto;
}

main > section:not(:first-of-type) {
  border-top: 0.5rem solid #EFEFEF;
}

main > section {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 80em) {
  main > section {
    padding-bottom: 2.5rem;
  }
}

.page-summary {
  border: none;
  padding-bottom: 2rem;
}
.page-summary .page-description {
  padding-top: 0.5rem;
}
.page-summary img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-summary .content {
  display: grid;
  gap: 1.5rem;
}
@media only screen and (min-width: 60em) {
  .page-summary .content {
    grid-template-columns: 1fr 1fr;
  }
  .page-summary .page-description {
    grid-row: 1;
    grid-column: 2;
    padding-left: 1rem;
  }
  .page-summary .page-images {
    grid-row: 1;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 80em) {
  .page-summary {
    padding-bottom: 2.5rem;
  }
  .page-summary .page-description {
    padding-left: 2rem;
  }
}

h1 {
  position: relative;
  padding-bottom: 1.5rem;
}
h1:after {
  content: "";
  width: 3rem;
  position: absolute;
  bottom: 0;
  left: -0.75rem;
  border-bottom: 0.375rem solid #841C1C;
}
@media only screen and (min-width: 60em) {
  h1:after {
    left: 0;
  }
}

section header {
  overflow: auto;
  position: relative;
  padding-right: 2.25rem;
}
section .jumplink {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0.75rem;
  width: 2rem;
  height: 1.875rem;
  overflow: hidden;
  text-decoration: none;
  color: #841C1C;
  background-color: #EFEFEF;
}
section .jumplink:before {
  content: "^";
  display: block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.125;
  width: 100%;
  text-align: center;
}
section .jumplink:hover {
  color: white;
  background-color: rgba(85, 85, 85, 0.75);
}

/* ==================================
   Page-specific styles
   ================================== */
#news .content > div {
  margin-top: 1rem;
}
#news .content > div > div {
  border-top: 0.5rem solid #EFEFEF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 2em;
}
@media only screen and (min-width: 45em) {
  #news ul {
    margin-bottom: 0;
  }
}
#news li > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0.75rem 0 3rem;
}
#news li > div:before {
  content: "";
  position: absolute;
  opacity: 0.2;
  left: 0;
  top: 0.5rem;
  height: 2.25rem;
  width: 2.25rem;
  background: no-repeat center top/contain url("../img/icon/news.svg");
}
#news li.publication > div:before {
  background-image: url("../img/icon/document.svg");
}
#news li.award > div:before {
  background-image: url("../img/icon/award.svg");
}
#news li.presentation > div:before {
  background-image: url("../img/icon/presentation.svg");
}
#news li.funding > div:before {
  background-image: url("../img/icon/funding.svg");
}
#news li.people > div:before {
  background-image: url("../img/icon/people.svg");
}
#news img {
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  width: 100%;
}
#news p {
  margin: 0;
}
#news .date {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
  color: #555555;
  opacity: 0.75;
}
#news a.doi {
  font-size: 0.875rem;
  text-decoration: none;
}
#news a.doi:hover {
  text-decoration: underline;
}
#news h2 {
  color: #555555;
  background-color: white;
  font-size: 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0 0.75rem;
  margin: -0.75rem 0 2rem;
  z-index: 1;
}
@media only screen and (min-width: 28em) {
  #news img {
    padding-left: 3rem;
    padding-right: 0.75rem;
    max-width: 25rem;
  }
}
@media only screen and (min-width: 45em) {
  #news .content > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  #news img {
    max-width: none;
  }
}
@media only screen and (min-width: 82.5em) {
  #news .content > div {
    grid-template-columns: 1fr;
  }
  #news ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}

#industry {
  background-color: #FAFAFA;
  position: relative;
  overflow: hidden;
}
#industry .content {
  padding-top: 3rem;
}
@media only screen and (max-width: 992px) {
  #industry .content {
    padding: 0;
    max-width: 100%;
  }
}
#industry .content .industry-box {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
#industry .content .industry-box .industry-box-body .tns-outer {
  position: relative;
}
#industry .content .industry-box .industry-box-body .tns-outer .tns-inner {
  height: 100%;
}
#industry .content .industry-box .industry-box-body .tns-outer .tns-inner .tns-slider {
  height: 100%;
}
#industry .content .industry-box .industry-box-body .tns-outer .tns-inner .tns-slider img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  #industry .content .industry-box .industry-box-body .tns-outer {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  #industry .content .industry-box .industry-box-body .tns-outer {
    width: 45%;
  }
}
#industry .content .industry-box .industry-box-body .tns-outer [data-action=stop], #industry .content .industry-box .industry-box-body .tns-outer [data-action=start] {
  display: none;
}
#industry .content .industry-box .industry-box-body .tns-outer .tns-nav {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 7px;
}
#industry .content .industry-box .industry-box-body .tns-outer .tns-nav button {
  height: 7px;
  width: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
  padding: 0;
}
#industry .content .industry-box .industry-box-body .tns-outer .tns-nav button.tns-nav-active {
  background-color: white;
}
#industry .content .industry-box .industry-box-body .industry-info {
  box-sizing: border-box;
  padding: 0 2rem;
}
@media only screen and (min-width: 500px) {
  #industry .content .industry-box .industry-box-body .industry-info {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 992px) {
  #industry .content .industry-box .industry-box-body .industry-info {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  #industry .content .industry-box .industry-box-body .industry-info {
    width: 55%;
    padding: 0 4rem 2rem 4rem;
  }
}
@media only screen and (min-width: 992px) {
  #industry .content .industry-box .industry-box-body {
    display: flex;
  }
}
#industry .content .industry-box .funders-wrapper {
  padding: 1rem;
  flex: 1 1 100%;
  display: flex;
}
#industry .content .industry-box .funders-wrapper .funders-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
#industry .content .industry-box .funders-wrapper .funders-list .funder-box {
  min-width: 160px;
  max-width: 14%;
  padding: 0 max(25px, 2%);
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
#industry .content .industry-box .funders-wrapper .funders-list .funder-box img {
  max-height: 70%;
  max-width: 100%;
  filter: grayscale(1);
  transition: all 0.5s ease;
}
#industry .content .industry-box .funders-wrapper .funders-list .funder-box:hover img {
  filter: grayscale(0);
}
#industry .content .industry-box .funders-wrapper .funders-list .funder-box.before-divider::before {
  content: "";
  left: -1px;
  height: 50px;
  width: 1px;
  position: absolute;
  background-color: #DDDDDD;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  #industry .content .industry-box .funders-wrapper .funders-list {
    max-width: 80%;
  }
}
@media only screen and (min-width: 80em) {
  #industry .content {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  #industry {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 45em) {
  #industry p {
    z-index: 2;
    box-sizing: border-box;
  }
}

#contact {
  border-top: none;
}
#contact a {
  color: #174581;
  text-decoration: none;
  font-weight: 500;
}
#contact a:hover, #contact a:focus {
  color: #174581;
  text-decoration: underline;
}
#contact .banner {
  position: relative;
}
#contact .banner img {
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
  object-position: center 20%;
}
@media (max-width: 112.5em) {
  #contact .banner img {
    max-height: 34.5rem;
    object-position: center top;
  }
}
@media (max-width: 75em) {
  #contact .banner img {
    max-height: 28rem;
  }
}
@media (max-width: 60em) {
  #contact .banner img {
    object-position: center left;
  }
}
#contact .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(23, 69, 129, 0.4);
  height: 100%;
  width: 100%;
}
#contact .banner .department-box-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
}
@media (max-width: 60em) {
  #contact .banner .department-box-wrapper {
    text-align: center;
  }
}
#contact .banner .department-box-wrapper .department-box {
  display: inline-block;
  width: 31rem;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 1.5rem 2.5rem;
  text-align: left;
}
@media (max-width: 75em) {
  #contact .banner .department-box-wrapper .department-box {
    width: 28rem;
  }
}
@media (max-width: 60em) {
  #contact .banner .department-box-wrapper .department-box {
    width: 34.5rem;
  }
}
@media (max-width: 37.5em) {
  #contact .banner .department-box-wrapper .department-box {
    padding: 1.2rem 1.8rem;
  }
}
#contact .banner .department-box-wrapper .department-box h2 {
  color: #083552;
  margin: 0;
}
@media (max-width: 28em) {
  #contact .banner .department-box-wrapper .department-box h2 {
    text-align: center;
  }
}
#contact .info-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 60em) {
  #contact .info-wrapper {
    flex-flow: column-reverse;
    align-items: center;
  }
}
#contact .info-wrapper .professor-info-col {
  margin-top: 2rem;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 60em) {
  #contact .info-wrapper .professor-info-col {
    margin-top: 2.5rem;
    padding: 0 2.5rem;
    width: 34.5rem;
  }
}
@media (max-width: 37.5em) {
  #contact .info-wrapper .professor-info-col {
    padding: 0 1.8rem;
  }
}
@media (max-width: 28em) {
  #contact .info-wrapper .professor-info-col {
    flex-direction: column;
    align-items: center;
  }
}
#contact .info-wrapper .professor-info-col .professor-img-wrapper {
  width: 9.5rem;
  height: 9.5rem;
  flex-shrink: 0;
}
@media (max-width: 28em) {
  #contact .info-wrapper .professor-info-col .professor-img-wrapper {
    height: 8rem;
    width: 8rem;
  }
}
#contact .info-wrapper .professor-info-col .professor-img-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #efefef;
  box-sizing: border-box;
}
#contact .info-wrapper .professor-info-col .professor-contact-details {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 60em) {
  #contact .info-wrapper .professor-info-col .professor-contact-details {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
@media (max-width: 28em) {
  #contact .info-wrapper .professor-info-col .professor-contact-details {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 1.5rem;
  }
}
#contact .info-wrapper .professor-info-col .professor-contact-details h2 {
  font-family: "proxima-nova", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
#contact .info-wrapper .professor-info-col .professor-contact-details p {
  margin: 0.6rem 0;
  line-height: 1.5rem;
}
#contact .info-wrapper .department-info-box {
  width: 31rem;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 75em) {
  #contact .info-wrapper .department-info-box {
    width: 28rem;
  }
}
@media (max-width: 60em) {
  #contact .info-wrapper .department-info-box {
    width: 34.5rem;
  }
}
#contact .info-wrapper .department-info-box .box-body {
  background-color: #093552;
  padding: 1.5rem 2.5rem;
}
@media (max-width: 37.5em) {
  #contact .info-wrapper .department-info-box .box-body {
    padding: 1.2rem 1.8rem;
  }
}
@media (max-width: 28em) {
  #contact .info-wrapper .department-info-box .box-body {
    text-align: center;
  }
}
#contact .info-wrapper .department-info-box .box-footer {
  height: 7px;
  display: flex;
}
#contact .info-wrapper .department-info-box .box-footer div {
  width: 25%;
  height: 100%;
}
#contact .info-wrapper .department-info-box .box-footer .footer-color-lightblue {
  background-color: #6CADDF;
}
#contact .info-wrapper .department-info-box .box-footer .footer-color-orange {
  background-color: #FFB023;
}
#contact .info-wrapper .department-info-box .box-footer .footer-color-navyblue {
  background-color: #41516C;
}
#contact .info-wrapper .department-info-box .box-footer .footer-color-red {
  background-color: #C14D00;
}
#contact .info-wrapper .department-info-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}
#contact .info-wrapper .department-info-box p {
  line-height: 1.5rem;
  margin-top: 0;
}
#contact .info-wrapper .department-info-box a.btn-plan-visit {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  font-weight: 600;
  outline: 0;
}
#contact .info-wrapper .department-info-box a.btn-plan-visit:hover, #contact .info-wrapper .department-info-box a.btn-plan-visit:focus {
  border-color: white;
}
#contact .info-wrapper .department-info-box a.btn-plan-visit img {
  margin-right: 0.5rem;
}

#join {
  font-size: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
#join .content {
  display: flex;
}
#join .content .text-column {
  width: 100%;
  font-size: 16px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 60em) {
  #join .content .text-column {
    width: 50%;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 80em) {
  #join .content .text-column {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 100em) {
  #join .content .text-column {
    padding-right: 5rem;
  }
}
#join .content img {
  object-fit: cover;
}
@media only screen and (min-width: 90em) {
  #join .content {
    position: absolute;
    left: 0;
    right: 0;
  }
}
#join header h1 {
  margin-top: 0;
}
#join::after {
  content: "";
  background-image: url("/img/people/group_on_stairs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  aspect-ratio: 1.1/1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-position: center;
}
@media only screen and (min-width: 60em) {
  #join::after {
    position: absolute;
    width: 50%;
  }
}
@media only screen and (min-width: 90em) {
  #join::after {
    position: relative;
  }
}

#projects {
  padding-bottom: 0;
}
#projects .section-nav {
  font-family: "Inconsolata", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
#projects .section-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}
#projects .section-nav li {
  flex: 1 1 80%;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 30em) {
  #projects .section-nav li {
    flex: 0 1 auto;
    padding-right: 0.5rem;
  }
}
#projects .section-nav a {
  background-color: #EFEFEF;
  display: block;
  padding: 0.125rem 0.5rem;
}

.research-project {
  border-top: 0.375rem solid #EFEFEF;
  margin-bottom: 2rem;
}
.research-project .gallery {
  padding-top: 1.75rem;
  max-width: 30rem;
}
.research-project .gallery img, .research-project .gallery .video-js {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.research-project .gallery video:focus {
  outline: none;
}
@media only screen and (min-width: 45em) {
  .research-project {
    padding-bottom: 1rem;
  }
  .research-project > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .research-project > div .gallery {
    padding-right: 0;
    align-self: start;
  }
  .research-project > div .section-content {
    grid-column: 2/-1;
  }
  .research-project .gallery {
    max-width: none;
  }
}
@media only screen and (min-width: 82.5em) {
  .research-project > div {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .research-project .section-content {
    display: flex;
  }
  .research-project .section-content > div {
    flex: 1;
    padding-right: 1.5rem;
  }
  .research-project .section-content > div:last-child {
    padding-right: 0;
  }
}

#publications .external-links {
  display: flex;
  align-items: baseline;
}
#publications .external-links p {
  margin: 0;
}
#publications .external-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex-inline;
  font-size: 0.875rem;
}
#publications .external-links p, #publications .external-links li {
  padding-right: 0.75rem;
}
#publications .external-links a {
  font-weight: bold;
  text-decoration: none;
}
#publications .external-links a:hover {
  text-decoration: underline;
}

.publications {
  list-style-type: none;
  padding: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.publications li {
  padding: 0.5rem 0.75rem;
  max-width: 100%;
}
.publications a {
  color: inherit;
  text-decoration: inherit;
}
.publications .title {
  font-weight: bold;
}
.publications .journal {
  font-style: italic;
}
.publications .doi {
  color: #2c6bac;
  font-size: 0.875rem;
}
.publications a:hover .doi {
  color: #75AADB;
  text-decoration: underline;
}
@media only screen and (min-width: 82.5em) {
  .publications li {
    max-width: 61.8%;
  }
}

ul.people, ul.alumni {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.people a, ul.alumni a {
  font-weight: medium;
  text-decoration: none;
}
ul.people a:hover, ul.alumni a:hover {
  text-decoration: underline;
}

ul.people {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 0;
}
ul.people h2, ul.people p {
  margin: 0;
}
ul.people h2 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 82.5em) {
  ul.people h2 {
    margin-top: 1.5rem;
  }
}
ul.people .placeholder {
  background-color: white;
  filter: invert(1);
  opacity: 0.1;
  padding: 0.75rem 0.5rem 0.25rem;
}
ul.people .people-summary {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (min-width: 30em) {
  ul.people .people-summary .people-info-mobile {
    display: none;
  }
}
ul.people .people-summary .people-info-tablet {
  display: none;
}
@media only screen and (min-width: 30em) {
  ul.people .people-summary .people-info-tablet {
    display: block;
  }
}
ul.people .people-summary .people-image {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
@media only screen and (min-width: 30em) {
  ul.people .people-summary .people-image {
    display: block;
  }
}
ul.people .people-summary img {
  width: 100px;
  box-sizing: border-box;
  height: auto;
}
@media only screen and (min-width: 30em) {
  ul.people .people-summary img {
    width: 150px;
  }
}
@media only screen and (min-width: 82.5em) {
  ul.people .people-summary img {
    width: 170px;
  }
}
ul.people .people-summary > div:nth-child(2) {
  flex: 1.6189 0 0;
}
ul.people .people-summary .start-date {
  color: #555555;
  font-style: italic;
}
ul.people .people-summary a[href^=mailto] {
  display: block;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 30em) {
  ul.people .people-summary a[href^=mailto] {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 30em) {
  ul.people .people-summary {
    flex-direction: row;
  }
}
@media only screen and (min-width: 50em) {
  ul.people .people-summary {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 82.5em) {
  ul.people .people-summary {
    gap: 2rem;
  }
}
ul.people > li {
  max-width: none;
}
ul.people > li:first-child h2 {
  margin-top: 0;
}
ul.people ul.people-info {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 0.3rem;
  font-size: 0.875rem;
  margin-top: 0.7rem;
}
ul.people ul.people-info li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 6px;
  border-radius: 25px;
  font-weight: 600;
  outline: 0;
}
ul.people ul.people-info .subpage a {
  color: #174581;
  background-color: rgba(23, 69, 129, 0.1);
  padding: 5px 15px 6px 15px;
}
ul.people ul.people-info .subpage a:hover {
  background-color: rgba(23, 69, 129, 0.15);
}
ul.people ul.people-info .orcid a {
  letter-spacing: 0.025em;
  padding-right: 1.25rem;
  background: no-repeat right center/auto 1rem url("../img/icon/orcid.svg");
}
@media only screen and (min-width: 45em) {
  ul.people {
    gap: 2rem;
  }
  ul.people li:first-child {
    grid-column: 1/-1;
    max-width: 100%;
  }
  ul.people li:first-child .people-summary {
    gap: 2rem;
  }
  ul.people li:first-child .people-summary > div:nth-child(2) {
    flex: 2 0 0;
  }
  ul.people li:first-child .people-summary img {
    width: 200px;
    max-width: 240px;
  }
}
@media only screen and (min-width: 60em) {
  ul.people {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 82.5em) {
  ul.people li:first-child .people-summary img {
    width: 240px;
  }
}

.alumni .name {
  font-family: "Inconsolata", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
}
.alumni .alumni-website:before {
  content: "";
  width: 0.5rem;
  display: inline-block;
}
@media only screen and (min-width: 82.5em) {
  .alumni {
    column-count: 2;
    column-gap: 3em;
  }
}

#people-details a {
  color: #174581;
  text-decoration: none;
  font-weight: 500;
}
#people-details a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  #people-details .people-details-columns {
    gap: 40px;
    display: flex;
  }
}
#people-details .people-details-columns .left-column {
  margin-top: 30px;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper {
  position: sticky;
  top: 30px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  #people-details .people-details-columns .left-column .left-column-sticky-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #people-details .people-details-columns .left-column .left-column-sticky-wrapper {
    width: 250px;
    flex-direction: column;
    gap: 10px;
  }
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .left-column-image-wrapper {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 500px) {
  #people-details .people-details-columns .left-column .left-column-sticky-wrapper .left-column-image-wrapper {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  #people-details .people-details-columns .left-column .left-column-sticky-wrapper .left-column-image-wrapper {
    max-width: 250px;
  }
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .left-column-image-wrapper > img {
  height: 100%;
  object-fit: cover;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper {
  flex-grow: 1;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper h1.name {
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper h1.name::after {
  content: none;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper .qualification {
  font-size: 18px;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li a {
  display: inline-block;
  padding-left: 2.125rem;
  margin: -2px 0;
  padding-top: 2px;
  padding-bottom: 2px;
  background: no-repeat left center/auto 100% url("../img/icon/link.svg");
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li.email a {
  background-image: url("../img/icon/email.svg");
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li.orcid a {
  letter-spacing: 0.025em;
  background-image: url("../img/icon/id.svg");
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li.cv a {
  background-image: url("../img/icon/cv.svg");
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li.google-scholar a {
  background-image: url("../img/icon/google-scholar.svg");
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li.researchgate a {
  background-image: url("../img/icon/research-gate.svg");
}
#people-details .people-details-columns .left-column .left-column-sticky-wrapper .bio-links-wrapper ul.bio-links > li + li {
  margin-top: 7px;
}
#people-details .people-details-columns .right-column .people-sections .people-section {
  margin-top: 30px;
}
#people-details .people-details-columns .right-column .people-sections .people-section .people-section-title {
  margin-top: 0;
  margin-bottom: 10px;
}
#people-details .people-details-columns .right-column .people-sections .people-section .people-full-bio p {
  max-width: none;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list {
  list-style: none;
  padding-left: 0;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 500px) {
  #people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item {
    flex-direction: row;
    gap: 24px;
  }
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .image-wrapper {
  padding-top: 5px;
  flex-grow: 0;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .image-wrapper img {
  min-width: 200px;
}
@media (min-width: 500px) {
  #people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .image-wrapper img {
    max-width: 200px;
  }
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper {
  flex-grow: 1;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .publication-details {
  margin-top: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
  line-height: 24px;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .publication-details .journal {
  font-weight: 500;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .publication-details .year {
  color: #555;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .publication-details > li {
  display: inline;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .publication-details > li + li {
  margin-left: 20px;
  position: relative;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .publication-details > li + li:before {
  content: "";
  height: 3px;
  width: 3px;
  background-color: #aaaaaa;
  position: absolute;
  left: -12px;
  top: 11px;
  border-radius: 50%;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper > li + li {
  margin-top: 25px;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .authors-list {
  list-style: none;
  margin-top: 7px;
  padding-left: 0;
  color: #555555;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .authors-list > li {
  display: inline;
  margin-right: 10px;
}
#people-details .people-details-columns .right-column .people-sections .people-section .publications-list .publication-item .details-wrapper .authors-list > li img {
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  #people-details .people-details-columns .right-column {
    flex: 1;
  }
}
#people-details ul.breadcrumb {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#people-details ul.breadcrumb > li {
  display: inline;
  position: relative;
  margin-bottom: 5px;
}
#people-details ul.breadcrumb > li + li {
  margin-left: 20px;
}
#people-details ul.breadcrumb > li + li::before {
  content: "›";
  position: absolute;
  height: 18px;
  width: 18px;
  left: -15px;
  font-size: 22px;
  color: #aaa;
  line-height: 1;
}

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==================================
   Base styles: opinionated defaults
   ================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==================================
   Helper classes
   ================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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