/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.SocialShare {
    position: absolute;
}
.videogallery  .SocialShare{
    right: 10px;
    top: 10px;
height: 20px;
    z-index: 20;
    text-align: right;
}
.events  .SocialShare{
    right: 10px;
    top: 10px;
    height: 20px;
    z-index: 20;
    text-align: right;
}

#press-centre .SocialShare{
    right: 10px;
    top: 20px;
    height: 20px;

}

.events .sstwitter svg{
    color: #fff;
}
.events .sstwitter{
    background: #000;
}
#press-centre .sstwitter svg{
    color: #fff;
}
#press-centre .sstwitter{
    background: #000;
}
.videogallery  .sstwitter{
    background: #fff;
}
.ssbtn{
display: inline-block;
    padding:  0;
    border-radius: 1px;
    margin: 4px;
    height: 15px;

}
.ssbtn:hover{
    background-color: #666;
}
.ssbtn a{
    position: relative;
}
.ssbtn svg{
    height: 15px;

    margin-top: -5px;

}
.sslinkedin{
    background-color: #0a66c2;
}
.ssemail{
background-color: #0166ff;
}

.site-id-4  .SocialShare{
    right: 10px;
    top: 10px;
    height: 20px;
    z-index: 20;
    text-align: right;
    /*margin-top: 0px;*/
}


.site-id-4 .sstwitter svg{
    color: #fff;
}
.site-id-4 .sstwitter{
    background: #000;
}



@media screen and (max-width: 600px) {



}