﻿       
.head-fw {
    position: relative;
    height: 120px;
    overflow: hidden;
    background: #000;
    border-top: 3px solid #05a37d;
}
.head-fw-i {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/common/public/navimages/events_hdr_sm.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.navbar-custom .navbar-toggle {
    border-left: 1px solid #dee0e3;
}
.objFit-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    padding-top: 75%;
}
.objFit {
    max-width: none;
    max-height: none;
    position: absolute;
    z-index: 2;
    top: 0px;
}
.objFit-o {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.objFit-v {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.objFit-h {
    width: auto;
    height: 100%;
    max-height: 100%;
}
.objFit-load {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #e4e4e4;
}
.banner-txt {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    color: #fff;
    text-shadow: 1px 1px #000;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    border-radius: 0px 4px 0px 2px;
}
.banner-overlay, .event-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    background: rgba(0, 51, 97, 0.3);
}
.objFit-wrap:hover .banner-overlay, .event-wrap:hover .event-overlay  {
    opacity: 1;
    filter: alpha(opacity=1);
}
.objFit-wrap:hover .banner-txt {
    text-decoration: underline;
}
.event-wrap {
    margin-bottom: 20px;
    display: block;
            width: 100%;
}
.event-wrap:before, .event-wrap:after {
    display: table;
    content: " ";
}
.event-wrap:after {
    clear: both;
}
.event-left {
    float: left;
    width: 120px;
    padding: 0px;
    max-width: 40%;
}
.event-right {
    float: left;
    width: calc(100% - 120px);
    padding: 0px 0px 0px 8px;
    min-width: 60%;
    word-break: break-word;
}
.event-title {
    font-size: 16px;
            line-height: 20px;
    font-weight: bold;
}
.event-wrap:hover .event-title {
    text-decoration: underline;
}
.event-date {
    margin-top: 2px;
    color: #727272;
    font-size: 0.8em;
    line-height: 18px;
}
        
.srch-wrp {
    margin: 4px 0px 0px;
    border: 1px solid #d9dde0;
    background: #f9fafb;
    border-radius: 2px;
    padding: 12px 12px 0px;
}
.srch-wrp:before, .srch-wrp:after {
    display: table;
    content: " ";
}
.srch-wrp:after {
    clear: both;
}
.srch-wrp-wht, .srch-wrp-whn {
    width: 100%;
    float: left;
    margin: 0px 0px 20px;
}
.srch-wrp-whn .form-input {
    float: left;
    width: calc(50% - 2px);
    margin: 0px;
}
.srch-wrp-whn .form-input:first-child {
    margin-right: 4px;
}
.srch-wrp-btn {
    width: 100%;
    float: left;
    margin: 0px 0px 12px;
}
.srch-wrp-btn .btn {
    padding: 8px 0px;
    width: 100%;
    display: block;
    margin: 0px auto;
    max-width: 360px;
}
.nav-pills-wrapper {
    float: left;
}
.nav-pills-filter>li>a {
    padding: 8px 12px;
}
.nav-pills-filter>li {
    margin: 0px 2px 4px 0px;
}
.nav-pills-filter>li+li {
    margin-left: 0px;
}
.filter-wrap {
    margin-bottom: 20px;
}
.filter-wrap:before, .filter-wrap:after {
    display: table;
    content: " ";
}
.filter-wrap:after {
    clear: both;
}
.email-alerts input {
    padding: 6px 12px;
}
.panel-filter {
    border: 1px solid #d9dde0;
    margin: 10px 0px 30px;
    box-shadow: none;
    overflow: hidden;
}
.panel-filter .panel-heading {
    background: none;
    padding: 0px;
    border: 0px;
}
.panel-filter .panel-heading a {
    padding: 10px 16px;
    background-color: #f9fafb;
    font-weight: bold;
    font-size: 18px;
    display: block;
}
.panel-filter .panel-heading a:hover {
    background-color: #f3f5f7;
}
.panel-filter .panel-heading a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1px 8px 0px 0px;
    content: "\f147";
    float: left;
}
.panel-filter .panel-heading a.collapsed:before {
    content: "\f196";
}
.panel-filter .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #d9dde0;
}
.panel-filter ul li {
    margin: 0px 0px 2px;
}
.col-sm-6:nth-child(2n+1) {
    clear: left;
}
@media (min-width: 768px) {
    .head-fw {
        height: 160px;
    }
    .head-fw-i {
        width: 100%;
        background-image: url(/common/public/navimages/events_hdr.jpg);
        background-size: auto;
        background-position: left;
    }
    .srch-wrp-wht {
        width: calc(50% - 55px);
        margin: 0px 0px 12px;
    }
    .srch-wrp-whn {
        width: calc(50% - 25px);
        padding: 0px 12px;
        margin: 0px 0px 12px;
    }
    .srch-wrp-btn {
        width: 80px;
    }
    .panel-filter {
        box-shadow: none;
        border: none;
    }
    .panel-filter .panel-heading {
        display: none;
    }
    .panel-filter .collapse {
        display: block !important;
        height: auto !important;
    }
    .panel-filter .panel-body {
        padding: 0px;
    }
    .panel-filter .panel-heading+.panel-collapse .panel-body {
        border-top: none;
    }
    .panel-filter h4 {
        border-top: 2px solid #00a8de;
        padding: 4px 0px 0px;
        margin: 40px 0px 8px;
    }
    .panel-filter .category-h4 {
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .srch-wrp-whn {
        padding: 0px 8px;
    }
    .head-fw-i {
        margin-left: calc((100% - 940px) / 2);
        width: calc(100% - ((100% - 940px) / 2));
    }
}
@media (min-width: 1200px) {
    .srch-wrp-whn {
        padding: 0px 12px;
    }
    .head-fw-i {
        margin-left: calc((100% - 1140px) / 2);
        width: calc(100% - ((100% - 1140px) / 2));
    }
}
@media (max-width: 767px) {
    .row-banner .col-sm-4 {
        display: none;
    }
    .row-banner .col-sm-4:first-child {
        display: block;
    }
    .form-group-srch {
        max-width: 460px;
        margin: 0px auto 32px;
    }
    .nav-pills-wrapper {
        margin: 0px -15px;
        width: calc(100% + 30px);
        overflow-x: scroll;
    }
    .nav-pills-filter {
        padding: 0px 15px;
        width: 650px;
        width: max-content;
    }
    .panel-filter h4 {
        border-top: 1px solid #eef0f1;
        padding: 20px 0px 0px;
        margin: 20px 0px 8px;
        font-size: 16px;
    }
    .panel-filter .category-h4 {
        border-top: none;
        padding: 0px;
        margin-top: 4px;
    }
}