html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 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, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

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

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

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

input,
select,
textarea {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[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.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[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; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

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

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

select {
  margin-bottom: 0.75em;
  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; }

figure {
  margin: 0; }

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

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

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

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

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

body {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

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

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 114%;
  /*67%;*/
  /* aspect ratio */
  vertical-align: top;
  overflow: hidden; }

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.node {
  stroke: #fff;
  stroke-width: 1.5px; }

.node.pinned {
  opacity: 0.5; }

.link {
  stroke: #999;
  stroke-opacity: .6; }

.link.weak {
  stroke: #000;
  stroke-width: 1px;
  stroke-opacity: 0.05;
  stroke-dasharray: 10,10; }

.link.flatter {
  stroke: #000;
  stroke-width: 2px;
  stroke-opacity: 0.05;
  stroke-dasharray: 10,10; }

.interdiscipline_connection {
  stroke: #ffc300;
  stroke-opacity: .4; }

path.chord {
  fill-opacity: .9; }

.grounded-label {
  paint-order: stroke;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-opacity: 0.75; }

.organisation_third_sector {
  fill: #00b343; }

.organisation_private {
  fill: #62b3e6; }

.organisation_public_he {
  fill: #f2a71b; }

.organisation_public_service {
  fill: #eb7600; }

.organisation_cx {
  fill: #fff;
  stroke: #ffc300;
  stroke-width: 4; }

.organisation_cx text {
  fill: #ffc300; }

.key_international {
  fill: #aaa; }

.key_discipline {
  fill: #ffc300; }

.key_academic {
  fill: #fff;
  stroke: #3398ff;
  stroke-width: 2; }

/*
	This is for the height of the device
*/
body {
  font-weight: 400;
  line-height: 1.35em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 20em) and (max-width: 40em) {
  #container {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    #container:last-child {
      margin-right: 0; }
    #container:nth-child(1n) {
      margin-right: 0; }
    #container:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 40em) and (max-width: 60em) {
  #container {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 100%; }
    #container:last-child {
      margin-right: 0; }
    #container:nth-child(1n) {
      margin-right: 0; }
    #container:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 60em) {
  #container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #container:last-child {
      margin-right: 0; }
    #container:nth-child(1n) {
      margin-right: 0; }
    #container:nth-child(1n+1) {
      clear: left; } }

.sections {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px; }
  .sections::after {
    clear: both;
    content: "";
    display: block; }
  .sections header.title {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 0.25em; }

.alt-colour {
  color: #828282; }

.highlight-colour {
  color: #eb7600; }

/*
	Logic for the logos - first section of the webpage
*/
.logos {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 60em) {
    .logos {
      margin-top: 3em; }
      .logos .cx-logo {
        float: left;
        width: 30%; }
      .logos .institutions-logos {
        float: right;
        width: 60%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; }
        .logos .institutions-logos .logo {
          max-height: 130px;
          padding-left: 30px; } }
  @media screen and (min-width: 40em) and (max-width: 60em) {
    .logos {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .logos .cx-logo {
        float: left;
        display: block;
        margin-right: 3.16844%;
        width: 31.22104%; }
        .logos .cx-logo:last-child {
          margin-right: 0; }
      .logos .institutions-logos {
        float: left;
        display: block;
        margin-right: 3.16844%;
        width: 65.61052%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; }
        .logos .institutions-logos:last-child {
          margin-right: 0; }
        .logos .institutions-logos .logo {
          max-height: 130px;
          padding-left: 20px; } }
  @media screen and (min-width: 20em) and (max-width: 40em) {
    .logos .cx-logo {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 65.05695%;
      margin-left: 17.47153%; }
      .logos .cx-logo:last-child {
        margin-right: 0; }
    .logos .institutions-logos {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; }
      .logos .institutions-logos:last-child {
        margin-right: 0; }
      .logos .institutions-logos .logo {
        max-height: 130px; }
      .logos .institutions-logos a:not(:first-child) {
        padding-left: 20px; } }

.intro {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px; }
  .intro .cx-tag-line {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    text-align: center; }
    .intro .cx-tag-line:last-child {
      margin-right: 0; }
    .intro .cx-tag-line h1 {
      font-weight: 300;
      max-width: 70%;
      margin-top: 2em;
      margin-bottom: 1.5em; }

/*
	Logic for the video
*/
.video {
  padding-left: 20px;
  padding-right: 20px; }
  .video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .video .embed-container iframe, .video .embed-container object, .video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cx-description {
  margin-top: 2.2em;
  margin-bottom: 3em; }
  .cx-description h3 {
    margin-bottom: 0.35em; }
  @media screen and (min-width: 60em) {
    .cx-description {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute; }
      .cx-description .cx-desc-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .cx-description .cx-desc-col:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 40em) and (max-width: 60em) {
    .cx-description {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute; }
      .cx-description .cx-desc-col {
        float: left;
        display: block;
        margin-right: 3.16844%;
        width: 31.22104%; }
        .cx-description .cx-desc-col:last-child {
          margin-right: 0; } }

/*
	Logic for the 
*/
/*
	Logic for the
*/
.projects {
  padding-left: 20px;
  padding-right: 20px; }
  .projects a {
    all: unset; }
  .projects .cx-project {
    margin-bottom: 2.35765%; }
    @media screen and (min-width: 60em) {
      .projects .cx-project {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .projects .cx-project:last-child {
          margin-right: 0; }
        .projects .cx-project:nth-child(3n) {
          margin-right: 0; }
        .projects .cx-project:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 40em) and (max-width: 60em) {
      .projects .cx-project {
        float: left;
        display: block;
        margin-right: 3.16844%;
        width: 31.22104%; }
        .projects .cx-project:last-child {
          margin-right: 0; }
        .projects .cx-project:nth-child(3n) {
          margin-right: 0; }
        .projects .cx-project:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 20em) and (max-width: 40em) {
      .projects .cx-project {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%; }
        .projects .cx-project:last-child {
          margin-right: 0; }
        .projects .cx-project:nth-child(2n) {
          margin-right: 0; }
        .projects .cx-project:nth-child(2n+1) {
          clear: left; } }
  .projects .project-image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    transition: background-size 0.4s ease-out;
    overflow: hidden; }
    .projects .project-image .mask {
      width: 100%;
      height: 100%;
      opacity: 0.25;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
      transition: opacity 0.45s ease-out; }
    .projects .project-image:hover {
      background-size: 105%; }
      .projects .project-image:hover .mask {
        opacity: 1; }
    .projects .project-image .content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-weight: 400;
      color: #fff;
      -webkit-text-fill-color: #fff;
      width: 90%; }
      .projects .project-image .content .title {
        font-size: 1.9em;
        line-height: 1.05em;
        margin-bottom: 0.2em; }
        @media screen and (min-width: 20em) and (max-width: 40em) {
          .projects .project-image .content .title {
            font-size: 1.5em;
            line-height: 1.05em; } }
        @media screen and (min-width: 40em) and (max-width: 60em) {
          .projects .project-image .content .title {
            margin-bottom: 20px; }
            .projects .project-image .content .title span {
              position: relative;
              display: inline-block; }
              .projects .project-image .content .title span:after {
                content: "";
                display: block;
                position: absolute;
                bottom: -11px;
                left: 20px;
                right: 20px;
                top: -10px;
                border-bottom: 1px solid #fff;
                opacity: 0.7; } }
        @media screen and (min-width: large-screen) {
          .projects .project-image .content .title {
            margin-bottom: 20px; }
            .projects .project-image .content .title span {
              position: relative;
              display: inline-block; }
              .projects .project-image .content .title span:after {
                content: "";
                display: block;
                position: absolute;
                bottom: -11px;
                left: 20px;
                right: 20px;
                top: -10px;
                border-bottom: 1px solid #fff;
                opacity: 0.7; } }
      .projects .project-image .content .partners {
        font-size: 0.8em;
        line-height: 1.1em;
        margin-bottom: 20px; }
        .projects .project-image .content .partners span {
          position: relative;
          display: inline-block; }
          .projects .project-image .content .partners span:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -11px;
            left: 20px;
            right: 20px;
            top: -10px;
            border-bottom: 1px solid #fff;
            opacity: 0.7; }
        @media screen and (min-width: 20em) and (max-width: 40em) {
          .projects .project-image .content .partners {
            display: none; } }
      @media screen and (min-width: 20em) and (max-width: 40em) {
        .projects .project-image .content .description {
          display: none; } }

.cx-phds {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px; }
  .cx-phds .phd {
    margin-bottom: 2.35765%; }
    @media screen and (min-width: 60em) {
      .cx-phds .phd {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 10.96186%; }
        .cx-phds .phd:last-child {
          margin-right: 0; }
        .cx-phds .phd:nth-child(8n) {
          margin-right: 0; }
        .cx-phds .phd:nth-child(8n+1) {
          clear: left; } }
    @media screen and (min-width: 40em) and (max-width: 60em) {
      .cx-phds .phd {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .cx-phds .phd:last-child {
          margin-right: 0; }
        .cx-phds .phd:nth-child(6n) {
          margin-right: 0; }
        .cx-phds .phd:nth-child(6n+1) {
          clear: left; } }
    @media screen and (min-width: 20em) and (max-width: 40em) {
      .cx-phds .phd {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%; }
        .cx-phds .phd:last-child {
          margin-right: 0; }
        .cx-phds .phd:nth-child(3n) {
          margin-right: 0; }
        .cx-phds .phd:nth-child(3n+1) {
          clear: left; } }

.cx-team {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px; }
  .cx-team .academic {
    margin-bottom: 2.35765%; }
    @media screen and (min-width: 60em) {
      .cx-team .academic {
        float: left;
        display: block;
        margin-right: 1.75788%;
        width: 10.96186%; }
        .cx-team .academic:last-child {
          margin-right: 0; }
        .cx-team .academic:nth-child(8n) {
          margin-right: 0; }
        .cx-team .academic:nth-child(8n+1) {
          clear: left; } }
    @media screen and (min-width: 40em) and (max-width: 60em) {
      .cx-team .academic {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .cx-team .academic:last-child {
          margin-right: 0; }
        .cx-team .academic:nth-child(6n) {
          margin-right: 0; }
        .cx-team .academic:nth-child(6n+1) {
          clear: left; } }
    @media screen and (min-width: 20em) and (max-width: 40em) {
      .cx-team .academic {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%; }
        .cx-team .academic:last-child {
          margin-right: 0; }
        .cx-team .academic:nth-child(3n) {
          margin-right: 0; }
        .cx-team .academic:nth-child(3n+1) {
          clear: left; } }

.person-image {
  display: block;
  position: relative;
  padding-bottom: 149%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  transition: background-size 0.4s ease-out;
  overflow: hidden; }
  .person-image .mask {
    width: 100%;
    height: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    transition: opacity 0.45s ease-out; }
  .person-image:hover {
    background-size: 102%; }
    .person-image:hover .mask {
      opacity: 0.4; }
  .person-image .content {
    font-weight: 400;
    color: #fff;
    display: table;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1em; }
    .person-image .content .name {
      display: table-cell;
      vertical-align: bottom;
      font-size: 1em;
      line-height: 1.05em; }

/*
	Logic for the
*/
.outcomes .title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .outcomes .title::after {
    clear: both;
    content: "";
    display: block; }
.outcomes .tabs .items {
  float: right; }
  .outcomes .tabs .items a {
    float: left;
    color: #000;
    border-left: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    background-color: #fff;
    transition: background-color 0.45s ease-out; }
    .outcomes .tabs .items a .total-pubs {
      border-radius: 1em;
      border: 1px solid #cbcbcb;
      transition: border-color 0.45s ease-out;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 7px;
      padding-right: 7px;
      display: inline-block;
      margin-left: 0.2em; }
    .outcomes .tabs .items a:last-child {
      border-right: 1px solid #cbcbcb; }
    .outcomes .tabs .items a:hover {
      background-color: #ffc40d; }
      .outcomes .tabs .items a:hover .total-pubs {
        border-color: #6e6e6e;
        background-color: #fff; }
    .outcomes .tabs .items a.active {
      background-color: #ffc40d; }
      .outcomes .tabs .items a.active .total-pubs {
        border-color: #6e6e6e; }
.outcomes .pager {
  text-align: center;
  float: left;
  display: block;
  margin-right: 38.19822%;
  width: 100%;
  margin-top: 0.5em; }
  .outcomes .pager:last-child {
    margin-right: 0; }
  .outcomes .pager * {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 2em; }
  .outcomes .pager a {
    width: 2em;
    height: 2em;
    border-radius: 1em;
    border: 1px solid #cbcbcb;
    transition: background-color 0.45s ease-out;
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 0.55em; }
    .outcomes .pager a.back {
      background-image: url("../img/arrow_left.png"); }
    .outcomes .pager a.forward {
      background-image: url("../img/arrow_right.png"); }
    .outcomes .pager a:hover {
      background-color: #ffc40d; }
.outcomes .list-of-publications {
  margin-top: 0.7em; }
  .outcomes .list-of-publications::after {
    clear: both;
    content: "";
    display: block; }
.outcomes .output li {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 36px;
  padding-right: 12px;
  background-color: #f0f0f0; }
.outcomes .output li:first-child {
  background-color: #e5e5e5;
  background-image: url("../img/document_icon.png");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 9px 7px; }
.outcomes .output li.authors {
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #FFF; }
.outcomes .output li:last-child {
  font-size: 0.8em;
  line-height: 1.1em;
  border-bottom: 1px solid #bfbfbf; }
.outcomes .output span {
  margin-right: 5px; }
.outcomes .matrix {
  position: relative;
  margin-top: 3.5em;
  margin-bottom: 5em; }
  .outcomes .matrix::after {
    clear: both;
    content: "";
    display: block; }
  .outcomes .matrix img {
    max-width: 100%;
    height: auto;
    display: block;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em; }
    @media screen and (min-width: 20em) and (max-width: 40em) {
      .outcomes .matrix img {
        padding-left: 0;
        padding-right: 0; } }
  .outcomes .matrix svg {
    width: 100%; }
@media screen and (min-width: 60em) {
  .outcomes .title header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .outcomes .title header:last-child {
      margin-right: 0; }
  .outcomes .title .tabs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .outcomes .title .tabs:last-child {
      margin-right: 0; }
  .outcomes .list-of-publications .panel {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 32.55661%; }
    .outcomes .list-of-publications .panel:last-child {
      margin-right: 0; }
    .outcomes .list-of-publications .panel:nth-child(3n) {
      margin-right: 0; }
    .outcomes .list-of-publications .panel:nth-child(3n+1) {
      clear: left; }
    .outcomes .list-of-publications .panel .output {
      margin-bottom: 3%; } }
@media screen and (min-width: 40em) and (max-width: 60em) {
  .outcomes #third {
    display: none; }
  .outcomes .title header {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 31.22104%; }
    .outcomes .title header:last-child {
      margin-right: 0; }
  .outcomes .title .tabs {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 65.61052%; }
    .outcomes .title .tabs:last-child {
      margin-right: 0; }
  .outcomes .list-of-publications .panel {
    float: left;
    display: block;
    margin-right: 1.75788%;
    width: 49.12106%; }
    .outcomes .list-of-publications .panel:last-child {
      margin-right: 0; }
    .outcomes .list-of-publications .panel:nth-child(2n) {
      margin-right: 0; }
    .outcomes .list-of-publications .panel:nth-child(2n+1) {
      clear: left; }
    .outcomes .list-of-publications .panel .output {
      margin-bottom: 3%; } }
@media screen and (min-width: 20em) and (max-width: 40em) {
  .outcomes #third {
    display: none; }
  .outcomes #second {
    display: none; }
  .outcomes .title header {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    .outcomes .title header:last-child {
      margin-right: 0; }
  .outcomes .title .tabs {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    .outcomes .title .tabs:last-child {
      margin-right: 0; }
  .outcomes .list-of-publications .panel {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    .outcomes .list-of-publications .panel:last-child {
      margin-right: 0; }
    .outcomes .list-of-publications .panel:nth-child(1n) {
      margin-right: 0; }
    .outcomes .list-of-publications .panel:nth-child(1n+1) {
      clear: left; }
    .outcomes .list-of-publications .panel .output {
      margin-bottom: 3%; } }

/*
	Logic for the
*/
/*
	Logic for the
*/
.reports {
  margin-bottom: 5em;
  background: url("../img/report-icon-highlight.png") no-repeat -9999px -9999px; }
  .reports .col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .reports .col:last-child {
      margin-right: 0; }
    @media screen and (min-width: 20em) and (max-width: 40em) {
      .reports .col {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .reports .col:last-child {
          margin-right: 0; } }
  .reports .report {
    display: block;
    color: #000;
    background-image: url("../img/report-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 3em;
    padding-top: 0.75em;
    padding-left: 3.5em;
    min-height: 3em; }
    .reports .report.final {
      background-size: 8em;
      padding-left: 8.5em; }
      .reports .report.final .title {
        font-size: 1.5em;
        line-height: 1.05em; }
    .reports .report:hover {
      color: #000;
      background-image: url("../img/report-icon-highlight.png"); }
    .reports .report .title {
      font-size: 1.2em;
      line-height: 1.05em;
      margin-bottom: 0.25em; }
    .reports .report .date {
      font-weight: 400;
      margin-bottom: 10px; }
      .reports .report .date span {
        position: relative;
        display: inline-block; }
        .reports .report .date span:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -6px;
          left: 0;
          right: 0;
          top: -5px;
          border-bottom: 1px solid #000;
          opacity: 0.7; }
  .reports .further {
    background-color: #ebebeb;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 2em;
    margin-right: 2em; }
    .reports .further::after {
      clear: both;
      content: "";
      display: block; }
    .reports .further .label {
      font-size: 1.2em;
      line-height: 1.05em;
      line-height: 1.6em;
      float: left; }
    .reports .further .more-button {
      float: right; }

.top-to-bottom {
  padding: 18px 20px 0 20px;
  border: 1px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%);
  border-image: linear-gradient(to bottom, #CCCCCC 0%, #FFFFFF 100%);
  border-image-slice: 1; }
  .top-to-bottom::after {
    clear: both;
    content: "";
    display: block; }

.header-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: solid 1px #b2b2b2;
  border-top: solid 1px #b2b2b2;
  background-color: #FFFFFF; }

.nav-container {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .nav-container .logo {
    background-image: url("../img/cx_logo_nav.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (min-width: 60em) {
      .nav-container .logo {
        width: 3em;
        position: absolute;
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: opacity 0.5s ease-out; }
        .nav-container .logo.showing {
          opacity: 1; } }
    @media screen and (min-width: 40em) and (max-width: 60em) {
      .nav-container .logo {
        width: 2.5em;
        height: 2.5em;
        position: absolute; } }
    @media screen and (min-width: 20em) and (max-width: 40em) {
      .nav-container .logo {
        width: 2.2em;
        height: 2.2em;
        position: absolute; } }
  @media screen and (min-width: 60em) {
    .nav-container .current-menu-item {
      display: none; } }
  @media screen and (min-width: 40em) and (max-width: 60em) {
    .nav-container .current-menu-item {
      position: absolute;
      top: 20%;
      left: 10%;
      width: 80%;
      text-align: center; } }
  @media screen and (min-width: 20em) and (max-width: 40em) {
    .nav-container .current-menu-item {
      position: absolute;
      top: 15%;
      left: 20%;
      width: 60%;
      text-align: center; } }

.topnav {
  font-weight: 400; }
  @media screen and (min-width: 60em) {
    .topnav {
      float: right;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      /* Float the list items side by side */
      /* Style the links */ }
      .topnav::after {
        clear: both;
        content: "";
        display: block; }
      .topnav .icon {
        display: none; }
      .topnav .active {
        background-color: #eee; }
      .topnav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden; }
      .topnav li {
        float: left;
        border-left: solid 1px #b2b2b2; }
        .topnav li:last-child {
          border-right: solid 1px #b2b2b2; }
      .topnav a {
        display: inline-block;
        color: #000;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 1em; }
      .topnav a:hover {
        background-color: #eee; } }
  @media screen and (min-width: 40em) and (max-width: 60em) {
    .topnav {
      float: right; }
      .topnav a {
        display: inline-block;
        color: #000;
        padding: 10px 10px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 16.18px; }
      .topnav li:not(:first-child) {
        display: none; }
      .topnav li.icon {
        float: right;
        display: inline-block; }
      .topnav.responsive li {
        display: block;
        text-align: right; }
      .topnav.responsive li a:hover:not(.icon) {
        background-color: #eee; }
      .topnav.responsive li:not(.icon) a.active {
        background-color: #eee; } }
  @media screen and (min-width: 20em) and (max-width: 40em) {
    .topnav {
      float: right; }
      .topnav a {
        display: inline-block;
        color: #000;
        padding: 6px 6px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 12.944px; }
      .topnav li:not(:first-child) {
        display: none; }
      .topnav li.icon {
        float: right;
        display: inline-block; }
      .topnav.responsive li {
        display: block;
        text-align: right; }
      .topnav.responsive li a:hover:not(.icon) {
        background-color: #eee; }
      .topnav.responsive li:not(.icon) a.active {
        background-color: #eee; } }

.footer {
  background-color: #e0e0e0;
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .footer a {
    padding-right: 20px;
    font-size: 0.7em;
    color: #000; }
    .footer a:hover {
      color: #000;
      text-decoration: underline; }

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 0.6em;
  text-align: left;
  z-index: 99;
  padding-top: 4em; }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
.modal .modal-close {
  z-index: 1000;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  cursor: pointer; }
  .modal .modal-close::after, .modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    height: 1.5em;
    width: 0.1em;
    background: #000;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    transform: rotate(45deg); }
  .modal .modal-close:hover::after, .modal .modal-close:hover::before {
    background: black; }
  .modal .modal-close::before {
    transform: rotate(-45deg); }
.modal .modal-inner {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease; }
  @media (min-height: 900px) {
    .modal .modal-inner {
      width: 400px; } }
  @media (min-height: 700px) and (max-height: 899px) {
    .modal .modal-inner {
      width: 400px; } }
  @media (max-height: 699px) {
    .modal .modal-inner {
      width: 320px; } }
.modal [ng\:cloak], .modal [ng-cloak], .modal .ng-cloak {
  display: none !important; }
.modal .modal-content .identification {
  position: relative; }
  .modal .modal-content .identification::after {
    clear: both;
    content: "";
    display: block; }
  .modal .modal-content .identification .text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 196px; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .text {
        left: 152px; } }
  @media (max-height: 699px) {
    .modal .modal-content .identification img {
      width: 140px !important;
      margin-top: 3em; } }
  .modal .modal-content .identification img {
    float: left;
    border: 1px solid #ccc; }
  .modal .modal-content .identification .name {
    font-size: 1.5em;
    line-height: 1.05em;
    font-weight: 700; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .name {
        font-size: 1em;
        line-height: 1.05em;
        margin-top: 3em; } }
  .modal .modal-content .identification .role {
    margin-top: 0.5em; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .role {
        margin-top: 0.3em; } }
  .modal .modal-content .identification .organisation {
    margin-top: 0.5em; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .organisation {
        margin-top: 0.3em; } }
  .modal .modal-content .identification .more {
    margin-top: 0.8em; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .more {
        margin-top: 0.4em; } }
  .modal .modal-content .identification .video-button img {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .video-button img {
        margin-top: 6px;
        margin-bottom: 12px; } }
  .modal .modal-content .identification .video-button span img {
    margin-top: -138px; }
    @media (max-height: 699px) {
      .modal .modal-content .identification .video-button span img {
        margin-top: -103px; } }
  .modal .modal-content .identification .more-button {
    margin-top: 20px; }
.modal .modal-content .details {
  margin-top: 1em; }
  .modal .modal-content .details .subheading {
    font-size: 1em;
    line-height: 1.05em;
    font-weight: 700;
    margin-bottom: 0.3em; }

.video-modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 0.6em;
  text-align: left;
  z-index: 99;
  padding-top: 4em; }
  .video-modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
.video-modal .modal-back-parent {
  z-index: 1100;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  height: 1em;
  width: 1em;
  cursor: pointer;
  margin-top: -5px;
  padding: 15px; }
.video-modal .modal-back {
  z-index: 1000;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  height: 1em;
  width: 1em;
  cursor: inherit;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  transform: rotate(135deg); }
  .video-modal .modal-back::after, .video-modal .modal-back::before {
    background: #000;
    content: ""; }
  .video-modal .modal-back:hover::after, .video-modal .modal-back:hover::before {
    background: black; }
.video-modal .modal-close {
  z-index: 1000;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  cursor: pointer; }
  .video-modal .modal-close::after, .video-modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    height: 1.5em;
    width: 0.1em;
    background: #000;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    transform: rotate(45deg); }
  .video-modal .modal-close:hover::after, .video-modal .modal-close:hover::before {
    background: black; }
  .video-modal .modal-close::before {
    transform: rotate(-45deg); }
.video-modal .modal-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 90%;
  		/*@include media($medium-screen) {
            max-height: 70%;
            padding: $modal-padding;
            width: 60%;
          }
  
          @include media($large-screen) {
            width: 50%;
          }*/ }
  .video-modal .modal-inner::after {
    clear: both;
    content: "";
    display: block; }
.video-modal [ng\:cloak], .video-modal [ng-cloak], .video-modal .ng-cloak {
  display: none !important; }
.video-modal .modal-content .identification {
  position: relative; }
  .video-modal .modal-content .identification::after {
    clear: both;
    content: "";
    display: block; }
  .video-modal .modal-content .identification .text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    margin-top: -2.4em; }
  .video-modal .modal-content .identification .name {
    font-size: 1.5em;
    line-height: 1.05em;
    font-weight: 700;
    text-align: center; }
.video-modal .modal-content .details {
  margin-top: 3em; }
  .video-modal .modal-content .details .subheading {
    font-size: 1em;
    line-height: 1.05em;
    font-weight: 700;
    margin-bottom: 0.3em; }

.mini-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.mini-video iframe, .mini-video object, .mini-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0; }
  .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: block; }
  .accordion-tabs-minimal .tab-header-and-content {
    list-style: none;
    display: inline; }
  .accordion-tabs-minimal .tab-link {
    background-color: #fff;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #333;
    padding: 0.75em 1.618em;
    text-decoration: none;
    width: 24.7%;
    color: #545454;
    display: inline-block;
    text-align: center; }
    .accordion-tabs-minimal .tab-link:hover {
      color: #000;
      background-color: #e4e4e4; }
    .accordion-tabs-minimal .tab-link:focus {
      outline: none; }
    .accordion-tabs-minimal .tab-link.is-active {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      background-color: #f6833b;
      color: #000; }
  .accordion-tabs-minimal .tab-content {
    display: none;
    float: left;
    background-size: cover;
    height: 600px;
    width: 100%; }
    .accordion-tabs-minimal .tab-content.is-open .the-data {
      color: #FFFFFF;
      width: 24.7%;
      height: 600px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 24.7px; }
  @media screen and (min-width: 20em) and (max-width: 40em) {
    .accordion-tabs-minimal .tab-header-and-content {
      display: block; }
    .accordion-tabs-minimal .tab-link {
      display: block;
      width: auto;
      background-color: #e4e4e4; }
      .accordion-tabs-minimal .tab-link:hover {
        background-color: #d0d0d0; }
    .accordion-tabs-minimal .tab-content {
      float: none;
      height: 100%; }
      .accordion-tabs-minimal .tab-content.is-open .the-data {
        width: auto;
        height: 100%; } }

.more-button {
  padding-top: 0.17em;
  padding-bottom: 0.3em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border: 1px solid #ababab;
  transition: border-color 0.25s ease-out;
  word-break: keep-all;
  color: #000; }
  .more-button:hover {
    color: #000;
    border-color: #000; }
  .more-button.inverted {
    border-color: #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7); }

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