﻿#sites-in-group {
    position: absolute;
    top: 20px;
    right: 7px;
    padding-left: 30px;
    width: 140px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (min-width: 850px) {
    #sites-in-group {
        width: 160px;
        font-size: 16px;
    }
}

#site-header.is-sticky #sites-in-group {
    top: 4px;
}

#sites-in-group a {
    color: #fff;
}

#sites-in-group a:hover {
    padding: 0;
}

#sites-in-group a > span:first-of-type {
    display: inline-block;
    padding-right: 5px;
}

@media only screen and (min-width: 850px) {
    #sites-in-group a > span:first-of-type {
        padding-right: 10px;
    }
}

#sites-in-group .menu-extended {
    position: relative;
    top: 0;
    right: 0;
    background-color: #ba1a56;
    background-color: #762b90;
    font-size: 14px;
    z-index: 999;
}

@media only screen and (min-width: 850px) {
    #sites-in-group .menu-extended {
        font-size: 16px;
    }
}

    #sites-in-group .menu-extended > li:hover {
        background-color: #5e1d75;
    }

    #sites-in-group .menu-extended > li > a {
        display: inline-block;
        padding: 10px 0 10px 10px;
    }
