.newsletterBar {
    clear: both;
    background-color: #dbeef5;
    padding: 4%;
    background-image: var(--wpr-bg-d9ecca0a-c584-420a-8c0d-871a6f13004d);
    background-repeat: no-repeat;
    background-size: auto 84%;
    background-position: 25px center;
    margin: 0 0 30px;
}

.newsletterBar:after {
    content: '';
    display: block;
    clear: both;
}

.newsletterBar .text {
    color: #0b1829;
    font-size: 22px;
    font-family: "config-bold", sans-serif;
}

.newsletterBar .form {
    position: relative;
}

.newsletterBar label {
    display: block;
    color: #0293cc;
    font-size: 18px;
    padding-left: 18px;
    font-family: "config-bold", sans-serif;
}

.newsletterBar input {
    background: #fff;
    border: solid 2px #93d5e8;
    border-radius: 30px;
    padding: 13px 25px;
    width: 100%;
    outline: none;
}

.newsletterBar button {
    background: #0293cc;
    border: none;
    border-radius: 28px;
    color: #fff;
    height: 58px;
    right: 0;
    bottom: 0;
    font-family: "config-bold", sans-serif;
    outline: none;
    margin-bottom: 5px;
}

.newsletterBar button:hover {
    cursor: pointer;
    background: #03aeef;
}

.newsletterBar button i {
    color: #016ea6;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 4px;
}

@media only screen and (min-width:1000px) {
    .newsletterBar .text {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
    }

    .newsletterBar .form {
        width: 48%;
        display: inline-block;
        vertical-align: middle;
        padding: 0 195px 0 20px;
    }

    .newsletterBar button {
        width: 180px;
        position: absolute;
    }
}

@media only screen and (max-width:999px) {
    .newsletterBar .form {
        padding: 20px 0 0;
    }

    .newsletterBar button {
        margin-top: 15px;
        width: 100%;
    }
}

.post-type-archive-news #sidebar,
body.blog #sidebar {
    float: right !important;
}

.post-type-archive-news .facetwp-facet,
.blog .facetwp-facet {
    margin: 70px 0 -30px;
}

.blog .facetwp-facet {
    margin: 0;
}

@media screen and (min-width: 769px) {
    #primary-navigation-menu.mobile-only {
        display: none !important;
    }
}

.embeddedServiceHelpButton .embeddedServiceIcon {
    display: inline-block !important;
}

.interior-content.hasRightCol #content img {
    box-shadow: none;
}

.gated_form-wrapper {
    display: none;
    margin: 45px 0;
}

.pageblock--instagram_feed .feedTitle i {
    color: #0293cc;
}

.pageblock--instagram_feed .feedTitle h2 {
    margin: 0 0 0.5rem;
}

.pageblock--instagram_feed .instaFeed {
    margin: 1rem 0 0;
}

@media screen and (min-width: 960px) {
    .pageblock--instagram_feed .button_container {
        text-align: right;
    }
}

.j-gallery .j-image {
    position: relative;
    padding: 0 0 100%;
    overflow: hidden;
}

.j-gallery .j-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#sub-menu.left-nav .hideOnSidebar {
    display: none;
}

/* Banner changes */
@media screen and (max-width: 769px) {
    .alert-banner.display-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .alert-banner.display-on-mobile {
        display: none;
    }
}

#primary-nav-mega #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu>li.desktop_nav_button.buttonGreen>a,
#masthead #primary-navigation-menu #mobile-nav ul li.mobile_nav_button.buttonGreen>a {
    background: #CEDC00 !important;
}

#primary-nav-mega #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu>li.desktop_nav_button.buttonGreen>a:hover,
#masthead #primary-navigation-menu #mobile-nav ul li.mobile_nav_button.buttonGreen>a:hover {
    background: #bac700 !important;
}

@media (max-width: 768px) {

    .button,
    input[type=submit].button,
    input[type=image].button {
        position: relative !important;
        padding-right: 2.3rem !important;
    }

    .button:after,
    input[type=submit].button:after,
    input[type=image].button:after {
        position: absolute;
        margin: 0;
        right: 0.4rem;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 992px){
    .footerAlertBanner {
        display:none !important;
    }
}
@media (max-width: 991px){
    .footerAlertBanner {
        background: #0F1C2C;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        position: sticky;
        bottom: 0;
        z-index:100;
    }
    .footerAlertBanner .inner {
        padding:1rem  1rem;
    }
    .footerAlertBanner .alertCta {
        text-align:center;
    }
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}
#masthead {
    position: relative;
    z-index: 99;
}
table.tablepress,
table.oms-responsive {
    display: table !important;
    width: 100% !important;
    max-width: 100%;
}
div.ml-responsive-table {
    display: none !important;
}

.tablepress {
   border-collapse: collapse;
}
.tablepress td,
.ml-responsive-table dd {
    border: 2px solid #ededed !important;
}
.tablepress th,
.ml-responsive-table dt {
    background: #0293cc !important;
    color: #fff !important;
    border-color: #0293cc !important;
}
.tablepress th:hover:after {
    color: #000 !important;
}
.ml-responsive-table dl {
    border:none !important;
}
.tablepress td, .tablepress th, .ml-responsive-table dt, .ml-responsive-table dd {
    padding: 1rem !important;
}
.dataTables_paginate .paginate_button {
        background: #0293cc !important;
        color:#fff !important;
        border-radius:28px;
        padding:0.5rem 1rem;
        text-decoration:none !important;
}
.dataTables_paginate .paginate_button:hover {
        background: #03aeef !important;
}
.dataTables_paginate .paginate_button:after, .dataTables_paginate .paginate_button:before {
    text-shadow: none !important;
    position: static !important;
    opacity: 1 !important;
    color:#fff !important;
}
.dataTables_paginate .paginate_button:after {
    margin-left:0.5rem !important;
}
.dataTables_paginate .paginate_button:before {
    margin-right: 0.5rem !important;
}
.dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    pointer-events:none;
}
.dataTables_wrapper label input, .dataTables_wrapper label select {
    border: 2px solid #cdcdcd;
}
/*iframe[src*="player.vimeo.com"] {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    border: none;
}

iframe[src*="player.vimeo.com"]:before {
    content: '';
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
}*/
/*

.tribe-events .tribe-common-c-btn {
    background: #0293cc !important;
    border: none;
    border-radius: 28px !important;
    font-family: "config-bold", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease;
    padding: 9px 20px 9px 20px !important;
}
.tribe-events .tribe-common-c-btn:hover {
    background: #03aeef !important;
}
.tribe-events-view {
    background: #F5F9FB !important;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row {
    background: #fff !important;
    padding: 2rem 0;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    font-size: 32px;
    line-height: 36px;
    font-family: "config-medium", sans-serif;
    font-weight: 400;
}
.tribe-events-c-events-bar__views li,
.tribe-events-c-top-bar li,
.tribe-events-c-subscribe-dropdown__container li,
#tribe-events-footer li {
   list-style: none !important;
}
.tribe-events-calendar-month__header-row {
    background: #0e1c2c !important;
}
.tribe-events .tribe-events-calendar-month__header-column {
    padding: 0.5rem 0;
}
.tribe-events-calendar-month__header-row h3 {
    font-family: "config", sans-serif !important;
    font-size: 14px !important;
    color: #fff !important;
    letter-spacing: 1px;
    text-align: center !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.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,
.tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
    background: #0293cc !important;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    color: #0293cc;
    border-color: #0293cc;
}
.tribe-events .cat_admissions,
.tribe-events .tag-admissions {
    border-left: 5px solid #0293cc;
    padding-left: 0.5rem;
    padding-bottom: 0 !important;
    margin-bottom: 1rem !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background:#f5f9fb !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner * {
    letter-spacing: 0.05rem !important;
    padding: 0.2rem 0;
}
.tribe-common path {
    fill:#0293cc !important;
}
    */
footer.hideMainFooter .footer-bottom {
    padding-top:0;
}
footer.hideMainFooter .footer-copyright:before {
    display:none;
}
    footer.hideMainFooter .footer-copyright {
        margin: 0;
    }


.oms-responsive thead tr td,
.oms-responsive thead tr th {
    background-color: #0293cc !important;
}


body.blue-yellow .oms-responsive tbody tr:nth-child(even) td,
body.blue-yellow .oms-responsive tbody tr:nth-child(even) th,
body.blue-yellow .oms-responsive tbody tr:nth-child(even) a,
body.blue-yellow .oms-responsive tbody tr:nth-child(even) li {
    color: #2434bd !important;
    border-color: #2434bd !important;
}

body.blue-yellow .oms-responsive tbody tr a{
    text-decoration: underline !important;
}

body.black-yellow .oms-responsive tbody tr:nth-child(even) td,
body.black-yellow .oms-responsive tbody tr:nth-child(even) th,
body.black-yellow .oms-responsive tbody tr:nth-child(even) a,
body.black-yellow .oms-responsive tbody tr:nth-child(even) li {
    color: #000 !important;
    border-color: #000 !important;
}

body.black-yellow .oms-responsive tbody tr a{
    text-decoration: underline !important;
}


body.black-white .oms-responsive tbody tr:nth-child(even) td,
body.black-white .oms-responsive tbody tr:nth-child(even) th,
body.black-white .oms-responsive tbody tr:nth-child(even) a,
body.black-white .oms-responsive tbody tr:nth-child(even) li {
    color: #000 !important;
    border-color: #000 !important;
}

body.black-white .oms-responsive tbody tr a{
    text-decoration: underline !important;
}
/*.tribe-events * {
    max-width: 100% !important;
}*/

div#CybotCookiebotDialogHeader {
    display: none;
}