﻿html, body {
    height: 100%;
}

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: #191970;
}

.title-2 {
    font-family: "Work Sans",sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    color: #000;
}

.back-colour1 {
    background-color: #ededed;
}

.back-colour2 {
    background-color: #007a59;
}

.back-darkest {
    background-color: #2c2829;
}

header .top-bar {
    height: 15px;
    background-color: #a6a6a6;
}

header .header-image {
    background-color: #490d40;
    /*background: url("../media/ikznl3py/person-holding-laboratory-flask-2280571.jpg") no-repeat center center;*/
    background-size: cover;
    height: 425px;
}

    header .header-image .hero-box {
        position: relative;
        top: 200px;
        width: 360px;
        background-color: rgba(0,0,0,.6);
        color: #fff;
        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: 1rem;
        }

    header .header-image .heading {
        color: #fff;
        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: #fff;
            border: 1px solid #fff;
            padding: 10px;
            font-size: 1.2em;
        }

            header .header-image p .btn:hover {
                color: #c57ed3;
                border-color: #c57ed3;
            }

header .navbar {
    height: 80px;
    background-color: transparent;
    border: none;
    color: #fff;
    z-index: 100;
    transition: background-color 1s ease 0s;
}

    header .navbar .navbar-brand {
        margin-top: 120px;
        color: #000;
        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: #000;
    }

        header .navbar .navbar-nav > li > a {
            margin: 10px 5px 5px 5px;
            color: #000;
            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: #008080;
        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: 0 !important;
        }

        header .navbar.solid a {
            color: #fff !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,.9);
}

    #ppi-section .left-panel .lead {
        font-family: "Work Sans",sans-serif;
        font-size: 2rem;
        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: #000;
    }

#contact-us-section {
    color: #000;
}

    #contact-us-section a, #contact-us-section .captcha {
        color: #ff0;
    }

    #contact-us-section .contact-us-background {
        background-color: #eee;
    }

    #contact-us-section .contact-us-alt-background {
        background-color: #4d4d4d;
    }

        #contact-us-section .contact-us-alt-background label {
            color: #fff;
        }

    #contact-us-section .lead {
        position: relative;
        left: 0;
        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: #000;
        }

    #contact-us-section form input, #contact-us-section form textarea {
        border-radius: 10px;
        border: none;
    }

    #contact-us-section form label {
        color: #000;
        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: 0;
            background-image: url("../Images/research-back.png");
            background-repeat: no-repeat;
            background-size: cover;
            height: 250px;
            margin-bottom: 0;
            background-color: #00f;
        }

            #trials .header .jumbotron .hero-text-panel {
                text-align: right;
                padding: 50px;
                color: #fff;
            }

                #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: 2rem;
                    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: #f5f5f5;
    }

    #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: #fff;
        }

        #trials .search-box:before {
            content: "";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #a9a9a9;
            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: .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,.135);
        }

            #trials #results-filters .list-group-item a {
                font-size: .9rem;
                cursor: pointer;
            }

            #trials #results-filters .list-group-item.active {
                z-index: 2;
                color: #fff;
                background-color: #007a59;
                border-color: #90ee90;
            }

        #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: 0;
            }

        #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: #191970;
        }

        #trials .card.trials .paediatric {
            color: #90ee90;
        }

        #trials .card.trials .default {
            color: #6495ed;
        }

        #trials .card.trials h5.card-title {
            font-size: 1.8rem;
        }

        #trials .card.trials p.card-text {
            font-size: .9rem !important;
            text-align: justify;
        }

        #trials .card.trials .status-red {
            background-color: #f00;
            color: #fff;
        }

        #trials .card.trials .status-amber {
            background-color: #ffbf00;
        }

            #trials .card.trials .status-amber a {
                color: #000 !important;
            }

        #trials .card.trials .status-orange {
            background-color: #ffa500;
        }

            #trials .card.trials .status-orange a {
                color: #000 !important;
            }

        #trials .card.trials .status-dark {
            background-color: #000;
            color: #fff;
        }

        #trials .card.trials .status-blue {
            background-color: #6495ed;
            color: #fff;
        }

        #trials .card.trials .status-grey {
            background-color: rgba(0,0,0,.6);
            color: #fff;
        }

        #trials .card.trials .status-dark {
            background-color: #000;
            color: #fff;
        }

        #trials .card.trials .status-green {
            background-color: #228b22;
            color: #fff;
        }

        #trials .card.trials .status-none {
            background-color: #2c2829;
            color: #fff;
        }

        #trials .card.trials .card-footer {
            font-family: "Work Sans",sans-serif;
        }

            #trials .card.trials .card-footer a {
                font-size: 1.2rem;
                color: #fff;
            }

footer {
    background-color: #2c2829;
    color: #fff;
}

    footer .logo-panel {
        margin-bottom: 25px;
    }

    footer .social-icons a {
        color: #fff;
    }

        footer .social-icons a:hover {
            color: #ededed;
        }

    footer .uol-logo-panel {
        margin-bottom: 25px;
    }

    footer .social-icons-panel {
        margin-bottom: 25px;
    }

    footer .footer-links a {
        margin-right: 15px;
        color: #fff;
    }

@media(min-width:576px) {
    footer .logo-panel {
        padding-bottom: 25px;
    }

    footer .footer-logo {
        margin-bottom: 0;
    }

    footer .uol-logo-panel {
        margin-bottom: 25px;
    }

    footer .social-icons-panel {
        margin: 0;
    }
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

a {
    text-decoration: none;
}

/* Add this to your Site.min.css or create a specific style for GCP Labs */
.gcplabs-header {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-size: cover;
    background-position: center;
}

    /* Ensure inner content is properly aligned */
    .gcplabs-header .container {
        position: relative;
    }
