.addThis {
    display: none;   
}

#site-heading-desktop a {
    color: #3c3c3c;
    text-decoration: none;
}

label.search-form-group__label {
    padding-top: 2px;
}

/* REMOVED due to interference with search page on 27/03/18. Contact web team via remedy in case of issues. 
.col {
        position:relative;
        width: 45%;
        margin-right:5%;
        min-height: 220px;
        border-top: 1px solid #006cab;
        margin-top: 40px;
    }
    
@media (max-width: 530px) {
        .col {
            width:100%;
            min-height: none!important;
        }
    }
*/    
    
/* 
    table fixes for 100% where display: block (JIRA: WEBSW-178)
*/

table.table-width-100,
table.table-width-full {
    display: table !important;
    width:100%;
}    



span.news-event-published-date, span.news-published-date {
    display:none;
    font-size:0.75em;
    text-transform:uppercase;
    position:absolute;
    bottom:20px;
}


/* news and events search results listing */

span.news-search-published-date {
    /*display:none;*/
    font-size:0.75em;
    text-transform:uppercase;
    position:absolute;
    bottom:10px;  
    right:17px;
    color: #505050;
    font-weight: 300;
}

/* Hide category on event details page (SDVST-203) */
.event-details__category {
    display: none;
}


.sq-icon__play-large-white {
    background-image: url(https://www.monash.edu/__data/assets/file/0011/1203131/sprites.svg);
    background-repeat: no-repeat;
    background-position: -288px -216px;
    background-size: 1128px 768px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-indent: -999em;
    margin: -1.5rem 0 0 -1.5rem;
}

.sq-icon__play-large-white:hover {
    background-image: url(https://www.monash.edu/__data/assets/file/0011/1203131/sprites.svg);
    background-repeat: no-repeat;
    background-position: -360px -216px;
    background-size: 1128px 768px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-indent: -999em;
    margin: -1.5rem 0 0 -1.5rem;
}



.panel-overlay {
    background-image: linear-gradient(transparent, transparent 50%, black);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.flex-container {
    display:block;
}

@media (min-width: 1200px) {
    .flex-container {
        display:flex;
    }
}


a.tabs__link {
       background-color: #f6f6f6;
}


a.tabs__link.uber-accordion__button-active {
    background-color: #006dae;
    color:#fff;
}
