<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Events Plugin Override */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 0 29px;
    max-width: 100%;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
    color: #6882a1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: transparent;
    color: #000;
    border: 1px solid #7a7a7a;
    border-radius: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
    border-color: #6882a1;
    background: #6882a1;
    color: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: #6882a1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 1px solid #d2dae4;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    background: transparent;
    color: #000;
    border: 1px solid #7a7a7a;
    border-radius: 0;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    border-color: #6882a1;
    background: #6882a1;
    color: #fff;
}




/* Container */
#inner-page-wrapper {
    margin-bottom: 0;
}

    #inner-page-wrapper &gt; .container {
        width: 100%;
        padding: 0;
    }

    #inner-page-wrapper  #breadcrumbs {
        max-width: 1470px;
        width: 100%;
        margin: auto;
        padding: 30px 15px;
    }


/* IP Banner */
.ip-banner {
    display: none;
}

    .ip-slider-cont {
        position: relative;
    }

    .ip-slider {
        position: relative;
        z-index: 1;
    }

    .ip-slider canvas {
        display: block;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
    }

.single-tribe_events .ip-slider canvas {
	height: 350px;
}

    .ip-slider-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        z-index: 5;
    }

    .ip-slider-overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
        z-index: 7;
    }

    .ip-slider-overlay::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        z-index: 7;
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 100%);
    }

    .ip-sell-slider-title {
        top: 0;
        z-index: 20;
    }

    .ip-slider-cont .arrow-cont {
        z-index: 20;
    }

    .ip-slider-cont .primary-btn-cont {
        border: 1px solid #000;
        background: #e5be29;
        color: #000;
    }

    .ip-slider-cont .hp-slider-title-text {
        text-transform: uppercase;
    }

/* Content */
.ip-blogs-txt {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 66px 15px 56px;
    /*background: url(../images/op-bg.jpg) no-repeat center top 26px / cover;*/
}

.ip-blogs-txt-label {
    font-family: var(--font-family-title);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    line-height: 1.17;
    margin: 0 auto 25px;
    max-width: 1006px;
    width: 100%;
}

.ip-blogs-txt-desc {
    max-width: 1006px;
    width: 100%;
    margin: auto;
}

/* Btns */
.ip-blogs-btns {
    padding: 86px 15px 17px;
}

.ip-blogs-btns-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1292px;
    width: 100%;
    margin: auto;
}

/* Search */
.ip-blogs-search-form {
    max-width: 252px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #515151;
    border-radius: 28px;
    padding: 0 16px;
}

.ip-blogs-sf-search {
    height: 26px;
    width: 26px;
    background: url(../images/ip-search-icon.png) no-repeat center;
    font-size: 0;
}

.ip-blogs-sf-input {
    width: calc(100% - 26px);
    height: 40px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
}

.ip-blogs-search-form input {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

/* Filter */
.ip-blogs-filter {
    width: 60%;
    padding: 25px 0 0;
}

.ip-blogs-filter-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ip-blogs-filter-inner span {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
}

.ip-blogs-filter-inner select {
    height: 31px;
    width: 100%;
    max-width: 246px;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 7px;
    margin: 0 0 0 12px;
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
}

/* Blog List */
.ip-blogs-list-flex {
    max-width: 1350px;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ip-blogs-item {
    width: calc(100% / 2);
    position: relative;
    padding: 29px 29px 48px;
}

.ip-blogs-img {
    position: relative;
    overflow: hidden;
}

.ip-blogs-img canvas {
    display: block;
    width: 100%;
}

.ip-blogs-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ip-blogs-img:hover img {
    transform: scale(1.1);
}

.ip-blogs-title {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    margin: 17px 0 0;
}

.ip-blogs-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    margin: 15px 0 31px;
    letter-spacing: 0.3px;
}

.ip-blogs-link .primary-btn-cont.alt .plus {
    line-height: 1;
}

.ip-blogs-link .primary-btn-cont.alt {
    color: #000;
    border-color: #7a7a7a;
    text-transform: uppercase;
}

.ip-blogs-link .primary-btn-cont:hover {
    background: #507198;
}

.ip-blogs-link .primary-btn-cont:hover a{
    color: #fff;
}

.ip-blogs-title:hover {
    color: #507198;
}

.ip-blogs-link .primary-btn-cont {
    background: transparent;
}

/* Events */
.ip-events {
    padding: 0 15px;
}

.ip-events-container {
    max-width: 1350px;
    width: 100%;
    margin: auto;
}

.ip-events .buzz-title {
    line-height: 1;
}

.txt-up {
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {
    .ip-blogs-item {
        width: 100%;
    }

    .ip-blogs-btns-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ip-blogs-filter {
        width: 100%;
    }

    .ip-blogs-filter-inner {
        justify-content: center;
        flex-direction: column;
    }

    .ip-blogs-filter-inner span {
        display: block;
        margin: 0 0 15px;
    }

    .ip-blogs-filter-inner select {
        margin: 0;
    }

    .ip-blogs-title,
    .ip-blogs-desc {
        text-align: center;
    }

    .ip-blogs-link .primary-btn-cont.alt {
        margin: auto;
    }

    .hp-slider-title {
        display: flex !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .hp-section-header .buzz-subtitle-text {
        font-size: 37px;
    }

    .hp-section-header .buzz-title-text {
        font-size: 23px;
    }

    
}

@media only screen and (max-width: 480px) {

}
</pre></body></html>