@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;
}

@media print {
    a.skip_link {
        display: none !important;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ 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;
}

@media print {
    .search-form {
        display: none;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Search Block ]-=-=-=-=-=-=-=-=-=-=- */

/*
/*
=======================================================
    User Classes selectable via editor (TinyMCE)
    Copy this block to the Editor.css to allow use.
=======================================================
*/
.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;
}

/*
=======================================================
    End User Classes
=======================================================
*/

@media print,
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 .newsarticle_title {
    font-weight: bold;
    font-size: 1.05em;
}

.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_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 ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ 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 ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-[ News Article Popup ]-=-=-=-=-=-=-=-=-=-=- */
.news_article_details {
    margin: 0;
    padding: 0;
    text-align: left;
}

.news_article_details .article_table .article_date {
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.news_article_details .article_table .article_title {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.news_article_details .article_table .article_subtitle {
    color: #FFFFFF;
}

.news_article_details .article_table .details_html {
    text-align: justify;
}

.news_article_details .article_date_cell {
    background-color: #000000;
    padding: 5px 5px 5px 16px;
    width: 10%;
}

.news_article_details .news_titles_cell {
    background-color: #000000;
    padding: 5px 5px 5px 0px;
    width: 90%;
}

.news_article_details .details_html_cell {
    padding: 10px 15px 5px 15px;
}

.fbcms_newslist .newsarticle_title {
    font-weight: bold;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END News Article Popup ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Related Article PermaPage ]-=-=-=-=-=-=-=-=-=-=- */
#related_section {
    margin-bottom: 25px;
}

#related_section .news_article_details,
#related_section .fbcms_newsarticle {
    margin-bottom: 15px;
}

#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 {
    /*  RSS Icon - Square Waves Icon */
    background: url(/Areas/Core/Images/icons/rss/icon_RSS.gif) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    /*  RSS Icon - Rectangular "RSS"
    width: 30px;
    height: 12px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSS1.gif) 0 0 no-repeat;
*/
}

/* -=-=-=-=-=-=-=-=-=-=-[ 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;
}

/* -=-=-=-=-=-=-=-=-=-[ 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 ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_calendar_list_with_nav {
    margin-bottom: 25px;
}


.fbcms_calendar_list_with_nav .month_table thead {
    display: none;
}

.fbcms_calendar_list_with_nav .month_table th {
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    border-bottom: solid 1px #C0C0C0;
}

.fbcms_calendar_list_with_nav .month_table {
    margin-bottom: 10px;
    width: 100%;
}

.fbcms_calendar_list_with_nav .month_header {
    color: #fff;
    padding: 3px;
    padding-left: 6px;
    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: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #C0C0C0;
}

.fbcms_calendar_list_with_nav .event_data {
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: solid 1px #C0C0C0;
}

.fbcms_calendar_list_with_nav .event_date {
    max-width: 110px;
    /* text-align: right; */
    padding-right: 15px;
    padding-left: 15px;
}

.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;
}

.fbcms_calendar_mini_popup {
    position: absolute;
    z-index: 800;
    width: 185px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

.fbcms_calendar_mini_popup #fbcms_calendar_miniPopup_arrowTop {
    background: url(/Areas/Core/Images/arrowup.gif) 20px 0 no-repeat;
    position: relative;
    top: 1px;
    z-index: 20;
    height: 11px;
}

.fbcms_calendar_mini_popup #fbcms_calendar_miniPopup_arrowBot {
    background: url(/Areas/Core/Images/arrowdown.gif) 20px 0 no-repeat;
    position: relative;
    top: -1px;
    z-index: 20;
    height: 11px;
}

.fbcms_calendar_mini_popup #fbcms_calendar_miniPopup_eventInfo {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 10px;
    font-size: 10px;
    line-height: 14px;
}

.fbcms_calendar_miniPopupEventInfo_date {
    font-weight: bold;
    margin-top: 6px;
    margin-right: 2px;
}

.fbcms_calendar_mini_popup .fbcms_calendar_miniPopupEventInfo_description:first-child {
    margin-top: 0;
}

#fbcms_calendar_miniPopup_eventInfo {
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
}


/* 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;
}

/* Calendar Grid Event View Popup Shell */
#eventviewdiv {
    border: 0;
    position: absolute;
    padding: 0px;
    z-index: 100;
    width: 300px;
    height: 250px;
}

/* Calendar Grid Event View Popup Shell */
/* Note: IFRAME magic - Don't change this. */
#eventviewdiv iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.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;
}

/* 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 print,
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;
    }
}

@media screen and (max-width: 767px) {
    .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;
    }
}

@media print {
    .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_cards .fbcms_contentbody .btn_read {
        display: none;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ 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 print,
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 {
    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_drop {
    font-size: 12px;
    width: 164px;
}

.fbcms_staff_search .staff_search_filter {
    width: 180px;
    display: inline-block;
}

.fbcms_staff_search .fbcms_staff_search_submit {
    cursor: pointer;
}

.fbcms_staff_search .fbcms_staff_search_button {
    margin-top: 5px;
}


.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_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 print,
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 ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Pager ]-=-=-=-=-=-=-=-=-=-=- */
.pager .btnResultNavigation {
    background-color: #767676;
    border: 0 none;
    height: 19px;
    padding: 0;
    width: 19px;
}

.pager a,
.pager>img {
    margin: 0 1px -5px 1px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.pager a .btnResultNavigation {
    background-color: #222222;
}

.pager a:hover .btnResultNavigation,
.pager a:focus .btnResultNavigation {
    background-color: #000000;
}

.pager .pageNumInfoText {
    margin: 0 2px;
}

.changeperpageform select {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* -=-=-=-=-=-=-=-=-=-[ END Pager ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Search Form ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_search_form {
    margin-bottom: 10px;
}

.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 {
    box-sizing: content-box;
    height: 18px;
    padding: 4px 7px;
    border: 1px solid #999;
}

.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 {
    border-bottom: solid 1px #CCCCCC;
    padding: 5px 20px;
    display: table-cell;
}

.fbcms_search .reference_content .fbcms_tabset .tabset_titlecontainer .tabset_title.active {
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: none;
}

.fbcms_search .reference_content .reference_content_item {
    margin-bottom: 10px;
}

.fbcms_search .reference_content .reference_content_item_title>span {
    display: inline-block;
}

.fbcms_search .reference_content .content_item_titlelabel {
    font-weight: bold;
}

.fbcms_search .reference_content .content_item_title {}

/* -=-=-=-=-=-=-=-=-=-[ 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,
.fbcms_spotlight_controls .fbcms_spotlight_overlay_open {}

.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.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 .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;
}

.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;
}

@media print,
screen and (min-width: 768px) {
    .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;
}

.fbcms_spotlight_overlay_close a {
    border: solid 1px #999;
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 18px;
    line-height: 14px;
    color: #999;
    padding: 2px;
    cursor: pointer;
    text-decoration: 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 print,
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 print,
screen and (max-width: 767px) {
    .clear_input {
        font-size: 200%;
        line-height: 100%;
    }
}

/* -=-=-=-=-=-=-=-=-=-[ END Generic Fields & Forms ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Mini Staff Search ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_staff_search_mini {
    margin-bottom: 25px;
}

.fbcms_staff_search_mini .fbcms_staff_search_mini_txt {
    max-width: 200px;
    margin: 3px 0 10px 0;
    padding: 2px;
}

.fbcms_staff_search_mini select {
    width: 100%;
    margin: 3px 0 3px 0;
}

.fbcms_staff_search_mini .fbcms_staff_search_mini_actions {
    padding-top: 10px;
}

.fbcms_staff_search_mini .fbcms_staff_search_mini_submitImg {
    display: none;
}

.fbcms_staff_search_mini .fbcms_staff_search_mini_submitButton {}

.fbcms_staff_search_mini .fbcms_staff_search_mini_advancedSearch {
    display: block;
    padding-top: 8px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Mini Staff Search ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ 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_zonelogin td {
    padding: 5px 5px 0 0;
    vertical-align: middle;
}

.fbcms_zonelogin td.label {
    font-weight: bold;
}

/* -=-=-=-=-=-=-=-=-=-[ END Protected Zone ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Zone User Widget ]-=-=-=-=-=-=-=-=-=-=- */
.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: 12px;
    line-height: 16px;
    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 Zone User Widget ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Zone User Account Popup ]-=-=-=-=-=-=-=-=-=-=- */
.zone_user_account_details {
    padding: 10px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Zone User Account Popup ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Zone User Profile Popup  ]-=-=-=-=-=-=-=-=-=-=- */
.zone_user_profile_details {
    padding: 10px;
}

/* -=-=-=-=-=-=-=-=-=-[ END User Profile Popup ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Zone Users (Members) ]-=-=-=-=-=-=-=-=-=-=- */
#zone_user_form .error {
    color: #FF0000;
    font-weight: bold;
    font-style: italic;
}

#zone_user_form fieldset {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}

#zone_user_form td {
    vertical-align: top;
    text-align: left;
}

#zone_user_form #groups td.groupRadio,
#zone_user_form #groups td.groupInfo,
#zone_user_form #groups td.groupCost {
    padding: 0 10px 10px 0;
}

#zone_user_form #groups td.groupCost {
    padding-right: 0;
    text-align: right;
}

#zone_user_form #groups .groupName,
#zone_user_form #groups .groupCost {
    font-weight: bold;
}

#zone_user_form td.groupRadio input.radio {
    padding: 0;
    margin: 0;
}

#zone_user_form td.label {
    text-align: right;
    padding-right: 10px;
}

#zone_user_form td.label label {
    float: right;
    white-space: nowrap;
    font-weight: normal;
}

#zone_user_form td.label label.req,
#zone_user_form legend {
    font-style: normal;
    font-weight: bold;
}

#zone_user_form legend {
    padding-bottom: 10px;
}

#zone_user_form input.text,
#zone_user_form input.password,
#zone_user_form textarea {
    width: 300px;
    padding: 2px;
}

#zone_user_form input.text,
#zone_user_form input.password,
#zone_user_form select {
    font-size: 11px;
}

#zone_user_form select {
    width: 306px;
}

#zone_user_form input.button {
    font-size: 11px;
    margin: 10px 30px 10px 30px;
    width: 80px;
    float: left;
}

#zone_user_form input.passwordreminder,
#zone_user_form input.completeregistration,
#zone_user_form input.activateaccount {
    width: 140px;
}

#zone_user_form input.edit {
    width: 50px;
}

#zone_user_form input.next,
#zone_user_form input.completeregistration,
#zone_user_form input.passwordreminder,
#zone_user_form input.activateaccount {
    float: right;
}


/*Search results*/
.form_table {
    margin: 0;
    padding: 0;
}

.memberSearchResults .sortHeading {
    font-weight: bold;
}

.memberSearchResults tr.result_set td {
    padding: 2px;
    text-align: left;
}

.memberSearchResults tr.result_set td a.viewProfile {
    white-space: nowrap;
}

#zone_user_form .paginator {
    text-align: right;
    margin-right: 2px;
}

#zone_user_form .paginator select {
    font-size: 10px;
}

#zone_user_form .contactMembers {
    margin: 5px 2px 10px 0;
    text-align: right;
}

#zone_user_form .memberProfile .memberProfilePicture {
    text-align: left;
}

#zone_user_form .memberProfile .memberProfilePicture img {
    width: 105px;
    height: 120px;
    border: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

#zone_user_form .memberProfile .memberName {
    font-weight: bold;
}

#zone_user_form .memberProfile .memberName,
#zone_user_form .memberProfile .memberEmail {
    display: inline;
}

#zone_user_form .memberProfile .memberEmail a {
    width: 15px;
    height: 11px;
    margin-left: 10px;
    background: #666 url(/Areas/Core/Images/emailIcon.gif) 0 0 no-repeat;
}

#zone_user_form .memberProfile .memberEmail a:hover #emailIcon,
#zone_user_form .memberProfile .memberEmail a:focus #emailIcon {
    background: #DBD3C0 url(/Areas/Core/Images/emailIcon.gif) 0 0 no-repeat;
}

#zone_user_form .memberProfile a {
    background-color: #666666;
}

/* -=-=-=-=-=-=-=-=-=-[ END Zone Users (Members) ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ 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: 185px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #C0C0C0;
}

#fb_tooltip_popbox_container {
    background: #fff;
    position: relative;
    z-index: 10;
    line-height: 14px;
}

#fb_tooltip_popbox_close {
    position: absolute;
    float: right;
    top: 1px;
    right: 1px;
    background-image: url(/Areas/Core/Images/close.gif);
}

#fb_tooltip_popbox_close,
#fb_tooltip_popbox_close img {
    width: 12px;
    height: 12px;
    border: none;
}

#fb_tooltip_popbox_title {
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    color: #383838;
}

#fb_tooltip_popbox_content {
    padding: 3px;
}

/* -=-=-=-=-=-=-=-=-=-[ 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);
}

.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;
    font-size: 18px;
    line-height: 0;
    text-decoration: none;
    display: inline-block;
}

.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%;
}

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 ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Classroom Projects ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_classroomproject_list_with_search .fbcms_classroomproject {
    margin: 10px 0 10px 0;
    height: 170px;
    width: 650px;
    overflow: hidden;
    text-align: left;
    float: left;
}

.fbcms_classroomproject_list_with_search .fbcms_classroomproject_thumbnail {
    float: left;
    margin-right: 20px;
    font-size: 0;
    line-height: 0;
    height: 170px;
}

.fbcms_classroomproject_list_with_search .fbcms_classroomproject_thumbnail img {
    border: 1px solid #999999;
    padding: 2px;
}

.fbcms_classroomproject_display .fbcms_classroomproject_col1 {
    float: left;
}

.fbcms_classroomproject_display .fbcms_classroomproject_col2 {
    width: 210px;
    position: absolute;
    right: 20px;
}

.fbcms_classroomproject_display .project_video,
.fbcms_classroomproject_display .project_photogallery {
    margin-bottom: 15px;
}

/* -=-=-=-=-=-=-=-=-=-[ END Classroom Projects ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ ARD Banner Projects ]-=-=-=-=-=-=-=-=-=-=- */

.fbcms_ard_banner {
    width: 960px;
    margin: auto;
}

/* -=-=-=-=-=-=-=-=-=-[ END ARD Banner Projects ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ Guest Logon and Edit My Account ]-=-=-=-=-=-=-=-=-=-=- */

.guest_form {
    max-width: 400px;
    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;
}

.fbcms_photogallery .fbcms_imagerotator .slide img {
    display: block;
}

.fbcms_photogallery .fbcms_imagerotator .slide img.haslink {
    cursor: pointer;
}

.fbcms_photogallery .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;
}

.fbpgro_button.fbpgro_next,
.fbpgro_button.fbpgro_prev {
    font-size: 1.6rem;
    margin-bottom: 3px;
    margin-top: -2px;
}

.fbpgro_button.fbpgro_next.fbcpgro_over,
.fbpgro_button.fbpgro_prev.fbcpgro_over {
    bottom: 50%;
    transform: translateY(50%);
}

.fbpgro_button.fbpgro_next.fbcpgro_over {
    right: 0;
}

.fbpgro_button.fbpgro_prev.fbcpgro_over {
    left: 0;
}

.fbpgro_button.fbcpgro_large {
    font-size: 3rem;
    height: 3rem;
    width: 3rem;
}

.fbcms_photogallery .fbpgro_button:hover,
.fbcms_photogallery .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_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;
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Photo Gallery Rotator ]-=-=-=-=-=-=-=-=-=-=- */


/************************************
 * 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;
}

/* -=-=-=-=-=-=-=-=-=-=-[ 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%;
    }
}

@media print {}

/* -=-=-=-=-=-=-=-=-=-=-[ 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;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #000;
    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: 500px;
    min-height: 180px;
    overflow: auto;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    z-index: 9998;
    border: solid 2px #000000;
    max-height: 400px
}

.fbcms_editmode .fbcms_emergencyAlert {
    display: block;
    border: none;
    position: static;
    margin-left: 0;
    min-height: 30px;
    transform: none;
}

.fbcms_emergencyAlert #closeAlert {
    border: solid 1px #000000;
    position: absolute;
    right: 2px;
    top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 12px;
    color: #000000;
    padding: 0 2px 0 2px;
    cursor: pointer;
}

.fbcms_emergencyAlert #closeAlert:focus {
    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 55px;
    min-height: 60px;
    position: relative;
}

.fbcms_emergencyAlert .fbcms_headline_list_content:before {
    content: "\f06a";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 3rem;
    line-height: 1;
    color: #d73b2e;
}

.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 #ffffff transparent;
    position: absolute;
    top: 14px;
    right: 19px;
}

.flyup_expanded .flyup_tab:after {
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
}

.flyup_tab:hover,
.flyup_tab:focus {
    text-decoration: underline;
}

.flyup_tab:hover:after,
.flyup_tab:focus:after {
    border-color: transparent transparent #ffffff transparent;
}

.flyup_expanded .flyup_tab:hover:after,
.flyup_expanded .flyup_tab:focus:after {
    border-color: #ffffff 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 {
    color: #CC0000;
}

/*
===========================================================
  END Generic User Styles
===========================================================
*/


/* -=-=-=-=-=-=-=-=-=-=-[ Parent Calendar Selector ]-=-=-=-=-=-=-=-=-=-=- */
.display_np_button,
.display_grid_button,
.display_list_button {
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 18px;
}

.display_np_button:hover,
.display_grid_button:hover,
.display_list_button:hover,
.display_np_button:focus,
.display_grid_button:focus,
.display_list_button:focus,
.display_np_button.selected,
.display_grid_button.selected,
.display_list_button.selected {
    border: 1px solid #999999;
    background-color: #acacac;
    font-weight: normal;
}


.display_grid_button {
    /* background:url(/Areas/Core/Images/Calendars/calendar_grid_sm.jpg) no-repeat; */
}

.display_grid_button:hover,
.display_grid_button:focus,
.display_grid_button.selected {
    /*  background: url(/Areas/Core/Images/Calendars/calendar_grid_selected_sm.jpg) no-repeat; */
}



.display_list_button {
    /*  background:url(/Areas/Core/Images/Calendars/calendar_list_sm.jpg) no-repeat; */
}


.display_list_button:hover,
.display_list_button:focus,
.display_list_button.selected {
    /*  background:url(/Areas/Core/Images/Calendars/calendar_list_selected_sm.jpg) no-repeat; */
}

.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;
}

@media print {

    .navbttn,
    .display_np_button,
    .display_grid_button,
    .display_list_button,
    .show_ical_button {
        display: none;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ END Parent 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_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;
}

/*
===========================================================
  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: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_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;
    }
}

@media print {
    .story_search {
        clear: both;
    }

    .story_list_result {
        clear: both;
        page-break-inside: avoid;
    }
}

/* ================ END Story Search =================== */

/* ================ Story Print ======================== */
body.print_stories {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background-image: none;
    background-color: #ffffff;
    color: #000000;
}

.story_search_form .directions {
    margin-bottom: 5px;
}

.print_stories h1,
.print_stories h2,
.print_stories h3,
.print_stories h4,
.print_stories h5,
.print_stories h6 {
    color: inherit;
}

@media screen {
    body.print_stories {
        margin: 20px;
    }
}

@media print {
    .print_stories .fbcms_story_title {
        display: none;
    }

    .print_stories .story_search_form {
        display: none;
    }

    .print_stories .fbcms_story_pager {
        display: none !important;
    }
}

/* ================ END Story Print ==================== */

/* ================ 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 {
    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_summary,
.jobboard .jobboard_description,
.jobboard .jobboard_requirements,
.jobboard .jobboard_instructions {
    display: block;
}

.jobboard .jobboard_wage,
.jobboard .jobboard_hours {
    display: inline-block;
    width: 33%;
}

.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-size: 120%;
    font-weight: bold;
    margin-right: 3px;
}

.jobboard .jb_label {
    font-size: 120%;
}

.jobboard .categoryitem_title {
    margin-right: 3px;
}

.jobboard .categoryitem_title:after {
    content: ',';
}

.jobboard .categoryitem_title:last-child:after {
    content: unset;
}

/* ================ 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 label {
    font-weight: bold;
    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;
}

.jobboard_list_result.jobboard .jobboard_title {
    font-size: 150%;
    font-weight: bold;
}

.jobboard_list_result.jobboard .details_button {}

.jobboard_list_result.jobboard .details_button.details_closed {}

.jobboard_list_result.jobboard .extended_details {}

.jobboard_list_result.jobboard .extended_details.details_closed {}

@media only screen and (min-width: 768px) {
    .jobboard_search.fbjb_sbs {
        display: flex;
    }

    .fbjb_sbs .jobboard_search_form {
        width: 30%;
        padding-right: 20px;
        order: 0;
    }

    .fbjb_sbs .jobboard_search_form .date_start_filter,
    .fbjb_sbs .jobboard_search_form .date_end_filter {
        margin-right: 0;
        display: block;
    }

    .fbjb_sbs .jobboard_search_results {
        width: 70%;
        order: 1;
    }

    .fbcms_contentfooter.fbjb_sbs {
        padding-left: 30%;
    }

    .fbjb_sbs .jobboard_search_form .search_filter label {
        min-width: 3.75em;
        padding-right: 10px;
    }
}

@media print {
    .jobboard_search {
        clear: both;
    }

    .jobboard_list_result {
        clear: both;
        page-break-inside: avoid;
    }
}

/* ================ 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;
}

@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;
    }
}

@media print {
    .building_search {
        clear: both;
    }

    .building_list_result {
        clear: both;
        page-break-inside: avoid;
    }
}

/* ================ END Building Search =================== */

/* ================ Building Print ======================== */
body.print_buildings {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background-image: none;
    background-color: #ffffff;
    color: #000000;
}

.building_search_form .directions {
    margin-bottom: 5px;
}

.print_buildings h1,
.print_buildings h2,
.print_buildings h3,
.print_buildings h4,
.print_buildings h5,
.print_buildings h6 {
    color: inherit;
}

@media screen {
    body.print_buildings {
        margin: 20px;
    }
}

@media print {
    .print_buildings .building_search_form {
        display: none;
    }

    .print_buildings .fbcms_building_pager {
        display: none !important;
    }
}

/* ================ END Building Print ==================== */

/* ================ 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;
}

@media print {
    #f_googletranslator {
        display: none;
    }
}

/* ================ END Google Translate ======================== */

@media print {
    .link_pdfviewer {
        display: none;
    }
}

/*
===========================================================
  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('/Areas/Core/Scripts/plupload/jquery.plupload.queue/img/backgrounds.gif') no-repeat 0 -238px;
}

.plupload_done {
    color: #AAA
}


.plupload_delete button {
    background: url('/Areas/Core/Scripts/plupload/jquery.plupload.queue/img/delete.gif');
    background-repeat: no-repeat;
    text-align: left;
}

.plupload_failed a {
    background: url('/Areas/Core/Scripts/plupload/jquery.plupload.queue/img/error.gif');
    cursor: default;
    background-repeat: no-repeat;
}

.plupload_done a {
    background: url('/Areas/Core/Scripts/plupload/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 print, 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_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);
    }
}

@media print {

    .slider-opener,
    .nav_slider {
        display: none;
    }
}

/* ================ 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;
}

@media print {

    .nav-slider-button,
    .nav-slider-active .nav-slider {
        display: 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;
    }
}

@media print {
    .main-nav {
        display: none;
    }
}

/* ================ 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;
}

@media print {
    .nav-main {
        display: none;
    }
}

/* ================ 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;
    }
}

@media print {
    .list-nav {
        display: none;
    }
}

/* Drop Styling */
.drop-nav .menu_title {
    display: block;
}

.drop-nav li a {
    display: block;
}

@media print {
    .drop-nav {
        display: none;
    }
}

/* 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;
    }
}

@media print {
    .fbcms_rdropmenu {
        display: 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 print {
    .side-nav {
        display: none;
    }
}


@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;
}

/*=== 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;
}

/* 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 .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 print,
screen and (min-width: 768px) {
    .fbcms_lunchmenu .fbcms_table {
        margin-bottom: 15px;
    }

    .fbcms_lunchmenu .fbcms_table_cell.lm_datecell {
        width: 14%;
        border-style: solid;
        border-color: #444444;
        border-top-width: thin;
        border-left-width: thin;
    }

    .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%;
    }
}

@media print {
    .fbcms_lunchmenu .fbcms_table_row.datesrow {
        page-break-after: always;
    }

    .fbcms_lunchmenu .fbcms_table_cell.lm_datecell {
        border-bottom-width: thin;
    }

    .fbcms_lunchmenu .fbcms_table_cell .lm_datetop {
        background-color: #cccccc;
        color: #000000;
    }

    .fbcms_lunchmenu .calendar_nav_controls {
        display: none;
    }
}

/*
    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;
    margin: 0 2px;
    padding: 3px 8px;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}

.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.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 {}

@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;
    }
}

@media print {
    .file_search {
        clear: both;
    }

    .file_list_result {
        clear: both;
        page-break-inside: avoid;
    }
}

/* ================ 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;
}

@media print {
    .fbcms_drop {
        display: none;
    }
}
/* ================ 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;
}