/* CSS used here will be applied after bootstrap.css */
/*#00a86b;*/
html, body {
  height: 100%; }

/* Custom */
h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.main-text {
    font-size: 1.2em;
}

.main-text .focus {
    font-size: 1.6em;
    color: #b89543;
}

.team-profiles img {
    /*  margin-right: 10px;
        float: left; */
   /* height: inherit;
    width: inherit;*/
    max-height: 230px;
    max-width: 250px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 1px #ccc;
    -webkit-box-shadow: 2px 2px 1px #ccc;
    -moz-box-shadow: 2px 2px 1px #ccc;
}

.team-profile .name {
    margin-bottom: 10px;
}

.secondary-image container {
    background-image: url("../Images/People%20looking%20at%20scan.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

footer img {
    max-width: 160px;
}

/* Needed for content grid */
img {
  max-width: 100%; }

.grecaptcha-badge {
  visibility: hidden; }

.mr-15 {
  margin-right: 15px; }

.mr-25 {
  margin-right: 25px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.m-25 {
  margin: 25px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.no-padding {
  padding: 0; }

.pt-25 {
  padding-top: 25px; }

.pt-50 {
  padding-top: 50px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-50 {
  padding-bottom: 50px; }

.p-0 {
  padding: 0; }

.p-25 {
  padding: 25px; }

.p-50 {
  padding: 50px; }

.pr-10 {
  padding-right: 10px; }

.pr-25 {
  padding-right: 25px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.title-1 {
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  color: midnightblue; }

.title-2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: black; }

.back-colour1 {
  background-color: #EDEDED; }

.back-colour2 {
  background-color: #007a59; }

.back-darkest {
  background-color: #2C2829; }

header {
  /* Solid class attached on scroll past first section */ }
  header .top-bar {
    height: 15px;
    background-color: #A6A6A6; }
  header .header-image {
    background-color: #490D40;
    background-position:  center center, center top;
    background-size: cover;
    height: 400px; }
    header .header-image.main-page {
        background-image: url("../media/banner-img/banner1.jpg");        
    }
    header .header-image.about-page {
        background-image: url("../media/banner-img/banner2.jpg");        
    }
    header .header-image.team-page {
        background-image: url("../media/banner-img/banner4.jpg");        
    }
    header .header-image.work-page {
        background-image: url("../media/banner-img/banner3.jpg");        
    }
    header .header-image.further-reading {
        background-image: url("../media/banner-img/banner2.jpg");
    }

    header .header-image .hero-box {
      position: relative;
      top: 200px;
      width: 360px;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 25px; }
      header .header-image .hero-box .hero-title {
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
        font-size: 1.2rem; }
      header .header-image .hero-box .hero-subtitle {
        font-family: "Work Sans", sans-serif;
        font-weight: 300;
        font-size: 1.0rem; }
    header .header-image .heading {
      color: white;
      text-align: center;
      padding-top: 200px;
      font-family: "Work Sans", sans-serif; }
    header .header-image p {
      text-align: center;
      padding: 20px 60px; }
      header .header-image p .btn {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        padding: 10px;
        font-size: 1.2em; }
        header .header-image p .btn:hover {
          color: #C57ED3;
          border-color: #C57ED3; }
  header .navbar {
    height: 80px;
    background-color: rgba(200,200,200,0.7);
    border: none;
    color: white;
    z-index: 100;
    transition: background-color 1s ease 0s; }
    header .navbar .navbar-brand {
      margin-top: 120px;
      color: black;
      font-family: "Work Sans", sans-serif;
      font-size: 1.8rem; }
      header .navbar .navbar-brand:hover {
        color: #C57ED3; }
    header .navbar .navbar-nav > li {
      font-size: 1.5rem;
      color: black; }
      header .navbar .navbar-nav > li > a {
        margin: 10px 5px 5px 5px;
        color: black;
        border: 1px solid transparent; }
      header .navbar .navbar-nav > li > a:hover, header .navbar .navbar-nav > li > a:active, header .navbar .navbar-nav > li > a:focus {
        border: 1px solid #C57ED3; }
      header .navbar .navbar-nav > li > a:visited {
        text-decoration: none; }
    header .navbar .navbar-nav > .active > a, header .navbar .navbar-nav > .active > a:hover, header .navbar .navbar-nav > .active > a:focus {
      background-color: transparent;
      color: #C57ED3; }
    header .navbar .navbar-toggle {
      border-color: #C57ED3; }
      header .navbar .navbar-toggle:hover, header .navbar .navbar-toggle:focus {
        background-color: #490D40; }
      header .navbar .navbar-toggle .icon-bar {
        color: #C57ED3;
        background-color: #C57ED3; }
    header .navbar .navbar-collapse.collapse.in ul {
      background-color: #490D40; }
  header .navbar.solid {
    background-color: #4d4d4d;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px grey; }
    header .navbar.solid .navbar-brand {
      color: #C57ED3;
      transition: color 1s ease 0s, margin-top 1s ease 0s;
      margin-top: -5px; }
      header .navbar.solid .navbar-brand img {
        width: 90px;
        transition: width 1s ease 0s; }
    header .navbar.solid ul.navbar-nav {
      transition: padding-top 1s ease 0s;
      padding-top: 0px !important; }
    header .navbar.solid a {
      color: white !important;
      transition: font-size 1s ease 0s;
      font-size: 1.2rem; }

#home {
  padding-top: 70px;
  min-height: 600px; }

#ppi-section .title-2 {
  line-height: 2.4rem; }

#ppi-section .ppi-background {
  background-image: url("../Images/crowd-2.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

#ppi-section .left-panel {
  background-color: rgba(0, 122, 89, 0.9); }
  #ppi-section .left-panel .lead {
    font-family: "Work Sans", sans-serif;
    font-size: 2.0rem;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 2.5rem; }
  #ppi-section .left-panel .action-button {
    font-family: "Work Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    background-color: #EDEDED;
    border-color: #EDEDED;
    color: black; }

#contact-us-section {
  color: black; }
  #contact-us-section a, #contact-us-section .captcha {
    color: yellow; }
  #contact-us-section .contact-us-background {
    background-color: #EEEEEE; }
  #contact-us-section .contact-us-alt-background {
    background-color: #450e59; }
    #contact-us-section .contact-us-alt-background label {
      color: white; }
  #contact-us-section .lead {
    position: relative;
    left: 0px;
    font-family: "Work Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px; }
    #contact-us-section .lead i {
      font-size: 2.2rem;
      margin-right: 10px; }
    #contact-us-section .lead a {
      color: black; }
  #contact-us-section form input, #contact-us-section form textarea {
    border-radius: 10px;
    border: none; }
  #contact-us-section form label {
    color: black;
    font-size: 1.2rem; }
  #contact-us-section form .form-check-label {
    padding-left: 10px; }
  #contact-us-section form .form-check {
    padding-bottom: 5px; }
  #contact-us-section .contact-form-thanks {
    font-size: 1.6rem;
    padding-top: 110px; }

#trials {
  background-color: #EDEDED; }
  #trials .header {
    padding-top: 99px; }
    #trials .header .jumbotron {
      border-radius: 0px;
      background-image: url("../Images/research-back.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 250px;
      margin-bottom: 0;
      background-color: blue; }
      #trials .header .jumbotron .hero-text-panel {
        text-align: right;
        padding: 50px;
        color: white; }
        #trials .header .jumbotron .hero-text-panel .hero-header {
          font-size: 2.8rem;
          font-family: "Work Sans", sans-serif;
          font-weight: 900;
          font-style: italic; }
        #trials .header .jumbotron .hero-text-panel .hero-lead {
          font-size: 2.0rem;
          font-family: "Work Sans", sans-serif;
          font-weight: 100;
          font-style: italic; }
  #trials .main .main-image {
    width: 100%;
    object-fit: cover;
    height: 300px; }
  #trials .filter-grid-background {
    background-color: whitesmoke; }
  #trials .intro-text {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.8rem; }
  #trials .search-box {
    height: 55px;
    padding-right: 25px;
    margin-bottom: 15px;
    position: relative; }
    #trials .search-box #keyword-searchbox {
      padding-left: 15px;
      padding-right: 15px;
      display: block;
      width: 100%;
      font-size: 1.4rem;
      font-weight: 300;
      border-radius: 15px;
      border: 1px solid transparent;
      background-color: white; }
  #trials .search-box:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: darkgray;
    font-size: 24px;
    padding-right: 1.85em;
    position: absolute;
    top: 9px;
    right: 0; }
  #trials .lead {
    font-size: 2rem; }
  #trials p {
    font-size: 1.3rem; }
  #trials #results-filters {
    color: #2C2829; }
    #trials #results-filters span {
      font-size: 0.9rem; }
    #trials #results-filters .p-3 {
      padding: 10px 20px 10px 20px !important; }
    #trials #results-filters .list-group-item:first-child {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px; }
    #trials #results-filters .list-group-item {
      position: relative;
      display: block;
      margin-bottom: -1px;
      padding: 10px 20px 10px 20px;
      border: 1px solid rgba(0, 0, 0, 0.135); }
      #trials #results-filters .list-group-item a {
        font-size: 0.9rem;
        cursor: pointer; }
    #trials #results-filters .list-group-item.active {
      z-index: 2;
      color: white;
      background-color: #007a59;
      border-color: lightgreen; }
    #trials #results-filters .custom-control-label {
      margin-left: 15px; }
    #trials #results-filters .custom-control-label::before, #trials #results-filters .custom-control-label::after {
      width: 1.7rem;
      height: 1.7rem;
      position: absolute;
      left: -2.5rem;
      top: 0rem; }
    #trials #results-filters .filter-height-restriction {
      max-height: 15rem;
      overflow-x: hidden;
      overflow-y: scroll; }
    #trials #results-filters .pagination {
      font-size: .9rem; }
  #trials .page-text {
    font-size: 1.2rem; }
  #trials .btn-outline-primary {
    color: #2C2829 !important;
    border-color: #2C2829 !important; }
  #trials .card.trials {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    #trials .card.trials .card-img-top {
      height: 150px;
      object-fit: contain; }
    #trials .card.trials .cancer {
      color: midnightblue; }
    #trials .card.trials .paediatric {
      color: lightgreen; }
    #trials .card.trials .default {
      color: cornflowerblue; }
    #trials .card.trials h5.card-title {
      font-size: 1.8rem; }
    #trials .card.trials p.card-text {
      font-size: 0.9rem !important;
      text-align: justify; }
    #trials .card.trials .status-red {
      background-color: red;
      color: white; }
    #trials .card.trials .status-amber {
      background-color: #FFBF00; }
      #trials .card.trials .status-amber a {
        color: black !important; }
    #trials .card.trials .status-orange {
      background-color: orange; }
      #trials .card.trials .status-orange a {
        color: black !important; }
    #trials .card.trials .status-dark {
      background-color: black;
      color: white; }
    #trials .card.trials .status-blue {
      background-color: cornflowerblue;
      color: white; }
    #trials .card.trials .status-dark {
      background-color: black;
      color: white; }
    #trials .card.trials .status-green {
      background-color: forestgreen;
      color: white; }
    #trials .card.trials .status-none {
      background-color: #2C2829;
      color: white; }
    #trials .card.trials .card-footer {
      font-family: "Work Sans", sans-serif; }
      #trials .card.trials .card-footer a {
        font-size: 1.2rem;
        color: white; }

footer {
  background-color: #eee;
  color: black; }
  footer .logo-panel {
    margin-bottom: 25px; }
  footer .social-icons a {
    color: black; }
  footer .social-icons a:hover {
    color: #222; }
  footer .uol-logo-panel {
    margin-bottom: 25px; }
  footer .social-icons-panel {
    margin-bottom: 25px; }
  footer .footer-links a {
    margin-right: 15px;
    color: black; }
  @media (min-width: 576px) {
    footer .logo-panel {
      padding-bottom: 25px; }
    footer .footer-logo {
      margin-bottom: 0px; }
    footer .uol-logo-panel {
      margin-bottom: 25px; }
    footer .social-icons-panel {
      margin: 0; } }

/* Map */
#map {
    height: 100vh;
    /*    height: 500px;
  width: 100%;*/
}
