.h-sec1 {
    background-image: url(../images/h-sec1-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec1 .heading, .h-sec3 .heading {
    background-image: url(../images/heading-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}
.h-sec1 .heading:before, .h-sec3 .heading:before {
    content: '';
    background-image: url(../images/heading-bg1.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
}
.events-main .event {
    float: left;
    width: 48.5%;
    padding: 15px;
    background-color: rgba(255, 255, 255, .63);
    margin: 2px 0;
}
.events-main .event:nth-child(2n) {
    float: right;
}
.events-main .event .date-box {
    background-image: url(../images/date-bg.jpg);
    width: 71px;
    height: 89px;
}
.events-main .event .date-box .month, .events-main .event .date-box .date {
    padding: 2px 0;
}
.events-main .event a {
    text-decoration: none;
    color: #096eb6;
}
.events-main .event a:hover {
    text-decoration: underline;
}
.h-sec1 a.full-cal {
    padding: 18px;
    width: 35%;
    background-color: #2bbab3;
}
.h-sec1 a.full-cal:hover, .h-sec2 a.more:hover, .h-sec3 a.more:hover {
    background-color: #3a3a3a;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec2 a.more {
    padding: 10px;
    width: 55%;
    background-color: #2bbab3;
}
.h-sec2 img.chamber-img {
    float: left;
    border: 10px solid #c4ecea;
}
.h-sec3 {
    background-image: url(../images/h-sec3-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec3 .news-box {
    background-color: rgba(255, 255, 255, .80);
}
.h-sec3 .news-box a.thumb {
    width: 26%;
}
.h-sec3 .news-box a.thumb, .h-sec3 .news-box a.thumb img {
    float: left;
}
.h-sec3 .news-box .text-box {
    float: left;
    width: 68%;
    padding: 30px;
}
.h-sec3 .news-box .text-box .title {
    color: #096eb6;
}
.h-sec3 .news-box .text a {
    color: #096eb6;
    text-decoration: none;
}
.h-sec3 .news-box .text a:hover {
    color: #000000;
}
.h-sec3 a.more {
    padding: 18px;
    width: 26%;
    background-color: #096eb6;
}




@media screen and (max-width: 1362px) {
    .main-menu ul li a {
        margin: 18px 12px;
    }
    .footer-menu {
        margin-right: 50px;
    }
}
@media screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
    header {
        overflow: visible;
    }
    .footer-logo {
        width: 235px;
        margin-right: 30px;
    }
    .z-mobileMenuDiv, .z-mobileMenuDiv a, .z-mobileMenuButton {
        background-color: #005ca3 !important;
        color: #fff !important;
    }
    .footer-social {
        float: left;
        margin-top: 30px;
    }
    .footer-social a {
        margin: 0 0 0 5px;
    }
    .slide-sec-left, .slide-sec-right {
        height: auto !important;
    }
    .slide-sec-right {
        max-width: 420px;
    }
    section.slider {
        min-height: 1120px;
    }
}
@media screen and (max-width: 767px) {
    .logo.z-float-left, .top-menu {
        width: 100%;
        text-align: center;
    }
    header .logo a {
        width: 250px;
        margin: 15px 10px;
    }
    .top-menu {
        margin: 0 0 15px 0;
    }
    .foo-add {
        margin-left: 10px;
    }
    .footer-logo, .footer-menu, .foo-add, .footer-social {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
    .copyright {
        padding: 10px 0;
    }
    .slide-overlay {
        position: relative;
        margin-bottom: 30px;
        top: 0;
    }
}
@media screen and (max-width: 479px) {
    header {
        position: relative;
    }
    .footer-logo, .footer-menu, .foo-add, .footer-social {
        width: 100%;
        margin: 10px 0;
        padding: 10px;
    }
    .slide-sec-right a {
        width: 96%;
        margin: 2%;
    }
}