﻿html, body {
    /*height: 100%;*/
    overflow-x: hidden;
}

.team-profiles img {
  /*  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;
}

.team-profile p {
    font-size: 1.2rem !important;
}

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;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-50 {
    padding-bottom: 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: "Roboto",sans-serif;
    font-size: 2.5rem;
    color: #191970;
}

.title-2 {
    font-family: "Roboto",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;
}

.navbar {
    background-color: #fff !important;
    font-family: "Roboto",sans-serif;
}

    .navbar .navbar-brand {
        position: relative;
        color: #000;
    }

        .navbar .navbar-brand .site-logo {
            padding-top: 20px;
            width: 150px;
            height: auto;
            padding-left: 15px;
        }

        .navbar .navbar-brand .app-icon {
            padding-right: 15px;
        }

    .navbar .site-title {
        position: relative;
        top: 15px;
    }

@media(min-width:300px) {
    .navbar {
        background-color: #fff;
        padding: 0;
    }

        .navbar h1 {
            display: none;
        }

        .navbar .fa-navicon {
            color: #000;
        }
}

@media(min-width:650px) {
    .navbar h1 {
        display: inline-block;
        font-size: 1.5rem;
    }

    .navbar .navbar-toggler-icon {
        color: #000;
    }
}

@media(min-width:768px) {
    .navbar h1 {
        display: inline-block;
    }
}

.navbar .search-icon {
    color: #fff;
    width: 30px;
}

.navbar .navbar-toggler-icon {
    color: #fff;
    position: relative;
    top: 5px;
}

.nav-link {
    color: #000;
    font-size: 1.3rem;
    font-weight: 300;
}

.nav-item.active {
    box-shadow: inset 0 -8px 0 midnightblue;
}

header .top-bar {
    height: 25px;
    background-color: #191970 !important;
}

header .header-image {
    background-color: #490d40;
    background: url("../media/cw3japc5/doctor-650534_1920flip.html") no-repeat center center;
    background-size: cover;
    height: 400px;
}

    header .header-image .hero-box {
        position: relative;
        top: 200px;
        width: 360px;
        background-color: rgba(1,167,145,.4);
        color: #fff;
        padding: 25px;
    }

        header .header-image .hero-box .hero-title {
            font-family: "Roboto",sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
        }

        header .header-image .hero-box .hero-subtitle {
            font-family: "Roboto",sans-serif;
            font-weight: 300;
            font-size: 1rem;
        }

    header .header-image .heading {
        color: #fff;
        text-align: center;
        padding-top: 200px;
        font-family: "Roboto",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 .container {
    max-width: 1920px;
    max-height: 100px;
}

    header .container h1 {
        font-size: 2.2rem;
        padding-top: 10px;
    }

.hero-image {
    background-color: #490d40;
    background: url("../media/cw3japc5/doctor-650534_1920flip.html") no-repeat center center;
    background-size: cover;
    /*height: 250px;*/
}

    .hero-image .hero-box {
        position: relative;
        top: 100px;
        width: 360px;
        background-color: rgba(1,167,145,.4);
        color: #fff;
        padding: 25px;
        margin-left: 60px;
    }

        .hero-image .hero-box .hero-title {
            font-family: "Roboto",sans-serif;
            font-weight: 400;
            font-size: 1.5rem;
            line-height: 1.1;
        }

        .hero-image .hero-box .hero-subtitle {
            font-family: "Roboto",sans-serif;
            font-weight: 300;
            font-size: 1rem;
            line-height: 1.6;
            padding-top: 10px;
        }

        .hero-image .hero-box .hero-link {
            font-family: "Roboto",sans-serif;
            padding-top: 5px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 5px;
            text-align: center;
            margin-top: 10px;
            width: 150px;
            background-color: #00a791;
        }

            .hero-image .hero-box .hero-link a {
                color: #fff;
                font-size: 1.4rem;
                text-align: center;
            }

    .hero-image .heading {
        color: #fff;
        text-align: center;
        padding-top: 200px;
        font-family: "Roboto",sans-serif;
    }

    .hero-image p {
        text-align: center;
        padding: 20px 60px;
    }

        .hero-image p .btn {
            background-color: transparent;
            color: #fff;
            border: 1px solid #fff;
            padding: 10px;
            font-size: 1.2em;
        }

            .hero-image p .btn:hover {
                color: #c57ed3;
                border-color: #c57ed3;
            }

#home {
    font-family: "Roboto",sans-serif;
}

    #home .jumbotron {
        background-color: #fff;
        margin-bottom: 0;
    }

    #home .newspartial .container {
        max-width: 1140px;
        background-color: #fff;
    }

    #home .heading1 {
        font-family: "Roboto",sans-serif;
        font-size: 2.8rem;
    }

    #home .heading2 {
        font-family: "Roboto",sans-serif;
        font-size: 1.4rem;
        line-height: 0;
    }

#about .hero-image {
    background-color: #490d40;
    background: url("../media/djicqmxp/doctor-79579_1920.html") no-repeat center center;
    background-size: cover;
    height: 250px;
}

    #about .hero-image .hero-box {
        position: relative;
        top: 100px;
        width: 360px;
        background-color: rgba(1,167,145,.4);
        color: #fff;
        padding: 25px;
        margin-left: 60px;
    }

        #about .hero-image .hero-box .hero-title {
            font-family: "Roboto",sans-serif;
            font-weight: 400;
            font-size: 1.5rem;
            line-height: 1.1;
        }

        #about .hero-image .hero-box .hero-subtitle {
            font-family: "Roboto",sans-serif;
            font-weight: 300;
            font-size: 1rem;
            line-height: 1.6;
            padding-top: 10px;
        }

        #about .hero-image .hero-box .hero-link {
            font-family: "Roboto",sans-serif;
            padding-top: 5px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 5px;
            text-align: center;
            margin-top: 10px;
            width: 150px;
            background-color: #00a791;
        }

            #about .hero-image .hero-box .hero-link a {
                color: #fff;
                font-size: 1.4rem;
                text-align: center;
            }

#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: "Roboto",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: "Roboto",sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        background-color: #ededed;
        border-color: #ededed;
        color: #000;
    }

#news-events .bg-black {
    background-color: #000;
    color: #fff;
}

#news-events .bg-blue {
    background-color: #191970;
    color: #fff;
}

#news-events .jumbotron {
    max-width: 1920px;
    overflow-x: hidden;
    padding-top: 150px !important;
    background-color: #fff;
}

#news-events .hero-title {
    font-size: 2.4rem;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
}

#news .btn-outline-primary {
    border-color: #0a0a0a;
    color: #0a0a0a;
}

    #news .btn-outline-primary:hover {
        color: #fff;
        background-color: #0a0a0a;
        border-color: #0a0a0a;
    }

#news .mb-3 {
    font-size: 1.2rem;
}

#news li {
    font-size: 1rem;
}

#news .list-group .active {
    border-color: #0a0a0a;
    background-color: #0a0a0a;
}

#news .card a {
    color: #000;
}

#news .card-body {
    padding: .5rem;
}

#news .card-title {
    font-size: 1.15rem;
}

#news .card-text {
    font-size: 1rem;
}

#news .card-footer {
    color: #000;
}

    #news .card-footer .a {
        color: #000 !important;
    }

    #news .card-footer .ml-2 {
        color: #000;
    }

#news-section .btn-outline-primary {
    border-color: #000;
    color: #000;
}

    #news-section .btn-outline-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

#news-section .card-body {
    background-color: #00a791;
    color: #fff;
    padding: .5rem;
}

    #news-section .card-body .card-title h5 {
        color: #fff;
    }

    #news-section .card-body .card-title a {
        color: #fff;
    }

#news-article {
    font-family: "Roboto",sans-serif;
}

    #news-article .bg-black {
        background-color: #000;
        color: #fff;
    }

    #news-article .bg-blue {
        background-color: #191970;
        color: #fff;
    }

    #news-article .hero-title {
        font-size: 2.4rem;
        font-weight: 300;
        font-family: "Roboto",sans-serif;
    }

@media(min-width:300px) {
    #news-article .switch {
        flex-direction: column;
    }
}

@media(min-width:768px) {
    #news-article .switch {
        flex-direction: row;
    }
}

#news-article .jumbotron {
    max-width: 1920px;
    overflow-x: hidden;
    padding-top: 150px !important;
    margin-bottom: 0;
}

#news-article .title-2 {
    padding: 50px;
}

#news-article .content {
    padding: 25px;
}

    #news-article .content p {
        font-size: 1rem;
    }

#news-article .btn-outline-primary {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

    #news-article .btn-outline-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

#news-article li {
    font-size: 1.2rem;
    text-align: center;
    margin-right: 40px;
    padding-top: 20px;
}

#our-tweets {
    background-color: #4f94af !important;
    background-repeat: no-repeat;
    background-size: cover;
}

    #our-tweets a {
        color: #000;
    }

    #our-tweets .title-2 {
        color: #fff;
    }

    #our-tweets .twitter-lctc-logo {
        width: 50px;
        height: auto;
        margin-right: 15px;
    }

    #our-tweets .twitter-header {
        font-size: .8rem;
    }

    #our-tweets .fa-twitter {
        color: #38a1f3;
    }

    #our-tweets .card {
        border-radius: 0;
    }

    #our-tweets .card-header {
        padding: .5rem 1rem;
    }

    #our-tweets .card-footer {
        color: #808080;
    }

    #our-tweets .card-deck {
        margin: 0 -15px;
        justify-content: space-between;
    }

        #our-tweets .card-deck .card {
            margin: 0 0 1rem;
        }

@media(min-width:576px) {
    #our-tweets .card-deck .card {
        -ms-flex: 0 0 48.7%;
        flex: 0 0 48.7%;
    }
}

@media(min-width:768px) {
    #our-tweets .card-deck .card {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}

@media(min-width:992px) {
    #our-tweets .card-deck .card {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
    }
}

#contact-us-section {
    color: #000;
}

    #contact-us-section a, #contact-us-section .captcha {
        color: #ff0;
    }

    #contact-us-section .contact-us-background {
        background-color: #eee !important;
    }

    #contact-us-section .contact-us-alt-background {
        background-color: rgba(0,122,89,.9);
    }

        #contact-us-section .contact-us-alt-background label {
            color: #fff;
        }

    #contact-us-section .lead {
        position: relative;
        left: 0;
        font-family: "Roboto",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: 0;
    }

    #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;
    }

    #contact-us-section .container {
        padding-top: 0 !important;
    }

        #contact-us-section .container .row {
            padding-top: 0 !important;
        }

#about .container .heading2 {
    font-family: "Roboto",sans-serif;
    font-size: 1.6rem;
}

#about .container p {
    font-family: "Roboto",sans-serif;
    font-size: 1.2rem;
}

#about .container li {
    font-family: "Roboto",sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#trials {
    background-color: #ededed;
    font-family: "Roboto",sans-serif;
}

    #trials .bg-black {
        background-color: #000;
        color: #fff;
    }

    #trials .bg-blue {
        background-color: #191970;
        color: #fff;
    }

    #trials .hero-title {
        font-size: 2.4rem;
        font-weight: 300;
        font-family: "Roboto",sans-serif;
    }

    #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: "Roboto",sans-serif;
                    font-weight: 900;
                    font-style: italic;
                }

                #trials .header .jumbotron .hero-text-panel .hero-lead {
                    font-size: 2rem;
                    font-family: "Roboto",sans-serif;
                    font-weight: 100;
                    font-style: italic;
                }

    #trials .jumbotron {
        max-width: 1920px;
        overflow-x: hidden;
        padding-top: 150px !important;
        background-color: #fff;
    }

    #trials .main .main-image {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    #trials .filter-grid-background {
        background-color: #f5f5f5;
    }

    #trials .intro-text {
        padding-right: 15px;
        padding-left: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        #trials .intro-text p {
            font-size: 1.2rem;
        }

    #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.6rem;
            font-weight: 300;
            border-radius: 15px;
            border: 1px solid rgba(0,0,0,0);
            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: 1.5rem;
    }

    #trials p {
        font-size: 1.2rem;
    }

    #trials #results-filters {
        color: #2c2829;
    }

        #trials #results-filters .mb-3 {
            font-size: 1rem;
        }

        #trials #results-filters li {
            font-size: 1rem;
        }

        #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: 1rem;
                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 {
                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: 1.1rem;
        }

    #trials .pagination .btn-outline-primary {
        background-color: #007a59;
        border-color: #007a59 !important;
        color: #fff !important;
    }

        #trials .pagination .btn-outline-primary:hover {
            background-color: #007a59;
            border-color: #007a59 !important;
            color: #fff !important;
        }

    #trials .page-text {
        font-size: 1.2rem;
    }

    #trials .btn-outline-primary {
        color: #2c2829 !important;
        border-color: #2c2829 !important;
    }

        #trials .btn-outline-primary:hover {
            background-color: #000;
            color: #fff !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: #191970;
        }

        #trials .card.trials .default {
            color: #191970;
        }

        #trials .card.trials h5.card-title {
            font-size: 1.8rem;
        }

        #trials .card.trials p.card-text {
            font-size: .8rem !important;
            text-align: justify;
        }

        #trials .card.trials .status-red {
            background-color: #f00;
            color: #fff;
        }

        #trials .card.trials .status-amber {
            background-color: #dee0de;
        }

            #trials .card.trials .status-amber a {
                background-color: #ffbf00;
            }

        #trials .card.trials .status-orange {
            background-color: #ffa500;
        }

            #trials .card.trials .status-orange a {
                color: #000 !important;
            }

        #trials .card.trials .status-dark {
            background-color: #dee0de;
            color: #fff;
        }

            #trials .card.trials .status-dark a {
                color: #fff !important;
            }

        #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-grey a {
                color: #fff !important;
            }

        #trials .card.trials .status-dark {
            background-color: #000;
            color: #fff;
        }

        #trials .card.trials .status-green {
            background-color: #007a59;
            color: #fff;
        }

            #trials .card.trials .status-green a {
                color: #fff !important;
            }

        #trials .card.trials .status-none {
            background-color: rgba(10,10,44,.8);
            color: #000;
        }

        #trials .card.trials .card-footer {
            font-family: "Roboto",sans-serif;
        }

            #trials .card.trials .card-footer a {
                font-size: 1rem;
                color: #000;
            }

        #trials .card.trials .custom-checkbox {
            color: #000;
        }

#contact-us {
    background-color: #ededed;
    font-family: "Roboto",sans-serif;
}

    #contact-us .bg-black {
        background-color: #000;
        color: #fff;
    }

    #contact-us .bg-blue {
        background-color: #191970;
        color: #fff;
    }

    #contact-us .hero-title {
        font-size: 2.4rem;
        font-weight: 300;
        font-family: "Roboto",sans-serif;
    }

    #contact-us .header {
        padding-top: 99px;
    }

        #contact-us .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;
        }

            #contact-us .header .jumbotron .hero-text-panel {
                text-align: right;
                padding: 50px;
                color: #fff;
            }

                #contact-us .header .jumbotron .hero-text-panel .hero-header {
                    font-size: 2.8rem;
                    font-family: "Roboto",sans-serif;
                    font-weight: 900;
                    font-style: italic;
                }

                #contact-us .header .jumbotron .hero-text-panel .hero-lead {
                    font-size: 2rem;
                    font-family: "Roboto",sans-serif;
                    font-weight: 100;
                    font-style: italic;
                }

    #contact-us .jumbotron {
        max-width: 1920px;
        overflow-x: hidden;
        padding-top: 150px !important;
        background-color: #fff;
    }

    #contact-us .jumbotron {
        max-width: 1920px;
        overflow-x: hidden;
        padding-top: 150px !important;
        background-color: #fff;
    }

    #contact-us .filter-grid-background {
        background-color: #f5f5f5;
    }

    #contact-us .lead {
        font-size: 1rem;
    }

    #contact-us p {
        font-size: 1.5rem;
    }

    #contact-us .pagination .btn-outline-primary {
        background-color: #007a59;
        border-color: #007a59 !important;
        color: #fff !important;
    }

        #contact-us .pagination .btn-outline-primary:hover {
            background-color: #007a59;
            border-color: #007a59 !important;
            color: #fff !important;
        }

    #contact-us .page-text {
        font-size: 1.2rem;
    }

    #contact-us .btn-outline-primary {
        color: #2c2829 !important;
        border-color: #2c2829 !important;
    }

        #contact-us .btn-outline-primary:hover {
            background-color: #000;
            color: #fff !important;
        }

#study .title {
    font-size: 3rem;
    font-weight: 500;
}

#study .hero-title {
    font-size: 2.4rem;
    font-weight: 300;
}

#study .container {
    max-width: 1920px;
    overflow-x: hidden;
}

#study .jumbotron {
    max-width: 1920px;
    padding-top: 150px !important;
    background-color: #fff;
    overflow-x: hidden;
}

#study .header {
    padding-top: 99px;
}

    #study .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: #006994;
    }

        #study .header .jumbotron .hero-image-panel {
            padding: 50px;
        }

        #study .header .jumbotron .hero-text-panel {
            text-align: right;
            padding: 50px;
            color: #fff;
        }

            #study .header .jumbotron .hero-text-panel .hero-header {
                font-size: 2.8rem;
                font-family: "Roboto",sans-serif;
                font-weight: 900;
                font-style: italic;
            }

            #study .header .jumbotron .hero-text-panel .hero-lead {
                font-size: 2rem;
                font-family: "Roboto",sans-serif;
                font-weight: 100;
                font-style: italic;
            }

#study .study-acronym {
    font-size: 2.4rem;
    font-weight: 800;
}

#study .study-title {
    font-size: 1.8rem;
    font-weight: 300;
}

#study .p-0 {
    font-size: 1.3rem;
}

#study .study-summary {
    font-size: 1.2rem;
}

#study .blue-table {
    width: 100%;
    background-color: #41516b;
    color: #fff;
    font-size: 1.4rem;
}

#study .grey-table {
    width: 100%;
    background-color: #d3d8db;
    color: #fff;
    font-size: 1.5rem;
}

    #study .grey-table table tr td:first-child {
        color: #191970;
    }

    #study .grey-table table tr td:last-child {
        color: #000;
    }

#study table {
    margin-top: 15px;
    margin-bottom: 15px;
}

#study td {
    padding-left: 15px;
    padding-right: 15px;
}

#study #our-tweets {
    margin-top: 0;
    margin-bottom: 0;
}

#study .websites .weblink {
    text-align: center;
    font-size: 1.3rem;
    color: #6798ac;
}

    #study .websites .weblink .weblink-icon {
        width: 9vw;
    }

        #study .websites .weblink .weblink-icon.sm {
            width: 6vw;
        }

#study .websites .funderlink {
    text-align: center;
    font-size: 1.3rem;
    color: #4db27c;
}

    #study .websites .funderlink .weblink-icon {
        width: 9vw;
    }

#study .websites .additional-websites {
    padding-top: 15px;
}

#study .publications {
    font-size: 1.2rem;
}

    #study .publications ol {
        list-style-type: none;
    }

footer {
    background-color: #191970;
    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;
    }
}

@media(min-width:1140px) {
    footer .container {
        max-width: 1920px;
        overflow-x: hidden;
        overflow-y: hidden;
        max-height: 200px;
    }
}

a {
    text-decoration: none;
}