﻿/******************************************
GENERAL
******************************************/
body {
    padding-top: 80px;
    background: #FCFCFC;
    min-height: inherit;
}

.loadMore, .loadMoreCooperativeSites {
    padding: 20px 0px;
    font-size: 18px;
    text-align: center;
    color: #8F969D;
    cursor: pointer;
}

    .loadMore:hover, .loadMoreCooperativeSites:hover {
        text-decoration: underline;
        color: #333;
    }

#hub {
    padding: 20px 0px;
}

/******************************************
EVENTS HUB
******************************************/
.hub-container, .hub-container-corporate-sites {
    padding: 0;
}

    .hub-container li, .hub-container-corporate-sites li {
        display: inline-block;
        float: left;
    }

        .hub-container li a, .hub-container-corporate-sites li a {
            background: #fff;
            border: 1px solid #eee;
            display: block;
            padding: 10px;
            margin: 0px 10px 10px 0px;
            position: relative;
            min-height: 115px;
            border-radius: 3px;
        }

            .hub-container li a:hover, .hub-container-corporate-sites li a:hover {
                opacity: 0.8;
            }


            .hub-container li a .logo, .hub-container-corporate-sites li a .logo {
                width: 80px;
                position: absolute;
                left: 14px;
                top: 14px;
                height: 80px;
                display: block;
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
            }

        .hub-container li a, .hub-container-corporate-sites li a {
            text-decoration: none;
        }

            .hub-container li a .title, .hub-container-corporate-sites li a .title,
            .hub-container li a .desc, .hub-container-corporate-sites li a .desc,
            .hub-container li a .date, .hub-container-corporate-sites li a .date {
                padding-left: 94px;
                text-align: left;
                display:block
            }

            .hub-container li a .title, .hub-container-corporate-sites li a .title {
                color: #0cb9a1;
                font-size: 18px;
                font-weight: 700;
                margin-top: 0px;
                color: #0cb9a1;
                width: 380px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }




            .hub-container li a .desc, .hub-container-corporate-sites li a .desc {
                color: #333;
                font-weight: 500;
                font-size: 13px;
                margin-bottom: 10px;
                width: auto;
                height: 18px;
                line-height: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .hub-container li a .date, .hub-container-corporate-sites li a .date {
                color: #666;
                font-size: 13px;
                text-align: left;
            }

/******************************************
EVENTS FILTER
******************************************/
.hub-sidebar {
    background: #FAFAFA;
    display: block;
    position: relative;
    padding: 22px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
}

    .hub-sidebar .input-textbox {
        width: 100%;
    }


.filterWrap {
    padding-bottom: 30px;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    text-align: 12px;
}

    input[type=radio].css-checkbox + label.css-label {
        padding-left: 28px;
        background-repeat: no-repeat;
        background-position: 0px -1px;
        vertical-align: middle;
        cursor: pointer;
        font-size: 14px;
        display: block;
        font-weight: 500;
        color: #8F969D;
        padding-bottom: 1px;
        margin-bottom: 10px;
        /* padding-bottom: 0; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 140px;
        height: 20px;
    }

    input[type=radio].css-checkbox:checked + label.css-label {
        background-position: 0 -30px;
        color: #0cb9a1;
    }

label.css-label {
    background-image: url('rb-chk.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/******************************************
RESPONSIVE HUB
******************************************/
@media (max-width:1024px) {
    .hub-container li, .hub-container-corporate-sites li {
        display: block;
    }

        .hub-container li a, .hub-container-corporate-sites li a {
            margin: 0px 0px 10px 0px;
        }

    .hub li a .title,
    .hub li a .desc {
        width: 380px;
    }
}

@media (max-width:1200px) {
    .hub-container li a .title, .hub-container-corporate-sites li a .title,
    .hub-container li a .desc, .hub-container-corporate-sites li a .desc {
        width: 300px;
    }
}

@media (max-width:940px) {
    .hub-container li, .hub-container-corporate-sites li {
        width: 100%;
    }
}


@media (max-width:420px) {
    .filterEvents {
        display: none;
    }

    .hub-container li a, .hub-container-corporate-sites li a {
        margin: 0px 0px 10px 0px;
    }

        .hub-container li a .title, .hub-container-corporate-sites li a .title {
            white-space: inherit;
            overflow: inherit;
            text-overflow: inherit;
            font-size: 16px;
        }

    .navbar-brand {
        padding: 15px 5px !important;
    }
}



.past-events .title,
.past-events .desc,
.past-events .date {
    color: #c2c2c2 !important;
}

.past-events .actions {
    opacity: 0.5 !important;
}

.past-events .logo {
    opacity: 0.5 !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

    .past-events .logo:hover {
        filter: inherit;
        -webkit-filter: inherit;
        filter: inherit;
        -webkit-transition: all .6s ease;
    }



/* GENERAL MENU TABS*/
.menu-tabs {
    position: relative;
    margin-top: 0px;
    margin-right: 36px;
    padding-top: 20px;
}

    .menu-tabs li {
        display: inline-block;
    }

        .menu-tabs li a {
            font-size: 14px;
            color: #777;
            padding-bottom: 2px;
            margin: 6px 12px;
               text-decoration: none;
        }

            .menu-tabs li a:hover {
                text-decoration: none;
            }

        .menu-tabs li:first-child a {
            margin-left: 0px;
        }

        .menu-tabs li:last-child a {
            margin-right: 0px;
        }

        .menu-tabs li.active a {
            color: #4ABEA5;
            font-weight: 700;
            text-decoration: none;
            border-bottom: 2px solid #4ABEA5;
        }
