.layout-default #t4-header.t4-header {
 background:#492c81;
    z-index: 1055;
}

.navbar-brand.logo-control img.logo-img {
    display: none;
    max-height:131px
}

.t4-megamenu .navbar-nav > li > .nav-link, .t4-megamenu .navbar-nav > li > a {
    /* font-weight: 600; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.t4-footnav .container, .t4-footnav .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footnav .t4-masthead-detail {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.t4-footer .container, .t4-footer .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footer .t4-masthead-detail {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.t4-main-body {
        padding-top:0rem;
        padding-bottom: 3rem;
    }



 .t4-masthead-inner {
        padding:1rem 0
    }

.t4-masthead .t4-masthead-title {
        padding-left: 0%;
        padding-right: 0%;
        font-size: 30px;
  		text-align: center;
    }

.splide__track {
    overflow: visible;
    position: relative;
    z-index: 0;
}


.t4-offcanvas .t4-off-canvas-header {
    background-color: #492c81;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:0.75rem 1.5rem
}

.t4-offcanvas .t4-off-canvas-header a img {
    max-height:4rem;
    outline: none;
}


.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
        padding: 13px 0px;
        text-transform: uppercase;
        font-size:13px;
        font-weight: 600;
        letter-spacing: 1px;
    }



.eb-event-box .eb-event-title-container a.eb-event-title {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222222;
}


.jpb-page .h1, .jpb-page .h2, .jpb-page .h3, .jpb-page .h4, .jpb-page .h5, .jpb-page .h6, .jpb-page h1, .jpb-page h2, .jpb-page h3, .jpb-page h4, .jpb-page h5, .jpb-page h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 0.8;
    color: inherit;
}



.eb-event-box .eb-event-date-time i {
    color: var(--color-primary);
    margin-right:0px;
    font-size: 16px;
}


.eb-event-box .eb-content {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    margin: -80px 20px 0;
    padding:5px;
    border-radius: 5px;
    overflow: hidden;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: var(--color-primary);
}

.eb-event-date-container {
    background: #6c757d;
    border: 1px solid #eee;
    margin: 0 15px 0 -100px;
    width: auto;
    border-radius: 100%;
    display: block;
    float: left;
    position: relative;
}

.t4-masthead-inner:after {
    background-color: #000;
    opacity: 0;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.t4-megamenu .dropdown-menu li .dropdown-item, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li > a {
    border-bottom: 1px solid #eee;
    padding: 13px 22px 9px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
  }