/* KLUDGE KLUDGE suppres Froala body blockquote styling in editor. */
body blockquote,
body blockquote blockquote,
body blockquote blockquote blockquote
{
    border-left: none;
    margin-left: unset;
    padding-left: unset;
    color: inherit;
}


.fb-icon
{
    display: inline-block;
}

    .fb-icon img,
    .fb-icon svg
    {
        display: inline-block;
        width: 100%;
        height: 100%;
    }


@media only screen and (min-width: 768px)
{
    html
    {
        position: relative;
        min-height: 100%;
    }

    .page_body
    {
        height: 100%;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ Sub and Sup Tags ]-=-=-=-=-=-=-=-=-=-=- */

sub
{
    vertical-align: sub;
}

sup
{
    vertical-align: super;
}

sub,
sup
{
    line-height: normal;
    font-size: smaller;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Sub and Sup Tags ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ General Links ]-=-=-=-=-=-=-=-=-=-=- */
a,
.fbcms_cards .fbcms_card_link,
.fbcms_spotlight_text .more_link
{
    text-decoration-skip-ink: none;
}

@media print
{

    .fbcms_content.fbcms_richtext a:link:after,
    .fbcms_content.fbcms_richtext a:visited:after
    {
        content: " (" attr(href) ") ";
        font-size: 90%;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ END General Links ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Accessibility Links ]-=-=-=-=-=-=-=-=-=-=- */
a.skip_link
{
    left: -100%;
    background-color: #767676;
    padding: 6px;
    position: absolute;
    color: #ffffff !important;
    z-index: 999;
    border-right: 1px solid white;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid white;
    -webkit-transition: left 1s ease-out, background 1s linear;
    transition: left 1s ease-out, background 1s linear;
}

    a.skip_link:focus
    {
        left: 0;
        background-color: #494949;
        /*changed from 8's for AAA contrast -ce*/
        /*outline: 0;*/
        -webkit-transition: left .1s ease-in, background .5s linear;
        transition: left .1s ease-in, background .5s linear;
    }

#accessibility a.skip_link
{
    top: 0;
}

a.skip_link#skip-to-top
{
    bottom: 20px;
    border-top-right-radius: 8px;
    border-top: 1px solid white;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Accessibility Links ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Search Block ]-=-=-=-=-=-=-=-=-=-=- */
.search-form legend,
.search-form label
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Search Block ]-=-=-=-=-=-=-=-=-=-=- */



/*
=======================================================
    End User Classes
=======================================================
*/

.calendar_header_printmonth
{
    display: none;
}



@media screen and (min-width: 768px)
{
    .fbcms_table
    {
        display: table;
    }

    .fbcms_table_header
    {
        display: table-header-group;
    }

    .fbcms_table_body
    {
        display: table-row-group;
    }

    .fbcms_table_footer
    {
        display: table-footer-group;
    }

    .fbcms_table_caption
    {
        display: table-caption;
    }

    .fbcms_table_row
    {
        display: table-row;
    }

    .fbcms_table_cell
    {
        display: table-cell;
    }
}

@media screen and (max-width: 767px)
{
    .fbcms_table
    {
    }

    .fbcms_table_header
    {
        display: none;
    }

    .fbcms_table_body
    {
    }

    .fbcms_table_footer
    {
    }

    .fbcms_table_caption
    {
        display: block;
    }

    .fbcms_table_row
    {
    }

    .fbcms_table_cell
    {
        display: block;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ Anchor Content Blocks ]-=-=-=-=-=-=-=-=-=-=- */
a.fbcms_content
{
    display: inline-block;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Anchor Content Blocks ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ News Content ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_newscontent
{
    margin-bottom: 15px;
}

    .fbcms_newscontent .fbcms_newsarchive_link
    {
        float: right;
        margin-left: 5px;
    }

    .fbcms_newscontent .newsarticle_section
    {
        display: block;
    }

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

    .fbcms_newscontent .fbcms_newscontent_month
    {
        white-space: nowrap;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .fbcms_newscontent .fbcms_newsarticle
    {
        margin-bottom: 20px;
    }

        .fbcms_newscontent .fbcms_newsarticle:last-child
        {
            margin-bottom: 30px;
        }

    .fbcms_newscontent .newsarticle_date
    {
        white-space: nowrap;
        font-size: 95%;
    }

    .fbcms_newscontent .newsarticle_title
    {
        font-weight: bold;
        font-size: 1.05em;
    }

    .fbcms_newscontent .newsarticle_subtitle
    {
        font-weight: bold;
    }

    .fbcms_newscontent .fbcms_newscontent_list .newsarticle_image img
    {
        height: 60px;
        margin-right: 10px;
        border: solid 1px #999999;
    }

    .fbcms_newscontent .newsarticle_summary p:last-child
    {
        margin-bottom: 3px;
    }

.fbcms_newsarticle .newsarticle_summary ul,
.fbcms_newsarticle .newsarticle_summary ol
{
    margin-top: 0;
    margin-bottom: 0;
}

/* -=-=-=-=-=-=-=-=-=-[ END News Content ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ News Headlines ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_news_headlines
{
    margin-bottom: 25px;
}

    .fbcms_news_headlines .fbcms_article
    {
        margin-bottom: 15px;
    }

        .fbcms_news_headlines .fbcms_article:last-child
        {
            margin-bottom: 0;
        }

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

    .fbcms_news_headlines .fbcms_article_date
    {
        font-weight: bold;
    }

    .fbcms_news_headlines .fbcms_article_title
    {
        font-weight: bold;
    }

    .fbcms_news_headlines .fbcms_more_link a
    {
        font-weight: bold;
    }

    .fbcms_news_headlines .fbcms_article_summary ul,
    .fbcms_news_headlines .fbcms_article_summary ol
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    .fbcms_news_headlines .fbcms_article_summary p,
    .fbcms_news_headlines .fbcms_article_summary h1,
    .fbcms_news_headlines .fbcms_article_summary h2,
    .fbcms_news_headlines .fbcms_article_summary h3,
    .fbcms_news_headlines .fbcms_article_summary h4,
    .fbcms_news_headlines .fbcms_article_summary h5,
    .fbcms_news_headlines .fbcms_article_summary h6
    {
        margin: 0;
        padding: 0;
    }

/* -=-=-=-=-=-=-=-=-=-[ END News Headlines ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ News Posts from Appazur ]-=-=-=-=-=-=-=-=-=-=- */

.appazur-article-dialog img.att
{
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    padding: 20px;
}

.fbcms_newscontent .news_article_from_appazur .newsarticle_date,
.fbcms_news_headlines .news_article_from_appazur .fbcms_article_date
{
    font-size: var(--Font-Size_Sub, .9em);
}

.fbcms_newscontent .news_article_from_appazur .newsarticle_title,
.fbcms_news_headlines .news_article_from_appazur .fbcms_article_title
{
    display: none;
}

/* -=-=-=-=-=-=-=-=-=-[ END News Posts from Appazur ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Newsletter Styles ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_newsletter_list
{
    margin-bottom: 25px;
}

    .fbcms_newsletter_list .fbcms_newsletters .fbcms_newsletter
    {
        line-height: 120%;
        margin-bottom: 5px;
        padding-bottom: 2px;
        padding-left: 18px;
        padding-top: 2px;
    }

    .fbcms_newsletter_list .fbcms_newsletters .fbcms_newsletter_link
    {
        background: url("/Areas/Core/Images/news_icon.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    }

    .fbcms_newsletter_list .fbcms_newsletters .fbcms_newsletter_nolink
    {
    }

    .fbcms_newsletter_list .fbcms_newsletters .fbcms_newsletter:last-child
    {
        margin-bottom: 0;
    }

    .fbcms_newsletter_list .article_title a
    {
        text-decoration: none;
    }

        .fbcms_newsletter_list .article_title a:hover,
        .fbcms_newsletter_list .article_title a:focus
        {
            text-decoration: underline;
        }

    .fbcms_newsletter_list .pager.contentfooter_item
    {
        text-align: left;
        margin-bottom: 10px;
    }

    .fbcms_newsletter_list .fbcms_newsletter_viewarchives
    {
        font-weight: bold;
    }

/* -=-=-=-=-=-=-=-=-=-[ END Newsletter Styles ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Related Article PermaPage ]-=-=-=-=-=-=-=-=-=-=- */
#related_section
{
    margin-bottom: 25px;
}

    #related_section .news_article_details,
    #related_section .fbcms_newsarticle
    {
        margin-bottom: 15px;
    }

    #related_section .newsarticle_title
    {
        font-weight: bold;
    }

    #related_section .newsarticle_subtitle
    {
        display: none;
    }

    #related_section .newsarticle_summary
    {
        display: none;
    }

    #related_section .vp_share_panel
    {
        padding: 5px 0;
    }

/* -=-=-=-=-=-=-=-=-=-=-[ END Related Article PermaPage ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ RSS Links ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_rss_link .rss_link_image
{
    width: 15px;
    height: 15px;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END RSS Links ]-=-=-=-=-=-=-=-=-=-=- */



/* -=-=-=-=-=-=-=-=-=-=-[ Upcoming Events ]-=-=-=-=-=-=-=-=-=-=- */

.fbcms_upcoming_events
{
    margin-bottom: 25px;
}

    .fbcms_upcoming_events .event_details
    {
        display: none;
    }

    .fbcms_upcoming_events .fbcms_upcoming_event
    {
        line-height: 120%;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .fbcms_upcoming_events .fbcms_upcoming_event_group
    {
        margin-bottom: 8px;
    }

        .fbcms_upcoming_events .fbcms_upcoming_event_group:last-child
        {
            margin-bottom: 0;
        }

    .fbcms_upcoming_events .event_date
    {
        font-weight: bold;
        font-size: 90%;
        line-height: 120%;
        text-transform: uppercase;
    }

    .fbcms_upcoming_events .event_location,
    .fbcms_upcoming_events .event_description
    {
        font-size: 90%;
        line-height: 120%;
        display: none;
    }

    .fbcms_upcoming_events .event_title
    {
        line-height: 120%;
        display: block;
        text-decoration: none;
    }

        .fbcms_upcoming_events .event_title:hover,
        .fbcms_upcoming_events .event_title:focus
        {
            text-decoration: underline;
        }

    .fbcms_upcoming_events .jump_url a
    {
        font-weight: bold;
    }

    .fbcms_upcoming_events .time,
    .fbcms_upcoming_events .event_starttime
    {
        font-size: 80%;
        line-height: 1.1;
        display: inline-block;
    }
        .fbcms_upcoming_events .time:before
        {
            content: "\f017";
            display: inline-block;
            font-weight: 400;
            margin-right: .5em;
            font-family: 'Font Awesome 5 Free';
            vertical-align: bottom;
        }

/* -=-=-=-=-=-=-=-=-=-[ END Upcoming Events ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Upcoming Events V2 ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_upcoming_events
{
    margin-bottom: 25px;
}

.fbcms_content.fbcms_upcoming_events ul
{
    list-style: none outside none;
    margin: 0;
}

.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event_item,
.fbcms_content.fbcms_upcoming_events .fbcms_upcoming_event
{
    background: none;
    list-style: none outside none;
    overflow: hidden;
    line-height: 120%;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
}

.fbcms_content.fbcms_upcoming_events .fbcms_singleday_event_item
{
    display: table;
    width: 100%;
}

li.fbcms_upcoming_event_item .event_liner
{
    display: table-row;
}

li.fbcms_upcoming_event_item .event_group_date
{
    display: table-cell;
    vertical-align: top;
    width: 30px;
}

li.fbcms_upcoming_event_item .event_group_data
{
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}

li.fbcms_upcoming_event_item .event_date_thru
{
    font-size: 70%;
    text-align: center;
}

li.fbcms_upcoming_event_item .event_date
{
    display: block;
    vertical-align: top;
    text-align: center;
    display: table-cell;
    padding-right: 10px;
    padding-bottom: 10px;
}

li.fbcms_upcoming_event_item .event_day
{
    font-size: 110%;
    line-height: 110%;
}

li.fbcms_upcoming_event_item .event_group_date .event_day
{
    font-weight: bold;
    font-size: 200%;
    line-height: 110%;
    display: block;
}

li.fbcms_upcoming_event_item .event_month
{
    font-size: 110%;
    line-height: 110%;
    text-transform: uppercase;
}

li.fbcms_upcoming_event_item .event_group_date .event_month
{
    font-size: 100%;
    line-height: 100%;
    display: block;
}

li.fbcms_upcoming_event_item .event_year
{
    font-size: 80%;
    line-height: 80%;
}

li.fbcms_upcoming_event_item .event_group_date .event_year
{
    font-size: 80%;
    line-height: 80%;
    display: block;
}

li.fbcms_upcoming_event_item .event_title
{
    margin: 0 0 3px;
    text-decoration: none;
    display: block;
}

    li.fbcms_upcoming_event_item .event_title:hover,
    li.fbcms_upcoming_event_item .event_title:focus
    {
        text-decoration: none;
    }

/* -=-=-=-=-=-=-=-=-=-[ END Upcoming Events ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Calendar Nav ]-=-=-=-=-=-=-=-=-=-=- */
.calendar_show_button .show_grid_icon
{
    background-image: url("/Areas/Core/Images/calendar.jpg");
    background-repeat: no-repeat;
    width: 27px;
    height: 21px;
}

.calendar_show_button .show_grid_text
{
    display: none;
}

.fbcms_find_calendar .fbcms_contentheader
{
    width: 100%;
}

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

.fbcms_content ul.multi-calendar-buttons
{
    margin: 0;
    text-align: right;
}

    .fbcms_content ul.multi-calendar-buttons li
    {
        list-style: none;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
    }

    .fbcms_content ul.multi-calendar-buttons .multi-calendar-selectlist
    {
        margin: 0;
    }

    .fbcms_content ul.multi-calendar-buttons li .navbttn
    {
        margin: 0;
        color: #333333;
        font-size: 14px;
        margin: 0 0 0 0;
        border: none;
        padding: 6px 2px 3px 2px;
        background-color: transparent;
    }

        .fbcms_content ul.multi-calendar-buttons li .navbttn:hover,
        .fbcms_content ul.multi-calendar-buttons li .navbttn:focus
        {
        }

    .fbcms_content ul.multi-calendar-buttons button.navbttn:focus
    {
        outline: black dotted 1px;
    }

.contentheader_item.calendar_feed_buttons
{
}

.fbcms_find_calendar .fbcms_contentheader h2.contentheader_item.data-driven-title,
.fbcms_find_calendar .fbcms_contentheader .contentheader_item.multi-calendar-buttons
{
    display: block;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Calendar Nav ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Calendar iCal Button ]-=-=-=-=-=-=-=-=-=-=- */
.ical_show_button
{
    text-decoration: none;
}

    .ical_show_button .show_ical_icon
    {
        background-image: url("/Areas/Core/Images/icon_ical.png");
        background-repeat: no-repeat;
        height: 21px;
        width: 20px;
    }

    .ical_show_button .show_ical_text
    {
        margin-right: 5px;
        margin-top: 3px;
        vertical-align: top;
        display: inline-block;
    }

.fbcms_calendar_minigrid .ical_show_button
{
    float: right;
    margin: 1px;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Calendar iCal Button ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Calendar List ]-=-=-=-=-=-=-=-=-=-=- */
.agenda_block
{
    width: 100%;
}

.agenda_header
{
    display: block;
    width: 100%;
}

.agenda_body
{
    width: 100%;
}

.agenda_row
{
    display: flex;
    width: 100%;
}

.agenda_datetime
{
    width: 33%;
    max-width: 33%;
    flex-shrink: 1;
    padding-right: 1em;
    padding-left: 1em;
}

.agenda_date
{
    display: block;
    width: 100%;
    white-space: nowrap;
}

.agenda_time
{
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: smaller;
    padding-left: 2em;
}

.agenda_data
{
    width: 66%;
    flex-grow: 4;
}

.agenda_message
{
    width: 100%;
}

@media only screen and (max-width: 768px)
{
    .agenda_row
    {
        flex-direction: column;
    }

    .agenda_datetime
    {
        width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        padding-right: 1em;
        padding-left: 1em;
    }

    .agenda_data
    {
        width: 100%;
        padding-right: 1em;
        padding-left: 2em;
    }
}


.fbcms_calendar_list_with_nav
{
    margin-bottom: 2em;
}

    .fbcms_calendar_list_with_nav .month_table
    {
        margin-bottom: 1em;
        width: 100%;
    }

    .fbcms_calendar_list_with_nav .month_header
    {
        color: #fff;
        padding: 0.25em;
        padding-left: 0.5em;
        background-color: #767676;
        text-align: left;
        font-weight: bold;
    }

        .fbcms_calendar_list_with_nav .month_header .event_count
        {
            font-size: smaller;
        }

            .fbcms_calendar_list_with_nav .month_header .event_count:before
            {
                content: '(';
            }

            .fbcms_calendar_list_with_nav .month_header .event_count:after
            {
                content: ')';
            }

    .fbcms_calendar_list_with_nav .info_message
    {
        padding-left: 1em;
        padding-bottom: 0.5em;
        border-bottom: solid 1px #C0C0C0;
    }

    .fbcms_calendar_list_with_nav .event_date
    {
    }

.fbcms_calendar_list .name
{
    font-weight: bold;
}

.fbcms_calendar_list .calendar
{
    font-size: 90%;
}

.fbcms_calendar_list_with_nav .event_description a
{
    text-decoration: none;
}

    .fbcms_calendar_list_with_nav .event_description a:hover,
    .fbcms_calendar_list_with_nav .event_description a:focus
    {
        text-decoration: underline;
    }

/* -=-=-=-=-=-=-=-=-=-[ END Calendar List ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Mini Calendar ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_calendar_minigrid
{
    margin-bottom: 25px;
}

    .fbcms_calendar_minigrid .fbcms_calendar_mini_loading,
    .fbcms_calendar_minigrid .fbcms_calendar_mini_error
    {
        text-align: center;
    }

        .fbcms_calendar_minigrid .fbcms_calendar_mini_loading img
        {
            height: 32px;
            width: 32px;
            background: url('/Areas/Core/Images/ajax_loading.gif') no-repeat;
        }

        .fbcms_calendar_minigrid .fbcms_calendar_mini_error img
        {
            height: 32px;
            width: 32px;
            background: url('/Areas/Core/Images/ajax_error.gif') no-repeat;
        }

    .fbcms_calendar_minigrid .fbcms_calendar_mini
    {
        width: 100%;
    }

        .fbcms_calendar_minigrid .fbcms_calendar_mini a
        {
            text-decoration: none;
        }

    .fbcms_calendar_minigrid .fbcms_calendar_miniPopupEventInfo_description
    {
        color: #A0A0A0;
        /* Accent color */
    }

    .fbcms_calendar_minigrid .fbcms_calendar_mini_monthName
    {
        color: #A0A0A0;
        /* Accent color */
    }

    .fbcms_calendar_minigrid .fbcms_calendar_mini_yearNumber
    {
        color: #A0A0A0;
        /* Accent color */
    }

    .fbcms_calendar_minigrid th
    {
        color: #515151;
        font-weight: bold;
        padding-top: 12px;
    }

    .fbcms_calendar_minigrid td
    {
        text-align: center;
        font-size: 12px;
        line-height: 21px;
        height: 25px;
        color: #424242;
        /* Main text */
        vertical-align: middle;
    }

    .fbcms_calendar_minigrid .fbcms_calendar_mini_event
    {
        cursor: pointer;
        color: #A3A3A3;
        font-weight: bold;
    }

    .fbcms_calendar_minigrid .today,
    .fbcms_calendar_minigrid .isDay:hover,
    .fbcms_calendar_minigrid .isDay:focus
    {
        color: #fff;
        background-color: #767676;
    }

/* Version A */
.minigrid_verA .fbcms_contentfooter
{
    overflow: auto;
    max-width: 300px;
}

.minigrid_verA.fbcms_calendar_minigrid_wrapper1
{
    background-image: url(/Areas/Core/Images/mc-bg-box-t-left.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0 10px -2px;
    max-width: 300px;
    padding: 7px 0 0 7px;
    position: relative;
    z-index: 1;
}

.minigrid_verA .fbcms_calendar_minigrid_wrapper2
{
    background: url(/Areas/Core/Images/mc-bg-box-t-right.png) no-repeat;
    background-position: 100% 0;
    padding-right: 6px;
}

.minigrid_verA .fbcms_calendar_minigrid_wrapper3
{
    border: 1px solid #D0D0D0;
    padding: 17px 18px 25px 18px;
    margin-top: -7px;
    background-color: #ffffff;
}

.minigrid_verA .calendar_mini_controls
{
    text-align: center;
}

    .minigrid_verA .calendar_mini_controls th
    {
        font-size: 13px;
        padding: 0 0 10px;
        text-transform: uppercase;
        border-bottom: 1px solid #bbb;
    }

.minigrid_verA .calendar_mini_headers
{
    text-align: center;
}

.minigrid_verA .fbcms_calendar_mini a
{
    font-size: 18px;
    font-weight: bold;
}

    .minigrid_verA .fbcms_calendar_mini a span
    {
        display: none;
    }

.minigrid_verA .fbcms_calendar_mini_monthName
{
    margin-right: 5px;
}

.minigrid_verA .fbcms_calendar_mini_month_button
{
    background-repeat: no-repeat;
    background-color: #767676;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    outline: 0;
    margin-top: 3px;
    color: #ffffff;
    /* Accent color */
}

    .minigrid_verA .fbcms_calendar_mini_month_button:hover,
    .minigrid_verA .fbcms_calendar_mini_month_button:focus
    {
        background-color: #333333;
    }

.minigrid_verA .fbcms_calendar_mini_prevMonth
{
    background-image: url(/Areas/Core/Images/mc-btn-prev.png);
    float: left;
}

.minigrid_verA .fbcms_calendar_mini_nextMonth
{
    background-image: url(/Areas/Core/Images/mc-btn-next.png);
    float: right;
}

.minigrid_verA .fbcms_calendar_mini_month_button .button_icon
{
    display: none;
}

.minigrid_verA td
{
    border: 1px solid #bbbbbb;
}


/* Version B */
.minigrid_verB
{
    text-align: right;
}

    .minigrid_verB .fbcms_calendar_mini a
    {
        font-size: 18px;
        font-weight: bold;
    }

    .minigrid_verB .fbcms_calendar_mini_nextMonth,
    .minigrid_verB .fbcms_calendar_mini_prevMonth
    {
        padding: 0 4px;
    }

    .minigrid_verB .fbcms_calendar_mini_prevMonth
    {
        float: left;
    }

    .minigrid_verB .fbcms_calendar_mini_nextMonth
    {
        float: right;
    }

    .minigrid_verB .fbcms_calendar_mini_month_button .button_icon
    {
        display: none;
    }

    .minigrid_verB .fbcms_calendar_mini a img
    {
        display: none;
    }

    .minigrid_verB tbody
    {
        border: 2px solid #F0F0F0;
    }

    .minigrid_verB .calendar_mini_headers th
    {
        text-align: center;
    }

    .minigrid_verB .isDay
    {
        border: 1px solid #E0E0E0;
    }

/* -=-=-=-=-=-=-=-=-=-[ END Mini Calendar ]-=-=-=-=-=-=-=-=-=-=- */



/* -=-=-=-=-=-=-=-=-=-=-[  Start Calendar Grid  ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_calendarGridBody
{
    margin: 0px;
}

.calendargrid .navbttn,
.calendargrid .selectbox,
.calendargrid .printLink
{
    position: relative;
}

.caltab
{
    width: 100%;
}

.calendargrid .caltab .dayofweek
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: #666666;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0 1px 1px 0;
}

.calendargrid .caltab .monthname
{
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.caltab .datecell
{
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 1px 1px 1px;
}

.caltab .datecell_liner
{
    display: flex;
    flex-direction: column;
    min-height: 100px;
}

/* Calendar Grid Event Link Styles */
.calendargrid .caltab .listcell
{
    padding: 5px 1px 5px 3px;
    font-size: 13px;
    text-align: left;
}

    .calendargrid .caltab .listcell .eventlink
    {
        font-size: 80%;
        height: 15px;
        overflow: hidden;
        padding: 0 0 3px;
    }

        .calendargrid .caltab .listcell .eventlink a
        {
            color: #000000;
            text-decoration: none;
        }

            .calendargrid .caltab .listcell .eventlink:hover,
            .calendargrid .caltab .listcell .eventlink a:focus
            {
                color: #707070;
                cursor: pointer;
                text-decoration: underline;
            }

                .calendargrid .caltab .listcell .eventlink:hover a,
                .calendargrid .caltab .listcell .eventlink:focus a
                {
                    color: #676767;
                    cursor: pointer;
                }

    .calendargrid .caltab .listcell .eventlink .event_label_time
    {
        display: none;
    }

/* Calendar Grid - Day styles */
.calendargrid .daynumber
{
    background-color: #bbbbbb;
    color: #4a4a4a;
    font-size: 13px;
    padding: 3px 3px 3px 3px;
    text-align: right;
    height: 24px;
}

/* Calendar Grid - Other Month styles */
.calendargrid .caltab .othermonth
{
    background-color: #F5F6F5;
}

    .calendargrid .caltab .othermonth .daynumber
    {
        background-color: #DBDBDB;
        color: #5f5f5f;
    }

/* Calendar Grid - Weekend Styles */
.calendargrid .caltab .weekend
{
    background-color: #F5F6F5;
}

/* Calendar Grid - Workday styles */
.calendargrid .caltab .currentmonth
{
    background-color: #F5F6F5;
}

    .calendargrid .caltab .currentmonth .daynumber
    {
        font-weight: bold;
    }

        .calendargrid .caltab .currentmonth .daynumber.dayeventlink
        {
            cursor: pointer;
        }

@media only screen and (min-width: 768px)
{
    .dayname_full
    {
        display: none;
    }

    .dayname_abbr
    {
        display: block;
    }

    .dayname_lttr
    {
        display: none;
    }

    .fom_monthname
    {
        display: inline-block;
        margin-right: 3px;
    }
}

@media screen and (max-width: 767px)
{
    .contentheader_item.calendar_nav_controls
    {
        float: none;
    }

    .calendargrid .caltab
    {
        width: 100%;
    }

    .dayname_full
    {
        display: none;
    }

    .dayname_abbr
    {
        display: none;
    }

    .dayname_lttr
    {
        display: block;
    }

    .fom_monthname
    {
        display: none;
    }

    .calendargrid .caltab .currentmonth .daynumber.dayeventlink
    {
        text-decoration: underline;
    }

    .calendargrid .caltab .listcell
    {
        display: none;
    }
}

/* -=-=-=-=-=-=-=-=-=-[  END Calendar Grid  ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Building Info ]-=-=-=-=-=-=-=-=-=-=- */

.fbcms_building_info .divider
{
    background: url("/Areas/Core/Images/bullet.png") no-repeat scroll 0 0 transparent;
    height: 4px;
    margin: 0 4px 1px;
    width: 4px;
}

.fbcms_building_info span:last-child .divider
{
    display: none;
}

.fbcms_building_info .building_icon
{
    margin-right: 0.25em;
}

/* -=-=-=-=-=-=-=-=-=-[ END Building Info ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Staff Cards ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_staff_cards .fbcms_contentheader
{
    display: block;
}

.fbcms_staff_cards .fbcms_contentbody
{
    margin: 0 -.825em;
}

.fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry
{
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 4px);
    padding: 0 .825em 1.625em;
    text-align: left;
    margin: 0;
    list-style: none;
}

.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
{
    color: inherit;
    background-color: #f3f3f3;
    padding: 0.825em;
}

.fbcms_staff_cards .fbcms_contentbody .profile_photo
{
    width: 100%;
    height: auto;
    margin-bottom: 0.825em;
}

.fbcms_staff_cards .fbcms_contentbody .name
{
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: bold;
    display: block;
}

.fbcms_staff_cards .fbcms_contentbody .row2,
.fbcms_staff_cards .fbcms_contentbody .row3,
.fbcms_staff_cards .fbcms_contentbody .row4
{
    display: block;
    line-height: 1.4;
    font-weight: bold;
}

.fbcms_staff_cards .fbcms_contentbody .profile
{
    display: block;
    margin-bottom: 1em;
}

.fbcms_staff_cards .fbcms_contentbody .send_email
{
    display: block;
    margin-bottom: 0.75em;
}

.fbcms_staff_cards .fbcms_contentbody .email_link
{
    display: block;
}

.fbcms_staff_cards .fbcms_contentbody .email_text
{
}

.fbcms_staff_cards .fbcms_contentbody .fb_emailicon
{
}

@media only screen and (max-width: 979px)
{
    .fbcms_staff_cards .fbcms_contentbody
    {
        margin: 0 -0.438em;
    }

    .fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry
    {
        width: calc(33.333% - 3px);
        padding: 0 0.438em 0.875em;
    }
}

@media only screen and (max-width: 767px)
{
    .fbcms_staff_cards .fbcms_contentbody
    {
        text-align: center;
        margin: 0 -1em;
    }

    .fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry
    {
        width: calc(50% - 3px);
        padding: 0 1em 2em;
    }
}

@media only screen and (max-width: 500px)
{
    .fbcms_staff_cards .fbcms_contentbody
    {
        margin: 0;
    }

    .fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry
    {
        width: 100%;
        padding: 0 0 1em;
    }
}


/* -=-=-=-=-=-=-=-=-=-=-[ END Staff Cards ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Staff Listing ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_staff_listing
{
    margin-bottom: 25px;
}

    .fbcms_staff_listing .fbcms_staff_listing_column
    {
        width: 100%;
    }

        .fbcms_staff_listing .fbcms_staff_listing_column .fbcms_staff_listing_heading_row .fbcms_table_cell
        {
            padding-top: 10px;
        }

        .fbcms_staff_listing .fbcms_staff_listing_column .fbcms_staff_listing_heading_row:first-child .fbcms_table_cell
        {
            padding-top: 0;
        }

        .fbcms_staff_listing .fbcms_staff_listing_column .fbcms_table_cell
        {
            vertical-align: middle;
            padding: 0 5px 2px 0;
        }

    .fbcms_staff_listing .fbcms_staff_listing_header
    {
        text-align: left;
    }

    .fbcms_staff_listing .fbcms_staff_listing_header
    {
        padding-right: 5px;
    }

    .fbcms_staff_listing .fb_emailicon
    {
    }

    .fbcms_staff_listing .fbcms_staff_listing_column .contact_button
    {
        margin-right: 10px;
    }

    .fbcms_staff_listing .fbcms_staff_listing_column .mainNumber
    {
        white-space: nowrap;
    }

    .fbcms_staff_listing .fbcms_staffentry
    {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .fbcms_staff_listing .profilePhoto
    {
        float: left;
    }

        .fbcms_staff_listing .profilePhoto img
        {
            margin-right: 10px;
        }

    .fbcms_staff_listing .fbcms_staff_listing_row .name
    {
        display: inline;
        font-weight: bold;
    }

    .fbcms_staff_listing .fbcms_staff_listing_row .email_row
    {
        display: inline;
        /* IE */
        display: contents;
        /* Chrome & Firefox */
    }

    .fbcms_staff_listing .fbcms_staff_listing_row .contact_button
    {
        margin-left: 5px;
    }

    .fbcms_staff_listing .fbcms_staff_listing_row .email_row .email_link
    {
        display: block;
    }

    .fbcms_staff_listing .fbcms_staff_listing_row .email_row.email_detail
    {
        display: block;
        margin-left: 0;
    }

.fbcms_staff_listing_building_info
{
    margin-bottom: 12px;
}

    .fbcms_staff_listing_building_info .building_info_line
    {
        display: block;
    }

        .fbcms_staff_listing_building_info .building_info_line .label,
        .fbcms_staff_listing_building_info .building_info
        {
            display: inline-block;
        }

    .fbcms_staff_listing_building_info .building_icon
    {
        display: inline-block;
        width: 1em;
        margin-right: 0.5em;
    }

    .fbcms_staff_listing_building_info .has_map_icon .building_citystatezip,
    .fbcms_staff_listing_building_info .has_map_icon .staff_building_citystatezip
    {
        margin-left: 1.5em;
    }

    .fbcms_staff_listing_building_info .building_map
    {
        text-decoration: none;
    }

        .fbcms_staff_listing_building_info .building_map:hover
        {
            text-decoration: underline;
        }

.fbcms_staff_listing_row
{
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px)
{
    .fbcms_staff_listing .name_email_wrapper .name
    {
        display: inline-block;
        width: 80%;
    }

    .fbcms_staff_listing .name_email_wrapper .email_column
    {
        display: inline;
        width: 17%;
        text-align: center;
    }
}

@media screen and (max-width: 767px)
{
    .fbcms_staff_listing .fbcms_staff_listing_headers
    {
        display: none;
    }

    .fbcms_staff_listing .fbcms_table_row
    {
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
    }
}

/* -=-=-=-=-=-=-=-=-=-[ END Staff Listing ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Staff Search ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_staff_search,
.fbcms_staff_search_mini
{
    margin-bottom: 25px;
}

    .fbcms_staff_search .fbcms_staff_search_form
    {
        margin-bottom: 15px;
    }

    .fbcms_staff_search .fbcms_staff_search_heading
    {
        font-weight: bold;
    }

    .fbcms_staff_search .fbcms_staff_search_fields
    {
        margin-top: 15px;
    }

        .fbcms_staff_search .fbcms_staff_search_fields .inputlist_item
        {
            display: inline-block;
        }

    .fbcms_staff_search .fbcms_staff_search_filter
    {
        margin-top: 15px;
        width: 100%;
    }

        .fbcms_staff_search .fbcms_staff_search_filter fieldset,
        .fbcms_staff_search_mini fieldset
        {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75em;
        }

        .fbcms_staff_search .fbcms_staff_search_filter legend,
        .fbcms_staff_search_mini legend
        {
            font-weight: bold;
            width: 100%;
            margin-bottom: 0.5em;
        }

    .fbcms_staff_search .staff_search_filter
    {
        width: 100%;
        max-width: 250px;
    }

    .fbcms_staff_search_mini .staff_search_filter
    {
        width: 100%;
        max-width: 400px;
    }

    .fbcms_staff_search .fbcms_staff_search_drop
    {
        font-size: .938em;
    }

    .fbcms_staff_search .fbcms_staff_search_fields :where(input[type=text], select),
    .fbcms_staff_search_mini fieldset :where(input[type=text], select),
    .fbcms_staff_search_mini fieldset .staff_search_string
    {
        background-color: rgba(0, 0, 0, .04);
        border: none;
        border-bottom: solid 2px #888;
        padding: 0.5em;
        width: 100%;
    }

    .fbcms_staff_search .fbcms_staff_search_submit
    {
        cursor: pointer;
    }

    .fbcms_staff_search .fbcms_staff_search_button,
    .fbcms_staff_search_mini .fbcms_staff_search_mini_actions
    {
        margin-top: 0.5em;
    }

        .fbcms_staff_search .fbcms_staff_search_button input[type="button"],
        .fbcms_staff_search_mini .fbcms_staff_search_mini_actions input[type="button"],
        .fbcms_staff_search_mini .fbcms_staff_search_mini_submitButton
        {
            font-size: .9rem;
            font-weight: 500;
            color: currentColor;
            text-transform: uppercase;
            border: solid 1px currentColor;
            border-radius: 3px;
            padding: .5em 1.25em;
            border: 1px solid #999;
            background-color: #fff;
        }

            .fbcms_staff_search .fbcms_staff_search_button input[type="button"]:hover,
            .fbcms_staff_search .fbcms_staff_search_button input[type="button"]:focus,
            .fbcms_staff_search_mini .fbcms_staff_search_mini_actions input[type="button"]:hover,
            .fbcms_staff_search_mini .fbcms_staff_search_mini_actions input[type="button"]:focus,
            .fbcms_staff_search_mini .fbcms_staff_search_mini_submitButton:hover,
            .fbcms_staff_search_mini .fbcms_staff_search_mini_submitButton:focus
            {
                background-color: #747474;
                color: #fff;
            }


.fbcms_staff_search_results
{
    width: 100%;
}

.fbcms_staff_search .contact .emailText
{
    display: none;
}


@media only screen and (min-width: 768px)
{
    .fbcms_staff_search .fbcms_table_row:nth-child(even)
    {
        background: #f9f9f9;
    }

    .fbcms_staff_search .fbcms_table_cell
    {
        /*        border-bottom: 1px solid #CCCCCC;*/
        padding: 5px;
    }


    .fbcms_staff_search .name_email_wrapper .name
    {
        display: inline-block;
        width: 80%;
    }

    .fbcms_staff_search .name_email_wrapper .email_column
    {
        display: inline;
        width: 19%;
        text-align: center;
    }
}

@media screen and (max-width: 767px)
{
    .fbcms_staff_search .fbcms_table_row
    {
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
    }

        .fbcms_staff_search .fbcms_table_row:first-child
        {
            border-top: 1px solid #CCCCCC;
        }
}



.fbcms_staff_search .fbcms_table_header .fbcms_table_cell
{
    padding: 3px 3px 3px 5px;
}

.fbcms_staff_search .fb_emailicon
{
}

.fbcms_staff_search .pager
{
    margin-top: 10px;
    text-align: center;
}

/* -=-=-=-=-=-=-=-=-=-[ END Staff Search ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Search Form ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_content.fbcms_search,
.fbcms_search_form
{
    margin-bottom: 2rem;
}

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


    .fbcms_search_form .search_field
    {
        box-sizing: content-box;
        width: 80%;
        height: 1.4em;
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .fbcms_search_form .search_button
    {
        font-size: .825rem;
        font-weight: bold;
        text-transform: uppercase;
        color: currentColor;
        box-sizing: content-box;
        padding: .75em 1.5em;
        border: 1px solid #999;
        background-color: #fff;
        border-radius: 3px;
    }

        .fbcms_search_form .search_button:hover,
        .fbcms_search_form .search_button:focus
        {
            background-color: #747474;
            color: #fff;
        }

.fbcms_search_message
{
    font-weight: bold;
    margin-bottom: 10px;
}

.fbcms_search_results
{
    margin-bottom: 10px;
}

.fbcms_search_result
{
    margin-bottom: 10px;
}

    .fbcms_search_result .result_url
    {
        font-size: 80%;
    }

.fbcms_search .reference_content .fbcms_tabset .tabset_titlecontainer .tabset_title
{
    font-size: 1rem;
    border-bottom: solid 3px #ddd;
    padding: 5px 20px;
    display: table-cell;
    transition: all .2s;
}

    .fbcms_search .reference_content .fbcms_tabset .tabset_titlecontainer .tabset_title.active
    {
        border-bottom-color: #222;
    }

    .fbcms_search .reference_content .fbcms_tabset .tabset_titlecontainer .tabset_title:where(:not(.active))
    {
        color: #747474;
    }

    .fbcms_search .reference_content .fbcms_tabset .tabset_titlecontainer .tabset_title:hover,
    .fbcms_search .reference_content .fbcms_tabset .tabset_titlecontainer .tabset_title:focus-visible
    {
        border-bottom-color: #222;
        color: inherit;
    }

.fbcms_search .reference_content .reference_content_item
{
    border-bottom: solid 1px #e7e7e7;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fbcms_search .reference_content .reference_content_item_title
{
    display: contents;
}

    .fbcms_search .reference_content .reference_content_item_title .content_item_titlelabel
    {
        order: 1;
        width: 100%;
    }

.fbcms_search .reference_content .reference_content_item .reference_content_field
{
    order: 2;
    width: 100%;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: .5em;
}

.fbcms_search .reference_content .reference_content_item_title .content_item_links
{
    order: 3;
    margin-right: 1rem;
}

.fbcms_search .reference_content .reference_content_item_title .content_item_title
{
    order: 4;
}

.fbcms_search .reference_content .content_item_titlelabel
{
    font-weight: bold;
    font-size: .9em;
    text-transform: uppercase;
    color: #555;
}

.fbcms_search .reference_content .content_item_title
{
}

.search_results .link_button
{
    box-sizing: content-box;
    padding: .25em .75em;
    border: 1px solid #999;
    background-color: #fff;
}

    .search_results .link_button:hover,
    .search_results .link_button:focus
    {
        background-color: #888;
        color: #fff;
    }
/* -=-=-=-=-=-=-=-=-=-[ END Search Form ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Social Media Icons ]-=-=-=-=-=-=-=-=-=-=- */
.smIcon_16 img,
.smIcon_24 img,
.smIcon_32 img,
.smIcon_40 img,
.smIcon_48 img,
.smIcon_56 img,
.smIcon_64 img
{
    background: transparent url(/Areas/Core/Images/smIcons.png) no-repeat;
    border: 0;
}

.smIcon_16 img
{
    width: 16px;
    height: 16px;
}

.smIcon_24 img
{
    width: 24px;
    height: 24px;
}

.smIcon_32 img
{
    width: 32px;
    height: 32px;
}

.smIcon_40 img
{
    width: 40px;
    height: 40px;
}

.smIcon_48 img
{
    width: 48px;
    height: 48px;
}

.smIcon_56 img
{
    width: 56px;
    height: 56px;
}

.smIcon_64 img
{
    width: 64px;
    height: 64px;
}

/*Facebook*/
.smIcon_16.sm_facebook img
{
    background-position: -600px -100px;
}

.smIcon_24.sm_facebook img
{
    background-position: -500px -100px;
}

.smIcon_32.sm_facebook img
{
    background-position: -400px -100px;
}

.smIcon_40.sm_facebook img
{
    background-position: -300px -100px;
}

.smIcon_48.sm_facebook img
{
    background-position: -200px -100px;
}

.smIcon_56.sm_facebook img
{
    background-position: -100px -100px;
}

.smIcon_64.sm_facebook img
{
    background-position: 0 -100px;
}

/*Twitter*/
.smIcon_16.sm_twitter img
{
    background-position: -600px -200px;
}

.smIcon_24.sm_twitter img
{
    background-position: -500px -200px;
}

.smIcon_32.sm_twitter img
{
    background-position: -400px -200px;
}

.smIcon_40.sm_twitter img
{
    background-position: -300px -200px;
}

.smIcon_48.sm_twitter img
{
    background-position: -200px -200px;
}

.smIcon_56.sm_twitter img
{
    background-position: -100px -200px;
}

.smIcon_64.sm_twitter img
{
    background-position: 0 -200px;
}

/*LinkedIn*/
.smIcon_16.sm_linkedIn img
{
    background-position: -600px -300px;
}

.smIcon_24.sm_linkedIn img
{
    background-position: -500px -300px;
}

.smIcon_32.sm_linkedIn img
{
    background-position: -400px -300px;
}

.smIcon_40.sm_linkedIn img
{
    background-position: -300px -300px;
}

.smIcon_48.sm_linkedIn img
{
    background-position: -200px -300px;
}

.smIcon_56.sm_linkedIn img
{
    background-position: -100px -300px;
}

.smIcon_64.sm_linkedIn img
{
    background-position: 0 -300px;
}

/*Flickr*/
.smIcon_16.sm_flickr img
{
    background-position: -600px -400px;
}

.smIcon_24.sm_flickr img
{
    background-position: -500px -400px;
}

.smIcon_32.sm_flickr img
{
    background-position: -400px -400px;
}

.smIcon_40.sm_flickr img
{
    background-position: -300px -400px;
}

.smIcon_48.sm_flickr img
{
    background-position: -200px -400px;
}

.smIcon_56.sm_flickr img
{
    background-position: -100px -400px;
}

.smIcon_64.sm_flickr img
{
    background-position: 0 -400px;
}

/*RSS*/
.smIcon_16.sm_rss img
{
    background-position: -600px -500px;
}

.smIcon_24.sm_rss img
{
    background-position: -500px -500px;
}

.smIcon_32.sm_rss img
{
    background-position: -400px -500px;
}

.smIcon_40.sm_rss img
{
    background-position: -300px -500px;
}

.smIcon_48.sm_rss img
{
    background-position: -200px -500px;
}

.smIcon_56.sm_rss img
{
    background-position: -100px -500px;
}

.smIcon_64.sm_rss img
{
    background-position: 0 -500px;
}

/*Email*/
.smIcon_16.sm_email img
{
    background-position: -600px -600px;
}

.smIcon_24.sm_email img
{
    background-position: -500px -600px;
}

.smIcon_32.sm_email img
{
    background-position: -400px -600px;
}

.smIcon_40.sm_email img
{
    background-position: -300px -600px;
}

.smIcon_48.sm_email img
{
    background-position: -200px -600px;
}

.smIcon_56.sm_email img
{
    background-position: -100px -600px;
}

.smIcon_64.sm_email img
{
    background-position: 0 -600px;
}

/*Vimeo*/
.smIcon_16.sm_vimeo img
{
    background-position: -600px -700px;
}

.smIcon_24.sm_vimeo img
{
    background-position: -500px -700px;
}

.smIcon_32.sm_vimeo img
{
    background-position: -400px -700px;
}

.smIcon_40.sm_vimeo img
{
    background-position: -300px -700px;
}

.smIcon_48.sm_vimeo img
{
    background-position: -200px -700px;
}

.smIcon_56.sm_vimeo img
{
    background-position: -100px -700px;
}

.smIcon_64.sm_vimeo img
{
    background-position: 0 -700px;
}

/*Wordpress*/
.smIcon_16.sm_wordpress img
{
    background-position: -600px -800px;
}

.smIcon_24.sm_wordpress img
{
    background-position: -500px -800px;
}

.smIcon_32.sm_wordpress img
{
    background-position: -400px -800px;
}

.smIcon_40.sm_wordpress img
{
    background-position: -300px -800px;
}

.smIcon_48.sm_wordpress img
{
    background-position: -200px -800px;
}

.smIcon_56.sm_wordpress img
{
    background-position: -100px -800px;
}

.smIcon_64.sm_wordpress img
{
    background-position: 0 -800px;
}

/*Blogger*/
.smIcon_16.sm_blogger img
{
    background-position: -600px -900px;
}

.smIcon_24.sm_blogger img
{
    background-position: -500px -900px;
}

.smIcon_32.sm_blogger img
{
    background-position: -400px -900px;
}

.smIcon_40.sm_blogger img
{
    background-position: -300px -900px;
}

.smIcon_48.sm_blogger img
{
    background-position: -200px -900px;
}

.smIcon_56.sm_blogger img
{
    background-position: -100px -900px;
}

.smIcon_64.sm_blogger img
{
    background-position: 0 -900px;
}

/*StumbleUpon*/
.smIcon_16.sm_stumbleUpon img
{
    background-position: -600px -1000px;
}

.smIcon_24.sm_stumbleUpon img
{
    background-position: -500px -1000px;
}

.smIcon_32.sm_stumbleUpon img
{
    background-position: -400px -1000px;
}

.smIcon_40.sm_stumbleUpon img
{
    background-position: -300px -1000px;
}

.smIcon_48.sm_stumbleUpon img
{
    background-position: -200px -1000px;
}

.smIcon_56.sm_stumbleUpon img
{
    background-position: -100px -1000px;
}

.smIcon_64.sm_stumbleUpon img
{
    background-position: 0 -1000px;
}

/*Skype*/
.smIcon_16.sm_skype img
{
    background-position: -600px -1100px;
}

.smIcon_24.sm_skype img
{
    background-position: -500px -1100px;
}

.smIcon_32.sm_skype img
{
    background-position: -400px -1100px;
}

.smIcon_40.sm_skype img
{
    background-position: -300px -1100px;
}

.smIcon_48.sm_skype img
{
    background-position: -200px -1100px;
}

.smIcon_56.sm_skype img
{
    background-position: -100px -1100px;
}

.smIcon_64.sm_skype img
{
    background-position: 0 -1100px;
}

/*Podcast*/
.smIcon_16.sm_podcast img
{
    background-position: -600px -1200px;
}

.smIcon_24.sm_podcast img
{
    background-position: -500px -1200px;
}

.smIcon_32.sm_podcast img
{
    background-position: -400px -1200px;
}

.smIcon_40.sm_podcast img
{
    background-position: -300px -1200px;
}

.smIcon_48.sm_podcast img
{
    background-position: -200px -1200px;
}

.smIcon_56.sm_podcast img
{
    background-position: -100px -1200px;
}

.smIcon_64.sm_podcast img
{
    background-position: 0 -1200px;
}

/*YouTube*/
.smIcon_16.sm_youTube img
{
    background-position: -600px -1300px;
}

.smIcon_24.sm_youTube img
{
    background-position: -500px -1300px;
}

.smIcon_32.sm_youTube img
{
    background-position: -400px -1300px;
}

.smIcon_40.sm_youTube img
{
    background-position: -300px -1300px;
}

.smIcon_48.sm_youTube img
{
    background-position: -200px -1300px;
}

.smIcon_56.sm_youTube img
{
    background-position: -100px -1300px;
}

.smIcon_64.sm_youTube img
{
    background-position: 0 -1300px;
}

/*Delicio.us*/
.smIcon_16.sm_delicious img
{
    background-position: -600px -1400px;
}

.smIcon_24.sm_delicious img
{
    background-position: -500px -1400px;
}

.smIcon_32.sm_delicious img
{
    background-position: -400px -1400px;
}

.smIcon_40.sm_delicious img
{
    background-position: -300px -1400px;
}

.smIcon_48.sm_delicious img
{
    background-position: -200px -1400px;
}

.smIcon_56.sm_delicious img
{
    background-position: -100px -1400px;
}

.smIcon_64.sm_delicious img
{
    background-position: 0 -1400px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Social Media Icons ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Data Driven Content Header/Footer ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_contentheader
{
    display: block;
    margin-bottom: 10px;
}

    .fbcms_contentheader .contentheader_item
    {
        display: inline-block;
    }

.fbcms_contentfooter
{
    display: block;
    margin-top: 10px;
}

    .fbcms_contentfooter .contentfooter_item
    {
        display: inline-block;
        width: 100%;
    }

/* -=-=-=-=-=-=-=-=-=-=-[ END Data Driven Content Header/Footer ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Spotlights ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_spotlights
{
    margin-bottom: 25px;
    position: relative;
}

    .fbcms_spotlights .fbcms_contentheader.blockpos_left
    {
        display: block;
    }

    .fbcms_spotlights .fbcms_contentheader.blockpos_right
    {
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .fbcms_spotlights .fbcms_contentfooter.blockpos_left
    {
        text-align: left;
    }

    .fbcms_spotlights .fbcms_contentfooter.blockpos_right
    {
        text-align: right;
    }

    .fbcms_spotlights .fbcms_contentheader.blockpos_left .fbcms_spotlights_title
    {
        display: block;
    }

    .fbcms_spotlights .fbcms_contentheader.blockpos_right .fbcms_spotlights_title
    {
        flex: 1 0 auto;
    }

    .fbcms_spotlights .fbcms_contentheader .fbcms_spotlight_controls
    {
        flex: 0 1 auto;
        align-items: center;
        display: flex;
    }

.fbcms_spotlight_controls .fbcms_spotlight_pager
{
}

.spotlight_button
{
    height: 1.3rem;
    line-height: 1.3rem;
    width: 1.3rem;
    text-align: center;
    vertical-align: middle;
    z-index: 205;
    color: #707070;
    outline: 0;
    font-size: 1rem;
    display: inline-block;
}

.spotlight_pages
{
    display: inline-block;
}

.spotlight_button.spotlight_viewall
{
    text-decoration: none;
    height: 1rem;
    line-height: 1rem;
    width: auto;
    font-size: 100%;
    font-weight: bold;
}

.spotlight_button.spotlight_next,
.spotlight_button.spotlight_prev
{
    font-size: 1.3rem;
    cursor: pointer;
}

.spotlight_button .fb-icon
{
    transition: all .2s;
}

.spotlight_button:hover .fb-icon,
.spotlight_button:focus .fb-icon
{
    transform: scale(1.2);
    stroke: currentColor;
}

.spotlight_button.spotlight_large
{
    display: block;
    height: auto;
    width: auto;
    font-size: 2rem;
    line-height: 2rem;
}

.spotlight_button.spotlight_next.spotlight_over,
.spotlight_button.spotlight_prev.spotlight_over
{
    position: absolute;
    bottom: 50%;
    position: absolute;
}

.spotlight_button.spotlight_prev.spotlight_over
{
    transform: translateY(50%) translateX(-100%);
    left: 0;
}

.spotlight_button.spotlight_next.spotlight_over
{
    transform: translateY(50%) translateX(100%);
    right: 0;
}

.fbcms_spotlight_pager
{
    display: inline-block;
}

    .fbcms_spotlight_pager .spotlight_item
    {
        display: inline-block;
        height: 12px;
        width: 12px;
        vertical-align: middle;
        text-align: center;
        text-indent: -9999px;
        border-width: 3px;
        border-color: #707070;
        border-style: solid;
        border-radius: 10px;
        margin: 5px 4px;
        background-color: #707070;
        cursor: pointer;
        color: #ffffff;
    }

.spotlight_button:hover,
.spotlight_button:focus
{
    text-shadow: 1px 1px 0 #999, -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999, 1px 1px 0 #999;
}

.spotlight_button.spotlight_viewall:hover,
.spotlight_button.spotlight_viewall:focus
{
    text-shadow: none;
    text-decoration: underline;
}

.spotlight_playpause .fbrot_pause,
.spotlight_playpause .fbrot_play
{
    display: inline-block;
    width: 100%;
}

.spotlight_playpause .fbrot_pause
{
    display: none;
}
.spotlight_playpause.spotlight_play .fbrot_pause
{
    display: inline-block;
}

.spotlight_playpause .fbrot_play
{
    display: inline-block;
}
.spotlight_playpause.spotlight_play .fbrot_play
{
    display: none;
}

.fbcms_spotlight_pager .spotlight_item:hover,
.fbcms_spotlight_pager .spotlight_item:focus
{
    background-color: #707070;
    border-color: #707070;
    color: #fff;
    box-shadow: 0 0 0 1px #999;
}

.fbcms_spotlight_pager .spotlight_item:focus
{
    box-shadow: 0 0 0 1px #000;
}

.fbcms_spotlight_pager .spotlight_item.spotlight_pager_active,
.fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:hover,
.fbcms_spotlight_pager .spotlight_item.spotlight_pager_active:focus
{
    background-color: transparent;
    color: #707070;
}

.fbcms_spotlights_list
{
    width: 100%;
    max-width: 100%;
}

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

.fbcms_spotlight
{
    vertical-align: top;
    overflow: auto;
}

.spotlights_vertical .fbcms_spotlight
{
    display: block;
    vertical-align: top;
    overflow: auto;
    margin-bottom: 20px;
}

    .spotlights_vertical .fbcms_spotlight:last-child
    {
        margin-bottom: 0;
    }

.fbcms_spotlights_list.spotlights_horizontal,
.spotlights_horizontal .fbcms_spotlight_slide_liner
{
    display: flex;
    /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    align-content: flex-start;
    flex-wrap: wrap;
}

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

.spotlights_horizontal .fbcms_spotlight
{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.fbcms_spotlights .fbcms_contentbody
{
    position: relative;
}

@media screen and (min-width: 768px)
{
    .spotlight_button.spotlightbutton_middle
    {
        position: absolute;
        top: 50%;
        display: block;
    }

        .spotlight_button.spotlightbutton_middle.spotlight_prev
        {
            left: 0;
            transform: translate(-50%, -50%);
        }

        .spotlight_button.spotlightbutton_middle.spotlight_next
        {
            right: 0;
            transform: translate(50%, -50%);
        }

    .spotlights_horizontal .fbcms_spotlight
    {
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
    }

    .spotlights_horizontal.horz_layout_5 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_9 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_10 .fbcms_spotlight
    {
        /*width: calc(20% - (20px/5));
        max-width: 20%;*/
        flex: 0 1 18%;
    }

    .spotlights_horizontal.horz_layout_4 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_7 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        /* width: calc(25% - (15px/4));
        max-width: 25%;*/
        flex: 0 1 23%;
    }

    .spotlights_horizontal.horz_layout_3 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {
        /*width: calc(33.333% - (10px/3));
        max-width: 33%;*/
        flex: 0 1 31.333%;
    }

    .spotlights_horizontal.horz_layout_2 .fbcms_spotlight
    {
        /*width: calc(50% - (5px/2));
        max-width: 50%;*/
        flex: 0 1 48%;
    }

    .spotlights_horizontal.horz_layout_1 .fbcms_spotlight
    {
        width: 98%;
    }

    .spotlights_horizontal.fbcms_spotlights_list:after
    {
        display: none;
    }
}

.fbcms_spotlight_slide
{
    width: 100%;
}

.spotlights_horizontal .fbcms_spotlight_slide_liner
{
    width: 100%;
}

.fbcms_spotlight_liner
{
    color: inherit;
    background-color: inherit;
    text-decoration: inherit;
    display: block;
    width: 100%;
    padding: 5px;
}

a.fbcms_spotlight_liner:hover,
a.fbcms_spotlight_liner:focus
{
    background-color: #f3f3f3;
    text-decoration: none;
}

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

.fbcms_spotlight_image
{
    font-size: 0;
    line-height: 0;
}

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

    .fbcms_spotlight_image img
    {
        max-width: 100%;
        height: auto;
    }

.fbcms_spotlight.stacked
{
}

    .fbcms_spotlight.stacked .fbcms_spotlight_liner,
    .fbcms_spotlight.stacked .fbcms_spotlight_text
    {
        display: block;
    }

    .fbcms_spotlight.stacked .fbcms_spotlight_image
    {
        display: block;
        margin-bottom: 10px;
    }

.fbcms_spotlight.linedup
{
}

    .fbcms_spotlight.linedup .fbcms_spotlight_liner
    {
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
    }

    .fbcms_spotlight.linedup .fbcms_spotlight_image
    {
        vertical-align: top;
        max-width: 50%;
        flex-shrink: 0;
    }

        .fbcms_spotlight.linedup .fbcms_spotlight_image img
        {
            width: 100%;
            height: auto;
        }

    .fbcms_spotlight.linedup .fbcms_spotlight_text
    {
        vertical-align: top;
        padding-left: 10px;
    }

.fbcms_spotlight.wrapping
{
}

    .fbcms_spotlight.wrapping .fbcms_spotlight_image
    {
        display: inline-block;
        float: left;
        margin-right: 10px;
        max-width: 50%;
    }

        .fbcms_spotlight.wrapping .fbcms_spotlight_image img
        {
            width: 100%;
            height: auto;
        }

.fbcms_spotlight .fbcms_spotlight_image.bordered img
{
    border: 1px solid #999999;
    padding: 2px;
}

.fbcms_spotlight .fbcms_spotlight_image.shadowed
{
    position: relative;
    display: inline-block;
}

    .fbcms_spotlight .fbcms_spotlight_image.shadowed:after
    {
        content: "";
        height: 88%;
        left: 4px;
        position: absolute;
        top: 0;
        width: 96%;
        border-radius: 10% / 0px 0px 100% 100%;
        box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.7);
    }

    .fbcms_spotlight .fbcms_spotlight_image.shadowed img
    {
        z-index: 1;
        position: relative;
        background-color: #ffffff;
        max-width: 96%;
        margin: 0 0 0 4px;
    }

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

.fbcms_spotlight_text .desc_short
{
    display: block;
    font-weight: bold;
}

.fbcms_spotlight_text .more_link
{
    text-decoration: underline;
}

    .fbcms_spotlight_text .more_link:hover,
    .fbcms_spotlight_text .more_link:focus
    {
        text-decoration: none;
    }

.fbcms_spotlight.hide_text .fbcms_spotlight_text
{
    display: none;
}

/* -=-=-=-=-=-=-=-=-=-[ END Spotlights ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Custom Forms ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_custom_form_errormessage
{
    color: #BB0000;
}

.fbcms_custom_form_title
{
    padding-bottom: 5px;
}

.fbcms_custom_form_description
{
    padding-bottom: 5px;
}

.fbcms_custom_form_field
{
    padding: 0 0 5px 0;
    border: solid 1px transparent;
}

    .fbcms_custom_form_field.field_correct
    {
        border: solid 1px transparent;
        background-color: transparent;
    }

    .fbcms_custom_form_field.field_warning
    {
        border: dotted 1px red;
    }

.fbcms_custom_form_field_label
{
    display: block;
    margin: 4px 0;
}

.fbcms_custom_form_field_input
{
    display: block;
    margin-bottom: 5px;
}

.fbcms_custom_form_help
{
    cursor: pointer;
}

.fbcms_form_helptext
{
    display: none;
}

.fbcms_custom_form input,
.fbcms_custom_form input.text,
.fbcms_custom_form select,
.fbcms_custom_form textarea.textarea
{
    border: solid 1px #888;
}

.fbcms_custom_form .plupload_add:hover,
.fbcms_custom_form .plupload_add:focus
{
    outline: 1px dotted grey;
}

.inputlist_item
{
    display: block;
    padding: 2px 0;
}

    .inputlist_item input,
    .inputlist_item label
    {
        vertical-align: baseline;
    }

.fbcms_custom_form_group_heading
{
    font-weight: bold;
    font-size: 118%;
    margin-top: 5px;
}

.fbcms_custom_form .file_upload .fbcms_table_cell
{
    padding: 2px;
}

.fbcms_custom_form .plupload_upload_status
{
    display: block;
}

.fbcms_custom_form .form-validation-message.alert.alert-danger,
.fbcms_custom_form .form-validation-message.alert.alert-danger p
{
    color: #e02222;
}

@media only screen and (min-width: 768px)
{

    .fbcms_custom_form select,
    .fbcms_custom_form input.text,
    .fbcms_custom_form textarea.textarea,
    .fbcms_custom_form .file_upload
    {
        width: 100%;
    }
}

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

    .fbcms_custom_form select,
    .fbcms_custom_form input.text,
    .fbcms_custom_form textarea.textarea,
    .fbcms_custom_form .file_upload
    {
        width: 100%;
    }

        .fbcms_custom_form .file_upload .fbcms_table_caption:after
        {
            content: '';
            clear: both;
            display: block;
        }
}

/* -=-=-=-=-=-=-=-=-=-[ END Custom Forms ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Generic Fields & Forms ]-=-=-=-=-=-=-=-=-=-=- */
input,
textarea,
select
{
    vertical-align: middle;
}

form,
fieldset
{
    margin: 0;
    padding: 0;
    border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}

    input[type="submit"]:hover,
    button:hover
    {
        cursor: pointer;
    }

input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea
{
    margin: 0;
    padding: 4px 7px;
    border: 1px solid #888;
}

    input[type="date"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    select:focus,
    textarea:focus
    {
        border-color: #4d4d4d;
    }

input[type=date],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
select,
textarea
{
    -webkit-border-radius: 0;
}

textarea
{
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"]
{
    padding: 0;
    margin: 0 3px 0 5px;
}

input[type="search"]
{
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration
    {
        -webkit-appearance: none;
    }

.clear_input
{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.reqd_marker
{
    color: #e02222;
    display: inline-block;
    margin-left: 3px;
}


.validated_marker
{
    display: none;
    padding-left: 5px;
    color: purple;
    font-weight: bold;
}

.field_required
{
    /* background-color: #ffffcc;*/
}

.field_validated
{
    /* background-color: #ffffcc;*/
}

.field_warning
{
    background-color: #ffd6d6;
}

    .field_warning .reqd_marker
    /*darker text for shaded background*/
    {
        color: #c01b1b;
    }

.error-block.help-block p
{
    color: #000;
    background-color: #dedede;
}

.field_correct
{
    /*  background-color: #ccffcc;*/
}

@media only screen and (min-width: 768px)
{
    .clear_input
    {
        font-size: 150%;
        line-height: 120%;
    }
}

@media screen and (max-width: 767px)
{
    .clear_input
    {
        font-size: 200%;
        line-height: 100%;
    }
}


/* -=-=-=-=-=-=-=-=-=-[ END Generic Fields & Forms ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Contact Popup ]-=-=-=-=-=-=-=-=-=-=- */
.contact_form .captchasection img
{
    margin-left: 20px;
    margin-bottom: 10px;
}

.contact_form h1
{
    padding: 5px 10px 5px 20px;
    margin: 0;
}

.contact_form b
{
    margin-left: 20px;
}

.contact_form .message
{
    margin-left: 20px;
    display: block;
    margin-bottom: -20px;
}

.contact_form input,
.contact_form textarea
{
    width: 80%;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.contact_form button
{
    margin-left: 20px;
    margin-top: 10px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Contact Popup ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Job Postings ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_jobs .jobCategory
{
    margin-bottom: 30px;
}

.fbcms_jobs .jobCategoryName
{
    margin-bottom: 3px;
}

.fbcms_jobs .jobBuilding
{
    margin-bottom: 10px;
}

.fbcms_jobs .jobBuildingName
{
    margin-bottom: 3px;
}

.fbcms_jobs .jobTime
{
    padding-left: 3px;
}

.fbcms_jobs .jobDeadline
{
    padding-left: 3px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Job Postings ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Protected Zone ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_ppz_widget
{
    background-color: #000000;
    color: #ffffff;
    padding: 2px 10px;
}

.fbcms_ppz_widget_liner
{
    text-align: right;
}

.fbcms_ppz_widget span,
.fbcms_ppz_widget a
{
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
}

    .fbcms_ppz_widget a:hover,
    .fbcms_ppz_widget a:focus
    {
        text-decoration: underline;
    }

.fbcms_ppz_widget_greeting,
.fbcms_ppz_widget_username,
.fbcms_ppz_widget_account,
.fbcms_ppz_widget_profile,
.fbcms_ppz_widget_logout,
.fbcms_ppz_widget_logon
{
    margin-left: 6px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Protected Zone ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Contact Information ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_contactinfo
{
    margin-bottom: 25px;
}

    .fbcms_contactinfo .fbcms_contact_photo
    {
        margin-bottom: 5px;
    }

    .fbcms_contactinfo .fbcms_contact_position,
    .fbcms_contactinfo .fbcms_contact_department,
    .fbcms_contactinfo .fbcms_contact_building
    {
        font-weight: bold;
        line-height: 130%;
    }

    .fbcms_contactinfo .fbcms_contact_responsibilities
    {
        margin-bottom: 5px;
    }

    .fbcms_contactinfo .fbcms_contact_building_info
    {
        margin-left: 10px;
        line-height: 130%;
    }

    .fbcms_contactinfo .fbcms_contact_responsibility
    {
        margin-bottom: 8px;
    }

.fbcms_contact_email .fb_emailicon
{
    margin-right: 0.3em;
}

/* -=-=-=-=-=-=-=-=-=-[ END Contact Information ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Contact Plugin Form ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_contact_form
{
    width: 360px;
}

.fbcms_contact_form_inputs .input_pair
{
    height: 22px;
}

    .fbcms_contact_form_inputs .input_pair .input_label
    {
        text-align: right;
        vertical-align: top;
        width: 90px;
    }

    .fbcms_contact_form_inputs .input_pair .input_field
    {
    }

        .fbcms_contact_form_inputs .input_pair .input_field input,
        .fbcms_contact_form_inputs .input_pair .input_field textarea
        {
            border: 1px solid #999;
        }

.input_buttons
{
    height: 22px;
    text-align: right;
}

/* -=-=-=-=-=-=-=-=-=-[ END Contact Plugin Form ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Foxbright Tooltip ]-=-=-=-=-=-=-=-=-=-=- */

.fb_tooltip_popbox
{
    position: absolute;
    z-index: 800;
    visibility: hidden;
    width: 285px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
    border: 1px solid #C0C0C0;
}

.fb_tooltip_popbox_container
{
    background: #fff;
    color: initial;
    position: relative;
    z-index: 10;
}

.fb_tooltip_popbox_close
{
    position: absolute;
    float: right;
    top: -18px;
    right: -20px;
    background: url(/Areas/Core/Images/popper_btn_close_x.png) 0 0 no-repeat;
    background-size: contain;
}

    .fb_tooltip_popbox_close,
    .fb_tooltip_popbox_close img
    {
        width: 36px;
        height: 36px;
        border: none;
    }

.fb_tooltip_popbox_title
{
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    color: #383838;
}

.fb_tooltip_popbox_content
{
    padding: .5em;
}

/* -=-=-=-=-=-=-=-=-=-[ END Foxbright Tooltip ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ vptooltip ]-=-=-=-=-=-=-=-=-=-=- */

.vptooltip_dialog.ui-dialog
{
    padding: 0;
}

.vptooltip_dialog .ui-dialog-titlebar
{
    padding: 0 !important;
    margin: 0 !important;
    height: 17px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.vptooltip_dialog .ui-dialog-title
{
}

.vptooltip_dialog.ui-dialog .ui-dialog-titlebar-close
{
    right: 1px;
    width: 13px;
    height: 14px;
    margin-top: -7px;
}

.vptooltip_dialog .description
{
    display: block;
    overflow: auto;
    max-height: 150px;
}

@media all and (max-height: 320px)
{
    .vptooltip_dialog .description
    {
        display: none;
    }
}


.vptooltip_dialog .name
{
    font-weight: bold;
}

.vptooltip_dialog .calendar
{
    font-size: 90%;
    line-height: 140%;
    margin-bottom: 5px;
}

.vptooltip_dialog .details
{
    line-height: 140%;
}

/* -=-=-=-=-=-=-=-=-=-[ END vptooltip ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Editor Fixes ]-=-=-=-=-=-=-=-=-=-=- */
#photo_gallery_editor #gallery_type img
{
    height: auto;
    width: auto;
}

/* -=-=-=-=-=-=-=-=-=-[ END Editor Fixes ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ FBDialog ]-=-=-=-=-=-=-=-=-=-=- */

.fbd_dialog + .backdrop
{
    z-index: 1000001;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1px);
}

.fbd_dialog
{
    z-index: 1000002;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 100%;
    width: 96%;
    max-width: 790px;
    border-radius: 4px;
    border: none;
    padding: 0 0 4px 0;
}

/* Prevent dialog from moving off screen vertically on small screens */
@media (max-height: 176px)
{

    /* 176px: height of dialog */
    dialog
    {
        bottom: auto;
    }
}

.fbd_dialog.fbd_contactform
{
    max-width: 425px;
}

.fbd_header
{
    background-color: #CCCCCC;
    border-radius: 4px 4px 0 0;
    padding: 5px 5px 5px 10px
}

    .fbd_header span
    {
        display: inline-block;
    }

    .fbd_header .fbd_title
    {
        font-size: 1rem;
        max-width: calc(100% - 40px);
    }

    .fbd_header .fbd_close
    {
        float: right;
        cursor: pointer;
        border-radius: 4px;
        background-color: #333333;
        color: #ffffff;
        padding: 4px 5px;
        width: 1.5em;
        line-height: 0;
        text-decoration: none;
        display: inline-block;
    }
        .fbd_header .fbd_close img 
        {
            width: 1em;
        }

.fbd_content
{
    padding: 10px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 88vh;
    width: 100%;
}

@media only screen and (min-width: 768px)
{
    .fbd_dialog
    {
        width: 80%;
        height: auto;
    }
}

/* -=-=-=-=-=-=-=-=-=-[ END FBDialog ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ FoxOverlay ]-=-=-=-=-=-=-=-=-=-=- */
.fb_overlay
{
    display: none;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    text-align: center;
}

.fb_overlay_content
{
    display: none;
    border: 2px #C0C0C0 solid !important;
    z-index: 901;
    text-align: left;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

.fb_overlay_content_liner
{
    padding: 24px 10px 10px 10px;
    overflow: auto;
}

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

/* -=-=-=-=-=-=-=-=-=-[ END FoxOverlay ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Fox Ajax Content ]-=-=-=-=-=-=-=-=-=-=- */
.fb_ajax_loading
{
    width: 100%;
    text-align: center;
    height: 100px;
    margin-bottom: -100px;
}

    .fb_ajax_loading .fb_ajax_loading_image
    {
        display: block;
        margin: auto;
    }

        .fb_ajax_loading .fb_ajax_loading_image img
        {
            width: 18px;
            height: 18px;
            background: transparent url('/Areas/Core/Images/loading.gif') 0 0;
            border: none;
        }

    .fb_ajax_loading .fb_ajax_loading_caption
    {
        display: block;
        margin: auto;
    }

/* -=-=-=-=-=-=-=-=-=-[ END Fox Ajax Content ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ FoxPopup ]-=-=-=-=-=-=-=-=-=-=- */
#fb_popper
{
    position: absolute;
    z-index: 800;
    width: 500px;
    left: 50%;
    top: 200px;
    margin-left: -200px;
    display: none;
}

#fb_popper_content
{
    text-align: left;
    padding: 10px;
    max-height: 430px;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 1;
    border: solid 2px #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#fb_popper_closer
{
    position: absolute;
    left: -18px;
    top: -18px;
    width: 42px;
    height: 42px;
    background: url(/Areas/Core/Images/popper_btn_close_x.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 2;
}

/* -=-=-=-=-=-=-=-=-=-[ END FoxPopup ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Twitter Script ]-=-=-=-=-=-=-=-=-=-=- */
.twitterFeed .tweets
{
    display: none;
}

    .twitterFeed .tweets ul
    {
        margin-left: 0;
        padding-left: 0;
    }

        .twitterFeed .tweets ul li
        {
            list-style: none;
            padding: 0 0 10px 0;
        }

            .twitterFeed .tweets ul li span
            {
                display: block;
            }

/* -=-=-=-=-=-=-=-=-=-[ END Twitter Script ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Event Dialog Overlay ]-=-=-=-=-=-=-=-=-=-=- */
.event_dialog .event
{
    text-align: left;
}

.event_dialog .event_shortdescription
{
    font-weight: bold;
}

/* -=-=-=-=-=-=-=-=-=-[ END Event Dialog Overlay ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Rich Text Formatting ]-=-=-=-=-=-=-=-=-=-=- */
h1
{
    font-size: 28px;
    line-height: 36px;
}

h2
{
    font-size: 14px;
    line-height: 26px;
}

h3
{
    font-size: 13px;
    line-height: 18px;
}

h4
{
    font-size: 110%;
    line-height: 18px;
}

h5
{
    font-size: 13px;
    line-height: 19px;
}

h6
{
    font-size: 13px;
    line-height: 19px;
}

.fbcms_content p
{
    margin-bottom: 15px;
}

.fbcms_content ul,
.fbcms_content ol
{
    margin-bottom: 15px;
    margin-top: -10px;
}

/* fixes cutoff in expandable content */
.fbcms_ec .fbcms_richtext_content ul:first-child,
.fbcms_ec .fbcms_richtext_content ol:first-child
{
    margin-top: 0;
}

body.fbcms_content > ul,
body.fbcms_content > ol
{
    margin-top: 0;
}

.fbcms_content ol
{
    margin-left: 10px;
}

.fbcms_content ul
{
    margin-left: 10px;
}

    .fbcms_content ul ul,
    .fbcms_content ol ol,
    .fbcms_content ul ol,
    .fbcms_content ol ul
    {
        margin-top: 0;
    }

    .fbcms_content ul > li
    {
        list-style-position: outside;
        list-style-type: disc;
        margin-left: 20px;
    }

.fbcms_content ol > li
{
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 20px;
}

.fbcms_richtext_content img
{
    height: auto;
    max-width: 100%;
}

.fbcms_content .fbcms_pgc_gallery ul.fbcms_cards
{
    margin: 0;
    list-style: none;
}

    .fbcms_content .fbcms_pgc_gallery ul.fbcms_cards > li
    {
        list-style-type: none;
        margin-left: 0;
    }

a
{
    text-decoration: underline;
}

    a:hover,
    a:focus
    {
        text-decoration: none;
    }

.fbcms_content blockquote
{
    margin-left: 20px;
    margin-right: 20px;
}

.fbcms_content hr
{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: transparent;
}

.content_intro
{
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 15px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Rich Text Formatting ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Guest Logon and Edit My Account ]-=-=-=-=-=-=-=-=-=-=- */

.guest_form
{
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

fieldset.fbFieldSet
{
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

    fieldset.fbFieldSet legend
    {
        font-weight: bold;
    }

.fbLabelField
{
    padding-top: 5px;
}

    .fbLabelField *
    {
        vertical-align: top;
    }

.fbLabel
{
    display: inline-block;
    width: 160px;
}

    .fbLabel .req
    {
        color: red;
    }

.fbField
{
    display: inline-block;
}

.fbButtons
{
    padding: 5px;
    text-align: right;
}

.fbError
{
    color: Red;
    font-weight: bold;
}


/* -=-=-=-=-=-=-=-=-=-=-[ END Guest Logon and Edit My Account ]-=-=-=-=-=-=-=-=-=-=- */
#ErrorpageMessage
{
    padding: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* CK Editor tweaks */

.cke_panel_grouptitle
{
    line-height: 11px;
    text-transform: none;
}

.cke_widget_focused,
.cke_widget_selected
{
    outline: 2px dashed #99bbee !important;
}

/* END CK Editor tweaks */

#adminLink
{
    color: #FFFFFF;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

    #adminLink a:link,
    #adminLink a:visited,
    #adminLink a:active,
    #adminLink a:hover,
    #adminLink a:focus
    {
        color: #FFFFFF;
        text-decoration: none;
    }

.iconPDF,
.iconWord,
.iconExcel,
.iconPowerpoint,
.iconPodcast,
.iconVideo,
.iconRadio,
.externalLink
{
    width: 22px;
    height: 17px;
    border: 0;
}



/************************************
 * Photo gallery styles *
/***********************************/
.fbcms_photogallery .fbcms_contentfooter
{
    margin-bottom: 25px;
}

.fbcms_photogallerycards .fbcms_contentfooter .contentfooter_item.fbcms_ajcp
{
    margin-right: 10px;
}

.fbcms_photogallerycards .fbcms_contentfooter .contentfooter_item.view_all
{
    font-size: 20px;
}

/* -=-=-=-=-=-=-=-=-=-=-[ Photo Gallery Rotator ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_photogallery
{
    position: relative;
    overflow: hidden;
}

    .fbcms_photogallery .fbcms_imagerotator .slide img
    {
        display: block;
    }

        .fbcms_photogallery .fbcms_imagerotator .slide img.haslink
        {
            cursor: pointer;
        }

    .fbcms_photogallery .fbpgro_button
    {
        position: absolute;
        font-size: 1rem;
        line-height: 1;
        /*        padding: .15em;*/
        height: 1.5em;
        width: 1.5em;
        text-align: center;
        vertical-align: middle;
        z-index: 205;
        color: #efefef;
        outline: solid 1px transparent;
        background-color: rgba(0 0 0 / 40%);
        transition: all .3s linear;
    }

        .fbcms_photogallery .fbpgro_button:hover,
        .fbcms_photogallery .fbpgro_button:focus
        {
            color: #fff;
            background-color: rgba(0 0 0 / 70%);
            outline-color: #fff;
        }

        .fbcms_photogallery .fbpgro_button svg
        {
            transform: scale(.85);
            /*            filter: drop-shadow(1px 1px 0 #888) drop-shadow(-1px -1px 0 #888) drop-shadow(1px -1px 0 #888) drop-shadow(-1px 1px 0 #888); */
            transition: all .3s linear;
        }

        .fbcms_photogallery .fbpgro_button:hover svg,
        .fbcms_photogallery .fbpgro_button:focus svg
        {
            /*                filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff);*/
        }

.fbpgro_button.fbpgro_next,
.fbpgro_button.fbpgro_prev
{
    font-size: 1.6rem;
}

    .fbpgro_button.fbpgro_next.fbcpgro_over,
    .fbpgro_button.fbpgro_prev.fbcpgro_over
    {
        bottom: 50%;
        transform: translateY(50%);
        padding: .15em;
        width: 1.5em;
        height: 1.8em;
        display: grid;
        align-content: center;
    }

    .fbpgro_button.fbpgro_next.fbcpgro_over
    {
        right: -.25em;
        border-radius: 1000% 0 0 1000%;
    }

.fbcms_photogallery .fbpgro_button.fbpgro_next.fbcpgro_over:where(:hover, :focus)
{
    right: -1px;
}

    .fbcms_photogallery .fbpgro_button.fbpgro_next.fbcpgro_over:where(:hover, :focus) svg
    {
        transform: scale(.85) translate3d(10px,0,0)
    }

.fbpgro_button.fbpgro_prev.fbcpgro_over
{
    left: -.25em;
    border-radius: 0 1000% 1000% 0;
}

.fbcms_photogallery .fbpgro_button.fbpgro_prev.fbcpgro_over:where(:hover, :focus)
{
    left: -1px;
}

    .fbcms_photogallery .fbpgro_button.fbpgro_prev.fbcpgro_over:where(:hover, :focus) svg
    {
        transform: scale(.85) translate3d(-10px,0,0)
    }

.fbpgro_button.fbcpgro_large
{
    font-size: 2rem;
}

.fbcms_photogallery .fbpgro_button .screen-reader-text
{
    color: #efefef;
    background-color: #555;
}

    .fbcms_photogallery .fbpgro_button .screen-reader-text:hover,
    .fbcms_photogallery .fbpgro_button .screen-reader-text:focus
    {
        background-color: #efefef;
        color: #555;
    }

.fbcms_photogallery .fbpgro_pager
{
    position: absolute;
    height: 1.5rem;
    text-align: right;
    z-index: 205;
}

    .fbcms_photogallery .fbpgro_pager > span
    {
        display: inline-block;
        height: 15px;
        width: 15px;
        vertical-align: middle;
        text-align: center;
        text-indent: -9999px;
        border-width: 3px;
        border-color: #ffffff;
        border-style: solid;
        border-radius: 10px;
        margin: 5px 4px;
        background-color: #ffffff;
        cursor: pointer;
        box-shadow: 0 0 0 1px #555;
    }

        .fbcms_photogallery .fbpgro_pager > span:hover,
        .fbcms_photogallery .fbpgro_pager > span:focus
        {
            background-color: #555;
            border-color: #555;
            color: #fff;
            box-shadow: 0 0 0 1px #efefef;
        }

        .fbcms_photogallery .fbpgro_pager > span.cycle-pager-active,
        .fbcms_photogallery .fbpgro_pager > span.cycle-pager-active:hover,
        .fbcms_photogallery .fbpgro_pager > span.cycle-pager-active:focus
        {
            background-color: transparent;
        }

.fbpgro_overlay
{
    width: 100%;
    z-index: 200;
    color: #121212;
    font-weight: 600;
    padding: 8px 10px;
}

@media only screen and (max-width: 599px)
{
    .fbpgro_overlay
    {
        position: relative;
    }
}

@media only screen and (min-width: 600px)
{
    .fbpgro_overlay
    {
        overflow: hidden;
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.49);
    }
}

.fbpgro_title
{
    font-size: 1.1em;
    line-height: 1.5em;
}

.fbpgro_desc
{
    display: inline;
    line-height: 1.1em;
}

.fbpgro_linkwrapper
{
    display: inline;
    padding: 0 8px;
}

.fbpgro_link
{
    color: #121212;
    line-height: 1.1em;
}

.fbpgro_playpause .fbrot_pause
{
    display: none;
}

.fbpgro_playpause .fbrot_play
{
    display: inline-block;
}

.fbpgro_playpause.fbpgro_play .fbrot_pause
{
    display: inline-block;
}

.fbpgro_playpause.fbpgro_play .fbrot_play
{
    display: none;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Photo Gallery Rotator ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Media Rotator ]-=-=-=-=-=-=-=-=-=-=- */
/* (simplified photogallery rotator) */
.fbcms_media
{
    position: relative;
}

    .fbcms_media.fbcmsrotator,
    .fbcms_media .fbcms_imagerotator,
    .fbcms_media .fbcms_imagerotator .cycle-slide,
    .fbcms_media .fbcms_imagerotator .slide .slide-image,
    .fbcms_media .fbcms_imagerotator .slide img
    {
        display: inline-block;
    }

        .fbcms_media .fbcms_imagerotator .cycle-slide
        {
            display: inline-block !important;
            width: auto;
        }

    .fbcms_media .fbpgro_button
    {
        position: absolute;
        height: 1.5rem;
        line-height: 1.5rem;
        width: 1.5rem;
        text-align: center;
        vertical-align: middle;
        text-shadow: 1px 1px 0 #555, -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
        z-index: 205;
        color: #efefef;
        outline: 0;
        font-size: 1rem;
    }

        .fbcms_media .fbpgro_button.fbpgro_next,
        .fbcms_media .fbpgro_button.fbpgro_prev
        {
            font-size: 1.6rem;
            margin-bottom: 3px;
            margin-top: -2px;
        }

            .fbcms_media .fbpgro_button.fbpgro_next.fbcpgro_over,
            .fbcms_media .fbpgro_button.fbpgro_prev.fbcpgro_over
            {
                bottom: 50%;
                transform: translateY(50%);
            }

            .fbcms_media .fbpgro_button.fbpgro_next.fbcpgro_over
            {
                right: 0;
            }

            .fbcms_media .fbpgro_button.fbpgro_prev.fbcpgro_over
            {
                left: 0;
            }

        .fbcms_media .fbpgro_button.fbcpgro_large
        {
            font-size: 3rem;
            height: 3rem;
            width: 3rem;
        }

        .fbcms_media .fbpgro_button:hover,
        .fbcms_media .fbpgro_button:focus
        {
            /*background-color: #000000;*/
            color: #555;
            text-shadow: 1px 1px 0 #efefef, -1px -1px 0 #efefef, 1px -1px 0 #efefef, -1px 1px 0 #efefef, 1px 1px 0 #efefef;
        }

        .fbcms_media .fbpgro_button .screen-reader-text
        {
            color: #efefef;
            background-color: #555;
        }

            .fbcms_media .fbpgro_button .screen-reader-text:hover,
            .fbcms_media .fbpgro_button .screen-reader-text:focus
            {
                background-color: #efefef;
                color: #555;
            }

    .fbcms_media .fbpgro_pager
    {
        position: absolute;
        height: 1.5rem;
        text-align: right;
        z-index: 205;
    }

        .fbcms_media .fbpgro_pager > span
        {
            display: inline-block;
            height: 15px;
            width: 15px;
            vertical-align: middle;
            text-align: center;
            text-indent: -9999px;
            border-width: 3px;
            border-color: #ffffff;
            border-style: solid;
            border-radius: 10px;
            margin: 5px 4px;
            background-color: #ffffff;
            cursor: pointer;
            box-shadow: 0 0 0 1px #555;
        }

            .fbcms_media .fbpgro_pager > span:hover,
            .fbcms_media .fbpgro_pager > span:focus
            {
                background-color: #555;
                border-color: #555;
                color: #fff;
                box-shadow: 0 0 0 1px #efefef;
            }

            .fbcms_media .fbpgro_pager > span.cycle-pager-active,
            .fbcms_media .fbpgro_pager > span.cycle-pager-active:hover,
            .fbcms_media .fbpgro_pager > span.cycle-pager-active:focus
            {
                background-color: transparent;
            }

    .fbcms_media .fbcms_media_caption
    {
        font-size: 85%;
        font-weight: lighter;
        font-style: italic;
        padding-bottom: 5px;
    }

/* -=-=-=-=-=-=-=-=-=-=-[ END Media Rotator ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ General Cards Layout ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_cards
{
    margin: 0;
    width: 100%;
    margin-bottom: 25px;
}

    .fbcms_cards > .fbcms_card
    {
        display: inline-block;
    }

.fbcms_cards
{
    position: relative;
    display: -webkit-flex;
    display: flex;
    /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    flex-wrap: wrap;
    margin: 0 -5px;
}

    .fbcms_cards > .fbcms_card
    {
        position: relative;
        vertical-align: top;
        letter-spacing: 0;
        padding: 0 5px 15px;
        text-align: left;
        margin: 0;
        list-style: none;
    }

    .fbcms_cards.cardlayout_colossal > .fbcms_card
    {
        width: 12.5%;
    }

    .fbcms_cards.cardlayout_titanic > .fbcms_card
    {
        width: 14.2%;
    }

    .fbcms_cards.cardlayout_massive > .fbcms_card
    {
        width: 16.6%;
    }

    .fbcms_cards.cardlayout_huge > .fbcms_card
    {
        width: 19.9%;
    }

    .fbcms_cards.cardlayout_wide > .fbcms_card
    {
        width: 24.9%;
    }

    .fbcms_cards.cardlayout_medium > .fbcms_card
    {
        width: 32.9%;
    }

    .fbcms_cards.cardlayout_small > .fbcms_card
    {
        width: 49.9%;
    }

    .fbcms_cards.cardlayout_narrow > .fbcms_card
    {
        width: 100%;
    }

.fbcms_card .fbcms_card_liner
{
    padding: 5px;
    position: relative;
    display: block;
    text-decoration: inherit;
    color: inherit;
    overflow: hidden;
}

.fbcms_cards .fbcms_card .fbcms_card_skiplinks
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: all .5s ease-in-out;
    padding: 0 5px;
}

.fbcms_card .fbcms_card_liner,
.fbcms_cards .fbcms_card .fbcms_card_skiplinks
{
    background-color: #f3f3f3;
}

    .fbcms_cards .fbcms_card .fbcms_card_skiplinks .skiplink
    {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .5s ease-in-out;
        height: 0;
        vertical-align: bottom;
        overflow: hidden;
        /* because chromium */
    }

.fbcms_cards .fbcms_card_skiplinks.hoverfocus
{
    height: 18px;
}

.fbcms_cards .fbcms_card_skiplinks .skiplink:focus
{
    height: 100%;
}

.fbcms_cards .fbcms_card_image
{
    width: 100%;
    height: auto;
    transition: box-shadow .5s ease-in-out;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.fbcms_cards .fbcms_card_imagelink:focus .fbcms_card_image
{
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
}

.fbcms_cards .fbcms_card_imagelink
{
    display: block;
    line-height: 0;
}

.fbcms_cards .fbcms_card_name
{
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

.fbcms_cards .fbcms_card_desc
{
    display: block;
    padding-top: 5px;
}

.fbcms_cards .fbcms_card_link
{
    padding-top: 5px;
    display: block;
    text-decoration: underline;
}

    .fbcms_cards .fbcms_card_link:hover
    {
        text-decoration: none;
    }

@media only screen and (max-width: 767px)
{
    .fbcms_cards.cardlayout_colossal > .fbcms_card
    {
        width: 25%;
    }

    .fbcms_cards.cardlayout_titanic > .fbcms_card
    {
        width: 33%;
    }

    .fbcms_cards.cardlayout_massive > .fbcms_card
    {
        width: 33%;
    }

    .fbcms_cards.cardlayout_huge > .fbcms_card
    {
        width: 49.9%;
    }

    .fbcms_cards.cardlayout_wide > .fbcms_card
    {
        width: 49.9%;
    }

    .fbcms_cards.cardlayout_medium > .fbcms_card
    {
        width: 100%;
    }

    .fbcms_cards.cardlayout_small > .fbcms_card
    {
        width: 100%;
    }

    .fbcms_cards.cardlayout_narrow > .fbcms_card
    {
        width: 100%;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ END General Cards Layout ]-=-=-=-=-=-=-=-=-=-=- */

/* Spotlight Cards Tweaks */
.fbcms_spotcard_link
{
    display: block;
    text-decoration: inherit;
}

/* END Spotlight Cards Tweaks */

/*
===========================================================
  Emergency Alert
===========================================================
*/
#fbcms_ea_shadowBox
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0 0 0 / 70%);
    backdrop-filter: blur(2px);
    z-index: 9998;
}

.fbcms_editmode #fbcms_ea_shadowBox
{
    display: none;
}

.fbcms_emergencyAlert
{
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
    min-height: 280px;
    max-height: calc(100% - 150px);
    overflow: auto;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    z-index: 9998;
    border: solid 2px #000000;
    border-radius: 5px;
}

.fbcms_editmode .fbcms_emergencyAlert
{
    display: block;
    border: none;
    position: static;
    margin-left: 0;
    min-height: 30px;
    transform: none;
}

.fbcms_emergencyAlert #closeAlert
{
    border: none;
    background-color: transparent;
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 4px 6px 3px;
    border: solid 2px #000;
    cursor: pointer;
}
.fbcms_emergencyAlert #closeAlert:hover 
{
    color: #000;
    background: #fff;
}

    .fbcms_emergencyAlert #closeAlert:focus-visible
    {
        outline: solid 1px #000;
    }

.fbcms_editmode .fbcms_emergencyAlert #closeAlert
{
    display: none;
}

.fbcms_emergencyAlert .fbcms_news_headlines_title
{
    border-bottom: solid 2px #F1F0EB;
    margin-bottom: 15px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #C3211F;
    /* Red */
}

.fbcms_emergencyAlert .fbcms_headline_list_content
{
    /*background: url(../Images/icon_exclamation.gif) 0 0 no-repeat;*/
    padding: 0 0 10px;
    min-height: 60px;
    position: relative;
}

    .fbcms_emergencyAlert .fbcms_headline_list_content .fbcms_article_title a,
    .fbcms_emergencyAlert .fbcms_headline_list_content .fbcms_article_date,
    .fbcms_emergencyAlert .fbcms_headline_list_content .fbcms_article_detail a
    {
        color: #C3211F;
        /* Red */
        display: block;
    }

/*
===========================================================
  End Emergency Alert
===========================================================
*/

/*
===========================================================
  Tabs
===========================================================
*/
.fbcms_tabset .tabset_titlecontainer
{
    display: table;
}

    .fbcms_tabset .tabset_titlecontainer .tabset_title
    {
        display: table-cell;
        cursor: pointer;
    }

.fbcms_tabset .tabset_title_header
{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.fbcms_tabset .tabset_title .fbcms_content
{
    display: block;
    text-decoration: none;
}

.fbcms_tabset .tabset_titlecontainer .tabset_title.active
{
    cursor: default;
}

.fbcms_tabset .tabset_contentcontainer .tabset_content
{
    display: none;
}

    .fbcms_tabset .tabset_contentcontainer .tabset_content.active
    {
        display: block;
    }

/*
===========================================================
  End Tabs
===========================================================
*/

/*
===========================================================
  Fly-Up Tab
===========================================================
*/
.flyup_container
{
    margin: 0;
}

.flyup_drawer
{
    width: 100%;
}

.flyup_tabcontainer
{
    width: 100%;
    margin: 0 auto;
}

.flyup_tab
{
    display: inline-block;
    width: auto;
    min-width: 190px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    padding: 9px 40px 7px 12px;
    border-radius: 10px 10px 0 0;
    margin-left: 30px;
}

.flyup_slide
{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 25px 40px 25px 33px;
}

.fbcms_editmode .flyup_slide
{
    border-radius: 0;
}

.fbcms_editmode .flyup_container
{
    margin: 0;
}

.fbcms_editmode .flyup_drawer
{
    position: static !important;
}

.fbcms_editmode .flyup_slide
{
    padding: 12px;
}

.flyup_tab:after
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent currentColor transparent;
    position: absolute;
    top: 14px;
    right: 19px;
}

.flyup_expanded .flyup_tab:after
{
    border-width: 5px 4px 0 4px;
    border-color: currentColor transparent transparent transparent;
}

.flyup_tab:hover,
.flyup_tab:focus
{
    text-decoration: underline;
}

    .flyup_tab:hover:after,
    .flyup_tab:focus:after
    {
        border-color: transparent transparent currentColor transparent;
    }

.flyup_expanded .flyup_tab:hover:after,
.flyup_expanded .flyup_tab:focus:after
{
    border-color: currentColor transparent transparent transparent;
}

.fbcms_editmode .flyup_tab:after
{
    display: none;
}

@media only screen and (max-width: 767px)
{
    .flyup_drawer
    {
        position: static !important;
    }

    .flyup_tab:after
    {
        display: none;
    }

    .flyup_slide
    {
        width: 100%;
        padding: 12px;
    }
}

/*
===========================================================
  END Fly-Up Tab
===========================================================
*/


/*
===========================================================
  Generic User Styles
===========================================================
*/
.fbcms_richtext .content_warning,
body.fr-view .content_warning
{
    color: #CC0000;
}

/*
===========================================================
  END Generic User Styles
===========================================================
*/


/* -=-=-=-=-=-=-=-=-=-=-[ Multi-Calendar Selector ]-=-=-=-=-=-=-=-=-=-=- */

.display_grid_button,
.display_list_button
{
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 18px;
}

    .display_grid_button:hover,
    .display_list_button:hover,
    .display_grid_button:focus,
    .display_list_button:focus,
    .display_grid_button.selected,
    .display_list_button.selected
    {
        background-color: #acacac;
    }

.fbcms_calendar_selector_container .ui-multiselect
{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.fbcms_calendar_selector_container .selected_calendars
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
}

    .fbcms_calendar_selector_container .selected_calendars .ui-multiselect-menu[style]
    {
        left: 0 !important;
    }

.fbcms_calendar_selector_container.fbcms_content .ui-multiselect-checkboxes li,
.fbcms_calendar_selector_container.fbcms_content .ui-helper-reset li
{
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.fbcms_calendar_selector_container .ui-multiselect-checkboxes,
.fbcms_calendar_selector_container .ui-helper-reset
{
    margin-top: 0;
    margin-bottom: 0;
}


/* -=-=-=-=-=-=-=-=-=-=-[ END Multi-Calendar Selector ]-=-=-=-=-=-=-=-=-=-=- */



/* ======= begin CALENDAR EVENT DETAILS ======= */


.mini_day_calendar .event_details_closed
{
    background: url(/Areas/Core/Images/button_downBlackOnWhite.gif) 0 0 no-repeat;
    background-position: 100% 8px;
}

    .mini_day_calendar .event_details_closed:hover,
    .mini_day_calendar .event_details_closed:focus
    {
        background: url(/Areas/Core/Images/button_downGrayOnWhite.gif) 0 0 no-repeat;
        background-position: 100% 8px;
        cursor: pointer;
    }

.mini_day_calendar .event_details_open
{
    background: url(/Areas/Core/Images/button_upBlackOnWhite.gif) 0 0 no-repeat;
    background-position: 100% 8px;
}

    .mini_day_calendar .event_details_open:hover,
    .mini_day_calendar .event_details_open:focus
    {
        background: url(/Areas/Core/Images/button_upGrayOnWhite.gif) 0 0 no-repeat;
        background-position: 100% 8px;
        cursor: pointer;
    }


.fbcms_calendar_grid .event_details,
.fbcms_calendar_list_with_nav .event_details
{
    display: none;
}

.event_row:hover,
.event_row:focus
{
    cursor: pointer;
    background-color: #FFFFCC;
}

.ui-dialog .ui-dialog-content.event_details,
.ui-dialog .ui-dialog-content.mini_day_calendar_wrapper
{
    width: 100% !important;
}

    .ui-dialog .ui-dialog-content.mini_day_calendar_wrapper .mini_day_calendar
    {
        max-width: 100%;
        min-width: none;
        /* ? */
        width: 100%;
    }

.event_details .registration_link
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.event_details .event_title,
.fbcms_calendar_list .name .event_title,
.fbcms_upcoming_event .name .event_title
{
}

.event_details .event_detail.day,
.event_details .event_detail.time,
.event_details .event_detail.location,
.event_details .event_detail.calendar
{
    font-size: 80%;
}
.event_details .event_detail.calendar
{
    font-style: italic;
}
.event_details .event_detail:before
{
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: .5em;
    width: 1em;
    text-align: center;
}
.event_details .event_detail.day:before
{
    content: "\f133";
}
.event_details .event_detail.time:before
{
    content: "\f017";
}
.event_details .event_detail.location:before
{
    content: "\f3c5";
    font-weight: 900;
}

.event_details .event_cancelled,
.fbcms_calendar_list .name .event_cancelled,
.fbcms_upcoming_event .name .event_cancelled
{
    text-transform: uppercase;
    font-weight: bold;
    color: #CE0000;
}

.event_details .event-registration-closed,
.fbcms_calendar_list .event-registration-closed,
.fbcms_upcoming_event .event-registration-closed
{
    color: #CE0000;
    font-weight: bold;
}

.event_details .event-registration-open,
.fbcms_calendar_list .event-registration-open,
.fbcms_upcoming_event .event-registration-open
{
    color: #005E00;
    font-weight: bold;
}


.event_details .registration_closed
{
}

.event_details .registration_link a
{
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}

    .event_details .registration_link a:hover
    {
        background: #222;
        color: #fff;
    }

.event_details .summary
{
}

.event_details .toggle_button_wrapper
{
}

.event_details .toggle_button
{
}

.event_row .event_details .details
{
    display: none;
}

.fbcms_calendar_list_with_nav .event_details .details
{
    display: none;
}

.fbcms_calendar_grid .event_details .details
{
}


.event_details .name
{
    font-weight: bold;
}

.event_details .calendar
{
}

.event_details .day
{
}

.event_details .time
{
}

.event_details .location
{
}

.event_details .cost
{
}

.event_details .description
{
}

/* ======= end CALENDAR EVENT DETAILS ========= */

.show_ical_button
{
    cursor: pointer;
    border: none;
    color: transparent;
    background-color: transparent;
    padding: 0;
    /*width: 25px;
    height: 25px;
    padding: 0;
    
    background:url(/Areas/Core/Images/icon_ical.png) no-repeat;
    background-position: center;*/
}

    .show_ical_button img
    {
        border: none;
        width: 20px;
        height: 21px;
        vertical-align: middle;
    }

    .show_ical_button:hover,
    .show_ical_button:focus
    {
        background-color: #dadada;
        font-weight: normal;
    }

/* === begin MINI DAY DETAILS ============================================================== */

.mini_day_calendar_wrapper
{
    display: none;
}

.mini_day_calendar
{
    min-width: 200px;
    width: 200px;
    max-width: 200px;
}

    .mini_day_calendar .month_table
    {
        margin-top: 5px;
        margin-bottom: 10px;
        width: 100%;
    }

    .mini_day_calendar .month_header
    {
        color: #ffffff;
        padding: 2px;
        padding-left: 6px;
        padding-right: 16px;
        background-color: #666666;
        text-align: left;
        font-weight: bold;
    }

    .mini_day_calendar tbody td
    {
        padding: 4px 8px 4px 4px;
        border-bottom: solid 1px #C0C0C0;
    }


    .mini_day_calendar .event_row .event_details
    {
    }

    .mini_day_calendar .event_row .time
    {
        font-weight: bold;
    }

    .mini_day_calendar .event_row .details .time
    {
        font-weight: normal;
        display: none;
    }

/* === end MINI DAY DETAILS ============================================================== */


/* === begin CALENDAR ICAL SUBSCRIPTION FORM ============================================= */

.calendar_subscription_view
{
    text-align: left;
}

    .calendar_subscription_view .instructions
    {
    }

    .calendar_subscription_view .feeds
    {
        margin: 10px 0 10px 0;
    }

        .calendar_subscription_view .feeds .feed
        {
            padding: 10px;
            margin-bottom: 5px;
            border: 1px solid #777;
        }

            .calendar_subscription_view .feeds .feed .name
            {
                font-weight: bold;
            }

            .calendar_subscription_view .feeds .feed .url_to_copy
            {
                display: flex;
                width: 100%;
            }

                .calendar_subscription_view .feeds .feed .url_to_copy label
                {
                    white-space: nowrap;
                    margin-right: 0.2em;
                }

                .calendar_subscription_view .feeds .feed .url_to_copy input
                {
                    min-width: 300px;
                }

                .calendar_subscription_view .feeds .feed .url_to_copy button
                {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                    border: 1px solid #888888;
                    border-top-right-radius: 0.2em;
                    border-bottom-right-radius: 0.2em;
                    border-left-width: 0;
                }

                .calendar_subscription_view .feeds .feed .url_to_copy a
                {
                    display: inline-block;
                    background: transparent url("/Areas/Core/Images/icon_ical.png") center left no-repeat;
                    width: 20px;
                    color: transparent;
                    overflow: hidden;
                }

            .calendar_subscription_view .feeds .feed .url_to_click
            {
            }

            .calendar_subscription_view .feeds .feed .description
            {
            }

/* === end CALENDAR ICAL SUBSCRIPTION FORM =============================================== */

/* === begin NEWS RSS SUBSCRIPTION FORM ============================================= */

.news_subscription_view
{
    text-align: left;
}

    .news_subscription_view .instructions
    {
    }

    .news_subscription_view .feeds
    {
        margin: 10px 0 10px 0;
    }

        .news_subscription_view .feeds .feed
        {
            padding: 10px;
            margin-bottom: 5px;
            border: 1px solid #777;
        }

            .news_subscription_view .feeds .feed .name
            {
                font-weight: bold;
            }

            .news_subscription_view .feeds .feed .url_to_copy
            {
                width: 100%;
            }

                .news_subscription_view .feeds .feed .url_to_copy label
                {
                }

                .news_subscription_view .feeds .feed .url_to_copy input
                {
                    width: 350px;
                }

                .news_subscription_view .feeds .feed .url_to_copy a
                {
                    display: inline-block;
                    background: transparent url("/Areas/Core/Images/icon_ical.png") center left no-repeat;
                    width: 20px;
                    color: transparent;
                    overflow: hidden;
                }

            .news_subscription_view .feeds .feed .url_to_click
            {
            }

            .news_subscription_view .feeds .feed .description
            {
            }

/* === end NEWS RSS SUBSCRIPTION FORM =============================================== */

/*
===========================================================
  File Download Extension
===========================================================
*/
.fbcms_filedownload .download_ext_size
{
    font-size: 120%;
    margin-right: 4px;
}

.fbcms_filedownload.fbcms_filedownload_audio
{
    font-size: 1.5em;
    line-height: 2em;
}
.fbcms_filedownload.fbcms_filedownload_audio .document_download
{
    display: inline-block;
    vertical-align: top;
}

/*
===========================================================
  END File Download Extension
===========================================================
*/

/*
===========================================================
  jQuery Popups
===========================================================
*/
.page_body .ui-dialog
{
    z-index: 1001;
}

.page_body .ui-widget-overlay
{
    z-index: 1000;
}

/*
===========================================================
  END jQuery Popups
===========================================================
*/
/*
===========================================================
  Video Wrapper for responsive
===========================================================
*/
.videoWrapper
{
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*
===========================================================
  END Video Wrapper for responsive
===========================================================
*/


/* ---------- Tag Group / Category Item Display -------- */
.tagcategorytitles
{
    display: block;
}

/* -------- END Tag Group / Category Item Display ------ */

/* ---------- Tag / Category Search Widget ------------- */
.tcsf_display
{
    margin-left: 3px;
    padding-right: 5px;
    font-weight: normal;
}

    .tcsf_display .category
    {
        vertical-align: middle;
        line-height: 200%;
        padding: 5px;
        margin: 5px 0;
        border-top: 1px #cccccc solid;
    }

        .tcsf_display .category:last-child
        {
            border-bottom: 1px #cccccc solid;
        }

    .tcsf_display .category_name
    {
        font-weight: bold;
        padding-right: 5px;
    }

    .tcsf_display .toggle_button
    {
        margin-left: 3px;
        font-size: 140%;
    }

    .tcsf_display .items
    {
        margin-left: 5px;
    }

    .tcsf_display .category_topper
    {
        display: block;
        width: 100%;
        height: 100%;
    }

        .tcsf_display .category_topper a
        {
            float: right;
        }

        .tcsf_display .category_topper span,
        .tcsf_display .category_topper a,
        .tcsf_display .item input,
        .tcsf_display .item span
        {
            display: inline-block;
        }

    .tcsf_display .item input
    {
        margin: 0 5px 0 0;
        vertical-align: calc(-11%);
    }

/* -------- END Tag / Category Search Widget ----------- */

/* ---------- Ajax Content Pager ----------------------- */
.fbcms_contentheader .fbcms_ajcp
{
    float: right;
}

.ajcp_button
{
    font-size: 22px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

    .ajcp_button .fb-icon
    {
        height: 0.8em;
        width: 0.8em;
    }

    .ajcp_button:not(.disable_button):hover,
    .ajcp_button:not(.disable_button):focus
    {
        text-decoration: underline;
    }

    .ajcp_button.disable_button
    {
        color: #666666;
    }

    .ajcp_button.ajcp_active
    {
    }

/* -------- END Ajax Content Pager --------------------- */

/*
===========================================================
  END Shared Data Display Components
===========================================================
*/


/*
===========================================================
  Stories
===========================================================
*/

/* ================ Story Pager ======================== */
.fbcms_contentheader .fbcms_story_pager
{
    float: right;
}

.story_button
{
    font-size: 22px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

    .story_button.disable_button
    {
        color: #666666;
    }

    .story_button.story_pager_active
    {
    }

/* ================ END Story Pager ==================== */

/* ================ General Story Styling ============== */
.story .story_storydate,
.story .story_subtitle,
.story .story_byline,
.story .story_summary,
.story .story_dateline
{
    display: block;
}

.story .story_largeimage,
.story .story_thumbnail
{
    display: block;
    max-width: 100%;
}

.story .story_subtitle p:last-child,
.story .story_byline p:last-child,
.story .story_summary p:last-child
{
    margin-bottom: 0;
}

.story .category_container
{
    display: block;
}

.story .category_title,
.story .categoryitem_title
{
    display: inline-block;
}

.story .tagcategorytitles
{
    font-size: 80%;
}

.story .category_container
{
    margin-right: 3px;
}

.story .category_title
{
    font-weight: bold;
    margin-right: 3px;
}

.story .categoryitem_title
{
    font-style: italic;
    margin-right: 3px;
}

    .story .categoryitem_title:after
    {
        content: ',';
    }

    .story .categoryitem_title:last-child:after
    {
        content: unset;
    }

.story .story_subtitle
{
    font-size: 90%;
}

.story .story_byline
{
    font-size: 80%;
}

.story .storymedia,
.story .storymedia_video
{
    display: block;
}

/* ================ END General Story Styling ========== */

/* ================ Story Gallery ====================== */
.fbcms_storylist .story
{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    .fbcms_storylist .story.Wrap .story_thumbnail
    {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

/* ================ END Story Gallery ================== */

/* ================ Story Search ======================= */
.story_search_form
{
    margin-bottom: 10px;
    max-width: 400px;
}

.fbss_sbs .story_search_form
{
    max-width: auto;
}

.story_search_form .search_filter
{
    margin-bottom: 20px;
}

    .story_search_form .search_filter input
    {
        max-width: 100%;
    }

    .story_search_form .search_filter label
    {
        font-weight: bold;
        display: inline-block;
        min-width: 3.8em;
    }

    .story_search_form .search_filter.date_range_filter input
    {
        min-width: 130px;
        width: calc(100% - 5em);
    }

    .story_search_form .search_filter.date_range_filter label
    {
        text-align: right;
        padding-right: 1em;
    }

.story_search_form .search_filter_label
{
    display: none;
    margin-bottom: 5px;
}


.story_search_form .category_filter .category
{
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    margin-bottom: -1px;
    border-collapse: collapse;
    padding-top: 5px;
    padding-bottom: 5px;
}

.story_search_form .category_filter .category_topper
{
    display: block;
    width: 100%;
    height: 100%;
}

    .story_search_form .category_filter .category_topper a
    {
        float: right;
    }

.story_search_form .date_range_filter .clear_input
{
    cursor: pointer;
}

.story_search_form .date_start_filter,
.story_search_form .date_end_filter
{
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
}

.story_search_form .search_buttons button
{
    font-size: .825rem;
    font-weight: bold;
    text-transform: uppercase;
    color: currentColor;
    box-sizing: content-box;
    padding: .75em 1.5em;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 3px;
}

    .story_search_form .search_buttons button:hover,
    .story_search_form .search_buttons button:focus
    {
        background-color: #747474;
        color: #fff;
    }

.story_search_results .story
{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

    .story_search_results .story .file_title
    {
        font-size: 150%;
        font-weight: bold;
    }

    .story_search_results .story .details_button
    {
    }

        .story_search_results .story .details_button.details_closed
        {
        }

    .story_search_results .story .extended_details
    {
    }

        .story_search_results .story .extended_details.details_closed
        {
        }

.story_search_results .story_thumbnail
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px)
{
    .story_search.fbss_sbs
    {
        display: flex;
    }

    .fbss_sbs .story_search_form
    {
        width: 30%;
        padding-right: 20px;
        order: 0;
    }

        .fbss_sbs .story_search_form .date_start_filter,
        .fbss_sbs .story_search_form .date_end_filter
        {
            margin-right: 0;
            display: block;
        }

    .fbss_sbs .story_search_results
    {
        width: 70%;
        order: 1;
    }

    .fbcms_contentfooter.fbss_sbs
    {
        padding-left: 30%;
    }

    .fbss_sbs .story_search_form .search_filter label
    {
        min-width: 3.75em;
        padding-right: 10px;
    }
}

/* ================ END Story Search =================== */

/* ================ Story Item Menu ==================== */
.fbcms_story_itemmenu ul.story_itemmenu
{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.fbcms_story_itemmenu li.storycategory
{
    margin-left: 0;
    background: none;
    list-style: none;
    padding-left: 0;
}

.storycategoryitem
{
    display: block;
}

.fbcms_story_itemmenu .storycategoryitem_description p:last-child
{
    margin-bottom: 0;
}

.storycategoryitem .storycategoryitem_thumbnail
{
    display: block;
}

/* ================ END Story Item Menu ================ */

/* ================ Story List ========================= */
.story_list_result
{
    background-color: transparent;
    transition: background-color .5s linear;
}

.fbcms_activestory
{
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color .5s linear;
}

.fbcms_linkedstory
{
    cursor: pointer;
}

.fbcms_story_block
{
    position: relative;
}

    .fbcms_story_block .story_overlay
    {
        display: none;
    }

    .fbcms_story_block.story_loading .story_overlay
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(155, 155, 155, 0.5);
        text-align: center;
    }

    .fbcms_story_block .story_overlay > div
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fbcms_story_block .story_overlay .loading_image
    {
        background-color: #ffffff;
        border-radius: 50%;
        padding: 6px;
        box-shadow: 0 1px 3px rgba(0 0 0 / 60%);
    }

    .fbcms_story_block .story_overlay .message_text
    {
        font-weight: bold;
        color: #ffffff;
        text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    }

/* ================ END Story Menu ===================== */

/* ================ Story Block ======================== */

/* ================ END Story Block ==================== */

/*
===========================================================
  END Stories
===========================================================
*/

/*
===========================================================
  Shared Data Display Components
===========================================================
*/


/*
===========================================================
  Job Boards
===========================================================
*/

/* ================ Job Board Pager ======================== */
.fbcms_contentheader .fbcms_jobboard_pager
{
    float: right;
}

.jobboard_button
{
    font-size: 22px;
    cursor: pointer;
    margin: 0 1px;
    text-decoration: none;
}

    .jobboard_button.disable_button
    {
        color: #666666;
    }

    .jobboard_button.jobboard_pager_active
    {
    }

/* ================ END Job Board Pager ==================== */

/* ================ General Job Board Styling ============== */

.jobboard.fbcms_linkedjobboard:hover,
.jobboard.fbcms_linkedjobboard:focus
{
    background-color: #f3f3f3;
}

.jobboard .jb_label,
.jobboard .jb_value
{
    display: inline-block;
}

.jobboard .jobboard_summary .jb_value,
.jobboard .jobboard_description .jb_value,
.jobboard .jobboard_requirements .jb_value,
.jobboard .jobboard_instructions .jb_value
{
    display: block;
}


.jobboard .jb_label
{
    font-weight: bold;
    margin-right: 5px;
}

.jobboard .jobboard_posted,
.jobboard .jobboard_deadline,
.jobboard .jobboard_wage,
.jobboard .jobboard_hours,
.jobboard .jobboard_summary,
.jobboard .jobboard_description,
.jobboard .jobboard_requirements,
.jobboard .jobboard_instructions
{
    display: block;
}

.jobboard .jobboard_subtitle p:last-child,
.jobboard .jobboard_byline p:last-child,
.jobboard .jobboard_summary p:last-child
{
    margin-bottom: 0;
}

.jobboard .category_container
{
    display: block;
}

.jobboard .category_title,
.jobboard .categoryitem_title
{
    display: inline-block;
}

.jobboard .tagcategorytitles
{
}

.jobboard .category_container
{
    margin-right: 3px;
}

.jobboard .category_title
{
    font-weight: bold;
    margin-right: 3px;
}

.jobboard .categoryitem_title
{
    margin-right: 3px;
}

    .jobboard .categoryitem_title:after
    {
        content: ',';
    }

    .jobboard .categoryitem_title:last-child:after
    {
        content: unset;
    }

.jobboard ul:first-child
{
    margin-top: 0;
}

/* ================ END General Job Board Styling ========== */

/* ================ Job Board Search ======================= */
.jobboard_search_form
{
    margin-bottom: 10px;
    max-width: 400px;
}

.fbjb_sbs .jobboard_search_form
{
    max-width: auto;
}

.jobboard_search_form .search_filter
{
    margin-bottom: 20px;
}

    .jobboard_search_form .search_filter .category_name,
    .jobboard_search_form .search_filter.text_filter label
    {
        font-weight: bold;
    }
    .jobboard_search_form .search_filter label
    {
        display: inline-block;
        min-width: 85px;
    }

    .jobboard_search_form .search_filter.date_range_filter input
    {
        width: calc(100% - 6em);
    }

    .jobboard_search_form .search_filter.date_range_filter label
    {
        text-align: right;
        padding-right: 20px;
    }

.jobboard_search_form .search_filter_label
{
    display: none;
    margin-bottom: 5px;
}


.jobboard_search_form .category_filter .category
{
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    margin-bottom: -1px;
    border-collapse: collapse;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jobboard_search_form .category_filter .category_topper
{
    display: block;
    width: 100%;
    height: 100%;
}

    .jobboard_search_form .category_filter .category_topper a
    {
        float: right;
    }

.jobboard_search_form .date_range_filter .clear_input
{
    cursor: pointer;
}

.jobboard_search_form .date_start_filter,
.jobboard_search_form .date_end_filter
{
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
}

.jobboard_search_results .jobboard
{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 1em;
    border: solid 1px var(--Color_Accent, hsl(from currentColor h s l / 0.2));

    container-type: inline-size;
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: .25em 2rem;
}
.jobboard_search_results .jobboard > *
{
    grid-column-end: span 2;
}
@container (min-width: 400px) 
{
    .jobboard_search_results .jobboard > .jobboard_wage,
    .jobboard_search_results .jobboard > .jobboard_hours 
    {
        grid-column-end: span 1;
    }
}

.jobboard_list_result.jobboard .jobboard_title
{
    font-size: 150%;
    font-weight: bold;
}

.jobboard_list_result.jobboard .details_button
{
    display: inline-block;
    max-width: fit-content;
    margin-top: .5em;
    font-weight: bold;
}

    .jobboard_list_result.jobboard .details_button.details_closed
    {
    }

.jobboard_list_result.jobboard .extended_details
{
}

    .jobboard_list_result.jobboard .extended_details.details_closed
    {
    }

.jobboard_search_form input#SearchText {
    width: 100%;
}

@media only screen and (min-width: 768px)
{
    .fbcms_jobboard_search 
    {
        container-type: inline-size;
    }
    .jobboard_search.fbjb_sbs
    {
        container-type: inline-size;
    }

    @container (min-width: 700px) 
    {
        .jobboard_search.fbjb_sbs
        {
            display: flex;
        }
        .fbjb_sbs .jobboard_search_form
        {
            width: 30%;
            padding-right: 2rem;
        }
        .fbjb_sbs .jobboard_search_results
        {
            width: 70%;
        }
    }

        .fbjb_sbs .jobboard_search_form .date_start_filter,
        .fbjb_sbs .jobboard_search_form .date_end_filter
        {
            margin-right: 0;
            display: block;
        }

    

    .fbcms_contentfooter.fbjb_sbs
    {
        padding-left: 30%;
    }

    .fbjb_sbs .jobboard_search_form .search_filter label
    {
        min-width: 3.75em;
        padding-right: 10px;
    }
}


/* ================ END Job Board Search =================== */

/* ================ Job Board Block ======================== */

/* ================ END Job Board Block ==================== */

/*
===========================================================
  END Job Boards
===========================================================
*/

/*
===========================================================
  Grid Layout
===========================================================
*/
@media only screen and (min-width: 500px)
{
    .fbcms_grid
    {
        width: 100%;
        display: grid;
        align-items: start;
        grid-gap: .5em;
        grid-template-columns: 1fr 1fr;
    }

        .fbcms_grid.gridlayout_1
        {
            grid-template-columns: 1fr;
        }
}

@media only screen and (min-width: 994px)
{
    .fbcms_grid.gridlayout_3
    {
        grid-template-columns: repeat(3, 1fr);
    }

    .fbcms_grid.gridlayout_4
    {
        grid-template-columns: repeat(4, 1fr);
    }

    .fbcms_grid.gridlayout_5
    {
        grid-template-columns: repeat(5, 1fr);
    }

    .fbcms_grid.gridlayout_6
    {
        grid-template-columns: repeat(6, 1fr);
    }

    .fbcms_grid.gridlayout_7
    {
        grid-template-columns: repeat(7, 1fr);
    }

    .fbcms_grid.gridlayout_8
    {
        grid-template-columns: repeat(8, 1fr);
    }
}

/*
===========================================================
  END Grid Layout
===========================================================
*/

/*
===========================================================
  Buildings
===========================================================
*/

/* ================ General Building Styling ============== */
.building_list .building
{
    height: 100%;
    margin-bottom: .5em;
}

.building_list .building_liner
{
    padding: 0.25em;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.building_list.gridlayout_1 .building_liner
{
    display: block;
    height: auto;
}

.building_list .building.has_moreinfo:hover .building_liner,
.building_list .building.has_moreinfo:focus .building_liner
{
    outline: solid 2px #000;
    text-decoration: none;
}

.building .building_name,
.building .building_phone,
.building .building_attendance,
.building .building_email,
.building .building_categories,
.building .building_address,
.building .building_details
{
    display: block;
}

.building .building_image
{
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}

.building .building_details
{
    margin-top: 10px;
}

.building_list .building .building_title
{
    font-size: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}

.building .building_address > span
{
    display: block;
}

.building .building_data,
.building .building_metadata
{
    margin-bottom: 10px;
}

.building .category_container
{
    display: block;
    font-size: 85%;
}

.building .category_title
{
    font-weight: bold;
    margin-right: 3px;
}

.building .categoryitem_title
{
    display: inline-block;
}

    .building .categoryitem_title:not(:last-child):after
    {
        content: ",";
        margin-right: 3px;
    }

.building_pop_link .building_button
{
    text-decoration: underline;
}

    .building_pop_link .building_button:hover,
    .building_pop_link .building_button:focus
    {
        text-decoration: none;
    }

@media only screen and (min-width: 500px)
{
    .building_list .building_link
    {
        display: grid;
        height: 100%;
        justify-items: start;
        align-content: end;
    }
}

/* ================ END General Building Styling ========== */

/* ================ Building Gallery ====================== */

/* ================ END Building Gallery ================== */

/* ================ Building Search ======================= */
.fbcms_building_search
{
    padding-bottom: 1rem;
}

.building_search_form
{
    margin-bottom: 10px;
}

.fbss_sbs .building_search_form
{
    max-width: auto;
}

.building_search_form .search_filter
{
    margin-bottom: 20px;
}

    .building_search_form .search_filter label
    {
        font-weight: bold;
        display: inline-block;
        min-width: 85px;
    }

.building_search_form .search_filter_label
{
    display: none;
    margin-bottom: 5px;
}

.building_search_form .category_filters
{
    display: flex;
    gap: 0 0.5em;
    flex-direction: row;
    flex-wrap: wrap;
}

    .building_search_form .category_filters label
    {
        display: block;
    }

.building_search_form input[type=text],
.building_search_form select
{
    background-color: rgba(0, 0, 0, .04);
    border: none;
    border-bottom: solid 2px #888;
    padding: 0.5em;
}

.building_search_form input[type=text]
{
    width: 350px;
    max-width: 100%;
}

.building_search_form .search_buttons button
{
    font-size: .825rem;
    font-weight: bold;
    text-transform: uppercase;
    color: currentColor;
    box-sizing: content-box;
    padding: .75em 1.5em;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 3px;
}

    .building_search_form .search_buttons button:hover,
    .building_search_form .search_buttons button:focus
    {
        background-color: #747474;
        color: #fff;
    }

@media only screen and (min-width: 768px)
{
    .building_search.fbb_sbs
    {
        display: flex;
    }

    .fbb_sbs .building_search_form
    {
        width: 30%;
        padding-right: 20px;
        order: 0;
    }

        .fbb_sbs .building_search_form .category_filters
        {
            flex-direction: column;
        }

    .fbb_sbs .building_search_results
    {
        width: 70%;
        order: 1;
    }

    .fbcms_contentfooter.fbb_sbs
    {
        padding-left: 30%;
    }

    .fbb_sbs .building_search_form .search_filter label
    {
        min-width: 3.75em;
        padding-right: 10px;
    }
}


/* ================ END Building Search =================== */

/* ================ Building List ========================= */
.fbcms_buildinglist
{
    padding-bottom: 1rem;
}

.building_list_result
{
    background-color: transparent;
    transition: background-color .5s linear;
}

.fbcms_building_block
{
    position: relative;
}

    .fbcms_building_block .building_overlay
    {
        display: none;
    }

    .fbcms_building_block.building_loading .building_overlay
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(155, 155, 155, 0.5);
        text-align: center;
    }

    .fbcms_building_block .building_overlay > div
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fbcms_building_block .building_overlay .loading_image
    {
        background-color: #ffffff;
        border-radius: 50%;
        padding: 6px;
        box-shadow: 0 1px 3px rgba(0 0 0 / 60%);
    }

    .fbcms_building_block .building_overlay .message_text
    {
        font-weight: bold;
        color: #ffffff;
        text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    }

/* ================ END Building List ===================== */

/* ================ Building Block ======================== */

/* ================ END Building Block ==================== */

/*
===========================================================
  END Buildings
===========================================================
*/


/* ================ Google Translate ======================== */
#f_googletranslator select
{
    padding: 1px 7px;
}

#footer a.goog-te-menu-value
{
    color: #555;
    text-decoration: none;
}

/* ================ END Google Translate ======================== */


/*
===========================================================
  BEGIN Site Map
===========================================================
*/


div#sitemaptreemenuarea ul li
{
    list-style-type: none;
}

.fbcms_sitemap
{
}

    .fbcms_sitemap ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .fbcms_sitemap .topTreeSection,
    .fbcms_sitemap .treeSection
    {
        margin-left: 0;
        padding: 0 0 0 0;
        list-style-type: none;
        color: #FF8040;
        text-align: left;
    }

        .fbcms_sitemap .topTreeSection .treeSection .treeSection
        {
            padding-left: 50px;
        }

    .fbcms_sitemap .treeItem > .treeMenuDefault > .treeSection
    {
        background-image: url("/Areas/Core/Images/tree/bypass.svg");
        background-repeat: repeat-y;
    }

    .fbcms_sitemap .treeItem.last > .treeMenuDefault > .treeSection
    {
        background-image: none;
    }

    .fbcms_sitemap .topTreeSection .treeItem,
    .fbcms_sitemap .treeSection .treeItem
    {
        list-style-type: none;
    }

ul.topTreeSection > .treeItem,
ul.treeSection > .treeItem
{
    margin: 0;
}

.fbcms_sitemap .treeSection .treeItem.last
{
    margin: 0px;
    background-image: none;
}

.fbcms_sitemap .treeSection .treeItem .contentRow:hover,
.fbcms_sitemap .treeSection .treeItem .contentRow:focus
{
}

.fbcms_sitemap .topTreeSection .treeTitle,
.fbcms_sitemap .treeSection .treeTitle
{
    padding-left: 5px;
}

    .fbcms_sitemap .topTreeSection .treeTitle:hover,
    .fbcms_sitemap .treeSection .treeTitle:hover
    {
        cursor: pointer;
    }

.fbcms_sitemap .topTreeSection .toggleIcon,
.fbcms_sitemap .treeSection .toggleIcon
{
    cursor: pointer;
    vertical-align: middle;
    background-color: #ffffff;
}

.fbcms_sitemap .closedSubTree > .treeMenuDefault
{
    display: none;
}

/*
===========================================================
  END Site Map
===========================================================
*/




/**************************************************************************
    BEGIN:  BULK FILE UPLOAD - Plupload CSS
**************************************************************************/

.file_upload
{
    width: 300px;
}

.plupload_filelist
{
    height: 2em;
    background: #F5F5F5;
}

    .plupload_filelist .uploadfile_row
    {
        border-bottom: 1px solid #777;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .plupload_filelist .uploadfile_row:hover
        {
            background-color: #ffffdd;
        }

.plupload_filelist_header,
.plupload_filelist_footer
{
    background: #DFDFDF;
    color: #42454A;
}

.plupload_filelist_header
{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #CDCDCD;
    font-weight: bold;
}

.plupload_filelist_footer
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #FFF;
}

.plupload_file_action button
{
    width: 16px;
    height: 16px;
    border: none;
    vertical-align: middle;
}

.plupload_progress
{
    width: 80px;
}

.plupload_uploading
{
    background: #ECF3DC url('/lib/plupload-2.3.9/jquery.plupload.queue/img/backgrounds.gif') no-repeat 0 -238px;
}

.plupload_done
{
    color: #AAA
}


.plupload_delete button
{
    background: url('/lib/plupload-2.3.9/jquery.plupload.queue/img/delete.gif');
    background-repeat: no-repeat;
    text-align: left;
}

.plupload_failed a
{
    background: url('/lib/plupload-2.3.9/jquery.plupload.queue/img/error.gif');
    cursor: default;
    background-repeat: no-repeat;
}

.plupload_done a
{
    background: url('/lib/plupload-2.3.9/jquery.plupload.queue/img/done.gif');
    cursor: default;
    background-repeat: no-repeat;
}

.plupload_progress,
.plupload_upload_status
{
    display: none;
}

.plupload_progress_container
{
    margin-top: 3px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1px;
}

.plupload_progress_bar
{
    width: 0px;
    height: 7px;
    background: #CDEB8B;
    display: block;
    font-size: 0;
    line-height: 0;
}

.plupload_droptext
{
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 165px;
}

@media screen and (max-width: 767px)
{
    .fbcms_custom_form .file_upload .fbcms_table_cell
    {
        display: inline-block;
        padding: 2px 6px;
    }

    .file_upload .fbcms_table_header
    {
        display: block;
    }

        .file_upload .fbcms_table_header .fbcms_table_cell
        {
            display: none;
        }

            .file_upload .fbcms_table_header .fbcms_table_cell:first-child
            {
                display: inline-block;
                visibility: hidden;
            }

                .file_upload .fbcms_table_header .fbcms_table_cell:first-child:before
                {
                    content: "File Details";
                    visibility: visible;
                }

    .plupload_filelist
    {
        display: block;
        height: auto;
        min-height: 2em;
    }

    .file_upload .fbcms_table_footer .fbcms_table_cell:first-child
    {
        display: none;
    }
}

/**************************************************************************
    END:  BULK FILE UPLOAD - Plupload CSS
**************************************************************************/

/* ================ BEGIN Expandable / Collapsible Content ======================= */

.fbcms_ec
{
    margin-bottom: 5px;
}
.fbcms_ec:before {
    content: "";
    display: block;
    clear: both;
}

.fbcms_ec_title
{
    padding: 6px 10px;
    background-color: #757575;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
}

    .fbcms_ec_title .fbcms_ec_titletext
    {
        margin: 0;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px);
        color: #ffffff;
    }

    .fbcms_ec_title:hover,
    .fbcms_ec_title:focus
    {
        cursor: pointer;
        background-color: #333333;
    }

    .fbcms_ec_title .fbcms_ec_titleicon
    {
        /*float:right;*/
        vertical-align: baseline;
    }

        .fbcms_ec_title .fbcms_ec_titleicon .ec_titleicon.titleicon_close:before
        {
            /* font awesome fa-minus-circle */
            content: "\f056";
            font-weight: 900;
            font-family: 'Font Awesome 5 Free';
        }

        .fbcms_ec_title .fbcms_ec_titleicon .ec_titleicon.titleicon_open:before
        {
            /* font awesome fa-plus-circle */
            content: "\f055";
            font-weight: 900;
            font-family: 'Font Awesome 5 Free';
        }

/*hides pseudo elements*/
.use_svg_fakit .ec_titleicon:before
{
    display: none;
}

/*hides open button when content is open*/
.fbcms_ec:not(.fbcms_ec_collapsed) .ec_titleicon.titleicon_open
{
    display: none;
}

/*hides close button when content is closed*/
.fbcms_ec.fbcms_ec_collapsed .ec_titleicon.titleicon_close
{
    display: none;
}

@media only screen
{
    .fbcms_ec .fbcms_ec_title ~ div
    {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
        max-height: 100000px;
        /* max-height: 10000px; */
        overflow: hidden;
    }

    .fbcms_ec.fbcms_ec_collapsed .fbcms_ec_title ~ *
    {
        opacity: 0;
        max-height: 0;
        margin: 0;
        display: none;
    }
}

/* ================ END Expandable / Collapsible Content ======================= */

/* ================ BEGIN Navigation Slider (OLD Styling) ======================= */
.page_body.navslideropen
{
    position: static;
}

.slide-opener .toggle_button
{
    cursor: pointer;
}

.slide-opener .hiddenslider
{
    display: none;
}

.slider-opener
{
    display: none;
}

@media only screen and (max-width: 767px)
{
    .navslideropen
    {
        overflow: hidden;
    }

    .nav_slider
    {
        overflow: hidden;
        position: absolute;
        z-index: 999;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        bottom: 0;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        background-color: #5a5a5a;
        color: #ffffff;
    }

        .nav_slider a
        {
            color: #ffffff;
        }

            .nav_slider a:hover,
            .nav_slider a:focus
            {
                text-decoration: underline;
            }

    .slide_liner
    {
        padding-top: 36px;
        padding-bottom: 72px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .nav_slider.slideropen
    {
        left: 0;
    }

    .nav_slider .nav-opener
    {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 999;
    }

    .slider-opener.changerbutton
    {
        width: 29px;
        height: 28px;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
        margin: 2px 0 0;
        display: block;
        position: absolute;
        top: 0;
        right: 7px;
        z-index: 3;
    }

    .nav_slider .slider-opener.changerbutton
    {
        top: 0;
        right: 7px;
    }

    .slider-opener.changerbutton:before,
    .slider-opener.changerbutton:after,
    .slider-opener.changerbutton span
    {
        position: absolute;
        top: 13px;
        left: 7%;
        right: 1%;
        height: 6px;
        margin-top: -2px;
        /* height/2 */
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .slider-opener.changerbutton:before,
    .slider-opener.changerbutton:after,
    .slider-opener.changerbutton span
    {
        background-color: #ffffff;
    }

    .slider-opener.changerbutton:before,
    .slider-opener.changerbutton:after
    {
        content: "";
        top: 3px;
    }

    .slider-opener.changerbutton:after
    {
        top: 24px;
    }

    /* close button transition */

    .slider-opener.changerbutton.activated span
    {
        opacity: 0;
    }

    .slider-opener.changerbutton:hover span,
    .slider-opener.changerbutton:hover:after,
    .slider-opener.changerbutton:hover:before,
    .slider-opener.changerbutton:focus span,
    .slider-opener.changerbutton:focus:after,
    .slider-opener.changerbutton:focus:before
    {
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    }

    .slider-opener.changerbutton.activated:after,
    .slider-opener.changerbutton.activated:before
    {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px;
        left: 15%;
    }

    .slider-opener.changerbutton.activated:after
    {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* ================ END Navigation Slider ======================= */

/* ================ BEGIN Navigation Slider (NEW Styling) ======================= */
.fbrslideout:not(.fbcms_rslideout)
{
    display: none;
}

.page_body.nav-slider-active.nav-slider-open
{
    position: static;
}

.nav-slider-deactivated .nav-slider-button
{
    display: none;
}

.nav-slider-active.nav-slider-open
{
    overflow: hidden;
}

.nav-slider-active .nav-slider
{
    overflow: hidden;
    position: absolute;
    z-index: 999;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    background-color: #5a5a5a;
    color: #ffffff;
}

.nav-slider-active.navslideout .nav-slider
{
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    height: 100%;
}

.nav-slider-active.navoverlay .nav-slider
{
    top: -100%;
    bottom: 100%;
    right: 0;
    left: 0;
}

.nav-slider-active .nav-slider a
{
    color: #ffffff;
}

    .nav-slider-active .nav-slider a:hover,
    .nav-slider-active .nav-slider a:focus
    {
        text-decoration: underline;
    }

.nav-slider-active .nav-slider .slide-liner
{
    padding-top: 36px;
    padding-bottom: 72px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.nav-slider-active.navslideout .nav-slider.slide-open
{
    left: 0;
}

.nav-slider-active.navoverlay .nav-slider.slide-open
{
    top: 0;
    bottom: 0;
}

.nav-slider-active .nav-slider .slider-opener
{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
}

.nav-slider-active .nav-slider-button.slider-button
{
    width: 29px;
    height: 28px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    margin: 2px 0 0;
    display: block;
    position: absolute;
    top: 0;
    right: 7px;
    z-index: 3;
}

.nav-slider-active .nav-slider .nav-slider-button.slider-button
{
    top: 0;
    right: 7px;
}

.nav-slider-active .nav-slider-button.slider-button:before,
.nav-slider-active .nav-slider-button.slider-button:after,
.nav-slider-active .nav-slider-button.slider-button span
{
    position: absolute;
    top: 13px;
    left: 7%;
    right: 1%;
    height: 6px;
    margin-top: -2px;
    /* height/2 */
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-slider-active .nav-slider-button.slider-button:before,
.nav-slider-active .nav-slider-button.slider-button:after,
.nav-slider-active .nav-slider-button.slider-button span
{
    background-color: #ffffff;
}

.nav-slider-active .nav-slider-button.slider-button:before,
.nav-slider-active .nav-slider-button.slider-button:after
{
    content: "";
    top: 3px;
}

.nav-slider-active .nav-slider-button.slider-button:after
{
    top: 23px;
}

/* close button transition */

.nav-slider-active .nav-slider-button.slider-button.activated span
{
    opacity: 0;
}

.nav-slider-active .nav-slider-button.slider-button:hover span,
.nav-slider-active .nav-slider-button.slider-button:hover:after,
.nav-slider-active .nav-slider-button.slider-button:hover:before,
.nav-slider-active .nav-slider-button.slider-button:focus span,
.nav-slider-active .nav-slider-button.slider-button:focus:after,
.nav-slider-active .nav-slider-button.slider-button:focus:before
{
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.nav-slider-active .nav-slider-button.slider-button.activated:after,
.nav-slider-active .nav-slider-button.slider-button.activated:before
{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
}

.nav-slider-active .nav-slider-button.slider-button.activated:after
{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Simple menu specifics */
.nav-slider-active .nav-slider .simple-nav .menu_title
{
    font-size: 16px;
    line-height: 24px;
    padding: 8px 11px 9px;
    text-decoration: none;
    display: block;
}

.nav-slider-active .nav-slider .list-nav li a
{
    font-size: 16px;
    line-height: 24px;
    padding: 8px 11px 9px;
    text-decoration: none;
    display: block;
}

.nav-slider-active .nav-slider .list-nav a:hover,
.nav-slider-active .nav-slider .list-nav a:focus
{
    /* text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	text-decoration: none; */
    text-decoration: underline;
}

.nav-slider-active .nav-slider .fbcms_rlistmenu .menu_opener
{
    width: 41px;
    line-height: 41px;
}

.nav-slider-active .nav-slider .fbcms_rlistmenu .menu_title:hover,
.nav-slider-active .nav-slider .fbcms_rlistmenu .menu_title:focus
{
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.nav-slider-active .nav-slider .fbcms_rlistmenu .menu_opener
{
    background-color: #3f3f3f;
}

.nav-slider-active .nav-slider .fbcms_rlistmenu .menu_title
{
    background-color: #1f1f1f;
}

.nav-slider-active .nav-slider .fbcms_rlistmenu .simplemenu_container
{
    background-color: #3f3f3f;
}

.nav-slider-active .nav-slider .fbcms_rdropmenu
{
    position: static;
}

    .nav-slider-active .nav-slider .fbcms_rdropmenu .simplemenu_container
    {
        position: static;
        background-color: transparent;
        box-shadow: none;
    }


/* ================ END Navigation Slider (NEW Styling) ======================= */

/* ================ BEGIN Main Drop Responsive Menu ======================= */
.fbrmainmenu:not(.fbcms_rmainmenu)
{
    display: none;
}

@media only screen and (max-width: 767px)
{
    .main-nav .top_level
    {
        display: none;
    }

    .main-nav.menuopen .top_level
    {
        display: block;
    }

    .main-nav .top_level_item
    {
        position: relative;
    }

    .main-nav .top_level_link
    {
        position: relative;
        z-index: 1;
        background-color: #3f3f3f;
    }

    .main-nav .menu_title,
    .main-nav .top_level_link
    {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
        text-decoration: none;
    }

    .main-nav .top_level_link
    {
        border-bottom: 1px solid #5a5a5a;
    }

    .main-nav .menu_title
    {
        background-color: #1f1f1f;
        border-top: solid 1px #1f1f1f;
    }

    .main-nav .main-opener
    {
        position: relative;
        cursor: pointer;
    }

        .main-nav .main-opener:hover,
        .main-nav .main-opener:focus
        {
            text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
        }

    .main-nav .main-drop-opener
    {
        cursor: pointer;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 2;
        width: 41px;
        line-height: 41px;
        background-color: #3f3f3f;
    }

    .main-nav .drop
    {
        display: none;
        padding-left: 12px;
    }

    .main-nav .menuopen > .drop
    {
        display: block;
    }

    .main-nav .sublist_item
    {
        position: relative;
    }

    .main-nav .sublist_0 .item_link
    {
        border-bottom: 1px solid #777;
    }

    .main-nav .link_pair
    {
        position: relative;
    }

    .main-nav .drop .item_link
    {
        display: block;
        font-size: 14px;
        line-height: 16px;
        padding: 6px 9px;
        text-decoration: none;
    }

    .main-nav .drop .main-drop-opener
    {
        line-height: 28px;
        display: block;
    }

    .main-nav .link_pair .main-drop-opener:hover,
    .main-nav .link_pair .main-drop-opener:focus
    {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
        text-decoration: none;
    }

    .main-nav .current_item > .link_pair > .item_link
    {
        /*text-shadow: 0px 0px 5px #ffffff;*/
        text-decoration: underline;
        /*color: #333333;	fails contrast*/
    }


    .main-nav .top_level_item > .link_pair > .main-drop-opener,
    .main-nav .top_level_item > .drop
    {
        background-color: #5a5a5a;
    }

    .main-nav .top_level_item > .link_pair > .main-drop-opener
    {
        border-top: solid 1px #5a5a5a;
        border-bottom: solid 1px #3f3f3f;
    }

    .main-nav .sublist_item > .link_pair > .main-drop-opener,
    .main-nav .sublist_item > .drop
    {
        background-color: #767676;
    }

    .main-nav .sublist_item > .link_pair > .main-drop-opener
    {
        border-top: solid 1px #5a5a5a;
        border-bottom: solid 1px #767676;
    }

    .main-nav .sublist_1 > .sublist_item > .link_pair > .main-drop-opener,
    .main-nav .sublist_1 > .sublist_item > .drop
    {
        background-color: #BBBBBB;
    }

    .main-nav .sublist_1 > .sublist_item > .link_pair > .main-drop-opener
    {
        border-top: solid 1px #AAAAAA;
        border-bottom: solid 1px #BBBBBB;
    }

    .main-nav .sublist_2 > .sublist_item > .link_pair > .main-drop-opener,
    .main-nav .sublist_2 > .sublist_item > .drop
    {
        background-color: #CCCCCC;
    }

    .main-nav .sublist_2 > .sublist_item > .link_pair > .main-drop-opener
    {
        border-top: solid 1px #BBBBBB;
        border-bottom: solid 1px #CCCCCC;
    }

    .main-nav .sublist_3 > .sublist_item > .link_pair > .main-drop-opener,
    .main-nav .sublist_3 > .sublist_item > .drop
    {
        background-color: #DDDDDD;
    }

    .main-nav .sublist_3 > .sublist_item > .link_pair > .main-drop-opener
    {
        border-top: solid 1px #CCCCCC;
        border-bottom: solid 1px #DDDDDD;
    }

    .menu_title.menusection_title
    {
        background-color: #1f1f1f;
        border-top: 1px solid #1f1f1f;
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
    }
}

@media only screen and (min-width: 768px)
{
    .main-opener
    {
        display: none;
    }

    .main-nav
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .main-nav:after
        {
            display: block;
            content: "";
            clear: both;
        }

        .main-nav .top_level
        {
            float: right;
            margin-top: 0;
            margin-bottom: 0;
        }

        .main-nav .top_level_item
        {
            float: left;
            position: relative;
            margin-left: 0;
            padding-left: 0;
        }

        .main-nav .top_level_link
        {
            display: block;
        }

        .main-nav .main-drop-opener
        {
            display: none;
        }

        /* drop-down */
        .main-nav .drop
        {
            display: none;
        }

        .main-nav .top_level_item > .drop
        {
            position: absolute;
            top: 36px;
            display: none;
        }

        .main-nav .top_level_item:last-child > .drop
        {
            right: 0;
        }

        .main-nav .top_level_item:hover > .drop,
        .main-nav .top_level_item.hoverfocus > .drop
        {
            display: block;
        }

        .main-nav.hide_drops .top_level_item:hover > .drop,
        .main-nav.hide_drops .top_level_item.hoverfocus > .drop
        {
            display: none;
        }

        .main-nav.hide_drops .top_level_item.menu_school:hover > .drop,
        .main-nav.hide_drops .top_level_item.menu_school.hoverfocus > .drop
        {
            display: block;
        }

        .main-nav .top_level_item > .drop .item_link
        {
            display: block;
        }
}

/* ================ END Main Drop Responsive Menu ======================= */

/* ================ BEGIN **NEW** Main Drop Responsive Menu (2!) ======================= */
/* Main Menu (In Slider Slideout) */
.navslideout .nav-main .top_level
{
    display: none;
}

.navslideout .nav-main.menuopen .top_level
{
    display: block;
}

.navslideout .nav-main .top_level_item
{
    position: relative;
}

.navslideout .nav-main .top_level_link
{
    position: relative;
    z-index: 1;
    background-color: #3f3f3f;
}

.navslideout .nav-main .menu_title,
.navslideout .nav-main .top_level_link
{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 11px 9px;
    text-decoration: none;
}

.navslideout .nav-main .top_level_link
{
    border-bottom: 1px solid #5a5a5a;
}

.navslideout .nav-main .menu_title
{
    background-color: #1f1f1f;
    border-top: solid 1px #1f1f1f;
}

.navslideout .nav-main .main-opener
{
    position: relative;
    cursor: pointer;
}

    .navslideout .nav-main .main-opener:hover,
    .navslideout .nav-main .main-opener:focus
    {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    }

.navslideout .nav-main .main-drop-opener
{
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 2;
    width: 41px;
    line-height: 41px;
    background-color: #3f3f3f;
}

.navslideout .nav-main .drop
{
    display: none;
    padding-left: 12px;
}

.navslideout .nav-main .menuopen > .drop
{
    display: block;
}

.navslideout .nav-main .sublist_item
{
    position: relative;
}

.navslideout .nav-main .sublist_0 .item_link
{
    border-bottom: 1px solid #777;
}

.navslideout .nav-main .link_pair
{
    position: relative;
}

.navslideout .nav-main .drop .item_link
{
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 9px;
    text-decoration: none;
}

.nav-slider-active .nav-main .drop .item_link:hover,
.nav-slider-active .nav-main .drop .item_link:focus
{
    text-decoration: underline;
}

.navslideout .nav-main .drop .main-drop-opener
{
    line-height: 28px;
    display: block;
}

.navslideout .nav-main .link_pair .main-drop-opener:hover,
.navslideout .nav-main .link_pair .main-drop-opener:focus
{
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    text-decoration: none;
}

.navslideout .nav-main .current_item > .link_pair > .item_link
{
    text-decoration: underline;
}

.navslideout .nav-main .top_level_item > .link_pair > .main-drop-opener,
.navslideout .nav-main .top_level_item > .drop
{
    background-color: #5a5a5a;
}

.navslideout .nav-main .top_level_item > .link_pair > .main-drop-opener
{
    border-top: solid 1px #5a5a5a;
    border-bottom: solid 1px #3f3f3f;
}

.navslideout .nav-main .sublist_item > .link_pair > .main-drop-opener,
.navslideout .nav-main .sublist_item > .drop
{
    background-color: #767676;
}

.navslideout .nav-main .sublist_item > .link_pair > .main-drop-opener
{
    border-top: solid 1px #5a5a5a;
    border-bottom: solid 1px #767676;
}

.navslideout .nav-main .sublist_1 > .sublist_item > .link_pair > .main-drop-opener,
.navslideout .nav-main .sublist_1 > .sublist_item > .drop
{
    background-color: #BBBBBB;
}

.navslideout .nav-main .sublist_1 > .sublist_item > .link_pair > .main-drop-opener
{
    border-top: solid 1px #AAAAAA;
    border-bottom: solid 1px #BBBBBB;
}

.navslideout .nav-main .sublist_2 > .sublist_item > .link_pair > .main-drop-opener,
.navslideout .nav-main .sublist_2 > .sublist_item > .drop
{
    background-color: #CCCCCC;
}

.navslideout .nav-main .sublist_2 > .sublist_item > .link_pair > .main-drop-opener
{
    border-top: solid 1px #BBBBBB;
    border-bottom: solid 1px #CCCCCC;
}

.navslideout .nav-main .sublist_3 > .sublist_item > .link_pair > .main-drop-opener,
.navslideout .nav-main .sublist_3 > .sublist_item > .drop
{
    background-color: #DDDDDD;
}

.navslideout .nav-main .sublist_3 > .sublist_item > .link_pair > .main-drop-opener
{
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #DDDDDD;
}

/* Main Menu (No Slider) */
.nav-slider-deactivated .main-opener
{
    display: none;
}

.nav-slider-deactivated .nav-main
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .nav-slider-deactivated .nav-main:after
    {
        display: block;
        content: "";
        clear: both;
    }

    .nav-slider-deactivated .nav-main .top_level
    {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }

    .nav-slider-deactivated .nav-main .top_level_item
    {
        float: left;
        position: relative;
        margin-left: 0;
        padding-left: 0;
    }

    .nav-slider-deactivated .nav-main .top_level_link
    {
        display: block;
    }

    .nav-slider-deactivated .nav-main .main-drop-opener
    {
        display: none;
    }

    /* drop-down */
    .nav-slider-deactivated .nav-main .drop
    {
        display: none;
    }

    .nav-slider-deactivated .nav-main .top_level_item > .drop
    {
        position: absolute;
        top: 36px;
        display: none;
    }

    .nav-slider-deactivated .nav-main .top_level_item:last-child > .drop
    {
        right: 0;
    }

    .nav-slider-deactivated .nav-main .top_level_item:hover > .drop,
    .nav-slider-deactivated .nav-main .top_level_item.hoverfocus > .drop
    {
        display: block;
    }

    .nav-slider-deactivated .nav-main.hide_drops .top_level_item:hover > .drop,
    .nav-slider-deactivated .nav-main.hide_drops .top_level_item.hoverfocus > .drop
    {
        display: none;
    }

    .nav-slider-deactivated .nav-main.hide_drops .top_level_item.menu_school:hover > .drop,
    .nav-slider-deactivated .nav-main.hide_drops .top_level_item.menu_school.hoverfocus > .drop
    {
        display: block;
    }

    .nav-slider-deactivated .nav-main .top_level_item > .drop .item_link
    {
        display: block;
    }

/* Main Menu (In Slider Overlay) */
.navoverlay .menu_main.nav-main .menu_title
{
    display: none;
}

.navoverlay .nav-main .top_level
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navoverlay .nav-main .top_level_item
{
    padding: 0.5em;
    margin: 0 0.5em;
    flex: 0 1 auto;
    width: 25em;
}

.navoverlay .nav-main .top_level_link
{
    font-size: 4em;
}

.navoverlay .nav-main .sublist_0 > .sublist_item > .item_link,
.navoverlay .nav-main .sublist_0 > .sublist_item > .link_pair > .item_link
{
    font-size: 2em;
}

.navoverlay .nav-main .sublist_0 .drop
{
    display: none;
}

.navoverlay .nav-main .main-drop-opener
{
    display: none;
}


.nav-main .menu_title.menusection_title
{
    background-color: #1f1f1f;
    border-top: 1px solid #1f1f1f;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 11px 9px;
}

/* ================ END **NEW** Main Drop Responsive Menu (2!) ======================= */

/* ================ BEGIN Responsive Simple Navigation ======================= */
/* General Styling */
.fbrsimplemenu:not(.fbcms_simplemenu)
{
    display: none;
}

.simple-nav .menu_title
{
    display: block;
}

/* List Styling */
@media only screen and (max-width: 767px)
{

    .nav_slider .simple-nav .menu_title
    {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
        text-decoration: none;
        display: block;
    }

    .nav_slider .list-nav li a
    {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
        text-decoration: none;
        display: block;
    }

    .nav_slider .list-nav a:hover,
    .nav_slider .list-nav a:focus
    {
        /* text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
        text-decoration: none; */
        text-decoration: underline;
    }

    /* JavaScript Activated Supplements */
    .fbcms_rlistmenu .menu_title
    {
        position: relative;
        cursor: pointer;
    }

    .fbcms_rlistmenu .menu_opener
    {
        cursor: pointer;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
    }

    .fbcms_rlistmenu .simplemenu_container
    {
        display: none;
        overflow: hidden;
        background-color: #ffffff;
    }

    .fbcms_rlistmenu.menuopen .simplemenu_container
    {
        display: block;
    }

    .nav_slider .fbcms_rlistmenu .menu_opener
    {
        width: 41px;
        line-height: 41px;
    }

    .nav_slider .fbcms_rlistmenu .menu_title:hover,
    .nav_slider .fbcms_rlistmenu .menu_title:focus
    {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    }

    .nav_slider .fbcms_rlistmenu .menu_opener
    {
        background-color: #3f3f3f;
    }

    .nav_slider .fbcms_rlistmenu .menu_title
    {
        background-color: #1f1f1f;
    }

    .nav_slider .fbcms_rlistmenu .simplemenu_container
    {
        background-color: #3f3f3f;
    }
}

@media only screen and (min-width: 768px)
{
    .list-nav
    {
        display: inline-block;
    }

        .list-nav ul
        {
            display: inline-block;
        }

            .list-nav ul li
            {
                display: inline-block;
            }

                .list-nav ul li a
                {
                    text-decoration: none;
                }

                    .list-nav ul li a:hover,
                    .list-nav ul li a:focus
                    {
                        text-decoration: underline;
                    }
}
/* Drop Styling */
.drop-nav .menu_title
{
    display: block;
}

.drop-nav li a
{
    display: block;
}

/* JavaScript Activated Supplements */
.fbcms_rdropmenu
{
    position: relative;
    z-index: 101;
}

    .fbcms_rdropmenu .menu_title
    {
        position: relative;
        cursor: pointer;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
        text-decoration: none;
        background-color: #767676;
        color: #ffffff;
    }

    .fbcms_rdropmenu.menu_subpages .menu_title:focus
    {
        outline: 1px #000000 dotted;
        color: #000000;
    }

    .fbcms_rdropmenu .menu_opener
    {
        cursor: pointer;
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 41px;
        width: 41px;
        background-color: #767676;
        color: #ffffff;
    }

    .fbcms_rdropmenu.menu_subpages .menu_title:focus .menu_opener
    {
        color: #000000;
    }

    .fbcms_rdropmenu .simplemenu_container
    {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #767676;
        box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 1);
    }

    .fbcms_rdropmenu.menuopen .simplemenu_container
    {
        display: block;
    }

    .fbcms_rdropmenu li a
    {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 11px 9px;
        text-decoration: none;
        color: #ffffff;
    }

        .fbcms_rdropmenu li a:hover,
        .fbcms_rdropmenu li a:focus
        {
            text-decoration: underline;
        }

@media all and (max-width: 767px)
{
    .nav_slider .fbcms_rdropmenu
    {
        position: static;
    }

        .nav_slider .fbcms_rdropmenu .simplemenu_container
        {
            position: static;
            background-color: transparent;
            box-shadow: none;
        }
}

/* Breadcrumb Styling */
.breadcrumb-nav
{
    display: block;
    font-size: 0;
    line-height: 0;
}

    .breadcrumb-nav li
    {
        display: inline-block;
    }

/* ================ END Responsive Simple Navigation ======================= */

/* ================ BEGIN Responsive Side Navigation ======================= */
.side-nav a
{
    display: block;
    text-decoration: none;
    padding: 4px 0;
}

    .side-nav a:hover,
    .side-nav a:focus
    {
        text-decoration: underline;
    }

.side-nav .current_item > a
{
    text-decoration: underline;
    cursor: default;
}

.side-nav .sidelist_1 .side_sublist
{
    padding-left: 20px;
}

.side-nav .sidelist_0 > li > a:hover,
.side-nav .sidelist_0 > li > a:focus,
.side-nav .sidelist_0 > li.active > a
{
    text-decoration: none;
}

.side-nav .sidelist_1 > li.active > a
{
    cursor: default;
}

.side-nav .sidelist_2 > li > a
{
    padding: 2px 0;
}


@media only screen and (max-width: 767px)
{
    .side-nav-drop
    {
        display: none;
    }
}

@media only screen and (min-width: 768px)
{
    .side-nav-drop .top_level
    {
        display: none;
        background-color: #fff;
    }

    .side-nav-drop.menuopen .top_level
    {
        display: block;
    }

    .side-nav-drop .top_level_item
    {
        position: relative;
        display: none;
    }

        .side-nav-drop .top_level_item.active,
        .side-nav-drop .top_level_item.force_show
        {
            display: block;
        }

    .side-nav-drop .top_level_link
    {
        position: relative;
        z-index: 1;
    }

    .side-nav-drop .menu_title,
    .side-nav-drop .top_level_link
    {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 12px;
        text-decoration: none;
    }

    .side-nav-drop .side-opener
    {
        position: relative;
        cursor: pointer;
    }

        .side-nav-drop .side-opener:hover,
        .side-nav-drop .side-opener:focus
        {
            text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
        }

    .side-nav-drop .side-drop-opener
    {
        display: none;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 2;
        width: 41px;
        line-height: 41px;
    }

    .side-nav-drop .sublist_0 .side-drop-opener
    {
        display: block;
    }

    .side-nav-drop .drop
    {
        display: none;
    }

    .side-nav-drop .sublist_0 .drop
    {
        padding-left: 12px;
    }

    .side-nav-drop .menuopen > .drop
    {
        display: block;
    }

    .side-nav-drop .sublist_item
    {
        position: relative;
    }

    .side-nav-drop .sublist_0 > .sublist_item > .link_pair > .item_link
    {
        border-top: 1px solid #757575;
    }

    .side-nav-drop .link_pair
    {
        position: relative;
    }

    .side-nav-drop .drop .item_link
    {
        display: block;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 12px;
        text-decoration: none;
    }

    .side-nav-drop .drop .side-drop-opener
    {
        line-height: 31px;
        display: block;
    }

    .side-nav-drop .link_pair .side-drop-opener:hover,
    .side-nav-drop .link_pair .side-drop-opener:focus
    {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
        text-decoration: none;
    }

    .side-nav-drop .current_item > .link_pair > .item_link
    {
        text-decoration: underline;
    }
}

/* ================ END Responsive Side Navigation ======================= */

/* --- BEGIN EmailForm --------------------------------------------------------------------------- */
.vp_email_form
{
}

    .vp_email_form label
    {
        display: block;
        font-weight: bold;
    }

    .vp_email_form input
    {
        width: 100%;
    }

    .vp_email_form textarea
    {
        width: 100%;
        height: 100px;
    }

    .vp_email_form input:read-only
    {
        background-color: #ccc;
    }

    .vp_email_form .form_buttons
    {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

/* --- END EmailForm ------------------------------------------------------------------------------- */

/* --- BEGIN Share Panel ------------------------------------------------------------------------------- */
.vp_share_panel
{
    padding: 10px 0 10px 0;
}

    .vp_share_panel .main_panel
    {
        position: relative;
    }

    .vp_share_panel .vp_share_link_text
    {
        width: 100%;
    }

    .vp_share_panel .main_panel.hidden
    {
        display: none;
    }

    .vp_share_panel .main_panel .vp_share_close_button
    {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .vp_share_panel .vp_share_button
    {
        display: inline-block;
        width: 32px;
        font-size: large;
        padding: 3px;
        vertical-align: baseline;
        text-align: center;
        border: 2px solid #ccc;
        border-radius: 3px 4px;
        background-color: #eee;
    }

    .vp_share_panel .vp_share_buttonbar
    {
        padding: 5px 0 5px 0;
    }

    .vp_share_panel .vp_share_button:hover,
    .vp_share_panel .vp_share_button:focus
    {
        border-color: #777;
        background-color: #ccc;
    }

/* --- END Share Panel ------------------------------------------------------------------------------- */


:focus
{
    /*outline: orange 2px dotted;*/
    /*background-color: #FFEEEE;*/
    /*margin: 2px !important;*/
}

.screen-reader-text,
.content_screen-reader-text
{
    /* TODO: find proper technique for hidding text but keep availabe for screen readers. */
    position: absolute;
    text-indent: -9999px;
    left: -9999px;
    top: -9999px;
    color: #000;
    background-color: #fff;
}

/* Another way to hide text reserved for screen readers, from https://www.w3.org/WAI/WCAG21/Techniques/css/C7 */
.visually-hidden
{
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/*Show Label for Screen Reader Only text in editor format drop list*/
html.cke_panel_container .cke_panel_listItem .screen-reader-text,
html.cke_panel_container .cke_panel_listItem .content_screen-reader-text
{
    font-size: 60% !important;
    font-family: arial !important;
    opacity: .75;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    text-indent: inherit !important;
}

/*Show Screen Reader Text while editing area */
.fbcms_htmleditor .screen-reader-text,
.fbcms_htmleditor .content_screen-reader-text
{
    position: relative;
    left: inherit;
    top: inherit;
    text-indent: inherit;
    color: inherit;
    background-color: #dfdfdf;
    border: 1px solid #b9b9b9;
}


.fbcms_htmleditor p
{
}

    .fbcms_htmleditor p:empty
    {
        outline: 2px dotted pink;
        height: 1em;
    }

/*=== BEGIN Standard ContactForm ===*/

.vp-contactform
{
}

    .vp-contactform .container
    {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .vp-contactform .item
    {
        margin-top: 5px;
        margin-right: 5px;
    }

    .vp-contactform .container label,
    .vp-contactform .container .faux_label
    {
        min-width: 150px;
    }

    .vp-contactform .container input,
    .vp-contactform .container textarea
    {
        flex-grow: 2;
    }

    .vp-contactform .captchasection #Captcha
    {
        flex-grow: 0;
        max-width: 100px;
        min-width: 100px;
    }


    .vp-contactform .container .faux_recaptcha_label
    {
        min-width: 10px;
        flex-grow: 1;
    }

    .vp-contactform .container .recaptcha_element
    {
        flex-grow: 2;
    }

    .vp-contactform .item.autofill
    {
        flex-grow: 2;
        min-width: 196px;
    }

/*=== END Standard ContactForm ===*/

/*=== BEGIN Captcha ===*/
.captcha
{
    margin-bottom: 10px;
}

    .captcha .question
    {
        display: inline-block;
        margin-bottom: 10px;
    }

    .captcha .answer
    {
        margin-bottom: 10px;
    }

    .captcha .refresh
    {
        font-size: smaller;
    }

        .captcha .refresh button
        {
            font-size: small;
            border: none;
            color: blue;
            text-decoration: underline;
            background-color: transparent;
        }

    .captcha .legend
    {
        font-weight: bold;
        margin-bottom: 10px;
    }

/*=== END Captcha ===*/

/*=== BEGIN Recaptcha ===*/
.grecaptcha-badge
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*=== END Recaptcha ===*/

.fbcms_contentsummary
{
    display: flex;
    flex-direction: column;
}

.fbcms_plaintext .fbcms_contentsummary,
.fbcms_richtext .fbcms_contentsummary
{
    display: inline-block;
    text-align: left;
}

.fbcms_contentsummary .cs_pair_row
{
    display: flex;
    justify-content: flex-start;
}

.fbcms_plaintext .fbcms_contentsummary .cs_pair_row,
.fbcms_richtext .fbcms_contentsummary .cs_pair_row
{
    display: inline-block
}

.fbcms_contentsummary .cs_pair_key
{
    padding-right: 5px;
    width: 20%;
    max-width: 50%;
    flex: 1 0 auto;
}

.fbcms_contentsummary .cs_pair_value
{
    flex: 1 1 auto;
}

.fbcms_plaintext .fbcms_contentsummary .cs_pair_key,
.fbcms_richtext .fbcms_contentsummary .cs_pair_key
{
    display: none;
}

/*
===========================================================
  CAROUSEL PHOTOGALLERY STYLES
===========================================================
*/
.fbcms_carousel_content
{
    overflow: clip;
}

.fbcms_carousel
{
    --title-height: 1.5em;
}

    /* LOADER */
    .fbcms_carousel .hide
    {
        display: none;
    }

.fbcms_carousel
{
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    height: auto;
    border: none;
    width: 100%;
}

    .fbcms_carousel .visuallyhidden,
    .fbcms_carousel .hidden
    {
        display: none;
    }

    /* buttons container */
    .fbcms_carousel .buttonNav
    {
        position: relative;
        text-align: center;
        margin: 0;
        padding: 5px;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        /* numbers */
        .fbcms_carousel .buttonNav .numbers
        {
            list-style-type: none;
            margin: 5px;
        }

            .fbcms_carousel .buttonNav .numbers button.btn-slide,
            .fbcms_carousel .buttonNav .numbers a.btn-slide
            {
                display: block;
                color: #222;
                background: #fff;
                border: solid 2px #222;
                border-radius: 4px;
                cursor: pointer;
                text-decoration: none;
                padding: 1px 6px;
                font-size: .825rem;
            }

            .fbcms_carousel .buttonNav .numberActive a.btn-slide,
            .fbcms_carousel .buttonNav .numbers a:hover,
            .fbcms_carousel .buttonNav .numbers a:focus,
            .fbcms_carousel .buttonNav .numberActive button.btn-slide,
            .fbcms_carousel .buttonNav .numbers button:hover,
            .fbcms_carousel .buttonNav .numbers button:focus
            {
                color: #fff;
                background-color: #222;
            }


    .fbcms_carousel .controls
    {
        margin: 0;
        padding: 0;
    }

        .fbcms_carousel .controls li
        {
            list-style-type: none;
        }

        .fbcms_carousel .controls .btn-prev,
        .fbcms_carousel .controls .btn-next
        {
            top: calc(var(--image-height) / 2 + 2.5rem);
            margin-top: -2.5em;
            background-color: #767676;
            padding: 6px;
            position: absolute;
            color: #ffffff;
            z-index: 999;
            border-right: 1px solid white;
            border-bottom: 1px solid white;
            margin-left: 0;
            margin-right: 0;
            opacity: 0;
            width: max-content;
            overflow: hidden;
            transition: transform .2s linear, background .2s linear;
        }

        .fbcms_carousel .controls .skip_link:focus
        {
            opacity: 1;
        }

        .fbcms_carousel .controls .btn-prev
        {
            left: 0;
        }

        .fbcms_carousel .controls .btn-next
        {
            right: 2px;
        }

@media only screen and (min-width: 768px)
{
    .fbcms_carousel .controls .btn-prev
    {
        left: auto;
        right: 100%;
    }

        .fbcms_carousel .controls .btn-prev:focus
        {
            transform: translateX(100%);
        }

    .fbcms_carousel .controls .btn-next
    {
        right: auto;
        left: 100%;
    }

        .fbcms_carousel .controls .btn-next:focus
        {
            transform: translateX(-100%);
        }
}

/* Slides */
.fbcms_carousel .slides
{
    margin: 12px auto 12px auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: var(--image-width-n) / var(--image-height-n);
    width: 100%;
    max-height: var(--image-height);
}

.fbcms_carousel .slideItem
{
    display: grid;
    align-content: center;
    z-index: 1;
    aspect-ratio: var(--image-width-n) / var(--image-height-n);
    width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    position: absolute;
    visibility: hidden;
    margin: 2px;
    opacity: 0;
    transition: all .4s linear, opacity .2s linear;
}

.fbcms_carousel .slides .slideItem img
{
    filter: brightness(.5);
    height: 100% !important;
    width: 100%;
    object-fit: contain;
}

.fbcms_carousel .slideItem.slide-center
{
    visibility: visible;
    opacity: 1;
    justify-content: center;
}

    .fbcms_carousel .slideItem.slide-center img
    {
        filter: brightness(1);
    }

.fbcms_carousel .slideItem.slide-left
{
    justify-items: start;
}

.fbcms_carousel .slideItem.slide-right
{
    justify-items: end;
}

.fbcms_carousel .level1 .slideItem
{
    width: var(--image-width);
    max-width: var(--image-width);
    left: calc(50% - var(--image-width)/2);
}

.fbcms_carousel .slides.level1 .slideItem.slide-left-1,
.fbcms_carousel .slides.level1 .slideItem.slide-right-1
{
    visibility: visible;
    opacity: 1;
}

    .fbcms_carousel .slides.level1 .slideItem.slide-left-1 img,
    .fbcms_carousel .slides.level1 .slideItem.slide-right-1 img
    {
        filter: brightness(.9);
    }

.fbcms_carousel .slides.level2 .slideItem.slide-left-2,
.fbcms_carousel .slides.level2 .slideItem.slide-right-2
{
    visibility: visible;
    opacity: 1;
}

    .fbcms_carousel .slides.level2 .slideItem.slide-left-2 img,
    .fbcms_carousel .slides.level2 .slideItem.slide-right-2 img
    {
        filter: brightness(.8);
    }

.fbcms_carousel .slides.level3 .slideItem.slide-left-3,
.fbcms_carousel .slides.level3 .slideItem.slide-right-3
{
    visibility: visible;
    opacity: 1;
}

    .fbcms_carousel .slides.level3 .slideItem.slide-left-3 img,
    .fbcms_carousel .slides.level3 .slideItem.slide-right-3 img
    {
        filter: brightness(.7);
    }

.fbcms_carousel .slides.level4 .slideItem.slide-left-4,
.fbcms_carousel .slides.level4 .slideItem.slide-right-4
{
    visibility: visible;
    opacity: 1;
}

    .fbcms_carousel .slides.level4 .slideItem.slide-left-4 img,
    .fbcms_carousel .slides.level4 .slideItem.slide-right-4 img
    {
        filter: brightness(.6);
    }

/* Left Slides */
.fbcms_carousel .slideItem.slide-left-1
{
    z-index: -1;
    transform-origin: center left;
    transform: translate(calc(-2 * var(--title-height)), calc(-1 * var(--image-height) * 0.0)) scale(85%);
}

.fbcms_carousel .slideItem.slide-left-2
{
    z-index: -2;
    transform-origin: center left;
    transform: translate(calc(-4 * var(--title-height)), calc(-1 * var(--image-height) * .02)) scale(70%);
}

.fbcms_carousel .slideItem.slide-left-3
{
    z-index: -3;
    transform-origin: center left;
    transform: translate(calc(-6 * var(--title-height)), calc(-1 * var(--image-height) * .04)) scale(55%);
}

.fbcms_carousel .slideItem.slide-left-4
{
    z-index: -4;
    transform-origin: center left;
    transform: translate(calc(-8 * var(--title-height)), calc(-1 * var(--image-height) * .06)) scale(40%);
}

.fbcms_carousel .slideItem.slide-left-5
{
    z-index: -5;
    transform-origin: center left;
    transform: translate(calc(-10 * var(--title-height)), calc(-1 * var(--image-height) * .08)) scale(25%);
}

/* Right Slides */
.fbcms_carousel .slideItem.slide-right-1
{
    z-index: -1;
    transform-origin: center right;
    transform: translate(calc(2 * var(--title-height)), calc(-1 * var(--image-height) * 0.0)) scale(85%);
}

.fbcms_carousel .slideItem.slide-right-2
{
    z-index: -2;
    transform-origin: center right;
    transform: translate(calc(4 * var(--title-height)), calc(-1 * var(--image-height) * 0.02)) scale(70%);
}

.fbcms_carousel .slideItem.slide-right-3
{
    z-index: -3;
    transform-origin: center right;
    transform: translate(calc(6 * var(--title-height)), calc(-1 * var(--image-height) * 0.04)) scale(55%);
}

.fbcms_carousel .slideItem.slide-right-4
{
    z-index: -4;
    transform-origin: center right;
    transform: translate(calc(8 * var(--title-height)), calc(-1 * var(--image-height) * 0.06)) scale(40%);
}

.fbcms_carousel .slideItem.slide-right-5
{
    z-index: -5;
    transform-origin: center right;
    transform: translate(calc(10 * var(--title-height)), calc(-1 * var(--image-height) * 0.08)) scale(25%);
}


.fbcms_carousel .slideItem .main
{
    z-index: 1;
    position: relative;
    line-height: 0;
    filter: drop-shadow(0 1px 2px rgba(0 0 0 / 40%));
    overflow: hidden;
}

.fbcms_carousel .slideItem.activeSlide .main
{
    display: grid;
    justify-items: center;
}

/* Slide Title */
.fbcms_carousel.hide_side_titles .slideItem.slide-left .title,
.fbcms_carousel.hide_side_titles .slideItem.slide-right .title
{
    display: none;
}

.fbcms_carousel .slideItem .title
{
    position: absolute;
    z-index: 1;
    height: 100%;
    color: white;
    overflow: hidden;
    margin: 0;
    font-weight: 400;
}

    .fbcms_carousel .slideItem .title .title-wrapper
    {
        background-color: rgb(0 0 0 / 70%);
        text-align: center;
    }

    .fbcms_carousel .slideItem .title.leftside
    {
        left: 0px;
        top: 0px;
        width: var(--title-height);
    }

    .fbcms_carousel .slideItem .title.rightside
    {
        left: calc(100% - var(--title-height));
        top: 0px;
        width: var(--title-height);
    }

        .fbcms_carousel .slideItem .title.leftside .title-wrapper,
        .fbcms_carousel .slideItem .title.rightside .title-wrapper
        {
            width: var(--image-height);
            height: var(--title-height);
            position: absolute;
            top: 50%;
            transform: rotate(-90deg) translateX(-50%);
            transform-origin: 0 0;
            vertical-align: middle;
            overflow: clip;
        }

    .fbcms_carousel .slideItem .title.centercard
    {
        height: auto;
        width: 100%;
        bottom: 0;
        opacity: 1;
    }

        .fbcms_carousel .slideItem .title.centercard .title-wrapper
        {
            vertical-align: middle;
            overflow: clip;
            padding: 3px 6px;
        }


.fbcms_carousel .slideItem .description
{
    display: none;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
    padding: 6px 10px;
    background: rgba(0,0,0,.5);
}

.fbcms_carousel .slideItem.slide-center .description
{
    /*    display: block;*/
}

.fbcms_carousel .activeSlide .slideLink
{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: transparent;
}

/*
===========================================================
  END CAROUSEL PHOTOGALLERY STYLES
===========================================================
*/
/*
===========================================================
  Sticky Navigation
===========================================================
*/
@media only screen and (min-width: 768px)
{
    .fixed_header
    {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .fixed_menu
    {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
}

@media only print
{
    .fixed_header_padded
    {
        padding-top: 0 !important;
    }
}

/*
===========================================================
  END Sticky Navigation
===========================================================
*/

/*
===========================================================
  Block Indentation
===========================================================
*/

.indent1
{
    margin-left: 40px;
}

.indent2
{
    margin-left: 80px;
}

.indent3
{
    margin-left: 120px;
}

.indent4
{
    margin-left: 160px;
}

.indent5
{
    margin-left: 200px;
}

.indent6
{
    margin-left: 240px;
}

.indent7
{
    margin-left: 280px;
}

.indent8
{
    margin-left: 320px;
}

.indent9
{
    margin-left: 360px;
}

.indent10
{
    margin-left: 400px;
}

.indent11
{
    margin-left: 440px;
}


/*
===========================================================
  END Block Indentation
===========================================================
*/


/*
===========================================================
  Lunch Menu
===========================================================
*/

.fbcms_lunchmenu .fbcms_lunchmenu_footer
{
    display: none;
}

.page_print .fbcms_lunchmenu .fbcms_lunchmenu_footer
{
    text-align: center;
    display: block;
}


.fbcms_lunchmenu .calendar_nav_controls
{
    float: right;
    display: inline-block;
}

.fbcms_lunchmenu .calendar_header_button
{
    text-decoration: none;
    font-size: 150%;
    display: inline-block;
    vertical-align: middle;
}

    .fbcms_lunchmenu .calendar_header_button.navbttn
    {
        margin: 0 10px;
    }

    .fbcms_lunchmenu .calendar_header_button.ical_show_button
    {
        margin: 0 0 0.3em 1em;
        font-size: 100%;
    }

.fbcms_lunchmenu .printLink
{
    float: right;
    margin-left: 10px;
}

.fbcms_lunchmenu .fbcms_table
{
    width: 100%;
    font-size: 85%;
}

.fbcms_lunchmenu .dayname_abbr,
.fbcms_lunchmenu .dayname_lttr
{
    display: none;
}

.fbcms_lunchmenu .dayname_full
{
    display: block;
    text-align: center;
}

.fbcms_lunchmenu .fbcms_table_cell .lm_datetop
{
    padding: 0 .5em;
    vertical-align: middle;
    background-color: #bbbbbb;
    color: #4a4a4a;
    text-align: right;
    font-size: 1em;
    line-height: 2em;
}

.fbcms_lunchmenu .lm_datetop span
{
    height: 100%;
    vertical-align: middle;
}

.fbcms_lunchmenu .lm_datedetail
{
    padding: .5em;
    min-height: 7em;
}

    .fbcms_lunchmenu .lm_datedetail p
    {
        margin-bottom: 0;
    }

@media screen and (min-width: 768px)
{
    .fbcms_lunchmenu .fbcms_table
    {
        margin-bottom: 15px;
    }

    .fbcms_lunchmenu .fbcms_table_cell.lm_datecell
    {
        border-style: solid;
        border-color: #444444;
        border-top-width: thin;
        border-left-width: thin;
    }

    .fbcms_lunchmenu .fbcms_table_five .fbcms_table_cell.lm_datecell
    {
        width: 20%;
    }

    .fbcms_lunchmenu .fbcms_table_seven .fbcms_table_cell.lm_datecell
    {
        width: 14%;
    }

    .fbcms_lunchmenu .fbcms_table_cell.lm_datecell:last-child
    {
        border-right-width: thin;
    }

    .fbcms_lunchmenu .fbcms_table_row:last-child .fbcms_table_cell.lm_datecell
    {
        border-bottom-width: thin;
    }

    .fbcms_lunchmenu .lm_dayname
    {
        display: none;
    }

    .fbcms_lunchmenu .lm_monthname
    {
        display: none;
    }

    .fbcms_lunchmenu .lm_fom .lm_monthname
    {
        display: inline-block;
    }
}

@media screen and (max-width: 767px)
{
    .fbcms_lunchmenu .fbcms_table_cell.lm_datecell
    {
        width: 100%;
    }
}
/*
    Style this guy with background and color for skins.
     - probably want to match: .calendargrid .caltab .currentmonth .daynumber
    
    .fbcms_lunchmenu .fbcms_table_cell .lm_datetop
    {
        background-color: #COLOR;
        color: #COLOR;
    }
*/

/*
===========================================================
  END Lunch Menu
===========================================================
*/


/* ================ General AJAX Pager ======================== */
.fbcms_pager
{
    padding: 4px 0;
    margin: 4px 0;
    display: block;
}

    .fbcms_pager .pager_button
    {
        display: inline-block;
        font-size: 22px;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #CCCCCC;
        border-radius: 6px;
        max-width: 1.5em;
    }

    .fbcms_pager > .pager_button
    {
        padding: 4px;
    }

    .fbcms_pager .pager_pages .pager_button
    {
        margin: 0 2px;
        padding: 3px 8px;
    }

    .fbcms_pager .pager_button.page_first
    {
        margin-left: 0;
    }

    .fbcms_pager .pager_button.page_last
    {
        margin-right: 0;
    }

    .fbcms_pager .pager_button.disable_button
    {
        color: #999999;
    }

    .fbcms_pager .pager_button.pager_page_active
    {
        color: #666666;
        border-color: #666666;
    }

/* ================ END General AJAX Pager ==================== */


/* ================ Video Responsive Block ==================== */

.fb_videoresponsive
{
    position: relative;
    padding: 0;
}

    .fb_videoresponsive.ratio16-9-landscape
    {
        padding-top: 56.25%;
        /* 16:9 */
    }

    .fb_videoresponsive.ratio16-10-landscape
    {
        padding-top: 62.5%;
        /* 16:10 */
    }

    .fb_videoresponsive.ratio4-3-landscape
    {
        padding-top: 75%;
        /* 4:3 */
    }

    .fb_videoresponsive.ratio2_39-1-landscape
    {
        padding-top: 41.84%;
        /* 2.39:1 */
    }

    .fb_videoresponsive.ratio1-1-landscape,
    .fb_videoresponsive.ratio1-1-portrait
    {
        padding-top: 100%;
        /* 1:1 */
    }

    .fb_videoresponsive.ratio16-9-portrait
    {
        padding-top: 177.78%;
        /* 9:16 */
    }

    .fb_videoresponsive.ratio16-10-portrait
    {
        padding-top: 160%;
        /* 10:16 */
    }

    .fb_videoresponsive.ratio4-3-portrait
    {
        padding-top: 133.33%;
        /* 3:4 */
    }

    .fb_videoresponsive.ratio2_39-1-portrait
    {
        padding-top: 239%;
        /* 2.39:1 */
    }

    .fb_videoresponsive iframe,
    .fb_videoresponsive video,
    .fb_videoresponsive table,
    .fb_videoresponsive div,
    .fb_videoresponsive img
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ================ END Video Responsive Block ================ */

/* ================ File Search ======================= */
.file_search_form
{
    margin-bottom: 20px;
    max-width: 400px;
}

.fbfs_sbs .file_search_form
{
    max-width: auto;
}

.file_search_form .search_filter
{
    margin-bottom: 20px;
}

    .file_search_form .search_filter label
    {
        font-weight: bold;
        display: inline-block;
        min-width: 85px;
    }

    .file_search_form .search_filter input[type="text"]
    {
        background-color: rgba(0, 0, 0, .04);
        border: none;
        border-bottom: solid 2px #888;
        padding: 0.5em;
        width: calc(100% - 2rem);
    }

    .file_search_form .search_filter.date_range_filter input
    {
        width: calc(100% - 6em);
    }

    .file_search_form .search_filter.date_range_filter label
    {
        text-align: right;
        padding-right: 20px;
    }

.file_search_form .search_filter_label
{
    display: none;
    margin-bottom: 5px;
}

.file_search_form .category_filter .item label
{
    font-weight: normal;
}

.file_search_form .category_filter .category
{
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    margin-bottom: -1px;
    border-collapse: collapse;
    padding-top: 5px;
    padding-bottom: 5px;
}

.file_search_form .category_filter .category_name
{
    font-weight: bold;
}

.file_search_form .category_filter .category_topper
{
    display: block;
    width: 100%;
    height: 100%;
}

    .file_search_form .category_filter .category_topper a
    {
        float: right;
    }

.file_search_form .date_range_filter .clear_input
{
    cursor: pointer;
}

.file_search_form .date_start_filter,
.file_search_form .date_end_filter
{
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
}

.file_search_results .file
{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

    .file_search_results .file.Wrap .file_preview
    {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .file_search_results .file .file_title
    {
        font-size: 150%;
        font-weight: bold;
    }

.file_list_result.file .details_button
{
}

    .file_list_result.file .details_button.details_closed
    {
    }

.file_list_result.file .extended_details
{
}

    .file_list_result.file .extended_details.details_closed
    {
    }

.file_search_form .search_buttons button
{
    font-size: .825rem;
    font-weight: bold;
    text-transform: uppercase;
    color: currentColor;
    box-sizing: content-box;
    padding: .75em 1.5em;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 3px;
}

    .file_search_form .search_buttons button:hover,
    .file_search_form .search_buttons button:focus
    {
        background-color: #747474;
        color: #fff;
    }

@media only screen and (min-width: 768px)
{
    .file_search.fbfs_sbs
    {
        display: flex;
    }

    .fbfs_sbs .file_search_form
    {
        width: 30%;
        padding-right: 20px;
        order: 0;
    }

        .fbfs_sbs .file_search_form .date_start_filter,
        .fbfs_sbs .file_search_form .date_end_filter
        {
            margin-right: 0;
            display: block;
        }

    .fbfs_sbs .file_search_results
    {
        padding-left: 20px;
        width: 70%;
        order: 1;
    }

    .fbcms_contentfooter.fbfs_sbs
    {
        padding-left: 30%;
    }

    .fbfs_sbs .file_search_form .search_filter label
    {
        min-width: 3.75em;
        padding-right: 10px;
    }
}


/* ================ END File Search =================== */

/* ================ File Search List ========================= */
.file_list_result
{
    background-color: transparent;
    transition: background-color .5s linear;
}

.fbcms_activefile
{
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color .5s linear;
}

.fbcms_linkedfile
{
    cursor: pointer;
}

.fbcms_file_block
{
    position: relative;
}

    .fbcms_file_block .file_overlay
    {
        display: none;
    }

    .fbcms_file_block.file_loading .file_overlay
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(155, 155, 155, 0.5);
        text-align: center;
    }

    .fbcms_file_block .file_overlay > div
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fbcms_file_block .file_overlay .loading_image
    {
        background-color: #ffffff;
        border-radius: 50%;
        padding: 6px;
        box-shadow: 0 1px 3px rgba(0 0 0 / 60%);
    }

    .fbcms_file_block .file_overlay .message_text
    {
        font-weight: bold;
        color: #ffffff;
        text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    }

/* ================ END File Search List ===================== */

/* ================ General File Styling ============== */
.file .file_name,
.file .file_description,
.file .file_created,
.file .file_modified,
.file .file_size,
.file .file_category,
.file_link
{
    display: block;
}

.file .file_preview
{
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}

.file .file_name p:last-child,
.file .file_description p:last-child,
.file .file_category p:last-child
{
    margin-bottom: 0;
}

/* ================ END General File Styling ========== */

/* ================ Building Map Link Styling ============== */
a.building_map
{
    white-space: nowrap;
    text-decoration: none;
}

    a.building_map:hover,
    a.building_map:focus
    {
        text-decoration: underline;
    }

/* ================ Building Map Link Styling ========== */

/* ================ Telephone (Phone & Fax) Styling ============== */
.fb_tellink
{
    white-space: nowrap;
    text-decoration: none;
}

    .fb_tellink:hover,
    .fb_tellink:focus
    {
        text-decoration: underline;
    }

.fb_telicon
{
    margin-right: 0.3em;
}

/* ================ END Telephone (Phone & Fax) Styling ========== */

/* ================ Mailto Styling ============== */
.fb_mailtolink
{
    white-space: nowrap;
    text-decoration: none;
}

    .fb_mailtolink:hover,
    .fb_mailtolink:focus
    {
        text-decoration: underline;
    }

.fb_mailtoicon
{
    margin-right: 0.3em;
}

/* ================ END Mailto Styling ========== */

.hidden
{
    display: none;
}


/* ================ FBDropWidget Styling ============== */
.fbcms_drop
{
    position: relative;
    z-index: 101;
}

.fbcms_header .fbcms_drop
{
    position: absolute;
}

.fbcms_drop .drop_title
{
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0.5em;
}

.fbcms_drop .drop_opener
{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 2em;
}

    .fbcms_drop .drop_opener .drop_icon
    {
        display: block;
    }

.fbcms_drop .drop_container
{
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    background-color: #ffffff;
    padding: 0.5em;
    border: solid 1px #cccccc;
}

.translatedrop_title:focus
{
    outline: solid 2px currentColor;
}

.fbcms_drop.dropopen .drop_container
{
    display: block;
}
/* ================ END FBDropWidget Styling ========== */

.fbcms_translate.usetranslatedrop
{
    display: none;
}

    .fbcms_translate.usetranslatedrop.fbcms_drop
    {
        display: block;
    }

.fbcms_drop.dropopen .drop_container.translatedrop_container
{
    width: fit-content;
}


.fbs_struct
{
    --Panel_Padding: 12px;
    --Struct_Margin: -12px;
    margin-left: var(--Struct_Margin);
    width: calc(100% + (var(--Panel_Padding) * 2));
}

    .fbs_struct .fbs_panel
    {
        padding: var(--Panel_Padding);
    }

.fbs_two_col,
.fbs_two_col_left,
.fbs_two_col_right,
.fbs_three_col,
.fbs_three_col_center,
.fbs_four_col
{
    display: grid;
    align-items: stretch;
}

@media only screen and (min-width: 768px)
{
    .fbs_struct
    {
        --Panel_Padding: 1rem;
        --Struct_Margin: -1rem;
    }

        .fbs_struct.fbs_two_col
        {
            grid-template-columns: 50% 50%;
        }

        .fbs_struct.fbs_two_col_left
        {
            grid-template-columns: 66.666% 33.333%;
        }

        .fbs_struct.fbs_two_col_right
        {
            grid-template-columns: 33.333% 66.666%;
        }

        .fbs_struct.fbs_three_col
        {
            grid-template-columns: repeat(3, 33.333%);
        }

        .fbs_struct.fbs_three_col_center
        {
            grid-template-columns: 25% 50% 25%;
        }

        .fbs_struct.fbs_four_col
        {
            grid-template-columns: repeat(2, 50%);
        }
}

@media only screen and (min-width: 994px)
{
    .fbs_struct.fbs_four_col
    {
        grid-template-columns: repeat(4, 25%);
    }
}

/*.fbs_two_col .fbs_panel
{
    width: 50%;
}
.fbs_two_col_left .fbs_panel.fbs_left_col
{
    width: 66.66666666%;
}
.fbs_two_col_left .fbs_panel.fbs_right_col
{
    width: 33.33333333%;
}
.fbs_two_col_right .fbs_panel.fbs_left_col
{
    width: 33.33333333%;
}
.fbs_two_col_right .fbs_panel.fbs_right_col
{
    width: 66.66666666%;
}
.fbs_three_col .fbs_panel
{
    width: 33.33333333%;
}
.fbs_three_col_center .fbs_panel
{
    width: 33.33333333%;
}
.fbs_three_col_center .fbs_panel.fbs_left_col
{
    width: 25%;
}
.fbs_three_col_center .fbs_panel.fbs_center_col
{
    width: 50%;
}
.fbs_three_col_center .fbs_panel.fbs_right_col
{
    width: 25%;
}
.fbs_four_col .fbs_panel
{
    width: 25%;
}*/

.fbcms_richtext table,
.fbcms_newsarticle table,
.fbcms_article table,
.fbcms_htmleditor table
{
    --Table-TH_background: var(--Color_XLtBackground);
    --Table-Border_color: color-mix(in oklab, var(--Table-TH_background), #000 5%);
    --Table-BorderThick_color: color-mix(in oklab, var(--Table-TH_background), #000 30%);
    --Table-Bold_background: #eeeeee;
    --Table-Highlight_background: #ffffdd;
}

    .fbcms_richtext table th,
    .fbcms_newsarticle table th,
    .fbcms_article table th,
    .fbcms_htmleditor table th
    {
        background-color: var(--Table-TH_background);
    }

    .fbcms_richtext table.fbcms-dashed-borders,
    .fbcms_newsarticle table.fbcms-dashed-borders,
    .fbcms_article table.fbcms-dashed-borders,
    .fbcms_htmleditor table.fbcms-dashed-borders
    {
        border-style: dashed;
        border-width: 2px;
        border-color: var(--Table-Border_color);
    }

        .fbcms_richtext table.fbcms-dashed-borders td,
        .fbcms_richtext table.fbcms-dashed-borders th,
        .fbcms_newsarticle table.fbcms-dashed-borders td,
        .fbcms_newsarticle table.fbcms-dashed-borders th,
        .fbcms_article table.fbcms-dashed-borders td,
        .fbcms_article table.fbcms-dashed-borders th,
        .fbcms_htmleditor table.fbcms-dashed-borders td,
        .fbcms_htmleditor table.fbcms-dashed-borders th
        {
            border-width: 2px;
            border-style: dashed;
            padding: 5px;
            border-color: var(--Table-Border_color);
        }

    .fbcms_richtext table.fbcms-solid-borders,
    .fbcms_newsarticle table.fbcms-solid-borders,
    .fbcms_article table.fbcms-solid-borders,
    .fbcms_htmleditor table.fbcms-solid-borders
    {
        border-style: solid;
        border-width: 2px;
        border-color: var(--Table-Border_color);
    }

        .fbcms_richtext table.fbcms-solid-borders td,
        .fbcms_richtext table.fbcms-solid-borders th,
        .fbcms_newsarticle table.fbcms-solid-borders td,
        .fbcms_newsarticle table.fbcms-solid-borders th,
        .fbcms_article table.fbcms-solid-borders td,
        .fbcms_article table.fbcms-solid-borders th,
        .fbcms_htmleditor table.fbcms-solid-borders td,
        .fbcms_htmleditor table.fbcms-solid-borders th
        {
            border-width: 2px;
            border-style: solid;
            padding: 5px;
            border-color: var(--Table-Border_color);
        }


    .fbcms_richtext table.fbcms-alternate-rows,
    .fbcms_newsarticle table.fbcms-alternate-rows,
    .fbcms_article table.fbcms-alternate-rows,
    .fbcms_htmleditor table.fbcms-alternate-rows
    {
    }
    
        .fbcms_richtext table.fbcms-alternate-rows tbody tr:nth-child(2n),
        .fbcms_newsarticle table.fbcms-alternate-rows tbody tr:nth-child(2n),
        .fbcms_article table.fbcms-alternate-rows tbody tr:nth-child(2n),
        .fbcms_htmleditor table.fbcms-alternate-rows tbody tr:nth-child(2n)
        {
            background-color: color-mix(in oklab, var(--Table-TH_background), #fff 40%) !important;
        }


.fbcms_richtext td.fbcms-bold-grey,
.fbcms_richtext th.fbcms-bold-grey,
.fbcms_newsarticle td.fbcms-bold-grey,
.fbcms_newsarticle th.fbcms-bold-grey,
.fbcms_article td.fbcms-bold-grey,
.fbcms_article th.fbcms-bold-grey,
.fbcms_htmleditor th.fbcms-bold-grey
.fbcms_htmleditor td.fbcms-bold-grey,
{
    background-color: var(--Table-Bold_background);
    font-weight: 700;
}

.fbcms_richtext td.fbcms-thick-border,
.fbcms_richtext th.fbcms-thick-border,
.fbcms_newsarticle td.fbcms-thick-border,
.fbcms_newsarticle th.fbcms-thick-border,
.fbcms_article td.fbcms-thick-border,
.fbcms_article th.fbcms-thick-border,
.fbcms_richtext td.fbcms-thick-border,
.fbcms_richtext th.fbcms-thick-border
{
    border-width: 3px;
    border-color: var(--Table-BorderThick_color);
}

.fbcms_richtext td.fbcms-highlight,
.fbcms_richtext th.fbcms-highlight,
.fbcms_newsarticle td.fbcms-highlight,
.fbcms_newsarticle th.fbcms-highlight,
.fbcms_article td.fbcms-highlight,
.fbcms_article th.fbcms-highlight,
.fbcms_richtext td.fbcms-highlight,
.fbcms_richtext th.fbcms-highlight
{
    background-color: var(--Table-Highlight_background);
}

.content_thick,
a.content_thick
{
    font-weight: 700;
}

/*#region Froala Editor Image Styles */

img.fbcms-rounded
{
    border-radius: 10px;
    background-clip: padding-box;
}

.fbcms-rounded img
{
    border-radius: 10px;
    background-clip: padding-box;
}

img.fbcms-bordered
{
    border: solid 5px #CCC;
    box-sizing: content-box;
}

.fbcms-bordered img
{
    border: solid 5px #CCC;
    box-sizing: border-box;
}

.Left_Align_With_Padding
{
    float: left;
    margin-right: 10px;
}

.Right_Align_With_Padding
{
    float: right;
    margin-left: 10px;
}

.Center_Align
{
    margin: 0 auto;
    display: block;
}

/*#endregion FROALA EDITOR IMAGE STYLES */



/*#region PRINTING */

@page
{
    /*size: letter portrait;*/
    /*margin: 0.5in;*/
}

@media print
{
    body
    {
        margin: 2px;
    }

    *
    {
        box-sizing: border-box;
    }

    /*#region non-printable*/
    #f_googletranslator,
    .link_pdfviewer,
    .navbttn,
    .slider-opener,
    .nav_slider,
    .nav-slider-button,
    .nav-slider-active .nav-slider,
    .main-nav,
    .nav-main,
    .list-nav,
    .drop-nav,
    .fbcms_rdropmenu,
    .side-nav,
    a.skip_link,
    .search-form,
    .printLink,
    .fbcms_drop,
    .ical_show_button
    {
        display: none !important;
    }
    /*#endregion non-printable*/

    /*#region print table-like elements*/

    .fbcms_table
    {
        display: table;
        height: auto;
    }

    .fbcms_table_caption
    {
        border: solid 1px black;
        border-collapse: collapse;
        break-before: avoid !important;
        break-inside: avoid !important;
        break-after: avoid !important;
        display: table-caption;
    }

    .fbcms_table_header
    {
        border: solid 1px black;
        border-collapse: collapse;
        display: table-header-group;
        break-before: avoid !important;
        break-inside: avoid !important;
        break-after: avoid !important;
    }

        .fbcms_table_header .fbcms_table_cell
        {
            font-weight: bold;
            font-size: large !important;
            border: solid 1px black;
            border-collapse: collapse;
        }

    .fbcms_table_body
    {
        display: table-row-group;
    }

    .fbcms_table_row
    {
        display: table-row;
        break-inside: avoid !important;
        border: solid 1px black;
        border-collapse: collapse;
    }

    .fbcms_table_cell
    {
        break-inside: avoid !important;
        display: table-cell;
        border: solid 1px black;
        border-collapse: collapse;
    }

    .fbcms_table_footer
    {
        height: 0;
        display: table-footer-group;
        border-collapse: collapse;
    }
    /*#endregion print table-like elements*/

    /*#region print staff*/
    .fbcms_staff_cards .fbcms_contentbody
    {
        position: static !important;
        height: auto !important;
    }

    .fbcms_staff_cards > .fbcms_contentbody > .fbcms_staffentry
    {
        width: 33.33%;
        position: static !important;
    }

    .fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner
    {
        padding: 0 20px;
    }

    .fbcms_staff_cards .fbcms_contentbody .profile_photo
    {
        max-width: 100%;
        width: auto;
    }

    .fbcms_staff_listing .fbcms_table_row
    {
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
    }

    .fbcms_staff_search .fbcms_table_row
    {
        border-bottom: 1px solid #CCCCCC;
        padding: 5px;
    }

        .fbcms_staff_search .fbcms_table_row:first-child
        {
            border-top: 1px solid #CCCCCC;
        }


    .fbcms_staff_cards .fbcms_contentbody .btn_read,
    .fbcms_staff_listing .fbcms_staff_listing_headers
    {
        display: none;
    }
    /*#endregion print staff*/

    /*#region print spotlights*/
    .spotlights_horizontal .fbcms_spotlight
    {
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
    }

    .spotlights_horizontal.horz_layout_5 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_9 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_10 .fbcms_spotlight
    {
        /*width: calc(20% - (20px/5));
        max-width: 20%;*/
        flex: 0 1 18%;
    }

    .spotlights_horizontal.horz_layout_4 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_7 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    {
        /* width: calc(25% - (15px/4));
        max-width: 25%;*/
        flex: 0 1 23%;
    }

    .spotlights_horizontal.horz_layout_3 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    {
        /*width: calc(33.333% - (10px/3));
        max-width: 33%;*/
        flex: 0 1 31.333%;
    }

    .spotlights_horizontal.horz_layout_2 .fbcms_spotlight
    {
        /*width: calc(50% - (5px/2));
        max-width: 50%;*/
        flex: 0 1 48%;
    }

    .spotlights_horizontal.horz_layout_1 .fbcms_spotlight
    {
        width: 98%;
    }

    .spotlights_horizontal.fbcms_spotlights_list:after
    {
        display: none;
    }
    /*#endregion print spotlights*/

    /*#region print custom forms*/

    .clear_input
    {
        font-size: 200%;
        line-height: 100%;
    }

    .fbcms_custom_form select,
    .fbcms_custom_form input.text,
    .fbcms_custom_form textarea.textarea,
    .fbcms_custom_form .file_upload
    {
        width: 100%;
    }

        .fbcms_custom_form .file_upload .fbcms_table_caption:after
        {
            content: '';
            clear: both;
            display: block;
        }

        .fbcms_custom_form .file_upload .fbcms_table_cell
        {
            display: inline-block;
            padding: 2px 6px;
        }
    /*#endregion print custom forms */

    /*#region print stories */

    .story_search
    {
        clear: both;
    }

    .story_list_result
    {
        clear: both;
        page-break-inside: avoid;
    }

    /*#endregion print stories */

    /*#region print job boards*/
    .jobboard_search
    {
        clear: both;
    }

    .jobboard_list_result
    {
        clear: both;
        page-break-inside: avoid;
    }
    /*#endregion print job boards*/

    /*#region print buildings */
    .building_search
    {
        clear: both;
    }

    .building_list_result
    {
        clear: both;
        page-break-inside: avoid;
    }
    /*#endregion print buildings */

    /*#region print files */
    .file_search
    {
        clear: both;
    }

    .file_list_result
    {
        clear: both;
        page-break-inside: avoid;
    }

    .file_upload .fbcms_table_header
    {
        display: block;
    }

        .file_upload .fbcms_table_header .fbcms_table_cell
        {
            display: none;
        }

            .file_upload .fbcms_table_header .fbcms_table_cell:first-child
            {
                display: inline-block;
                visibility: hidden;
            }

                .file_upload .fbcms_table_header .fbcms_table_cell:first-child:before
                {
                    content: "File Details";
                    visibility: visible;
                }


    .file_upload .fbcms_table_footer .fbcms_table_cell:first-child
    {
        display: none;
    }

    .plupload_filelist
    {
        display: block;
        height: auto;
        min-height: 2em;
    }
    /*#endregion print files */

    /*#region print calendars */

    .ical_show_button,
    .display_grid_button,
    .display_list_button,
    .show_ical_button,
    .dayname_full,
    .dayname_abbr,
    .fom_monthname
    {
        display: none;
    }

    .contentheader_item.calendar_nav_controls
    {
        float: none;
    }

    .calendargrid .caltab
    {
        width: 100%;
    }

    .dayname_lttr
    {
        display: block;
    }

    .calendargrid .caltab .currentmonth .daynumber.dayeventlink
    {
        text-decoration: underline;
    }

    .calendar_header_printmonth
    {
        display: inline-block;
        float: right;
    }

    .eventcontent > p
    {
        margin-bottom: 0.4rem !important;
    }
    /*#endregion print calendars */

    /*#region print lunch menus */

    .fbcms_lunchmenu .fbcms_table_cell .lm_datetop
    {
        background-color: #ffffff;
        color: #000000;
        float: right;
        font-size: large !important;
        font-weight: bold;
        line-height: 1.5em;
        margin: 1px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: 1.5em;
    }

    .fbcms_lunchmenu .lm_fom .lm_monthname
    {
        display: inline-block;
    }

    .fbcms_lunchmenu .fbcms_table_cell.lm_datecell
    {
        border-bottom-width: thin;
    }

    .fbcms_lunchmenu .calendar_nav_controls,
    .fbcms_lunchmenu .lm_dayname,
    .fbcms_lunchmenu .lm_monthname
    {
        display: none !important;
    }



    .fbcms_lunchmenu .fbcms_table_five .fbcms_table_cell.lm_datecell
    {
        width: 20%;
    }

    .fbcms_lunchmenu .fbcms_table_seven .fbcms_table_cell.lm_datecell
    {
        width: 14%;
    }

    /*#endregion print lunch menus */
}
/*#endregion PRINTING */

/* == Visual (Mobile) Nav ============================================ */
.visual_nav_wrapper
{
    --VisualNav-BackgroundColor: var(--Color_White);
    --VisualNav-IconColor: var(--Color_Secondary);
    --VisualNav-TextColor: var(--Color_Black);
    --VisualNav-BorderWidth: 2px;

    background-color: var(--VisualNav-BackgroundColor);
}

.nav-slider-active .fbcms_wrapper:where(:has(.visual_nav_wrapper.bottom.vnw_display_mobile)),
.nav-slider-deactivated .fbcms_wrapper:where(:has(.visual_nav_wrapper.bottom.vnw_display_desktop))
{
    padding-bottom: var(--VisualNav-Height);
}
.nav-slider-active .fbcms_wrapper:where(:has(.visual_nav_wrapper.top.vnw_display_mobile)),
.nav-slider-deactivated .fbcms_wrapper:where(:has(.visual_nav_wrapper.top.vnw_display_desktop))
{
    padding-top: var(--VisualNav-Height);
}

.visual_nav_wrapper .visual_nav_liner
{
    display: none;
}
.nav-slider-active .visual_nav_wrapper.vnw_display_mobile .visual_nav_liner,
.nav-slider-deactivated .visual_nav_wrapper.vnw_display_desktop .visual_nav_liner
{
    display: block;
}
.visual_nav_wrapper.fixed
{
    position: fixed;
    z-index: 998; /* below nav-slider (999) */
}
.visual_nav_wrapper.fixed.bottom
{
    bottom: 0;
}
.visual_nav_wrapper.bottom
{
    display: flex;
    flex-direction: column;
    border-top: solid var(--VisualNav-BorderWidth) var(--Color_Primary);
}
.visual_nav_wrapper.bottom .visual_nav_liner_extra
{
    order: 1;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.visual_nav_wrapper.bottom .visual_nav_liner:where(:not(.visual_nav_liner_extra))
{
    order: 2;
}

.visual_nav_wrapper.fixed.top
{
    top: 0;
    border-bottom: solid var(--VisualNav-BorderWidth) var(--Color_Primary);
}

.visual_nav_wrapper.vnw_display_2
{
    --_menu_row_count: 2;
}
.visual_nav_wrapper.vnw_display_3
{
    --_menu_row_count: 3;
}
.visual_nav_wrapper.vnw_display_4
{
    --_menu_row_count: 4;
}
.visual_nav_wrapper.vnw_display_5
{
    --_menu_row_count: 5;
}

.visual_nav_item_list
{
    --_menu_gap: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--_menu_gap);
}
.visual_nav_item
{
    flex: 0 0 calc((100% / var(--_menu_row_count)) - ((var(--_menu_gap) * (var(--_menu_row_count) - 1)) / var(--_menu_row_count)));
    text-align: center;
}
.visual_nav_item_link
{
    display: block;
    padding: 1rem 1vw;
    text-decoration: none;
    color: var(--VisualNav-TextColor);
    opacity: .8;
}
.visual_nav_item_link:hover,
.visual_nav_item_link:focus
{
    opacity: 1;
}
.visual_nav_item_icon
{
    display: inline-block;
    margin-inline: auto;
    color: var(--VisualNav-IconColor);
}
.visual_nav_item_title
{
    display: block;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-slider-active .visual_nav_item_title
{
    font-size: 2vw;
}

.visual_nav_wrapper .visual_nav_item_listextra
{
    block-size: 0;
    margin: 0;
    padding-block: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: var(--VisualNav-BackgroundColor);
}
.visual_nav_wrapper.bottom .visual_nav_item_listextra
{
    position: absolute;
    bottom: calc(100% + var(--VisualNav-BorderWidth));
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.visual_nav_wrapper.visual_nav_open .visual_nav_item_listextra 
{
    block-size: auto;
    visibility: visible;
}
    
@supports (interpolate-size: allow-keywords)
{
    .visual_nav_wrapper .visual_nav_item_listextra
    {
        transition: all .5s;
        transition-behavior: allow-discrete;
    }
}
/* == END Visual (Mobile) Nav ======================================== */

/* -=-=-=-=-=-=-=-=-=-=-[ Mobile Shortcut ]-=-=-=-=-=-=-=-=-=-=- */

@media only screen and (min-width: 500px) /* and (pointer:none), (pointer:coarse) */
{
    .link_siteshortcut
    {
        display: none;
    }
}

/* -=-=-=-=-=-=-=-=-=-[ END Mobile Shortcut ]-=-=-=-=-=-=-=-=-=-=- */

/*#region Guest Login Form */

.guestlogin_form
{
}

    .guestlogin_form .data-driven-title
    {
    }

    .guestlogin_form .statusmessage
    {
    }

    .guestlogin_form .welcomemessage
    {
    }

    .guestlogin_form .providers
    {
        display: block;
        text-align: center;
    }

        .guestlogin_form .providers .provider_row
        {
            margin-bottom: 9px;
        }


            .guestlogin_form .providers .provider_row.microsoft
            {
            }

                .guestlogin_form .providers .provider_row.microsoft button
                {
                    font: 600 15px 'Segoe UI Regular' !important;
                    padding: .5em 1em;
                    font-weight: 600 !important;
                    color: #5E5E5E;
                    background-color: #FFFFFF !important;
                    border: 1px solid #8C8C8C;
                    vertical-align: middle;
                }

                    .guestlogin_form .providers .provider_row.microsoft button:hover
                    {
                        background-color: #EEEEEE !important;
                    }

                    .guestlogin_form .providers .provider_row.microsoft button:focus
                    {
                        box-shadow: 0 0 0 .2rem rgba(100,100,100,.5);
                    }

                    .guestlogin_form .providers .provider_row.microsoft button img
                    {
                        padding-right: 12px;
                        vertical-align: middle;
                    }

            .guestlogin_form .providers .provider_row.google
            {
                width: 202px;
                margin-inline: auto;
            }

            .guestlogin_form .providers .provider_row.midatahub
            {
            }

            .guestlogin_form .providers .provider_row.internal
            {
                opacity: .7;
                margin-block: 1.5em;
            }

    .guestlogin_form .internal_subform_wrapper
    {

    }

        .guestlogin_form .internal_subform_wrapper.display_none
        {
            display: none !important
        }

    .guestlogin_form .forgotten_link 
    {
        margin-bottom: .5em;
        text-align: center;
    }
        .guestlogin_form .forgotten_link a:before
        {
            display: inline-block;
            font-weight: 900;
            margin-right: .5em;
            font-family: 'Font Awesome 5 Free';
            vertical-align: bottom;
            color: currentColor;
        }
        .guestlogin_form .forgotten_link.user a:before
        {
            content: "\f007";
        }
        .guestlogin_form .forgotten_link.pw a:before
        {
            content: "\f023";
        }
/*#endregion Guest Login Form */