﻿/**************************** from main.css ************************/

.large-4 {
    width: 33.333333%;
}

.event-index-container h3 {
    color: #333;
    font-family: "Avenir", "Lato", Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.event-index-container ul {
    list-style: none;
}

#main-content-container {
    display: block;
    margin-top: 30px;
}

.ui-datepicker-today span, .ui-datepicker-today a {
    border: 1px solid #fcd3a1 !important;
    background: #fbf8ee url("images/ui-bg_glass_55_fbf8ee_1x400.png") 50% 50% repeat-x !important;
    color: #444444 !important;
}

.event-index-container .keyword-search {
    width: 100%;
}

    .event-index-container .keyword-search fieldset {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 1.25em;
        padding: 0.75em 0 0.5em 0;
    }

        .event-index-container .keyword-search fieldset:first-child {
            margin-bottom: 0;
            padding: 0 0 1.5em 0;
        }

    .event-index-container .keyword-search input[type=text] {
        background-color: #f9f9f9;
        border: 1px solid #dddddd;
        padding-right: 60px;
        height: 40px;
        color: #000;
    }

        .event-index-container .keyword-search input[type=text]::-webkit-input-placeholder {
            color: #5a5a5a;
            text-transform: none;
        }

    .event-index-container .keyword-search .search-btn {
        border: 0;
        font-size: 14px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border */
        padding: 0;
        height: 28px;
        right: 16px;
        top: 6px;
        width: 28px;
    }

.event-index-container .category-names {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

    .event-index-container .category-names li {
        color: #5a5a5a;
        font-size: 0.875em;
        font-weight: 500;
        text-transform: uppercase;
    }

.event-index-container .category-results {
    margin: 0 0 0 0;
    padding: 0;
}

.event-index-container .no-entries {
    color: #5a5a5a;
    font-weight: 700;
}
/**************************** from main.css ************************/

.selected-filters-block p, .selected-filters-block a {
    word-break: normal !important;
    word-wrap: normal !important;
}

.button, a.button {
    font-weight: bold;
    font-size: .8em;
    padding: 3px;
    text-align: center;
}

.heading-label, .reveal-modal h3 {
    position: relative;
    text-transform: uppercase;
}

    .heading-label span {
        position: absolute;
        right: 3px;
        bottom: 0px;
    }

        .heading-label span span {
            position: relative;
            right: 0;
        }

    .heading-label p, .reveal-modal h3 {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 0px;
        color: #042c51;
        border-bottom: 1px solid #00406e;
    }

    .heading-label p {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

.filter-buttons-row .heading-label p {
    position: absolute;
    width: 90%;
    bottom: 0px;
}

.row-margin-bottom {
    margin-bottom: 25px !important;
}

.page-heading-block {
    margin-bottom: 20px;
}

.filter-buttons-row .heading-label {
    text-align: center;
}

.keyword-search input[type="text"] {
    height: 43px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #222;
    margin-right: 0px;
}

.keyword-search .search-btn {
    width: 45px;
    height: 37px;
    top: 5px;
    right: 1px;
    border: 0;
    font-size: 1.4375em;
    background-color: #fff;
    color: #999;
}

    .keyword-search .search-btn span {
        font-size: 33px;
        font-weight: normal;
    }

.keyword-search label {
    margin: 0;
}

.columns .mobile-options {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.mobile-options .communityItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #2d4772;
    border-left: 1px solid #fff;
    padding: 3px 0px;
}

    .mobile-options .communityItem:first-child {
        border-left: 0;
    }

    .mobile-options .communityItem a, .degree-buttons-col .communityItem a {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.1em;
    }

    .mobile-options .communityItem a {
        padding: 0px 0px;
        font-size: 13px;
    }

.reveal-modal.facets a {
    color: #353534;
    font-size: 0.875em;
    padding: 0.5em 0.625em;
    display: block;
    width: 100%;
}

    .reveal-modal.facets a.active, .reveal-modal.facets a.selected:focus {
        background-color: #757575;
        color: #ffffff;
    }



.reveal-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    visibility: hidden;
    width: 98%;
    max-width: 55.55556rem;
    margin: 0 auto;
    padding: 1.66667rem;
    z-index: 1005;
    background-color: #FFFFFF;
    border: solid 1px #666666;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

    .reveal-modal ul {
        list-style: none;
        margin-left: 0px;
    }

    .reveal-modal .close {
        border: 0;
    }

.selected-filters-block ul li span {
    color: #89bc40;
}

.row.selected-filters-block {
    margin-left: 0px;
    margin-right: 0px;
}

.selected-filters-block {
    border-bottom: 1px solid #00406e;
}

    .selected-filters-block .columns:first-child {
        padding-left: 0px;
    }

    .selected-filters-block .columns:last-child {
        position: relative;
        min-height: 24px;
    }

    .selected-filters-block a.button {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .selected-filters-block ul {
        display: block;
        list-style: none;
        margin-left: 0px;
    }

    .selected-filters-block ul {
        margin-bottom: 0px;
        line-height: 1em;
    }

        .selected-filters-block ul li {
            position: relative;
        }

            .selected-filters-block ul li span {
                position: absolute;
                margin-right: 5px;
            }

            .selected-filters-block ul li a {
                position: relative;
                display: inline-block;
                padding-left: 18px;
                z-index: 1000;
            }

.results-row {
    margin-bottom: 20px !important;
}

.locationBlock {
    display: block;
}

    .locationBlock .campusName {
        padding: 0px 5px;
        border-right: 1px solid #ccc;
    }

        .locationBlock .campusName:first-child {
            padding-left: 0;
        }

        .locationBlock .campusName:last-child {
            border-right: 0;
        }

.faceted-navigation .blue-header {
    font-size: 1em;
    cursor: pointer;
}

h2.blue-header span {
    font-size: 12px;
    padding-left: 10px;
}

.facets a.activeCat {
    background-color: #757575;
    color: #ffffff;
}

.faceted-navigation .facets a {
    text-align: left;
}

    .faceted-navigation .facets a:hover {
        color: #353534;
    }

.spc-dark-blue-button {
    margin-left: 0px;
    margin-right: 0px;
}

.map-column .spc-dark-blue-button {
    display: block;
    margin: 10px auto;
}

#week-text {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.event-item.with-img .event-info, .event-item.with-img .event-img {
    display: block;
}

.results-container {
}

@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
    .button, a.button {
        min-width: 120px;
    }

    .keyword-search {
        width: 100%;
    }

        .communityItem:hover {
            background: #8ea93e;
        }

    .mobile-options .communityItem {
        width: 33.33333%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .mobile-options .communityItem:first-child a {
            padding-top: 5px;
        }
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */

    .inner {
        display: none;
    }

    .selected-filters-block li {
        display: inline-block;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge break point */
    .x-large-6 {
        width: 50%;
    }

    .degree-buttons-col .degree-buttons-row .degree-col-col:first-child {
        margin-bottom: 0px;
    }
}
