/* Custom CSS
   This file only impacts on the front end. It is included via the theme. 
   You may need to flush mod_pagespeed and other caches for updates to take effect.
   To make changes to the backend you will need to modify the 
   /portal_resources/resource_overrides/static/garvan-backend.css file.
/* ========================================================================== */

/* tweak news padding on mobile */
.portaltype-news-item .row {margin: 0;}

/* tweak profile pages */
.portaltype-garvan-types-person .position a { font-weight: 300!important;}


/* fixing text on immunology page */
/* ============================== */

.subsection-immunology #immunology-and-immunodeficiency p span {
    visibility:hidden;
    position: relative;
}

/* force hide sub spans as it causes duplicates */
.subsection-immunology #immunology-and-immunodeficiency p span span,
.subsection-immunology #immunology-and-immunodeficiency ul li p span,
.subsection-immunology #immunology-and-immunodeficiency ul li p span:after {
    visibility: hidden;
    display: none!important;
}

/* hide sub bullet point but leave space because line above wraps */
.subsection-immunology #immunology-and-immunodeficiency ul {
    visibility: hidden;
    height: 24px;
    position: relative;
}

/* now add the text back in */
.subsection-immunology #immunology-and-immunodeficiency p span:after {
    visibility: visible;
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    content: "(Lab Heads: Prof Stuart Tangye & A/Prof Cindy Ma)";
}

/* improve image padding */
/* ===================== */
.pull-right { margin-left: 30px}
#news-image { margin-left: 30px}


/* Hide Donate links */
/* ================= 
.donate-dropdown-menu a:first-child { visibility: hidden; display: none; height: 0px; margin: 0px; padding: 0px}
*/


/* fixing text on genomics page */
/* ============================== */

/* Hide Labs and groups pulled from API

.subsection-genomics-epigenetics #labs-and-groups {
    display: none;
}
 */



