/**
* Created by Frederik Brudy (fbrudy.net)
*/
/*
 * jQuery Dynatable plugin 0.3.1
 *
 * Copyright (c) 2014 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the AGPL and Proprietary licenses:
 *   http://www.dynatable.com/license/
 *
 * Date: Tue Jan 02 2014
 */
th a:hover {
  text-decoration: underline;
}
.dynatable-search {
  float: right;
  margin-bottom: 10px;
}
.dynatable-pagination-links {
  float: right;
}
.dynatable-record-count {
  display: block;
  padding: 5px 0;
}
.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block;
}
.dynatable-page-link,
.dynatable-page-break {
  display: block;
  padding: 5px 7px;
}
.dynatable-page-link {
  cursor: pointer;
}
.dynatable-active-page,
.dynatable-disabled-page {
  cursor: text;
}
.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
  text-decoration: none;
}
.dynatable-active-page {
  background: #71AF5A;
  border-radius: 5px;
}
.dynatable-disabled-page,
.dynatable-disabled-page:hover {
  background: none;
}
#pubs-year .select-year {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
#pubs-year .select-year .selected {
  text-decoration: underline;
  font-weight: bold;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  min-width: 250px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}
.fade {
  -webkit-transition: opacity 5s linear;
  -o-transition: opacity 5s linear;
  transition: opacity 5s linear;
}
.popover-image img {
  max-width: 75px;
  margin: 0 0.5em 0.5em 0;
  float: left;
}
/**
* Created by Frederik Brudy (fbrudy.net)
*/
.people-list .block {
  margin-bottom: 0;
}
.person .image {
  float: right;
  margin-left: 0.5em;
}
.people-list .person {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  position: relative;
  margin-bottom: 0.5em;
  color: #40403e;
}
.people-list .person .image {
  float: none;
  margin-left: auto;
}
.people-list .person .details {
  margin: 0;
  position: relative;
}
.people-list .person .details img {
  width: 100%;
  margin: 0;
}
.people-list .person .details .description {
  position: absolute;
  bottom: 7px;
  background: rgba(254, 254, 254, 0.7);
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  color: #40403e;
  text-decoration: none;
}
.people-list .person .details .description .name {
  text-align: center;
  font-size: 1.2em;
}
.people-list .person .details .description .research-blurb {
  display: block;
  line-height: 100%;
  font-size: 16px;
  padding: 5px;
  margin: 10px;
  display: none;
}
.people-list .person .subtitle {
  padding: 1px;
  text-align: center;
}
.people-list .person:hover .details .description.contains-blurb {
  bottom: auto;
  top: 0;
  overflow: hidden;
  min-height: 100%;
  background: rgba(254, 254, 254, 0.7);
}
.people-list .person:hover .details .description.contains-blurb .name {
  border-bottom: 1px solid #40403e;
  font-size: 1.1em;
}
.people-list .person:hover .details .description.contains-blurb .research-blurb {
  display: block;
}
.people-list .person .research-blurb {
  display: none;
}
.people-list .person .research-blurb .title {
  float: left;
  margin-right: 3px;
  font-weight: bold;
}
.people-list .person .research-interest {
  display: none;
}
.people-list .person.clicked {
  width: 100%;
}
.people-list .person.clicked .details {
  width: 30%;
  float: left;
}
.people-list .person.clicked .subtitle {
  float: left;
  width: 66%;
  text-align: left;
}
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F7CF1E;
  -webkit-box-shadow: 0 5px 10px rgba(247, 207, 30, 0.2);
  box-shadow: 0 5px 10px rgba(247, 207, 30, 0.2);
}
.popover .popover-title {
  font-size: 1.5em;
}
.research-publications .main-author {
  text-decoration: underline;
  font-weight: bold;
}
.research-interest-image {
  float: left;
  background-color: #333;
  font-size: 14px;
  margin-right: 10px;
  padding: 7px;
  line-height: 14px;
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.research-interest-image.interest-not-selected {
  opacity: 0.2;
}
.research-interests-reset {
  float: left;
}
.research-areas-count {
  display: none;
}
.badge {
  display: inline;
  font-size: 10px;
  padding: 2px 5px;
  border: 1px solid white;
  border-radius: 95px;
  -webkit-background-clip: padding-box;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
.space {
  height: 60px;
}
#peoplecount {
  margin: 0.6em 0 0 0.5em;
  display: inline-block;
  position: absolute;
  font-size: 0.5em;
  background: red;
  color: white;
  padding: 4px 8px 0px 8px;
  border: 1px solid white;
  border-radius: 95px;
  background: -webkit-linear-gradient(top, #FF6969 0%, #ff0000 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 9px 0px rgba(255, 255, 255, 0.11) inset;
  -webkit-background-clip: padding-box;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  display: none;
  min-width: 25px;
  height: 34px;
  text-align: center;
}
#reset {
  text-decoration: underline;
  cursor: pointer;
}
.noteFilter {
  float: left;
  background-color: #f3f3f3;
  color: #b2b2b2;
  font-size: 14px;
  margin-right: 10px;
  padding: 5px;
  line-height: 14px;
  text-align: center;
  width: auto;
  height: 25px;
  margin-bottom: 5px;
}
.attachments {
  list-style-type: none;
  margin: 0;
}
.attachments li {
  list-style-image: none;
  display: inline;
  margin-right: 0.5em;
}
#research-interest-cluster {
  display: none;
  width: 740px;
  height: 400px;
}
#research-interest-cluster .label {
  text-transform: capitalize;
}
@media only screen and (max-width: 989px) {
  .people-list .person {
    width: 32%;
  }
  .article.person .image {
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .people-list .person {
    width: 49%;
  }
}
@media only screen and (max-width: 350px) {
  .people-list .person {
    width: 100%;
  }
}
/**
* Created by Frederik Brudy (fbrudy.net)
*/
.detail-link {
  font-size: 1.5em;
}
.publication-icons {
  font-size: 4em;
  float: right;
}
.figure-1 {
  float: right;
  margin-left: 1em;
  width: 50%;
}
.doi .doi-title {
  font-weight: bold;
}
.publication.publication-snippet {
  font-size: 90%;
}
.publication.publication-snippet .authors,
.publication.publication-snippet .title,
.publication.publication-snippet .date,
.publication.publication-snippet .venue {
  display: inline;
}
.publication.publication-snippet .title {
  font-weight: bold;
}
.publication.publication-snippet .photo {
  float: left;
  margin-right: 10px;
}
.uclic-publications-table .publications-table-authors {
  width: 30%;
}
.uclic-publications-table .publications-table-year {
  width: 8%;
}
.uclic-publications-table .publications-table-place {
  width: 20%;
}
.dynatable-processing {
  background: #000;
  opacity: 0.6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 26.6094px;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 40px;
}
.dynatable-processing span {
  background: #FFF;
  border: solid 2px #57A957;
  color: #333;
  padding: 25px;
  font-size: 2em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin-left: 30%;
}
.dynatable-processing span img {
  vertical-align: middle;
  margin: 0;
}
.dynatable-per-page-select {
  max-width: 5em;
}
.dynatable-pagination-links {
  float: none;
}
@media only screen and (max-width: 767px) {
  .figure-1 {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
/**
* Created by Frederik Brudy (fbrudy.net)
*/
/* ==========================================================================
   Helper classes
   ==========================================================================
*/
/**
* Created by Frederik Brudy (fbrudy.net)
*/
.news-list hr {
  margin: 0.5em 0;
}
.news-list .news-item {
  position: relative;
  padding: 0 1em 0 0;
}
.news-list .news-item .title {
  font-size: 3rem;
  line-height: 1.3em;
}
.news-list .news-item .article-date {
  line-height: 1.5em;
}
.news-list .news-item .article-date .month {
  color: #ff0000;
}
.news-list .news-item .article-date .type-time {
  text-transform: none;
  color: #ff0000;
}
.news-list .news-item .abstract img {
  margin-right: 25px;
  float: left;
}
.news-list .news-item .first-item-title a {
  color: black;
}
.news-list .news-item .no-border {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.news-list .news-item .accordion__description .photo {
  margin-bottom: 0;
}
.news-item .title .item-type {
  background: #ccc;
  padding: 3px;
  font-size: 75%;
  vertical-align: middle;
  float: right;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: rgba(232, 98, 86, 0.8);
  text-align: center;
  color: white;
}
.news-item .photo {
  float: right;
}
.toggleswitch::before {
  content: "\f103";
  padding-left: 5px;
}
.currentAccordionAnchor .toggleswitch::before {
  content: "\f102";
  padding-left: 5px;
}
@media only screen and (min-width: 47em) {
  .news-list .news-item {
    padding-right: 8em;
    padding-top: 10px;
  }
  .news-list .news-item .article-date .type-time {
    display: block;
  }
}
/**
* Created by Frederik Brudy (fbrudy.net)
*/
.article-thumb {
  display: inline;
}
.article-thumb .thumb {
  margin-bottom: 0;
  vertical-align: middle;
}
figure {
  margin-bottom: 0;
}
figure img {
  margin: 0;
}
figure + figure {
  margin-top: 0;
}
figure.quarter {
  width: 24.6%;
  margin-right: 0.4%;
  float: left;
  margin-top: 0.5em;
}
figure.half {
  width: 49.8%;
  margin-right: 0.2%;
  float: left;
}
figure.third {
  width: 32.9%;
  margin-right: 0.3%;
  float: left;
}
figure.left {
  float: left;
}
figure.right {
  float: right;
  margin-left: 1%;
  margin-right: 0;
}
figure.center,
figure.centre {
  text-align: center;
}
figure.block {
  float: none;
}
@media only screen and (max-width: 510px) {
  figure.half,
  figure.third,
  figure.full {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    float: none;
  }
  figure.quarter {
    width: 49.6%;
    margin-right: 0.4%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (min-width: 1300px) {
  .uclic-logo {
    top: 25%;
    height: 3.5em;
  }
}
/*
 :::  Table of contents [Docs]. Source from getkirby.com
-------------------------------------------------- */
ul.toc {
  margin: 0;
  counter-reset: count;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: inline-block;
  min-width: 33%;
}
.toc li {
  list-style: none;
  counter-increment: count;
}
.toc a {
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0 0.75em 3em;
  line-height: 1.5em;
  font-size: 0.9em;
}
.toc a:hover {
  border-color: #ddd;
}
.toc a:after {
  position: absolute;
  right: 1em;
  content: '#';
  color: transparent;
  font-weight: 300;
}
.toc a:before {
  position: absolute;
  left: 1em;
  content: counter(count, decimal-leading-zero);
  color: #999;
  font-weight: 300;
}
.social-button {
  background: none;
  padding-right: 0;
}
.social-button.social-button-twitter:hover {
  color: #55acee;
}
.social-button.social-button-linkedin:hover {
  color: #0077b5;
}
.social-button.social-button-youtube:hover {
  color: #cd201f;
}
.social-button.social-button-facebook:hover {
  color: #3b5998;
}
.social-button.social-button-rss {
  color: #f26522;
}
.social-button.social-button-rss:hover {
  color: #f26522;
}
.footer .social-buttons {
  margin: 0;
  text-align: left;
  font-size: 3em;
}
.footer .social-buttons .social-button {
  background: none;
  padding-right: 0;
}
.footer .social-buttons .social-button.social-button-rss {
  color: inherit;
}
.footer .social-buttons .social-button.social-button-rss:hover {
  color: #f26522;
}
.footer .list-no-margin {
  margin-bottom: 0;
}
a[href$=".pdf"]:after {
  content: url("../images/pdf.png");
  padding-left: 2px;
}
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: url("../images/pdf.png");
  padding-left: 2px;
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: url("../images/word.png");
  padding-left: 2px;
}
a[href$=".zip"]:after,
a[href$=".rar"]:after {
  content: url("../images/zip.png");
  padding-left: 2px;
}
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: url("../images/excel.png");
  padding-left: 2px;
}
a[href^="http://"],
a[target="_blank"],
a[href^="https://"] {
  background: url("../images/external-link.png") no-repeat center right;
  padding-right: 15px;
}
a[href^="http://localhost"],
a[href^="http://uclic.local"],
a[href^="http://dev.uclic.ucl.ac.uk"],
a[href^="https://dev.uclic.ucl.ac.uk"],
a[href^="https://uclic.ucl.ac.uk"],
a[href^="http://uclic.ucl.ac.uk"],
a[href^="https://www.uclic.ucl.ac.uk"],
a[href^="http://www.uclic.ucl.ac.uk"],
a[noexternal^="true"],
a[data-noexternal^="true"] {
  background-image: none;
  padding-right: 0;
}
.blurb a:after {
  content: none;
  padding-left: 0;
}
/**
* General styles.
*/
.photograph {
  background-color: red;
}
.photograph--show .photograph__description {
  background-color: rgba(255, 0, 0, 0.8);
  position: absolute;
  bottom: 42%;
  right: 4%;
  padding: 10px 17px;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}
blockquote {
  border-left: 5px solid #ff0000;
  padding-left: 10px;
}
blockquote > ul {
  margin-bottom: 0;
  font-style: normal;
  list-style: none;
}
blockquote > ul li {
  list-style-image: none;
}
blockquote > ul li:before {
  content: "— ";
}
blockquote > p {
  margin: 1em 0 0 0;
  quotes: "“" "”";
}
blockquote > p:before {
  color: #bbb;
  content: open-quote;
  display: inline;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.site-content__inner {
  transition: max-height 0.5s ease-out;
}
.site-content__body {
  min-height: 450px;
}
.site-content__body h1,
.site-content__body h2 {
  color: red;
}
code,
pre {
  font-family: 'Source Code Pro', 'Courier', monospace;
}
pre {
  position: relative;
  display: block;
  margin-bottom: 1.5em;
  padding: 1em;
  overflow: auto;
  background: #f5f5f5;
  line-height: 1.5em;
}
.fa {
  margin-right: 5px;
}
.block {
  margin-bottom: 0.5em;
}
.block .block-icon {
  float: left;
  margin-top: 4px;
}
.block > div {
  margin-left: 20px;
}
hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.header--mobile {
  background-color: #ff0000;
  border-bottom-color: #ff0000;
  background-image: url(/assets/images/ucl-logo-web-head.png);
  background-position: right bottom;
  min-height: 80px;
}
@media only screen and (max-width: 767px) {
  .header--mobile {
    min-height: 30px;
  }
}
.brand__heading {
  top: 77%;
}
.uclic-logo {
  position: absolute;
  left: 35px;
  top: 30%;
  height: 2.5em;
  z-index: 50;
}
.mobile-logo-link {
  top: 5px;
  right: 33px;
  position: absolute;
}
@media only screen and (min-width: 530px) {
  .mobile-logo-link {
    bottom: 0;
    left: 30px;
    top: auto;
    right: auto;
  }
}
.uclic-logo-mobile {
  margin: 0;
}
@media only screen and (min-width: 767px) {
  .uclic-logo-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .uclic-logo {
    top: 25%;
    height: 3.5em;
  }
}
@media only screen and (max-width: 1045px) {
  .photograph--show .photograph__description {
    right: 2%;
    max-width: 450px;
    bottom: 19%;
    text-align: right;
  }
  .brand__heading {
    top: 73%;
  }
  .uclic-logo {
    top: 15%;
    height: 2.5em;
  }
}
#go-top {
  z-index: 150;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  /* image replacement properties */
  overflow: hidden;
  background: rgba(232, 98, 86, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  font-size: 27px;
  text-align: center;
  color: white;
}
#go-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
#go-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
#go-top.cd-is-visible,
#go-top.cd-fade-out,
#go-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
#go-top.cd-is-visible,
#go-top.cd-fade-out,
#go-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
#go-top:hover {
  background-color: #e86256;
  opacity: 1;
  box-shadow: none;
}
#go-top:hover,
#go-top:active,
#go-top:focus {
  text-decoration: none;
}
#go-top .fa {
  margin: 0;
  margin-top: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #go-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
    font-size: 45px;
  }
}
.nav--left {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.nav--left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.nav--left li {
  margin: 0;
}
.nav--left li ul {
  margin: 0;
}
.nav--left .level-1 {
  width: 230px;
  margin: 0;
  padding: 0;
  background-color: white;
  width: 100%;
}
.nav--left .level-1 > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background: #40403e;
  color: white;
  display: block;
  text-decoration: none;
  width: 300px;
}
.nav--left .level-1 > a:hover,
.nav--left .level-1 > a.active {
  background: red;
}
.nav--left .level-1.open > a {
  background: red;
}
.nav--left .level-1.open .level-2 {
  display: inline;
}
.nav--left .level-1 ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  max-height: 0;
  list-style-type: none;
  overflow: hidden;
  /*Animation*/
  -webkit-transition: all 1s -0.25s ease-out;
  -moz-transition: all 1s -0.25s ease-out;
  -o-transition: all 1s -0.25s ease-out;
  -ms-transition: all 1s -0.25s ease-out;
  transition: all 1s -0.25s ease-out;
}
.nav--left .level-1:hover ul,
.nav--left .level-1.open ul {
  /*Animation*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 500px;
}
.nav--left .level-1.logout > a {
  background: #F7CF1E;
  color: #40403e;
}
.nav--left .level-2 .child {
  padding-left: 15px;
}
.nav--left .level-2 a.active {
  text-decoration: underline;
}
.nav--mobile {
  margin-top: 3em;
}
.nav--mobile a {
  padding: 0;
}
.nav--mobile .submenu {
  margin-top: 0;
  margin-bottom: 0;
}
.nav--mobile .level-1 {
  margin-bottom: 1em;
}
.nav--left2 a.active {
  text-decoration: underline;
  color: #000;
}
.nav--left2 li.level-1.open .level-2,
.nav--left2 li.level-1:hover .level-2 {
  opacity: 1;
  height: auto;
}
.nav--left2 li.has-children > a {
  background: url(/assets/images/arrow-down.png) right center no-repeat;
  padding-right: 10px;
}
.nav--left2 li .level-2 {
  transition: opacity 2500ms ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.nav--left2 li .child a {
  background: none;
}
ul li {
  list-style-image: url("/assets/images/arrow-right.png");
}
ul li.breadcrumb__item {
  list-style-image: none;
}
.edit-button {
  float: right;
}
#search-icon,
#search-field {
  position: absolute;
  display: block;
  z-index: 50;
  top: 0;
  right: 35px;
}
#search-icon {
  margin: 15px 0;
}
#search-icon a {
  color: white;
}
#search-field {
  width: 218px;
  display: none;
}
#search-field .search {
  position: relative;
  font-size: 18px;
  padding-top: 34px;
  margin: -20px auto 0px;
}
#search-field label {
  position: absolute;
  left: 7px;
  top: 37px;
}
#search-field #search-input,
#search-field .hint {
  padding-left: 43px;
  padding-right: 3px;
}
#search-field #search-clear {
  right: 0;
  position: absolute;
  top: 42px;
}
#search-field #search-clear:hover,
#search-field #search-clear:focus,
#search-field #search-clear:active {
  text-decoration: none;
}
#search-form {
  max-width: 350px;
  margin-bottom: 0;
}
.search .search-form {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAANlBMV…tGmqE+8KU2a/9pUIkI0Yh8Y4nsQ7ORebM8F+TjaPy+9m/RA8R7BAiqV590AAAAAElFTkSuQmCC) 95% center no-repeat #fff;
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  position: absolute;
  top: 0;
  left: 15%;
  width: 75%;
  box-sizing: border-box;
}
.search-results .search-result .title {
  font-size: 1.5em;
}
.search-results .search-result .title a {
  color: #ff0000;
}
.search-results .search-result .url {
  margin-top: -10px;
  color: #0074D9;
}
.pagination a.active {
  text-decoration: underline;
  font-weight: bold;
}
@media only screen and (max-width: 989px) {
  .site-content__body {
    margin-left: 22.89562%;
    width: 77.03704%;
  }
  .nav--left .level-1 > a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .uclic-logo,
  .brand__heading,
  .photograph {
    display: none;
  }
  .site-content__body {
    margin-right: -100%;
    clear: both;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
  }
}
.news-sidebar p {
  margin-bottom: 0.5em;
}
.news-sidebar h1,
.news-sidebar h2,
.news-sidebar h3,
.news-sidebar h4,
.news-sidebar h5,
.news-sidebar h6 {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.news-sidebar h2 {
  font-size: 2rem;
  color: red;
  text-transform: uppercase;
}
.news-sidebar h3 {
  font-size: 1.6rem;
}
.news-sidebar.advert .advert__content {
  padding: 0.5em 0 0 0;
}
.news-sidebar.blurb .blurb__title {
  font-weight: normal;
  font-size: 1em;
}
.blurb-list .blurp {
  overflow: hidden;
}
.blurb-list .blurb {
  min-height: 2em;
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.blurb-list .blurb:last-of-type {
  margin-right: 0;
}
.blurb-list .blurb .tag {
  font-size: 100%;
}
.blurb-list.overview .blurb {
  width: 32%;
  margin-right: 0.5%;
}
.blurb .blurb-link-external {
  background: none;
  padding-right: 0;
}
@media only screen and (max-width: 989px) {
  .blurb-list .blurb {
    width: 49%;
    margin-right: 0.5%;
  }
  .blurb-list .blurb .tag {
    font-size: 100%;
  }
  .blurb-list.overview .blurb {
    width: 49%;
    margin-right: 0.5%;
  }
}
@media only screen and (max-width: 350px) {
  .blurb-list .blurb {
    width: 100%;
    display: block;
  }
  .blurb-list.overview .blurb {
    width: 100%;
    display: block;
  }
}
.tag {
  background-color: #40403e;
}
.blurb-announcement {
  border: 1px solid #40403e;
}
.blurb-announcement .blurb {
  padding-bottom: 0;
}
.blurb-announcement .img-container {
  max-height: 150px;
  overflow: hidden;
}
.blurb-announcement .blurb__body {
  padding: 5px 15px;
}
.theme-overview-detailed .blurb-list .blurb {
  width: 100%;
  display: block;
  margin-right: 0;
  padding-bottom: 0;
}
.theme-overview-detailed .blurb-list .blurb .tag {
  max-width: 23%;
}
.theme-overview-detailed .blurb-list .blurb .img-container {
  width: 25%;
  float: left;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .theme-overview-detailed .blurb-list .blurb .tag {
    max-width: 100%;
  }
  .theme-overview-detailed .blurb-list .blurb .img-container {
    width: 25%;
    float: none;
  }
}
.uclic-table td,
.uclic-table th {
  vertical-align: middle;
}
.uclic-table .sub-head td {
  text-align: center;
  font-weight: bold;
  background-color: #e5ecf9;
}
.uclic-table .first-col {
  width: 15%;
}
.uclic-table .third-col {
  width: 25%;
}
@media print {
  .main-navigation,
  .comments,
  .sidebar,
  .footer,
  .photograph__description,
  #search-icon,
  #search-field,
  .brand__link {
    display: none;
  }
  .photograph--show {
    background: none;
    padding-bottom: inherit;
  }
  .site-content__body {
    margin: 0;
    width: 100%;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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:
   * 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;
  }
}
.student-projects .project-title {
  font-size: 2rem;
  color: red;
  cursor: pointer;
}
.student-projects .project-title::after {
  content: '\25bc';
  display: inline-block;
  -moz-transition: -moz-transform 550ms ease;
  -ms-transition: -ms-transform 550ms ease;
  -o-transition: -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;
  transition: transform 550ms ease;
}
.student-projects .project-title.open::after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.student-projects .project-supervision {
  width: 25%;
}
#student-projects-controls .show-all {
  float: right;
}
.no-linebreak {
  white-space: nowrap;
}
