/*
 Theme Name: UoL MIC Theme V2.0
 Theme URI: https://drucifixion.com
 Author: drucifixion.com
 Author URI: https://drucifixion.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */
/*--------------------------------------------------------------
12.0 Navigation
*/
.navigation-top {
  background: #193E72;
  font-size: 20px;
  position: relative;
  z-index: 100;
  padding: 4px 0; }
  .navigation-top a .fab {
    font-size: 125%;
    vertical-align: middle; }

.navigation-holder {
  left: 0;
  right: 0;
  display: nonex;
  height: 300px; }

.navigation-top.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

.navigation-top .wrap {
  padding: 0; }

.navigation-top a {
  color: #768692;
  font-weight: normal;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #767676; }

.main-navigation {
  clear: both;
  display: block; }

#site-navigation.main-navigation .menu-main-menu-container > ul {
  background: #193E72;
  list-style: none;
  margin: 0;
  padding: 0 0em;
  text-align: left; }

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none; }

.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0; }

.js .main-navigation.toggled-on > div > ul {
  display: block; }

.main-navigation ul ul {
  padding: 0 0 0 1.5em;
  font-size: 85%; }

.main-navigation ul ul.toggled-on {
  display: block; }

.main-navigation ul ul li a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
  margin-bottom: 2px; }

.main-navigation ul ul > li:last-of-type a {
  border-bottom: none; }

.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative; }

.main-navigation li li,
.main-navigation li:last-child {
  border: 0; }

body.mic .main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  color: #ffffff; }

body.mic .main-navigation a:hover {
  color: #193E72;
  background-color: #ffffff; }

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: none;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1;
  margin: 1px auto 2px;
  padding: 4px;
  text-shadow: none;
  cursor: pointer;
  width: 100%; }

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block; }

.main-navigation.toggled-on ul.nav-menu {
  display: block; }

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.menu-toggle:focus {
  outline: thin solid; }

.menu-toggle .icon {
  margin: -6px 0.5em 0 0;
  top: -4px;
  height: 22px;
  width: 25px;
  vertical-align: middle;
  fill: #ffffff; }

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
  fill: #ffffff; }

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
  fill: #ffffff; }

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  fill: #fff;
  display: block;
  font-size: 10px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent; }

.dropdown-toggle:focus {
  outline: thin dotted; }

.dropdown-toggle .icon {
  width: 4em;
  height: 3.2em;
  border: 1px solid #fff;
  border-radius: 8px; }

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg); }

/* Scroll down arrow */
body.mic .site-header .menu-scroll-down {
  display: none; }

@media screen and (min-width: 1024px) {
  /* Navigation */
  /*
  	.navigation-top {
  		bottom: 0;
  		font-size: 14px;
  		font-size: 0.875rem;
  		left: 0;
  		position: absolute;
  		right: 0;
  		width: 100%;
  		z-index: 3;
  	}
  
  	.navigation-top .wrap {
  		max-width: 1000px;
  		padding: 0.75em 3.4166666666667em;
  	}
  
  	.navigation-top nav {
  		margin-left: -1.25em;
  	}
  /*
  	
  	.site-navigation-fixed.navigation-top {
  		bottom: auto;
  		position: fixed;
  		left: 0;
  		right: 0;
  		top: 0;
  		width: 100%;
  		z-index: 7;
  	}
  
  	.admin-bar .site-navigation-fixed.navigation-top {
  		top: 32px;
  	}
  	*/
  /* Main Navigation */
  .js .menu-toggle,
  .js .dropdown-toggle {
    display: none; }

  .main-navigation {
    width: auto; }

  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block; }

  .main-navigation ul {
    background: transparent;
    padding: 0; }

  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0; }

  .main-navigation li {
    border: 0;
    display: inline-block; }

  .main-navigation li li {
    display: block; }

  body.mic .main-navigation {
    padding: 0em 0; }
    body.mic .main-navigation ul li {
      position: relative;
      padding-bottom: 2px; }
      body.mic .main-navigation ul li a {
        padding: 0.2em 0.6em;
        border: 1px solid  #ffffff;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 200;
        font-size: 0.9em; }
        body.mic .main-navigation ul li a svg {
          display: none; }
      body.mic .main-navigation ul li a:hover {
        background: #ffffff;
        color: #193E72; }
      body.mic .main-navigation ul li a:hover:after {
        color: #193E72;
        line-height: 1.5em; }
    body.mic .main-navigation ul li.menu-item-has-children > a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f078';
      color: #ffffff;
      margin-left: 0.7em;
      font-size: 0.7em;
      vertical-align: text-top;
      line-height: 1.4em; }
  body.mic .header-navigation ul li.menu-item-has-children > a:after {
    color: #768692; }

  body.mic .main-navigation ul ul {
    background: rgba(25, 62, 114, 0.8);
    border: 1px solid #ffffff;
    border-radius: 4px;
    left: -999em;
    margin-left: -9px;
    padding: 8px;
    position: absolute;
    top: 100%;
    z-index: 99999; }
    body.mic .main-navigation ul ul li {
      border-bottom: 1px solid #ffffff;
      margin-bottom: 2px; }
      body.mic .main-navigation ul ul li a {
        border: none; }
      body.mic .main-navigation ul ul li a:after {
        content: ''; }
      body.mic .main-navigation ul ul li a:hover:after {
        color: #193E72;
        line-height: 0em; }
    body.mic .main-navigation ul ul > li:last-of-type {
      border-bottom: none; }

  .main-navigation ul li.menu-item-has-children:before,
  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:before,
  .main-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 1em;
    bottom: -1px;
    width: 0;
    z-index: 100000; }

  .main-navigation ul li.menu-item-has-children.focus:before,
  .main-navigation ul li.menu-item-has-children:hover:before,
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:before,
  .main-navigation ul li.page_item_has_children:hover:before,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: block; }

  .main-navigation ul li.menu-item-has-children:before,
  .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #ffffff;
    bottom: 0; }

  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #193E72; }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto; }

  .main-navigation ul ul a {
    padding: 0.75em 1.25em;
    width: 16em; }

  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }

  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }

  .main-navigation li li.focus > a,
  .main-navigation li li:focus > a,
  .main-navigation li li:hover > a,
  .main-navigation li li a:hover,
  .main-navigation li li a:focus,
  .main-navigation li li.current_page_item a:hover,
  .main-navigation li li.current-menu-item a:hover,
  .main-navigation li li.current_page_item a:focus,
  .main-navigation li li.current-menu-item a:focus {
    color: #fff; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0.5em;
    right: auto; }

  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: none;
    left: 5px;
    position: relative;
    top: -1px; }

  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg); }

  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0; }

  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none; }

  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none; }

  /* Scroll down arrow */
  .site-header .menu-scroll-down {
    display: none;
    padding: 1em;
    position: absolute;
    right: 0; }

  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg); }

  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em; }

  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em; }

  .menu-scroll-down:focus {
    outline: thin dotted; }

  .menu-scroll-down .icon {
    height: 18px;
    width: 18px; } }
/* Scss Document */
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

body.mic {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background: #ffffff;
  font-size: 16px;
  color: #333333; }
  body.mic .mobile-only, body.mic .collapsible-hidden, body.mic time.updated, body.mic .entry-footer {
    display: none; }
  body.mic .clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  body.mic .edit-link {
    display: none; }
  body.mic .wrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative; }
  body.mic a {
    color: #193E72;
    text-decoration: none; }
  body.mic .trans, body.mic .trans *, body.mic .trans .wrap ul, body.mic a, body.mic a *, body.mic div, body.mic button, body.mic span.collapseomatic, body.mic .tm-single {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body.mic .header-branding {
    background: white;
    padding: 42px 0;
    box-sizing: border-box; }
    body.mic .header-branding .logo {
      float: left; }
      body.mic .header-branding .logo img {
        width: auto;
        height: 40px;
        padding-bottom: 5px; }
    body.mic .header-branding .header-nav {
      width: 700px;
      display: inline-block;
      float: right; }
      body.mic .header-branding .header-nav form.search-form {
        width: auto;
        margin-top: 0px;
        vertical-align: top;
        float: right;
        text-align: right; }
      body.mic .header-branding .header-nav .header-navigation .menu-header-links-container {
        text-align: right;
        margin-top: 10px; }
        body.mic .header-branding .header-nav .header-navigation .menu-header-links-container > ul {
          display: inline-block;
          list-style: none;
          text-align: left;
          margin: 0px 0;
          padding: 0px;
          font-size: 1.2em;
          vertical-align: top; }
          body.mic .header-branding .header-nav .header-navigation .menu-header-links-container > ul > li {
            display: inline-block;
            margin: 0;
            padding: 0; }
            body.mic .header-branding .header-nav .header-navigation .menu-header-links-container > ul > li > a {
              border: 1px solid #768692;
              color: #768692;
              border-radius: 4px;
              background: #e8edee;
              padding: 6px;
              margin-right: 2px; }
            body.mic .header-branding .header-nav .header-navigation .menu-header-links-container > ul > li > a:hover {
              color: #ffffff;
              background: #193E72; }
          body.mic .header-branding .header-nav .header-navigation .menu-header-links-container > ul > li:last-of-type a {
            margin-right: 0px; }
    body.mic .header-branding .logo-nihr {
      float: right;
      position: absolute;
      right: 0; }
      body.mic .header-branding .logo-nihr img {
        width: auto;
        height: 96px; }
  body.mic form.search-form input {
    border: 1px solid #768692;
    color: #768692;
    border-radius: 4px;
    font-size: 1.2em;
    padding: 6px;
    width: 230px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  body.mic form.search-form button {
    cursor: pointer;
    font-size: 1.2em;
    border: 1px solid #768692;
    color: #768692;
    border-radius: 4px;
    background: #e8edee;
    padding: 6px 10px;
    margin-right: 0px; }
  body.mic .home-slide {
    padding: 0;
    background-color: #193E72;
    background-size: cover;
    background-position: center center;
    left: 0;
    right: 0;
    position: absolute;
    height: 800px;
    display: none; }
    body.mic .home-slide .wrap {
      position: relative;
      height: 500px; }
      body.mic .home-slide .wrap .tint {
        background-color: rgba(25, 62, 114, 0.7);
        padding: 20px;
        max-width: 25%;
        color: #ffffff;
        position: absolute;
        right: 0;
        bottom: 20px; }
        body.mic .home-slide .wrap .tint h2 {
          font-weight: normal;
          margin: 0;
          font-size: 125%; }
  body.mic .home-slide:first-of-type {
    display: block; }
  body.mic .home-slide-pseudo {
    height: 500px; }
  body.mic #site-content-wrapper {
    z-index: 5;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+70&0.6+0,1+70 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, white 200px);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, white 200px);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, white 200px);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  body.mic .site-content-contain {
    box-sizing: border-box;
    min-height: 500px;
    padding: 16px 0; }
    body.mic .site-content-contain button, body.mic .site-content-contain span.collapseomatic {
      background-color: #e8edee;
      border: 1px solid #768692;
      color: #333333;
      cursor: pointer;
      border-radius: 4px;
      font-size: 125%;
      padding: 0.4em;
      position: relative; }
    body.mic .site-content-contain button:hover, body.mic .site-content-contain span.collapseomatic:hover {
      background-color: #193E72;
      color: #ffffff; }
  body.mic button:focus, body.mic span.collapseomatic:focus {
    outline: none; }
  body.mic span.collapseomatic {
    display: table;
    clear: both;
    width: auto;
    margin-bottom: 1em;
    box-sizing: border-box; }
  body.mic span.collapseomatic:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    color: inherit;
    margin-left: 0.7em;
    font-size: 0.7em;
    vertical-align: text-top;
    line-height: 1.4em;
    position: absolute;
    right: 10px; }
  body.mic span.collapseomatic.colomat-close:after {
    content: '\f077'; }
  body.mic .entry-title {
    font-weight: normal;
    color: #193E72;
    font-size: 30px;
    margin-bottom: 8px; }
  body.mic footer#colophon {
    background: #193E72;
    padding: 2em 0; }
    body.mic footer#colophon .logo {
      color: #ffffff; }
      body.mic footer#colophon .logo img {
        width: auto;
        height: 72px; }
    body.mic footer#colophon .right {
      float: right;
      text-align: right;
      width: 200px;
      font-size: 14px;
      color: #ffffff; }
      body.mic footer#colophon .right a {
        color: #ffffff; }
      body.mic footer#colophon .right a:hover {
        text-decoration: underline; }
  body.mic #primary h2.header {
    background: #e8edee;
    color: #333333;
    margin: 0;
    padding: 10px 16px;
    font-weight: normal;
    font-size: 22px; }
    body.mic #primary h2.header i.fab {
      font-size: 115%;
      vertical-align: middle; }
  body.mic #primary aside {
    float: right;
    width: 30%; }
    body.mic #primary aside .twitter-feed {
      height: 600px;
      overflow-x: scroll; }
  body.mic .project-tracker {
    background: #e8edee;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 16px 0;
    margin-bottom: 32px; }
    body.mic .project-tracker .pt-table {
      display: table;
      width: 100%; }
      body.mic .project-tracker .pt-table .pt-cell {
        display: table-cell;
        vertical-align: top;
        width: 16%;
        background-color: red;
        border-radius: 4px;
        background: #e8edee;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e8edee 5%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e8edee 5%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e8edee 5%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8edee', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
        body.mic .project-tracker .pt-table .pt-cell h3 {
          background-color: #333333;
          color: #ffffff;
          border-radius: 4px;
          padding: 4px;
          margin: 0;
          text-align: center;
          font-weight: normal; }
        body.mic .project-tracker .pt-table .pt-cell .pt-inner {
          text-align: center;
          padding: 8px;
          min-height: 150px; }
          body.mic .project-tracker .pt-table .pt-cell .pt-inner a {
            margin-bottom: 8px;
            display: inline-block; }
            body.mic .project-tracker .pt-table .pt-cell .pt-inner a i {
              font-size: 150%; }
          body.mic .project-tracker .pt-table .pt-cell .pt-inner a:hover {
            color: #333333; }
        body.mic .project-tracker .pt-table .pt-cell img {
          border-radius: 4px; }
      body.mic .project-tracker .pt-table .pt-cell.pt-spacer {
        width: 5%;
        background: transparent; }
      body.mic .project-tracker .pt-table .pt-cell.pt-spacer:last-of-type {
        display: none; }
  body.mic .pt-tooltip {
    background-color: #193E72;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    box-shadow: none;
    border-radius: 8px;
    border: none; }
  body.mic .pt-tooltip:before {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border-color: #193E72 transparent;
    border-width: 0px 15px 15px; }
  body.mic .entry-content img.alignleft, body.mic .entry-content figure, body.mic .site-content img.alignleft, body.mic .site-content figure {
    border: 1px solid #768692;
    color: #333333;
    border-radius: 4px;
    background: #e8edee;
    padding: 10px;
    vertical-align: top;
    margin: 0 16px 16px 0;
    display: inline;
    float: left;
    width: 20%;
    width: 20% !important;
    max-width: 20% !important;
    height: auto;
    box-sizing: border-box; }
    body.mic .entry-content img.alignleft img, body.mic .entry-content figure img, body.mic .site-content img.alignleft img, body.mic .site-content figure img {
      width: 100%;
      height: auto;
      border: 1px solid #768692;
      color: #333333;
      border-radius: 4px; }
  body.mic .entry-content hr, body.mic .site-content hr {
    clear: both;
    display: block;
    margin: 16px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #768692; }
  body.mic .entry-content ul, body.mic .site-content ul {
    list-style-position: inside; }
  body.mic .entry-content p, body.mic .site-content p {
    clear: both; }
  body.mic .team-members {
    display: flex;
    flex-wrap: wrap; }
    body.mic .team-members .tm-single {
      border: 1px solid #768692;
      color: #333333;
      border-radius: 4px;
      background: #e8edee;
      padding: 10px;
      vertical-align: top;
      margin: 0% 1% 20px 0;
      display: block;
      flex-basis: 19%;
      height: auto;
      box-sizing: border-box; }
      body.mic .team-members .tm-single img {
        width: 100%;
        height: auto;
        border: 1px solid #768692;
        color: #333333;
        border-radius: 4px; }
      body.mic .team-members .tm-single .tm-content {
        display: none; }
    body.mic .team-members .tm-single:hover {
      background-color: #ffffff; }
  body.mic div#fancybox-overlay {
    background-color: rgba(118, 134, 146, 0.8) !important; }
  body.mic div#fancybox-outer {
    border: 1px solid #768692;
    color: #333333;
    border-radius: 4px;
    background: #e8edee;
    padding: 10px;
    vertical-align: top;
    margin: 3% 3% 20px 0;
    display: block;
    flex-basis: 22%;
    height: auto;
    box-sizing: border-box; }
  body.mic div#fancybox-content {
    background-color: transparent;
    border: none;
    box-sizing: border-box; }
    body.mic div#fancybox-content img {
      width: 20%;
      float: left;
      height: auto;
      border: 1px solid #768692;
      color: #333333;
      border-radius: 4px;
      margin-right: 5%; }
  body.mic .post-navigation, body.mic nav.pagination {
    font-size: 75%;
    margin-top: 5em;
    border-top: 1px solid #e8edee;
    padding-top: 1em; }
    body.mic .post-navigation .nav-subtitle, body.mic nav.pagination .nav-subtitle {
      display: none; }
    body.mic .post-navigation .nav-previous, body.mic nav.pagination .nav-previous {
      float: left; }
    body.mic .post-navigation .nav-next, body.mic nav.pagination .nav-next {
      float: right; }
    body.mic .post-navigation svg.icon, body.mic nav.pagination svg.icon {
      fill: #193E72;
      width: 2em;
      height: 1em; }
  body.mic .cookie-notice-container {
    border-top: 2px solid #ffffff;
    padding: 20px 10px;
    font-size: 16px; }
  body.mic #cookie-notice .button {
    border-radius: 4px;
    padding: 3px 6px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase; }
  body.mic table.cookie-table {
    border: 1px solid #333333;
    width: 100%;
    table-layout: fixed; }
    body.mic table.cookie-table td {
      vertical-align: top;
      border: 1px solid #e8edee; }
    body.mic table.cookie-table th > td:first-of-type,
    body.mic table.cookie-table tr > td:first-of-type {
      width: 30%; }

@media screen and (max-width: 1280px) {
  body.mic .wrap {
    width: 96%; }
  body.mic .header-branding {
    padding: 36px 0; } }
/**************** Mid size screens **********************/
@media screen and (max-width: 1200px) {
  body.mic .header-branding .logo {
    float: left; }
    body.mic .header-branding .logo img {
      height: 30px; } }
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  body.mic {
    font-size: 14px; }
    body.mic .navigation-top {
      font-size: 16px; }
    body.mic .home-slide {
      height: 500px; }
      body.mic .home-slide .wrap {
        height: 300px; }
    body.mic .home-slide-pseudo {
      height: 300px; } }
@media screen and (max-width: 1024px) {
  body.mic .header-branding {
    padding: 16px 0;
    height: auto; }
    body.mic .header-branding .header-nav {
      width: 60%; }
      body.mic .header-branding .header-nav .header-navigation.main-navigation .dropdown-toggle .icon {
        width: 2.1em;
        height: 2.2em;
        /*border:1px solid $grey-mid;
        border-radius:8px; */
        border: none;
        fill: #768692;
        margin-right: 0.6em;
        margin-top: -0.2em; }
      body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul {
        border-top: none;
        font-size: 85%; }
        body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul li.menu-item-has-children a {
          padding-right: 1.9em; }
        body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul ul {
          background: #193E72;
          border: 1px solid #ffffff;
          border-radius: 4px;
          width: 200px;
          padding: 8px;
          position: absolute;
          fotn-size: 120%;
          z-index: 99999; }
          body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul ul li {
            list-style: none; }
      body.mic .header-branding .header-nav .header-navigation.main-navigation form.search-form {
        font-size: 80%; }
    body.mic .header-branding .logo-nihr {
      text-align: right;
      left: 73%; }
      body.mic .header-branding .logo-nihr img {
        width: 100%;
        height: auto; }
  body.mic .home-slide {
    height: 500px; }
  body.mic .home-slide .wrap, body.mic .home-slide-pseudo {
    height: 200px; }
    body.mic .home-slide .wrap .tint, body.mic .home-slide-pseudo .tint {
      max-width: 100%; }
  body.mic .project-tracker .pt-table {
    display: block;
    width: 100%; }
    body.mic .project-tracker .pt-table .pt-cell {
      display: block;
      width: 100%; }
    body.mic .project-tracker .pt-table .pt-cell.pt-spacer {
      display: none; }
    body.mic .project-tracker .pt-table .pt-cell.pt-spacer:last-of-type {
      display: none; }
  body.mic .team-members .tm-single {
    margin: 0% 1% 20px 0;
    flex-basis: 32%;
    height: auto;
    font-size: 90%; } }
@media screen and (max-width: 600px) {
  body.mic .desktop-only {
    display: none; }
  body.mic .mobile-only {
    display: inherit; }
  body.mic .header-branding {
    text-align: center; }
    body.mic .header-branding .logo, body.mic .header-branding form.search-form, body.mic .header-branding .menu-header-links-container {
      float: none !important;
      text-align: center !important; }
      body.mic .header-branding .logo img, body.mic .header-branding form.search-form img, body.mic .header-branding .menu-header-links-container img {
        margin-bottom: 15px; }
    body.mic .header-branding .header-nav {
      width: 100%;
      display: block; }
      body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul {
        font-size: 80%; }
        body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul li a {
          padding: 4px;
          margin-right: 1px; }
        body.mic .header-branding .header-nav .header-navigation.main-navigation div > ul li.menu-item-has-children a {
          padding-right: 2em; }
      body.mic .header-branding .header-nav .header-navigation.main-navigation .dropdown-toggle .icon {
        width: 3em;
        height: 1.8em;
        margin-right: 0.6em;
        margin-top: -0.2em; }
    body.mic .header-branding .logo-nihr.mobile-only {
      float: none;
      display: block;
      clear: both;
      position: relative;
      left: auto;
      width: 100%;
      text-align: center;
      padding-bottom: 16px; }
      body.mic .header-branding .logo-nihr.mobile-only img {
        height: 40px;
        width: auto; }
  body.mic .entry-content img.alignleft, body.mic .entry-content figure {
    display: block;
    float: none;
    width: 100%;
    width: 100% !important;
    max-width: 100% !important;
    height: auto; }
  body.mic .entry-content img {
    max-width: 100% !important;
    height: auto; }
  body.mic .team-members .tm-single {
    margin: 0% 1% 20px 0;
    flex-basis: 49%;
    height: auto;
    font-size: 90%; } }
