@media only screen and (min-width: 768px)
{
    html
    {
        position: relative;
        min-height: 100%;
    }
    .page_body
    {
        height: 100%;
    }
}

/* -=-=-=-=-=-=-=-=-=-=-[ General Links ]-=-=-=-=-=-=-=-=-=-=- */
@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;
	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
{
    display: inline-block;
    text-indent: -9999px;
    float: left;
}

@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;
}
/*
=======================================================
    End User Classes
=======================================================
*/

@media only 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 print, 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;
}
/* -=-=-=-=-=-=-=-=-=-[ 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,
.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;
    background: url("/Areas/Core/Images/news_icon.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding-bottom: 2px;
    padding-left: 18px;
    padding-top: 2px;
}
.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 .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_newsarticlelist .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: 25%;
    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;
}

.fbcms_calendar_minigrid .fbcms_contentfooter
{
    overflow: auto;
    max-width: 300px;
}

/* Version A */
.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 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_nextMonth
{
    float: right;
}
.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: #767676;
    cursor: pointer;
	text-decoration: underline;
}

.calendargrid .caltab .listcell .eventlink:hover a,
.calendargrid .caltab .listcell .eventlink:focus a
{
    color: #767676;
    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;
}

/* -=-=-=-=-=-=-=-=-=-[ END Building Info ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ Staff Cards ]-=-=-=-=-=-=-=-=-=-=- */
.fbcms_staff_cards .fbcms_contentheader
{
    display: none;
}

.fbcms_staff_cards .fbcms_contentbody
{
    margin: 0 -.825em; 
}

.fbcms_staff_cards > .fbcms_contentbody.masonry > .fbcms_staffentry 
{
    display: inline-block;
    vertical-align: top;
    width: 24.9%;
    padding: 0 .825em 1.625em;
    text-align: left;
    margin: 0;
    list-style: none;
}
.fbcms_staff_cards .fbcms_contentbody .fbcms_staffentry_liner 
{
    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 .email_icon {
    background-color: #000000;
    background-image: url("/Areas/Core/Images/emailIcon.gif");
    background-repeat: no-repeat;
    margin-top: 0.125em;
    height: 11px;
    width: 15px;
}
@media only screen and (max-width: 979px) 
{
    .fbcms_staff_cards .fbcms_contentbody 
    {
        margin: 0 -0.438em; 
    } 
    .fbcms_staff_cards > .fbcms_contentbody.masonry > .fbcms_staffentry 
    {
        width: 33.233%;
        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.masonry > .fbcms_staffentry 
    {
        width: 49.9%;
        padding: 0 1em 2em; 
    }
}
@media only screen and (max-width: 500px) 
{    
    .fbcms_staff_cards .fbcms_contentbody 
    {
        margin: 0;
    } 
    .fbcms_staff_cards > .fbcms_contentbody.masonry > .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 .email_icon
{
    width: 15px;
    height: 11px;
    background-image: url(/Areas/Core/Images/emailIcon.gif);
    background-repeat: no-repeat;
    background-color: #000000;
    margin-top: 2px;
}

.fbcms_staff_listing .contact_button:hover .email_icon,
.fbcms_staff_listing .contact_button:focus .email_icon
{
    background-color: #666666;
}

.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;
    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_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 .email_icon
{
    width: 15px;
    height: 11px;
    background-image: url(/Areas/Core/Images/emailIcon.gif);
    background-repeat: no-repeat;
    background-color: #000000;
    vertical-align: middle;
}

.fbcms_staff_search .email_icon:hover,
.fbcms_staff_search a:focus .email_icon
{
    background-color: #666666;
}

.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: 18px;
    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%;
}
/* -=-=-=-=-=-=-=-=-=-[ 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;
}
/* -=-=-=-=-=-=-=-=-=-=-[ 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;
    flex-wrap: wrap;
}
.fbcms_spotlight_slide:after
{
    content:'';
    clear:both;
    display:block;
}
.spotlights_horizontal .fbcms_spotlight
{
    display: block;
}

@media print, screen and (min-width: 768px)
{
    .spotlights_horizontal .fbcms_spotlight
    {
        display: inline-block;
    }
    .spotlights_horizontal.horz_layout_5 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_9 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_10 .fbcms_spotlight
    { 
        width: 20%;
        max-width: 20%;
    }
    .spotlights_horizontal.horz_layout_4 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_7 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_8 .fbcms_spotlight
    { 
        width: 25%;
        max-width: 25%;
    }
    .spotlights_horizontal.horz_layout_3 .fbcms_spotlight,
    .spotlights_horizontal.horz_layout_6 .fbcms_spotlight
    { 
        width: 33%;
        max-width: 33%;
    }
    .spotlights_horizontal.horz_layout_2 .fbcms_spotlight
    { 
        width: 50%;
        max-width: 50%;
    }
    .spotlights_horizontal.horz_layout_1 .fbcms_spotlight
    { 
        width: 100%;
        max-width: 100%;
    }
}
.fbcms_spotlight_slide
{
    width: 100%;
}
.spotlights_horizontal .fbcms_spotlight_slide_liner
{
    width: 100%;
}

.fbcms_spotlight_liner
{
    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_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 0 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-bottom: 3px;
}

.fbcms_custom_form_field_input
{
    display: block;
}
.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 #AEAEAE;
}

.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: 110%;
    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 #999;
}

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;
}
.field_required
{
    background-color: #ffffcc;
}
.field_warning
{
    background-color: #ffd6d6;
}
.field_warning .reqd_marker /*darker text for shaded background*/
{
    color: #c01b1b;
}
.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) ]-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-=-[ RSS Subscribe Popup ]-=-=-=-=-=-=-=-=-=-=- */
.rss_subscribe_details
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff none;
    text-align: left;
    padding: 0 10px 10px 10px;
}

.rss_subscribe_details a img
{
    padding: 0;
    margin: 0;
    border: 0;
}

.rss_subscribe_details p
{
    padding: 0;
    margin-bottom: 10px;
}

.rss_subscribe_details .feed_links
{
    margin-bottom: 20px;
}

.rss_subscribe_details .feed_url
{
    margin-bottom: 20px;
}

.rss_subscribe_details .feed_url label
{
    font-weight: bold;
    margin: 0 10px 2px 0;
}

.rss_subscribe_details .feed_url input#feed_url
{
    width: 450px;
    font-size: 11px;
}

.rss_subscribe_details #copyToClipboard
{
    font-size: 11px;
    margin-left: 10px;
}

.rss_subscribe_details .feed_description
{
    margin-bottom: 20px;
}

.rss_subscribe_details .close_button
{
    float: right;
    margin: 20px 20px 0 0;
}

.rss_subscribe_details .close_button #cancel_bttn
{
    font-size: 12px;
}

.rss_subscribe_details .feed_links .yahoo img
{
    width: 91px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSSYahoo.gif) 0 0 no-repeat;
}

.rss_subscribe_details .feed_links .google img
{
    width: 104px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSSGoogle.gif) 0 0 no-repeat;
}

.rss_subscribe_details .feed_links .netVibes img
{
    width: 78px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSSNetVibes.gif) 0 0 no-repeat;
}

.rss_subscribe_details .feed_links .newsGator img
{
    width: 91px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSSNewsGator.gif) 0 0 no-repeat;
}

.rss_subscribe_details .feed_links .myAOL img
{
    width: 77px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSSMyAol.gif) 0 0 no-repeat;
}

.rss_subscribe_details .feed_links .pageFlakes img
{
    width: 81px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_RSSPageFlakes.gif) 0 0 no-repeat;
}

.rss_subscribe_details .feed_links .xml img
{
    width: 80px;
    height: 17px;
    background: url(/Areas/Core/Images/icons/rss/icon_XMLRSS2.gif) 0 0 no-repeat;
}
/* -=-=-=-=-=-=-=-=-=-[ END RSS Subscribe Popup ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ 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 .email_icon
{
    width: 15px;
    height: 11px;
    background-image: url(/Areas/Core/Images/emailIcon.gif);
    background-repeat: no-repeat;
    background-color: #000000;
    vertical-align: middle;
    text-indent: -9999px;
    display: inline-block;
    outline: 0;
}

.fbcms_contact_email .email_icon:hover,
.fbcms_contact_email a:focus .email_icon
{
    background-color: #666666;
}
/* -=-=-=-=-=-=-=-=-=-[ 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 ]-=-=-=-=-=-=-=-=-=-=- */


.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:focus
{
    outline: none;
    border-style: dotted;
}

#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 ]-=-=-=-=-=-=-=-=-=-=- */
/* This is the replacement for FoxOverlay 
and all other dialogs/overlays. */
.fbd_dialog::backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
/* Second copy because FF filters out the "invalid" backdrop above. */
.fbd_dialog + .backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.fbd_dialog
{
    position: absolute;
    max-height: 100%;
    max-width: 790px;
    z-index: 1001;
    border-radius: 4px;
    background-color: #ffffff;
    display: none;
    border: none;
    padding: 0 0 4px 0;
}
.fbd_dialog.fbd_contactform
{
    max-width: 425px;
}
.fbd_header
{
    background-color: #CCCCCC;
    height: 32px;
    border-radius: 4px 4px 0 0;
}
.fbd_header span
{
    display: inline-block;
}
.fbd_header .fbd_title
{
    padding: 4px;
    font-size: 18px;
    margin: 3px;
}
.fbd_header .fbd_close
{
    float: right;
    cursor: pointer;
    border-radius: 4px;
    background-color: #333333;
    color: #ffffff;
    padding: 4px;
    font-size: 18px;
    line-height: 17px;
    margin: 3px;
    text-decoration: none;
    display: inline-block;
}

.fbd_content
{
    padding: 10px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 88%;
}

@media only screen and (max-width: 767px)
{
    .fbd_dialog
    {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 768px)
{
    .fbd_dialog
    {
        width: 80%;
        height: auto;
    }
}
@media only screen and (min-width: 1024px)
{
    .fbd_dialog
    {
        width: 60%;
        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;
}

.fbcms_content ul,
.fbcms_content ol
{
    margin-top: -10px;
}

.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 ]-=-=-=-=-=-=-=-=-=-=- */

#fbGuestLogin,
#fbEditMyAccountDiv 
{
    max-width: 35%;
    margin-left:auto; 
    margin-right:auto;
}

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 .thumbnail_gallery_wrapper
{
    font-size: 0;
    line-height: 0;
}

.fbcms_photogallery .thumbnail_gallery_row
{
    display: flex;
    margin: 0 -5px 10px 0;
}

.fbcms_photogallery .thumbnail_gallery_item
{
    display: inline-block;
    text-align: center;
	margin: 0 5px 0 0;
}

.fbcms_photogallery .thumbnail_gallery_link
{
    display: inline-block;
}

.fbcms_photogallery .thumbnail_gallery_link:hover,
.fbcms_photogallery .thumbnail_gallery_link:focus
{
    outline: thin dotted #000000;
}
.fbcms_photogallery .fbcms_contentfooter {
    margin-bottom: 25px;
}


/* -=-=-=-=-=-=-=-=-=-=-[ 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: 1.5rem;
}
.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 ]-=-=-=-=-=-=-=-=-=-=- */


/* -=-=-=-=-=-=-=-=-=-=-[ General Cards Layout ]-=-=-=-=-=-=-=-=-=-=- */
ul.fbcms_cards
{
    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_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 
{
    background-color: #f3f3f3;
    padding: 5px 5px 15px;
    position: relative;
    display: block;
    text-decoration: inherit;
    color: inherit;
}
    
.fbcms_cards .fbcms_card .fbcms_card_skiplinks
{
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: 10px;
    height: 18px;
    padding: 0 5px;
}
.fbcms_cards .fbcms_card .fbcms_card_skiplinks .skiplink
{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
    height: 0;
    vertical-align: bottom;
}
.fbcms_cards .fbcms_card_skiplinks .skiplink:focus
{
    height: 100%;
}
.fbcms_cards .fbcms_card_image
{
    width: 100%;
    height: auto;
    margin-bottom: 15px; 
}
.fbcms_cards .fbcms_card_name
{
    font-weight: bold;
    display: block;
}
.fbcms_cards .fbcms_card_desc
{
    display: block;
}
.fbcms_cards .fbcms_card_link
{
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}
.fbcms_cards .fbcms_card_link:hover
{
    text-decoration: none;
}
@media only screen and (max-width: 767px) 
{
    .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%;
    }
}
.fbcms_cards {
    margin-bottom: 25px;
}
@media print 
{ 
}
/* -=-=-=-=-=-=-=-=-=-=-[ END General Cards Layout ]-=-=-=-=-=-=-=-=-=-=- */


/*
===========================================================
  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;
    left: 50%;
    top: 100px;
    margin-left: -180px;
    width: 330px;
    min-height: 180px;
    overflow: visible;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    z-index: 9998;
    border: solid 2px #000000;
}
.fbcms_editmode .fbcms_emergencyAlert
{
    display: block;
    border: none;
    position: static;
    margin-left: 0;
    min-height: 30px;
}
.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 4px 2px;
    cursor: pointer;
}
.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;
}

.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: block;
    position: relative;
    width: 190px;
    text-align: center;
    margin-bottom: 0;
    text-decoration: none;
	font-size:12px;
	line-height:14px;
	padding: 9px 22px 7px 0;
	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_cancelled,
.fbcms_calendar_list .name .event_cancelled,
.fbcms_upcoming_event .name .event_cancelled
{
    text-transform: uppercase;
    font-weight: bold;
    color: #CE0000;
}

.event_details .registration_link
{
}

.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
{
    width: 100%;    
}

.calendar_subscription_view .feeds .feed .url_to_copy label
{
}

.calendar_subscription_view .feeds .feed .url_to_copy input
{
    width: 350px;
}

.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 =============================================== */

/*
===========================================================
  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
===========================================================
*/

/*
===========================================================
  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_categorytitles,
.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 .story_categorytitles,
.story .category_container,
.story .category_title,
.story .categoryitem_title
{
    display: inline-block;
}
.story .story_categorytitles
{
    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 .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_thumbnail
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
/* ================ END Story Gallery ================== */

/* ================ Story Search ======================= */
.story_search_form
{
    margin-bottom: 10px;
}
.story_search_form .search_filter
{
    margin-bottom: 5px;
}
.story_search_form .text_filter label
{
    display: inline-block;
    margin-right: 20px;
}
.story_search_form .search_filter_label
{
    display: block;
}
.story_search_form .date_range_filter .clear_input
{
    cursor: pointer;
}
.story_search_form .date_start_filter
{
    margin-right: 5px;
}
.story_search_form .category
{
    vertical-align: top;
}
.story_search_form .select_category
{
    font-weight: bold;
}
.story_search_form .select_category .tracker_display
{
    margin-left: 3px;
    font-weight: normal;
}
.story_search_form .select_category .toggle_button
{
    margin-left: 3px;
}
.story_search_form .items
{
    margin-left: 5px;
}
.story_search_form .select_category input,
.story_search_form .select_category span,
.story_search_form .item input,
.story_search_form .item span
{
    display: inline-block;
}
.story_search_form .select_category input,
.story_search_form .item input
{
    margin: 0 5px 0 0;
    vertical-align: calc(-11%);
}
.story_search_results .story
{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.story_search_results .story_thumbnail
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
@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 Menu ========================= */
.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: 15px;
}
.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 ======================== */

.story_contentarea .fbcms_richtext.StoryContent img
{
    margin: 0 10px;
}

/* ================ END Story Block ==================== */

/*
===========================================================
  END Stories
===========================================================
*/

/* ================ Google Translate ======================== */
#f_googletranslator select {
    padding: 1px 7px;
}

@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 .treeSection
{
    margin-left: 0;
    padding: 0 0 0 0;
    list-style-type: none;
    color:  #FF8040;
    text-align: left;
}

.fbcms_sitemap .treeSection .treeSection 
{
    padding-left: 26px;
}

.fbcms_sitemap .treeSection .treeSection .treeSection
{
    background-image: url("/Areas/Core/Images/tree/line.gif");
    background-repeat: repeat-y;
}

.fbcms_sitemap .treeSection .treeItem
{
    list-style-type: none;
}

.fbcms_sitemap .treeSection .treeItem.last
{
    margin: 0px;
    background-image: none;
}

.fbcms_sitemap .treeSection .treeItem .contentRow
{
    height: 26px;
}


.fbcms_sitemap .treeSection .treeItem .contentRow:hover,
.fbcms_sitemap .treeSection .treeItem .contentRow:focus
{
}

.fbcms_sitemap .treeSection .treeTitle
{
    padding-left: 5px;
}

.fbcms_sitemap .treeSection .treeTitle:hover
{
    cursor: pointer;
}

.fbcms_sitemap .treeSection .toggleIcon
{
    cursor: pointer;
    vertical-align: middle;
}

/*
===========================================================
  END Site Map
===========================================================
*/




/**************************************************************************
    BEGIN:  BULK FILE UPLOAD - Plupload CSS
**************************************************************************/

.file_upload
{
    width: 300px;
}

.plupload_filelist 
{
    height: 200px;
    background: #F5F5F5;
    overflow-y: scroll;
}

.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;
    overflow-y: scroll;
}

.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;
}

.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;
}

/**************************************************************************
    END:  BULK FILE UPLOAD - Plupload CSS
**************************************************************************/

/* ================ Slide Opener ======================= */
.page_body.navslideropen
{
    position: static;
}

.slide-opener .toggle_button
{
    cursor: pointer;
}
.slide-opener .hiddenslider
{
    display: none;
}
/* ================ END Slide Opener =================== */


/* ================ 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;
	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:before
{
    /* font awesome fa-minus-circle */
    content: "\f056";
}

.fbcms_ec_collapsed .fbcms_ec_title .fbcms_ec_titleicon:before
{
    /* font awesome fa-plus-circle */
    content: "\f055";
}
/* ================ END Expandable / Collapsible Content ======================= */

/* ================ BEGIN Navigation Slider ======================= */
.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 Main Drop Responsive Menu ======================= */
@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 Responsive Simple Navigation ======================= */
/* General Styling */
.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_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 .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
    {
        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 ======================= */

#fbGuestLogin
{
    padding-bottom: 20px;
    padding-top: 20px;
}

/* --- 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 
{ 
    /* 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;
}


/*=== 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 .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 ===*/


.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
===========================================================
*/

/* LOADER */

.fbcms_carousel #loading-image
{
    width: 32px;
    height: 32px;
    position: absolute;
    margin: 0 auto;
    top: 120px;
    left: 48%;
    z-index: 1;
}

.fbcms_carousel .hideload
{
    display: none;
}

/* CONTAINER */


.fbcms_carousel
{
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
    height: auto;
    border: none;
}

.fbcms_carousel .controls
{
}

.fbcms_carousel.banner-holder
{
    margin: 0 auto;
}

.fbcms_carousel .visuallyhidden
{
    display: none;
}

/* Each Slide */
.fbcms_carousel .main
{
    z-index: 1;
}


.fbcms_carousel li.slideItem
{
    list-style: none;
}

.fbcms_carousel .slideItem .main-image 
{
    position: relative;
    width: 100%; /* for IE 6 */
    border-radius: 15px;
}

.fbcms_carousel .slideItem .description
{
    display: none;
    color: whitesmoke;
    font-weight: bold;
}

/* Slide Title */
.fbcms_carousel .slideItem .title
{
    position: absolute;
    top: 0;
    width: 25px;
    height: 250px;
    z-index: 999;
    background-color: rgb(0, 48, 117);
    color: white;
}

.fbcms_carousel .slideItem .title.leftside
{
    left: 0;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
}

.fbcms_carousel .slideItem .title.rightside
{
    right: 0;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
}

.fbcms_carousel .slideItem .title .title-wrapper
{ 
    position: absolute;
    width: 250px;
    line-height: 25px;
    left: 0;
    top: 100%;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    text-align: center;
}

/* SLIDES */

/* slide container */
.fbcms_carousel .slides
{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    position: relative;
    overflow: visible;
}

/* slide item */
.fbcms_carousel .slides .slideItem
{
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
}           

.fbcms_carousel .slides .slideItem img.bg-image
{
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 400;
}

/* NAVIGATION BUTTON */

.fbcms_carousel .controls
{
    margin: 0;
    padding: 0;
}

.fbcms_carousel .controls li
{
    list-style-type: none;
}

.fbcms_carousel .btn-prev, 
.fbcms_carousel .btn-next
{
    top: 50%;
    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;
}

.fbcms_carousel .btn-prev {
	left: -100%;
	-webkit-transition: left 1s ease-out, background 1s linear;
    transition: left 1s ease-out, background 1s linear;
}

.fbcms_carousel .controls .btn-prev:focus {
    left: 0;
	-webkit-transition: left .1s ease-in, background .5s linear;
    transition: left .1s ease-in, background .5s linear;
}

.fbcms_carousel .btn-next {
	right: -100%;
	/*-webkit-transition: right 1s ease-out, background 1s linear;
    transition: right 1s ease-out, background 1s linear;*/
}

.fbcms_carousel .controls .btn-next:focus {
    right: 0;
	/*-webkit-transition: right .1s ease-in, background .5s linear;
    transition: right .1s ease-in, background .5s linear;*/
}

/* buttons container */
.fbcms_carousel .buttonNav
{
    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;
    color: #132c52;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    text-transform: none;
    font-family: arial, helvetica;
    font-weight: bold;    
}

.fbcms_carousel .buttonNav .numbers .btn-slide
{
    color: #132c52;
    text-decoration: none;
    border: none;
    background: inherit;
}

.fbcms_carousel .buttonNav .numbers:hover,
.fbcms_carousel .buttonNav .numbers:focus,
.fbcms_carousel .buttonNav .numbers button:hover,
.fbcms_carousel .buttonNav .numbers button:focus

{
    color: #BD0019;
    text-decoration: underline;
    background-position-x: -90px;
}

.fbcms_carousel .buttonNav .numberActive,
.fbcms_carousel .buttonNav .numberActive .btn-slide
{
    background: none;
    color: #BD0019;
    cursor: default;
}

.fbcms_carousel #loading-image-wrapper
{
    min-height: 250px;
}

@media all and (min-width: 980px)
{
    .fbcms_carousel
    {
        width: 100%;
    }

    .fbcms_carousel .fbcms_carousel.banner-holder
    {
        max-width: 960px;
        width: 100%;
    }
}

@media screen and (max-width: 520px)
{
    .fbcms_carousel .slides .slideItem
    {
        display: flex;
         flex-direction: column;
    }
    
}
/*
===========================================================
  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%;
    }
}
@media only print
{
    .fixed_header_padded
    {
        padding-top: 0 !important;
    }
}
/*
===========================================================
  END Sticky Navigation
===========================================================
*/
