/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

.btn {
  display: inline-block;
  text-align: center;
  padding: .6em 1.2em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  border-radius: .25em;
  overflow: hidden;
  color: #37aed5;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #37aed5;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .btn:hover {
    background-color: #37aed5;
    color: #fff;
    text-decoration: none;
    border-color: #37aed5; }

.btn-light {
  border-color: #999;
  color: #444; }
  .btn-light:hover {
    background-color: #444;
    border-color: #444;
    color: #fff; }

.btn-primary {
  background-color: #37aed5;
  color: #fff;
  border-color: #37aed5; }
  .btn-primary:hover {
    background-color: #2797bc;
    color: #fff;
    border-color: #2797bc; }

.btn-large {
  padding: .7em 2em;
  font-size: 120%;
  box-sizing: border-box;
  border-width: 2px; }

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #444; }

a {
  color: #37aed5;
  -webkit-transition: all .2s;
  transition: all .2s; }
  a:hover {
    color: #2797bc; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #444;
  text-decoration: none; }

.l-container {
  width: auto;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .l-container {
      width: 720px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .l-container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .l-container {
      width: 1140px; } }

.l-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .l-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      margin-left: -15px;
      margin-right: -15px; } }

[class*="l-span"] {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    [class*="l-span"] {
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      box-sizing: border-box;
      margin-bottom: auto; } }

@media (min-width: 768px) {
  .l-span1 {
    -webkit-box-flex: 1;
    flex: 1 1 8.33333%;
    max-width: 8.33333%; }
  .l-span2 {
    -webkit-box-flex: 2;
    flex: 2 1 16.66667%;
    max-width: 16.66667%; }
  .l-span3 {
    -webkit-box-flex: 3;
    flex: 3 1 25%;
    max-width: 25%; }
  .l-span4 {
    -webkit-box-flex: 4;
    flex: 4 1 33.33333%;
    max-width: 33.33333%; }
  .l-span5 {
    -webkit-box-flex: 5;
    flex: 5 1 41.66667%;
    max-width: 41.66667%; }
  .l-span6 {
    -webkit-box-flex: 6;
    flex: 6 1 50%;
    max-width: 50%; }
  .l-span7 {
    -webkit-box-flex: 7;
    flex: 7 1 58.33333%;
    max-width: 58.33333%; }
  .l-span8 {
    -webkit-box-flex: 8;
    flex: 8 1 66.66667%;
    max-width: 66.66667%; }
  .l-span9 {
    -webkit-box-flex: 9;
    flex: 9 1 75%;
    max-width: 75%; }
  .l-span10 {
    -webkit-box-flex: 10;
    flex: 10 1 83.33333%;
    max-width: 83.33333%; }
  .l-span11 {
    -webkit-box-flex: 11;
    flex: 11 1 91.66667%;
    max-width: 91.66667%; }
  .l-span12 {
    -webkit-box-flex: 12;
    flex: 12 1 100%;
    max-width: 100%; } }

#header {
  background: #ccc; }

#logo {
  height: 123px;
  margin-top: -20px;
  background: #F5F5F5; }

#logo_text {
  margin: 10px; }

h1, h2, h3 {
  font: normal 170% 'century gothic', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #000; }

#logo h1, #logo h2 {
  font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 9px; }

#logo_text h1 {
  padding: 22px 0 0 0;
  color: #323232;
  letter-spacing: 0.1em;
  text-decoration: none; }
  #logo_text h1 a {
    padding: 22px 0 0 0;
    color: #323232;
    letter-spacing: 0.1em;
    text-decoration: none; }
    #logo_text h1 a:hover {
      padding: 22px 0 0 0;
      color: #323232;
      letter-spacing: 0.1em;
      text-decoration: none; }
    #logo_text h1 a .logo_colour {
      color: #00C6F0; }

#logo_text a:hover .logo_colour {
  color: #DDD; }

#logo_text h2 {
  font-size: 120%;
  padding: 4px 0 0 0;
  color: #999; }

nav.navbar {
  background: #DDD;
  margin-bottom: 0; }

#header li a {
  color: #fff; }

nav li {
  background: #aaa;
  margin: 0px 3px 0px; }
  nav li.active {
    background: #00C6F0; }
    nav li.active a {
      background: #00C6F0;
      color: #FFF; }
  nav li:hover {
    background: #00C6F0; }

.panel img {
  margin-bottom: 10px; }

.translate {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-color: rgba(10, 10, 10, 0.7);
  z-index: 9999; }
  .translate a {
    color: #fff; }

footer {
  padding: 30px;
  color: #fff;
  background: #ccc; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #00C6F0; }

.year {
  font-size: 150%; }

.publication {
  margin-left: 20px; }
  .publication .title {
    font-size: 120%;
    margin-bottom: 0; }

.sidebar ul {
  padding-left: 10px; }

.sidebar li {
  list-style: none; }

.team {
  margin: 30px 0 50px; }
  .team .abstract {
    margin-top: 20px; }
  .team .name {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 0 10px 0;
    font-size: 150%;
    border-left: solid 5px #ddd;
    color: inherit; }

.project {
  margin-bottom: 30px; }
  .project .name {
    font-size: 130%; }

.page-papers h4 {
  font-size: 120%; }

.year {
  font-size: 150%; }

.publication {
  margin-left: 20px; }

.publication .title {
  font-size: 120%;
  margin-bottom: 0; }
  .publication .title a {
    color: #37aed5;
    -webkit-transition: all .2s;
    transition: all .2s; }

.news {
  font-size: 80%; }
  .news h4 {
    font-size: 110%; }
  .news h3 {
    font-size: 120%; }

.openhouse-img figure {
  width: 100%; }

.openhouse-img figure {
  text-align: center; }

.openhouse-date li {
  list-style-type: square;
  font-weight: bolder;
  font-size: 120%; }
  .openhouse-date li ul li {
    list-style-type: disc;
    font-weight: normal;
    font-size: 1rem; }
    .openhouse-date li ul li:last-child {
      margin-bottom: .5rem; }

.teacher {
  width: 100%;
  text-align: center; }
  .teacher figcaption {
    font-size: 100%; }

.page-openhouse2018 section {
  margin-bottom: 30px; }

.page-openhouse2018 hr {
  margin: 30px 0px 30px; }

.paper-list hr {
  border-top: 1px dashed rgba(0, 0, 0, 0.125); }

.footer {
  text-align: center;
  border-top: solid 1px rgba(0, 0, 0, 0.125);
  padding: 30px 0 10px;
  margin: 10px 0 10px; }

@media screen and (max-width: 992px) {
  .nav-item {
    padding-left: 5px; }
  #gnavi {
    margin-top: 10px; }
  nav li {
    margin: 0; }
  .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
  .map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .openhouse-img figure {
    width: auto; } }
