@charset "UTF-8";
.expander {
  width: 60%;
}
.expander .expander-trigger {
  color: #477DCA;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  text-decoration: none;
  user-select: none;
}
.expander .expander-trigger::before {
  content: "▼";
  font-size: 0.7em;
  margin-right: 0.5em;
}
.expander .expander-content p {
  color: #333;
  line-height: 1.5em;
}
.expander .expander-hidden::before {
  content: "►";
  font-size: 0.7em;
}
.expander .expander-hidden + .expander-content {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus {
  background-color: #11519a;
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover {
  background-color: #1565c0;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.25em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em;
}

input,
select,
textarea {
  display: block;
  font-family: "Source Sans Pro";
  font-size: 1em;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.5em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
  outline: none;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type=color]:disabled:hover, [type=date]:disabled:hover, [type=datetime]:disabled:hover, [type=datetime-local]:disabled:hover, [type=email]:disabled:hover, [type=month]:disabled:hover, [type=number]:disabled:hover, [type=password]:disabled:hover, [type=search]:disabled:hover, [type=tel]:disabled:hover, [type=text]:disabled:hover, [type=time]:disabled:hover, [type=url]:disabled:hover, [type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.25em;
}

[type=file] {
  margin-bottom: 0.5em;
  width: 100%;
}

select {
  margin-bottom: 0.5em;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

#content ul {
  list-style-type: square;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

#content ol {
  list-style-type: decimal;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro";
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 1.5625em;
}

h2 {
  font-size: 1.25em;
}

p {
  margin: 0 0 0.5em;
}

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #104c90;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro/SourceSansPro-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro/SourceSansPro-It.otf.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro/SourceSansPro-Bold.otf.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro/SourceSansPro-BoldIt.otf.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("/assets/fonts/SourceSerifPro/SourceSerifPro-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("/assets/fonts/SourceSerifPro/SourceSerifPro-It.otf.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("/assets/fonts/SourceSerifPro/SourceSerifPro-Bold.otf.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("/assets/fonts/SourceSerifPro/SourceSerifPro-BoldIt.otf.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.layout-grid::after {
  clear: both;
  content: "";
  display: block;
}

body {
  margin: 0 0 0 0;
}

header {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  header {
    left: calc(8.3333333333% - 2.1666666667rem + 2rem);
    position: relative;
  }
}

.header-row::after {
  clear: both;
  content: "";
  display: block;
}

.title-wrapper {
  background-color: #3a2;
  padding-left: 2rem;
  padding-right: 2rem;
}

.title-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.title-container::after {
  clear: both;
  content: "";
  display: block;
}

acronym {
  border-bottom: 1px dotted #aaa;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.content::after {
  clear: both;
  content: "";
  display: block;
}

.content-section {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
}
.content-section::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .content-section {
    width: calc(100% - 4rem);
    float: left;
    margin-left: 2rem;
  }
}

#aboutme .aboutme-description {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
  margin-left: 0em;
}
@media (min-width: 768px) {
  #aboutme .aboutme-description {
    left: calc(16.6666666667% - 2.3333333333rem + 2rem);
    position: relative;
    width: calc(50% - 3rem);
    float: left;
    margin-left: 2rem;
  }
  #aboutme .aboutme-description h1 {
    display: none;
  }
}

#aboutme img {
  display: none;
}
@media (min-width: 768px) {
  #aboutme img {
    width: calc(16.6666666667% - 2.3333333333rem);
    float: left;
    margin-left: 2rem;
    left: calc(16.6666666667% - 2.3333333333rem + 2rem);
    position: relative;
    border: 1rem solid #f3f3f3;
    border-radius: 0.25rem;
    display: block;
  }
}

#contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#contact::after {
  clear: both;
  content: "";
  display: block;
}

#contact-wrapper {
  margin-top: 3rem;
  margin-bottom: 2rem;
  background-color: #f3f3f3;
}

#profiles {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  #profiles {
    width: calc(25% - 2.5rem);
    float: left;
    margin-left: 2rem;
    left: calc(25% - 2.5rem + 2rem);
    position: relative;
  }
}

#contact-details {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  #contact-details {
    left: calc(25% - 2.5rem + 2rem);
    position: relative;
    width: calc(33.3333333333% - 2.6666666667rem);
    float: left;
    margin-left: 2rem;
  }
}

#contact-details li.fingerprint {
  font-size: 0.8em;
}

.post-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.post-container::after {
  clear: both;
  content: "";
  display: block;
}

.post-container > * {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .post-container > * {
    left: calc(8.3333333333% - 2.1666666667rem + 2rem);
    position: relative;
    width: calc(83.3333333333% - 3.6666666667rem);
    float: left;
    margin-left: 2rem;
  }
}

.post-list li {
  font-weight: bold;
}

.publications {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .publications {
    left: calc(8.3333333333% - 2.1666666667rem + 2rem);
    position: relative;
    width: calc(83.3333333333% - 3.6666666667rem);
    float: left;
    margin-left: 2rem;
  }
}

.publications li {
  margin-bottom: 1rem;
}

.publications a.media {
  font-weight: bold;
}

.publications .media {
  font-size: 0.8em;
}

.publications .doi {
  font-size: 0.8em;
}

.publications .title, .properties td.key span.key {
  font-weight: bold;
  color: #060;
  background-color: #bea;
  display: inline;
  box-shadow: 0.5em 0 0 #bea, -0.5em 0 0 #bea;
  padding: 0.2em 0em 0.2em 0em;
  margin: -0.2em 0.5em -0.2em 0em;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.publications .title-without-link {
  background-color: #eee;
  box-shadow: 0.5em 0 0 #eee, -0.5em 0 0 #eee;
}

.publications .title.link:hover {
  background-color: #087010;
  box-shadow: 0.5em 0 0 #087010, -0.5em 0 0 #087010;
}

.publications .title.link:hover a {
  color: #fff;
}

.publications .title a {
  color: #060;
}

::selection {
  color: white;
  background: #cc3b22;
}

.properties td {
  vertical-align: top;
  border-bottom: 1px solid #bbb;
}

.properties td.key {
  text-align: left;
  padding-left: 1em;
  width: 6em;
}

table.properties {
  width: calc(266.6666666667% - 7.3333333333rem);
  float: left;
  margin-left: 2rem;
  border-style: solid;
}

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