/*
Theme Name: Mockingbird
Version: 1.0.0
*/

/* Global */
body {
    color: #000000;
    position: relative;
    overflow-x: hidden;
    background-color: var(--body-background-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
}
.tw-primary {
    color: var(--primary-color);
}
.tw-bg-primary {
    background-color: var(--primary-color);
}
.tw-secondary {
    color: var(--secondary-color);
}
.tw-bg-secondary {
    background-color: var(--secondary-color);
}
.tw-tertiary {
    color: var(--tertiary-color);
}
.tw-bg-tertiary {
    background-color: var(--tertiary-color);
}

.tw-font-family-secondary {
    font-family: var(--text-font-family-secondary);
}
.customizer-content #header #tw-main-menu-wrapper.tw-fixed {
    position: fixed;
    top: 0;
    left: 286px;
    right: 0;
    z-index: 4;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.customizer-wrapper .customizer-content {
    font-family: var(--primary-font) !important;
    font-size: 16px;
    background-color: var(--body-background-color);
}

.customizer-content {
    font-family: var(--primary-font) !important;
    font-size: var(--default-size, 16px);
}

.customizer-content h1 {
    font-size: var(--h1-size, 36px);
    font-family: var(--hedings-font, --primary-font);
}

.customizer-content h2 {
    font-size: var(--h2-size, 30px);
    font-family: var(--hedings-font, --primary-font);
}

.customizer-content h3 {
    font-size: var(--h3-size, 24px);
    font-family: var(--hedings-font, --primary-font);
}

.customizer-content h4 {
    font-size: var(--h4-size, 18px);
    font-family: var(--hedings-font, --primary-font);
}

.customizer-content h5 {
    font-size: var(--h5-size, 14px);
    font-family: var(--hedings-font, --primary-font);
}

.customizer-content h6 {
    font-size: var(--h6-size, 12px);
    font-family: var(--hedings-font, --primary-font);
}

#juniper {
    font-family: var(--primary-font);
    font-size: var(--default-size, 16px);
}

#juniper h1 {
    font-size: var(--h1-size, 36px);
    font-family: var(--hedings-font, --primary-font);
}

#juniper h2 {
    font-size: var(--h2-size, 30px);
    font-family: var(--hedings-font, --primary-font);
}

#juniper h3 {
    font-size: var(--h3-size, 24px);
    font-family: var(--hedings-font, --primary-font);
}

#juniper h4 {
    font-size: var(--h4-size, 18px);
    font-family: var(--hedings-font, --primary-font);
}

#juniper h5 {
    font-size: var(--h5-size, 14px);
    font-family: var(--hedings-font, --primary-font);
}

#juniper h6 {
    font-size: var(--h6-size, 12px);
    font-family: var(--hedings-font, --primary-font);
}

.tw-view-more-link {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 5px;
}
.tw-view-more-link,
.tw-read-more a,
.tw-view-more-link:hover {
    color: var(--primary-color);
}
.tw-read-more a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    display: inline;
}
.tw-read-more a:hover {
    text-decoration: none;
}
/* ========================================================================== */
/* ABOVE HEADER  TW ALERTS HEADER*/
/* ========================================================================== */
.tw_alerts_header {
    padding: 10px;
    color: white;
    min-height: 42px;
}
.tw_alerts_header .header-widgets {
    padding-right: 0;
}
.offcanvas-body label.search-button,
.tw_alerts_header label.search-button {
    color: #000;
}
.offcanvas-body label.search-button button,
.tw_alerts_header label.search-button button {
    right: 5px;
    top: calc(50% - 8px);
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.offcanvas-body .search-container input,
.tw_alerts_header input {
    border-radius: 30px;
    height: 42px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid #1e1e1e;
    box-shadow: 0 0 0 0 #b5b5b5 inset;
    width: 180px;
}
.offcanvas-body .search-container input::placeholder,
.tw_alerts_header input::placeholder {
    opacity: 0.85;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    /* font-size: 10px; */
}
.offcanvas-body .search-container input:focus-visible,
.tw_alerts_header input:focus-visible {
    outline: none;
}
.offcanvas-body .search-container .input-group-btn,
.tw_alerts_header .input-group-btn {
    display: none;
}
.tw_alerts_header .nav-tabs {
    display: none;
}
.tw_alerts_header .tw-alerts-header-social {
    display: flex;
    align-items: center;
    justify-content: end;
}
.tw_alerts_header .tw-alerts-header-social a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
}
.tw_alerts_header .marquee > div {
    width: 0 !important;
    text-wrap: nowrap;
    white-space: nowrap;
}
/* ========================================================================== */
/* End of ABOVE HEADER  TW ALERTS HEADER */
/* ========================================================================== */
/* ========================================================================== */
/* HEADER */
/* ========================================================================== */
header.header-main {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
}
header.header-main button.navbar-toggler {
    font-size: 30px;
    padding: 0.25rem 0.75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    transition: box-shadow 0.15s ease-in-out;
    color: #000;
}
header.header-main .offcanvas-header button.btn-close,
header.header-main button.navbar-toggler:focus {
    box-shadow: none;
}
/* added styles */
header.header-main.header-fixed {
    position: fixed;
}
header.header-main.header-fixed .navbar-nav .nav-link:focus,
.header-main .navbar-nav .nav-link:focus,
.navbar-nav .menu-hide .nav-link:focus,
header.header-main.header-fixed .navbar-nav .nav-link,
.header-main .navbar-nav .nav-link {
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
header.header-main
    .navbar-nav
    li:hover
    > .nav-link.dropdown-toggle:not(.first-level-link)
    + ul {
    display: block;
}
header.header-main.header-fixed .header-widgets .widget_search input,
.header-widgets .widget_search input {
    font-weight: 600;
}
header.header-main ul#main-menu > li > a.dropdown-toggle + ul {
    margin: 0;
    padding: 0;
}
header.header-main ul#main-menu > li > a.dropdown-toggle + ul li {
    margin: 0;
    padding: 0;
}
header.header-main
    ul#main-menu
    > li
    > a.dropdown-toggle
    + ul
    li
    a.dropdown-toggle
    + ul {
    top: 0;
    left: 100%;
}
header.header-main.header-fixed + div:not(.homepage) {
    padding-top: 150px;
}
/* ========================================================================== */
/* End of HEADER */
/* ========================================================================== */
/* ========================================================================== */
/* QUICK LINKS MENU */
/* ========================================================================== */
#juniper.tw-juniper-body:not(.tw-juniper-homepage)
    #tw-quick-links.tw-quick-links-only-hompage {
    display: none;
}
header.header-main .tw-quick-links-positioner {
    right: 14px;
    width: 60px;
    z-index: 99;
}
header.header-main #tw-quick-links {
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
}
header.header-main #tw-quick-links li {
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header.header-main #tw-quick-links li a {
    padding: 0;
}
header.header-main #tw-quick-links li a i {
    padding: 10px;
    text-align: center;
    width: 60px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}
header.header-main .tw-quick-links-positioner.tw-quick-links-left-position {
    left: 14px;
}

#tw-quick-links-menu .menu-level-one .first-level-link span {
    display: none;
}
/* ========================================================================== */
/* End of QUICK LINKS MENU */
/* ========================================================================== */
/* ========================================================================== */
/* HERO */
/* ========================================================================== */
section#tw-hero #twHeroLineCarousel {
    background-color: var(--primary-color);
}
section#tw-hero .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section#tw-hero .carousel-control-prev,
section#tw-hero .carousel-control-next {
    z-index: 2;
}
section#tw-hero #tw-hero-logo {
    z-index: 1;
}
section#tw-hero #homepage-nav {
    padding: 0 40px 10px;
}
section#tw-hero #homepage-nav .owl-stage-outer {
    min-height: 100px;
}
section#tw-hero #homepage-nav .owl-stage-outer a {
    display: flex;
    flex-direction: row;
}
section#tw-hero #homepage-nav .owl-stage-outer a i {
    font-size: 3.75rem;
}
section#tw-hero #homepage-nav .owl-stage-outer a span {
    display: flex;
    align-items: center;
}
section#tw-hero #homepage-nav .owl-prev,
section#tw-hero #homepage-nav .owl-next {
    position: absolute;
    top: 35px;
    font-size: 26px;
}
section#tw-hero #homepage-nav .owl-prev {
    left: 0px;
}
section#tw-hero #homepage-nav .owl-next {
    right: 0px;
}
/* ========================================================================== */
/* End of HERO */
/* ========================================================================== */
/*------SECTION NEWS DEFAULT------*/
section#sectionNewsDefault {
    margin-top: 100px;
    margin-bottom: 100px;
}

section#sectionNewsDefault span#tw-news-notices-section-latest-news {
    background: #07483d;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    padding: 5px 15px;
}
section#sectionNewsDefault #tw-news-notices-title-wrapper {
    width: 95%;
}
section#sectionNewsDefault h3#tw-news-notices-title {
    z-index: 2;
    width: 50%;
    font-size: 28px;
    height: 70px;
}
section#sectionNewsDefault > div > div > div > div.tw-nn-border {
    border: 1px solid var(--secondary-color);
    height: 377px;
}
section#sectionNewsDefault article {
    height: 375px;
}
section#sectionNewsDefault
    article
    .tw-article-thumbnail.tw-article-thumbnail-absolute {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#sectionNewsDefault article .tw-article-content {
    margin-top: 70px;
    font-size: 18px;
}
section#sectionNewsDefault
    article
    .tw-article-content
    > div.row
    > div
    > span:last-child {
    color: #b0b7c3;
}
section#sectionNewsDefault
    article
    .tw-article-content
    > div.row
    > div.tw-read-more
    a,
section#sectionNewsDefault article .tw-article-content .tw-title {
    font-size: 20px;
}
section#sectionNewsDefault article .tw-article-content .tw-content {
    color: #8a94a6;
}
section#sectionNewsDefault article .tw-article-content .tw-read-more a {
    text-decoration: none;
}
section#sectionNewsDefault article .tw-article-content .tw-read-more a:hover {
    color: var(--secondary-color);
}
section#sectionNewsDefault .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 10px;
}
.owl-carousel {
    width: auto;
}

.news-single .news-featured-img-wrapper {
    margin-bottom: 20px;
}

.news-single .news-featured-img {
    max-width: 100%;
    border-radius: 15px;
}

@media (max-width: 920px) {
    .news-slider-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 27px;
        max-height: 108px;
        padding-right: 20px;
    }
}

/*------END SECTION NEWS DEFAULT------*/
/*------SECTION NEWS 2019 DEFAULT------*/
section.homepage-posts .homepage-post-items article {
    box-shadow: none !important;
    background: #eee;
    border-radius: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
section.homepage-posts .homepage-post-items article .entry-wrap {
    padding: 20px 20px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
section.homepage-posts .homepage-post-items article .entry-wrap .entry-metas a {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
section.homepage-posts .homepage-post-items article .entry-wrap .entry-title a {
    text-decoration: none;
    font-weight: 600;
}
section.homepage-posts .homepage-post-items article .entry-wrap p {
    color: #666;
}
section.homepage-posts
    .homepage-post-items
    article
    .entry-wrap
    .tw-read-more
    a {
    margin: 10px 0px;
}
section.homepage-posts .homepage-post-items article .entry-wrap .entry-title a {
    color: var(--primary-color);
}
section.homepage-posts .article-thumbnail {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 300px;
}
section.homepage-posts .article-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
section.homepage-posts .homepage-post-items {
    display: flex;
}
section.homepage-posts .homepage-post-items .item {
    flex: 0 0 auto;
    margin-right: 12px;
    width: 340px;
}
section.homepage-posts .inner-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 991px) {
    .homepage-posts .inner-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        display: block;
    }
    .homepage-posts .posts-navigation {
        display: block;
    }
    .homepage-posts .subscribe-link {
        text-align: center;
    }
}
/*------END SECTION NEWS 2019 DEFAULT------*/
/*=====================================
=            SUBSCRIBE STYLES         =
=====================================*/
section#tw-subscribe .row-disclaimer {
    opacity: 0.5;
    background-color: white;
    padding: 0.7rem;
    border-radius: 5px;
}
section#tw-subscribe .row-disclaimer a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}
section#tw-subscribe .row-disclaimer a:hover {
    text-decoration: underline;
}
section#tw-subscribe #subs_button,
section#tw-subscribe input {
    line-height: 2.5rem;
}
section#tw-subscribe input {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
section#tw-subscribe #subs_button {
    border-radius: 0.25rem;
}
/*============================================
=            End of SUBSCRIBE STYLES         =
============================================*/
/*=========================================
=            CALENDAR 2019 STYLES         =
=========================================*/
section#events-calendar-2019 #tw-events-calendar-2019-wrapper {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding: 60px 50px 30px;
    border-radius: 5px;
}
section#events-calendar-2019
    #tw-events-calendar-2019-wrapper
    .tw-calendar-table
    table
    th {
    color: #777;
}
section#events-calendar-2019
    #tw-events-calendar-2019-wrapper
    .tw-calendar-table
    table
    #calendar-2019-body
    tr
    > td
    > div {
    color: #888;
    border: 0;
    text-align: center;
    padding: 7px 5px;
}
section#events-calendar-2019
    #tw-events-calendar-2019-wrapper
    .tw-calendar-table
    table
    #calendar-2019-body
    tr
    > td.tw-calendar-day-active
    > div {
    background-color: var(--secondary-color);
    margin: 7px 5px;
    padding: 0px;
    color: white;
    display: block;
    border-radius: 3px;
}
section#events-calendar-2019
    #tw-events-calendar-2019-wrapper
    .tw-calendar-table
    table
    .previous-month
    > div,
section#events-calendar-2019
    #tw-events-calendar-2019-wrapper
    .tw-calendar-table
    table
    .next-month
    > div {
    display: none;
}
section#events-calendar-2019
    #tw-events-calendar-2019-wrapper
    .tw-calendar-table
    table
    #calendar-2019-body
    tr
    > td
    > div
    a {
    color: white;
    background: #525d76;
    border-radius: 3px;
}
/* CALENDAR LIST STYLES */
section#events-calendar-2019 .article-thumbnail {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
section#events-calendar-2019 .article-thumbnail img {
    max-width: 100%;
}
section#events-calendar-2019 .calendar-items {
    display: flex;
}
section#events-calendar-2019 .calendar-items .single-homepage-event {
    flex: 0 0 auto;
    margin-right: 22px;
    width: 340px;
}
section#events-calendar-2019 .tw-calendar-events-cards.inner-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
section#events-calendar-2019 article {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}
section#events-calendar-2019 .event-item .event-item-card {
    padding: 20px 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
section#events-calendar-2019 .event-item .event-item-card h4 {
    text-decoration: none;
    font-weight: 600;
}
section#events-calendar-2019 .event-item .event-item-card a,
section#events-calendar-2019 .event-item .event-item-card a:hover,
section#events-calendar-2019
    .event-item
    .event-item-card
    .tw-read-more
    a:hover {
    text-decoration: none;
}
section#events-calendar-2019 .event-item .event-item-card .tw-read-more a {
    text-decoration: underline;
}
section#events-calendar-2019 .event-item .event-item-card .event-date {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
section#events-calendar-2019 .event-item .event-item-card p {
    /* color:#666; */
}
section#events-calendar-2019 .entry-content .read-more-link {
    display: block;
    border-bottom: none;
    text-decoration: underline;
    margin: 10px 0px;
}
/*================================================
=            End of CALENDAR 2019 STYLES         =
================================================*/
/*=====================================
=            FOOTER STYLES            =
=====================================*/
footer#footerDefault {
    position: relative;
}
footer#footerDefault a.footer-brand img {
    /* width: 100%; */
    /* height: auto; */
}
footer#footerDefault ul {
    list-style: none;
    padding: 0;
}
footer#footerDefault ul a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
footer#footerDefault,
footer#footerDefault a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
footer#footerDefault h5 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}

/*===============================
=            ARCHIVE            =
===============================*/
div#archive-wrapper article {
    position: relative;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}
div#archive-wrapper article a {
    color: var(--secondary-color);
}
div#archive-wrapper article .entry-wrap {
    padding: 2rem 2.5rem 1rem;
}
div#archive-wrapper article .entry-wrap p {
    font-weight: 400;
}
div#archive-wrapper article .wp-post-image {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}
div#archive-wrapper article .entry-footer {
    display: none;
}
/*----------  pagination  ----------*/
div#archive-wrapper .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
div#archive-wrapper .page-item .page-link a {
    color: var(--secondary-color);
}
div#archive-wrapper .page-item a.page-link:focus {
    box-shadow: none;
}
div#archive-wrapper .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
div#archive-wrapper .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
div#archive-wrapper .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--secondary-color);
    background-color: #fff;
    border: 1px solid var(--secondary-color);
}
/*----------  side bar  ----------*/
div#archive-wrapper .widget-area .widget {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    color: var(--secondary-color);
}
div#archive-wrapper .widget-area .widget li {
    margin-bottom: 10px;
}
div#archive-wrapper .widget-area .widget a {
    color: var(--secondary-color);
}
/*=====  End of ARCHIVE  ======*/
/* Content */

/* Footer */
.footer-main {
    background: #e3e8f2;
    padding: 4.3rem 0 3.1rem;
}
.footer-main .widget {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Responsive Styles */
@media (min-width: 992px) {
    article.post-style-horizontal .wp-post-image {
        float: left;
        width: 45%;
        margin-right: 2rem;
        border-radius: 3px 0 0 0;
    }
    article.post-style-horizontal .entry-wrap {
        padding: 1.7rem 2rem 0rem;
    }
    .page-template-homepage article.post-style-horizontal .wp-post-image {
        width: 23%;
    }
}

@media (max-width: 1199px) {
    .header-main .header-widgets .widget {
        margin-left: 0;
    }
    .header-main .header-widgets .widget:not(:last-child) {
        display: none;
    }
}

@media (max-width: 991px) {
    .scroll-down .header-main:not(.hide-logo) {
        margin-top: -6.5rem;
    }
    .header-main .navbar-brand {
        float: none;
        margin: 0 auto;
    }
    .header-main .exCollapsingNavbar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #3e3f40;
        width: 511px;
        max-width: 90vw;
        padding: 1.5rem;
        min-height: 90vh;
        max-height: 100vh;
        overflow-y: scroll;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        transform: translateX(-511px);
        opacity: 0;
    }
    .header-main .exCollapsingNavbar.is-expanded {
        transform: translateX(0px);
        opacity: 1;
    }
    .header-main .navbar-nav .menu-hide .nav-link {
        margin-bottom: 1.5rem;
    }
    .header-main .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .header-main .navbar-nav .current-menu-item .nav-link {
        margin-bottom: 1rem;
    }
    .header-main .dropdown-menu {
        float: left;
        background: transparent;
        margin-left: 1.5rem;
    }
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none !important;
        text-align: center;
        width: 80%;
        margin: 1rem auto;
        clear: both;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .header-main {
        background-position: -99999px -99999px;
    }
    .header-main:before {
        content: "";
        background-image: inherit;
        position: absolute;
        background-position: top center;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        z-index: -1;
    }
    .header-main .menu-show {
        margin-right: 0;
    }
    .homepage-menu i.fa {
        font-size: 2.5rem;
    }
    .homepage-menu a {
        font-size: 0.9rem;
    }

    footer .widget {
        margin-left: 50px;
        margin-right: 50px;
    }
}

/* Styling for subsub menu */
@media only screen and (min-width: 992px) {
    .dropdown-submenu::before {
        content: "\A";
        border-style: solid;
        border-width: 6px 0px 6px 6px;
        border-color: transparent transparent transparent white;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .dropdown-submenu .dropdown-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.7) !important;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
    }
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu .dropdown-submenu .nav-link {
        margin-right: 0px !important;
    }
}

body {
    overflow-x: hidden;
}
/* Mobile menu text styling */
.header-main .menu-show {
    text-transform: none;
    text-decoration: none;
}
.header-main .navbar-nav .nav-link:focus,
.navbar-nav .menu-hide .nav-link:focus {
    border-color: currentColor;
}
.homepage-content {
    padding: 50px 0 40px;
}
.homepage-content h3 {
    margin-bottom: 30px;
}
.homepage-content p {
    color: #666;
}
.homepage-subscribe .has-error {
    border-color: #e74c3c;
}
.homepage-subscribe {
    padding: 90px 0 70px;
}
.homepage-subscribe h3 {
    margin-bottom: 50px;
}
.homepage-subscribe .subscribe-button {
    border-radius: 5px;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
}
.homepage-subscribe input {
    line-height: 2.5rem;
}
.homepage-menu {
    padding: 40px 0px 0px;
}
.homepage-menu .owl-prev {
    position: absolute;
    left: 0px;
    top: 25px;
    color: #fff !important;
}
.homepage-menu .owl-next {
    position: absolute;
    right: 0px;
    top: 25px;
    color: #fff !important;
}
.homepage-menu .owl-next i,
.homepage-menu .owl-prev i {
    font-size: 26px;
}

div.owl-item li {
    width: 100%;
    text-align: left;
    padding: 10px;
}
div.owl-item li a {
    font-weight: 600;
    padding: 15px 0px 0px 12px;
    /* vertical-align: middle; */
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    /* overflow-wrap: break-word; */
    position: absolute;
}

.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    background: #888 !important;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0px 2px;
}

.scroll-left {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: scroll-left 20s linear infinite;
    -webkit-animation: scroll-left 20s linear infinite;
    animation: scroll-left 20s linear infinite;
    white-space: nowrap;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

.header-static-color .navbar-nav .dropdown-menu,
.navbar-nav .dropdown-menu {
    top: 65px;
    border-radius: 0;
}
.header-static-color .navbar-nav .dropdown-menu .nav-link,
.navbar-nav .dropdown-menu .nav-link,
.header-static-color .navbar-nav .dropdown-submenu .dropdown-menu .nav-link,
.header-static-color .navbar-nav .dropdown-submenu .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-right: 0 !important;
    padding: 14px 20px;
    text-transform: capitalize;
}
.homepage-field {
    margin-bottom: 16px;
}
.has-error {
    border: 2px solid #c0392b;
}
@media only screen and (max-width: 991px) {
    .header-main .dropdown-menu {
        background: transparent !important;
    }
}

.homepage-events .calendar-items {
    margin-bottom: 20px;
}
.homepage-events .single-homepage-event {
    background: #eee;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 5px;
}
.homepage-side-menu {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
}
.homepage-side-menu ul {
    display: block;
}
.homepage-side-menu li {
    display: inline-block;
}
.back-to-top {
    position: fixed;
    bottom: 24px;
    display: none;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
    opacity: 0;
}
.back-to-top.cd-is-visible {
    display: block;
    opacity: 1;
}
.tooltip > .tooltip-inner {
    background-color: #000 !important;
    color: white;
}
.homepage-side-menu li a i,
.back-to-top i {
    text-align: center;
    padding: 10px;
    width: 60px;
    margin: auto;
    color: white;
    border-radius: 5px;
}
.page-noborder article {
    background: transparent !important;
    box-shadow: none;
}

.homepage-events .events-calendar {
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .homepage-side-menu {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .homepage-intro .city-badge img {
        max-width: 300px;
    }
}
@media only screen and (min-width: 992px) {
    .header-static-color .navbar-nav .dropdown-submenu {
        position: relative;
    }
    .header-static-color .navbar-nav .dropdown-submenu .dropdown-menu {
        top: 0;
        position: absolute;
    }
}

.scroll-lefts {
    overflow: hidden;
}
.marquee {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.marquee:hover {
    cursor: default;
}
#homepage-extra-subscribe {
    display: none;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
}
/*=============================================
  =            MEETINGS PAGE STYLES          =
  =============================================*/
.tw-meeting-repo-table {
    width: 100%;
}

.twd-rep-form-holder label {
    float: left;
    margin: 0 10px;
}
.twd-rep-form-holder select {
    float: left;
}
.twd-rep-form-holder:after {
    content: "";
    display: block;
    clear: both;
}
.twd-rep-form-holder strong {
    font-width: bold;
    color: #000;
}
.twd-category-name {
    margin-top: 2.5rem !important;
}

.hide-element {
    display: none;
}

/*
  Responsive meeting tables
  */
@media only screen and (min-width: 1024px) {
    .twd-table td.meeting-date-column {
        width: 15%;
    }
    .twd-table td.agenda-column {
        width: 15%;
    }
    .twd-table td.agenda-packet-column {
        width: 10%;
    }
    .twd-table td.meeting-minutes-column {
        width: 15%;
    }
    .twd-table td.audio-column {
        width: 10%;
    }
    .twd-table td.video-column {
        width: 10%;
    }
    .twd-table td.additional-documents-column {
        width: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    .twd-table,
    .twd-table thead,
    .twd-table tbody,
    .twd-table th,
    .twd-table td,
    .twd-table tr {
        display: block;
    }

    .twd-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .twd-table td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        min-height: 40px;
    }

    .twd-table td.empty {
        display: none;
    }

    .twd-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
      Label the data
      */
    .twd-table td.title-column:before {
        content: "Title";
    }
    .twd-table td.meeting-date-column:before {
        content: "Meeting Date";
    }
    .twd-table td.agenda-column:before {
        content: "Agenda";
    }
    .twd-table td.agenda-packet-column:before {
        content: "Packet";
    }
    .twd-table td.meeting-minutes-column:before {
        content: "Meeting Minutes";
    }
    .twd-table td.audio-column:before {
        content: "Audio";
    }
    .twd-table td.video-column:before {
        content: "Video";
    }
    .twd-table td.additional-documents-column:before {
        content: "Additional Docs";
    }
    .twd-table td.notes-column:before {
        content: "Notes";
    }
}

div.Tokenize {
    display: block;
    width: auto;
}
div.Tokenize ul.TokensContainer {
    height: auto;
}
div.Tokenize ul.TokensContainer .Close {
    box-shadow: none;
}

.load-more {
    cursor: pointer;
}
.rep_meeting_homepage #homepage-advanced-filter {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 12px;
}
.rep_meeting_homepage th,
.rep_meeting_homepage td,
.rep_meeting_homepage #homepage-advanced-filter label {
    font-size: 14px !important;
}

/*=====  End of MEETINGS  ======*/
/* highlicht advanced search meatches */
#search-results em {
    background-color: darkkhaki;
}
#search-results {
    word-wrap: break-word;
}
/* Juniper Subscribe Page*/

.juniper-subscriber-title {
    display: block;
    margin-bottom: 15px;
}

.juniper-row {
    margin-bottom: 10px;
}

.juniper-row:after {
    content: "";
    display: block;
    clear: both;
}

#juniper-subscribe-topics-parent,
#juniper-subscribe-method-parent {
    padding: 1rem 2rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.juniper-subscriber-form-box .sub {
    margin-left: 30px;
}
.juniper-subscriber-form-box .juniper-subscribe-method .custom-selection {
    position: relative;
    display: inline-block;
}
.juniper-subscriber-form-box .juniper-subscribe-method .custom-selection input {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.juniper-subscriber-form-box .juniper-subscribe-method .custom-selection label {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 10px;
    color: #4c4c4c;
    min-width: 100px;
    margin: 5px;
    padding-bottom: 1.5rem;
}
.juniper-subscriber-form-box
    .juniper-subscribe-method
    .custom-selection
    label
    i {
    display: block;
}
.juniper-subscriber-form-box
    .juniper-subscribe-method
    .custom-selection
    input:checked
    + label {
    border-color: #4245e7 !important;
}
.juniper-subscriber-form-box
    .juniper-subscribe-method
    .custom-selection
    input:checked
    + label
    i {
    color: #4245e7 !important;
}
.juniper-agendas-minutes-packets {
    display: none;
}